


/*** 0. Global changes  ***/

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

/*** 1. Header ***/
.wd_logo_tag{
    display: inline-flex;
    color: white;
    border-left: 1px solid white;
    padding: 0 0.5em;
    padding-right: 0;
    margin-left: .5em;
	height: 34px;
    font-size: 18px;
    margin-top: 5px;
    align-items: center;
    line-height: 1;

}


.wd_logo_tag a{
	color: white;
	text-decoration: none;
    font-weight: lighter;
    font-size: 43px;
}

.wd_logo_tag h4{
	font-weight: lighter;
	margin: 0;
	font-family: "Balto-Light", sans-serif;
}

.wd_logo_tag a:hover{
	border-bottom: 1px solid white;
}


.wd_item{
	margin-bottom: 50px;
}



/*** 1. End Header ***/


/* 0. Global Components */

.wd_flex_row{
	display: flex;
	flex-direction: row;
    justify-content: flex-end;

}

.wd_flex_row > *{

	display: flex;
	flex: 1 1 auto;
	padding: 0 15px;
	flex-direction: column;
	width: 100%;
	
}


.wd_flex_row > *:first-child{
	padding-left: 0;
}
.wd_flex_row > *:last-child{
	padding-right: 0;
}


.wd_flex_row .__inner{
    padding: 15px 15px 30px;
	background: white;

	box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-top: 3px solid #FFB300;
	
}

.wd_flex_row .item .wd_thumbnail{

	display: none;
}

