/*
	Theme Name: Board of Certification for The Athletic Trainer
	Description: Board of Certification for The Athletic Trainer
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Chip Thompson Design
	Author URI: http://chipthompson.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 44px;
	font-weight: 300;
	line-height: 1em;
	margin: 0 0 30px 0;
}

.capitalize {
	text-transform: capitalize;
}

h1 strong {
	font-weight: 800;
	padding: 0 5px;
	line-height: 1em;
	background: #ccc5aa;
	border-radius: 8px;
}

h2 {
	font-size: 34px;
	font-weight: 800;
	margin: 0 0 18px 0;
}

h3 {
	font-size: 28px;
	font-weight: 800;
	line-height: 1em;
	color: #53b5f6;
	margin: 0 0 7px 0;
}

h4 {
	font-size: 24px;
	font-weight: 800;
	color: #53b5f6;
	margin: 0 0 2px 0;
}

h5 {
	font-size: 18px;
	font-weight: 800;
	color: #1f252b;
	margin: 0 0 15px 0;
}

.small {
	font-size: 15px;
}

h5 em {
	font-style: normal;
	font-weight: 400;
}

h6, .search-submit button {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.15em;
	margin: 40px 0 20px 0;
	text-align: center;
}

.buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -10px -15px 0 -15px;
}

.buttons h6 {
	margin-left: 15px;
	margin-right: 15px;
}

h6.small {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 14px;
}

p + h6 {
	margin-top: 0;
}

.search-submit button {
	font: 600 16px Questrial;
	border: none;
	margin: 0;
	transition: all 250ms ease-in-out;
}

h6 a:link, h6 a:visited, .search-submit button {
	display: inline-block;
	background: #1f252b;
	color: #fff !important;
	padding: 13px 29px;
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
	position: relative;
}

h6.small a:link, h6.small a:visited {
	padding: 9px 20px;
}

.gform_button, .gpnf-add-entry {
	font: 600 16px Questrial !important;
	line-height: 1.15em !important;
	margin: 40px 0 20px 0 !important;
	background: #1f252b !important;
	color: #fff !important;
	padding: 13px 29px !important;
	border-radius: 8px !important;
	text-decoration: none !important;
	text-align: center !important;
	border: none !important;
	transition: all 250ms ease-in-out !important;
}

.gpnf-add-entry {
	margin: 0 !important;
}

h6.blue a:link, h6.blue a:visited {
	background-color: #518dc2;
}

h6.pink a:link, h6.pink a:visited,
.pink h6 a:link, .pink h6 a:visited {
	background-color: #ef8d78;
}

h6 a:hover, .search-submit button:hover, .gform_button:hover, .gpnf-add-entry:hover {
	background-color: #ef8d78 !important;
}

h6.pink a:hover,
.pink h6 a:hover,
.header-buttons h6 a:hover {
	background-color: #518dc2 !important;
}

/* Links */

a:link, a:visited, a:active {
	color: #518dc2;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #ef8d78;
}

/* Paragraphs */

p, .faq-item {
	margin: 0 0 23px 0;
	line-height: 1.35em;
}

p.large {
	font-size: 18px;
	margin-bottom: 10px;
}

p.small-margin {
	margin-bottom: 12px;
}

strong {
	font-weight: 600;
}

.large strong {
	font-weight: 800;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 25px 25px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 25px 25px;
}

.aligncenter {
	display: block;
	margin: 0 auto 25px auto;
}

p>.aligncenter:last-child {
	margin-bottom: 0;
}

/* Lists */

ul {
	margin: 0 0 30px 20px;
}

ul li {
	list-style: disc;
	margin: 0 0 3px 0;
	line-height: 1.1em;
}

ol {
	margin: 0 0 20px 20px;
}

ol li {
	list-style: decimal;
	margin: 0;
	line-height: 1.35em;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */

body {
	font: 16px Questrial, Arial, Helvetica, sans-serif;
	color: #1f252b;
}

table {
	width: 100%;
	margin: 30px 0 12px 0;
}

td {
	vertical-align: top;
	line-height: 1.45em;
}

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

.scroller-inner {
	display: flex;
	flex-flow: column nowrap;
	min-height: 100vh;
}

.page-content {
	flex: 1 0 auto;
}

.frame {
	width: calc(100% - 40px);
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
}

.narrow-frame {
	max-width: 1065px;
}

.extra-narrow-frame {
	max-width: 940px;
}

.content {
	padding: 46px 0;
	position: relative;
}

.graphic-background {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.background-image {
	display: none;
}

.white-text, .white-text *, .white-text a:link, .white-text a:visited {
	color: #FFF;
}

.header {
	padding: 0 0 28px 0;
}

.home .header {
	padding-bottom: 8px;
}

.header .frame {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.logo {
	margin: 17px 0 0 4.7%;
	display: flex;
}

.header-content {
	display: flex;
	align-items: flex-start;
	margin: 0 20px 0 0;
}

.search-button {
	padding: 11px;
}

.header-buttons {
	margin: 0 0 0 3px;
}

.header-buttons ul {
	display: flex;
	margin: 0;
}

.header-buttons ul li {
	margin: 0 0 0 13px;
	list-style: none;
}

.header-buttons h6 {
	margin: 0;
}

.header-buttons h6 a {
	display: block;
	border-radius: 0 0 7px 7px;
	padding: 16px 26px;
	text-align: center;
	min-width: 96px;
}

.help-area {
	margin: 0 0 30px 0;
}

.home .help-area {
	height: 47px;
	overflow: visible;
	margin-bottom: 0;
}

.help-area .frame {
	display: flex;
	justify-content: center;
}

.help-button {
	display: block;
	text-align: center;
	background: #1f252b;
	border-radius: 6px;
	padding: 8px 33px 12px 41px;
	margin: 0 0 0 23px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
	position: relative;
	z-index: 110;
}

.help-button strong {
	font-size: 32px;
	font-weight: 800;
	color: #518dc2;
	padding: 0 38px 0 0;
	position: relative;
	line-height: 1.4em;
	display: inline-block;
}

.help-button strong:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	border-top: 14px solid #518dc2;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}

a.help-button:link, a.help-button:visited {
	color: #FFF;
}

#menu-button {
	display: block;
	padding: 10px;
	margin: 0 0 0 25px;
}

a#menu-button:focus, a.search-button:focus, a.help-button:focus {
	outline: none;
}

.slider-area .search-button, .slider-area .search-form-area {
	display: none;
}

.slider-area {
	background: #518dc2;
	position: relative;
}

.slider-area:after, .mv-area:after, .headline:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 31px;
	background: url('i/shadow.webp') no-repeat 50% 0;
	background-size: contain;
	mix-blend-mode: multiply;
	opacity: 0.5;
	z-index: 110;
	pointer-events: none;
}

.mv-area:after {
	top: 0;
	opacity: 0.29;
}

.slider {
	position: relative;
}

.slide {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	padding: 17px 0 0 0;
}

.slide-image {
	width: 68.5%;
	margin: 0 0 0 -10.2%;
	align-self: flex-end;
}

.slide-image img {
	display: block;
	max-height: 280px;
	width: auto;
	margin: 0 auto;
}

.slide-content {
	width: 48.5%;
	margin: 40px 0 20px -10%;
	align-self: center;
	font-size: 22px;
	display: flex;
	flex-flow: column nowrap;
}

.slide-content h1 {
	font-size: 30px;
}

.slide-content h2 {
	font-size: 27px;
	margin-bottom: 10px;
}

.slide-content>:last-child, .slide-text>:last-child, .slide-headline>:last-child {
	margin-bottom: 0;
}

.slide-headline {
	text-align: center;
	margin: 0 0 20px 0;
}

.slide-text {
	margin: 0 0 10px 0;
	width: 100%;
	max-width: 384px;
	align-self: flex-end;
	font-size: 16px;
}

.slide-text h4 {
	font-size: 20px;
}

.slide-button {
	margin: 0 0 0 17%;
	text-align: center;
}

.slide-content h6 a:link, .slide-content h6 a:visited {
	padding: 10px 20px;
}

.boxes-area {
	padding: 0 0 50px 0;
}

.carousel-wrapper, .carousel {
	position: relative;
}

.carousel-wrapper {
	padding: 0 20px;
	margin: 0 -30px -40px -30px;
	position: relative;
}

.carousel-wrapper:before, .carousel-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	z-index: 110;
}

