/*
Theme Name: 	Human Impact Partners
Theme URI: 		http://www.humanimpact.org/
99Author: 		Megan Woo
Author URI: 	http://meganwoo.com
Description:	Custom theme based on Betheme
Template:		betheme
Version: 		1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/**************** COLORS *************************/
.green {
	color: #6EB43F;
}

.orange {
	color: #F26222;
}

.light-blue {
	color: #9DD8D7;
}

.dark-blue {
	color: #074359;
}

.white {
	color: #FFF;
}

.dark-grey {
	color: #444444;
}

.light-grey-bkgd {
	background: #F5F5F5;
}

/**************** FONTS **************************/
h1 {
	letter-spacing: -.01em !important;
	margin-bottom: 36px;
	line-height: 1.21 !important;;
}

h2 {
	letter-spacing: -.025em !important;
	margin-bottom: 36px;
	line-height: 1.16 !important;;
}

h3 {
	text-transform: uppercase;
	line-height: 1.5 !important;;
}

h4 {
	letter-spacing: -.025em !important;
	line-height: 1.6 !important;;
}

h5, h6 {
	font-family: "Lato", Arial, Tahoma, sans-serif !important;
	line-height: 1.5 !important;;
	margin-bottom: 10px;
}

h6 {
	font-size: 20px !important;		/* override font decrease */
	line-height: 1.4 !important;
}

.big, p.big, ul.big-bullet-all li, #Content ol, #Content ol li  {
	font-size: 18px !important;
	line-height: 2 !important;
	font-weight: 700 !important;
}

.did-you-know {
	margin: 67px 0;
	padding: 38px 0;
	border-top: 2px solid #9dd8d7;
	border-bottom: 2px solid #9dd8d7;
}

.did-you-know p:last-child {
	margin-bottom: 0;
}

blockquote, 
.orange-quote {
	background: transparent url(images/quotes.png) no-repeat left top !important;
	min-height: 90px;
	margin: 30px 0;
    padding: 14px 0 14px 37px;
}

blockquote,
.orange-quote,
.orange-quote p,  
.section_wrapper blockquote p {
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 20px !important;
	line-height: 1.8 !important;
	font-style: normal;
}

.orange-quote,
.orange-quote p {
	color: #F26222;
}

.section_wrapper blockquote p:last-child,
.orange-quote p:last-child {
	margin-bottom: 0;
}

.quote-author {
	text-align: right;
	margin-top: -6px;
}

.quote-author,
.section_wrapper .quote-author p {
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.7 !important;
	margin-bottom: 45px;
}

.section_wrapper .large-p p {
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 1em;
}

.box-highlight {
    margin: 45px 0;
    padding: 37px 24px;
    border-top: 2px solid #9dd8d7;
    border-bottom: 2px solid #9dd8d7;
}

.box-actions, .box-highlight-bkgd {
	margin: 48px auto;
	background: rgba(255,255,255,.4);
	padding: 48px;
}

.section_wrapper .box-highlight ul {
    margin: 27px 0 0 36px;
}


a {
	text-decoration: none !important;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
	-webkit-transition: color .3s ease-in-out !important;
	-moz-transition: color .3s ease-in-out !important;
	-o-transition: color .3s ease-in-out !important;
	-ms-transition: color .3s ease-in-out !important;
	transition: color .3s ease-in-out !important;
}

a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover {
	opacity: .8;
}

/***************** GENERAL ***********************/
/* links */
.the_content_wrapper a:not(.button):not([data-site]),
.intro-txt a,
.aside_right .sidebar a,
.section_wrapper .column .column_attr a:not(.social):not(.button):not([data-site]),
.blog_wrapper .post-footer .post-links a,
a.fancy-link, 
.sidebar-menu ul.menu li a,
.sidebar ul.menu li a,
.accordion .question .title,
.didyoumean a,
.answer a {
	font-weight: 400;
	text-decoration: none !important;
	border-bottom: 3px solid #9DD8D7 !important;
	/* background: transparent url(images/bkgd-link.gif) repeat-x left bottom; */ 
	-webkit-transition: background .2s ease-in-out !important;
	-moz-transition: background .2s ease-in-out !important;
	-o-transition: background .2s ease-in-out !important;
	-ms-transition: background .2s ease-in-out !important;
	transition: background .2s ease-in-out !important;
}

.the_content_wrapper a:not(.button):hover,
.intro-txt a:hover, 
.aside_right .sidebar a:hover,
.section_wrapper .column .column_attr a:not(.social):not(.button):hover,
.blog_wrapper .post-footer .post-links a:hover,
a.fancy-link:hover,
.sidebar-menu ul.menu li a:hover,
.sidebar ul.menu li a:hover,
.accordion .question .title:hover,
.accordion .question.active .title,
.didyoumean a:hover,
.answer a:hover {
	background: #9DD8D7;	
}

.highlight-search {
	background: #FFFBCC;
}

.ssba-wrap {
	margin-top: 48px;
}

.ssba a {
	background: none !important;
}

.ssba svg {
    display: none;
}

.ssba a:hover {
	opacity: .8;
}

.ssba > div {
	font-size: 0.9em;
	padding-right: 5px;
}

.ssba_print img {
	padding-right: 0 !important;
}

.ssba-bottom {
	clear: both;
	width: 98%;
	margin: 0 1%;
}

.ssba-bottom .ssba {
	margin-top: 0;
}

.aside_left .ssba-bottom {
    max-width: 1102px;
    margin: 0 auto;
}

.toolbar {
	border-top: 1px solid #074359;
	border-bottom: 1px solid #074359;
	padding: 24px 14px;
	margin-top: 9px;
	margin-bottom: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.toolbar .column {
	margin-bottom: 0 !important;
}

.toolbar .filter-section {
	text-align: right;
}

.toolbar h4 {
	margin: 0;
	display: inline-block;
	line-height: 46px !important;
}

.social i {
	font-size: 24px;
	color: #074359;
}

.social:hover i {
	color: #9DD8D7;	
}

.social.blue {
	margin: 7px 10px 0 0;
	display: inline-block;
}

.social.blue img {
	width: 33px;
	height: 33px;
}

.social.blue:hover {
	opacity: .8;
}

.section_wrapper ul, .section_wrapper ol,
.aside_right .widget-area ul {
	padding: 0;
	margin: 0 0 24px 0;
	position: relative;
}

.section_wrapper ul, .section_wrapper ol {
	display: table;
}

.section_wrapper ul li,
.aside_right .widget-area ul li {
	margin: 0;
	padding: 0 0 5px 37px;
	/* background: transparent url(images/icon-ul-arrow.png) no-repeat left 9px; */
	list-style-type: none;
	position: relative;
}

.section_wrapper ul li:before,
.aside_right .widget-area ul li:before {
	content: '\2022';
	position: absolute;
    left: 20px;
    font-size: 9px;
    top: 5px;
}

.section_wrapper ul li .big {
	line-height: 1.5 !important;
	margin-bottom: 0 !important;
}

.section_wrapper ul li:last-child p {
	margin-bottom: 0;
}

.section_wrapper ul.big-bullet li:before {
	top: 3px;
	font-size: 12px;
	left: 16px;
}

ul.big-bullet-all li:before {
	top: 6px;
	font-size: 12px;
	left: 16px;
}

.aside_right .widget-area ul li .big {
    line-height: 1.16 !important;
    margin-bottom: 8px !important;
}

.aside_right .widget-area ul.big-bullet li:before {
	top: -1px;
	font-size: 12px;
	left: 12px;
}

ul.checklist li,
.box-actions ul li,
.checkbox ul li {
	position: relative;
	margin-bottom: 20px;
}

ul.checklist li:before,
.box-actions ul li:before,
.checkbox ul li:before {
	position: absolute;
	content: '\e841' !important;
	font-family: "mfn-icons";
	font-size: 20px;
	top: 0;
	left: 0;
}

ul.checklist li:last-child,
.box-actions ul li:last-child,
.checkbox ul li:last-child {
	margin-bottom: 0;
}

#Content ol {
	margin: 0 0 15px 38px;
}

#Content ol li {
	margin:  0;
	padding: 0 0 1px 18px;
}

.section_wrapper p,
.sidebar p,
.section_wrapper ul li, 
.intro-txt a {
	font-size: 16px; 		/* override font decrease */
	line-height: 1.5;
}

.section_wrapper p, 
.intro-txt a {
	margin-bottom: 27px;
}

