/* Landing Page Content Type Styles */

.single-lp {
	
}

.single-lp .row {
	margin-left: -40px;
	margin-right: -40px;
}

.single-lp .row .columns {
	padding-left: 40px;
	padding-right: 40px;
}

.single-lp .row .columns .col-right {
	max-width: 510px;
}


/* Left Side Content */

.single-lp #content .gform_confirmation_wrapper {
	text-align: left;
}

.single-lp #content .gform_confirmation_wrapper h3 {
	line-height: 1.15;
}

.single-lp #content .gform_confirmation_wrapper h5 {
	font-size: 2em;
}


/* Right Side Content */

.single-lp .logos {
	margin: 0 0 10px;
}

.single-lp .logos .logo {
	display: inline-block;
	padding: 0;
	margin-bottom: 10px;
}

.single-lp .logos .logo:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
}

@media (min-width: 64em) {
	.single-lp .logos .logo:not(:last-child) {
		border-right: 1px solid rgba(0,44,119,.4);
	}
}

.single-lp .logos .logo img {
	max-height: 78px;
	width: auto;
}



.single-lp .text {
	margin: 0 0 32px;
}

.single-lp .text h5 {
	margin: 0 0 0.6em;
}

.single-lp .text p {
	
}

.single-lp .text p strong{
	font-weight: 500;
}

@media (min-width: 64em) {

	.single-lp .text h5 {
		font-size: 2em;
	}

	.single-lp .text p {
		font-size: 1.9em;
	}
}



.single-lp .image {
	margin: 0 0 12px;
}



.single-lp .note {
	margin: 0 0 20px;
}


.single-lp .note + .note {
	margin-top: -20px;
}

.single-lp .note small {
	font-size: 12px;
}




/* Landing Page Template Styles */

body.page-template-template-landing-page {
	padding-top: 133px;
}

@media (max-width: 67.999em) {
	body.page-template-template-landing-page {
		padding-top: 84px;
	}
}

@media (max-width: 44.999em) {
	body.page-template-template-landing-page {
		padding-top: 114px;
	}
}



body.page-template-template-landing-page .top-bar#header-section {
	padding: 0;
}

body.page-template-template-landing-page header.header,
body.page-template-template-landing-page.scrolled-down header.header {
	border-bottom: 12px solid #ffcf07;
	outline: 7px solid #fff;
	background-color: #fff;
	height: auto;
}

@media (max-width: 67.999em) {
	body.page-template-template-landing-page header.header,
	body.page-template-template-landing-page.scrolled-down header.header {
		border-bottom: 8px solid #ffcf07;
		outline: 5px solid #fff;
	}
}

@media (max-width: 44.999em) {
	.top-bar .top-bar-left {
		min-width: 100%;
		text-align: center;
	}
}



body.page-template-template-landing-page.scrolled-down header.header {
	border-bottom: 6px solid #ffcf07;
	outline: 4px solid #fff;
}

body.page-template-template-landing-page div.site-logo {
	margin-bottom: 5px;
}

body.page-template-template-landing-page div.site-logo a {
	height: 69px;
	width: 376px;
	margin: 25px 0 0;
	text-align: left;
	max-width: 100%;
}

@media (max-width: 67.999em) {
	body.page-template-template-landing-page div.site-logo a {
		height: 45px;
		width: 250px;
		margin: 15px 0 0;
	}
}

@media (max-width: 44.999em) {
	body.page-template-template-landing-page div.site-logo a {
		margin: 10px auto 0;
	}
}

body.page-template-template-landing-page.scrolled-down div.site-logo a {
	height: 49px;
	width: 286px;
	margin: 4px auto 0;
}
@media (max-width: 67.999em) {
}

@media (max-width: 44.999em) {
	body.page-template-template-landing-page.scrolled-down div.site-logo a {
		height: 45px;
		width: 250px;
	}
}





body.page-template-template-landing-page .top-bar-right {
	margin-top: 21px;
}

@media (max-width: 67.999em) {
	body.page-template-template-landing-page .top-bar-right {
		margin-top: 11px;
	}
}

@media (max-width: 44.999em) {
	body.page-template-template-landing-page .top-bar-right {
		margin-top: 6px;
		min-width: 100%;
		text-align: center;
	}
	
	body.page-template-template-landing-page #sidebar-header {
		display: none;
	}
}



body.page-template-template-landing-page.scrolled-down .top-bar-right {
	margin-top: 10px;
}

body.page-template-template-landing-page #header-section h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	color: #002c77;
	margin-top: 0.4em;
}

body.page-template-template-landing-page #header-section h3 a {
	text-decoration: underline;
}

@media (max-width: 67.999em) {
	body.page-template-template-landing-page #header-section h3 {
		font-size: 19px;
		margin-top: 0.2em;
	}
}