.carousel-wrapper:before {
	left: 18px;
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.carousel-wrapper:after {
	right: 18px;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.carousel {
	width: 100%;
	overflow: hidden;
}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 30px;
	z-index: 120;
}

.carousel-prev {
	left: 0;
}

.carousel-next {
	right: 0;
}

a.carousel-nav:focus {
	outline: none;
}

ul.boxes {
	margin: 0 -11px;
	display: flex;
	flex-flow: row wrap;
	padding: 0 0 40px 0;
}

.carousel ul.boxes {
	width: 9999em;
	position: relative;
	padding-bottom: 40px;
	margin: 0;
}

ul.boxes>li {
	list-style: none;
	width: 361px;
	margin: 0 11px;
	background: #FFF;
	box-shadow: 0px 11px 26.46px 0.54px rgba(15, 25, 21, 0.29);
	border-radius: 0 0 12px 12px;
	padding: 44px 30px 18px 30px;
	position: relative;
	font-size: 18px;
}

.box-image {
	position: absolute;
	bottom: 0;
	right: -12px;
	z-index: 0;
	width: 62.3%;
}

.box-image img {
	display: block;
	margin: 0 0 0 auto;
}

.box-text {
	width: 52.8%;
	position: relative;
	z-index: 20;
	overflow: visible;
	margin: 0 0 36px 0;
}

.box-text.small-margin {
	margin-bottom: 15px;
}

.box-text p {
	line-height: 1.32em;
}

.box-text>:last-child {
	margin-bottom: 0;
}

.boxes h6 {
	text-align: left;
	margin: 9px 0;
}

.mv-area {
	position: relative;
	background: #d4d4d4;
	padding: 21px 0 0 0;
}

.mv-image {
	width: 72%;
	margin: 0 0 0 -3.9%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: flex-start;
}

.mv-image img {
	display: block;
}

.mv-area .frame {
	display: flex;
}

.mv-content {
	margin: 10px 0 0 -49%;
	padding: 0 0 35px 0;
	width: 78.93%;
	font-size: 32px;
	display: flex;
	flex-flow: column nowrap;
}

.mv-headline {
	font-size: 158.96px;
	line-height: 1em;
	font-weight: 800;
}

.mission-headline {
	color: #53b5f6;
	opacity: 0.66;
	margin: 0 0 0 13%;
}

.vision-headline {
	color: #fff;
	opacity: 0.86;
	width: 61.15%;
}

.mv-text {
	font-size: 32px;
}

.mission-text {
	width: 64.2%;
	align-self: flex-end;
}

.mv-text>:last-child {
	margin-bottom: 0;
}

.mv-columns {
	display: flex;
	justify-content: space-between;
	margin: 9px 0 0 0;
}

.vision-text {
	width: 37.8%;
	align-self: flex-end;
	margin: 0 0 34px 0;
}

.mv-button {
	margin: 10px 0 0 0;
	width: 42%;
	align-self: flex-end;
}

.blog-headline {
	text-align: center;
	position: relative;
}

.blog-more {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	font-size: 16px;
	font-weight: 600;
	padding: 0 24px 0 0;
}

.blog-more:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	border-left: 10px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

ul.posts {
	margin: 0 -22px;
	display: flex;
	flex-flow: row wrap;
}

.content>.frame>ul.posts:last-child {
	margin-bottom: -40px;
}

ul.posts>li {
	list-style: none;
	width: calc(33.33% - 44px);
	margin: 0 22px 44px 22px;
	border-radius: 0 0 8px 8px;
	background: #FFF;
	box-shadow: 0px 0px 11.05px 1.95px rgba(15, 25, 21, 0.07);
}

.post-link {
	display: flex;
	flex-flow: column nowrap;
}

a.post-link:link, a.post-link:visited {
	color: #1f252b;
	text-decoration: none;
}

.post-thumbnail {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 0 0 56.13% 0;
}

.post-thumbnail img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	min-width: 100%;
	max-width: 300%;
	min-height: 100%;
	width: auto;
	height: auto;
	transition: transform 250ms ease-in-out;
	contain-intrinsic-size: inherit !important;
}

.post-link:hover .post-thumbnail img {
	transform: translate(-50%,0) scale(1.04);
}

.post-details {
	padding: 7px 18px 33px 18px;
	display: flex;
	flex-flow: column nowrap;
}

.post-date {
	font-size: 13px;
	margin: 0 0 5px 0;
}

.post-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2em;
}

.testimonials-area {
	padding: 0 0 16px 0;
}

.testimonials-area .frame {
	
}

.testimonials {
	position: relative;
}

.testimonial {
	position: absolute;
	width: 100% !important;
	text-align: center;
}

.quote {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.25em;
	margin: 0 0 12px 0;
}

.author {
	font-size: 12px;
	font-weight: 500;
}

.footer {
	background: #1f252b;
	padding: 39px 0;
	font-size: 14px;
}

.footer-widgets {
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px 0;
}

.footer-left {
	width: 320px;
	margin: 0 0 0 30px;
}

.footer-contact-details {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.footer-contacts p {
	line-height: 1.7em;
	margin: 0;
}

.footer-nav, .social {
	width: 344px;
}

.footer-nav {
	margin: 5px 0 0 0;
}

.footer-nav ul {
	column-count: 2;
	column-gap: 77px;
	margin: 0;
}

.footer-nav ul li {
	list-style: none;
	margin: 0 0 8px 0;
}

.footer-logo {
	display: flex;
	margin: 0 0 12px 0;
}

.social {
	display: flex;
}

.bbb {
	margin: 0 0 0 9px;
}

.bbb p {
	margin: 0;
	line-height: 1em;
}

.social ul {
	display: flex;
	justify-content: center;
	margin: 0;
}

.social ul li {
	margin: 0 6px;
	list-style: none;
}

.social li a:link, .social li a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #FFF;
	color: #1d252b;
	font-size: 22px;
}

.social li a:hover {
	background-color: #ef8d78;
	color: #FFF;
}

.social i {
	color: #1f252b;
	transition: all 250ms ease-in-out;
}

.social li a:hover i {
	color: #FFF;
}

.bottom-line {
	display: flex;
	justify-content: space-between;
}

.copyright {
	font-size: 10px;
	color: #898a8c;
	align-self: flex-end;
	margin: 0 0 0 30px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.copyright *, .copyright a:link, .copyright a:visited {
	color: #898a8c;
}

.copyright p {
	margin: 0;
	line-height: 1.2em;
}

.footer-widgets a:hover, .copyright a:hover {
	color: #ef8d78;
}

.help-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(81,141,194,0.92) !important;
	opacity: 0;
	pointer-events: none;
	transition: opacity 350ms ease-in-out;
	z-index: 510;
}

.help-nav-open .help-nav {
	opacity: 1;
	pointer-events: inherit;
}

.help-nav .frame {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.help-nav ul {
	margin: 0;
	width: 100%;
	max-width: 444px;
}

.help-nav ul li {
	list-style: none;
	text-align: center;
	margin: 0 0 4px 0;
	font-size: 22px;
	font-weight: 800;
}

.help-nav ul li:not(:last-child) {
	border-bottom: 1px solid #c1d6e9;
}

.help-nav ul li a:link, .help-nav ul li a:visited {
	color: #263344;
	text-decoration: none;
	display: block;
	padding: 18px 13px;
}

.help-nav ul li a:hover {
	color: #FFF;
}

.mobile, .mobile-nav, .mobile-nav-button, .slider-logo, .footer-buttons {
	display: none;
}

.search-form-area {
	max-height: 0;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: max-height 250ms ease-in-out;
	transition: max-height 250ms ease-in-out;
}

.search-open .search-form-area {
	max-height: 100px;
	pointer-events: inherit;
}

.search-form {
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	background: #FFF;
	box-shadow: 0px 3px 6px 0.54px rgba(15, 25, 21, 0.1);
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	margin: 10px 0;
}

.keyword {
	background: transparent;
	flex: 1 0 auto;
	font: 16px Questrial;
	color: #2c2e2f;
	padding: 11px 27px;
	border: none;
	position: relative;
}

.keyword:focus {
	outline: none;
}

.keyword::placeholder {
	color: #2c2e2f;
}

.search-submit {
	position: relative;
}

.headline {
	background: #518dc2;
	position: relative;
}

.headline .frame {
	display: flex;
	justify-content: space-between;
	height: 94px;
}

.headline .frame:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(100% - 1px);
	background: #1f252b;
	width: 3000px;
}

