/* Summit Partner Update */
.sponsors-and-exhibitors .sm-table-title {
	margin:51px 0 !important;
}
/* Membership Signup Form Updates */
.page-id-21287 .wForm form .label,
.page-id-21287 .wForm form label {
	white-space: normal !important;
}
.page-id-21287 .wForm form .oneChoice label, 
.page-id-21287 .wForm form .oneChoice .label {
	font-weight: normal !important;
	line-height: 1.5em;
}

.page-id-21287 .wForm h1, 
.page-id-21287 .wForm h2, 
.page-id-21287 .wForm h3:not(.wFormTitle), 
.page-id-21287 .wForm h4, 
.page-id-21287 .wForm h5, 
.page-id-21287 .wForm h6 {
	line-height: 1.5em !important;
	font-weight: normal !important;
}

.page-id-21287 .wForm .saveAndResume .postField {
vertical-align: top !important;
    position: relative !important;
    top: 3px !important;
}

.page-id-21287 .wForm .saveAndResume .oneField {
	display:flex !important;
	align-items: center !important;
}

.page-id-21287 .wForm .saveAndResume .oneField a {
	position: relative;
	top:-3px;
	margin-right:15px;
}

.page-id-21287 .wForm .saveAndResume {
	font-size:0;
	color:transparent;
}

.page-id-21287 .wForm .saveAndResume .oneField span,
.page-id-21287 .wForm .saveAndResume .oneField label {
	color:#000;
}

.page-id-21287 .wForm .saveAndResume .oneField span {
	margin-right:15px;
}

.page-id-21287 .saveAndResume .oneField a,
.page-id-21287 .saveAndResume .oneField span,
.page-id-21287 .saveAndResume .oneField label {
	font-size:14px;
}

.page-id-21287 .wForm .saveAndResume .oneField a {
	color:#0099BC;
}

.page-id-21287 .scheme-yellow.page-content .wForm  ul li {
	background-image:none !important;
	padding-left:0 !important;
}

.nord-hero-slider img {
	max-width:960px;
	width:100%;
	height:auto;
}

ul.pagination {
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
}

ul.pagination > li {
	display: inline-block;
    float: none;
}

ul.pagination > li a,
ul.pagination > li span {
	    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    border: none;
    margin-top: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0099BC;
}

.sec-img-caption .learn-more {
	margin: 5px 0 5px 0;
    color: #0099bc;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    float:none;
    display:inline-block;
}

#saveAndResumeFieldset input {
	height:32px !important;
	font-size:16px !important;
	color:#000 !important;
}

input#tfa_resumeLater {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

/* DONATION FORM */

.kimbiaDiv input[type="text"],
.kimbiaDiv select {
	width:100% !important;
	height:40px !important;
	padding:0 15px !important;
	border-radius: 7px !important;
	border:1px solid #999 !important;
	font-size:16px !important;
}

@media screen and (max-width:991px) {

}

.kimbiaDiv textarea {
	width:100% !important;
	padding:15px 15px !important;
	border-radius: 7px !important;
	border:1px solid #999!important;
	font-size:16px !important;
}

div.kimbiaDiv button.k_button.forward {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height:40px !important;
	width:auto !important;
	background-color:#FC4C02 !important;
	font-size:18px !important;
	outline:none !important;
	border:1px solid #FC4C02 !important;
	color:#fff !important;
	border-radius: 20px !important;
	letter-spacing:1.5px;
	padding:0 30px !important;
}

.kimbiaDiv label {
	font-size:16px !important;
}

#kimbiaView_1_DonationLevel {
	display:flex !important;
	align-items: center !important;
	flex-wrap: wrap;
	justify-content: space-between;
}
#kimbiaView_1_DonationLevel input.k_radioCB {
	visibility: hidden !important;
	position: absolute !important;
}

/*#kimbiaView_1_DonationLevel input#payPlan_DonationLevel_ongoing {
	visibility: visible !important;
	position: relative !important;
}*/