.section_wrapper .button, input[type="submit"], input[type="button"], .button-sidebar, a.arrow-link  {
	font-size: 16px;
	line-height: 20px;
	font-weight: 900;
	background-color: #F26222;
	background-image: url(images/icon-button-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 23px center !important;
    -webkit-transition: background-color .3s ease-in-out !important;
    -moz-transition: background-color .3s ease-in-out !important;
    -o-transition: background-color .3s ease-in-out !important;
    -ms-transition: background-color .3s ease-in-out !important;
    transition: background-color .3s ease-in-out !important;
    padding: 11px 57px 11px 30px !important;
    margin: 0;
    color: #FFF !important;
    text-decoration: none !important;
}

.section_wrapper .button span {
	padding: 0 !important;
}

/* default / orange link buttons */
.section_wrapper .button:hover {
	background-color: #F47E4A;
}

.section_wrapper .button:active {
	background-color: #C7511C;
}

/* green link buttons */
.section_wrapper .button.green, 
.button-sidebar a, 
.post-related .button {
	background-color: #6EB43F !important;
}

.section_wrapper .button.green:hover, 
.button-sidebar a:hover, 
.post-related .button:hover {
	background-color: #88C161 !important;
}

.section_wrapper .button.green:active, 
.button-sidebar a:active, 
.post-related .button:active {
	background-color: #5B9434 !important;
}


/* blue / form buttons */
.button.blue, input[type="submit"], input[type="button"],
#Action_bar .social-menu li.button.blue a {
	background-color: #074359 !important;
}

.button.blue:hover, input[type="submit"]:hover, input[type="button"]:hover,
#Action_bar .social-menu li.button.blue a:hover {
	background-color: #346577 !important;
}

.button.blue:active, input[type="submit"]:active, input[type="button"]:active,
#Action_bar .social-menu li.button.blue a:active {
	background-color: #063749 !important;
}

.button.fixed-width {
	max-width: 250px;
	width: 100%;
}

.btn-wrapper {
	text-align: right;
    margin: 48px 0 65px 0;
}

a.arrow-link {
	color: #F26222 !important;
	background-color: #FFF;
	background-image: url(images/icon-button-arrow-orange.png) !important;
	padding-left: 0 !important;
}

a.arrow-link:hover {
	opacity: .8;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline-color: #FFF;
}

hr {
	height: 2px;
	background: #074359;
	margin: 39px 0;
}

hr.light-blue,
.light-blue hr {
	background: #9DD8D7;
}

hr.short {
	width: 80px;
}

.date {
	color: #F26222;
    font-family: "Montserrat", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 24px;
}

.column_attr p:last-child,
.column_attr ol:last-child,
.column_attr ul:last-child {
	margin-bottom: 0 !important;
}


/* forms */
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    -webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 16px;
	line-height: 24px;
}

.select2-container--default .select2-selection--single {
	border: 2px solid #9dd8d7 !important;
	border-radius: 0 !important;
	line-height: 24px !important;
	height: 48px !important;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] {
	border-top: none !important;
	border-bottom: none !important;
}

.select2-container--above .select2-selection--single[aria-expanded="true"] {
	border-bottom: 2px solid #9dd8d7 !important;
}

.select2-container--below .select2-selection--single[aria-expanded="true"] {
	border-top: 2px solid #9dd8d7 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #074359 !important;
	line-height: 24px !important;
	padding: 10px 45px 10px 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px !important;
	right: 24px !important;
}
    
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #074359 transparent transparent transparent !important;
    border-width: 7px 7px 0 7px !important;
}

.select2-results__option[aria-selected=true],
.select2-results__option--highlighted { 
	background: #d8efef !important;
	color: #074359 !important;
}

.select2-dropdown {
	border: 2px solid #9dd8d7 !important;
	border-radius: 0 !important;
}

.select2-dropdown,
.select2-result, 
.select2-results__options {
	overflow: visible !important;
	height: 290px !important;
}

.page-template-page-cb-resources .select2-dropdown,
.page-template-page-cb-resources .select2-result, 
.page-template-page-cb-resources .select2-results__options {
	overflow: visible !important;
    height: 126px !important;
}

.page-template-page-strategy .select2-dropdown,
.select2-result .select2-dropdown, 
.select2-results__options .select2-dropdown {
	overflow: visible !important;
	height: 167px !important;
}

.select2-results__option {
	padding: 10px 34px 10px 14px !important;
	border-bottom: 1px solid #9dd8d7 !important;
	font-size: 16px !important;
	line-height: 20px !important;
}

.select2-results__option:last-child {
	border-bottom: none !important;
}

.select-issue .select2-container,
.select-year .select2-container {
	width: 100% !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-align: left;
	margin-top: -2px;
}

.select-issue .select2-container {
	max-width: 470px;
}

.select-year .select2-container {
	max-width: 215px;
}

/* testing new colors */
.select2-container--default .select2-selection--single,
.select2-container--above .select2-selection--single[aria-expanded="true"],
.select2-container--below .select2-selection--single[aria-expanded="true"],
.select2-dropdown,
.select2-results__option {
	border-color: #F26222 !important;	/* orange */
	border-color: #6EB43F !important;	/* green */
	border-color: #074359 !important;	/* dark blue */
	border-color: #9dd8d7 !important;	/* light blue */
}

.select2-results__option {
	background: #d8efef !important;
}

.select2-results__option[aria-selected=true] {
	background: #074359 !important;
	color: #FFF !important;
}

.select2-results__option--highlighted { 
	background: #FFF !important;
}

.indent {
	padding-left: 30px;
	display: block;
}

input:focus, select:focus, textarea:focus, span.select2-selection.select2-selection--single {
	outline: none !important;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
	border: 2px solid #9dd8d7 !important;
	height: 180px;
}

.radio-scale {
    margin-top: -20px;
    margin-bottom: 36px;
    display: table;
}

.radio-scale span.wpcf7-form-control-wrap {
	display: block;
	width: auto;
	margin-bottom: 5px;
}

.radio-scale-left {
	float: left;
}

.radio-scale-right {
	float: right;
}

span.wpcf7-list-item.first {
	margin-left: 0;
}

div.wpcf7-response-output {
	background: #6EB43F !important;
	margin: 0 !important;
	padding: 23px !important;
	font-weight: 700;
	width: 100%;
	font-size: 16px !important;
}

/* mailchimp */
.mc4wp-form-fields input[type="email"] {
	float: left;
	width: 100%;
	max-width: 270px;
    padding: 9px 10px;
    border: none;
    margin: 0 12px 10px 0;
}

.mc4wp-form-fields input[type="text"] {
	float: left;
	width: 100%;
	max-width: 170px;
    padding: 9px 10px;
    border: none;
    margin: 0 12px 10px 0;
}

.mc4wp-form-fields input[type="submit"] {
	float: left;
	width: 160px;
    margin: 0 0 10px 0;
}

.mc4wp-form-fields input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	float: left;
	margin: 5px 0 0 0 !important;
}

.mc4wp-response p {
	font-weight: 700;
	margin-top: 10px;
}

/* subscribe form */
.page-id-7525 .the_content_wrapper {
    max-width: none !important;
}

select[name="COUNTRY"], select[name="STATE"] {
	background: #FFF url(images/dropdown-arrow.png) no-repeat right center;
	background-size: 44px 44px;
	padding-right: 44px;
}

.subscribe-form {
	margin: 45px -1%;
}

