/** Webfonts **/
@font-face {
	font-family: 'Palatino Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Palatino Regular'), url('../fonts/palatino-regular.woff') format('woff');
}

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


/** Stylesheet for Child Theme **/


html, body {
		height: 100%;
		background-color: #ccc;
}

.row{
	margin-bottom: 0px !important; /** Overwrite .row margin that a plugin is outputting **/
}


/** Typography **/

body {
    font-family: 'Palatino Regular', serif;
    font-size: 15px;
    line-height: 22px;
    color: #3c3b44;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Univers Condensed Regular', sans-serif;
	color: #62757d;
}

p{
	margin: 0 0 20px;
}

#full-width-page-wrapper h1,h2,h3{
	margin: 10px 0px 20px 0px;
}

.readmore{
	color: #636363;
	font-weight: 500;
}

.readmore .fa, .sow-carousel-rest .readmore .fa{ 
	margin-left: 6px;
	top: 1px;
	position: relative;
}

hr {
	border-top: 1px solid #62757d;
}


/** Navigation **/

.navbar-container {
	position: relative;
}
@media (min-width: 768px) {
	.navbar-container {
    width: 720px;
	}
}
@media (min-width: 992px) {
	.navbar-container {
    width: 940px;
	}
}
@media (min-width: 1200px) {
	.navbar-container {
    width: 1140px;
	}
}
nav .navbar-header {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: start;
	/* align-items: flex-start; */
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 50px;
}

#wrapper-navbar{
	/* border-bottom: 5px solid #255CAA; */
}

#wrapper-navbar-image {
	padding-top: 20px;
}
.logo-box {
	padding: 15px 0;
	flex: auto;
}
.navbar-logo {
    /* width: 190px;
    height: 172px;
    background: url("../img/logo.png") left center no-repeat;
    background-size: 119px 172px;
		margin: 20px 0 20px 50px; */
		background: none !important;
		width: 100%;
		height: 100%;
}

.navbar-default{
	background-color: transparent;
	border: 0px;
}

.navbar{
	margin-bottom: 40px;
}

.nav-box {
	/* background-color: #4EC3E0B3;
	padding: 2em 2em 0 1em; */
	font-family: 'Univers Condensed Regular', sans-serif;
	margin-top: 20px;
	flex: auto;
}

.navbar-nav {
	/* margin-top: 10px; */
}

.navbar-nav > li{
	margin-right: 8px;
}

.navbar-default .navbar-nav > li > a {
	color: #255CAA;
	font-size: 16px;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
}

.menu-item.active > a {
	background-color: transparent !important;
	color: #255caa !important;
}

#menu-top-bar-right-menu li.crisis-contact a {
	color: #cf004c;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #255caa;
}

#menu-top-bar-right-menu{
	list-style-type: none;
}

	/* Mobile View */
	.navbar-default .navbar-toggle{
		border-color: #d49f0f;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color: #d49f0f;
	}

	.navbar-default .in .navbar-nav > li > a{
		padding-bottom: 10px;
		border-bottom: 1px solid #efefef !important;
	}

	@media only screen and (max-width : 480px) {
		.navbar-logo{
			width: 220px;
			height: 42px;
			background-size: 220px 42px;
		}
    }

	/* Show hambuger menu earlier on at this viewpoint */
	@media (min-width: 768px) and (max-width: 992px) {
	    .navbar-collapse.collapse {
	        display: none !important;
	    }
	    .navbar-collapse.collapse.in {
	        display: block !important;
	    }
	    .navbar-mobile-header .collapse, .navbar-toggle {
	        display:block !important;
	    }
	    .navbar-header {
	        float:none;
	    }
	}

.navbar-title {
	color: #fff;
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 90px;
	margin-left: 50px;
}

.navbar-text-container {
	/* background-color: #8da19c; */
	width: 100%;
	/* padding-bottom: 20px; */
}

/* .navbar-text-header {
	height: 128px;
	width: 100%;
}

.navbar-text-header.home {
	background: url("../img/home-header-border.svg") center center no-repeat;
	background-size: 100%;
	background-position-y: bottom;
} */

.navbar-text {
	color: #fff;
	font-size: 24px;
	font-family: 'Palatino Regular', serif;
	line-height: 32px;
	margin-bottom: 32px;
}