.wd_summary p,
.wd_date{

	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

/* Hero Section */
.homepage-hero-text.__wd_mod{

	width: 50%;
}

.homepage-hero .hero-text-box-gradient{
	display: flex;
    flex-direction: column;
    justify-content: center;
}



/* END OF Hero Section */


.wd_featurebox_title{ 

    font-size: 40px;
    color: #007856;
    font-weight: normal;
    font-family: "Balto-Light", sans-serif;
 }

.wd_featurebox .subscribe_link{
	float: right;
}


.wd_newsfeed_releases-teaser .item{
    flex-direction: unset;
}

.wd_newsfeed_releases-teaser .wd_date{
	font-weight: normal;
	margin-bottom: 1em;
	color:  #444444;
}

.wd_newsfeed_releases-teaser .wd_title,
.wd_newsfeed_releases-teaser .wd_title a{
	font-weight:  normal;
	font-size: 24px;
	line-height: 1.4;
	color: #262626;
}

.wd_newsfeed_releases-teaser .wd_title{
	margin-bottom: 0;
	font-family: "Balto-Light", sans-serif;
}

.wd_newsfeed_releases-teaser .wd_primary_btn{
	width: 100%;
    text-align: center;
    padding: 15px 40px;
    margin-top: 2rem;
    border-color: transparent;
}


.wd_newsfeed_releases-teaser .wd_title a{
	color: #262626;

}


.wd_newsfeed_releases-teaser .wd_flex_row .item .__inner{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}


.wd_newsfeed_releases-detail .wd_title{
	font-size: 20px;

}
.wd_newsfeed_releases-detail .wd_subtitle{
	font-size: 16px;
}




/* Polyfills */
.wd_image_tbl_pollyf,
.wd_image_tbl_pollyf > a{
display: block;
}

.wd_image_tbl_pollyf img{
    width: auto;
	height: auto;
	width: 100%;
}


.wd_image_tbl_pollyf{
	display: block;
}

.wd_image_tbl_pollyf img{
	display: block;
}

/* Regions Page */

.wd_pageid_20309 .wd_toolbar{
	margin-top: 4rem;
}



/* WD Accordion */


.wd_accord_item{
	clear: both;
    overflow: hidden;
}

.wd_accord_item .wd_category_items .item,
.wd_accord_item .wd_category_items{
	clear: both;
	overflow: hidden;
}

.wd_accord_item .wd_category_items .item{
	margin-bottom: 2rem;
}

.wd_accord_item .category_header{

	font-size: 24px;
	transition: color 240ms ease-in-out;
}

.wd_accord_item .wd_category_info{

	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #ddd;
	transition: border-color 240ms ease-in-out;
}

.wd_accord_item .wd_category_info:hover .category_header {
	color: #007856;
	border-color: #007856;
}


.wd_accord_item .wd_category_info:hover {

	border-color: #007856;
}

.wd_accord_item.wd_last .wd_category_info{
	border: none;
}

.wd_accord_item .wd_category_info::after{
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 28px;
	position: absolute;
	right: 0;
	color: inherit;
	top: 0;

}

.wd_accord_item .wd_category_info.active::after{
	content: "\f078";
}


.wd_item_collapse{
	margin-top: 1em;
	display: none;
}


/* Custom pages */

.wd_pageid_20309 .wd_category_items .item > .wd_image_tbl_pollyf{
    width: 150px;
    display: inline-block;
    float: left;
    margin-right: 1em;
}


.wd_attach_pollyf.wd_pdf_icon >  a::before{
	content: url("../images/webdriver/fileicons/16/pdf.gif");
    margin-right: .5em;
    vertical-align: baseline;
}


.wd_primary_btn,
.more a.cta-button-link{
	    border: 1px solid #007856;
	    padding: 10px 40px;
	    display: inline-block;
	    text-decoration: none;
	    background: white;

}


.wd_gray_banner_fb .wd_primary_btn{

	    position: absolute;
	    top: -43px;
	    right: 0;
}



.wd_primary_btn:hover,
.richtext a.wd_primary_btn:hover,
.more a.cta-button-link:hover{
	color: white;
	background-color:  #007856;
	text-decoration: none;
}




.wd_primary_btn.__inver{
	color: white;
	background-color:  #007856;
}




.richtext a.wd_primary_btn.__inver:visited{
	color:  white;
}


.richtext a.wd_primary_btn.__inver:hover,
.wd_primary_btn.__inver:hover{
	background: white;
	color:  #007856;
}
 

.wd_newsfeed_releases-detail .wd_body table{
	font-size: 16px;
	width: 100%;
    
}

.wd_newsfeed_releases-detail .wd_body table  p.prnews_p{
	padding: 10px 0;
}

.wd_newsfeed_releases-detail .wd_body table tr:nth-child(odd) {
	background: rgb(219, 238, 244);
}
.wd_newsfeed_releases-detail .wd_body table tbody tr:first-child {
	background: none;
}


/* ENDOF Polyfills */



/*ENDOF 0. Global Components */



/* 0. FEATUREBOXES */


.wd_featureboxes_top_tiles{
	display: flex;

}

/*ENDOF 0. FEATUREBOXES */



/* 1. HOMEPAGE */

.wd_featureboxes_top .wd_featurebox_title{
	width: 60%;
	float: left;
}

.wd_featurebox_container .subscribe_link{
	float: right;
	padding-top: .5em;
}

.wd_featureboxes_top .wd_flex_row{
	margin: 0;
}


.wd_featurebox_container .wd_featurebox{
	width: 100%;
	float: left;
	margin-top: 1em;
}

.wd_newsfeed_releases-teaser .item:first-child{
	padding-left: 0;
}

.wd_newsfeed_releases-teaser .item:last-child{
	padding-right: 0;	
}

.wd_featureboxes_top_tiles .wd_featurebox_container:nth-child(1){
	padding: 0;
}


.wd_featureboxes_top_tiles .wd_featurebox_container:nth-child(2) .wd_featurebox_title{
	display: none;
}

.wd_featureboxes_top_tiles .wd_featurebox_container:nth-child(2){
	width: 100%;
	min-width: 50%;
}

.wd_featureboxes_top_tiles .wd_featurebox_container:nth-child(2) img{
	width: 100%;
}

.wd_tile_block .__tb_inner{
	padding: 2em;
	border: none;
	box-shadow: none;
	text-align: center;
	height: 100%;
}



.wd_tile_block .__tb_inner p{

	font-size: 19px;
	line-height: 1.3;
}


.wd_tile_block .wd_featurebox_title{
	color: #555;
	font-family: "Balto-Medium", sans-serif;
	font-size: 18px;
    font-weight: 400;

}

.wd_tile_block h2,
.wd_tile_block a{
	
}


.wd_tile_block.__hi_contrast h2,
.wd_tile_block.__hi_contrast .wd_featurebox_title{
	color: white;
}


.wd_tile_block.__hi_contrast .wd_featurebox_title{
		margin-top: 90px;
}

.wd_tile_block.__hi_contrast .__tb_inner{
	background: #007856;
	background-image: linear-gradient( -45deg, #007856, #3F9C35);
}


.wd_tile_block h2{
	font-size: 40px;
	font-weight: normal;
	font-family: "Balto-Light", sans-serif;
	margin-top: 0;
}
.wd_bottom_files_fb .wd_flex_row,
.wd_middle_fb .wd_flex_row,
.wd_top_tiles_fb .wd_flex_row{
/* 	box-shadow: 3px 3px 6px #6D6D6D29; */
	box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.2);
	width: 100%; 
}

.slick-list:focus,
.slick-next:focus{
	outline: 1px solid blue;
}



.wd_gray_banner_fb  .wd_featurebox{
	display: flex;
	position: relative;
}


.wd_featureboxes_middle_tiles .wd_featurebox_container{
	padding: 0;
	min-width: 50%;
}


.wd_featureboxes_middle_tiles .wd_featurebox_container .wd_image_tbl_pollyf
{
    height: 100%;
    overflow: hidden;
}

.wd_featureboxes_middle_tiles .wd_featurebox .wd_image_tbl_pollyf img{
	width: 100%;
	transform: scale(1.3);
}


.wd_featureboxes_middle_tiles .wd_featurebox_container:first-child .wd_featurebox{
	margin-top: 0;
	min-height: 390px;


}


.wd_gray_banner_fb  .wd_featurebox p:first-child{
	flex: 3 1 auto;
}

.wd_gray_banner_fb  .wd_featurebox p:last-child{
	text-align: right;
	flex:  1 1 auto;
}


.wd_featureboxes_top_tiles{

	width: 100%;
}

.wd_featureboxes_top_tiles .wd_image_tbl_pollyf{
	text-align: center;
}

.wd_featureboxes_top_tiles .wd_image_tbl_pollyf img{
	max-height: 370px;
    width: auto;
    display: inline-block;
}


.wd_featureboxes_bottom_tiles  .wd_featurebox p{
	text-align: left;
}

.wd_featureboxes_bottom_tiles  .wd_featurebox p:last-child{
	text-align: center;
}


.wd_featureboxes_bottom_tiles  .wd_featurebox_container .wd_featurebox{
	margin-top: 0;
}


.wd_featureboxes_bottom_tiles .wd_image_tbl_pollyf img{
    min-width: 421px;
}


/* 1.5 Sign up Email Alerts */

.wd_gray_banner_wrap {
	background-color: #F2F2F2;
	margin: 65px 0;
}

.wd_gray_banner_wrap .wd_featurebox_title{
	font-size:  45px;
	margin-bottom: 1rem;
}


.wd_gray_banner_wrap p{
	font-size: 19px;
	line-height: 1.2;
}

.wd_gray_banner_wrap .wd_featurebox{
	margin: 0;
}

.wd_gray_banner_wrap .wd_featurebox p{
	margin: 0;
}

/* ENDOF 1. HOMEPAGE */

/* Client Overwrites */
.homepage-hero{
   
}

.homepage-hero-text > .cmp-text p{
	font-size: 19px;
	line-height: 1.4;
}

.homepage-hero-text.__wd_mod .wd_primary_btn{
	margin-right: 8px;
	margin-bottom: 15px;
	margin-top: 25px;
}




.homepage-hero-title > .cmp-title > h1.cmp-title__text{
	margin-bottom: 40px;
	font-size: clamp(20px, 2vw, 50px);
}

.footer-wrapper{
	margin-top: 0;
	padding-top: 40px;
	border-top: 1px solid #F4F4F4;
}


.wd_category_items .item_name{
	font-size: 25px;
	font-weight: 500;

}

.wd_bottom_files_fb {
	margin-bottom: 45px;
}


/* Search Fields */

.wd_search_basic_fields {
	background: none;
	display: block;
	border: none;
	text-align: left;
	padding: 0; 
}

.wd_newsfeed_releases input[type="text"] {
	 height: 36px;
	 font-weight: 100;
	 font-size: 18px;
	 padding: 0 .5em;

	 font-family: "Balto-Medium", sans-serif;
}
.wd_events_inputs select,
.wd_newsfeed_releases select {
	
    height: 36px;
    font-weight: 100;
	 font-size: 18px;
	 padding: 0 0.5em;


	 font-family: "Balto-Medium", sans-serif;

    
}

.wd_newsfeed_releases button.wd_search_button,
.wd_events button.wd_events_input_go {
	cursor: pointer;
    height: 36px;
    font-weight: 400;
	 font-size: 18px;
	 background: #007856;
	 color: white;
	 border: none;
	 padding: 0 .5em;
	 border-radius: 0;
	 font-family: "Balto-Light", sans-serif;

}
/* END Search Fields */
.wd_search_result .wd_search_image{
	display: none;
}

.wd_newsfeed_releases .wd_item_search_form_container{
	margin-bottom: 2em;
}

.wd_newsfeed_releases  .wd_date{
	font-size: 20px; 
	font-weight: 100;
	color: #555;
	font-family: "Balto-Light", sans-serif;
	text-transform: initial;
}

.wd_newsfeed_releases  .wd_title a,
.wd_newsfeed_releases  .wd_title{
	font-family: 'Balto-Medium';
	font-size: 20px; 	
	font-weight: 500;
    margin-bottom: 5px;
	
}

.wd_item .wd_summary p{
	margin-top: 0;
}



.wd_body div,
.wd_body ol,
.wd_body ul,
.wd_body p{
	line-height: 1.3;
}





.wd_newsfeed_releases  .wd_item .wd_thumbnail{
	display: none;
}


.wd_newsfeed_releases  .wd_item .wd_item_wrapper{
	margin-left: 0;
}

.wd_featureboxes_bottom_tiles .wd_featurebox_container:last-child{

	min-width: 50%;
}

.wd_pageid_20316 .wd_category_items .item .wd_image_tbl_pollyf{
	margin-bottom: 1em;
}


.wd_pageid_20316 .wd_category_items .item{
	margin-bottom:  2em;
}


.wd_pageid_20316 .wd_category_items .item img{
	
	max-height: 160px;
    max-width: none;
    width: auto;
    padding: 1em 0;
}


/* Exuctive Bios */

.wd_pageid_34137 .wd_item_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}