.subscribe-form p {
	clear: both;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.subscribe-form p.subscription-type {
	margin-bottom: 20px;
}

.subscribe-form p.country {
	width: 55%;	
	margin-right: 5%;
}

.subscribe-form p.state {
	clear: none;
	width: 40%;	
}

.subscribe-form p.signup {
	margin-top: 10px;
}

.subscribe-form label {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .05em;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	border: 1px solid #9dd8d7;
	max-width: 400px;
	width: 100%;
}

.subscribe-form input[type="checkbox"] {
	margin-right: 10px !important;
}

/* icon boxes */
.icon-box-style .image_wrapper {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

.icon-box-style .desc_wrapper .title {
    margin-bottom: 10px;
    font-size: 16px !important;
}

.icon-box-style .desc_wrapper .title:before {
    display: none !important;
}

.icon-box-style .desc_wrapper .desc {
    font-size: 15px !important;
}


/* intro boxes */
.intro-box {
	background: #FFF;
	padding: 39px 25px 50px 25px;
	margin-bottom: 24px;
}

.intro-box h5 {
	margin-bottom: 0;
	display: inline-block;
}

.intro-box hr {
	margin: 15px 0;
}

.intro-box .intro-txt {
	max-width: 960px;
}

.intro-txt p {
	line-height: 1.625;
}

.intro-txt p:last-of-type {
	display: inline;
	padding-right: 5px;
	margin: 0;
}

.intro-box .ssba {
	display: none;
}

.intro-box .tags {
	margin-top: 24px;
	line-height: 30px;
}

.intro-box .tags .tag-title {
	font-weight: 700;
	font-size: 16px;
	padding-right: 8px;
}

.intro-box .tags a {
	margin-right: 8px;
	border: 1px solid #62ADAE;
	border-radius: 4px;
	margin-bottom: 8px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
}

.intro-box .tags a:hover {
	background: #9DD8D7;
}

.intro-box-img {
	clear: both;
	background: #FFF;
    padding: 20px 20px 0 20px;
	margin-bottom: 48px;
}

.intro-box-img:after {
	content: "";
	display: table;
	clear: both;
}

.intro-box-img img {
	margin: 0 0 20px 20px;
}

.intro-box-img .intro-txt {
	margin-bottom: 15px;
	min-height: 60px;
}

.intro-box-img .button {
	float: left;
	margin-bottom: 20px;
}


/* padding */
.top24 {
	margin-top: 24px !important;
}

.max-880 .mcb-wrap-inner {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

/* accordion style */
.accordion .question .title {
	font-size: 16px;
	color: #074359 !important;
	border-bottom: none !important;
}

.accordion .question {
	border: none !important;
}

.accordion .question .title > .acc-icon-plus, 
.accordion .question .title > .acc-icon-minus {
	color: #000 !important;
}

/* disable image zoom */
.image_frame .image_wrapper img:not(.ls-l) {
	transform: scaleY(1) !important;
}

/* pager tool */
.pager_wrapper {
	margin: 48px 0 0 0;
	padding-top: 38px;
	border-top: 2px solid #9DD8D7;
	width: 100% !important;
}

.pager .pages {
	background: #FFFFFF;
	border-radius: 0;
	border: 2px solid #9DD8D7;
	padding: 0;
	line-height: 45px;
	font-weight: 700;
	margin: 0;
}

.pager .pages a,
.pager .pages span.page {
	border-right: 1px solid #9DD8D7;
	border-radius: 0;
	color: #074359 !important;
	margin: 0;
	padding: 0;
	line-height: 45px;
}

.pager .pages a:last-child {
	border-right: none;
}

.pager .pages a.active,
.pager .pages a:hover {
	background: #d8efef !important;
}

.pager .pages a, .pager .pages span.page-numbers, .pager .pages span.page {
	width: 45px;
	height: 45px;
	display: inline-block;
}

.prev_page {
	margin-right: 24px;
}

.next_page {
	margin-left: 24px;
}

/***************** STRUCTURE *********************/
#Content {
	background: #F5F5F5 !important;
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.with_aside #Content {
    padding-top: 0 !important;
}

.with_aside .entry-content {
    padding-top: 45px;
}

#Subheader {
	margin-bottom: 48px;
}

#Subheader ul.breadcrumbs {
	position: absolute;
	left: 0;
	bottom: -69px;
	margin: 0 1% !important;
	line-height: 1;
}

ul.breadcrumbs.faux {
    margin: -32px 1% 14px 1% !important;
    height: 16px;
}

ul.breadcrumbs.faux li:before {
	display: none;
}

ul.breadcrumbs li {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	color: #074359 !important;
	opacity: 1 !important;
	letter-spacing: 0.025em;
	float: left;
	line-height: 16px;
	padding: 0;
}

ul.breadcrumbs li a {
	color: #6EB43F !important;
	opacity: 1 !important;
	float: left;
	line-height: 16px;
}

ul.breadcrumbs li span {
	color: #074359 !important;
	opacity: 1 !important;
	float: left;
	line-height: 16px;
	margin: 0 2px !important;
}

ul.breadcrumbs li a:hover {
	text-decoration: underline;	
}

.sidebar .widget-area:before {
	display: none;
}

.sidebar .widget-area, 
.with_aside .sections_group {
	padding-top: 0 !important;
}



/***************** HEADER ************************/
#Top_bar {
	opacity: 1 !important;
	z-index: 9999 !important;
}

#Top_bar .logo {
	margin: 6px 0 0 0 !important;
	text-align: left !important;
}

#Top_bar .logo #logo {
	margin: 0 !important;
}

#Top_bar:not(.is-sticky) .logo {
	margin-top: -14px !important;
}

#Top_bar:not(.is-sticky) .menu_wrapper {
	margin-bottom: 4px;
}

#searchform, 
#Top_bar .search_wrapper input[type="text"] {
	background: #FFF !important;
	color: #074359 !important;
}

#Top_bar .search_wrapper .icon_close {
	color: #000 !important;
}

nav#social-menu {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .025em;
}

nav#social-menu a {
	text-decoration: none !important;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#Action_bar .social-menu {
	padding: 14px 0 7px 0 !important;	
}

#Action_bar .social-menu li {
    display: inline;
	margin-right: 38px;
	border: none;
}

#Action_bar .social-menu li:nth-last-child(2) {
	margin-right: 10px;
	padding: 0;
}

#Action_bar .social-menu li:last-child {
    padding: 0;
}

#Action_bar .social-menu li.button a {
	padding: 6px 17px;
	background: #F26222;
	color: #FFF !important;
}

#Action_bar .social-menu li.button:after {
    display: none !important;
}

#Action_bar .social-menu li.button :hover {
	background: #F47E4A;
}

#Action_bar .social-menu li.button :active {
	background: #C7511C;
}

nav#menu {
	text-transform: uppercase;
}

#menu > ul > li > a {
	letter-spacing: .025em !important;
	padding-bottom: 7px !important;
}

#Top_bar .menu > li {
	padding: 0 0 0 75px;
}

#Top_bar .menu > li:nth-child(2) {
	padding: 0;
}

#Top_bar .menu > li:not(.hidden):last-of-type {
	padding-right: 0;
}

#Top_bar .menu > li > a span:not(.description) {
	padding: 0;
}

#Top_bar a.responsive-menu-toggle:before {
	content: "MENU";
	font-family: "Lato", Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .025em !important;
	text-decoration: none !important;
    float: left;
    padding: 7px 10px 0 0;
}

#Top_bar a.responsive-menu-toggle {
	width: auto;
}

#Top_bar.is-sticky {
	background: #074359 !important;
}

#Top_bar.is-sticky .menu > li:not(.current-menu-item) > a {
	color: #FFF !important;
}

#Top_bar.is-sticky .menu > li:not(.current-menu-item) > a:hover, 
#menu-top-menu .current-menu-item a {
	color: #6EB43F !important;
}

#Side_slide #menu ul li a {
	margin-right: 0 !important;
}

/* search */
.search-results #Subheader,
.search-no-results #Subheader  {
	margin-bottom: 0;
}

#Top_bar .search_wrapper {
    border-radius: 0;
    left: auto;
    right: 47px;
    top: calc(100% + 7px);
    transform: none;
}

/***************** PAGES *************************/