.navbar-nav > li.is-menu.default {
	margin-right: 0;
}
.is-menu.default form.is-search-form {
	max-width: none;
}
.is-menu.default form.is-search-form label {
	height: 32px;
	vertical-align: top;
}
.is-menu.default form.is-search-form label input {
	border: none;
	height: 100%;
	font-size: 13px;
	width: 190px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.is-menu.default form.is-search-form label input::placeholder {
	color: #aaa;
	text-transform: uppercase;
}
.is-menu.default form.is-search-form button {
	border: none;
	height: 32px;
}
.is-menu.default form.is-search-form button .is-search-icon {
	padding: 0 6px 0 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.is-menu.default form.is-search-form button .is-search-icon svg {
	height: 32px;
}
.is-menu.default form.is-search-form span.is-search-icon {
	border: none;
}

.buttons {
	/* margin-top: 10px; */
}

.buttons .so-widget-sow-button .ow-button-base a {
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: -1px;
	padding: 10px 0;
}

.buttons .ow-button-base a:hover,
.buttons .ow-button-base a:focus {
	text-decoration: none;
}

.buttons p {
	font-size: 13px;
}

.panel-grid .top-row .panel-grid-cell {
	padding: 0 30px 20px;
}

.panel-grid .bottom-row .panel-grid-cell {
	padding: 20px 30px 0;
}

.panel-grid .border-bottom .panel-grid-cell {
	border-bottom: 1px solid #255caa;
}

.panel-grid .border-middle .panel-grid-cell {
	border-right: 1px solid #255caa;
}

.panel-grid .border-middle .panel-grid-cell:last-child {
	border-right: none;
}

@media only screen and (max-width : 780px) {
	.panel-grid .border-middle .panel-grid-cell {
		border-right: none;
		border-bottom: 1px solid #255caa;
	}
}

.so-widget-sow-button .ow-button-base a {
	font-size: 1.8em;
	padding: 8px 40px;
	border-radius: 8px;
}

.ow-button-base a.ow-icon-placement-left .sow-icon-image,
.ow-button-base a.ow-icon-placement-left [class^="sow-icon-"] {
	margin-right: 0.5em;
	margin-left: 0;
}
a#providers-button {
	font-family: 'Univers Condensed Regular', sans-serif;
}
a#providers-button span {
	font-size: .75em;
}

a#providers-button:hover {
	text-decoration: none;
}
/** Button **/

.btn{
	border-radius: 8px;
	border: 0px;
	text-transform: uppercase;
	padding: 12px 35px;
	font-weight: 700;
}

.btn-primary, .btn-secondary:hover, .btn-outline:hover{
	background-color: #62757d;
	color: #ffffff;
}

.btn-secondary, .btn-primary:hover, .btn-white:hover{
	background-color: #62757d;
	color: #fff;
}

.btn-white{
	background-color: #ffffff;
	color: #98002f;
}

.btn-outline{
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 15px 20px;
}

.btn-outline:hover{
	padding: 15px 20px;	
}


/** Page Builder **/

h3.widget-title,
.popup-form h3.gform_title {
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 20px;
}

.widget-white, .widget-white h3.widget-title{
	color: #ffffff;
}

.widget-text-medium{
	font-size: 17px;
	line-height: 30px;
}

.widget-callout h3.widget-title{
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
}

.widget-callout h4{
	margin: 20px 0px;
	font-size: 24px;	
}

.widget-squeeze{
	max-width: 600px;
	margin: 0px auto;
}

.widget-squeeze-large{
	max-width: 950px;
	margin: 0px auto;	
}

.widget-heading-red h3.widget-title{
	color: #97002e;
	font-size: 26px;
	font-weight: 700;
}

.siteorigin-widget-tinymce h2{
	font-size: 42px;
	font-weight: 300;
	margin-bottom: 25px;
}

.siteorigin-widget-tinymce h2 strong{
	font-size: 42px;
	font-weight: 400;
}

.dash{
	list-style-type: '– ';
	padding-left: 15px;
}

.sow-carousel-wrapper{
	margin-top: 20px;
}

.sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous{
    color: #d5a00f !important;
    width: 25px;
    height: 25px;
    background: none !important;
    border-radius: 20px;
    border: 1px solid #d5a00f;
    line-height: 22px !important;
    font-size: 11px !important;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item{
    margin-right: 25px !important;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item{
    width: 360px !important;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a{
    width: 360px !important;
    height: 200px !important;
    background-size: 360px 200px !important;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3{
    text-align: left;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a{
    color: #555555;
    font-size: 20px;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a:hover, .sow-carousel-rest .readmore:hover{
    color: #98002f;
}

.sow-carousel-item-container{
    border-bottom: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
}

.sow-carousel-meta{
    padding: 5px 20px;
    background-color: #f8f8f8;
    color: #d1d1d1;
    font-size: 12px;
}

.sow-carousel-rest{
    padding: 10px 20px;
}

.sow-carousel-rest p{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
}

.sow-carousel-rest .btn{
   display: none;
}

.sow-carousel-rest .readmore{
   	font-size: 13px;	
    color: #d1d1d1;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay{
    background-color: #98002f;
}


/** Homepage **/

.widget-home-hero .sow-slider-image-cover{
	background-position: top center !important;
}

.widget-home-hero .sow-slider-image-cover::after {
    content: ' ';
    background: url("../img/hero-overlay.png") left center no-repeat;
    width: 60%;
    height: 705px;
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 0px;
}

.widget-home-hero .sow-slider-image-wrapper{
	z-index: 1002 !important;
	max-width: 50% !important;
	float: right;
}

.widget-home-hero .sow-slider-image-wrapper h2{
	font-size: 36px;
	margin: 0px;
}

.widget-home-hero .sow-slider-image-wrapper h1{
	font-weight: 600;
	margin: 0px;
}

.widget-home-hero .ow-button-base a{
	text-transform: uppercase;
	padding: 20px 25px;
	font-size: 14px;
	font-weight: 700;
}

.widget-home-hero .ow-button-hover{
	background-color: #98002f !important;
	color: #ffffff;
	border: 0px !important;
	border-radius: 0px !important;
}

.widget-home-hero .sow-active{
	border: 2px solid #98002f;
	border-radius: 7px;
}

.widget-home-employee img{
	border: 3px solid #d49f0f;
}

.widget-home-employee em{
	font-size: 23px;
}

.widget-home-employee strong{
	font-weight: 400;
	font-size: 24px;
}

.widget-home-services{
	max-width: 860px;
	margin: 0px auto;
}

.widget-home-services-flip .cl-flipbox-hh{
	height: 264px;
}

.widget-home-services-flip  .cl-flipbox-front{
	background-size: cover;
	height: 100% !important;
}

.widget-home-services-flip .cl-flipbox-front-h{
	margin-top: 60px;
	color: #ffffff;
	font-size: 24px;
}


.widget-home-services-flip.flip3 .cl-flipbox-front-h{
	margin-top: 20px;
}

.widget-home-services-flip .cl-flipbox-back-h, .widget-home-services-flip .cl-flipbox-back-desc{
	color: #ffffff;
}


@media only screen and (max-width : 1300px) {
		.widget-home-hero .sow-slider-image-wrapper {
			padding: 100px 20px 50px 20px !important;
			max-width: 46% !important;
		}
    }

    @media only screen and (max-width : 1000px) {
		.widget-home-hero .sow-slider-image-cover::after{
			width: 66% !important;
		}
    }

    @media only screen and (max-width : 768px) {
 		.widget-home-hero .sow-slider-image-cover::after{
			width: 100% !important;
		}  

		.widget-home-hero .sow-slider-image-wrapper {
			max-width: 75% !important;
			padding: 50px 20px 50px 20px !important;
		} 	
    }

    @media only screen and (max-width : 400px) {
 		.widget-home-hero .sow-slider-image-cover::after{
			width: 200% !important;
		}  

		.widget-home-hero .sow-slider-image-wrapper {
			max-width: 100% !important;
			padding: 50px 30px !important;
		} 	

		.sow-slider-image{
			height: 600px !important;
		}
}
#wrapper-help {
	position: relative;
}
.help {
	margin-bottom: 1px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.help-button {
	text-align: center;
}

.help-button p {
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
}

.help-button a {
	color: #fff;
	background-color: #cf004c;
	padding: 9px 4em;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.help-button a:hover {
	color: #fff;
	text-decoration: none;
}

.find-provider h3.widget-title {
	color: #62757d;
	letter-spacing: -2px
}
form.agency-search-form {
	padding: 20px;
	border: 1px solid #000;
	border-radius: 18px;
}
.agency-search-form .wpas-taxonomy-field,
.agency-search-form .wpas-search-field {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.label-container {
	width: 30%;
	font-family: 'Univers Condensed Regular';
	font-size: 14px;
	text-transform: uppercase;
}
.agency-search-form .wpas-select,
.agency-search-form .multiselect-native-select,
.agency-search-form .wpas-text {
	width: 70%;
}
.agency-search-form .wpas-select,
.multiselect.dropdown-toggle,
.agency-search-form .wpas-text {
	font-size: 14px;
	font-weight: normal;
	background-color: #e1e0ce;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 3px;
}
.agency-search-form .wpas-select,
.agency-search-form .multiselect.dropdown-toggle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.agency-search-form .multiselect-native-select .btn-group,
.agency-search-form .multiselect.dropdown-toggle {
	width: 100%;
	text-align: left;
	text-transform: none;
}
.agency-search-form .multiselect.dropdown-toggle {
	padding: 3px;
}
.agency-search-form .wpas-text {
	-moz-padding-start: 8px;
}
.agency-search-form .multiselect-selected-text {
	-moz-padding-start: 3px;
}
b.caret {
	display: none;
}
.button-row {
	text-align: right;
}
.agency-search-form .wpas-submit-field,
.agency-search-form .wpas-reset-field {
	display: inline;
}
.button-row input {
	font-family: 'Univers Condensed Regular';
	text-transform: uppercase;
}
.agency-search-form input.wpas-submit {
	color: #fff;
	background-color: #71cc98;
	border: 2px solid #71cc98;
	border-radius: 4px;
	margin-left: 12px;
	padding: 4px 20px;
}
.agency-search-form input.wpas-reset {
	color: #71cc98;
	background-color: #fff;
	border: 2px solid #71cc98;
	border-radius: 4px;
	padding: 4px 20px;
}
#wpas-results-inner {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
	margin-top: 30px;
}
#wpas-results-inner .agency {
	padding-top: 30px;
	padding-right: 60px;
}
#wpas-results-inner p {
	font-size: 16px;
	word-break: break-word;
}
#wpas-load-btn {
	font-family: 'Univers Condensed Regular';
	text-transform: uppercase;
	color: #fff;
	background-color: #71cc98;
	border: 2px solid #71cc98;
	border-radius: 4px;
	margin-top: 20px;
	padding: 4px 20px;
}
.provider-title,
.event-title {
	color: #62757d;
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.latest-posts .iw-so-article h2,
.latest-posts .iw-so-article p,
.latest-posts .iw-so-article li {
	color: #fff;
}

.latest-posts .iw-so-article h2 {
	margin: 6px 0 30px;
}

.latest-posts .iw-so-article {
	background-color: #a8a274 !important;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

.latest-posts .iw-so-article.iw-so-first-col {
	background-color: #968b7e !important;
}

.latest-posts .iw-so-article.iw-so-last-col {
	background-color: #62757d !important;
}

.latest-posts .iw-so-article.iw-so-last-col .iw-so-article-thumb {
	position: relative;
}

.latest-posts .iw-so-article .iw-so-article-thumb div:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: -4px;
	left: 0;
	right: 0;
	background: url("../img/second.svg") bottom center no-repeat;
	background-size: 104% 32px;
}

.latest-posts .iw-so-article.iw-so-first-col .iw-so-article-thumb div:after {
	background: url("../img/first.svg") bottom center no-repeat;
	background-size: 104% 32px;
}

.latest-posts .iw-so-article.iw-so-last-col .iw-so-article-thumb div:after {
	background: url("../img/third.svg") bottom center no-repeat;
	background-size: 104% 32px;
}

.latest-posts .iw-so-article .iw-so-article-button {
	text-align: right;
}

.latest-posts .iw-so-article .iw-so-article-button a {
	border-radius: unset;
	background: none;
	border: none;
	text-transform: uppercase;
}
#resources-tabs ul.iw-so-tabs-nav {
	display: flex;
	padding: 0 20px;
}
#resources-tabs .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title {
	flex-grow: 1;
  flex-basis: 0;
}
#resources-tabs .iw-so-tab-title a [class^="sow-icon-"] {
	font-size: 3em;
}
#resources-tabs .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title.iw-so-tab-active a {
	color: #62757d;
}
#resources-tabs .iw-so-tab-title a {
	font-family: 'Univers Condensed Regular';
	line-height: 18px;
	text-transform: uppercase;
	height: 100%;
	padding: 2em 1em 1em;
}
#resources-tabs .iw-so-tabs-content {
	padding: 30px 60px;
}
.resources-item {
	border-radius: 16px;
	border: 1px solid #000000;
	padding: 30px !important;
	margin-bottom: 15px;
	background-color: transparent !important;
}
.resources-item h3.widget-title {
	font-size: 22px;
	margin-bottom: 10px;
}
.resources-item .panel-grid-cell {
	width: 50% !important;
	width: calc(50% - ( 0.5 * 30px ) ) !important;
}