.wd_pageid_34137 .wd_item_search_form_container{
	display: none;
}

.wd_pageid_34137 .wd_item .wd_item_wrapper{
	margin-left: 0;
}

.wd_pageid_34137 .wd_item .wd_thumbnail {
    float: none;
    margin: 0;
}


.wd_pageid_20316 .wd_category_items .item{
	width: 50%;
	float: left;
}


.wd_pageid_34137 .wd_item {
	margin-bottom: 50px;
    padding: 0 2em;
    text-align: center;
}

.wd_pageid_34137 .wd_item .wd_date{
	display: none;
}

.wd_toolbar{
	clear: both;
}

.wd_category_items .item_name a{

	font-size:  20px; 
	font-weight: 500;
	font-family: "Balto-Medium", sans-serif;
}


/* Search Results */

.wd_pageid_20322 .wd_main_wrapper{

	background-color: #f7f7f7;
}

.wd_pageid_20322 .wd_search_result{

	width: 100%;
    margin-bottom: 20px;
    padding: 10px 11px;
   
    text-decoration: none;
    color: #007856;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);

    /* sencond layer 2 merge*/
 
 	
    padding: 31.5px 27.5px;
}

.wd_pageid_20322 .wd_main_content{
	 max-width: 779px;
	 margin: 0 auto;
}
.wd_pageid_20322 .wd_search_result .wd_search_title a{
	 font-size: 24px;
}

