/*
Theme Name: svchc-child
Template: twentysixteen
*/

/* TYPEKIT FONT FAMILIES BELOW
Futura PT Medium{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}
Futura PT Medium Oblique{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: italic;
}
Futura PT Heavy{
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
}
Futura PT Heavy Oblique{
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: italic;
}
Futura PT Book{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}
Futura PT Book Oblique{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: italic;
}
Futura PT Bold{
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
}
Futura PT Bold Oblique{
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: italic;
}
*/

@font-face {
    font-family: 'Sarabun Reg';
    src: url('fonts/Sarabun-Regular.woff2') format('woff2'),
        url('fonts/Sarabun-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sarabun Med';
    src: url('fonts/Sarabun-Medium.woff2') format('woff2'),
        url('fonts/Sarabun-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sarabun Extra Bold';
    src: url('fonts/Sarabun-ExtraBold.woff2') format('woff2'),
        url('fonts/Sarabun-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/*
	Overright of styles
*/
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	content: none;
}
body{
	font-family: futura-pt, sans-serif;
	font-size: 19px;
	font-size: 1.188rem;
	line-height:1.5em;
	color:#6B6B6B;
}
h1,
h2,
h3,
h4{
    clear:none;
}
h2{
    margin:0 0 20px 0;
    text-transform:uppercase;
}
h3{
    font-weight:700;
    font-size:1.25rem;
}
/* Blue H3 (replacement for h4) */
#values h3,
#approach h3,
#staff h3 {
    font-weight:500;
    font-size:1.25rem;
    color: #3866A9;
}
h4{
    color: #3866A9;
    font-weight: 500;
}
p {
    margin: 0 0 16px;
}
hr {
    margin: 30px 0;
    background-color: #F48805;
}
article{
    margin: 0 0 50px 0;
}
.site {
	margin: 0px;
}
.site-header {
	padding: 0;
    position: fixed;
    z-index: 9999;
    height: 148px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.site-header.sticky {

    height: 130px;
}

.site-header .main_logo{
    width:270px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.site-header .mobile_logo{
    display:none;
}
.site-header.sticky .main_logo{
    width:100%;
    margin: 0 auto;
    display: inherit;
}
.site-header.sticky .main_navigation{
    padding:5px 15px;
}
.site-footer{
	display:block;
	padding:0;
}
.wp-block-file .wp-block-file__button {
    background: #6B6B6B;
    border-radius: 5px;
    font-size:1rem;
}

/*
	Custom Styles
*/
.page_wrapper{
    padding-top:151px;
}
.juicer-feed h2 {
    text-indent: -9999px;
}
.juicer-ad{
    display:none !important;
}
.juicer-feed.slider .slick-next:hover:before,
.juicer-feed.slider .slick-prev:hover:before{
    color:#046cb6 !important;
}
.j-post-overlay.juicer-feed a.juicer-button{
    border: 2px solid #046cb6 !important;
    color: #046cb6 !important;
}
.j-post-overlay.juicer-feed a.juicer-button:hover {
    background: #F2F2F2 !important;
}
.btn_class{
    border-radius: 5px !important;
    background: #046cb6;
    padding: 5px 10px;
    margin: 0 !important;
    border: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.btn_class:hover{
    background: #fff;
    border: 1px solid #007DD6;
    color: #007DD6;

}
.read_more{
    display:inline-block;
    border-radius: 5px !important;
    background: transparent;
    padding: 5px 10px;
    margin: 10px 0 0 0 !important;
    border: 1px solid #046cb6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #046cb6;
    text-transform: uppercase;
    font-weight: 500;
}
.read_more:hover{
    background:#046cb6;
    color:#fff;
}
.header_image{
    width:100%;
	height:70vh;
	max-height:800px;
	border-bottom: 3px solid #F48805;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}
.page-id-21 .header_image,
.page-id-183 .header_image{
    background-position:top center !important;
}
.page_title{
    color: #007DD6;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    margin: 50px 0 20px 0;
}
.thecontent{
    margin: 0 0 50px 0;
    padding: 0 10%;
    text-align: center;
}
.flex_wrapper{
	width: auto;
	max-width:1200px;
	margin:0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.utility_navigation{
	background: #E8E8E8;
    width: 100%;
    order: 1;
	/*padding: 10px 15px;*/
}
.utility_navigation .utilitynavtext{
	display:inline-block;
    margin: 0 0 0 100px;
	color:#006BB8;
	font-family: futura-pt, sans-serif;
	font-size:1.15rem;
	font-weight: 500;
}
.utility_navigation .utilitynavtext .gc-cs-link{
    color:#006BB8 !important;
}
/*
.utility_navigation .donate_btn{
    display:none;
}
*/
.menu-utility-navigation-container{
	display:inline-block;
    margin: 0 -3px 0 0px;
}
.menu-utility-navigation-container ul.utility-navigation{
	margin:0;
	list-style:none;
}
.menu-utility-navigation-container ul.utility-navigation li a{
    background:#0077CC;
    color:#fff;
    padding:20px 10px;
	text-transform:uppercase;
	font-family: futura-pt, sans-serif;
}
.translate {
    display: inline-block;
    background: #6E6E6E;
    padding: 18px 10px;
}
.translate a{
    color:#fff;
    font-size:1rem;
}
.english .translate ul li:first-of-type a,
.espanol .translate ul li:nth-of-type(2) a{
    font-weight:bold;
}
.translate ul li {
    display:inline-block;
}
.translate ul li:first-of-type a:after {
    content:' | ';
    font-weight:normal;
}
.translate #menu-translation-navigation{
    margin:0;
    list-style: none;
}


/* desktop nav */
.main-navigation.desktop {
    display:inline-block;
    margin:0;
    vertical-align:middle;
}
.main-navigation.desktop ul li{
    max-width:120px;
    text-align:center;
    margin: 0 0 0 8px;
}
.main-navigation.desktop ul li li{
    max-width:100%;
    text-align:left;
}
.main-navigation.desktop a {
    padding: 10px;
    font-size:0.8em;
    color: #0077CC;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 500 !important;
    word-wrap: normal !important;
/*     word-break: break-word !important; */
    white-space: break-spaces;
}
.espanol .main-navigation.desktop a {
    font-size: 1.15rem;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.015em;
}
.main-navigation .menu-item-has-children > a {
    padding: 10px 15px 10px 5px !important;
}
.main-navigation.desktop .menu-item-has-children > a::after {
    right:0;
}
.main-navigation.desktop ul ul li {
    border: 1px solid #E6E6E6;
}
.main-navigation.desktop ul ul li a {
    padding: 5px 10px;
    font-size: 0.85em;
}
.main-navigation.desktop ul ul li a:hover {
    background:#007DD6;
    color:#fff;
}
.main-navigation ul ul::before {
    right:0;
}
.main-navigation ul ul::after {
    right:2px;
}

.main_navigation{
    background:#fff;
    width: 100%;
    order: 2;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 18px 18px -14px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 18px -14px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 18px -14px rgba(0,0,0,0.5);
}
.main_navigation .hamburger_menu{
    display:none;
	color:#007DD6;
	text-align:center;
	line-height: 1.25em;
	cursor:pointer;
}
.main_navigation .hamburger_menu .fa-bars{
	font-size:2rem;
}
.menu_navigation_active{
    display:none;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
body.menu_active .menu_navigation_active .overallwrapper{
    padding:0;
}
body.menu_active .menu_navigation_active{
    /*position:absolute;
    height:112px;
    background:#3866A9;*/
    display:block;
    width:100%;
    padding: 12px 0px;
    z-index:9;
}
.main_navigation_fullscreen .main-navigation .menu-item a {
    padding: 15px 20px 15px 10px !important;
}
.main_navigation_fullscreen .main-navigation .sub-menu a{
    padding: 5px 0 !important;
}
body.menu_active .menu_navigation_active .hamburger_menu_close{
    display: inline-block;
    float: left;
    padding: 2% 0;
    cursor:pointer;
}
body.menu_active .menu_navigation_active img.logo_active{
    margin: 0 0 0px 33%;
    display: block;
    width: 330px;
}
.main_navigation_fullscreen{
    display:none;
}
.dropdown-toggle {
    top:-15px;
}
body.menu_active .main_navigation_fullscreen{
    display: block;
    position: absolute;
    /*position:fixed;*/
    width: 100%;
    height: 100%;
    min-height:100vh;
    background: #007DD6;
    z-index: 9999;
}
.main_navigation_fullscreen .main-navigation {
    margin: 0;
    list-style:none;
    text-align:center;
}
.main_navigation_fullscreen .main-navigation li {
    border-top:0px;
    border-bottom: 1px solid #d1d1d1;
}
.main_navigation_fullscreen .main-navigation ul.sub-menu li{
    border-bottom:0px;
}
.main_navigation_fullscreen .main-navigation a{
    color:#fff;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight:normal !important;
    /*border-bottom: 1px solid #d1d1d1;*/
}
.main_navigation_fullscreen .main-navigation a:hover,
.main_navigation_fullscreen .main-navigation a:focus,
.main_navigation_fullscreen .main-navigation li:hover > a,
.main_navigation_fullscreen .main-navigation li.focus > a {
    color: #91cef9 !important;
}
.main_navigation_fullscreen .main-navigation .menu-item-has-children > a:after{
    content:'';
}
.main_navigation_fullscreen .main-navigation .menu-item-has-children > a {
    margin-right: 0;
    padding-right: 0.875em;
}
.main_navigation_fullscreen .dropdown-toggle{
    display:inline-block;
    height:auto;
    width:auto;
    color:#fff;
}
.main_navigation_fullscreen .dropdown-toggle::after {
    border: 0 solid #d1d1d1;
    border-left-width: 0px;
    content: "\002b";
    font-size: 4rem;
    left: 0;
    position: relative;
    width: auto;
}
.main_navigation_fullscreen .dropdown-toggle:hover,
.main_navigation_fullscreen .dropdown-toggle:focus{
    color:#999999;
}
.main_navigation_fullscreen .dropdown-toggle.toggled-on::after {
    content: "\2013";
}
.main_navigation_fullscreen ul.main-navigation li ul.sub-menu{
    display:none;
}
.main_navigation_fullscreen ul.main-navigation li ul.sub-menu.toggled-on{
    display:block;
    margin:0 0 30px 0;
}
.main_navigation_fullscreen ul.main-navigation li ul.sub-menu a{
    padding: 5px 0;
    font-weight:normal;
    font-size:1.25rem;
    text-transform:none;
    border-bottom: 0px;
}
#breadcrumbs{
    margin: 30px 0 0 0;
}

.social {
	display:inline-block;
    margin-bottom: 0;
    text-align: center;
	margin-left: 0;
	list-style: none;
}
.social li {
    padding: 0 2px;
    font-size: 1rem;
    line-height: 0;
    display: inline-block;
}
.social a {
    margin: 0 5px 0 0px;
    display: inline-block;
    visibility: visible;
}
.social .fab,
.social .fa-brands{
    color: #6B6B6B;
    font-size: 1.75em;
}
.page-content .search-form {
    display:none;
}
#headersearch {
    max-width: 1200px;
    left: 0;
    margin: 0 auto;
}
#headersearchmobile {
    display:none;
}
#headersearch label{
    text-indent:-9999px;
    position:absolute;
    overflow:hidden;
}
.searchicon {
    display:inline-block;
    width:40px;
    padding: 20px 10px 20px 10px;
    cursor:pointer;
    border-left: 1px solid #999999;
}
.search-form {
    position: absolute;
    display:none;
    z-index: 99;
    right: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
	/*display:inline-block;*/
}
.search-field {
    /*position: relative !important;
    background-color: transparent !important;
    background-image: url(../../uploads/2019/03/icon_mag.png) !important;
    background-position: 5px center !important;
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
    border-left: 1px solid #999999 !important;
    border-right:0px !important;
    border-bottom:0px !important;
    border-top:0px  !important;
    width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding:16px 0 16px 34px !important;
    cursor: pointer !important;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;*/
}
.search-field:focus {
    background-color: #fff !important;
    cursor: text !important;
    outline: 0 !important;
}
.search-submit {
    display: none;
}
.overallwrapper.search article {
    margin: 15px 0;
    border-bottom: 1px solid #6B6B6B;
    padding: 0 0 15px 0;
}
.overallwrapper.search article:last-of-type{
    border-bottom:0px;
}
h2.search_entry_header a {
    text-transform: uppercase;
    color: #007DD6;
}
a.searchresults_readmore {
    /*background: #007DD6;*/
    background:transparent;
    border: 1px solid #046cb6;
    border-radius: 5px;
    color: #046cb6;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0px 10px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a.searchresults_readmore:hover {
    border: 1px solid rgba(0, 148, 192, 0.8);
    background: #046cb6;
    color: #fff;
}
.pagination .prev, .pagination .next {
    background-color: #999;
}
.donate a {
	text-transform: uppercase;
	font-weight: bold;
}
.donate_btn{
    display:inline-block;
    margin: 0 0 0 10px;
    vertical-align:middle;
}
.donate_btn a{
	background:#DC7B04;
	color:#fff;
	text-transform:uppercase;
	padding: 5px 10px;
    font-size: 19px;
    font-weight:bold;
	border:1px solid transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.donate_btn a:hover{
	color:#DC7B04;
	background:#fff;
	border:1px solid #F48805;
}
.dontate_responsive {
    display:none;
}

.overallwrapper{
	position:relative;
	max-width:1200px;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0 20px;
}


.footer_form{
	width:100%;
	padding:20px 0;
	color:#fff;
    background: #757575;
    border-bottom: 2px solid #ccc;
}
.gform_wrapper{
	margin:0 !important;
}
.gform_wrapper form{
	position:relative;
}
.footer_form .gform_wrapper .gform_heading{
	display: inline-block;
	width: 29% !important;
	margin-bottom: 0;
	vertical-align: top;
}
.footer_form .gform_wrapper .gform_heading h3{
	text-transform:uppercase;
	margin: 0;
}
.footer_form .gform_wrapper span.gform_description{
	line-height:1.25em;
	font-size:1rem;
	font-family: 'Sarabun Reg';
}
.footer_form .gform_wrapper .gform_body{
	display:inline-block;
	width:70%;
}
body .footer_form .gform_wrapper ul li.gfield{
	margin-top:0 !important;
}
body .footer_form .gform_wrapper ul li input[type='text'] {
	width:100% !important;
	margin-top: 10px !important;
	border-radius:5px;
}
body .footer_form .gform_wrapper ul li input[type='checkbox'] {
	width: 1.5% !important;
    margin-top: 0 !important;
}
.footer_form .gform_wrapper #field_1_1,
.footer_form .gform_wrapper #field_4_1{
	padding-right:10px !important;
	display:inline-block;
	width:50%;
}
.footer_form .gform_wrapper #field_1_2,
.footer_form .gform_wrapper #field_4_2{
	display:inline-block;
	padding-right:0px !important;
	width:50%;
}
body .footer_form .gform_wrapper #field_1_3 input,
body .footer_form .gform_wrapper #field_4_3 input{
	width:80% !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.footer_form .gform_wrapper .gform_footer{
	top: 55px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	right: 6px !important;
	width: auto !important;
}
.footer_form .gform_wrapper .gform_footer input[type="submit"]{
	border-radius:5px !important;
	background: #007DD6;
	padding: 10px 20px;
	margin: 0 !important;
	border:1px solid transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer_form .gform_wrapper .gform_footer input[type="submit"]:hover{
	background:#fff;
	border:1px solid #007DD6;
	color:#007DD6;
}

.site-footer .footer_info{
	background:#0077CC;
	padding: 40px 0 20px 0;
}
.site-footer .footer_info .flex_wrapper{
	align-items: flex-start;
}
.site-footer .footer_info .footer_text{
	color:#fff;
	line-height: 1.5em;
	margin: 30px 0 0 0;
}
.site-footer .footer_info .footer_text .gc-cs-link{
    color:#fff !important;
}
.menu-footer-navigation-container{
	line-height: 2em;
}
.menu-footer-navigation-container ul{
	list-style: none;
	margin: 0;
}
.menu-footer-navigation-container ul li a{
	color:#fff;
	text-transform:uppercase;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
}
.site-footer .copyright{
	text-align:center;
	color:#fff;
	font-family: 'Sarabun Reg';
	font-size: 0.85rem;
}

/*
	Home Page
*/
.hpslider_wrapper {
    max-width: 1400px;
    margin: 11px auto 0;
    position:relative;
}
.hpslider_wrapper .hpslider{
	width:100%;
	height:55vh;
	max-height:800px;
	border-bottom: 3px solid #F48805;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}
.cycle-slideshow.hpslider_wrapper .hpslider:nth-of-type(5){
    background-position:center top 20% !important;
}
.cycle-slideshow.hpslider_wrapper .hpslider:last-of-type{
	background-position:top center !important;
}
.cycle-slideshow.hpslider_wrapper .hpslider .slidertext{
	position: absolute;
	bottom: 8%;
	right: 10%;
	z-index: 9;
	color: #fff;
	max-width: 360px;
	text-align: center;
}
.cycle-slideshow.hpslider_wrapper .hpslider .slidertext .slidercaption{
	display:block;
	margin: 0 0 20px 0;
	font-size:2.8rem;
	line-height: 1.2em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.cycle-slideshow.hpslider_wrapper .hpslider .slidertext .sliderlink{
	display:inline-block;
}
.cycle-slideshow.hpslider_wrapper .hpslider .slidertext .sliderlink a{
	padding: 5px 30px;
    color:#fff;
    border: 1px solid #fff;
	text-transform:uppercase;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.cycle-slideshow.hpslider_wrapper .hpslider .slidertext .sliderlink a:hover{
	background:#fff;
	color:#007DD6;
}
.hpslider_wrapper .hpslider .overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 75%);
	background: -webkit-gradient(right bottom, left top, color-stop(0%, rgba(0,0,0,1)), color-stop(60%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 75%);
	background: -o-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 75%);
	background: -ms-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 75%);
	background: linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.hpslider_wrapper .hp-pager{
	position: absolute;
	bottom: 0;
	top: 25%;
	right: 3%;
	z-index: 999;
}
.hpslider_wrapper .hp-pager span{
	display: block;
	padding: 11px 0px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 60px;
	cursor: pointer;
	margin: 20px 0px 0px 0;
	line-height: 0.1em;
	width: 30px;
    height:30px;
	text-indent: -16px;
}
.hpslider_wrapper .hp-pager span::after{
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    width: 16px;
    border-right: 1px solid #fff;
    top: 50px;
    left: 0;
}
.hpslider_wrapper .hp-pager span:nth-of-type(2):after{
    top:100px;
}
.hpslider_wrapper .hp-pager span:nth-of-type(3):after{
    top:150px;
}
.hpslider_wrapper .hp-pager span:nth-of-type(4):after{
    top:200px;
}
.hpslider_wrapper .hp-pager span:nth-of-type(5):after{
    top:250px;
}
.hpslider_wrapper .hp-pager span:nth-of-type(6):after{
    top:300px;
}
.hpslider_wrapper .hp-pager span:last-of-type:after{
    /*top:250px;*/
    border-right:none;
}

.hpslider_wrapper .hp-pager span.cycle-pager-active{
	color:#F48805;
}
.hpslider_wrapper #prev{
    position: absolute;
    top: 45%;
    left:2%;
    opacity:0.8;
    z-index: 111;
    color: #fff;
    font-size: 3em;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.hpslider_wrapper #next{
    position: absolute;
    top: 45%;
    right:2%;
    opacity:0.8;
    z-index: 111;
    color: #fff;
    font-size: 3em;
    cursor: pointer;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.hpslider_wrapper #prev:hover,
.hpslider_wrapper #next:hover{
    opacity:1;
}
.hpslider_wrapper .cycle-pager {
    text-align: center;
    position: absolute;
    bottom: 10px;
    z-index: 999;
    left: 0;
    right: 0;
}
.hpslider_wrapper .cycle-pager span{
    display: inline-block;
    cursor:pointer;
    width: 15px;
    height: 15px;
    background:#fff;
    margin: 0 10px;
    text-indent: -9999px;
    border-radius: 50%;
    vertical-align:middle;
}
.hpslider_wrapper .cycle-pager span.cycle-pager-active {
    width: 20px;
    height: 20px;
}


.hp_cta_wrapper{
    margin:30px 0;
    border-top: 2px solid #F48805;
    border-bottom: 2px solid #F48805;
    padding: 20px 0;
    text-align: center;
}
.hp_cta{
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: top;
	color:#3766A9;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.hp_cta .gc-cs-link{
    color:#3766A9 !important;
}
.hp_cta .cta_title{
	font-size: 1.5rem;
	line-height: 1em;
	margin: 10px 0 5px 0;
}
.hp_cta  .cta_desc{
	line-height: 1.15em;
}
.hp_blue_callout{
	background:#007DD6 url(../../uploads/2019/03/blue_bg.png);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	color:#fff;
	padding: 40px 150px;
	border-radius: 10px;
	font-size: 1.5rem;
	line-height: 1.5em;
}
.hp_blue_callout p:nth-of-type(1) strong{
	font-weight: 500;
}
.hp_blue_callout p:last-of-type{
	margin:0;
}

.hp_service_cta_wrapper {
    text-align:center;
}
.hp_service_cta {
    display:inline-block;
    margin: 0% 2.5% 20px 2.5%;
    width: 160px;
    vertical-align: top;
}
.hp_service_cta p{
    font-size:0.9em;
    display:block;
    font-weight:500;
    text-transform:uppercase;
}
a.hp_service_cta:hover p {
    color:#007acc;
    text-decoration:underline;
}

.services_callout{
	/*border-top: 2px solid #F48805;
	border-bottom: 2px solid #F48805;*/
	margin: 50px 0 0px 0;
	padding: 20px;
	text-align: center;
}
.services_callout a{
    text-decoration:underline;
}
.services_callout div{
	display:inline-block;
	width: 33%;
}
.services_callout div a{
	display:block;
}

/* PODCAST STYLING */
.bts-report-listing,
.podcast-listing {
	list-style: none;
	margin: 0;
	padding: 70px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 15px;
}
.bts-report-listing {
    padding-top: 15px;
}
.podcast-listing-recent {
	list-style: none;
	margin: 0;
	padding: 70px 0;
}
.podcast-listing-recent li,
.bts-report-listing li,
.podcast-listing li {
/* 	display: flex; */
/* 	border: 1px solid #666; */
/* 	border-radius: 15px; */
	border: 1px solid rgba(37,40,42,.3);
	color: #25282a;
	padding: 20px 15px;
	max-width: 510px;
}
.bts-report-listing li:hover,
.podcast-listing li:hover {
	background-color: #e9ebec;
}
.podcast-listing-recent li > div,
.podcast-listing-recent li > a > div,
.podcast-listing li > div,
.podcast-listing li > a > div {
/* 	margin: 20px 15px; */
	position: relative;
/* 	max-width: 480px; */
	width: 100%;
}
.podcast-listing li label {
	font-size: 1rem;
    font-weight: bold;
    color: #999;
    padding: 0 10px;
    display: inline-block;
}
.episode_meta {
	width: 100%;
	margin-bottom: 12px;
}
.page-template-emergency_preparedness h1 {
	margin-bottom: 60px;
}
.page-template-emergency_preparedness .ep_page_videos .podcast-listing {
	padding: 15px 0px;
}
.page-template-emergency_preparedness .ep_page_videos .podcast-listing li {
	margin-bottom: 10px;
}

.ep_page_wrapper {
	display: grid; 
/* 	grid-template-columns: 2fr 1fr; */ 
	grid-gap: 2rem;
}
.page-template-emergency_preparedness .youtube_link {
	display: grid; 
	grid-template-columns: 1fr 2fr; 
	grid-gap: 1rem;
}
.page-template-emergency_preparedness .youtube_link > div {
   border: 1px solid #acacac;
}
.page-template-emergency_preparedness .ep_page_videos .podcast-listing .episode_meta > p {
	margin-bottom: 0;
}

/*
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.podcast-listing li > a > div.podcast-video-poster {
	float: none;
    clear: both;
    width: 100%;
    position: relative;
/*     padding-bottom: 56.25%; */
    padding-bottom: 54%;
    padding-top: 25px;
    height: 0;
} 
.podcast-listing-recent #ytplayer,
.podcast-listing #ytplayer {
	height: 270px;
	width: 480px;
	background: transparent center center / cover no-repeat;
	position: relative;
/* 	border-radius: 15px; */
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper {
  background: rgba(0,0,0,0.55);
  width: 50px;
  height: 34px;
  border-radius: 5px;
  padding-top: 10px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ytplayer:hover .wrapper {
  background: #cd201f;
}
.tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  margin: 0 auto;
}
.podcast-listing-recent div.podcast-video-duration,
.podcast-listing div.podcast-video-duration {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #000000;
	padding: 6px 10px;
/* 	border-radius: 0 0 15px 0; */
}
.podcast-listing-recent div.podcast-video-duration h5,
.podcast-listing div.podcast-video-duration h5 {
 	text-align: center;
 	vertical-align: middle;
 	text-transform: uppercase;
 	font-weight: bold;
 	font-size: .85em;
 	line-height: 30px;
 	color: #ffffff;
}
.episode_meta > div {
	height: 30px;
	background-color: #DC7B04;
	margin: 0 0 10px 0;
}
.episode_meta > div h5 {
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .85em;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: .2px;
}
.episode_meta > p,
.episode_meta > a {
	margin: 0 10px 10px;
	display: block;
	font-weight: 300;
	line-height: 1.75rem;
	margin-bottom: 1.25rem;
	text-transform: none;
}
.episode_meta > div.audio-player {
	position: relative;
	bottom: 0;
	width: 94%;
	height: auto;
    margin: 0 10px 10px;
    background-color: transparent;
}
.episode_meta > div.audio-player .mejs-container {
	margin-bottom: 0;
	background-color: transparent;
}
.episode_meta > div.audio-player .mejs-container .mejs-controls {
	background-color: #ababab;
	border-radius: 0px;
}


/* EMERG PREP STYLING */

.container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 1rem;
}

.column {
  padding: 1rem;
}

@media (max-width: 1024px) {
  .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
	.ep_page_wrapper {
		display: grid; 
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		grid-gap: 1rem ;
	}
/*
	.podcast-listing {
		grid-template-columns: repeat(2, 1fr);
	}
*/
}


@media (min-width: 768px) {
    .rs-card__title {
        line-height:2.125rem
    }
}


/* .awards_insurance .overallwrapper{
	display:table;
} */
.award_images{
	/* display:table-cell;
	vertical-align: middle; */
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    margin: 0 0 40px 0;
    border-bottom: 2px solid #F48805;
    padding: 0 0 50px 0;
}
.awards_insurance{
	padding:20px 0;
	/* background:#F2F2F2; */
}
.awards_insurance img{
	margin: 0 15px 15px;
	width: 14%;
}
.awards_insurance .insurance_info{
	color:#3866A9;
	display: table-cell;
	width: 60%;
}
.insurance_wrapper{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.insurance_wrapper .seal {
  min-width:300px;
}
.insurance_wrapper .seal img{
  width:275px !important;
  height:auto !important;
}
.insurance_image img{
    width:auto !important;
}
@media (max-width:768px){
    .insurance_wrapper .seal,
    .insurance_image{
        float:none;
        margin:0 0 20px 0;
    }
    .awards_insurance img{
        width: 30%;
        margin:0 auto;
    }
    .insurance_wrapper{
      flex-wrap:wrap;
    }
    .utility-CTA {
	    width: 100%;
    }
/*
    .podcast-listing {
		grid-template-columns: repeat(1fr, 1fr);
	}
*/
}
@media (max-width:568px){
/*
    .podcast-listing {
		grid-template-columns: repeat(1, 1fr);
	}
*/
}

/*
    Clinicians
*/
ul#tabs{
    display:inline-block;
    margin:0;
    max-width: 25%;
    list-style:none;
    background: #E6E6E6;
    border-radius: 10px;
}

#tabs li:after{
    content:'';
    border-bottom:1px solid rgba(179, 179, 179, 0.3);
    display: block;
    margin: 0 10px 0 10px;
}
#tabs li:last-of-type:after{
    content:'';
    border-bottom:0px;
}
#tabs li:first-of-type a{
    border-radius: 10px 10px 0px 0px;
}
#tabs li:last-of-type a{
    border-radius: 0px 0px 10px 10px;
}
#tabs li a{
    display:block;
    padding: 10px 30px 10px 15px;
    color:#fff;
    font-weight:500;
    background:#0077CC;
    cursor:pointer;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#tabs li a:after{
    content:' \003e ';
    width: 30px;
    display: inline-block;
    text-align: right;
}
#tabs li a.inactive{
    color:#3866A9;
    background:#E6E6E6;
}
#tabs li a.inactive:after{
    content:' ';
    display:none;
}
.container{
    display: inline-block;
    vertical-align: top;
    width: 74%;
    padding: 0 2%;
}