/* .latest-posts .iw-so-article .iw-so-article-button a:after {
	content: '>>';
} */

/** Wrappers **/

#full-width-page-wrapper #content, #page-wrapper #content{
   padding-top: 50px;
   padding-bottom: 50px;
}

#page-title-wrapper.page-featured, .single #page-title-wrapper.page-featured{
    padding: 85px 0px;
    background-size: cover;
    background-position: center center;
}

.page-template-default .featured-img, .page-template-template-full-width .featured-img, #full-width-pagebuilder-wrapper .featured-img, .single .featured-img{
    display: none;
}


/** Internal Page **/

#page-title-wrapper{
    background: url("../img/page-header-bg.png") center center no-repeat;	
    background-size: cover;
    color: #ffffff;
    padding: 20px 0px;
    font-size: 12px;
}

#breadcrumbs{
	margin-top: 25px;
}

#breadcrumbs a{
	color: #ffffff;
}

.widget-team p{
	font-size: 14px;
}

.widget-team h4{
	font-size: 12px;
}

.widget-team h4 strong{
	font-size: 21px;
}

.widget-screening p{
	font-size: 22px;
	margin-bottom: 25px;
}

.widget-screening p:before{
	font: normal normal normal 15px/1 FontAwesome;
	content: "\f0da";
	background-color: #97002e;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.widget-screening h3{
	font-size: 24px;
	font-weight: 700;
	font-weight: 700;
	line-height: 28px;
}

.widget-screening hr{
	border-color: #d49f0f;
}


.widget-screening-features .sow-features-list{
	margin: 0px;
}