/* home */
.home-banner:after {
	background-image: url(images/home-banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-banner {
	background: rgba(8,68,90,1);
	background: -moz-linear-gradient(left, rgba(8,68,90,1) 0%, rgba(81,141,151,1) 35%, rgba(156,215,214,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8,68,90,1)), color-stop(35%, rgba(81,141,151,1)), color-stop(100%, rgba(156,215,214,1)));
	background: -webkit-linear-gradient(left, rgba(8,68,90,1) 0%, rgba(81,141,151,1) 35%, rgba(156,215,214,1) 100%);
	background: -o-linear-gradient(left, rgba(8,68,90,1) 0%, rgba(81,141,151,1) 35%, rgba(156,215,214,1) 100%);
	background: -ms-linear-gradient(left, rgba(8,68,90,1) 0%, rgba(81,141,151,1) 35%, rgba(156,215,214,1) 100%);
	background: linear-gradient(to right, rgba(8,68,90,1) 0%, rgba(81,141,151,1) 35%, rgba(156,215,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08445a', endColorstr='#9cd7d6', GradientType=1 );
}

.search-results #Subheader,
.search-no-results #Subheader {
    background-image: url(images/search-header.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.home-banner h1 {
	font-size: 42px;
    line-height: 1.35em !important;
    max-width: 88%;
}

.home-banner h6 {
    font-size: 18px !important;
    line-height: 1.7em !important;
    margin-top: 45px !important;
    margin-bottom: 20px !important;
    max-width: 80%;
}

.home-intro {
	margin-bottom: 24px;
}

.home-intro .one.mcb-wrap {
	margin-top: -24px;
    margin-bottom: 0;
}

.home-intro .one.mcb-wrap .one.column {
	background: #FFF;
}

.home-intro .one.mcb-wrap .one.column .column_attr {
	padding: 60px 24px 0 24px;
}

.home-intro .one-fifth.mcb-wrap .column_image {
    margin-bottom: 23px;
    margin-top: -6px;
}

.home-intro .one-fifth.mcb-wrap .column_column {
	margin-bottom: 42px;
	height: 60px !important;
}

.home-intro .one-fifth.mcb-wrap .column_column p {
	line-height: 1.2;
}

.home-featured-left {
	float: left;
	width: 50%;
	margin-top: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-featured-left img {
	display: block;
}

.home-featured-right {
	float: right;
	width: 50%;
	padding: 50px 11px 30px 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

/* home news section (pulled from blog) */
.home-news {
	background: rgba(146,199,111,1);
	background: -moz-linear-gradient(top, rgba(146,199,111,1) 0%, rgba(182,226,225,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,199,111,1)), color-stop(100%, rgba(182,226,225,1)));
	background: -webkit-linear-gradient(top, rgba(146,199,111,1) 0%, rgba(182,226,225,1) 100%);
	background: -o-linear-gradient(top, rgba(146,199,111,1) 0%, rgba(182,226,225,1) 100%);
	background: -ms-linear-gradient(top, rgba(146,199,111,1) 0%, rgba(182,226,225,1) 100%);
	background: linear-gradient(to bottom, rgba(146,199,111,1) 0%, rgba(182,226,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c76f', endColorstr='#b6e2e1', GradientType=0 );
}

.home-news .column_blog {
	margin-bottom: 0;
}

.home-news .column_blog .post-item {
	margin-bottom: 24px;
}


/* home blog section (pulled from blog) */
.home-blog .column_blog {
	margin-bottom: 0;
}

.home-blog .col-2.grid .post-item:first-child {
	margin-left: 0;
	width: calc(50% - 12px);
}

.home-blog .col-2.grid .post-item:last-child {
	margin-right: 0;
	width: calc(50% - 12px);
}

.home-blog .col-2.grid .post-item .image_frame {
	display: none;
}

.home-blog .blog_wrapper .post-item.has-post-thumbnail .post-desc-wrapper {
	width: 100%;
}

.home-blog .blog_wrapper .post-footer {
	margin: 0;
}

.blog-category,
.blue-label {
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    border: 2px solid #9DD8D7;
    font-size: 22px;
    line-height: 24px;
    color: #074359;
    padding: 8px 20px;
	background: #9dd8d7;
	display: inline-block;
}

.home .ssba-bottom {
	display: none;
}





/* Products & Resources landing lage */
.page-template-page-prod-res .section.the_content p {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page-prod-res .section.the_content p:last-child {
	margin-bottom: 70px;
}

.issue-boxes .intro-box {
	display: block;
	float: left;
	width: calc(50% - 12px);
	margin-right: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 25px 25px 36px;
	min-height: 283px;
	-webkit-transition: background .3s ease-in-out !important;
	-moz-transition: background .3s ease-in-out !important;
	-o-transition: background .3s ease-in-out !important;
	-ms-transition: background .3s ease-in-out !important;
	transition: background .3s ease-in-out !important;
	-webkit-box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.28);
	box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.28);
}

.issue-boxes .intro-box:hover {
	background: #9DD8D7;
}

.issue-boxes .intro-box:nth-child(odd) {
	clear: both;
	margin-left: 0;
}

.issue-boxes .intro-box:nth-child(even) {
	margin-right: 0;
}

.issue-boxes .intro-box .issue-icon {
	float: left;
	width: 90px;
	margin-right: 60px;
}

.issue-boxes .intro-box .issue-title {
	float: left;
	width: calc(100% - 150px);
	padding-top: 10px;
	height: 120px;	
	max-width: 240px;
}

.issue-boxes .intro-box .intro-txt {
	clear: both;
}


/* Project landing page */
.page-template-page-hipprojects .the_content_wrapper p,
.page-template-page-strategy .the_content_wrapper p,
.page-template-page-cb-resources .the_content_wrapper p {
	max-width: 880px;
}

.page-template-page-hipprojects .select-box-or,
.page-template-page-strategy .select-box-or,
.page-template-page-cb-resources .select-box-or {
	display: inline-block;
    width: 3%;
    padding-left: 2%;
    display: none !important;
}

.page-template-page-hipprojects .select-box-or h6,
.page-template-page-strategy .select-box-or h6,
.page-template-page-cb-resources .select-box-or h6 {
	line-height: 46px;
    margin-top: 10px;
}

.page-template-page-hipprojects .select-box-year,
.page-template-page-strategy .select-box-year,
.page-template-page-cb-resources .select-box-year {
	display: inline-block;
    width: 28%;
    padding-left: 2.5%;
	display: none !important;
}

.page-template-page-hipprojects .intro-box,
.page-template-page-strategy .intro-box {
	padding-bottom: 40px;
}

/* white headers for project & post detail pages */
.hipprojects-template-default #Subheader,
.single-post #Subheader {
	/* background-color:#c5e1b1;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c5e1b1, endColorstr=#d6efee);
	background-image:-moz-linear-gradient(top, #c5e1b1 0%, #d6efee 100%);
	background-image:-webkit-linear-gradient(top, #c5e1b1 0%, #d6efee 100%);
	background-image:-ms-linear-gradient(top, #c5e1b1 0%, #d6efee 100%);
	background-image:linear-gradient(top, #c5e1b1 0%, #d6efee 100%);
	background-image:-o-linear-gradient(top, #c5e1b1 0%, #d6efee 100%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#c5e1b1), color-stop(100%,#d6efee)); */
	background: #FFF;
	min-height: 230px;
	padding: 0 !important;
	position: relative;
}

.hipprojects-template-default #Subheader .container,
.single-post #Subheader .container {
    position: absolute;
    bottom: 20px;
    height: auto;
    left: 0;
    right: 0;
}

.hipprojects-template-default #Subheader .title,
.single-post #Subheader .title {
	color: #074359 !important;
    max-height: 165px;
    overflow: hidden;
}

.single-post #Subheader ul.breadcrumbs {
    bottom: -52px;
}


/* Project detail page */
.hipprojects-template-default #Subheader ul.breadcrumbs {
	display: none;
}

.hipprojects-template-default .section_wrapper .the_content .section_wrapper,
.hipprojects-template-default .section_wrapper .the_content .section_wrapper .the_content_wrapper {
	margin: 0;
	padding: 0 !important;
	width: 100%;
}

.hipprojects-template-default .the_content_wrapper h2 {
	margin-top: 57px;
	color: #F26222;
}

.hipprojects-template-default .the_content_wrapper > h2:first-of-type {
	margin-top: 0;
}

.hipprojects-template-default .max-wrap {
	max-width: 880px;
}

.hipprojects-template-default .checkbox.max-wrap ul,
.hipprojects-template-default blockquote {
	display: table;
}

.hipprojects-template-default .overview {
	border: 1px solid #f26222;
	padding: 20px 25px;
	margin-bottom: 20px;
	width: 59%;
}

.hipprojects-template-default .overview, 
.hipprojects-template-default .overview p {
	font-size: 17px;
	font-style: italic;
}

.hipprojects-template-default .overview p:last-child,
.hipprojects-template-default .overview p:nth-last-child(2) {
	margin-bottom: 0
}

.hipprojects-template-default .overview .ssba {
	display: none !important;
}

/* video wrapper */
.videoContainer {
	max-width: 600px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.5%;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* sidebars (projects & subnav) */
.widget-area:before {
	display: none;
}

.faux-sidebar-top {
	float: right;
	width: 32%;
	padding: 12px 0 20px 20px;
}

.faux-sidebar-bottom {
	display: none;
	margin: 48px 0;
}

.faux-sidebar .widget-area {
	padding: 0;
}

.sidebar-menu, 
.sidebar, 
.faux-sidebar .widget-area .widget-box {
	padding: 12px 24px 20px 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 48px;
}

.sidebar .widget-area {
	padding: 0;
	border: none;
}

.mcb-sidebar:before {
    background: transparent;
}

.faux-sidebar .widget-area .widget-box:last-child {
	margin-bottom: 0;	
}

.sidebar-menu .widget > h3, 
.sidebar .widget > h3, 
.faux-sidebar .widget-area .widget-box h4 {
	border-bottom: 2px solid #074359;
	padding-bottom: 12px;
	margin-bottom: 9px;
	font-size: 24px;
	line-height: 34px !important;
	font-weight: 500;
	text-transform: none;
}

.sidebar-menu ul.menu, 
.sidebar ul.menu, 
.faux-sidebar .widget-area .widget-box ul {
	margin: 13px 0 0 -18px;
	padding: 0;
	background: transparent;
}

.sidebar-menu ul.menu li, 
.sidebar ul.menu li, 
.faux-sidebar .widget-area .widget-box ul li {
	padding-bottom: 13px;
	position: relative;
	list-style-type: none;
	color: #074359;
}

.sidebar-menu ul.menu li, 
.sidebar ul.menu li {
	padding: 0 0 13px 20px;
}

.sidebar-menu {
	margin-bottom: 48px !important;
    width: 24% !important;
    margin-left: 1%;
}

.sidebar-menu ul.menu li:after,
.sidebar ul.menu li:after {
	display: none;
}

.sidebar-menu ul.menu li a,
.sidebar ul.menu li a  {
	padding: 0;
	display: inline;
	word-break: break-word;
	font-size: 16px;
}

.faux-sidebar .widget-area .widget-box p:last-child {
	margin-bottom: 5px;
}

.sidebar-menu ul.sub-menu,
.sidebar ul.sub-menu {
	background: transparent;
	padding: 13px 0 0 0;
	margin-bottom: 0;
}

.sidebar-menu ul.sub-menu li,
.sidebar ul.sub-menu li {
	padding: 0 0 13px 13px;
}

.sidebar-menu ul.menu li:last-child,
.sidebar ul.menu li:last-child {
	padding-bottom: 0;
}

.sidebar-menu ul.menu li:before, 
.sidebar-menu ul.sub-menu li:before,
.sidebar ul.menu li:before, 
.sidebar ul.sub-menu li:before {
	display: none;
}

.sidebar-menu .column_sidebar_widget, 
.sidebar-menu aside {
	padding: 0 !important;
	margin: 0 !important;
}

.sidebar ul.menu li.current-menu-item > a {
	font-weight: 600;
	border-color: transparent !important;
}


/* newsroom / blog */
.archive.category #menu-item-18 a,
.single-post #menu-item-18 a {
	color: #6EB43F !important;
}

.style-simple #Filters {
	margin-bottom: 48px;
}