.headline-headings {
	width: 360px;
	height: 100%;
	padding: 0 0 0 48px;
	background: #1f252b;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	position: relative;
}

.headline-headings:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	border-left: 44px solid #1f252b;
	border-top: 47px solid transparent;
	border-bottom: 47px solid transparent;
}

.headline-headings h3 {
	font-size: 34px;
	line-height: 1em;
	margin: 0 0 2px 0;
}

.headline-headings h5 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1em;
	color: #FFF;
}

.headline-text {
	width: calc(100% - 425px);
	height: 100%;
	font-size: 38px;
	font-weight: 800;
	color: #1f252b;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	line-height: 1.1em;
}

.headline-headings>:last-child, .headline-text>:last-child {
	margin-bottom: 0;
}

.steps {
	padding: 31px 0 0 0;
	min-height: 63px;
}

.steps ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.steps ul li {
	list-style: none;
	margin: 0;
	position: relative;
}

.steps ul li:not(:last-child) {
	margin-right: 40px;
}

.steps ul li:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: calc(100% + 5px);
	width: 30px;
	height: 3px;
	background: url('i/dots.webp') no-repeat;
	transform: translate(0,-50%);
}

.steps li a {
	pointer-events: none;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 5px solid #f1f1f1;
	border-radius: 50%;
}

.steps ul li:not(.current):not(.complete) a {
	text-indent: -999em;
	overflow: hidden;
	pointer-events: none;
}

.steps li.current a {
	background-color: #1f252b;
	color: #53b5f6;
	border-color: #53b5f6;
}

.steps li.disabled a {
	pointer-events: none;
}

.tabs-area {
	padding: 38px 0 0 0;
}

.tabs-area .frame {
	display: flex;
	justify-content: space-between;
}

.tabs-sidebar {
	width: 360px;
	background: #f1f1f1;
	border-radius: 8px;
	position: relative;
	z-index: 20;
	display: flex;
	flex-flow: column nowrap;
	padding: 13px 13px 230px 13px;
}

ul.tabs {
	margin: 0;
	position: relative;
}

ul.tabs li {
	margin: 0 0 6px 0;
	font-size: 18px;
	font-weight: 800;
	list-style: none;
}

.tabs li:not(:last-child)>a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 30px;
	width: 295px;
	height: 4px;
	background: url('i/dots-wide.webp') no-repeat;
	transition: opacity 350ms ease-in-out;
}

.tabs li>a:link, .tabs li>a:visited {
	color: #1f252b;
	padding: 12px 5px 13px 28px;
	display: block;
	position: relative;
}

.tabs li>a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	border-left: 14px solid #518dc2;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	transform: translate(0,-50%);
	opacity: 0;
	transition: opacity 250ms ease-in-out;
}

.tabs-back {
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #1f252b;
	padding: 12px 5px 13px 20px;
	display: inline-block;
	position: relative;
}

.tabs-back:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	border-right: 10px solid #518dc2;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	transform: translate(0,-50%);
}

.children-headline {
	margin: 7px 0 10px 48px;
	color: #53b5f6;
	font-size: 22px;
}

.tabs li a:hover,
.tabs li.current>a:link, .tabs li.current>a:visited,
.tabs-back:hover {
	color: #53b5f6;
}

.tabs li.current>a:before {
	opacity: 1;
}

.tabs li a:focus, .tabs-back:focus {
	outline: none;
}

ul.children {
	margin-bottom: 15px;
}

ul.tabs>li:not(.current)>ul.children {
	display: none;
}

ul.children li {
	font-size: 16px;
}

ul.children {
	margin: 0 -13px;
	padding: 10px 0 10px 20px;
}

ul.children li {
	font-weight: 600;
}

ul.children li.tab-indent {
	margin-left: 30px;
}

ul.children li>a:after {
	display: none !important;
}

.children li>a:link, .children li>a:visited {
	padding-top: 6px;
	padding-bottom: 6px;
}

.children li>a:before {
	border-left-width: 11px;
	border-left-color: #ef8d78;
	border-top-width: 7px;
	border-bottom-width: 7px;
	left: 5px;
}

.children li.current>a:visited, .children-back:hover {
	color: #ef8d78;
}

.tab-contents {
	width: calc(100% - 410px);
	margin: 20px 0 33px 0;
}

.tab-content:not(.current) {
	display: none;
}

.tab-title {
	display: none;
}

.proceed-area {
	position: relative;
	z-index: 20;
	padding: 0 0 75px 0;
}

.proceed-area .frame {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #518dc2;
	border-radius: 12px;
	padding: 0 29px;
	transform: translate(-10px,0);
}

.proceed-image {
	margin: -207px 0 -26px 0;
	width: 360px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.the-proceed-image {
	display: flex;
}

h6.need-help-button {
	margin: 0;
}

h6.need-help-button a {
	position: relative;
}

h6.need-help-button a:hover {
	background-color: #1f252b !important;
}

h6.need-help-button a:after {
	content: '';
	display: block;
	position: absolute;
	top: -25px;
	left: -25px;
	width: 50px;
	height: 52px;
	background: url('i/ico-help.webp') no-repeat;
}

.proceed-button {
	font-size: 22px;
	font-weight: 800;
	padding: 15px 0;
}

.proceed-to-next-page {
	display: none;
}

.proceed-button.proceed-next .proceed-to {
	display: none;
}

.proceed-button.proceed-next .proceed-to-next-page {
	display: inline;
}

a.proceed-button:link, a.proceed-button:visited {
	color: #fff;
	padding: 30px 78px 30px 10px;
	position: relative;
	transition: none;
}

a.proceed-button:focus {
	outline: none;
}

.proceed-button:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: url('i/arrow.webp') no-repeat;
	width: 61px;
	height: 64px;
	transform: translate(0,-50%);
}

.proceed-button:hover:after {
	background-position: 0 100%;
}

a.proceed-button:hover {
	color: #FFF;
}

.mobile-tab-content {
	display: none;
}

.post-image {
	margin-bottom: 30px;
}

.post-meta {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	margin: 0 0 35px 0;
}

.post-meta-back {
	margin: 40px 0 0 0;
	font-size: 18px;
}

.post-meta-back i {
	vertical-align: baseline;
}

.post-meta-share {
	margin: -17px 0 0 0;
}

.pagination, .facetwp-pager {
	text-align: center;
	margin: 0 0 40px 0 !important;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
}