.wd_pageid_20322 .wd_search_result .wd_search_context{
	font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding-top: 10px;
	color: #363636;
    font-family: Balto-Book, sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* ENDOF Search Results */

/* ABOUT PAGE */


/* First Row */
.wd_pageid_20301 .wd_main_wrapper{

	background: #F2F2F2;
}
.wd_pageid_20301 .wd_main_wrapper .item .item_name{
	font-size: 50px;
    color: #007856;
    font-weight: normal;
    font-family: "Balto-Light", sans-serif;
}


.wd_pageid_20301 .wd_main_wrapper  .item p{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 200;
    font-family: Balto-Light;
}


/* Fast Facts */

.wd_pageid_20301 .wd_middle_fb h4{
    color: #424b5a;
    font-size: 46px;
    line-height: 60px;
    font-family: Balto-Light, sans-serif;
    font-weight: 200;
    font-style: normal;
    margin: 0;
}

.wd_pageid_20301 .wd_featurebox_title{
	font-size: 50px;
}


.wd_pageid_20301 .wd_featureboxes_middle .wd_featurebox{
	display: flex;
    justify-content: space-between;
    margin: 2em 0 0;
}

.wd_pageid_20301 .wd_featureboxes_middle .wd_featurebox > div{
	padding: 0 1em;
	margin: 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    font-family: Balto-Light;
    flex: 0 0 33%;
}

.wd_pageid_20301 .wd_featureboxes_middle .wd_featurebox > div:nth-child(2){
	border-right: 1px solid ;
	border-left: 1px solid ;
	border-color: gray;



}

.wd_pageid_20301 .wd_main_wrapper .wd_toolbar,
.wd_pageid_20301 .page_header{
	display: none;
}

/* TOP Executives */ 


.wd_pageid_20301  .wd_gray_banner_fb .wd_featurebox p{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 200;
    font-family: Balto-Light;
}

.wd_pageid_20301  .wd_gray_banner_wrap .wd_featurebox {
	display: block;
}


.wd_pageid_20301  .wd_gray_banner_fb .wd_top_exec{
	margin: 0;
	padding: 2em 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	list-style-type: none;
}

.wd_pageid_20301  .wd_gray_banner_fb .wd_top_exec li{
	text-align: center;
	color: black;
    font-size: 14px;
    line-height: 1.4;
}

.wd_gray_banner_fb .wd_top_exec li img{
	margin-bottom: 1em;
}


.wd_bottom_fb .wd_featurebox_title{
	    font-family: "Balto-Medium", sans-serif;
	    font-size: 25px;
}

.wd_bottom_fb .wd_flex_row .__inner{
	height: 100%;
}

/* ENDOF ABOUT */

body.wd_modal.wd_speedbump .speedbump-modal-container{

	display: flex;
}

.speedbump-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    display: none;
}

