@media (max-width: 1540px) {
	.left-image {
	    position: absolute;
	    width: auto;
	    text-align: center;
	    margin-bottom: 5%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    top: 50%;
	    left: 20px;
	}

	.right-image {
	    position: absolute;
	    width: auto;
	    text-align: center;
	    margin-top: 5%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    top: 50%;
	    right: 20px;
	}
}

@media (max-width: 1440px) {
	.left-image {
	    position: relative;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 5%;
	    transform: none;
	    -webkit-transform: none;
	    -o-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    top: inherit;
	    left: inherit;
	}

	.right-image {
	    position: relative;
	    width: 100%;
	    text-align: center;
	    margin-top: 5%;
	    transform: none;
	    -webkit-transform: none;
	    -o-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    top: inherit;
	    right: inherit;
	}
}

@media (max-width: 1280px) {
	.get-support-inner {
	    background: #2a2d2e;
	    padding: 4% 0;
	}

	.little-soliders-alt img {
	    width: 70%;
	}

	.support-banner .container {
	    width: 60%;
	}
}

@media (max-width: 1199px) {
	header.header .container {
	    width: 100%;
	}

	.home-banner .container {
	    width: 95%;
	}

	.six-blocks .container {
	    width: 95%;
	}
}

@media (max-width: 991px) {
	#responsive-menu-container #responsive-menu li.responsive-menu-item.donate-mobile a {
	    background-color: #f37226;
	    font-family: 'Amatic SC';
	    font-size: 25px;
	}

	div#responsive-menu-wrapper {
	    padding-top: 5%;
	}

	.home-banner .container,
	header .container {
	    width: 100%;
	}

	.six-blocks .container {
	    width: 100%;
	    padding: 0;
	}

	.block-link {
		bottom: 30px;
	}

	.get-support-inner .col-md-8 {
	    width: 50%;
	}

	.little-soliders {
		top: 10px;
	}

	.get-support-inner {
		position: relative;
	}

	.scotty-challenges .col-md-6 {
	    float: right;
	    width: 50%;
	}

	div#ninja_forms_field_5_div_wrap, div#ninja_forms_field_6_div_wrap, div#ninja_forms_field_7_div_wrap {
		width: 31%;
	}

	div#ninja_forms_field_7_div_wrap {
		margin-right: 0;
	}

	input#ninja_forms_field_8 {
		width: 15%;
	}

	.support-banner {
		padding: 6% 0;
	}

	.support-banner .container {
	    width: 80%;
	}

	.top-footer {
	    text-align: center;
	}

	p.footer-heading {
		margin-bottom: 2%;
	}

	.top-footer .col-md-3 {
	    margin-bottom: 5%;
	}

	p.stamp {
	    margin-top: 4%;
	    text-align: left;
	}

	.little-soliders-alt img {
	    width: 50%;
	}

	.home-banner, .background-image, .text-area {
	    height: 400px;
	}
	span.responsive-menu-box {
		margin-top: -55px;
	}
}

@media (max-width: 769px) {
	span.responsive-menu-box {
/* 	    margin-top: 15px; */
	}

	.home-banner.inner-page h1 {
	    font-family: 'Open Sans', sans-serif;
	    margin-bottom: 20px;
	    line-height: 20px;
	    font-weight: bold;
	    font-size: 26px;
	}

	div#responsive-menu-container {
	    z-index: 9999999;
	}

	.news-title h1 {
	    line-height: 50px;
	    font-size: 26px;
	}

	.top-text {
	    color: #fff;
	    font-size: 26px;
	}

	.three-blocks-template .block-text {
	    text-align: center;
	    margin-top: 4%;
	    line-height: 24px;
	    margin-bottom: 30px;
	    min-height: 80px;
	}

	.six-block-single-inner .block-text {
		min-height: 80px;
	}

	.template-intro-text h1 {
	    margin-bottom: 5%;
	    line-height: 50px;
	}

	.oneField.field-container-D, html #tfa_1873-D, html *[id^="tfa_1873["][class~="field-container-D"] {
	    float: left;
	    width: 100%!important;
	    margin-right: 0;
	    padding-left: 0!important;
	}

	.block-link {
	    display: block;
	    margin-top: 30px;
	    float: left;
	    position: relative!important;
	    width: 100%;
	}

	.wForm .actions {
	    border: 2px solid transparent;
	    padding: 10px 2px;
/* 	    width: 50%;
	    float: left;
	    margin-top: 28px!important; */
	}

	.col-md-4.sidebar-news {
	    float: left;
	    width: 100%;
	}

	.col-md-8.news-main {
	    float: left;
	    width: 100%;
	}

	.map iframe {
	    height: 400px;
	}
}

@media (max-width: 766px) {
	.featured-news-image {
		height: 300px!important;
	}

	.post-type-archive-case_studies .news-post-single:nth-of-type(even) .featured-news-image,
	.page-template-corporate .news-post-single:nth-of-type(even) .featured-news-image {
	    float: left;
	    width: 100%;
	}
}


