body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.material-icons{
	vertical-align: middle !important;
	padding-bottom: 3px;
}


/* .nav-compensator{
	height: 121px;
} */

:target:before {
  content:"";
  display:block;
  height:141px; /* fixed header height*/
  margin:-141px 0 0; /* negative fixed header height */
}

.main_navigation{
	width: 100%;
	background: #FFF;
	border-bottom: 5px solid #498A49;
	box-shadow: 0 5px 9px 0px rgba(0, 0, 0, 0.2);
	min-height: 121px;
}

.main_navigation .navbar-nav .menu-item{
	margin-left: 35px;
	padding-top: 1px;
}

.main_navigation .navbar-nav .nav-item.social-icon{
	margin-left: 15px;
}

.main_navigation .navbar-nav .menu-item>a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #628DA5;
	padding: 3px 0;
	border-bottom: 6px solid #FFF;
}

.navbar-brand {
    max-width: 300px;
    width: 100%;
}

.main_navigation .navbar-nav .nav-item.social-icon .nav-link{
	font-size: 18px;
	color: #9BB2BE;
}

.main_navigation .navbar-nav .nav-item .menu-item:hover{
	color: #000;
}


.main_navigation .navbar-nav .menu-item>a.active{
	border-bottom: 6px solid #498A49;
	color: #000;
}

.navbar-toggler .material-icons{
	color: #292929;
	font-size: 24px;
}

@media (max-width: 1199px) { 
	.main_navigation .navbar-nav .menu-item{
		margin-left: 30px;
	}
}


@media (max-width: 991px) { 
	.main_navigation .navbar-nav{
		margin-top: 20px;
		padding-bottom: 50px;
	}
	
	.main_navigation .navbar-nav .menu-item{
		margin: 0;
	}
	
	.main_navigation .navbar-nav .menu-item>a{
		display: inline-block;
		padding-top: 20px;
	}
}

@media (max-width: 768px) { 
	.navbar-brand{
		width: 75%;
	}
	
	.sub-menu {
		border: none;
		border-radius: 0;
		width: 100%;
	}
	
	.sub-menu .menu-item{
		white-space: normal;
		font-size: 14px;
	}
	
}

.menu-item-has-children:hover>.sub-menu {
	display: block;
	margin-top: -10px;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #004970;
}

h1 .normal-weight{
	font-weight: 500 !important;
}

/*Smaller Font for small screens */
@media screen and (max-width: 1024px) { 
  h1{
		font-size: 35px;
	}
}


h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #00496F;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #318AC6;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	color: #3E434A;
}