.employee_grid{}
.employee_grid .employee{
    display: inline-block;
    width: 32%;
    padding: 0 10px;
    margin: 0 0 40px 0;
    vertical-align: top;
    text-align: center;
}
.employee_grid .employee .employee_photo{
    width: 150px;
    height: 150px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 50%;
    border: 1px solid #748ABB;
    margin: 0 auto 10px;
}
.employee_grid .employee .employee_name{
    color: #007DD6;
    font-weight: 700;
    text-transform: uppercase;
}
.employee_grid .employee .employee_desc{
    font-size: 0.95rem;
    padding: 0 20px;
}
.employee_grid .employee .employee_desc p{
    line-height:1.25em;
    margin:0 0 10px 0;
}

/*
    Services
*/
.service_section{
    border-top: 1px solid #F48805;
    border-bottom: 1px solid #F48805;
    padding: 30px 0;
}
.service_section:first-of-type{
    border-top:0px;
}
.service_section:last-of-type{
    border-bottom:0px;
}
.service_section .service_desc p:last-of-type{
    margin:0;
}
.service_section .service_desc ul{
    margin: 0 0 15px 40px;
}
.service_section .service_desc ul.painul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

/*
    About
*/
.section_w_borders{
    border-top: 1px solid #F48805;
    border-bottom: 1px solid #F48805;
    padding: 30px 0;
    margin:50px 0;
}
.whoweserve{
    position:relative;
    padding:30px 0;
    background:url(../../uploads/2019/03/background_serve.jpg);
    background-repeat:no-repeat !important;
    background-position:top right !important;
    background-size:cover !important;
}
.whoweserve .overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:8;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.whoweservetext{
    position:relative;
    z-index:9;
    width: 40%;
    color:#fff;
}
.whoweservetext h2{
    margin:0 0 20px 0;
}
.whoweserve_qualityresults{
    padding:10px 0;
    background:#0077CC;
}
.qualityresultstext{
    color:#fff;
}
.qualityresultstext a{
    color:#fff;
}
.qualityresultstext a:hover{
    text-decoration:underline;
    }