@media (max-width: 500px) {
	
	div#CAFDonateWidgetContainer {
		display: none;
	}
	header.header .container {
	    width: 100%;
	    padding: 0;
	}
	
	.logo-area img {
		padding-left: 10px;
	}

	.page-title h1 {
	    font-size: 26px;
	    line-height: 30px;
	}

	.col-md-4.logo-area {
	    width: 80%;
	    padding-left: 0;
	}

	.home-banner.inner-page h1 {
	    font-family: 'Open Sans', sans-serif;
	    margin-bottom: 20px;
	    line-height: 20px;
	    font-weight: bold;
	    font-size: 20px;
	}

	span.responsive-menu-box {
/* 	    margin-top: 20px; */
	}

	.home-banner .container {
	    width: 100%;
	    padding:0;
	}

	.text-area-inner span {
	    width: 88%!important;
	    float: left;
	    display: block;
	    font-size: 13px;
	}

	.text-area-inner {
		width: 80%;
	}

	.background-image {
	    border: none;
	}

	div#ninja_forms_field_5_div_wrap, div#ninja_forms_field_6_div_wrap, div#ninja_forms_field_7_div_wrap {
	    width: 100%;
	}

	input#ninja_forms_field_8 {
	    width: 30%;
	    font-size: 20px;
	}

	.support-banner .container {
	    width: 100%;
	}

	span.hashtag {
	    color: #ffde17;
	    font-size: 16px;
	}

	.top-text,
	.top-text h1,
	.top-text h2,
	.top-text h3 {
	    color: #fff;
	    font-size: 18px;
	    line-height: 24px;
	}

	.header-cta a {
		font-size: 23px;
	}

	.little-soliders img {
	    width: 50%;
	    float: right;
	}

	.little-soliders {
	    top: 22px;
	}

	.get-support-inner .col-md-8 {
	    width: 60%;
	    line-height: 26px;
	}

	.scotty-challenges .col-md-6 {
	    float: right;
	    width: 57%;
	}

	.little-soliders-alt {
	    position: absolute;
	    left: 10%;
	    transform: translate(-10%, -50%);
	    -webkit-transform: translate(-10%, -50%);
	    -o-transform: translate(-10%, -50%);
	    -ms-transform: translate(-10%, -50%);
	    -moz-transform: translate(-10%, -50%);
	    top: 50%;
	}

	.support-banner .col-md-6 p {
	    margin-bottom: 5%;
	    font-size: 20px;
	}

	.support-banner {
	    padding: 10% 0;
	}

	.top-footer img {
	    width: 60%;
	}

	.little-soliders-alt img {
	    width: 45%;
	}

	.scotty-challenges-inner {
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    padding: 10% 0;
	}

	.header h2 {
	    margin-bottom: 10%;
	}

	.header p {
	    margin-bottom: 10%;
	}

	.six-block-single.a {
	    padding-top: 10%;
	}

	.breadcrumb-template {
	    padding-top: 5%;
	}

	.six-blocks:before {
		top: -1px;
	}

	.faq-area {
	    padding: 10% 0 5% 0;
	    float: left;
	    width: 100%;
	}

	.featured-news-meta {
	    padding-left: 0;
	    padding-top: 30px;
	    height: inherit!important;
	}

	.read-more {
	    font-family: 'Amatic SC';
	    font-size: 25px;
	    position: relative;
	    bottom: 0;
	    display: block;
	    margin-top: 30px;
	    margin-bottom: 10px;
	}

	.breadcrumb-template li {
		font-size: 11px;
	}

	.col-md-3.col-sm-4.single-sidebar {
	    float: left;
	    width: 100%;
	    margin-top: 30px;
	}

	.block-link {
	    display: block;
	    margin-top: 15px;
	    float: left;
	    position: relative!important;
	    width: 100%;
	}

	body.widget {
	    min-width: auto!important;
	}
}

@media (max-width: 400px) {
	.home-banner, .background-image, .text-area {
	    height: 300px;
	}

	.map iframe {
	    height: 300px;
	}

	span.hashtag {
	    color: #ffde17;
	    font-size: 14px;
	}

	.left-image img, .right-image img {
	    width: 70%;
	}

	.header h2 {
	    margin-bottom: 10%;
	    line-height: 40px;
	}

	.col-md-4.logo-area {
	    width: 70%;
	    padding-left: 0;
	}

	span.responsive-menu-box {
	    margin-top: 0px;
	}

	button#responsive-menu-button {
	    top: 35px!important;
	    right: 20px!important;
	}

	.breadcrumb-template li {
	    font-size: 9px;
	}

	.logo-area img {
		padding-left: 5px;
	}
}

@media (max-width: 320px) {
	span.hashtag {
	    color: #ffde17;
	    font-size: 12px;
	}

	.header-cta a {
	    font-size: 18px;
	}

	.scotty-challenges .header a {
	    background: #fff;
	    padding: 5px 10px;
	    border-radius: 6px;
	    font-family: 'Amatic SC';
	    font-size: 21px;
	    color: #444445;
	}
}