#kimbiaView_1_DonationLevel label.k_radioCB {
	display:inline-flex !important;
	height:50px;
	width:calc(100% / 7 - 10px);
	padding:0 30px;
	border-radius: 7px;
	margin:5px 5px;
	align-items: center !important;
	justify-content: center !important;
	margin:0 !important;
	border:1px solid #666;
	cursor:pointer !important;
	transition: ease all .25s;
	color:#00558C;
	font-size:16px;
	font-weight: bold !important;
	letter-spacing: 1.5px;
	background-color:#fff;
}

@media screen and (max-width:991px) {
	#kimbiaView_1_DonationLevel { 
		justify-content: flex-start;
	}
	#kimbiaView_1_DonationLevel label.k_radioCB {
		width:calc(100% / 2 - 10px) !important;
		padding:0 15px;
		margin:2px 5px !important;
	}
}

#kimbiaView_1_DonationLevel label.k_radioCB:hover,
#kimbiaView_1_DonationLevel input[type="radio"]:checked+label  {
	background-color:#FC4C02;
	color:#fff;
}

#kimbiaView_1_DonationLevel label.k_radioCB:first-of-type {
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
}

#kimbiaView_1_DonationLevel label.k_radioCB:nth-of-type(7) {
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}

/*#kimbiaView_1_DonationLevel label.k_ongoing {
	display:block !important;
	height:auto !important;
	width:100% !important;
	padding:10px 0 !important;
	border:none !important;
}*/

#kimbiaView_1_DonationLevel label.k_ongoing:hover {
	background-color:transparent !important;
	color:#00558C !important;
}

/*div.kimbiaDiv div.k_rbGroup input.k_money.k_otherMoney {
	visibility: hidden !important;
	position: absolute !important;
}*/

input.k_otherMoney {
	margin-top:15px !important;
	margin-left: 0 !important;
	width:50% !important;
	max-width:none !important;
}

label.k_paymentPlanTitle {
	display:block !important;
	width:100% !important;
}