.qualityresultstext p:first-of-type{
    font-weight:500;
}
.qualityresultstext ul{
    margin:0;
}
.qualityresultstext li {
	display:inline-block;
    width:32%;
    vertical-align:top;
}
.qualityresultstext li:before {
	content: '\2022';
    padding:0 5px 0 5px;
}
.values_wrapper{
    display:inline-block;
    width:49%;
    margin:0 0 20px 0;
    vertical-align: top;
}
.values_wrapper:nth-of-type(1),
.values_wrapper:nth-of-type(3){
    padding:0 30px 0 0;
}
.approach_wrapper{
    border-bottom: 1px solid #F48805;
    padding: 0 0 30px 0;
    margin: 0 0 50px 0;
}
.staff_wrapper{
    background:url(../../uploads/2019/03/background_icon.png);
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background-size: 30% !important;
}
.senior_staff{
    display:inline-block;
    vertical-align:top;
    width:49%;
}
.managers_staff{
    display:inline-block;
    vertical-align:top;
    width:49%;
}
.board_staff{

}
.disclaimer{
    margin:50px 0;
    font-weight:400;
    font-style:italic;
    font-size:1rem;
}
.video_wrapper{
    display:block;
    margin:50px auto;
    width:80%;
}
.video_wrapper video{
    min-height:520px;
}