.style-simple #Filters .filters_wrapper {
	text-align: left;
	border-bottom: 2px solid #9DD8D7;
}

.style-simple #Filters .filters_wrapper ul {
	border: none;
}

.style-simple #Filters .filters_wrapper ul li:before {
	display: none;
}

.style-simple #Filters .filters_wrapper ul li {
	padding: 0 24px 24px 0;
}

.style-simple #Filters .filters_wrapper ul li a {
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	text-transform: uppercase;
	background: #FFF;
	border: 2px solid #6EB43F;
	font-size: 22px;
	line-height: 24px;
	color: #6EB43F !important;
	padding: 8px 20px;
}

.style-simple #Filters .filters_wrapper ul li a:hover,
.style-simple #Filters .filters_wrapper ul li.current-cat a {
	background: #6EB43F;				
	color: #FFF !important;				
}

a[data-rel=".category-blog-posts"]:before {
	content: "";
	background: url(images/icon-blog.png) no-repeat left center;
	background-size: 25px 23px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 25px;
    height: 23px;
}

a[data-rel=".category-in-the-news"]:before {
	content: "";
	background: url(images/icon-news.png) no-repeat left center;
	background-size: 30px 23px;
    position: absolute;
	right: 20px;
    top: 8px;
    width: 30px;
    height: 23px;
}

a[data-rel=".category-announcements"]:before {
	content: "";
	background: url(images/icon-press.png) no-repeat left center;
	background-size: 33px 22px;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 33px;
    height: 22px;
}

.current-cat a[data-rel=".category-blog-posts"]:before, 
a[data-rel=".category-blog-posts"]:hover:before {
	background-image: url(images/icon-blog-white.png);
}

.current-cat a[data-rel=".category-in-the-news"]:before, 
a[data-rel=".category-in-the-news"]:hover:before {
	background-image: url(images/icon-news-white.png);
}

.current-cat a[data-rel=".category-announcements"]:before, 
a[data-rel=".category-announcements"]:hover:before {
	background-image: url(images/icon-press-white.png);
}

a[data-rel=".category-blog-posts"] {
	padding-right: 55px !important;
}

a[data-rel=".category-announcements"] {
	padding-right: 63px !important;
}

a[data-rel=".category-in-the-news"] {
	padding-right: 60px !important;
}

.style-simple #Filters .filters_wrapper ul li a:after {
	display: none !important;
}

.pager_load_more .button_icon {
	display: none !important;
}

.if-overlay .image_frame:hover .image_wrapper .image_links, .if-overlay .image_frame.hover .image_wrapper .image_links,
.if-overlay .image_frame .image_wrapper .mask {
	display: none !important;
}

.blog_wrapper .post-item {
	background: #FFF !important;
}

.blog_wrapper .post-item.type-page .author-date,
.blog_wrapper .post-item.type-people .author-date  {
	display: none;
}

.blog_wrapper .post-item.post-password-required {
	display: none;
}

.blog_wrapper .post-item .icon-clock {
	display: none;
}

.blog_wrapper .post-item .post-excerpt,
.blog_wrapper .post-footer .post-links {
	font-size: 16px;
	line-height: 24px;
}

.blog_wrapper .post-item .post-photo-wrapper {
	width: 33%;
}

.category-in-the-news .post-photo-wrapper {
	display: none !important;
}

.blog_wrapper .post-item .post-photo-wrapper a {
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

.blog_wrapper .post-item .post-photo-wrapper a:hover {
	opacity: .8;	
}

.blog_wrapper .post-item.has-post-thumbnail .post-desc-wrapper {
	width: 67%;
}

.category-in-the-news .post-desc-wrapper {
	width: 100% !important;
}

.blog_wrapper .post-item .post-date,
.search-results .date {
	font-size: 17px;
}

.search-results .post-meta .author-date  {
	margin-top: 5px;
}

.post-meta .category {
	display: block !important;
}

.post-meta .category .cat-btn {
	display: none;
}

.post-meta .category .cat-wrapper {
	display: block;
}

.blog_wrapper .post-item h2.entry-title,
.search-results .post-item h2 {
	font-family: "Lato", Arial, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	width: calc(100% - 45px);
}

.search-results .post-item h2 {
	width: calc(100% - 200px);
}

.blog_wrapper .post-item h2.entry-title:after,
.search-results .post-item h2:after {
	content: '';
	height: 2px;
	background: #074359;
	width: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.blog_wrapper .post-item h2 a:hover {
	opacity: .8;
}

.blog_wrapper .post-desc,
.search-results .no-img .post-desc {
	padding: 24px 24px 32px 24px;
}

.search-results .post-desc-wrapper {
	width: 100% !important;
}

.blog_wrapper .post-footer {
	background: #FFF;
	padding: 0;
}

.blog_wrapper .post-footer .post-links {
	float: none;
	padding: 0;
	border: 0;
	text-transform: capitalize;
}

.blog_wrapper .post-footer .post-links .icon-doc-text {
	display: none;
}

.post-meta .category .cat-wrapper ul {
	background: #fff;
	padding: 0;
	min-width: 200px;
	text-transform: uppercase;
}

.post-meta .category .cat-wrapper ul li {
	border-bottom: 1px solid #9DD8D7;
	padding: 0;
}

.blog .post-meta .category .cat-wrapper ul li {
	border-bottom: none !important;
	float: right;
    width: 65px;
}

.post-meta .category .cat-wrapper ul li:last-child {
	border-bottom: none;
}

.post-meta .category .cat-wrapper ul li:before {
	display: none;
}

.post-meta .category .cat-wrapper ul li a,
.search-type {
	padding: 0;
	color: #6cb636 !important;
	background-color: #FFF !important;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	text-align: right;
	font-size: 20px;
    line-height: 26px;
	font-weight: 500;
	cursor: text;
	display: inline-block;
	float: right;
	position: relative;
	height: 26px;
}

.search-type {
	text-transform: uppercase;
}

.post-type-blog:before,
.category-blog-posts .search-type:before {
	content: "";
	background: #FFF url(images/icon-blog.png) no-repeat left center;
    position: absolute;
    left: -39px;
    top: 2px;
    width: 31px;
    height: 29px;
}

.post-type-press:before,
.category-announcements .search-type:before {
	content: "";
	background: #FFF url(images/icon-press.png) no-repeat left center;
    position: absolute;
    left: -49px;
    top: 2px;
    width: 41px;
    height: 27px;
}

.post-type-news:before,
.category-in-the-news .search-type:before {
	content: "";
	background: #FFF url(images/icon-news.png) no-repeat left center;
    position: absolute;
    left: -46px;
    top: 0px;
    width: 38px;
    height: 29px;
}

.post-meta .category .cat-wrapper ul li a:hover {
	background: #d8efef;
}

.blog .post-meta .category .cat-wrapper ul li a,
.archive.category .post-meta .category .cat-wrapper ul li a  {
	color: #FFF !important;
}

.blog .post-type-blog:before,
.blog .post-type-news:before,
.blog .post-type-press:before,
.archive.category .post-type-blog:before,
.archive.category .post-type-news:before,
.archive.category .post-type-press:before  {
	left: auto;
	right: 0;
}

/* search results */
#Top_bar .top_bar_right {
    display: none;
    width: 0;
}

#Side_slide .extras .extras-wrapper .icon {
	padding: 0;
}

#Side_slide  .icon-search-fine:before {
	font-weight: 900;
	margin: 0;
}

#Side_slide .extras .extras-wrapper {
	text-align: left;
}

#side-form {
	background: #FFF;
}

#Side_slide .search-wrapper input.field, 
#side-form .icon-search-fine:before {
	color: #a6a6a6 !important;
}

.search-results .author,
.search-results .date span {
	display: none;
}