@media (max-height: 375px) {
    .speedbump-modal-container {
        display: block;
        overflow: auto;
    }
}

.speedbump-modal-container > .speedbump-modal-wrapper {
    position: relative;
    padding: 40px 0;
    background: #fff;
}

.speedbump-modal-container > .speedbump-modal-wrapper > .speedbump-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 31px;
    cursor: pointer;
    stroke: #000;
    opacity: 0.351;
}

.speedbump-modal-container > .speedbump-modal-wrapper > .speedbump-close:hover, .speedbump-modal-container > .speedbump-modal-wrapper > .speedbump-close:focus {
    opacity: 1;
}

.speedbump-modal-container > .speedbump-modal-wrapper > .speedbump-close > .icon-close {
    width: 30px;
    height: 31px;
}

@media (max-width: 1023px) {
    .speedbump-modal-container > .speedbump-modal-wrapper > .speedbump-close {
        top: 10px;
        right: 10px;
    } 
}




/* IE Fixes */


/* Custom Search Adapter */
.wd_faux_btn_search_sub{
    position: absolute;
    top: 33px;
    right: 10px;
    height: 50px;
    opacity: 0;
    z-index: 4;
    cursor: pointer;
}

/* Responsive */


@media (min-width: 1350px){
	.wd_tile_block .__tb_inner p{
		padding: 0 60px;
	}

	.wd_featureboxes_bottom_tiles .wd_image_tbl_pollyf img {
	    position: relative;
	    top: -50px;
	}
}



@media (min-width: 1024px){
	
	.homepage-hero-text.__wd_mod{
		width: 50%;
	}


	.wd_bottom_files_fb .wd_flex_row{
		max-height: 433px;
		overflow: hidden;
	}


}



@media (max-width: 1150px){

	.wd_bottom_files_fb .wd_tile_block h2 {
		font-size: 32px;
		line-height:1.2;
		margin-bottom:0;
	}

}