/*
    Contact
*/
#gform_wrapper_2 .field_sublabel_above .ginput_complex.ginput_container label,
#gform_wrapper_3 .field_sublabel_above .ginput_complex.ginput_container label{
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 1em;
}
#gform_wrapper_2 select,
#gform_wrapper_3 select{
    margin-top:12px;
}
#gform_wrapper_2 .gform_footer input[type="submit"],
#gform_wrapper_3 .gform_footer input[type="submit"] {
    border-radius: 5px !important;
    background: #007DD6;
    padding: 10px 20px;
    margin: 0 !important;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#gform_wrapper_2 .gform_footer input[type="submit"]:hover,
#gform_wrapper_3 .gform_footer input[type="submit"]:hover {
    background: #fff;
    border: 1px solid #007DD6;
    color: #007DD6;
}
#gform_wrapper_2 #field_2_2,
#gform_wrapper_2 #field_2_3,
#gform_wrapper_3 #field_2_2,
#gform_wrapper_3 #field_2_3 {
    display: inline-block;
    width: 49.9%;
}
#gform_wrapper_2 #field_2_2 input,
#gform_wrapper_2 #field_2_3 input,
#gform_wrapper_3 #field_2_2 input,
#gform_wrapper_3 #field_2_3 input {
    width: 100%;
}