label.k_oneTime {
	display: inline-block !important;
	width:50% !important;
	padding-right:15px !important;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

label.k_ongoing {
	position: relative;
	display:inline-block !important;
	width:50% !important;
	text-transform: capitalize !important;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

label.k_ongoing span.k_paymentPlanHint {
	position: absolute;
    bottom: -25px !important;
    color: black;
    font-size: 12px;
    text-transform: none !important;
} 

label.k_ongoing select {
	width:200px !important;
	margin-right: 15px;
	color:#00558C !important;

}

/*.k_paymentPlanTitle,
.k_oneTime {
	visibility: hidden !important;
	position: absolute !important;
}*/

.k_sectionProfile {
	display:flex !important;
	flex-wrap:wrap;
}
@media screen and (max-width:991px) {
	.k_sectionProfile {
		display:block !important;
	}
}

.groupLabel {
	width:100% !important;
}

.k_sectionProfile .k_questionBlock {
	display:inline-block !important;
}

.k_sectionProfile .k_questionBlock:first-of-type {
	width:20% !important;
	padding-right:0;
}

@media screen and (max-width:991px) {
	.k_sectionProfile .k_questionBlock:first-of-type  {
		width:100% !important;
	}
}

.k_sectionProfile select,
.k_sectionProfile input {
	width:100% !important;
	max-width: none !important;
}

.k_sectionProfile .k_questionBlock:nth-of-type(2),
.k_sectionProfile .k_questionBlock:nth-of-type(3) {
	width:40%;
	padding-left:15px;
}

@media screen and (max-width:991px) {
	.k_sectionProfile .k_questionBlock:nth-of-type(2),
	.k_sectionProfile .k_questionBlock:nth-of-type(3)   {
		width:100% !important;
		padding:0 !important;
	}
}

.k_sectionProfile .k_questionBlock:nth-of-type(4) {
	width:100% !important;
}

.k_sectionProfile .k_addressBlock {
	display:flex !important;
	flex-wrap:wrap;
}

@media screen and (max-width:991px) {
	.k_sectionProfile .k_addressBlock   {
		display:block !important;
	}
}

.k_sectionProfile .k_addressBlock .inputGroup:first-of-type {
	width:20% !important;
	padding-right:15px;
}

@media screen and (max-width:991px) {
	.k_sectionProfile .k_addressBlock .inputGroup:first-of-type {
		width:100% !important;
		padding-right:0;
	}
}


.k_sectionProfile .k_addressBlock .inputGroup:nth-of-type(2),
.k_sectionProfile .k_addressBlock .inputGroup:nth-of-type(3) {
	width:100%;
}

.k_sectionProfile .k_addressBlock .inputGroup:nth-of-type(4),
.k_sectionProfile .k_addressBlock .inputGroup:nth-of-type(5),
.k_sectionProfile .k_addressBlock .inputGroup:nth-of-type(6) {
	width:calc(20%);
	padding-right:15px !important;
}

@media screen and (max-width:991px) {
	.k_sectionProfile .k_addressBlock .inputGroup:nth-of-type(4),
	.k_sectionProfile .k_addressBlock .inputGroup:nth-of-type(5),
	.k_sectionProfile .k_addressBlock .inputGroup:nth-of-type(6) {
		width:100% !important;
		padding-right:0 !important;
	}
}

.k_sectionQuestion .k_addressBlock[style="display: block;"] {
	display:flex !important;
	flex-wrap:wrap;
}

@media screen and (max-width:991px) {
	.k_sectionQuestion .k_addressBlock[style="display: block;"] {
		display:block !important;
	}
}

.k_sectionQuestion .k_questionBlock:nth-of-type(2),
.k_sectionQuestion .k_questionBlock:nth-of-type(3),
.k_sectionQuestion .k_questionBlock:nth-of-type(6),
.k_sectionQuestion .k_questionBlock:nth-of-type(7) {
	width:50% !important;
	display: inline-block !important;
}

@media screen and (max-width:991px) {
	.k_sectionQuestion .k_questionBlock:nth-of-type(2),
	.k_sectionQuestion .k_questionBlock:nth-of-type(3),
	.k_sectionQuestion .k_questionBlock:nth-of-type(6),
	.k_sectionQuestion .k_questionBlock:nth-of-type(7) {
		width:100% !important;
		display: block !important;
	}
}


.k_sectionQuestion .k_questionBlock:nth-of-type(6),
.k_sectionQuestion .k_questionBlock:nth-of-type(2) {
	padding-right:15px !important;
}

@media screen and (max-width:991px) {
	.k_sectionQuestion .k_questionBlock:nth-of-type(6),
	.k_sectionQuestion .k_questionBlock:nth-of-type(2) {
		padding-right:0 !important;
	}
}

.k_sectionQuestion .k_addressBlock .inputGroup:nth-of-type(2),
.k_sectionQuestion .k_addressBlock .inputGroup:nth-of-type(3) {
	width:100%;
}

.k_sectionQuestion .k_addressBlock .inputGroup:nth-of-type(4),
.k_sectionQuestion .k_addressBlock .inputGroup:nth-of-type(5),
.k_sectionQuestion .k_addressBlock .inputGroup:nth-of-type(6) {
	width:calc(20%);
	padding-right:15px !important;
}

@media screen and (max-width:991px) {
	.k_sectionQuestion .k_addressBlock .inputGroup:nth-of-type(4),
	.k_sectionQuestion .k_addressBlock .inputGroup:nth-of-type(5),
	.k_sectionQuestion .k_addressBlock .inputGroup:nth-of-type(6) {
		width:100%
		padding-right:0!important;
	}
}

.k_section {
	background-color:#f9f9f9;
	padding:15px 15px;
	margin-bottom:20px;
	border-radius: 7px;
}

label.groupLabel {
	font-size: 22px !important;
    margin-top: 0 !important;
    margin-bottom: -5px !important;
}

.k_sectionPayment[style="visibility: visible; display: block;"] {
	display:flex !important;
	flex-wrap: wrap;
}

@media screen and (max-width:991px) {
	.k_sectionPayment[style="visibility: visible; display: block;"] {
		display:block !important;
	}
}

.k_sectionPayment .k_questionBlock:first-of-type {
	width:100% !important;
}

.k_sectionPayment .k_questionBlock:nth-of-type(2),
.k_sectionPayment .k_questionBlock:nth-of-type(3),
.k_sectionPayment .k_questionBlock:nth-of-type(4) {
	width:20%;
	padding-right:15px;
}

@media screen and (max-width:991px) {
	.k_sectionPayment .k_questionBlock:nth-of-type(2),
	.k_sectionPayment .k_questionBlock:nth-of-type(3),
	.k_sectionPayment .k_questionBlock:nth-of-type(4) {
		width:100%;
		padding-right:0;
	}
}

/* --- COVID LANDING PAGE -- */
.covid-hero {
	margin-bottom:20px;
}

.covid-hero img {
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right: auto;
}
.covid-intro {
	margin-bottom:15px;
	background-color:#fff;
	padding-bottom:30px;
}
.covid-intro .inner {
	padding:15px 15px 0 0;
	background-color:#fff;
}

.covid-intro img {
	max-width:100%;
	height:auto;
}

.covid-grid-wrap {
	display:flex;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px;
}

.covid-resource-grid h2 {
	margin:15px 0 0 0;
	display:inline-block;
	font-size:24px;
}

@media screen and (max-width:991px) {
	.covid-grid-wrap {
		margin-left:-5px;
		margin-right:-5px;
	}
}
.covid-grid-wrap a {
	display:flex;
	width:calc(100% / 3 - 30px);
	margin:15px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	align-self:stretch;
	padding:20px 15px;
	background-color:#fff;
	border:1px solid #fff;
	color:#F04F23;
	transition:ease all .25s;
	text-decoration: none !important;
}

@media screen and (max-width:991px) {
	.covid-grid-wrap a {
			margin:15px 5px;
			width:calc(50% - 10px);
	}
}

@media screen and (max-width:768px) {
	.covid-grid-wrap a {
		padding:15px;
	}
}

.covid-grid-wrap a h3 {
	font-size:21px;
    margin: 0 0 5px 0;
    line-height: 1.25em;
}

.covid-grid-wrap a p {
	margin-bottom:0;
}

@media screen and (max-width:768px) {
	.covid-grid-wrap a h3 {
		font-size:16px;
	}
}

.covid-grid-wrap a h3, 
.covid-grid-wrap a p {
	color:#0594BD;
	transition:ease all .25s;
}

.covid-grid-wrap a:hover {
	background-color:#0594BD;
}

.covid-grid-wrap a:hover h3,
.covid-grid-wrap a:hover p {
	color:#fff;
}

.covid-cta {
	padding:30px 0;
	background-color:#F04F23;;
	margin-top: 50px;
    margin-bottom: -65px;
}


.cta-intro {
	margin-top:30px;
}
.covid-cta h2,
.covid-cta p,
.covid-cta a {
	color:#fff;
}

.cta-intro a {
	font-style: italic;
	text-decoration: underline;
}

.cta-buttons-wrap {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;	
	margin-top:0;
}

.cta-buttons-wrap a {
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	color:#FC4C02;
	font-size:16px;
	font-weight: bold;
	/*margin:0 10px 10px 10px;*/
	text-decoration: none !important;
	transition: ease all .25s;
	/*min-height: 40px;*/
	width:calc(100%);
	/*border:1px solid #fff;*/
}

@media screen and (max-width:768px) {
	.cta-buttons-wrap a {
		width:calc(100% / 3 - 20px);
	}	
}

@media screen and (max-width:650px) {
	.cta-buttons-wrap a {
		width:calc(100% - 20px);
	}	
}

/*.cta-buttons-wrap a:hover {
	background-color:#0594BD;
	color:#fff;
}*/

.resource-select-wrap {
	background-color:#0594BD;
	padding:15px;
	display:flex;
	align-items: center;
	margin-bottom:5px;
}
.resource-select-wrap h4 {
	margin:0 10px 0 0;
	padding:0;
	color:#fff;
}

.resource-select-wrap select {
	height:32px;
	min-width: 200px;
	background-color:#fff;
}

.cta-intro h2 {
	font-size:22px;
	background-image:url('images/3e-orange.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size:50px auto;
	padding-left:55px;
	min-height: 50px;
}

/*.cta-buttons-wrap, 
.cta-intro p {
	padding-left:50px;
}*/

@media screen and (max-width:991px) {
	.cta-buttons-wrap, 
	.cta-intro p {
		padding-left:0;
	}
}

.toggle-content .single-resource {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #dedede;
}

.toggle-content .single-resource p {
	margin-bottom:0;
}

.toggle-content .single-resource:last-of-type {
	border-bottom:none;
}

.toggle-content {
	display: none;
	padding:5px 15px 0 25px;
}

.toggle-content a {
	color:#FC4C02;
}

.resource-toggle {
	cursor: pointer;
	background: url(images/ac-closed.png) 0 1px no-repeat;
    padding: 0 0 1px 25px;
    word-wrap: normal;
    display: block;
    margin-bottom:0;
}

.resource-toggle.is-open {
	background: url(images/ac-open.png) 0 1px no-repeat;
}

.covid-resource-grid .col-md-6 {
	margin-bottom:5px;
}

.resource-excerpt a {
	/*color:#333;*/
}

.single-resource h4 {
	font-size:18px;
}

.flex-ad-wrap #rdr-sidebar-information-image {
	padding:0 !important;
}

.page-template-template-covid-19 {
	
}

.covid-ads {
	background-color:#f1f1f1;
	padding:15px 0 15px 0;
}

.covid-resources-wrapper {
	padding:30px 0 50px 0;
	background-color:#f1f1f1;
}

@media screen and (max-width:991px) {
	.flex-ad-wrap {
		display:flex;
		align-items: center;
		justify-content: space-around;
		margin-top:30px;
	}
}

.flex-ad-wrap div {
	width:100%;
	margin:0 0 15px 0;
}

.flex-ad-wrap img {
	max-width:100%;
	height:auto;
}

.covid-sponsors {
	padding:30px 0;
	margin-bottom:-65px;
}

.covid-sponsors p:last-of-type {
	margin-bottom:0;
}


/*.fcl-page-content h1 {
	margin-top:0;
}*/

.fcl-wysiwyg,
.fcl-responsive-iframe {
	margin-bottom:30px;
}

.fcl-page-content img {
	max-width:100%;
	height:auto;
}

.single-fcl-toggle-item {
	margin-bottom:15px;
}

.fcl-trigger-toggle {
	cursor: pointer;
    background: url(images/ac-closed.png) 0 1px no-repeat;
    background-position: left 5px;
    padding: 0 0 1px 25px;
    word-wrap: normal;
    display: block;
    margin-bottom: 0;
    line-height: 1.5em;
    margin-top:0;
}

.single-fcl-toggle-content {
	display:none;
	padding:10px 25px;
}

.fcl-4-col {
	display:flex;
	margin-left:-15px;
	margin-right:-15px;
	flex-wrap: wrap;
}

.fcl-4-col > div {
	width:calc(100% / 4  - 30px);
	margin:0 15px 15px 15px;
}

@media screen and (max-width:768px) {
	.fcl-4-col > div {
		width:calc(100% / 2  - 30px);
	}
}

.fcl-responsive-iframe {
	overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.fcl-responsive-iframe iframe {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.fcl-resources {
	position: relative;
	background-color:#fff;
	padding:15px;
}

.fcl-resources:after {
	content: "";
	background-color:#fff;;
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:-100vw;
	width:200vw;
	z-index: 1;
}

.fcl-resources .inner {
	position: relative;
	z-index: 2;
}

.fcl-page-content {
	padding:40px 0 !important;
}

.fcl-resources h2 {
	margin-top:10px;
	margin-bottom:30px;
}

.fcl-resource-item {
	display:flex;
	align-items: center;
	margin-bottom:15px;
	width:100%;
	border-bottom:1px solid #dedede;
	padding-bottom:15px;
}

.fcl-resource-item:last-of-type {
	border-bottom:0;
}

.fcl-col-item-thumb {
	max-width:240px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:0 !important;
}

.fcl-col-item-thumb img {
	max-width:100%;
	height:auto;
	max-height: 180px;
	width:auto;
}

.fcl-resource-item h5 {
	font-size:18px;
	margin-bottom:5px;
}

.fcl-resource-item p {
	margin-bottom:0;
}

.fcl-resource-item > div {
	margin-left:15px;
}

@media screen and (max-width:768px) {
	.fcl-resource-item h5 {
		font-size:16px;
	}
}

.fcl-image-group {
	margin-bottom:30px;
}

.fcl-image-group h2 {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #999;
}

.fcl-image-group-grid {
	display:flex;
	margin-left:-10px;
	margin-right:-10px;
}

.fcl-image-group-grid div {
	padding:15px;
	background-color:#fff;
	border:1px solid #999;
	margin:0 5px 15px 5px;
}

.fcl-page-content {
	max-width: 100vw;
	overflow-x: hidden;
}

.policy-statements-breadcrumbs {
	background:#fff;
	padding-top:20px;
}

.policy-statements-wrapper {
	background-color:#fff;
	padding-bottom:20px;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.policy-statements-wrapper h1 {
	color:#00558C;
}

.policy-statements-wrapper .section-headline {
	font-size:21px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
	color:#00558C;
}

.policy-statements-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left:-15px;
	margin-right:15px;
}

.policy-statements-grid > article {
	position: relative;
	width:100%;
	padding:0 15px 0 15px;
	margin-bottom:15px;
}

.policy-statements-grid > article > .inner {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:15px;
}

.policy-statements-grid > article a {
	font-weight:bold;
}

.policy-statements-grid > article .published-date {
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin-bottom:5px;
	padding:5px 5px 0 5px;
	background-color:#eee;
}

.policy-statements-grid > article > .inner {
	padding:0 5px 15px 5px;
}

.policy-statements-grid > article .published-date p {
	font-size:12px;
	margin-bottom:5px;
}

.policy-statements-grid > article .tagged-in p {
	font-size:12px;
	margin-bottom:10px;
	margin-top:-5px;
}

.policy-statements {
	transition:ease all .5s;
}

.policy-statements.ajax-loading {
	opacity:.75;
}

.policy-statements-widget select {
	width:90%;
	height:32px;
}

.policy-statements-widget {
	margin-bottom:15px;
}

.nord-store-link {
	background-color:#0092BC;
	position: relative;
}

.nord-store-link a {
	position: relative;
	color:#fff !important;
	z-index: 2;
}

.nord-store-link:before {
	content:"";
	position: absolute;
	height:120%;
	width:100%;
	background-color:#0092BC;
	z-index:1;
	top:-7.5px;
	left:0;
	height:32px;
}

.menu-secondary-header-menu-container ul {
	margin-right:0 !important;
}

.single-policy-term-group h2 {
	margin-top:0;
}

.single-policy-term-group h2 a {
	color:#000;
	font-size:21px;
	font-family: 'Merriweather', serif;
}

.single-policy-term-group h4 a {
	color:#000;
	font-size:16px;
}

.single-policy-term-group {
	padding:10px 0;
	border-bottom:1px solid #666;

}

.policy-statement-term-group-row {
	margin-bottom:15px;
}

h2.resource-toggle {
	background-position: right 12px;
	padding:0;
}

.policy-issues-category-wrap {
	padding:15px 0;
}

.child-statements-wrap {
	display: flex;
	flex-wrap: wrap;
	padding:15px;
	background-color:#fff;
}
.single-child-statement {
	width:100%;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}

.child-statements-wrap .single-child-statement:last-of-type {
	border-bottom:0;
	padding-bottom:0;
}
/*.single-child-statement:nth-child(2n + 1) {
	background-color:#fff;
} */

.policy-statement-term-group-row .toggle-content {
	padding:0;
	margin:10px 0;
}

.single-child-statement h4,
.single-child-statement p {
	margin-bottom:5px;
}

.policy-statements-wrapper > .container,
.policy-issues-category-wrap > .container {
	padding:0 25px;
}

.policy-issues-ad.inner {
	padding:15px 0 0 20px
}

@media screen and (max-width:768px) {
	.policy-issues-ad.inner {
		padding:15px 0 0 0;
	}
}

.honorees-grid {
	background-color:#fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.honorees-grid > div {
	width:calc(100% / 3);
	padding:15px;
	text-align: center;
}

.honorees-grid img {
	max-width:175px;
	height: auto;
	margin-bottom:15px;
}


.sm-sub-menu .list-inline li a {
	font-weight:bold;
}