@media (max-width: 960px){

	.wd_featureboxes_bottom_tiles .wd_image_tbl_pollyf img{
		width: 100%;
		min-width: auto;
	}



	.wd_flex_row{
		flex-direction: column;
	}

	.wd_flex_row > * {
		padding: 0;
		margin-bottom: 2em;
	}

	.wd_featureboxes_bottom_tiles .wd_featurebox_container{
		margin-bottom: 0;
	}

	.header-misc.__wd_location{
		display: none;
	}

	.header-logo{
		max-width: 200px;
	}


	.header-logo-link > .header-icon{
		max-width: 100px;	
	}

	.wd_logo_tag a{
		font-size: 18px;
	}


	.homepage-hero-text.__wd_mod,
	.homepage-hero-title{
		width: 100%;
	}

	.homepage-hero-text > .cmp-text p {
	    font-size: 11px;
	    line-height: 12.69px;
	}

	.hero-text-box-gradient.-gradient-on{
		background: rgba(247, 247, 247, .5);
	    
	}

	.homepage-hero-title,
	.homepage-hero-text.__wd_mod{
		width: 60%;
	}

	.homepage-hero-text.__wd_mod .wd_primary_btn{
		
	    float: none;
        margin-top: 1em;
	    margin-bottom: .5em;
	}


	.wd_featurebox_title{
		font-size: 20px;
	}


	.wd_top_wrap .columns-container.-lg-top-padding{
		padding-bottom: 0;
	}


	.wd_featureboxes_middle_tiles .wd_featurebox_container:first-child .wd_featurebox{
		min-height: auto;
	}


	.wd_gray_banner_wrap .wd_featurebox_title{
		font-size: 32px;
		margin-bottom: 1rem;
	}



}


@media (max-width: 767px){
	.search-button {
	    top: 23px;
	    right: 0;
	    left: initial;
	    margin-left: 15px;
	}

	.wd_pageid_34137 .wd_item_list{
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}


	.wd_pageid_34137 .wd_item{

		padding: 0;
	}

	.wd_pageid_20316 .wd_category_items .item{
		width: 100%;
	}


	.wd_featureboxes_top_tiles .wd_featurebox_container:nth-child(2){
		    max-width: none;
	}



	.wd_pageid_20301 .wd_gray_banner_fb .wd_top_exec li img{
		width: 100%;
	}


	.wd_pageid_20301 .wd_gray_banner_fb .wd_top_exec {
			grid-template-columns: 1fr;
	}


		.wd_pageid_20301 .wd_middle_fb h4{
		font-size: 30px;
	}

	.wd_pageid_20301 .wd_featureboxes_middle .wd_featurebox > div{
		font-size: 16px;
		padding: 2em 0;
	}
	.wd_pageid_20301 .wd_featureboxes_middle .wd_featurebox > div:nth-child(2){
		border: none;

		border-top: 1px solid;
    	border-bottom: 1px solid;


	}

	.wd_pageid_20301 .wd_featureboxes_middle .wd_featurebox{
		flex-direction: column;
	}


	.wd_gray_banner_fb .wd_featurebox{
		flex-direction: column;
	}

	.wd_gray_banner_wrap .wd_featurebox p{
		    margin-bottom: 1em;
	}

	.wd_gray_banner_fb .wd_primary_btn{
		position: initial;
	    top: initial;
	    right: initial;
        display: inline-block;
	}

	.wd_tile_block .__tb_inner p{
		padding: 0;
	}

	.footer-wrapper{
		
	}
}

@media (max-width: 575px){


		.wd_faux_btn_search_sub{
			top: -3px;
		    right: 0;
		    height: 30px;
		    width: 30px;
		}

		
}

/* header/footer 12.2025 */
.top_greenbar {
	background-color: #005840;
	height: 39px;
}
.logo_row {
	background: #fff;
	border-bottom: 1px solid #DFDFDF;
	padding: 20px 0;
}
.logo_container {
	max-width: 1200px;
	margin: 0 auto;
}
.logo_container img {
	width: 150px;
}
#wd_main_desktop_nav {
	border-bottom: 2px solid #DFDFDF;
}
.wd_nav > li a,
.wd_mob_menu a {
	color: #2F3840;
}
.wd_nav > li a {
	padding: 12px 0;
	border: none;
	text-decoration-color: #FFB300;
	text-decoration-thickness: 2px;
}
.wd_nav > li a:hover {
	text-decoration: underline;
	text-decoration-color: #FFB300;
	text-decoration-thickness: 2px;
}

.footer-text {
	color: #2F3840;
}
.footer-column > .footer-title,
.footer-contact-us-link,
.footer-about-link {
	color: #007856;
}
.footer-contact-us-link > .icon {
	fill: #007856;
}
.footer-column:last-child {
	justify-content: center;
}
.footer-social-link img {
	max-width: 31px;
}