.widget-screening-features .sow-features-feature{
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.widget-screening-features .sow-icon-image{
	background-repeat: no-repeat;
	background-position: center center;
}


.widget-screening-features .sow-icon-container{
	margin-top: 40px;
}

.widget-screening-features h5{
	color: #97002e;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px !important;
}

.widget-screening-features h5:after{
	content: ' ';
	border-bottom: 2px solid #d49f0f;
	width: 100px;
	display: block;
	margin: 20px auto 10px auto;
}

.widget-screening-features .textwidget{
	margin-bottom: 30px;
}

.widget-screening-count .count h5, .widget-screening-count .count .cc{
	font-weight: 700;
	font-size: 30px;
}

.cc{
	float: left;
	margin-top: -52px;
}

.count .cc:before{
	content: ' ';
	border-radius: 50px;
	border: 3px solid #97002e;
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	top: 38px;
	left: -15px;
}

.widget-screening-count .count p{
	font-size: 20px;
	margin-top: 20px;
	margin-left: 50px;
	line-height: 33px;
}

/** Single Post **/

#single-wrapper #content{
   padding-top: 50px;
   padding-bottom: 50px;
}

.single .featured-img, .archive .img-featured, .blog .img-featured{
    width: 100%;
    margin-bottom: 20px;
}

.single .entry-title{
	margin-top: 20px;
	margin-bottom: 10px;
}

.single #breadcrumbs{
	margin: 0px;
}

.single #page-title-wrapper{
	padding: 40px 0px;
}

.entry-meta, .entry-meta a{
    font-size: 12px;
    margin: 5px 0px 10px 0px;   
    color: #cecece;
}

.post-navigation{
    display: none;
}

#comments{
    margin-top: 10px;
    border-top: 1px solid #E7E7E7;
}

.comments-title{
    font-size: 20px;
    margin-bottom: 20px;
}

.comment-list{
    list-style-type: none;
    padding: 0px;
}


.comment-list footer{
    background-color: #F3F2F1;
    border: none;
    padding: 5px;
}

.comment-metadata{
    font-size: 11px;
}

#commentform .btn{
    font-weight: 700;
    font-size: 12px;
    padding: 10px 15px;
}

.blog #content{
    margin-bottom: 50px;
    margin-top: 50px;
}

.archive #content{
    margin-bottom: 50px;
    margin-top: 0px;
}

.blog article, .archive article{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog .entry-meta, .blog .entry-meta a, .archive .entry-meta, .archive .entry-meta a{
    color: #888888;
}

.blog h1, .archive h1{
    margin-bottom: 0px;
}

.blog h1:first-child{
    margin-top: 0px;
}

.mainstay-read-more-link{
    display: none;
}

.archive .entry-footer, .blog .entry-footer{
    display: none;
}

.archive #secondary{
    margin-top: 50px;
}

/** Search Results Page **/
.search #secondary{
	display: none;
}

.search #searchsubmit{
	padding: 7px 35px;
}

.search .page-content{
	margin-bottom: 50px;
}


/** Sidebar **/
#secondary{
    padding-left: 40px;
    padding-right: 30px;
    font-size: 14px;
}

.sidebar h3.widget-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
}

.sidebar h3.widget-title::after{
    content: '';
    width: 60px;
    border-bottom: 3px solid #d49f0f;
    display: block;
    padding-top: 8px;
}

.sidebar ul{
    list-style-type: none;
    padding: 0px;
}

.sidebar ul li{
    border-bottom: 1px solid #E7E7E7;
    padding: 2px 0px;
}

.sidebar ul li a{
    color: #2F2F2F;
    font-size: 14px;
}

.sidebar ul li a:hover{
    color: #eb1c74;
}

.sidebar aside{
    margin-bottom: 40px;
}

.widget_search input{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.widget_search .btn-primary{
    padding: 6px 10px;
    font-size: 15px;
}


/** Gravity Forms **/

.gform_wrapper{
    margin: 0px;
}

.gform_wrapper input, .gform_wrapper textarea{
    background-color: #EEEDEA;
    border: 1px solid #D7D4CB;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper .left_label .gfield_label{
    font-family: 'Univers Condensed Regular', sans-serif;  
    color: #6C6C6C;
    font-weight: 400;
    font-size: 14px;
}

.gform_fields li{
	list-style-type: none;
}

.gform_wrapper .left_label input.medium{
    width:70% !important;
}

.gform_wrapper .gform_footer input[type="submit"]{
	background-color: #98002f;
	color: #ffffff;
	border: 0px;
	text-transform: uppercase;
	padding: 15px 35px;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Univers Condensed Regular', sans-serif;
  margin-left: 10px;
}

.gform_wrapper .gform_description{
    color: #525252;
    font-size: 14px;
    line-height: 22px;
}

.gform_wrapper .gform_heading{
    margin-bottom: 40px;
}



/** Footer **/

#wrapper-cta{
	color: #ffffff;
	background-color: #2177b8;
	padding: 55px 0px;
	font-size: 21px;
}

.cta-footer-title h3{
	font-size: 30px;
	margin-bottom: 0px;
}

#wrapper-cta .btn{
	margin-top: 10px;
}

.footer-main{
	background: url('../img/footer-background.png') center center;
	background-size: cover;
	padding: 50px 60px;
}