.search-results #Top_bar .search_wrapper,
.search-no-results #Top_bar .search_wrapper {
	display: block !important;
}

.search-results #Top_bar .search_wrapper .icon_close,
.search-no-results #Top_bar .search_wrapper .icon_close {
	display: none !important;
}

.search-results .type-attachment .post-desc .author-date {
	display: none;
}

/* post detail */
.single-post .post-header .title_wrapper {
	padding-left: 0;
}

.single-post .date .icon-clock,
.category.meta-categories,
.category.mata-tags,
.single-post .cat-wrapper, 
.single-post .section-post-header .single-photo-wrapper {
	display: none !important;
}

.single-post .the_content_wrapper > p,
.single-post .the_content_wrapper > h1,
.single-post .the_content_wrapper > h2,
.single-post .the_content_wrapper > h3,
.single-post .the_content_wrapper > h4,
.single-post .the_content_wrapper > h5,
.single-post .the_content_wrapper > h6,
.single-post .the_content_wrapper > ol,
.single-post .the_content_wrapper > ul {
	max-width: 880px;
}

.image_frame, .wp-caption, .google-map, .icon_box .icon_wrapper, .content_slider .content_slider_ul, .author-box .avatar-wrapper, #comments .commentlist > li .photo, .edd_download_image {
	border: none !important;
}

p.wp-caption-text {
	border: none;
	padding: 10px 25px 0 25px;
	color: #074359;
	text-align: left;
	background: none !important;
	font-size: 15px;
	line-height: 22px;
	font-style: italic;
}

p.wp-caption-text a {
	display: inline-block;	
}

/* related posts */
.section-related-adjustment {
	border-top: 2px solid #9DD8D7;
	margin-top: 48px;
}

.section-related-adjustment h4 {
	font-size: 22px;
}

.section-related-adjustment .section-related-ul h4 {
	font-size: 20px;
    line-height: 1.4em !important;
}

.section-related-adjustment .date_label {
	color: #F26222;
	font-size: 14px;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-weight: 300;
}

.section-related-adjustment .single-photo-wrapper,
.section-related-adjustment .button_icon {
	display: none !important;
}


/* default page template */
.page-template-default:not(.home) .the_content_wrapper {
	max-width: 880px;
}


/* staff / fellows */
.people-boxes > .one-third {
    margin-bottom: 20px;
}

.people-contain {
	max-width: 250px;
	margin: 0 auto;
	background: #FFF;
	height: 100%;
}

.people-txt {
    padding: 8px 20px 24px 20px;
    font-size: 16px;
}

.people-txt h5 { 
	margin-bottom: 0;
}

.people-txt .people-title {
	font-weight: 700;
    min-height: 48px;
}

.people-txt hr { 
	margin: 10px 0 16px 0;
}

.people-txt p {
	margin-bottom: 13px;
}

.people-txt .bio-link {
    margin-top: 20px;
}

.people-txt .bio-link .arrow-link {
	white-space: nowrap;
}

.people-email,
.people-phone {
	height: 37px;
}

.bio-popup .people-txt {
	padding: 8px 0 0 0;
}

/* single people */
.single-people #Subheader {
    background-image: url(images/people-header.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.single-people #Subheader ul.breadcrumbs {
	visibility: hidden;
}

.single-people #Content {
	padding-top: 30px !important;
}

.single-people ul.breadcrumbs.faux {
	margin-top: -60px !important;
}

.single-people .the_content_wrapper .ssba {
	visibility: hidden;
}


/* icon boxes (for board members & mentors)  */
.column_icon_box .image_wrapper {
	margin-bottom: 7px;
}

.column_icon_box img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 165px !important;
	height: 165px !important;
	top: 0 !important;
}

.column_icon_box .desc_wrapper h5.title {
	position: relative;
    padding-bottom: 24px;
    margin-bottom: 16px;
}

.column_icon_box .desc_wrapper h5.title:after {
	content: '';
	height: 2px;
	background: #074359;
	width: 80px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.column_icon_box .desc_wrapper h5.title:before {
	display: none !important;
}

.column_icon_box .desc_wrapper .desc {
	font-size: 16px;
}


/* key initiatives */
.key-initiative,
.hover-custom {
	text-align: left;
	-webkit-transition: background .3s ease-in-out !important;
	-moz-transition: background .3s ease-in-out !important;
	-o-transition: background .3s ease-in-out !important;
	-ms-transition: background .3s ease-in-out !important;
	transition: background .3s ease-in-out !important;
	-webkit-box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.28) !important;
	-moz-box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.28) !important;
	box-shadow: 1px 3px 9px 1px rgba(0,0,0,0.28) !important;
	margin-bottom: 24px;
}

.home .key-initiative {
    margin-left: 1%;
    margin-right: 1%;
    width: 48% !important;
}

.hover-custom.one-second {
    margin-left: 1%;
    margin-right: 1%;
    width: 48% !important;    
}

.key-initiative > .mcb-column-inner,
.hover-custom.one-second  > .mcb-column-inner {
    height: 100% !important;
    margin: 0 !important;
}

.key-initiative h5 {
	text-align: left;	
}

.key-initiative hr {
	margin: 24px 0 40px 0;
}

.key-initiative p {
	text-align: left;
	color: #074359 !important;	
}

.key-initiative p:last-child {
	margin-bottom: 10px;
}

.key-HIoP .hover_color .hover_color_wrapper,
.key-HEA .hover_color .hover_color_wrapper,
.key-HEG .hover_color .hover_color_wrapper,
.key-PHA .hover_color .hover_color_wrapper {
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
	background-size: 100px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.key-HIoP .hover_color .hover_color_wrapper h5,
.key-HEA .hover_color .hover_color_wrapper h5,
.key-HEG .hover_color .hover_color_wrapper h5,
.key-PHA .hover_color .hover_color_wrapper h5 {
	max-width: calc(100% - 120px);
}

.key-HIoP .hover_color .hover_color_wrapper {
	background-image: url(images/icon-HIoP.png);
}

.key-HEA .hover_color .hover_color_wrapper {
	background-image: url(images/icon-HEA.png);
}

.key-HEG .hover_color .hover_color_wrapper {
	background-image: url(images/icon-HEG.png);
}

.key-PHA .hover_color .hover_color_wrapper {
	background-image: url(images/icon-PHA.png);
}

.key-HIoP {
	background: url(images/icon-HIoP-hover.png) no-repeat -9999px -9999px;;
}

.key-HEA {
	background: url(images/icon-HEA-hover.png) no-repeat -9999px -9999px;;
}

.key-HEG {
	background: url(images/icon-HEG-hover.png) no-repeat -9999px -9999px;;
}

.key-PHA {
	background: url(images/icon-PHA-hover.png) no-repeat -9999px -9999px;;
}

.key-HIoP .hover_color:hover .hover_color_wrapper {
	background-image: url(images/icon-HIoP-hover.png);
}

.key-HEA .hover_color:hover .hover_color_wrapper {
	background-image: url(images/icon-HEA-hover.png);
}

.key-PHA .hover_color:hover .hover_color_wrapper {
	background-image: url(images/icon-PHA-hover.png);
}

.key-HEG .hover_color:hover .hover_color_wrapper {
	background-image: url(images/icon-HEG-hover.png);
}

/* accordion */
.accordion h4 {
    background-size: 50px 69px !important;
    color: #F26222;
    padding: 20px 0 0 60px;
}

.accordion .question .title {
    box-shadow: none;
    background: transparent !important;
}

.accordion .question .answer {
    box-shadow: none;
}

.accordion .question.active:after {
    display: none !important;
}

.accordion .question {
    border-left: 2px solid transparent !important;
}

.accordion .question .title {
    color: #074359;
    font-size: 16px;
    font-weight: 700;
    padding-left: 40px !important;
}

.accordion .question .title > .acc-icon-plus, 
.accordion .question .title > .acc-icon-minus {
    font-size: 20px;
    line-height: 20px;
    color: #074359;
}

.accordion .icon-plus:before,
.accordion .icon-minus:before {
    top: 22px;
    left: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #074359;
    border-width: 7px;
}

.accordion .icon-minus:before {
    top: 15px;
    border-top-color: transparent;
    border-bottom-color: #F26222;
}

.accordion .question.active .title,
.accordion .question .title > .acc-icon-minus  {
    color: #F26222 !important;
}

.accordion .question.active {
    border-left: 2px solid #F26222 !important;  
}

/* accordion - advocacy icons */
.economic-security .accordion h4 {
    background: transparent url(images/home-economic-security-icon.png) no-repeat left bottom;   
}

.housing-security .accordion h4 {
    background: transparent url(images/home-housing-icon.png) no-repeat left bottom;   
}

.criminal-legal-system .accordion h4 {
    background: transparent url(images/home-criminal-justice-icon.png) no-repeat left bottom;   
}

.healthcare-access .accordion h4 {
    background: transparent url(images/home-health-icon.png) no-repeat left bottom;   
}

/* accordion - health equity now icons */
.economic-security-now .accordion h4 {
    background: transparent url(https://humanimpact.org/wp-content/uploads/2021/02/Untitled-design-14.png) no-repeat left bottom;   
}

.housing-justice .accordion h4 {
    background: transparent url(https://humanimpact.org/wp-content/uploads/2021/02/Untitled-design-14-1.png) no-repeat left bottom;   
}

.community-safety .accordion h4 {
    background: transparent url(https://humanimpact.org/wp-content/uploads/2021/02/Untitled-design-14-3.png) no-repeat left bottom;   
}

.public-health-infrastructure .accordion h4 {
    background: transparent url(https://humanimpact.org/wp-content/uploads/2021/02/Untitled-design-14-2.png) no-repeat left bottom;   
}

.take-action .accordion h4 {
    background: transparent url(https://humanimpact.org/wp-content/uploads/2021/02/Untitled-design-14-4.png) no-repeat left bottom;   
}

.economic-security-now .accordion h4,
.housing-justice .accordion h4,
.community-safety .accordion h4,
.public-health-infrastructure .accordion h4,
.take-action .accordion h4 {
    color: #7400b3;
}


/***************** FOOTER ************************/

#signup {
	background-color: #9dd8d7;
}

#signup .section_wrapper {
	padding: 75px 0 55px 13%;
}

.news-signup .one-fifth.column {
	width: 15%;
}

.news-signup .four-fifth.column {
	margin-right: 0;
	width: 82%;
}

.news-signup h4 {
	margin-top: 16px;
}

.news-signup-btn {
	display: inline-block;
	cursor: pointer;
}

.newsletter-fields {
	clear: both;
	width: 100%;
}

.newsletter-types {
	clear: both;
	width: 100%;
	font-size: 16px;
}

.newsletter-types .newsletter-check {
	display: inline-block;
	padding-left: 16px;
}

.newsletter-types .newsletter-check span {
	padding-left: 6px;
	padding-right: 8px;
}

#Footer .widgets_wrapper {
	padding: 0 !important;
}

#Footer .one-fourth.column {
	border-right: 2px solid #20566a;
	margin: 0;
	min-height: 245px;
	padding: 27px 2%;
}

#Footer .one-fourth.column:nth-child(1) {
	width: 18%;
	text-align: right;
}

#Footer .one-fourth.column:nth-child(1) img {
	padding: 10px;
}