/*
    Donate
*/
.donate_callout{
    float: right;
    padding: 25px 30px 30px 30px;
    background: #007DD6;
    color: #fff;
    border-radius: 10px;
    width: 250px;
}
.donate_callout img{
    display: block;
    margin: 0 auto;
}
.donate_callout p{
    font-weight: normal;
    font-size: 1.75rem;
}

/*
    Events
*/
.single_event{
    padding:0 0 50px 0;
    display: block;
}
.single_event h4 {
    display:inline-block;
}
.event_featured_img{
    display:block;
    vertical-align: middle;
    margin:0 0 0 2%;
    width:200px;
    height:auto;
    background-size: contain !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
}
.event_info{
    display:inline-block;
    width:70%;
    vertical-align: middle;
    border-bottom: 1px dotted #777;
}
.noeventstext {
    padding: 0 0 50px 0;
    font-size: 1.25em;
}
.date-box {
    border: 2px solid #6c717f;
    color: #6c717f;
    display: inline-block;
    padding: .1em;
    text-align: center;
    min-width: 50px;
    max-width: 100px;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 2%;
    max-height: 115px;
}

.date-box .date-big {
    display: block;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1em;
    padding: .15em 0;
}
@media screen and (min-width: 768px) {
    .date-box {
        border-width: 2px;
        min-width: 90px;
    }
    .date-box .date-big {
        font-size: 1.9em;
    }
    .single_event{
        padding:0 0 50px 0;
        display: flex;
    }
    .event_featured_img{
        display:inline-flex;
    }
}