.pagination a:link, .pagination a:visited, .pagination span, .facetwp-page, a.facetwp-page:link, a.facetwp-page:visited {
	border: 3px solid #1f252b;
	color: #156047;
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
	padding: 6px 12px 7px 12px !important;
	font-weight: 600 !important;
	line-height: 1.1em;
	margin: 0 6px;
	min-width: 42px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pagination span.current, .pagination a:hover, .facetwp-page.active, a.facetwp-page:hover {
	background: #1f252b;
	color: #FFF;
}

.post-image {
	float: right;
	max-width: 45%;
	margin: 0 0 10px 45px;
}

ul.results {
	margin: 40px 0 0 0;
}

ul.results>li {
	list-style: none;
	margin: 0 0 40px 0;
}

ul.results>li>:last-child {
	margin-bottom: 0;
}

/* Timeline */

.timeline-wrapper {
	padding: 37px 0 45px 0;
}

.the-timeline {
	position: relative;
}

ul.timeline {
	background: url('i/timeline/lines.png') repeat-y 50% 0;
	position: relative;
	margin: 55px auto 105px auto;
	width: 856px;
	z-index: 2;
}

.timeline:before {
	content: '';
	display: block;
	position: absolute;
	bottom: calc(100% - 2px);
	left: 50%;
	width: 18px;
	height: 18px;
	border: 3px solid #53b5f6;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

ul.timeline:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	width: 18px;
	height: 18px;
	border: 3px solid #53b5f6;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

ul.timeline li {
	z-index: 20;
	font-weight: 300;
	font-size: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.timeline li:before {
	display: none;
}
/*
ul.timeline li:first-child {
	-webkit-transform: translate(0,-37px);
	transform: translate(0,-37px);
	margin-bottom: -230px;
}
*/
ul.timeline li:last-child {
	margin-bottom: 0;
}

.timeline-right {
	text-align: right;
}

.timeline-item {
	width: 358px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 20px 10px;
	color: #FFF;
	border-radius: 10px;
}

.timeline-left .timeline-item {
	
}

.timeline-right .timeline-item {
	
}

.timeline-item-orange {
	background-color: #ef8d78;
}

.timeline-item-blue {
	background-color: #53b5f6;
}

.timeline-item:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 11;
	top: 17px;
	left: -96px;
	width: 108px;
	height: 4px;
	background: url('i/timeline/line-right.png') no-repeat;
}

.timeline-left .timeline-item:before {
	right: -96px;
	left: auto;
	background-image: url('i/timeline/line-left.png');
}

.timeline-photo {
	margin: 0 0 15px 0;
}

.year {
	font-size: 28px;
	font-weight: 800;
	color: #FFF;
	position: relative;
	margin: 7px 0 7px 0;
}

.timeline-headline {
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 15px;
}

.white-text .headline {
	color: #FFF;
}

.timeline-left .info-icon {
	left: auto;
	right: 6px;
}

.timeline p {
	font-size: 16px;
	line-height: 1.25em;
	margin: 10px 10px;
}

.timeline-intro, .timeline-outro {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

.timeline-intro p, .timeline-outro p {
	line-height: 1.3em;
	margin: 0 0 10px 0;
}

.timeline-intro h1, .timeline-outro h1 {
	font-size: 64px;
	line-height: 0.9em;
	letter-spacing: 8px;
}

.timeline-intro p {
	letter-spacing: 2.2px;
}
/*
.timeline-left + .timeline-left,
.timeline-right + .timeline-right {
	margin-top: 30px;
}*/

ul.timeline>li:not(:first-child) {
	margin-top: 30px;
}

/* Map */

.map-dc-link {
	position: absolute;
    top: 250px;
    left: 800px;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #FFF !important;
    background: #518dc2;
    width: 16px;
    height: 16px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 11px 0 0 0;
}

.map-state-selector {
	display: none;
}

.map-popup {
	display: none;
	width: 450px;
	max-width: calc(100% - 40px);
}

.map>svg:not(:first-child) {
	display: none;
}

.mp-outline {
	margin: 0 0 40px 0;
}

.mp-headline {
	margin-bottom: 10px;
}

.mp-subhead {
	font-size: 1.2em;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #518dc2;
}

ul.mp-links {
	margin: 0;
}

ul.mp-links li {
	list-style: none;
	margin: 0 0 10px 0;
}

.mp-links h6 {
	margin: 0;
	text-align: left;
	font-size: 16px;
}

.mp-links h6 a:link, .mp-links h6 a:visited {
	padding: 10px 15px;
}

.map-wrapper {
	position: relative;
}

.mobile-map {
	display: none;
}

.map-legend {
	position: absolute;
	top: 30%;
	right: 0;
	transform: translate(0,-50%);
}

.map-legend ul {
	margin: 15px 0 0 0;
}

.map-legend ul li {
	list-style: none;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
}

.ml-rect {
	width: 30px;
	height: 22px;
	margin: 0 8px 0 0;
	background: #b9d9f5;
}

.ml-rect-licensure {
	background: #7fbef6;
}

.ml-rect-certification {
	background: #518dc2;
}

.ml-rect-registration {
	background: #3c678d;
}

ul.team {
	margin: 0 -15px;
	display: flex;
	flex-flow: row wrap;
}

ul.team>li {
	list-style: none;
	width: calc(50% - 30px);
	margin: 0 15px 30px 15px;
	display: flex;
	justify-content: space-between;
	font-weight: 400 !important;
}

#t3 ul.team>li {
	min-height: 262px;
}

.team-photo {
	width: calc(50% - 10px);
}

.team-description {
	width: calc(50% - 10px);
}

.team-description p {
	line-height: 1.45em;
	margin: 0 0 10px 0;
}

.team-description>:last-child {
	margin-bottom: 0;
}

ul.categories {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -20px;
}

ul.categories>li {
	width: calc(33.33% - 40px);
	margin: 10px 20px;
	list-style: none;
}

.categories h6 {
	margin: 0;
	height: 100%;
	width: 100%;
}

.categories h6 a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}

.ads-wrapper {
	display: flex;
	justify-content: center;
}

ul.pages {
	display: flex;
	align-items: center;
	background: #518dc2;
	color: #1f252b;
    border-radius: 8px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

ul.pages:not(:first-child) {
	margin-top: 50px;
}

ul.pages li {
	list-style: none;
	margin: 0;
	font-size: 24px;
    font-weight: 800;
}

ul.pages li:first-child {
	margin-left: 0;
}

ul.pages li a:link, ul.pages li a:visited {
	color: #1f252b;
	display: block;
	padding: 15px 25px;
}

ul.pages li.current {
	background: #1f252b;
}

ul.pages li.current a:link, ul.pages li.current a:visited {
	color: #53b5f6;
}

.chapter-columns {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.chapter-sidebar {
	padding-bottom: 13px;
}

.page-container:not(.current) {
	display: none;
}

.faq-search {
	display: flex;
	justify-content: flex-end;
	margin: -36px 0 20px 0;
}

.faq-search input {
	border: 1px solid #ccc;
	font: 16px Questrial, Arial, Helvetica, sans-serif;
	color: #1f252b;
	padding: 5px 10px;
}

.faq-search input:focus {
	outline: none;
}

.faq-items {
	position: static !important;
	height: auto !important;
}

.faq-item {
	position: static !important;
	transform: none !important;
	transition: none !important;
	opacity: 1 !important;
}

.faq-question {
	font-weight: 700;
	color: #53b5f6;
}

.faq-item-category,
.isotope-hidden {
	display: none;
}

ul.filters {
	margin: 10px -15px 40px -15px;
	display: flex;
}

ul.filters>li {
	list-style: none;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.filters .facetwp-facet {
	margin: 0 !important;
}

.filters .facetwp-input-wrap {
	width: 100%;
}

.filters input, .filters select {
	width: 100%;
	padding: 10px 15px;
	font: 16px Questrial;
	color: #1f252b;
	background: transparent;
	border: 2px solid #bcbbba;
	border-radius: 5px;
}

.form-zoom-button {
	vertical-align: middle;
    margin: 0 0 0 6px;
	font-size: 18px;
}

.form-zoom-button:focus {
	outline: none;
}

.slider-pager {
	position: absolute;
	bottom: 25px;
	left: 50%;
	z-index: 110;
	display: flex;
	transform: translate(-50%,0);
}

.slider-pager span {
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	margin: 0 7px;
	text-indent: -100em;
	overflow: hidden;
}

.slider-pager span.cycle-pager-active {
	background-color: #1f252b;
}

.alert {
	background: #518dc2;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}

.alert a:link, .alert a:visited {
	color: #1f252b;
}

.alert .frame>:last-child {
	margin-bottom: 0;
}

.rectangular-accordion{
	margin: 0 0 30px 0;
}

.accordion-title {
	font-weight: 700;
	font-size: 1.2em;
}

.accordion-title a {
	position: relative;
	padding: 0 20px 0 0;
}

.rectangular-accordion .accordion-title a {
	padding: 20px 50px 20px 20px;
	background: #518dc2;
	color: #FFF;
	display: block;
}

.rectangular-accordion.pink-accordion .accordion-title a {
	background-color: #ef8d78;
}

.rectangular-accordion.beige-accordion .accordion-title a {
	background-color: #ccc5aa;
	color: #1f252b;
}

.rectangular-accordion.black-accordion .accordion-title a {
	background-color: #1f252b;
}

.accordion-title a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	border-left: 10px solid #518dc2;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: translate(0,-50%);
	transition: all 250ms ease-in-out;
}

.accordion-title a:hover:before {
	border-left-color: #ef8d78;
}

.rectangular-accordion .accordion-title a:before, .rectangular-accordion .accordion-title a:hover:before {
	border-left-color: #FFF;
	right: 20px;
}

.rectangular-accordion.beige-accordion .accordion-title a:before, .rectangular-accordion.beige-accordion .accordion-title a:hover:before {
	border-left-color: #1f252b;
}

.accordion.open .accordion-title a:before {
	transform: translate(0,-50%) rotate(90deg);
}

.accordion-title a:focus {
	outline: none;
}

.accordion-content {
	display: none;
	padding: 20px 0 0 0;
}

.accordion-content>:last-child {
	margin-bottom: 0;
}

ul.jobs {
	margin: 20px 0 0 16px;
}

ul.jobs li {
	margin: 0 0 17px 0;
	font-size: 1.2em;
}

.tab-slug {
	font-size: 12px;
	opacity: 0.6;
	margin: 5px 0 0 29px;
	display: block;
}

.downloads {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -20px;
}

.download {
	width: calc(33.33% - 40px);
	margin: 0 20px 40px 20px;
	background: #53b5f6;
	border: 5px solid #53b5f6;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
}

a.download:link, a.download:visited {
	color: #1f252b;
}

.download-image {
	aspect-ratio: 340 / 426;
	overflow: hidden;
	position: relative;
}

.download-image:before {
	content: '\f019';
    font: 900 31px 'Font Awesome 5 Free';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 7px;
    right: 20px;
    background: #53b5f6;
    color: #FFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 20;
}

.download-image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

.download-title {
	color: #FFF;
	padding: 20px;
	font-size: 1.2em;
	font-weight: 800;
}

/* Form */

.gform_heading {
	display: none !important;
}

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: inherit !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

.gform_wrapper label {
	text-transform: none;
	font-size: 20px;
	color: #838383 !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

ul.gform_fields {
	margin: 0 !important;
}

.footer-form ul.gform_fields {
	display: flex !important;
	flex-flow: column wrap !important;
	max-height: 165px !important;
	align-content: space-between !important;
}

ul.gform_fields>li,
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 20px 0 !important;
	font-weight: 400 !important;
	background: transparent;
	list-style: none !important;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 16px !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 180px !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large::placeholder {
	padding-top: 55px !important;
}

.footer-form ul.gform_fields>li {
	width: 35% !important;
}

.footer-form ul.gform_fields>li.checkbox-field {
	width: 24.5% !important;
	margin-top: 5px !important;
}

.ginput_container_address,
body .gform_wrapper label.gfield_label+div.ginput_container.ginput_container_address {
	margin-bottom: -10px !important;
}

.ginput_full, .ginput_left, .ginput_right {
	margin-bottom: 10px !important;
}

.ginput_left, .ginput_right {
	display: inline-block !important;
}

.ginput_full {
	display: block !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 16px !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
	padding-left: 16px !important;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	width: auto !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	width: 50% !important;
	max-width: 50% !important;
}

.gform_wrapper ul li:before {
	display: none;
}

.ginput_container input, .ginput_container textarea, .ginput_container select {
	display: block !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 10px 15px !important;
	text-indent: 0 !important;
	font: 16px Questrial !important;
	letter-spacing: 0 !important;
	color: #1f252b !important;
	background: transparent !important;
	border: 2px solid #bcbbba !important;
	width: 100% !important;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
	outline: none !important;
}

.subscribe-form .ginput_container input, .subscribe-form .ginput_container textarea, .subscribe-form .ginput_container select {
	border-color: #FFF !important;
}

.ginput_container input[type=checkbox], .ginput_container input[type=radio] {
	width: auto !important;
	display: inline-block !important;
}

div.ginput_container input[type=checkbox] {
	display: none !important;
}

.ginput_container input[type=checkbox] + label {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.ginput_container input[type=checkbox] + label:before {
	flex: 0 0 auto;
	align-self: flex-start;
	content: '';
	display: inline-block;
	width: 19px;
	height: 18px;
	margin: 1px 11px 6px 0;
	background: transparent;
	border: 2px solid rgba(131,131,131,0.75);
	vertical-align: top;
}

.ginput_container .image-choices-choice input[type=checkbox] + label:before {
	display: none;
}

.image-choices-field[class*=ic-theme--] .image-choices-choice-selected .image-choices-choice-text {
	color: #1f252b !important;
	font-weight: 700 !important;
}

.ic-theme--simple .image-choices-choice-image-wrap {
	background-size: contain !important;
}

.image-choices-field .gfield_checkbox {
	display: flex !important;
	flex-flow: row wrap !important;
	margin: 0 -15px !important;
	column-gap: 0 !important;
}

.image-choices-choice {
	width: calc(20% - 30px) !important;
	margin: 0 15px !important;
	padding: 0 !important;
}

.ic-theme--simple .image-choices-choice-selected .image-choices-choice-image-wrap:after {
    box-shadow: inset 0 0 0 6px #518dc2 !important;
}

fieldset.gfield + fieldset.gfield {
	margin-top: -13px !important;
}

.white-text .ginput_container input[type=checkbox] + label:before {
	background: #FFF;
}

.ginput_container input[type=checkbox] + label:after {
	content: '';
	display: block;
	width: 12px;
	height: 6px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 2px solid rgba(131,131,131,0.75);
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
	transition: opacity 250ms ease-in-out;
}

.white-text .ginput_container input[type=checkbox] + label:after {
	border-color: #2777ab;
}

.ginput_container input[type=checkbox]:checked + label:after {
	opacity: 1;
}

ul.gfield_checkbox {
	margin: 0;
}

ul.gfield_checkbox li {
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	font-size: 18px !important;
	font-weight: 300 !important;
	margin: 0 0 12px 0 !important;
}

.ginput_container select {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.ginput_container input[type=checkbox], .ginput_container input[type=radio] {
	display: inline-block !important;
	margin: 2px 7px 0 0 !important;
}

.ginput_recaptcha textarea {
	display: none !important;
}

.dark-text .ginput_container input, .dark-text .ginput_container textarea, .dark-text .ginput_container select {
	background: transparent !important;
	color: #010101 !important;
	border-color: #010101 !important;
}

.dark-text .form .ginput_container input, .dark-text  .form.ginput_container textarea, .dark-text  .form .ginput_container select {
	background: transparent !important;
	color: #838383 !important;
	border-color: #838383 !important;
}

.textarea.medium {
	height: 128px !important;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: #c4cadb !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

body ::-webkit-input-placeholder {
	color: #1f252b !important;
}

body ::-moz-placeholder {
	color: #1f252b !important;
}

body ::-ms-placeholder {
	color: #1f252b !important;
}

body ::placeholder {
	color: #1f252b !important;
}

.gform_footer {
	margin: 24px 0 0 0 !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	margin: 0 !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.gfield_consent_label {
	font-size: 0.9em !important;
}

/* Responsive Menu */

html, .container, .scroller {
	height: 100%;
}
.scroller {
	overflow: hidden;
}
.mp-pushed .scroller {
	overflow-y: hidden;
}
.scroller,
.scroller-inner {
	position: relative;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.pusher {
	position: relative;
	left: 0;
	height: 100%;
	perspective: 1000px;
}

/* Side Menu Layout */
.side-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 290px;
	height: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.page-template-ventclad-php .mp-level {
	background: #010101;
}
.mp-level:first-child {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* overlays for pusher and for level that gets covered */
.pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}
.pusher::after {
	z-index: 999;
}
.pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
	z-index: -1;
}
.pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}
.pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
/* First level */
.side-menu > .mp-level,
.side-menu > .mp-level.mp-level-open,
.side-menu.mp-overlap > .mp-level,
.side-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
/* Side Menu Styling */
.side-menu {
	display: block;
	text-transform: uppercase;
}
.side-menu li {
	font-style: normal;
}
.side-menu li:before, .side-menu li:after {
	display: none;
}
.the-side-menu {
	margin: 0 0 40px 0;
}
.the-side-menu>.mp-level ul li>a:link, .the-side-menu>.mp-level ul li>a:visited {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #518dc2 !important;
	text-decoration: none;
	text-align: center;
	padding: 17px 10px;
	letter-spacing: 1px;
	line-height: 1.2em;
}
a.mp-back:link, a.mp-back:visited {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #518dc2;
	color: #fff !important;
	text-decoration: none;
	padding: 12px 25px;
	position: relative;
	letter-spacing: 1px;
	line-height: 1.2em;
}
a.mp-back:link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	border-right: 6px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: -4px 0 0 0;
}
.the-side-menu>.mp-level ul li>a>span {
	position: relative;
}
.the-side-menu ul li:before {
	display: none;
}
.the-side-menu ul li {
	padding-left: 0;
	position: static;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span {
	padding-right: 39px;
	margin: 0 -30px 0 0;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 5px solid #e2e2e2;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: -3px 0 0 0;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}
.the-side-menu>.mp-level ul li.current-menu-item>a, .the-side-menu>.mp-level ul li.current-menu-parent>a, .the-side-menu>.mp-level ul li.current-menu-ancestor>a,
.the-side-menu>.mp-level ul li.open {
	background-color: #518dc2;
	color: #FFF !important;
}
.the-side-menu>.mp-level ul li>a:hover {
	background-color: #518dc2;
	color: #FFF !important;
}
/*
.the-side-menu>.mp-level ul li.menu-item-has-children>a:hover>span:before,
.the-side-menu>.mp-level ul li.open>a>span:before {
	border-top-color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-item a:visited,
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-parent a:visited,
.the-side-menu>.mp-level ul li.current-menu-ancestor a:link, .the-side-menu>.mp-level ul li.current-menu-ancestor a:visited,
.the-side-menu>.mp-level ul li.open a:link, .the-side-menu>.mp-level ul li.open a:visited {
	color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-parent>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-anestor>a>span:after,
.the-side-menu>.mp-level ul li.current_page_item>a>span:after,
.the-side-menu>.mp-level ul li.current_page_parent>a>span:after,
.the-side-menu>.mp-level ul li.current_page_anestor>a>span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:after {
	right: 39px;
}
*/
.mp-menu-open {
	z-index: 200;
}
.mp-level ul {
	margin: 0;
}
.mp-level li {
	list-style: none;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}

@media (max-width: 1390px) {
	.slide-image {
		margin-left: 0;
		width: 58.3%;
	}
}

@media (max-width: 1147px) {
	.map-legend {
		top: 50%;
	}
}

@media (max-width: 1070px) {
	.alert {
		font-size: 14px;
	}
	.slider-pager {
		left: auto;
		right: 0;
		transform: none;
	}
	.slider-pager span {
		width: 9px;
		height: 9px;
		margin: 0 5px;
	}
	.image-choices-choice {
		width: calc(33.33% - 30px) !important;
	}
	.filters input, .filters select {
		font-size: 14px;
	}
	.map-dc-link {
		top: 341px;
	}
	.map-legend {
		position: static;
		transform: none;
		margin: 60px auto 20px auto;
	}
	.map-legend ul {
		display: flex;
		flex-flow: row wrap;
	}
	.map-legend ul li {
		margin: 0 30px 10px 0;
	}
	.map-legend ul li:last-child {
		margin-right: 0;
	}
	ul.pages {
		overflow: auto;
	}
	ul.pages li {
		font-size: 20px;
	}
	ul.pages li a:link, ul.pages li a:visited {
		color: #1f252b;
		display: block;
		padding: 12px 22px;
	}
	.post-meta-share {
		margin: 15px 0 0 0;
	}
	.post-meta {
		display: block;
	}
}

@media (max-width: 640px) {
	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 0 !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
		padding-left: 0 !important;
	}
	body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Mobile */
@media (max-width: 959px) {
	.download {
		width: calc(50% - 40px);
	}
	.slide-content h1 {
		font-size: 24px;
	}
	.slide-content h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	ul.categories>li {
		width: calc(50% - 40px);
	}
	.ml-rect {
		margin-right: 6px;
	}
	.map {
		display: none;
	}
	.mobile-map {
		display: block;
	}
	.map-state-selector {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		margin: 40px 0 0 0;
	}
	.map-state-selector select {
		margin: 10px 0 0 0;
		width: 100%;
		background: #d4d4d4;
		font: 16px Questrial;
		color: #1f252b;
		border-radius: 4px;
		padding: 10px 15px;
		border: none;
		outline: none;
	}
	.map-popup.open {
		display: block !important;
		background: #FFF;
		box-shadow: 0px 0px 11.05px 1.95px rgba(15, 25, 21, 0.07);
		border-radius: 8px;
		padding: 25px;
		width: 100%;
		max-width: 100%;
		margin: 30px 0 0 0;
	}
	ul.timeline {
		width: 300px;
		background-position: 0 0;
		margin-bottom: 40px;
	}
	ul.timeline:before {
		left: 10px;
	}
	ul.timeline:after {
		left: 10px;
	}
	ul.timeline li, ul.timeline li.timeline-text-only {
		text-align: right;
		margin: 0 0 30px 0;
		min-height: 1px;
	}
	.timeline-item {
		width: 250px;
	}
	.timeline-popup {
		width: 220px;
		left: 100%;
		top: 100%;
		-webkit-transform: none;
		transform: none;
	}/*
	.timeline-text-only .timeline-item:before {
		top: 13px;
		width: 140px;
	}*/
	.timeline-right .timeline-item:before, .timeline-left .timeline-item:before {
		left: -60px;
		width: 93px;
		background-image: url('i/timeline/line-right.png');
	}
	.timeline-spacer {
		height: 50px;
	}
	.timeline-outro {
		width: auto;
	}
	ul.timeline {
		margin-top: 80px;
	}
	body {
		font-size: 12.5px;
	}
	p {
		line-height: 1.45em;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.content {
		padding: 20px 0;
	}
	.mobile-nav, .mobile-nav-button {
		display: block;
	}
	.logo img, .slider-logo img {
		max-width: 220px;
	}
	#menu-button, .header-buttons {
		display: none;
	}
	.search-button {
		position: absolute;
		top: calc(50% + 8px);
		right: 0;
		transform: translate(0,-50%);
	}
	.slider-area .search-button {
		display: block;
		top: 4px;
		right: -10px;
		transform: none;
	}
	.slider-area .search-form-area {
		display: block;
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.mobile-nav-button {
		font-size: 16px;
		font-weight: 300;
		text-transform: uppercase;
		padding: 7px 20px;
		background: #1d252c;
		text-align: center;
		position: relative;
		z-index: 110;
	}
	.mobile-nav-button:after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		border-top: 11px solid #1d252c;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		transform: translate(-50%,0);
	}
	.mobile-nav-open .mobile-nav-button:after {
		border-top: none;
		border-bottom: 9px solid #FFF;
		top: auto;
		bottom: 0;
	}
	a.mobile-nav-button:link, a.mobile-nav-button:visited {
		text-decoration: none;
		color: #FFF;
	}
	a.mobile-nav-button:focus {
		ouitline: none;
	}
	.mobile-nav {
		background: #1d252c;
		padding: 0 20px;
		text-align: center;
		font-size: 16px;
		max-height: 0;
		overflow: hidden;
		transition: all 250ms ease-in-out;
	}
	.mobile-nav-open .mobile-nav {
		max-height: 999px;
	}
	.mobile-nav ul {
		margin: 0;
		padding: 7px 0;
	}
	.mobile-nav li {
		list-style: none;
		margin: 0;
	}
	.mobile-nav a {
		display: block;
		padding: 12px 20px;
	}
	.home .header {
		display: none;
	}
	.page-content {
		display: flex;
		flex-flow: column nowrap;
	}
	.page-content section {
		order: 3;
	}
	.help-area {
		order: 2;
		position: relative;
		z-index: 310;
	}
	.help-area + .slider-area {
		order: 1;
	}
	.slide {
		padding-top: 20px;
		flex-flow: column nowrap !important;
	}
	.slide-content {
		order: 1;
		width: 100%;
		margin: 0;
	}
	.slide-headline {
		margin: 0 0 10px 0;
	}
	h1 {
		font-size: 22px;
	}
	.slider-area {
		padding: 22px 0 0 0;
	}
	.slider-logo {
		display: flex;
		justify-content: center;
		margin: 0 0 3px 0;
	}
	.slide-text {
		width: 51%;
		max-width: 999px;
		font-size: 12.2px;
		font-weight: 400;
		margin: 0 10.2% 0 0;
	}
	.slide-text p {
		line-height: 1.15em;
	}
	.slide-button {
		margin: 20px 0 0 0;
		width: 56%;
        margin-right: 5%;
		text-align: left;
		align-self: flex-end;
	}
	.slide-image {
		order: 2;
		width: 100%;
		margin: auto 0 0 0;
		padding-top: 15px;
		pointer-events: none;
		align-self: center;
		display: flex;
		justify-content: center;
	}
	.slide-image img {
		width: auto;
		/* width: 135%;
		margin: 0 0 0 -20%;
		max-width: 200%; */
		
		/* max-height: 250px; */
	}
	.help-area {
		height: auto !important;
	}
	.help-area .frame {
		width: 100%;
	}
	.help-button {
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	.help-button {
		font-size: 14px;
		padding: 13px 20px;
	}
	.help-button strong {
		font-size: 22px;
		padding-right: 27px;
	}
	.help-button strong:after {
		border-top: 11px solid #518dc2;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
	}
	.help-nav-open .help-button strong:after {
		border-top: none;
		border-bottom: 11px solid #518dc2;
	}
	.help-nav {
		position: absolute;
		top: 100%;
		bottom: auto;
		left: -20px;
		right: -20px;
		z-index: 310;
	}
	.help-nav:after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 31px;
		background: url('i/shadow.webp') no-repeat 50% 0;
		background-size: contain;
		mix-blend-mode: multiply;
		opacity: 0;
		z-index: 110;
		pointer-events: none;
		transition: opacity 250ms ease-in-out;
	}
	.help-nav-open .help-nav:after {
		opacity: 0.5;
	}
	.help-nav .frame {
		width: 100%;
		height: auto;
	}
	.help-nav ul {
		padding: 7px 0;
	}
	.help-nav ul li {
		font-size: 18px;
		font-weight: 600;
	}
	.help-nav ul li:not(:last-child) {
		border-bottom: 1px solid #c1d6e9;
	}
	.help-nav ul li a:link, .help-nav ul li a:visited {
		padding: 6px 10px 7px 10px;
	}
	.boxes-area {
		padding: 0 0 17px 0;
	}
	ul.boxes, .carousel ul.boxes {
		width: auto;
		flex-flow: column nowrap;
		margin: 0;
	}
	ul.boxes>li {
		width: 100% !important;
		margin: 0;
		box-shadow: none;
		padding: 24px 7px 10px 7px;
		font-size: 12px;
		position: relative;
	}
	ul.boxes>li:not(:last-child):after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 31px;
		background: url('i/shadow.webp') no-repeat 50% 0;
		background-size: contain;
		mix-blend-mode: multiply;
		opacity: 0.29;
		z-index: 110;
		pointer-events: none;
	}
	.box-text, .box-text.small-margin {
		width: 100%;
		margin: 0;
	}
	.box-text br {
		content: '';
	}
	.box-text br:after {
		content: ' ';
	}
	h2 {
		font-size: 23px;
		margin-bottom: 13px;
	}
	h3 {
		font-size: 22px;
		margin-bottom: 7px;
	}
	h5 {
		font-size: 14px;
		margin-bottom: 7px;
	}
	p.small-margin {
		margin-bottom: 5px;
	}
	h6 {
		/* font-size: 9px; */
		font-size: 15px;
	}
	.gform_button {
		font-size: 15px !important;
	}
	h6 a:link, h6 a:visited {
		padding: 7px 12px;
		border-radius: 5px;
	}
	.box-more a:link, .box-more a:visited {
		padding: 6px 8px;
	}
	.box-more {
		position: absolute;
		top: 22px;
		right: 13px;
	}
	.boxes h6 {
		margin: 0;
	}
	.boxes h6.box-button {
		text-align: right;
	}
	.box-text p {
		line-height: 1.2em;
	}
	.carousel-nav, .box-image,
	.carousel-wrapper:before, .carousel-wrapper:after {
		display: none;
	}
	.mv-area {
		padding: 12px 0 0 0;
	}
	.mv-area .frame {
		flex-flow: column nowrap;
	}
	.mv-image {
		order: 2;
		width: 90%;
		margin: 0;
		pointer-events: none;
		position: absolute;
		left: -13%;
		bottom: 0;
		z-index: 10;
		height: 70%;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
		align-items: flex-start;
	}
	.mv-image img {
		width: auto;
		height: auto;
		max-height: 100%;
	}
	.mv-content {
		order: 1;
		width: 100%;
		margin: 0;
		padding: 0 0 27px 0;
		position: relative;
		z-index: 20;
		max-width: 430px;
		align-self: flex-end;
	}
	.mv-headline {
		font-size: 67px;
		margin-bottom: -2px;
	}
	.mission-headline {
		margin-left: 7%;
	}
	.mv-text {
		font-size: 13.5px;
	}
	.mission-text {
		width: 75%;
		margin: 0 8% 0 0;
	}
	.mv-columns {
		flex-flow: column nowrap;
		align-items: flex-end;
	}
	.vision-headline {
		width: auto;
		margin: 0 8% 0 0;
	}
	.vision-text {
		width: 41.8%;
		margin-right: 9%;
		margin-bottom: 14px;
	}
	.mv-button {
		width: 50.5%;
	}
	h6.blue a:link:not(:hover), h6.blue a:visited:not(:hover) {
		background-color: #53b5f6;
	}
	.blog-area>.frame {
		padding-bottom: 22px;
	}
	.blog-headline {
		position: static;
	}
	.blog-more {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		right: auto;
		transform: translate(-50%,0);
		text-align: center;
		font-size: 11.5px;
		padding-right: 17px;
	}
	.blog-more:after {
		margin-top: -1px;
	}
	ul.posts {
		flex-flow: column nowrap;
		margin: 0 -10px;
	}
	ul.posts, .content>.frame>ul.posts:last-child {
		margin-bottom: 0;
	}
	ul.posts>li {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.post-link {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		padding: 0;
		overflow: hidden;
		border-radius: 8px;
		box-shadow: 0px 0px 13.6px 2.4px rgba(12, 25, 21, 0.07);
		min-height: 104px;
	}
	.post-thumbnail {
		width: 180px !important;
		aspect-ratio: 180 / 104;
		flex: 1 0 auto;
		/*
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		*/
		position: relative;
		padding: 0;
		overflow: hidden;
	}
	.post-thumbnail img {
		height: 100%;
		width: auto;
		min-width: 100%;
		max-width: 999%;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		transform: none !important;
		aspect-ratio: 159 / 104;
	}
	.post-details {
		width: calc(100% - 190px);
		margin: 0;
		padding: 8px;
		align-self: center;
	}
	.post-date {
		font-size: 10px;
		font-weight: 400;
		margin-bottom: 0;
	}
	.post-title {
		font-size: 16px;
	}
	.testimonials-area {
		padding: 25px 0;
	}
	.testimonials-area .frame {
		background-size: 170px auto;
		padding-top: 48px;
	}
	.quote {
		font-size: 12px;
		line-height: 1.3em;
		margin: 0 12px 18px 12px;
	}
	.footer {
		font-size: 12px;
		padding: 30px 0 15px 0;
	}
	.footer .frame {
		width: calc(100% - 50px);
	}
	.footer-nav ul {
		column-gap: 93px;
	}
	.footer-nav ul li {
		margin-bottom: 11px;
	}
	.footer-widgets {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 27px;
	}
	.footer-logo {
		display: none;
	}
	.footer-buttons {
		display: flex;
		justify-content: center;
		order: 2;
		margin: 0 0 33px 0;
	}
	.footer-buttons ul {
		display: flex;
		justify-content: center;
		margin: 0;
	}
	.footer-buttons ul li {
		list-style: none;
		margin: 0 15px;
	}
	.footer-buttons h6 {
		font-size: 12.2px;
		margin: 0;
	}
	.footer-buttons li h6 a:link, .footer-buttons li h6 a:visited {
		padding: 9px 17px;
		border-radius: 4px;
	}
	.footer-buttons li:not(.pink) h6 a:link, .footer-buttons li:not(.pink) h6 a:visited {
		color: #1d252c !important;
		background: #FFF;
	}
	.footer-nav {
		width: 100%;
		max-width: 320px;
		order: 1;
		margin: 0 0 35px 0;
	}
	.footer-left {
		width: 100%;
		max-width: 320px;
		order: 3;
		margin: 0;
		text-align: center;
	}
	.footer-left p {
		line-height: 1.3em;
	}
	.bottom-line {
		flex-flow: column nowrap;
		text-align: center;
		align-items: center;
	}
	.copyright {
		order: 2;
		font-size: 8px;
		flex-flow: column nowrap;
		align-items: center;
		align-self: center;
		margin: 0;
	}
	.footer-contact-details {
		flex-flow: column nowrap;
		align-items: center;
	}
	.divider {
		display: none;
	}
	.copyright p {
		line-height: 1.9em;
	}
	.social {
		order: 1;
		justify-content: center;
		margin: 0 0 45px 0;
	}
	.header {
		padding-bottom: 13px;
	}
	.header .frame {
		justify-content: center;
	}
	.logo {
		margin: 15px 0 0 0;
	}
	.headline {
		background: transparent;
	}
	.headline .frame {
		flex-flow: column nowrap;
		align-items: flex-start;
		height: auto;
	}
	.headline .frame:before {
		display: none;
	}
	.headline-headings {
		width: 237px;
		margin: 0 0 0 -20px;
		padding: 0 0 0 20px;
		height: 62px;
		position: relative;
		z-index: 20;
	}
	.headline-headings:after {
		border-left-width: 30px;
		border-top-width: 30px;
		border-bottom-width: 30px;
	}
	.headline-headings h3 {
		font-size: 22px;
		margin-bottom: 3px;
		color: #398fc7;
	}
	.headline-headings h5 {
		font-size: 16px;
	}
	.headline-text {
		width: calc(100% + 40px);
		height: auto;
		margin: -30px -20px 0 -20px;
		padding: 30px 17px 6px 17px;
		font-size: 22.5px;
		background: #518dc2;
		position: relative;
		z-index: 10;
	}
	.tabs-wrapper {
		display: flex;
		justify-content: space-between;
	}
	.steps {
		width: 32px;
		padding: 0;
		margin: 22px 0 0 12px;
	}
	.steps .frame, .tabs-area .frame {
		width: 100%;
	}
	.steps ul {
		flex-flow: column nowrap;
	}
	.steps ul>li:not(:last-child) {
		margin: 0 0 27px 0;
	}
	.steps ul>li:not(:last-child):after {
		top: calc(100% + 17px);
		left: -2px;
		transform: rotate(90deg);
	}
	.steps li a {
		width: 25px;
		height: 25px;
		font-size: 14px;
		background: #FFF;
	}
	.tabs-area {
		width: calc(100% - 54px);
		padding: 0;
	}
	.chapter-columns {
		width: 100%;
	}
	.tab-contents {
		display: none;
	}
	.tabs-sidebar {
		width: 100%;
		border-radius: 0;
		overflow: hidden;
	}
	ul.tabs li {
		font-size: 14.8px;
		margin-bottom: 7px;
	}
	.tabs>li>a:link, .tabs>li>a:visited {
		padding: 13px 5px 14px 24px;
	}
	.proceed-area {
		padding-bottom: 34px;
	}
	.proceed-area .frame {
		flex-flow: column nowrap;
		background: transparent;
		transform: none;
		border-radius: 0;
		padding: 0;
	}
	a.proceed-button:link, a.proceed-button:visited {
		order: 1;
		background: #398fc7;
		margin: 0 -20px;
		font-size: 14px;
		width: calc(100% + 40px);
		color: #fff;
		padding: 8px 49px 8px 10px;
		text-align: right;
	}
	.proceed-image {
		margin: 0;
		order: 2;
		width: 100%;
	}
	.the-proceed-image {
		position: absolute;
		top: auto;
		left: 0;
		bottom: 100%;
		width: 36.5%;
		max-width: 195px;
		display: flex;
	}
	.the-proceed-image img {
		max-height: 220px;
	}
	.proceed-button:after {
		width: 22px;
		height: 22px;
		background-size: contain;
		right: 17px;
	}
	h6.need-help-button {
		font-size: 16px;
		margin: 35px 0 0 0;
	}
	h6.need-help-button a:link, h6.need-help-button a:visited {
		padding: 12px 18px 12px 28px;
	}
	.tabs>li.current {
		padding-bottom: 28px;
	}
	.mobile-tab-content {
		background: #FFF;
		padding: 15px 16px 25px 16px;
		margin: 6px -13px 0 -7px;
		border-radius: 8px 0 0 8px;
		font-weight: 400;
		font-size: 12.5px;
	}
	.mobile-tab-content.current {
		display: block;
	}
	.tabs li:not(.current) .mobile-tab-content {
		display: none;
	}
	.mobile-tab-content>:last-child {
		margin-bottom: 0;
	}
	.mobile-tab-content ul li {
		list-style: disc;
    	margin: 0 0 3px 0;
		font-weight: 400;
		font-size: 1em;
	}
	.tabs li .mobile-tab-content a:link, .tabs li .mobile-tab-content a:visited {
		position: static;
	}
	.accordion:not(.rectangular-accordion) .accordion-title {
		display: none;
	}
	.accordion:not(.rectangular-accordion) .accordion-content {
		display: block !important;
		padding: 0;
	}
	.tabs li .mobile-tab-content li>a:link, .tabs li .mobile-tab-content li>a:visited,
	.tabs li .mobile-tab-content p a:link, .tabs li .mobile-tab-content p a:visited {
		display: inline;
		color: #518dc2;
		padding: 0;
	}
	h4 {
		font-size: 18.5px;
		line-height: 1.3em;
	}
	p.large {
		font-size: 16px;
		margin-bottom: 10px;
	}
	h4 + p.large {
		margin-top: 19px;
	}
	.long-children {
		column-count: 2;
	}
}

/* 460-960px */
@media (min-width: 460px) and (max-width: 959px) {
	h1 {
		font-size: 25px;
	}
	.slide-text {
		font-size: 16px;
	}
	.mv-image {
		left: -20px;
	}
	.slide-image {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 802px;
	}
	.slide-image img {
		/*width: 100%;
		max-width: 100%;*/
		margin: 0;
	}
	.slide-text {
		width: 56%;
		margin-right: 5%;
	}
}

/* Tablet */
@media (min-width: 600px) and (max-width: 959px) {
	.slide-text {
		font-size: 24px;
	}
	h1 {
		font-size: 33px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 25px;
	}
	h5 {
		font-size: 18px;
	}
	ul.boxes>li {
		font-size: 18px;
	}
	h6 {
		font-size: 14px;
	}
	.gform_button {
		font-size: 14px !important;
	}
	.boxes h6.box-button {
		margin-top: 20px;
	}
	.mv-text {
		font-size: 19.5px;
	}
	.vision-text {
		width: 50.8%;
		margin-right: 0;
	}
	.mv-headline {
		font-size: 80px;
	}
	.post-date {
		font-size: 13px;
		margin-bottom: 4px;
	}
	.post-title {
		font-size: 19px;
	}
	.blog-more {
		font-size: 14px;
	}
	.blog-more:after {
		margin-top: 0;
	}
	.help-button strong {
		font-size: 32px;
	}
	.help-button {
		font-size: 22px;
	}
	.help-nav ul li {
		font-size: 20px;
	}
	.help-nav ul li a:link, .help-nav ul li a:visited {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.box-more {
		right: 0;
	}
	.quote {
		font-size: 18px;
	}
	.author {
		font-size: 14px;
	}
	.footer, .footer-buttons h6 {
		font-size: 16px;
	}
	.copyright {
		font-size: 11px;
	}
	.footer-left, .footer-nav {
		max-width: 360px;
	}
	.mv-content {
		max-width: 590px;
	}
	.mv-headline {
		font-size: 100px;
	}
	.mv-text {
		font-size: 24px;
	}
	.mobile-nav, .mobile-nav-button {
		font-size: 18px;
	}
}

/* 960px */
@media (min-width: 960px) and (max-width: 1169px) {
	h1 {
		font-size: 35px;
	}
	.slide-text {
		max-width: 332px;
		font-size: 19px;
	}
	.mv-columns {
		flex-flow: column nowrap;
		align-items: flex-end;
	}
	.vision-headline {
		width: auto;
		margin: 0 8% 0 0;
	}
	.vision-text {
		width: 45%;
		margin-right: 2%;
		margin-bottom: 14px;
	}
	.mv-button {
		width: 50.5%;
	}
	.headline-text {
		font-size: 30px;
	}
	.headline-headings h3 {
		font-size: 38px;
	}
	.headline-headings h5 {
		font-size: 19px;
	}
}

@media (max-width: 599px) {
	.downloads {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.download {
		width: 100%;
	}
	ul.categories {
		margin: 0 0 30px 0;
	}
	ul.categories>li {
		width: 100%;
		margin: 5px 0;
	}
	.map-legend ul {
		margin-left: -20px;
		margin-right: -20px;
	}
	.map-legend ul li, .map-legend ul li:last-child {
		width: calc(50% - 40px);
		margin: 0 20px 20px 20px;
	}
	ul.team {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	ul.team>li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	ul.pages {
		font-size: 18px;
	}
	ul.pages li a:link, ul.pages li a:visited {
		padding: 9px;
	}
	.faq-search {
		justify-content: flex-start;
		margin: 20px 0 20px 0;
	}
	ul.filters {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}
	ul.filters>li {
		margin: 0 0 20px 0;
		width: 100%;
	}
	#t3 ul.team>li {
		min-height: 1px;
	}
	.image-choices-choice {
		width: calc(50% - 30px) !important;
	}
	.slide-text {
		width: 100%;
		margin-right: 0;
	}
	.slide-button {
		width: 100%;
		margin-right: 0;
		align-self: flex-start;
		font-size: 11px;
	}
	.slide-content h6 a:link, .slide-content h6 a:visited {
		padding: 7px 15px;
	}
}

@media (max-width: 410px) {
	.post-thumbnail {
    	width: 68px;
	}
}