.footer-widget{
	font-family: 'Univers Condensed Regular', sans-serif;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}

.footer-widget a{
	color: #fff;
}

.footer-main h5{
	color: #fff;
	font-family: 'Univers Condensed Regular', sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
}

.footer-widget ul{
	list-style-type: none;
	padding-left: 0px;
}

.footer-widget ul#menu-footer-social li {
	display: inline-block;
	font-size: 38px;
	padding-right: 20px;
}

.footer-widget ul li a:hover{
	text-decoration: none;
	color: #255caa;
}

.footer-widget ul li:last-child{
	border-bottom: none;
}

.footer-main #widget-row .footerw {
	z-index: 100;
}

.footer-main .readmore{
	margin-top: 20px;
	display: block;
}

.footer-main .gform_description {
	color: #fff;
}

.footer-main .gform_wrapper .gform_heading,
.footer-main .gform_wrapper span.gform_description {
	margin-bottom: 0;
}

.footer-main .gform_wrapper ul li.footer-subscribe {
	margin-top: 10px;
}

.footer-main .gform_body label.gfield_label {
	display: none;
}

.footer-main .gform_wrapper .gform_body {
	display: inline-block;
	width: 300px;
}

footer#wrapper-footer .footer-main .gform_wrapper .gform_body input[type="text"] {
	padding: 9px;
	border-radius: 8px;
}
footer#wrapper-footer .footer-main .gform_wrapper .gform_body input[type="text"]::placeholder {
	color: #999;
	text-transform: uppercase;
}
.footer-main .gform_wrapper .gform_footer {
	display: inline;
}

.footer-main .gform_wrapper .gform_footer input[type="submit"] {
	background-color: #3a3941;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 10px 40px;
}

.footer-main .gform_body input {
	color: #000;
}


.footer-main #search-row {
	margin-bottom: 14px !important;
	position: relative;
	z-index: 0;
}

.footer-main #search-row .footerw6 {
	position: absolute;
	top: -72px;
}

.footer-logo{
    background: none;
    max-width: 225px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.footer-sub{
	padding: 30px 0px 20px 0px;
	color: #777777;
	font-size: 13px;
	background-color: #cccccc;
}

.footer-sub a{
	font-weight: 600;
	color: #777777;
}

.footer-sub a:hover{
	color: #636363;
}

.footer-sub ul{
    list-style-type: none;
    padding: 0px;
}

.footer-sub .menu, .copyright{
    float: left;
}

.footer-sub ul li:before{
    content: '|';
    color: #777777;
    margin-right: 10px;
}

.footer-sub ul li{
    float: left;
    margin-left: 10px;
}

.footer-sub ul li a{
	font-weight: 400;
}


/** Search Full Screen - Lightbox **/

#search {
	z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;

}
#search .btn-secondary {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background: #d5a00f;
    color: #fff;
}

#search .btn-secondary:hover{
    background-color: #fff;
    color: #000;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #d5a00f;
	border-color: #d5a00f;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

@media (max-width: 600px) {
	#search input[type="search"]{
		font-size: 30px;
	}
	.help-button a {
		padding-right: 12px;
		padding-left: 12px;
	}
}