.covid_info_overall_wrap{
    background: #E8E8E8;
    padding:20px;
    margin: 50px 0;
}
.covid_info_flex_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0px 0;
}
.covid_value{
    text-align:center;
}
.covid_value .title{}
.covid_value .value{
    color: #007acc;
    font-size: 2.5em;
    line-height: 1em;
}

/* SEARCH */
#is-popup-wrapper {
	background: rgba(0,107,184,.91);
}
.search-icon {
	width: 32px;
	height: 32px;
	top: 10px;
	display: inline-block;
	position: relative;
}
body .popup-search-close::before, 
body .popup-search-close::after {
  border-color: #ffffff !important;
}

@media (max-width:768px){
    .covid_info_flex_wrapper{
        display:block;
    }
    .covid_value{
        margin: 0 0 25px 0;
    }
}

/*
    Community Resources
*/
.single_partner{
    display: inline-block;
    width: 33%;
    min-width: 200px;
    padding: 0 40px 70px 40px;
    max-width: 295px;
}
.partner{
    min-width: 200px;
    width: 100%;
    height: 150px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
}
.partner_desc{
    color:#6B6B6B;
    line-height:1em;
    font-size:0.9em;
}
.logo_link {
    width:190px;
}
.site-header .main_logo {
    width:100%;
}