#Footer .one-fourth.column:nth-child(2) {
	width: 23%;
}

#Footer .one-fourth.column:nth-child(3) {
	width: 25%;
}

#Footer .one-fourth.column:nth-child(4) {
	width: 32%;
	border: none;
}

#Footer .widget_nav_menu ul {
	list-style: none;
	padding: 0;
	background: transparent;
}

#Footer .widget_nav_menu ul li a {
	padding: 0 0 8px 0;	
	font-weight: 700;
	letter-spacing: 0.025em;
}

#Footer .widget_nav_menu ul li:after {
	display: none;
}

#Footer .footer-social {
	width: 66px;
	float: left;
}

#Footer .footer-social img {
	width: 33px;
	height: 33px;
}

#Footer .footer-social a {
	display: block;
	padding: 3px 0;
}

#Footer .footer-info {
	width: calc(100% - 66px);
	float: left;
	letter-spacing: 0.025em;
}

#Footer a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#Footer a:hover {
	opacity: .7;
}

#Footer .address-icon,
#Footer .email-icon,
#Footer .phone-icon {
	position: relative;
	padding: 4px 0 4px 45px;
	
}

#Footer .address-icon:before,
#Footer .email-icon:before,
#Footer .phone-icon:before {
	position: absolute;
	left: 0;
	top: 6px;
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #83a1ac;
    font-size: 25px;
}

#Footer .address-icon:before {
	content: '\e8c6';
}

#Footer .email-icon:before {
	content: '\e8d0';
}

#Footer .phone-icon:before {
	content: '\e827';
}

#Footer .footer_copy {
	border: none;
	background: #20566a;	
}

#Footer .footer_copy .one {
    margin-bottom: 0 !important;
}

#Footer .copyright {
	font-weight: 700;
	font-size: 14px;
}


/***************** MEDIA QUERIES *****************/

@media screen and (min-width:1240px) {
	nav#menu, 
	nav#social-menu {
		margin-right: 38px;
	}
}

@media only screen and (max-width:1239px) and (min-width:960px) {
	#Header .container {
		max-width: 98%;
	}
}

@media only screen and (max-width:1239px) {	
	#Top_bar .search_wrapper {
        right: 0;
    }

    .home-banner h1 {
		font-size: 30px;
	}
	
	.home-featured-right {
		padding-top: 24px;	
	}
	
	#Subheader .title {
		font-size: 38px !important;
	}

	.button.fixed-width {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 250px;
		width: 100%;
	}
	
	#signup .section_wrapper {
		padding-left: 0;	
	}
	
	.newsletter-types .newsletter-check {
		display: block;
		clear: both;
		padding-top: 4px;
	}
	
	.mc4wp-form-fields input[type="email"] {
		max-width: 220px;
	}
	
	#Footer .container	{
	    max-width: 1200px;
	}
}

/* desktop header only */
@media screen and (min-width:960px) {
	#Top_bar .menu > li.hidden {
		display: none;
	}
	
	.menu-line-below #Top_bar.is-sticky .menu > li > a:after {
    	bottom: -8px !important;
    }
    
    #Top_bar .top_bar_left {
	    width: 100% !important;
    }
}