#about-mhrb-row {
	position: relative;
}
/* #about-mhrb-row::after {
	content: '';
	background-image: url(http://mhrbstg.wpengine.com/wp-content/uploads/2020/04/about_mhrb_background.png);
	background-position: center center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: 1;
} */
#about-mhrb-row > div.panel-grid-cell {
	z-index: 2;
}
#board-documents-container {
	border: 1px solid;
	border-radius: 24px;
	padding: 30px;
}
.file-col {
	padding-right: 0;
	padding-left: 0;
}
.file-thumbnail {
	margin: 6px;
}
.file-thumbnail img {
	max-width: 100%;
	height: 100%;
}
#board-documents-container div.file-caption {
	color: #62757d;
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 8px 0 20px;
}
.board-membership h3.widget-title {
	font-size: 24px;
	margin-bottom: 0;
}
#annual-reports-header h3.widget-title {
	color: #e0dfcd;
}
#annual-reports-header p {
	color: #3c3b44;
}
.files {
	display: flex;
	justify-content: space-between;
}
.files .file-caption {
	color: #3c3b44;
	text-align: center;
	margin-top: 8px;
}
#resources-tabs .file-caption {
	display: none;
}
#resources-tabs .show-caption .file-caption {
	display: block;
}
.files .file-thumbnail img {
	width: 200px;
}
.files.forms {
	justify-content: start;
}
.files.forms .file {
	margin-right: 30px;
}
.files.forms .file-caption {
	color: #fff;
}
.files.multiple-column {
	flex-direction: column;
}
.files.multiple-column .file {
	width: 212px;
}
.mhrb-accordion h3.widget-title {
	color: #fff;
	background-color: #62757d;
	padding: 20px 60px;
	margin-bottom: 0;
}
.mhrb-accordion .sow-accordion-panel:nth-child(even) .sow-accordion-panel-header,
.mhrb-accordion .sow-accordion-panel:nth-child(even) .sow-accordion-panel-header:hover,
.mhrb-accordion .sow-accordion-panel:nth-child(even) .sow-accordion-panel-content,
.mhrb-accordion .sow-accordion-panel:nth-child(even) .sow-accordion-panel-content .sow-accordion-panel-border {
	background-color: #e0e3e5;
}
.mhrb-accordion .sow-accordion-panel .sow-accordion-title {
	padding-left: 60px;
}
.mhrb-accordion .sow-accordion-panel .sow-accordion-open-close-button {
	padding-right: 60px;
	margin-left: 30px;
}
.mhrb-accordion .sow-accordion-panel .sow-accordion-panel-content {
	padding: 0 60px;
}
.mhrb-accordion .sow-accordion-panel .sow-accordion-panel-header {
	font-size: 24px;
}
#audit-header h3.widget-title {
	color: #fff;
}
#audit-button a {
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 15px;
	padding: 20px;
}
#audit-button a:hover {
	text-decoration: none;
}
#media-requests h3.widget-title {
	color: #e0dfcd;
}
#media-requests a {
	text-decoration: underline;
}
#media-requests ul {
	list-style: none;
	padding-left: 0;
}
#media-requests ul li {
	display: inline-block;
	padding: 10px 20px;
}
#media-requests ul li p {
	color: #e0dfcd;
	text-align: center;
	margin-top: 8px;
}
#media-requests img {
	display: block;
	width: 200px;
	margin: 0 auto;
}
article.news,
#news-posts .iw-so-article {
	background-color: #c7d9eb;
	margin-bottom: 50px;
	padding: 20px 30px;
}
article.news img,
#news-posts .iw-so-article img {
	width: 100%;
	height: 100%;
}
#news-posts .iw-so-blog .iw-so-blog-container .iw-so-article .iw-so-article-thumb.iw-so-blog-article-responsive {
	width: 40%;
}
#news-posts .iw-so-blog .iw-so-blog-container .iw-so-article .iw-so-article-content.iw-so-blog-article-responsive {
	width: 58%;
	margin-left: 2%;
}
ul.news-article-footer {
	list-style: none;
	padding: 0;
	float: right;
}
ul.news-article-footer li {
	display: inline-block;
	padding: 10px 20px;
}
#mhrb-newsletters ul,
#mhrb-downloadable-forms ul {
	list-style: none;
	padding-left: 0;
}
#mhrb-newsletters ul li,
#mhrb-downloadable-forms ul li {
	display: inline-block;
	padding: 10px 20px;
}
#mhrb-newsletters ul li p {
	color: #62757d;
	text-align: center;
	margin-top: 8px;
}
#mhrb-newsletters img,
#mhrb-downloadable-forms img {
	display: block;
	width: 200px;
	margin: 0 auto;
}
#mhrb-downloadable-forms h3.widget-title {
	color: #e0dfcd;
}
#mhrb-downloadable-forms ul li p {
	color: #fff;
	text-align: center;
	margin-top: 8px;
}
.emergency-text {
	color: #fff;
	margin: 0 50px;
}
.emergency-title {
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 30px;
}
.emergency-button {
	padding: 0;
}
.emergency-button a {
	padding: 10px;
	margin: 4px;
	background-color: #fff;
	border-radius: 24px;
}
.emergency-button a span {
	color: #333;
	display: block;
	font-family: 'Palatino Regular', serif;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: initial;
}
.emergency-button a span.hotline-title {
	font-stretch: condensed;
}
.emergency-button a span.hotline-number {
	color: #c5004b;
	font-weight: bold;
}
.emergency-button a span.hotline-dial {
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}
.emergency-boxes {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-auto-flow: row;
	text-align: center;
	margin: 40px 0;
}
.emergency-box:nth-child(4),
.emergency-box:nth-child(5) {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.emergency-box:nth-child(6) {
	border-bottom: 1px solid #fff;
}
.emergency-box:nth-child(7),
.emergency-box:nth-child(8) {
	border-right: 1px solid #fff;
}
.emergency-box {
	padding: 20px 20px 0;
}
.emergency-boxes span {
	display: block;
	font-family: 'Palatino Regular', serif;
	font-size: 1.5em;
	font-weight: normal;
}
.emergency-boxes span.emergency-box-detail {
	font-size: 1em;
}
@media only screen and (max-width : 992px) {
	.emergency-boxes {
		grid-template-columns: repeat(1, 1fr);
	}
	.emergency-boxes .emergency-button a {
		width: 100%;
	}
	.emergency-boxes .emergency-box {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
}
#client-rights h3,
#client-rights h4,
.client-rights-form-header {
	color: #584470;
}
#find-help-steps {
	padding-top: 24px;
}
.client-rights-steps h3.widget-title {
	font-size: 22px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #584470;
}
#step-1.client-rights-steps ul {
	list-style: none;
}
.client-rights-form-header {
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 42px;
	line-height: 1.1;
	margin: 20px 0 10px;
}
.gform_wrapper .popup-form .gform_heading {
	margin-bottom: 0;
}
.gform_wrapper .popup-form .gform_description {
	font-size: 16px;
	margin-bottom: 0;
}
.gform_wrapper .client-rights-concern .gfield_label,
.gform_wrapper .popup-form .gfield_label {
	color: #62757d;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
body .gform_wrapper .client-rights-concern div.ginput_container,
body .gform_wrapper .popup-form div.ginput_container {
	margin: 0;
}
.gform_wrapper .client-rights-concern input[type="text"] {
	background-color: #fff;
	border-radius: 8px;
}
.gform_wrapper .popup-form input[type="text"],
.gform_wrapper .popup-form textarea {
	background-color: #e1e0ce;
	border-radius: 8px;
}
body .gform_wrapper .client-rights-concern ul li.field_description_below div.ginput_container_radio,
.gform_wrapper .client-rights-concern .top_label li ul.gfield_radio {
	margin-top: 0;
}
.gform_wrapper .client-rights-concern .gform_footer input[type="submit"]{
	background-color: #6fc58e;
	float: right;
	border-radius: 8px;
	padding: 10px 50px;
}
.gform_wrapper .popup-form .gform_footer input[type="submit"]{
	background-color: #255caa;
	float: right;
	border-radius: 8px;
	padding: 10px 50px;
}
#suicide-prevention h3 {
	color: #584470;
}
#suicide-prevention-boxes .panel-grid-cell {
	display: flex;
	flex-direction: column;
}
#suicide-prevention-boxes .panel-grid-cell .so-panel {
	display: flex;
	flex: 1 0 auto;
}
.suicide-prevention-box {
	padding: 18px;
	border-radius: 18px;
}
#suicide-prevention .suicide-prevention-box h3 {
	color: #fff;
	font-size: 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}