@media screen and (min-width: 61.5625em) {
    .post-thumbnail {
        margin-bottom: 1.5em;
        float: none;
        margin-right: 1.5em;
    }
}
@media (min-width:769px) and (max-width: 1170px) {
    /*.site-header {
        height:138px;
    }*/
    .site-header .main_logo,
    .site-header.sticky .main_logo {
        width: 100%;
        margin:0;
        display: inherit;
    }
    .main-navigation .primary-menu > li {
        max-width:110px;
    }
    .main-navigation.desktop a {
        white-space: normal;
        padding: 10px 5px;
    }
    .post-thumbnail {
		margin-bottom: 2.625em;
		float: left;
		margin-right: 15px;
	}

}
@media (min-width:911px) and (max-width: 1016px) {
    .logo_link {
        width:220px;
    }
    .site-header .main_logo {
        width:90%;
    }
}
@media (min-width:769px) and (max-width: 910px) {

    .site-header {
        position: absolute;
        padding: 0 0 20px 0;
    }
    .utility_navigation .utilitynavtext {
        margin:0;
    }
    .hpslider_wrapper .hpslider{
        height: 80vh;
    }
    .cycle-slideshow.hpslider_wrapper .hpslider .slidertext {
        bottom:14%;
    }
}

/* @media (max-width:910px){ */
@media (max-width:1023px){
    /*body.menu_active .main_navigation_fullscreen {
        height:500%;
    }*/
    .desktopnavigation {
        display:none;
    }
    .main_navigation .hamburger_menu{
        vertical-align:middle;
        display:inline-block;
    }
    body.menu_active .main_navigation_fullscreen{
        position:absolute;
        border-top: 1px solid #fff;
    }
    .dontate_responsive {
        display:inline-block;
    }
}
@media (max-width:900px){
    .employee_grid .employee{
        width:45%;
    }
}
@media (max-width:768px){

    body.menu_active .menu_navigation_active{
        height:132px;
    }
    .site-header{
        position:relative;
        height:auto;
    }
    #headersearch,
    .searchicon {
        display:none;
    }
    #headersearchmobile {
        display:inline-block;
        width: 48%;
    }
    .main_navigation .flex_wrapper {
        justify-content: normal;
    }
    .main_navigation .flex_wrapper .logo_link{
        display: inline-block;
        margin: 0 auto;
    }
    .site-header .main_logo{
        display:none !important;
    }
    .site-header .mobile_logo{
        display:inline-block;
    }
    .search_donate{
        display:inline-block;
    }
    .main_navigation .donate_btn {
        display: none;
    }
    .search-form {
        display: block;
    }
    .search-field {
        background-color: #fff !important;
        cursor: text !important;
        outline: 0 !important;
        width: 100% !important;
        margin: 5px 0 !important;
    }
    .utility_navigation .flex_wrapper{
        display:block;
        padding:10px 0 0 0;
    }
    .utility_navigation .flex_wrapper .social{
        display:block;
    }
    .utility_navigation .flex_wrapper .utilitynavtext{
        display: block;
        margin: 0;
        text-align: center;
    }
    .utility_navigation .flex_wrapper .menu-utility-navigation-container {
/*         display: none; */
        /*margin: 0 10px 0 0px;
        text-align: center;*/
    }
   .utility_navigation .flex_wrapper .translate{
        display: inline-flex;
        text-align: center;
        width: 48%;
        padding: 0.5em 0 0.5em 0;
        justify-content: center;
    }
    .utility_navigation .donate_btn{
        display:inline-block;
        width:48%;
        margin-left:0;
        vertical-align:top;
    }
    .utility_navigation .donate_btn a{
        display: inline-block;
        padding: 0.5em 0 0.5em 0;
        width: 100%;
        text-align: center;
    }
	.utility_navigation .search-close {
		right: -140px;
	}
    body.menu_active .menu_navigation_active img.logo_active {
        margin: 0 auto;
        max-width: 330px;
        width: 70%;
    }
    .page_wrapper{
        padding-top:0 !important;
    }
    .hpslider_wrapper .hpslider{
        height: 60vh;
    }
    .hpslider_wrapper .hpslider .overlay{
        background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
        background: -webkit-gradient(right bottom, left top, color-stop(0%, rgba(0,0,0,1)), color-stop(60%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
        background: -o-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
        background: -ms-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
        background: linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
    }
    .cycle-slideshow.hpslider_wrapper .hpslider .slidertext{
        text-align: left;
        padding: 0 0 0 10px;
        bottom: 14%;
    }
    .cycle-slideshow.hpslider_wrapper .hpslider .slidertext .slidercaption {
        font-size:1.5em;
    }
    .header_image {
        width: 100%;
        height: 50vh;
    }
    .cycle-slideshow.hpslider_wrapper .hpslider:nth-of-type(2) {
        background-position: left center !important;
    }
    .cycle-slideshow.hpslider_wrapper .hpslider:nth-of-type(5) {
        background-position: right center !important;
    }
    .cycle-slideshow.hpslider_wrapper .hpslider .slidertext .sliderlink a {
        padding: 5px 5px;
    }

	.awards_insurance .overallwrapper {
	    display: block;
	}
	.awards_insurance .insurance_info {
	    display: block;
	    width: 100%;
	}
	.award_images {
		margin: 0 0 30px 0;
	    display: block;
        text-align: center;
	}
	.footer_form .gform_wrapper .gform_heading {
	    display: block;
	    width: 100% !important;
	}
	.footer_form .gform_wrapper .gform_body {
	    display: block;
	    width: 100%;
	}
	.gform_wrapper .gform_footer{
		position:relative !important;
		top:0 !important;
		right:0 !important;
		margin:10px 0 0 0 !important;
	}
	.footer_form .gform_wrapper #field_1_1,
	.footer_form .gform_wrapper #field_1_2,
	body .footer_form .gform_wrapper #field_1_3 input{
		display:block;
		width:100% !important;
		padding-right: 0 !important;
	}
	body .footer_form .gform_wrapper ul li.gfield {
	    padding-right: 0px;
	}
    .footer_form .gform_wrapper .gform_footer{
        top: 0 !important;
        margin: 10px 0 0 0 !important;
    }
	.site-footer .footer_info .flex_wrapper{
		display:block;
	}
	.footer_info iframe{
		margin:30px 0;
	}
	.services_callout div {
	    display: block;
	    width: 100%;
	}
	.hp_blue_callout{
        padding: 25px;
        line-height: 1.3em;
	}
    ul#tabs{
        display:block;
        max-width:100%;
        margin: 0 0 50px 0;
    }
    .container{
        display:block;
        width:100%;
    }
    .employee_grid .employee{
        width:100%;
    }
    .whoweservetext{
        width:100%;
    }
    .qualityresultstext li {
        display: block;
        width: 100%;
    }
    .values_wrapper {
        display: block;
        width: 100%;
    }
    .senior_staff,
    .managers_staff,
    .board_staff{
        display:block;
        width:100%;
        padding:0;
    }
    .event_info{
        display:block;
        width:100%;
    }
    .event_featured_img{
        margin:0;
    }
    .single_partner{
        display:block;
        width:100%;
        margin:0 auto;
        padding: 0 0px 40px 0px;
    }
    .donate_callout {
        float:none;
        width:100%;
        margin: 0 0 30px 0;
    }
    #is-popup-wrapper {
	  background: rgba(0,107,184,.91);
	}
}
@media (max-width:650px){
	.hp_cta{
		display:block;
		width:100%;
		margin:0 0 30px 0;
	}
    #gform_wrapper_2 #field_2_2,
    #gform_wrapper_2 #field_2_3{
        display:block;
        width:100%;
    }
}