/* mobile header */
@media screen and (max-width:959px) {
	#Action_bar,
	nav#social-menu {
		display: none;
	}
	
	#Top_bar {
		margin-top: 20px;
		padding: 10px 0;
	}
	
	#Top_bar a.responsive-menu-toggle {
    	right: 0;
		top: 12px !important;
	}
	
	#Top_bar .search_wrapper {
		position: absolute; 
		top: 56px;
		bottom: auto;
	}
	
	#Subheader {
		margin-bottom: 0;
	}
	
	#Subheader .title {
		font-size: 33px !important;
	}
	
	ul.breadcrumbs.faux {
		display: none;
	}
	
	.home-banner h1 {
		max-width: 65%;
	}
	
	.home-banner h6 {
		max-width: 50%;
	}
	
	.home-banner .two-third.column {
	    width: 98%;
    }
    
    .home-featured-right {
		width: 100% !important;
		padding: 0;
		float: none;
	}
	
	.home-featured-left {
		display: none;
	}
	
	.hipprojects-template-default #Subheader,
	.single-post #Subheader {
		min-height: inherit;
	}
	
	.hipprojects-template-default #Subheader .container,
	.single-post #Subheader .container {
		position: relative;
		bottom: auto;
	    padding: 20px 0;
	}
	
	.hipprojects-template-default #Subheader .title,
	.single-post #Subheader .title {
		overflow: visible;
		max-height: none;
	}
	
	.hipprojects-template-default .sections_group,
	.hipprojects-template-default .sidebar.columns {
	    margin: 0;
	    width: 100%!important;
	    clear: both;
	}
	
	.hipprojects-template-default .section_wrapper {
		max-width: none;
	}
	
	.hipprojects-template-default .widget-area {
		min-height: 0!important;
	    margin: 30px auto!important;
	    box-sizing: content-box;
	}
	
	.issue-boxes .intro-box {
		float: none;
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		min-height: inherit;
	}
	
	.issue-boxes .intro-box .issue-title {
		height: auto;
		max-width: none;
	}
	
	.style-simple #Filters .filters_wrapper ul li a {
		font-size: 16px;
	}
	
	.blog_wrapper .post-item h2.entry-title {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	
	.people-boxes .one-third:nth-child(3n+1) {
		clear: none;
	}
	
	.people-boxes .one-third:nth-child(odd) {
		clear: both;
	}
	
	.people-boxes .one-third {
		width: 48% !important;
		margin: 0 1% 20px 1% !important;
		clear: none;
	}
	
	.mc4wp-form-fields input[type="email"] {
		clear: both;
	    float: none;
	    max-width: 352px;
	}
	
	.news-signup img {
		max-width: 90px;
	}
	
	.sidebar-menu {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.aside_left .sections_group, 
	.aside_left .four.columns {
		margin: 0 0 24px 0 !important;
		width: 100% !important;
		clear: both;
	}
	
	.sidebar .widget-area {
		min-height: inherit !important;
	}
	
	.home .key-initiative,
	.hover-custom.one-second {
		height: auto;
		float: none;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width:768px) {
	.home-blog .post-desc {
	    padding: 42px 20px 20px 20px !important;
	    min-height: 330px;
	}
	
	.home-blog .blog_wrapper .post-item h2.entry-title {
	    height: 80px;
	    margin-top: -6px;
	    clear: both;
	    padding-bottom: 0;
	    overflow: hidden;
	}
	
	.search-results .post-meta .category {
		position: absolute;
		right: 24px;
	}
}

@media screen and (max-width:767px) {
	
	#Top_bar .container {
		max-width: 96%;
		margin: 0 2%;
	}
	
	#Top_bar a.responsive-menu-toggle {
    	top: 4px !important;
	}
	
	#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
		height: 43px !important;
		line-height: 1 !important;
	}
	
	#Top_bar .search_wrapper {
		top: 39px;
	}
	
	.minimalist-header-no #Subheader {
		padding: 140px 0 20px 0 !important;
	}
	
	#Subheader .title {
		font-size: 26px !important;
	}
	
	blockquote, .section_wrapper blockquote p {
		font-size: 20px !important;
	}
	
	h6 {
		font-size: 18px !important;
	}
	
	.big, p.big, ul.big-bullet-all li, #Content ol, #Content ol li {
		font-size: 16px !important;
	}
	
	.home-banner:after {
		background-image: url(images/home-banner-shadow.png); 
		background-repeat: repeat-x;
	    background-size: auto;
	}
	
	.home-banner h1,
	.home-banner h6 {
		max-width: none;
	}
	
	.home-intro .one.mcb-wrap .one.column h2 {
		margin-bottom: 0;
	}
	
	.home-intro .one-fifth.mcb-wrap .column_column {
		margin-bottom: 0;
	}
	
	.home-key-initiatives .one-third {
		margin-bottom: 65px;
	}
	
	.home hr.short {
		margin: 15px 0;
	}
	
	.home-news .image_frame {
		display: none !important;
	}
	
	.home-blog .post-desc {
		    padding: 15px 0 0 0 !important;
	}
	
	.hipprojects-template-default #Subheader .one.column,
	.single-post #Subheader .one.column {
		height: auto;
	}
	
	.faux-sidebar-top {
		display: none;
	}

	.faux-sidebar-bottom {
		display: block;
	}
		
	.box-actions {
		padding: 30px;
	}
	
	.toolbar .filter-section {
		text-align: left;
	}
	
	.aside_left .sections_group, 
	.aside_left .four.columns {
		padding: 0;
	}
	
	.page-template-page-hipprojects .select-box-issue,
	.page-template-page-hipprojects .select-box-or,
	.page-template-page-hipprojects .select-box-year {
		display: block;
		width: 100%;
		padding: 0;	
	}
	
	.page-template-page-hipprojects .select-box-or h6 {
		padding-left: 16px;
	}
	
	.intro-box-img img {
		width: 180px !important;	
	}
	
	.issue-boxes .intro-box .issue-icon {
		margin-right: 20px;
	}
	
	.issue-boxes .intro-box .issue-title {
		width: calc(100% - 110px);
	}
	
	.pager .pages {
		display: none;
	}
	
	.blog_wrapper .post-item .post-photo-wrapper {
		display: inline-block;
	}
	
	.blog_wrapper .post-item .post-desc-wrapper, 
	.blog_wrapper .post-item.has-post-thumbnail .post-desc-wrapper {
		width: auto;
		display: inline-block;
		padding: 0 24px 32px 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.hipprojects-template-default .overview {
		width: auto;	
	}
	
	.search-results .post-item h2 {
		width: calc(100%);
	}
	
	.search-results .post-item .post-desc-wrapper {
		padding: 0;
	}

	#Footer {
		padding-top: 10px;
	}
	
	#Footer .footer-social {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#Footer .footer-social a {
		display: inline-block;
		padding: 5px 10px;
	}
	
	#Footer .footer-info {
		width: 100%;
		float: none;
	}
		
	#Footer .one-fourth.column {
		text-align: center !important;
		min-height: inherit;
		padding: 0;
		border: none;
		font-size: 14px !important;
	}
	
	#Footer .widgets_wrapper .widget {
		padding: 5px 0;
	}
	
	#Footer .one-fourth.column .textwidget p:last-child {
		margin-bottom: 0;	
	}
	
	#Footer .one-fourth.column:nth-child(4) aside {
		max-width: 285px;
		text-align: left !important;
		margin: 0 auto 10px auto !important;
		display: table;
	}
	
	#Footer .address-icon, #Footer .email-icon, #Footer .phone-icon {
    	padding: 15px 0 0 0;
    	text-align: center;
	}
	
	#Footer div:before {
    	display: none !important;
	}
}

@media screen and (max-width:650px) {
	.people-boxes .one-third {
		width: 100% !important;
		margin: 0 auto 20px auto !important;
		float: none;
	}
	
	.people-email, .people-phone {
		height: auto;
	    word-break: break-word;
	    padding-bottom: 10px;
	}
	
	.people-txt .people-title {
		min-height: inherit;
	}
}

@media screen and (max-width:540px) {
	.post-meta .category {
		display: none !important;
	}
	
	.blog_wrapper .post-item h2.entry-title {
		width: 100%;
	}
}

@media screen and (max-width:479px) {
	.minimalist-header-no #Subheader {
		padding: 80px 0 20px 0 !important;
	}
	
	h4, h5 {
		font-size: 18px !important;
	}
	
	h3, #Content ul, #Content ol,
	.sp-icon-text a {
		font-size: 16px !important;
	}
	
	.home-banner h1 {
		font-size: 26px;
	}
	
	.section_wrapper ul li {
		padding: 0 0 5px 18px;
	}
	
	.section_wrapper ul li:before {
		left: 3px !important;
	}
	
	ul.checklist li,
	.box-actions ul li,
	.checkbox ul li {
		    padding: 0 0 5px 28px;
	}

	ul.checklist li:before ,
	.box-actions ul li:before,
	.checkbox ul li:before  {
		left: 0 !important;
	}
	
	#Content ol li {
	    margin: 0;
	    padding: 0 0 1px 10px;
	}
	
	.box-highlight {
		padding-left: 0;
		padding-right: 0;
	}
	
	.section_wrapper .box-highlight ul {
		margin-left: 0;
	}
	
	.toolbar {
		padding-left: 0;
		padding-right: 0;
	}
	
	.indent {
		padding-left: 10px;
	}
	
	.mc4wp-form-fields input[type="email"] {
		float: none;
		width: 100%;
	}
	
	.mc4wp-form-fields input[type="submit"] {
		float: none;
	}
	
	.intro-box-img {
		padding-right: 23px;
	}
	
	.intro-box-img img {
		display: none;	
	}
	
	.intro-box-img .intro-txt {
		padding-right: 0;
	}
	
	.issue-boxes .intro-box {
		padding: 24px;
	}
	
	.issue-boxes .intro-box .issue-icon {
		width: 50px;
		margin-top: 10px;
	}
	
	.issue-boxes .intro-box .issue-title {
	    width: calc(100% - 70px);
	}
	
	.key-HIoP .hover_color .hover_color_wrapper,
	.key-HEA .hover_color .hover_color_wrapper,
	.key-HEG .hover_color .hover_color_wrapper,
	.key-PHA .hover_color .hover_color_wrapper {
		background-image: none !important;
	}
	
	.key-HIoP .hover_color .hover_color_wrapper h5, 
	.key-HEA .hover_color .hover_color_wrapper h5, 
	.key-HEG .hover_color .hover_color_wrapper h5, 
	.key-PHA .hover_color .hover_color_wrapper h5 {
		max-width: 100%;
	}
}

@media screen and (max-width:380px) {
	#Top_bar a.responsive-menu-toggle:before {
		display: none;
	}
}


/* printer friendly */
@media print {
	html, body {
        height: auto !important;
        overflow: hidden !important;  
    }
    
	#Header, 
	.ssba,
	.breadcrumbs, ul.breadcrumbs.faux, 
	.section_wrapper .button, input[type="submit"], input[type="button"], .button-sidebar a,
	#Footer,
	#Side_slide,
	#body_overlay,
	#back_to_top,
	hr.short,
	.faux-sidebar-top,
	img,
	.sidebar {
		display: none !important;
	}
	
	#Subheader,
	#Content,
	.intro-box {
		padding: 0 !important;
	}
	
	#Content *,
	#Subheader .title {
		background: none !important;
		opacity: 1 !important;
		color: #000 !important;
		text-align: left !important;
	}
	
	.faux-sidebar-bottom {
		display: block !important;
	}
	
	.did-you-know {
	    margin: 30px 0;
	    padding: 38px 0;
	    border-top: 1px solid #000;
	    border-bottom: 1px solid #000;
	}
	
	.faux-sidebar .widget-area .widget-box {
		padding: 0;
	}
	
	.with_aside .sections_group {
		width: 100% !important;
	}
	
	.box-actions {
		margin: 0;
		padding: 0;
	}
	
}