@media (max-width: 44.999em) {
	body.page-template-template-landing-page.scrolled-down .top-bar-right {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	body.page-template-template-landing-page #header-section h3 {
		font-size: 13px;
		max-width: 210px;
		margin: 0 auto;
	}
}



body.page-template-template-landing-page.scrolled-down #header-section h3 {
	font-size: 17px;
	margin: 0;
}

body.page-template-template-landing-page #header-section .container {
	padding-right: 90px;
	padding-left: 50px;
	text-align: right;
	padding-bottom: 20px;
}

@media (max-width: 67.999em) {
	body.page-template-template-landing-page #header-section .container {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 5px;
	}
}

@media (max-width: 44.999em) {
	body.page-template-template-landing-page.scrolled-down #header-section h3 {
		font-size: 13px;
		margin: 0 auto;
	}
}

body.page-template-template-landing-page.scrolled-down #header-section .container {
	padding-bottom: 0px;
}



body.page-template-template-landing-page #header-section .widget_search {
	display: none !important;
}

body.page-template-template-landing-page #content > .container {
	background-color: #fff;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

body.page-template-template-landing-page footer#colophon {
	background-color: #fff;
	padding: 50px 0 65px;
	text-align: center;
}

body.page-template-template-landing-page footer#colophon div.site-logo {
	
}

body.page-template-template-landing-page footer#colophon div.site-logo a {
	width: 490px;
	height: 90px;
	display: block;
	margin: 0 auto 3.5em;
	max-width: 100%;
}

@media (max-width: 63.999em) {
	body.page-template-template-landing-page footer#colophon div.site-logo a {
		width: 315px;
		height: 67px;
		margin: 0 auto 2.5em;
	}
}

@media (max-width: 39.999em) {
	body.page-template-template-landing-page footer#colophon div.site-logo a {
		width: 240px;
		height: 44px;
		margin: 0 auto 1.5em;
	}
}



body.page-template-template-landing-page #footer-widget-4 {
	margin-bottom: 16px;
}

body.page-template-template-landing-page #footer-widget-4 ul li {
	font-size: 12px;
}

body.page-template-template-landing-page #copyright-section p {
	font-size: 11px;
	line-height: 2.5;
	font-weight: 400;
}

body.page-template-template-landing-page .gform_wrapper {
	margin: 0 0 10px;
}

body.page-template-template-landing-page .gform_wrapper ul.gform_fields li.gfield > label {
	display: none;
	display: block;
}

body.page-template-template-landing-page .gform_wrapper ul.gform_fields li.gfield.dynamic-text h5:empty,
body.page-template-template-landing-page .gform_wrapper ul.gform_fields li.gfield.dynamic-text h3:empty {
	display: none;
}

body.page-template-template-landing-page .gform_wrapper .top_label li ul.gfield_checkbox, 
body.page-template-template-landing-page .gform_wrapper .top_label li ul.gfield_radio {
	margin: 0;
}

body.page-template-template-landing-page button#responsive-menu-button {
	display: none !important;
}


/* Featherlight */

.featherlight .featherlight-content {
	padding: 50px 60px 50px;
	border-top: 8px solid #ffcf00;
	border-bottom: none;
	overflow: visible;
}
.featherlight .gform_wrapper {
	margin-bottom: 0;
}
.featherlight .featherlight-close-icon {
	line-height: 1;
	width: auto;
	color: #004b8d;
	padding: 8px 6px;
}
.featherlight .featherlight-close-icon .dashicons,
.featherlight .featherlight-close-icon .dashicons-before:before {
	width: 36px;
	height: 36px;
	font-size: 36px;
}
.featherlight .lightbox p.last {
	margin-bottom: 0;
}
.featherlight .close_icon {
	display: block;
	width: 24px;
	height: 24px;
	margin: 7px 8px 0 0;
}

.featherlight .btn_wrap {
	display: inline-block;
	border-radius: 60px;
	padding: 6px;
	background: transparent;
	box-shadow: inset 0 0 0 2px #ffcf00;
	transition: box-shadow ease-in 0.2s;
	line-height: 1;
	margin-left: -6px;
	margin-right: -6px;
}

.featherlight button.btn {
	display: inline-block;
	padding: 12px 25px;
	color: #004b8d;
	background: #ffcf00;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	border-radius: 60px;
	cursor: pointer !important;
	outline: none !important;
	font-size: 18px;
	text-transform: none;
}

.featherlight h2 {
	font-family: 'Slabo 27px', serif;
	font-weight: 400;
	font-size: 34px;
	font-size: 3.4rem;
	color: #004b8d;
	letter-spacing: -0.01em;
}

.featherlight form {
}

.featherlight form > * {
}

@media (min-width: 40em) {
	.featherlight .one-half {
		width: 49%;
		float: left;
		margin-left: 2%;
	}

	.featherlight .one-half.first {
		clear: both;
		margin-left: 0;
	}
}