h3 b, h4 b{
	font-weight: 700;
}
/*To force link break, and avoid link to go beyond the parent div*/
a, p a{
	  white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.white_txt{
	color: #FFF;
}

.blue_txt{
	color: #2A88C8;
}

.lblue_txt{
	color: #30B0E4;
}

.dblue_txt{
	color: #004970;
}


.red_txt{
	color: #F15A29;
}
.yellow_txt{
	color: #FAA627;
}
.green_txt{
	color: #4E884C;
}

.full-divide-green{
	width: 100%;
	height: 1px;
	background: #B5DEBE;
	margin: 20px 0;
}

.gold-divide{
	width: 170px;
	height: 2px;
	background: #D7B740;
	margin: 20px 0;
}

.gold-divide.center{
	margin: 20px auto;
}


.photo-bg.home{
	background: url(images/index_bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	height: 750px;
}


.photo-bg.video{
	background: url(images/video_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}

.photo-bg.getstarted{
	background: url(images/getstarted_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}


.photo-bg.home-resources{
	background: url(images/index-resources_bg.jpg);
	background-size: cover;
	background-position: center;
}

.photo-bg.implement{
	background: url(images/implement_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
}

.photo-bg.plan{
	background: url(images/plan_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
}

.photo-bg.about{
	background: url(images/about_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
}

.photo-bg.plan-break{
	background: url(images/plan_breakimg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}


.photo-bg.sustain{
	background: url(images/sustain_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
}

.photo-bg.sustain-break{
	background: url(images/sustain_breakimg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 569px;
}


.photo-bg.sustain-break2{
	background: url(images/sustain_breakimg2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}

.photo-bg.sustain-break3{
	background: url(images/sustain_breakimg3.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}

.photo-bg.sustain-break4{
	background: url(images/sustain_breakimg4.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}

.photo-bg.sustain-break5{
	background: url(images/sustain_breakimg5.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}


.photo-bg.resources{
	background: url(images/resources_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
}


.photo-bg.implement-break1{
	background: url(images/implement/implement-break1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}

.photo-bg.implement-break2{
	background: url(images/implement/implement-break2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 569px;
}


p, ul, ol{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #004970;
}

p.larger{
	font-size: 18px;
	line-height: 28px;
}

ul.p-ul{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #004970;
}



.card_list{
	margin: 0 0 0 20px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #004970;
}

.mt-10{
	padding-top: 6.25rem;
}
.mt-20{
	padding-top: 12.5rem;
}

.mb-10{
	padding-bottom: 6.25rem;
}
.mb-20{
	padding-bottom: 12.5rem;
}

@media (max-width: 767px) { 
	.mobileovveride-mt-10{
		padding-top: 0 !important;
	}
	
	.backtotop_floater{
		display: none !important;
	}
}


.gray_bg{
	background: #F7F7F7;
}


.btn-primary{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 1em 2em;
	border-radius: 5px;
	border: none;
	background: #31B0E5;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	letter-spacing: 1.5px;
}

.btn-primary:hover{
	background: #2790bb;
	border: none;
}


.btn-secondary{
	font-size: 16px;
	font-weight: 700;
	padding: 1em 2.5em;
	border-radius: 30px;
	background: #3E434B;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	border: none;
}

.btn-secondary:hover{
	background: #D7B740;
}




.learnmore_link{
	color: #3189C5;
	font-weight: bold;
}
.learnmore_link:hover{
	text-decoration: none;
	color: #3CB1E2;
}

.learnmore_link i{

}




.link-list a{
	padding-bottom: 10px;
	display: inline-block;
}

footer{
	background: #F2F6F8;
}

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


.footer_navigation .navbar-nav .nav-item{
	margin: 0 20px;
}

.footer_navigation .navbar-nav .nav-item.social-icon{
	margin: 0 10px;
}

.footer_navigation .navbar-nav .nav-item .nav-link{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #2B89C9;
	padding: 3px 0;
}

.footer_navigation .navbar-nav .nav-item.social-icon .nav-link{
	font-size: 18px;
	color: #2B89C9;
}

.footer_navigation .navbar-nav .nav-item .nav-link:hover{
	color: #000;
}

.footer_navigation{
	border-bottom: 1px solid #D3E5F2;
}


.social_icon{
	font-size: 23px;
	margin-right: 20px;
}

footer p a:link{
	color: #141823;
}

footer p a:hover{

}


.blue-border{
	border-top: 2px solid #E0F5FB;
	border-bottom: 2px solid #E0F5FB;
	padding: 20px 0;
}




p.contact_label{
	margin: 0;
}
.required{
	color: #4588FB;
}
.keywords_inputfield{
	background: #F4F5F5;
	border: none;
	border-radius: 4px;
	padding: 10px 30px;
	width: 100%;
	outline: none;
	font-size: 18px;
	margin-bottom: 32px;
}
.keywords_inputfield.smaller{
	width: 30%;
}

.textarea_inputfield{
	background: #F4F5F5;
	border: none;
	border-radius: 4px;
	padding: 20px 30px;
	width: 100%;
	outline: none;
	font-size: 18px;
	margin-bottom: 32px;
	height: 150px;
}

.error_txt{
	display: none;
	color: #FF4F4B;
}

#contact_form_submit{
	width: 100%;
}

.keywords_inputfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #979fa2;
}
.keywords_inputfield::-moz-placeholder { /* Firefox 19+ */
  color: #979fa2;
}
.keywords_inputfield:-ms-input-placeholder { /* IE 10+ */
  color: #979fa2;
}
.keywords_inputfield:-moz-placeholder { /* Firefox 18- */
  color: #979fa2;
}


.textarea_inputfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #979fa2;
}
.textarea_inputfield::-moz-placeholder { /* Firefox 19+ */
  color: #979fa2;
}
.textarea_inputfield:-ms-input-placeholder { /* IE 10+ */
  color: #979fa2;
}
.textarea_inputfield:-moz-placeholder { /* Firefox 18- */
  color: #979fa2;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}


.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}


.video_overlay_container{
	margin-top: -200px;
}
.video_overlay_box{
	background: #FFF;
	border-radius: 5px;
}

.blueborders-lr{
	border-left: 1px solid #B4E9FB;
	border-right: 1px solid #B4E9FB;
}

.card{
	border: 1px solid #B4E9FB;
}

.small_txt_nav{
	font-size: 14px;
}

.nav-pills .nav-link{
	border: 1px solid #0B80FB;
	margin: 0 8px;
}

#content_switcher_nav a:first-child { 
	margin-left: 0;
}
#content_switcher_nav a:last-child { 
	margin-right: 0;
}

.switcher_content{
	display: none;
}

#switcher1{
	display: flex;
}



.carousel-indicators{
	bottom: -20px;
}

.carousel-indicators .active {
	background-color: #30B0E4;
}
.carousel-indicators li{
	background-color: #F4F5F5;
}




@media (min-width: 576px) {
	#carouselMyths .carousel-inner{
		height: 560px;
	}
}

@media (min-width: 768px) {
	#carouselMyths .carousel-inner{
		height: 460px;
	}
}

@media (min-width: 992px) {
	#carouselMyths .carousel-inner{
		height: 350px;
	}
}

@media (min-width: 1200px) {
	#carouselMyths .carousel-inner{
		height: 350px;
	}
	body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
		padding: 0px 3px 0px 3px;
		font-size: 12px;
	}
}

.nav-pills{
	font-family: 'Montserrat', sans-serif;
}

.jumplinksbg{
	background: #F2F6F8;
}

.jumplinksbg .inactive{
	opacity: .3;
}

.funding-box{
	border: 1px solid #e5e9eb;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
}

.funding-dropdown{
	font-weight: normal;
 	color: #007bff !important;
}

.funding-dropdown:hover{
	text-decoration: underline !important;
	cursor: pointer;
}

.backtotop_floater {
	width: auto;
	height: 29px;
	background: #2DA9DB;
	border-radius: 3px;
	color: #FFF !important;
	font-size: 13px;
	text-decoration: none;
	position: fixed;
	z-index: 999;
	right: -4px;
	top: 50%;
	font-weight: bold;
	padding: 15px 20px 30px 10px;
	display: none;
}

#carouselLargeControls{
	width: 100%;
	height: 240px;
}

@media (min-width: 1200px) {
	.benefitsboxes-forceheight{
		min-height: 357px;
	}
	
	.whatcanyoudo-forceheight{
		min-height: 370px;
	}
	
	.implement-forceheight{
		min-height: 220px;
	}
	
	.sustain-forceheight{
		min-height: 260px;
	}
}
/* Search Form Styling */
.search-form span.screen-reader-text{
	display:none;
}
.search-form input[type="search"]{
	height: 40px;
    border: none;
    padding: 5px 10px;
}
.search-form input[type="submit"]{
	    height: 40px;
    background: #2a84c2;
    border: none;
    color: white;
}
.search-page article{
	padding: 10px 0px;
}
.search-page article img{
	display:none;
}
.inactive-term{
	color:#c5c5c5 !important;
}