.suicide-prevention-box ul {
	padding: 0 18px;
}
#grief-resources .so-widget-sow-editor {
	display: flex;
}
#grief-resources h3 {
	color: #fff;
	white-space: nowrap;
	margin-right: 40px;
	display: flex;
	align-self: center;
}
#grief-resources a {
	text-decoration: underline;
}
#overdose-prevention h3 {
	color: #e1e0ce;
}
#overdose-prevention-boxes .panel-grid-cell {
	display: flex;
	flex-direction: column;
}
#overdose-prevention-boxes .panel-grid-cell .so-panel {
	display: flex;
	flex: 1 0 auto;
}
.overdose-prevention-box {
	padding: 18px;
	border-radius: 18px;
}
#overdose-prevention .overdose-prevention-box h3 {
	color: #5e6c66;
	font-size: 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid #5e6c66;
}
.overdose-prevention-box ul {
	padding: 0 18px;
}
.overdose-prevention-box a {
	text-decoration: underline;
}
#contact-header h3 {
	margin-bottom: 0;
}
.gform_wrapper .contact-us-form .gform_footer input[type="submit"] {
	background-color: #6fc58e;
	float: right;
	border-radius: 8px;
	padding: 10px 50px;
}
#contact-map iframe {
	max-width: 100%;
}
.staff h3.widget-title {
	font-size: 24px;
	padding-bottom: 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #62757d;
}
.staff h3.person-title {
	font-size: 22px;
	margin-bottom: 0;
}
.search-events-header .textwidget,
.request-training-header .textwidget {
	display: flex;
	justify-content: space-between;
}
.search-events-header .textwidget h3,
.request-training-header .textwidget h3 {
	color: #fff;
	margin: 8px 0;
}
.events-topic-search-form .wpas-select {
	color: #007cb2;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #fff;
	width: 200px;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 11px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.events-month-search-form .wpas-tax_event_month-radio-buttons {
	display: flex;
	justify-content: space-between;
}
.events-month-search-form input[type="radio"] {
	display: none;
}
.events-month-search-form label {
	color: #a5bbb5;
	font-family: 'Univers Condensed Regular', sans-serif;
	font-size: 17px;
	font-weight: 300;
	cursor: pointer;
}
.events-month-search-form input[type="radio"]:checked + label,
.events-month-search-form label:hover {
	font-weight: 900;
	color: #62757d;
}
.event {
	margin-bottom: 20px;
}
.event p {
	font-size: 15px !important;
	margin-bottom: 0;
}
.event-image {
	width: 100%;
	margin-bottom: 20px;
}
.event-image img {
	max-width: 100%;
	height: 100%;
}
.event-questions {
	cursor: pointer;
}
.ui-datepicker-title select {
	color: rgb(33, 33, 33);
}
.btn-training,
.btn-training:hover {
	background-color: #6fc58e;
}
.person-col {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 30px;
	display: flex;
}
.person-image {
	margin-right: 30px;
}
.person-details {
	padding-right: 15px;
}

.panel-grid.sow-icon-fontawesome[data-sow-icon]:before{
	position: relative;
	left: 13px;
}