/**handles:style**/
/*
Theme name: Speedy Prep
Author: Zachry Associates
Author URI: http://zachryinc.com
Version: 1.0
Text Domain: speedyprep
*/

/*
Color Index.  Use search/replace on these values to udpate sitewide colors.

Primary Text Color: #626366
Bright Blue: #00adef
Darker Blue: #1697d1 (Old Dark Blue)
Super Dark Blue: #374958 (Slider and Footer)
Light Accent Blue (Login Button in header): #374958
Medium Gray: #dbdcde
Light Gray: #eeeff0
Bright Green: #49b927
Red (btn-danger): #d9534f
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html, body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #626366;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.25;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 0px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 0px 0 20px 20px;
}

a img.alignnone {
	margin: 0px;
}

a img.alignleft {
	float: left;
	margin: 0px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 15px;
	color: #374958;
	font-weight: 600;
	line-height: 1.1;
}

h1, .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 300;
}

h2, .h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
	font-size: 36px;
	font-weight: 400;
}

h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3 {
	font-size: 34px;
}

h4, .h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4 {
	font-size: 26px;
}

h5, .h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5 {
	font-size: 24px;
}

h6, .h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6 {
	font-size: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

p:not(:last-child), ul:not(:last-child), ol:not(:last-child), blockquote:not(:last-child), form:not(:last-child) {
	margin-bottom: 15px;
}

.small {
	font-size: 12px;
	font-weight: 400;
}

.med-small {
	font-size: 16px;
}

caption {
}

ul {
	padding-left: 20px;
	list-style-type: none;
}

ul li:before {
	content: "•";
	margin-top: 3px;
	margin-left: -14px;
	font-size: 20px;
	position: absolute;
}

ul li {
	line-height: 1;
}

ul li:not(:last-child) {
	margin-bottom: 20px;
}

ul ul {
	list-style-type: none;
}

ol {
	padding-left: 20px;
	list-style-type: decimal;
	line-height: 1.45;
}

ol ol {
	list-style-type: lower-alpha;
}

strong, b {
	font-weight: 500;
}

em, i:not(.fa) {
	font-style: italic;
}

blockquote {
	padding: 0;
	font-style: italic;
	line-height: 1.5;
}

blockquote cite {
	display: block;
	font-weight: 600;
}

blockquote strong {
	color: #374958;
}

a {
	color: #374958;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

/* FORM ELEMENTS */

input, select, textarea, button {
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: inherit;
	font-family: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
}

input[type=checkbox] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
}

input[type=radio] {
	-moz-appearance: radio;
	-webkit-appearance: radio;
}

button, .button, input[type=submit] {
	padding: 5px 15px;
	color: white;
	font-size: 18px;
	font-weight: 300;
	background-color: #49b927;
	border: 1px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

input[type=submit] {
	font-size: 22px;
}

.button {
	display: inline-block;
	text-align: center;
}

.button.wide {
	min-width: 300px;
}

.btn-large {
	padding: 8px 20px;
	font-size: 22px;
}

.btn-secondary {
	background-color: #00adef;
}

.btn-db {
	background-color: #00adef;
}

.btn-danger {
	color:#d9534f;
}

button:hover, .button:hover, input[type=submit]:hover {
	opacity: 0.8;
}

a.button {
	text-decoration: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), textarea, select {
	display: block;
	width: 100%;
	padding: 5px 10px;
	color: #979797;
	border: 1px solid #bbbdc0;
	border-radius: 3.5px;
	background-color: white;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not(.no-margin), textarea:not(.no-margin), select:not(.no-margin) {
	margin-bottom: 20px;
}

label {
	font-size: 19px;
	font-weight: 400;
}

/* LAYOUT */

.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1180px;
}

.flex-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.half {
	width: calc((100% / 2) - (55px / 2));
	margin-right: 55px;
}

.half:nth-child(2n+0) {
	margin-right: 0;
}

.third {
	width: calc((100% / 3) - (55px * 2 / 3));
	margin-right: 55px;
}

.third:nth-child(3n+0) {
	margin-right: 0;
}

.fourth {
	width: calc((100% / 4) - (40px * 3 / 4));
	margin-right: 40px;
}

.fourth:nth-child(4n+0) {
	margin-right: 0;
}

.desktop-break {
	display: block;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/* BXSLIDER OVERRIDES */

.bx-wrapper .bx-viewport {
	left: auto;
	box-shadow: none;
	border: none;
	background: transparent;
}

body .bx-wrapper .bx-controls-direction .bx-prev, body .bx-wrapper .bx-controls-direction .bx-next {
	opacity: 1;
	-webkit-transition-property:opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

body .bx-wrapper .bx-controls-direction .bx-prev:hover, body .bx-wrapper .bx-controls-direction .bx-next:hover {
	opacity: 0.8;
}

/* REVOLUTION SLIDER ARROWS */

.tparrows {
	opacity: 1;
	-webkit-transition-property:opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.tparrows:hover {
	opacity: 0.8;
}

.tparrows:before {
	content: '';
	display: none;
}

/* HEADER */

.blue-block {
	width: 280px;
}

#header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#top-blue-block {
	background-color: #374958;
}

#header-top-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 20px 0;
}

#header-user-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 50px;
}

.header-user-link {
	display: block;
	min-width: 94px;
	padding-top: 3px;
}

.header-user-link:not(:last-child) {
	margin-right: 10px;
}

.header-perks-link {
	margin-right:10px;
	font-size:18px;
	text-decoration: underline;
	cursor: pointer !important;
}

#header-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding-right: 20px;
}

.header-social {
	display: block;
	opacity: 1;
	-webkit-transition-property:opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.header-social img {
	display: block;
}

.header-social:hover {
	opacity: 0.8;
}

.header-social:not(:last-child) {
	margin-right: 15px;
}

#header-bottom {
	background-color: #dbdcde;
}

#header-bottom > .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

#site-title {
	padding: 35px 10px;
	text-align: center;
	background-color: #00adef;
}

#site-title .responsive-img {
	display: block;
	margin: 0 auto;
}

#mobile-nav-toggle {
	display: none;
}

#header-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: calc(100% - 280px);
	font-size: 21px;
}

#header-nav ul {
	padding-left: 0;
	list-style-type: none;
	line-height: 1.1;
}

#header-nav ul li:not(:last-child) {
	margin-bottom: 0;
}

#header-nav ul li:before {
	content: '';
	margin: 0;
	position: static;
}

#header-nav > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%;
}

#header-nav .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 100%;
}

#header-nav .menu > .menu-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	text-align: center;
	position: relative;
}

#header-nav .menu-item a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: 400;
}

#header-nav .menu > .menu-item > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #374958;
	background-color: transparent;
	-webkit-transition-property:color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#header-nav .menu > .menu-item:hover > a, #header-nav .menu > .menu-item.current-menu-item > a, #header-nav .menu > .menu-item.current-page-ancestor > a {
	color: white;
	background-color: #00adef;
}

#header-nav .sub-menu {
	display: none;
	min-width: 160px;
	padding: 15px;
	color: #636567;
	font-size: 18px;
	text-align: left;
	background-color: white;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
}

#header-nav .menu-item:last-child > .sub-menu {
	/*text-align: right;*/
	left: auto;
	right: 0;
}

#header-nav .menu-item:hover > .sub-menu {
	display: block;
}

#header-nav .menu-item > .sub-menu > .menu-item {
	padding-left: 6px;
	text-indent: -6px;
}

#header-nav .menu-item > .sub-menu > .menu-item a {
	color: inherit;
}

#header-nav .menu-item > .sub-menu > .menu-item:not(:last-child) {
	padding-bottom: 8px;
}

#header-nav .menu-item > .sub-menu > .menu-item:hover > a {
	text-decoration: underline;
}

/* MODULES */

.text h1, .text .h1, .text h2, .text .h2, .text h3, .text .h3, .text h4, .text .h4, .text h5, .text .h5, .text h6, .text .h6 {
	margin-top: 50px;
}

.text h1:first-child , .text .h1:first-child , .text h2:first-child , .text .h2:first-child , .text h3:first-child , .text .h3:first-child , .text h4:first-child , .text .h4:first-child , .text h5:first-child , .text .h5:first-child , .text h6:first-child , .text .h6:first-child {
	margin-top: 0px;
}

.bg-light {
	background-color: transparent;
}

.bg-dark {
	background-color: #eeeff0;
}

.big-module {
	padding: 45px 0px;
}

.big-module .h1 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* BASIC CONTENT */

.basic-content {
	padding-bottom: 80px;
}

.basic-content:not(:first-child) {
	padding-top: 80px;
}

.bc-wrap {
	/*max-width: 900px;*/
	margin-top: 20px;
}

/* BASIC CONTENT WITH SIDE COLUMN */

.basic-content-with-side-column {
	padding-bottom: 80px;
}

.basic-content-with-side-column:not(:first-child) {
	padding-top: 80px;
}

.basic-content-with-side-column > .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.bcwsc-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.101694915254237%;
	-webkit-flex: 0 0 66.101694915254237%;
	flex: 0 0 66.101694915254237%;
	width: 66.101694915254237%;
}

.bcwsc-side {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.898305084745763%;
	-webkit-flex: 0 0 33.898305084745763%;
	flex: 0 0 33.898305084745763%;
	width: 33.898305084745763%;
	padding: 0 20px;
}


/* THREE COLUMN OVERVIEW */

.three-column-overview {
	padding: 16px 0 40px;
}

.tco-has-button {
	padding-bottom: 40px;
	position: relative;
}

.tco-has-button .tco-content {
	margin-bottom: 20px;
}

.tco-content {

}

.tco-content .spacer {
	height: 38px;
}

.tco-content blockquote {
	color: #374958;
	font-size: 24px;
	font-style: normal;
}

.tco-content blockquote cite {
	font-weight: inherit;
}

.tco-content input[type=submit] {
	width: 100%;
}

.tco-button {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* IMAGE SLIDER */

.is-wrap {
}

.is-wrap > .bx-wrapper {
	padding: 0 70px;
}

.is-slider {
}

.is-slide {
	text-align: center;
}

.is-slide img {
	display: inline-block;
}

.is-button {
	margin-top: 40px;
	text-align: center;
}

/* GRAPHICAL QUOTE */

.graphical-quote {
	width: 100%;
	height: 555px;
	color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.graphical-quote > .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
}

.graphical-quote h2 {
	margin-bottom: 50px;
	color: inherit;
	font-size: 48px;
	font-style: italic;
	font-weight: 300;
}

.graphical-quote blockquote {
	max-width: 830px;
	font-size: 48px;
	line-height: 1.2;
}

.graphical-quote blockquote cite {
	display: inline-block;
	margin-left: 10px;
	font-weight: inherit;
}

/* TEXT AND IMAGES */

.text-images {
	padding: 40px 0;
}

.text-images > .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.ti-images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40.677966101694915%;
	-webkit-flex: 0 0 40.677966101694915%;
	flex: 0 0 40.677966101694915%;
	width: 40.677966101694915%;
}

.ti-images .side-image {
	display: block;
	margin: 0 auto;
}

.ti-images .side-image:not(:last-child) {
	margin-bottom: 40px;
}

.ti-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 59.322033898305085%;
	-webkit-flex: 0 0 59.322033898305085%;
	flex: 0 0 59.322033898305085%;
	width: 59.322033898305085%;
}

.ti-text:first-child {
	padding-right: 20px;
}

.ti-text:last-child {
	padding-left: 20px;
}

.ti-accent {
	color: #374958;
	font-size: 36px;
	font-style: italic;
}

.text-images:last-child .ti-text {
	padding-bottom: 80px;
}

/* LARGE QUOTE NO IMAGE */

.large-quote-no-img > .wrap {
	color: #374958;
	font-size: 48px;
	font-style: italic;
}

.large-quote-no-img blockquote {
	color: inherit;
	font-size: inherit;
	font-style: inherit;
}

/* COURSE LIST */

.course-list ul li:not(:last-child) {
	margin-bottom: 10px;
}

/* BY THE NUMBERS */

.by-the-numbers {
	padding-bottom: 80px;
}

.bytn-image {
	width: 100%;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bytn-heading {
	margin-top: 30px;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #00adef;
}

/* HOW IT WORKS */

.how-it-works > .wrap {
	text-align: center;
}

.hiw-sub-heading {
	margin-bottom: 30px;
}

.how-it-works-ui {
	display: inline-block;
	max-width: 100%;
	text-align: left;
	position: relative;
}

#hiw-img {
	display: block;
	margin: 0 auto;
}

.hiw-popup {

}

.hiw-popup-line-trigger, .hiw-popup-line-straight, .hiw-popup-line-bend, .hiw-popup-line-end {
	overflow: visible;
	background-color: #f47820;
	cursor: pointer;
	position: absolute;
	z-index: 11;
}

.hiw-popup-line-straight {
	display: none;
}

.hiw-popup-line-trigger.hover .hiw-popup-line-straight {
	display: block;
}

.hiw-popup-line-trigger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: white;
	font-size: 36px;
	border-radius: 50%;
}

.hiw-sub-heading .hiw-popup-line-trigger {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	cursor: auto;
}

.hiw-popup-text {
	padding: 20px 30px;
	color: white;
	font-size: 22px;
	background-color: rgba(244, 121, 32, 0.8);
	position: absolute;
	z-index: 22;
}

.hiw-popup:nth-child(1) {

}

.hiw-popup:nth-child(1) .hiw-popup-line-trigger {
	top: 21.5456674473068%;
	left: 20.524017467248908%;
}

.hiw-popup:nth-child(1) .hiw-popup-line-straight {
	width: 133px;
	height: 4px;
	top: calc(50% - 2px);
	right: 100%;
}

.hiw-popup:nth-child(1) .hiw-popup-line-bend {
	width: 4px;
	height: 46px;
	bottom: 100%;
	left: 0;
}

.hiw-popup:nth-child(1) .hiw-popup-line-end {
	width: 18px;
	height: 4px;
	bottom: 100%;
	left: calc(50% - (18px / 2));
}

.hiw-popup:nth-child(1) .hiw-popup-text {
	width: 310px;
	bottom: calc(100% + 5px);
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hiw-popup:nth-child(2) {

}

.hiw-popup:nth-child(2) .hiw-popup-line-trigger {
	top: 44.964871194379391%;
	left: 25.873362445414847%;
}

.hiw-popup:nth-child(2) .hiw-popup-line-straight {
	width: 182px;
	height: 4px;
	top: calc(50% - 2px);
	right: 100%;
}

.hiw-popup:nth-child(2) .hiw-popup-line-bend {
	width: 4px;
	height: 152px;
	bottom: 100%;
	left: 0;
}

.hiw-popup:nth-child(2) .hiw-popup-line-end {
	width: 18px;
	height: 4px;
	bottom: 100%;
	left: calc(50% - (18px / 2));
}

.hiw-popup:nth-child(2) .hiw-popup-text {
	width: 310px;
	bottom: calc(100% + 5px);
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hiw-popup:nth-child(3) {

}

.hiw-popup:nth-child(3) .hiw-popup-line-trigger {
	top: 36.533957845433255%;
	right: 30.021834061135371%;
}

.hiw-popup:nth-child(3) .hiw-popup-line-straight {
	width: 4px;
	height: 109px;
	top: 100%;
	left: calc(50% - 2px);
}

.hiw-popup:nth-child(3) .hiw-popup-line-bend {
	width: 33px;
	height: 4px;
	top: 100%;
	right: 0;
}

.hiw-popup:nth-child(3) .hiw-popup-line-end {
	width: 4px;
	height: 18px;
	top: calc(50% - (18px / 2));
	right: 100%;
}

.hiw-popup:nth-child(3) .hiw-popup-text {
	width: 310px;
	right: calc(100% + 5px);
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hiw-popup:nth-child(4) {

}

.hiw-popup:nth-child(4) .hiw-popup-line-trigger {
	top: 21.07728337236534%;
	right: 39.737991266375546%;
}

.hiw-popup:nth-child(4) .hiw-popup-line-straight {
	width: 166px;
	height: 4px;
	left: 100%;
	top: calc(50% - 2px);
}

.hiw-popup:nth-child(4) .hiw-popup-line-bend {
	width: 4px;
	height: 50px;
	bottom: 0;
	right: 0;
}

.hiw-popup:nth-child(4) .hiw-popup-line-end {
	width: 18px;
	height: 4px;
	bottom: 100%;
	left: calc(50% - (18px / 2));
}

.hiw-popup:nth-child(4) .hiw-popup-text {
	width: 265px;
	bottom: calc(100% + 5px);
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hiw-popup:nth-child(5) {

}

.hiw-popup:nth-child(5) .hiw-popup-line-trigger {
	top: 24.355971896955504%;
	right: 7.423580786026201%;
}

.hiw-popup:nth-child(5) .hiw-popup-line-straight {
	width: 4px;
	height: 105px;
	top: 100%;
	left: calc(50% - 2px);
}

.hiw-popup:nth-child(5) .hiw-popup-line-bend {
	width: 4px;
	height: 0px;
	background-color: transparent;
	top: 100%;
	left: 0;
}

.hiw-popup:nth-child(5) .hiw-popup-line-end {
	width: 18px;
	height: 4px;
	top: 100%;
	left: calc(50% - (18px / 2));
}

.hiw-popup:nth-child(5) .hiw-popup-text {
	width: 290px;
	top: calc(100% + 5px);
	right: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

#hiw-mobile-text {
	display: none;
}

/* HERE'S WHY */

.heres-why {
	padding-bottom: 80px;
}

.hw-image {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
}

.hw-heading {
	margin-top: 10px;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}

.hw-column-content {
	margin-top: 30px;
}

/* PRICING */

.pc-description {
	margin-bottom: 40px;
}

.pc-circles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.pc-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 280px;
	height: 280px;
	color: white;
	background-color: #00adef;
	border-radius: 50%;
}

.pc-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 180px;
	padding: 40px 0 0 0;
}

.pc-large {
	font-size: 30px;
	text-align: center;
}

.pc-small {
	font-size: 20px;
	text-align: center;
}

.pc-button-wrap {
	height: 100px;
}

.pc-button {
	min-width: 186px;
}

/* ACCORDION */

.accordion-wrap {

}

.accordion-item:not(:last-child) {
	margin-bottom: 15px;
}

.accordion-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 15px 15px 60px;
	color: white;
	background-color: #374958;
	cursor: pointer;
}

.accordion-header h3 {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: calc(100% - 70px);
	margin-bottom: 0;
	color: inherit;
	font-size: 48px;
	font-weight: 300;
}

.accordion-indicator {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 70px;
	-webkit-flex: 1 0 70px;
	flex: 1 0 70px;
	width: 70px;
	font-size: 110px;
	line-height: 52px;
	position: relative;
	left: auto;
	bottom: 4px;
}

.accordion-indicator:after {
	content: '+';
}

.accordion-item.open .accordion-indicator {
	left: 1px;
	bottom: 13px;
}

.accordion-item.open .accordion-indicator:after {
	content: '–';
}

.accordion-content {
	display: none;
	padding: 20px 95px 60px;
	font-size: 18px;
	line-height: 1.5;
}

.accordion-item:first-child .accordion-content {
	display: block;
}

.accordion-content li {
	line-height: 1.5;
}

.accordion-content ul li:not(:last-child), .accordion-content ol li:not(:last-child) {
	margin-bottom: 10px;
}

.bg-light .accordion-content {
	background-color: #fafafa;
}

.bg-dark .accordion-content {
	background-color: #f4f4f4;
}

/* THREE COLUMN GRID */

.tcg-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tcg-item {
	width: 33.3333%;
	margin-bottom: 70px;
	padding-right: 30px;
}

.tcg-item:nth-child(3n+0) {
	padding-right: 0;
}

/* HOME */

#home-slider {
	overflow: hidden;
	background-color: #374958;
}

/* INTERIOR */

.interior-image-header {
	background-color: #374958;
}

.interior-image-header img {
	display: block;
	width: 100%;
	height: auto;
}

body:not(.page-template-no-heading-text-page) .interior {
	margin-top: 50px;
}

.page-title:last-child {
	margin-bottom: 30px;
}

.interior-introduction {
	margin-bottom: 80px;
	color: #374958;
	font-size: 32px;
	line-height: 1.1;
}

/* ORGANIZATION PAGE TEMPLATE */

#organization-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 70px;
}

#organization-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 280px;
	-webkit-flex: 0 0 280px;
	flex: 0 0 280px;
	width: 280px;
}

#organization-image img {
	display: block;
	width: 100%;
	height: auto;
}

#organization-image + #organization-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 900px;
	-webkit-flex: 1 1 900px;
	flex: 1 1 900px;
	width: calc(100% - 280px);
}

#organization-image + #organization-text {
	padding-left: 24px;
}

.org-heading {
	font-size: 50px;
}

.org-sub-heading {
	font-size: 36px;
	font-weight: 300;
}

/* BLOG */

#blog-container {
	margin-top: 0;
	padding: 50px 0;
	background-color: #eeeff0;
}

#blog-container.logo-bottom {
	padding-bottom: 80px;
}

.blog-title {
	margin-bottom: 50px;
}

.blog-loop {
	float: left;
	width: calc(100% - 320px - 40px);
}

.blog-loop article.post {
	margin-bottom: 30px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	background-color: white;
}

.blog-loop article.post img {
	display: block;
	max-width: 100%;
	height: auto;
}

.blog-loop article.post .content-wrap {
	padding: 30px;
}

.blog-loop article.post .content-wrap .content-header h2 {
	margin-bottom: 0px;
}

.blog-loop article.post .content-wrap .content-header time {
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
}

#blog-container .text {
	font-size: 19px;
	line-height: 1.35;
}

/* BLOG SIDEBAR */

.blog-sidebar {
	float: right;
	width: 320px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	line-height: 1.25;
}

.blog-sidebar .widget-list {
	padding-left: 0;
	list-style-type: none;
}

.blog-sidebar li:before {
	content: '';
	display: none;
}

.blog-sidebar .widget-title {
	margin-bottom: 30px;
}

.blog-sidebar .widget-container {
	margin-bottom: 40px;
	padding: 30px;
	background-color: white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}

.blog-sidebar .widget-title {
	margin-bottom: 16px;
	font-size: 20px;
}

.blog-sidebar .widget-container ul {
	padding: 0;
	list-style-type: none;
}

.blog-sidebar .widget-container li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.blog-sidebar a {
	color: inherit;
	text-decoration: none;
}

.blog-sidebar input {
	width: 100%;
}

.blog-sidebar .widget_search input[type="text"] {
	margin-bottom: 0 !important;
}

.blog-sidebar .widget_search input[type="submit"] {
	width: 1px;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
}

#comments {
	margin-top: 50px;
}

#comments-list {
	margin-bottom: 50px;
}

#comments-list > ul {
	padding-left: 0;
	list-style-type: none;
}

#comments-list .comment {
	padding: 10px 20px;
}

#comments-list .comment:nth-child(odd) {
	background-color: #eeeff0;
}

#comments-list .comment:before {
	content: '';
	display: none;
}

#comments .comment-author .avatar {
	display: inline-block;
	margin-right: 10px;
}

.comment-metadata {
	margin-top: 6px;
}

.comment-content {
	margin-top: 6px;
	font-size: 17px;
	line-height: 1.35;
}

/* SEARCH */

#search-container {
	margin-top: 0;
	padding-top: 50px;
	padding-bottom: 80px;
	font-size: 18px;
	line-height: 1.35;
	background-color: #fafafa;
}

.search-loop {
	max-width: 800px;
}

.search-loop > article:not(:last-child) {
	margin-bottom: 40px;
}

.search-result-header {
	margin-bottom: 6px;
}

#searchform {
	max-width: 800px;
}

/* 404 */

#content-404 {
	padding-top: 20px;
	padding-bottom: 50px;
}

#content-404 #searchform {
	margin-top: 50px;
}

/* POST NAV */

.nav-previous, .nav-next {
	max-width: 48%;
}

.nav-previous {
	float: right;
}

.nav-next {
	float: left;
}

#nav-below {
	margin-top: 50px;
}

#nav-below a {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	background-color: white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}

/* FOOTER */

#site-footer {
	padding: 50px 0 50px;
	color: white;
	background-color: #374958;
}

#site-footer a {
	color: white;
}

.footer-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.fg-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

.fg-col-1 {
	width: calc(100% - 280px);
}

.fg-col-2 {
	width: 280px;
}

#footer-signup {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#footer-nav {
	margin-top: 40px;
	padding-left: 50px;	
	font-size: 19px;
}

#footer-nav ul {
	padding-left: 0;
}

#footer-nav ul li:before {
	display: none;
	content: '';
}

#footer-nav ul li:not(:last-child) {
	margin-bottom: 0;
}

#footer-nav .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#footer-nav .menu-item a {
	padding: 50px 18px;
	font-weight: 300;
	text-decoration: none;
}

#footer-nav .menu-item:first-child a {
	padding-left: 0;
}

#footer-nav .menu-item:hover a {
	text-decoration: underline;
}

#footer-nav .menu-item.current-menu-item a, #footer-nav .menu-item.current-page-ancestor a {
	font-weight: 600;
}

#footer-nav .sub-menu {
	display: none;
}

#footer-icons {

}

#footer-logo > img {
	display: block;
}

#footer-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 50px;
	margin-bottom: 70px;
}

.footer-social {
	display: block;
	max-width: 24%;
	opacity: 1;
	-webkit-transition-property:opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.footer-social:not(:last-child) {
	margin-right: 28px;
}

.footer-social:hover {
	opacity: 0.8;
}

#footer-disclaimer {
	padding-right: 17.777777777777778%;
	font-size: 18px;
	line-height: 1.5;
}

#footer-copyright {
	font-size: 14px;
	line-height: 1.8;
}

#footer-copyright a {
	font-weight: 600;
	text-decoration: none;
}

#footer-copyright a:hover {
	text-decoration: underline;
}

/* SHORTCODES */

.has-more > p:first-child:empty, .has-more-full > p:first-child:empty {
	display: none;
}

.more-link {
	color: #374958;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
}

.has-more-full {
	display: none;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1250px) {
	.wrap {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media screen and (max-width: 1200px) {
	html, body {
		font-size: 20px;
	}

	/* HEADER */

	#site-title {
		padding: 20px 10px;
	}

	#header-nav {
		font-size: 19px;
	}

	/* THREE COLUMN OVERVIEW */

	.tco-content input[type=submit] {
		font-size: 18px;
	}

	/* HOW IT WORKS */

	/* LEFT SIDE */

	.hiw-popup:nth-child(1) .hiw-popup-line-straight, .hiw-popup:nth-child(2) .hiw-popup-line-straight {
		width: 133px;
		height: 4px;
		bottom: auto;
		top: calc(50% - 2px);
		right: auto;
		left: 100%;
	}

	.hiw-popup:nth-child(1) .hiw-popup-line-bend, .hiw-popup:nth-child(2) .hiw-popup-line-bend {
		width: 4px;
		height: 46px;
		top: auto;
		bottom: 100%;
		left: auto;
		right: 0;
	}

	.hiw-popup:nth-child(1) .hiw-popup-line-end, .hiw-popup:nth-child(2) .hiw-popup-line-end {
		width: 18px;
		height: 4px;
		top: auto;
		bottom: 100%;
		left: auto;
		right: calc(50% - (18px / 2));
	}

	.hiw-popup:nth-child(1) .hiw-popup-text, .hiw-popup:nth-child(2) .hiw-popup-text {
		width: 310px;
		top: auto;
		bottom: calc(100% + 5px);
		left: auto;
		right: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	/* RIGHT SIDE */

	.hiw-popup:nth-child(3) .hiw-popup-line-straight, .hiw-popup:nth-child(4) .hiw-popup-line-straight, .hiw-popup:nth-child(5) .hiw-popup-line-straight {
		width: 133px;
		height: 4px;
		bottom: auto;
		top: calc(50% - 2px);
		left: auto;
		right: 100%;
	}

	.hiw-popup:nth-child(2) .hiw-popup-line-trigger, .hiw-popup:nth-child(3) .hiw-popup-line-trigger {
		z-index: 33;
	}

	.hiw-popup:nth-child(3) .hiw-popup-line-bend, .hiw-popup:nth-child(4) .hiw-popup-line-bend, .hiw-popup:nth-child(5) .hiw-popup-line-bend {
		width: 4px;
		height: 46px;
		top: auto;
		bottom: 100%;
		right: auto;
		left: 0;
	}

	.hiw-popup:nth-child(5) .hiw-popup-line-bend {
		background-color: #f47820;
	}

	.hiw-popup:nth-child(3) .hiw-popup-line-end, .hiw-popup:nth-child(4) .hiw-popup-line-end, .hiw-popup:nth-child(5) .hiw-popup-line-end {
		width: 18px;
		height: 4px;
		top: auto;
		bottom: 100%;
		right: auto;
		left: calc(50% - (18px / 2));
	}

	.hiw-popup:nth-child(3) .hiw-popup-text, .hiw-popup:nth-child(4) .hiw-popup-text, .hiw-popup:nth-child(5) .hiw-popup-text {
		width: 310px;
		top: auto;
		bottom: calc(100% + 5px);
		right: auto;
		left: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	/* GRAPHICAL QUOTE */

	.graphical-quote {
		height: auto;
		padding: 9% 0;
	}

	.graphical-quote h2 {
		font-size: 70px;
	}

	.graphical-quote blockquote {
		max-width: 75%;
		font-size: 36px;
	}

	/* BY THE NUMBERS */

	.bytn-heading {
		font-size: 50px;
	}

	/* HERE'S WHY */

	.hw-heading {
		font-size: 26px;
	}

	/* ACCORDION */

	.accordion-header {
		padding: 15px 15px 15px 30px;
	}

	.accordion-header h3 {
		font-size: 36px;
	}

	.accordion-content {
		padding: 20px 50px 40px;
	}

	/* TEXT / IMAGES */

	.ti-accent {
		font-size: 29px;
	}

	/* LARGE QUOTE NO IMAGES */

	.large-quote-no-img > .wrap {
		font-size: 40px;
	}

	/* FOOTER */

	#site-footer {
		padding-bottom: 100px;
	}

	#footer-nav {
		font-size: 16px;
		padding-left:  100px
	}

	#footer-nav .menu-item a {
		padding: 7px 13px;
	}

	#footer-disclaimer {
		font-size: 15px;
	}
}

@media screen and (max-width: 1180px) {
	/* WRAP WIDTH */

	.wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wrap.no-mobile-padding {
		padding-left: 0;
		padding-right: 0;
	}
}

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

	html, body, #blog-container .text {
		font-size: 18px;
	}

	h1, .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
		font-size: 46px;
	}

	h2, .h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
		font-size: 36px;
	}

	h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3 {
		font-size: 28px;
	}

	h4, .h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4 {
		font-size: 24px;
	}

	h5, .h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5 {
		font-size: 20px;
	}

	/* LAYOUT */

	.wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* BUTTON STYLES */

	button, .button, input[type=submit] {
		font-size: 17px;
	}

	/* HEADER */

	#header-nav {
		font-size: 17px;
	}

	#header-nav .sub-menu {
		font-size: 16px;
	}

	/* HOME */

	#home-slider .tp-caption.CTA, #home-slider .CTA {
		padding: 4px 8px !important;
		font-size: 16px !important;
		line-height: 1 !important;
	}

	/* THREE COLUMN OVERVIEW */

	.tco-content input[type=submit] {
		font-size: 17px;
	}

	/* GRAPHICAL QUOTE */

	.graphical-quote h2 {
		font-size: 7vw;
	}

	.graphical-quote blockquote {
		font-size: 3.1vw;
	}

	/* FOOTER */

	#site-footer {
		padding-bottom: 50px;
	}

	#footer-nav {
		margin-top: 20px;
	}
}

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

	html, body, .text, #blog-container .text {
		font-size: 16px;
	}

	h1, .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
		font-size: 40px;
	}

	h2, .h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
		font-size: 32px;
	}

	h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3 {
		font-size: 25px;
	}

	h4, .h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4 {
		font-size: 22px;
	}

	h5, .h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5 {
		font-size: 19px;
	}

	.text h1, .text .h1, .text h2, .text .h2, .text h3, .text .h3, .text h4, .text .h4, .text h5, .text .h5, .text h6, .text .h6 {
		margin-top: 30px;
	}

	/* FORM ELEMENTS */

	label {
		font-size: inherit;
	}

	/* SLIDER ARROWS */

	body .bx-wrapper .bx-controls-direction .bx-next, body .tparrows.tp-rightarrow, body .bx-wrapper .bx-controls-direction .bx-prev, body .tparrows.tp-leftarrow, body .bg-light .bx-wrapper .bx-controls-direction .bx-prev, body .bg-dark .bx-wrapper .bx-controls-direction .bx-prev, body .bg-light .bx-wrapper .bx-controls-direction .bx-next, body .bg-dark .bx-wrapper .bx-controls-direction .bx-next {
		width: 40px;
		height: 40px;
	}

	/* LAYOUT */

	.half {
		width: calc((100% / 2) - (25px / 2));
		margin-right: 25px;
	}

	.third {
		width: calc((100% / 3) - (25px * 2 / 3));
		margin-right: 25px;
	}

	.fourth {
		width: calc((100% / 4) - (20px * 3 / 4));
		margin-right: 20px;
	}

	.big-module {
		padding: 4vw 0px;
	}

	/* HEADER */

	#header-user-links {
		padding-right: 30px;
	}

	#header-social {
		padding-right: 15px;
	}

	#header-bottom {
		position: relative;
	}

	#header-bottom > .wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#mobile-nav-toggle {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		width: calc(100% - 280px);
		padding-right: 15px;
	}

	#header-nav {
		width: 100%;
		max-height: 0;
		overflow: hidden;
		background-color: #eeeff0;
		-webkit-transition-property: max-height;
		transition-property: max-height;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 9999;
	}

	#header-nav.open {
		max-height: 100vh;
	}

	#header-nav .menu {
		display: block;
		padding: 20px 15px 10px;
		border-bottom: 15px solid #00adef;
	}

	#header-nav .menu > .menu-item {
		display: block;
		margin-bottom: 10px;
		text-align: left;
	}

	#header-nav .menu > .menu-item > a {
		display: block;
	}

	#header-nav .sub-menu {
		display: block;
		padding: 10px 0 10px 20px;
		background-color: transparent;
		box-shadow: none;
		position: static;
	}

	#header-nav .menu-item > .sub-menu > .menu-item:not(:last-child) {
		margin-bottom: 10px;
		padding-bottom: 0;
	}

	/* HEADER ITEM STYLES */

	#header-nav .menu > .menu-item:hover > a, #header-nav .menu > .menu-item.current-menu-item > a, #header-nav .menu > .menu-item.current-page-ancestor > a {
		color: #00adef;
		background-color: transparent;
	}

	#header-nav .menu > .menu-item.current-menu-item > a, #header-nav .menu > .menu-item.current-page-ancestor > a {
		font-weight: 700;
	}

	/* THREE COLUMN OVERVIEW */

	.tco-content .spacer {
		height: 4vw;
	}

	.tco-content blockquote {
		font-size: 20px;
	}

	.tco-content input[type=submit] {
		font-size: 13px;
	}

	/* BY THE NUMBERS */

	.bytn-heading {
		font-size: 42px;
	}

	/* PRICING */

	.pc-circle {
		width: 220px;
		height: 220px;
	}

	.pc-large {
		font-size: 24px;
	}

	.pc-small {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.pc-button {
		min-width: 140px;
	}

	/* HERE'S WHY */

	.hw-heading {
		font-size: 20px;
	}

	/* ACCORDION */

	.accordion-header {
		padding: 15px;
	}

	.accordion-header h3 {
		font-size: 28px;
	}

	.accordion-indicator {
		font-size: 70px;
		line-height: 36px;
	}

	.accordion-item.open .accordion-indicator {
		bottom: 10px;
	}

	.accordion-content {
		padding: 20px;
	}

	/* INTERIOR */

	body:not(.page-template-no-heading-text-page) .interior {
		margin-top: 40px;
	}

	.interior-introduction {
		margin-bottom: 40px;
	}

	#organization-header {
		margin-bottom: 40px;
	}

	#organization-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 140px;
		-webkit-flex: 0 0 140px;
		flex: 0 0 140px;
		width: 140px;
	}

	#organization-image img {
		image-rendering: -moz-crisp-edges;         /* Firefox */
		image-rendering:   -o-crisp-edges;         /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
	}

	#organization-image + #organization-text {
		width: calc(100% - 140px);
	}

	.org-heading {
		font-size: 36px;
	}

	.org-sub-heading {
		font-size: 26px;
	}

	/* BLOG */

	#blog-container {
		padding: 20px 0;
	}

	.blog-loop {
		width: calc(100% - 260px - 20px);
	}

	.blog-loop article.post {
		margin-bottom: 20px;
	}

	.blog-loop article.post .content-wrap {
		padding: 20px;
	}

	.blog-sidebar {
		width: 260px;
	}

	.blog-sidebar .widget-container {
		margin-bottom: 20px;
		padding: 20px;
	}

	#nav-below {
		margin-top: 20px;
	}

	.nav-next, .nav-previous {
		float: none;
		max-width: 100%;
	}

	.nav-previous {
		margin-top: 20px;
	}

	/* FOOTER */

	.fg-col-1 {
		width: calc(100% - 200px);
	}

	#footer-nav {
		font-size: 13px;
	}

	#footer-nav .menu-item a {
		padding: 5px 8px;
	}

	.fg-col-2 {
		width: 200px;
	}

	.footer-social {
		max-width: 22%;
	}

	#footer-social img {
		image-rendering: -moz-crisp-edges;         /* Firefox */
		image-rendering:   -o-crisp-edges;         /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
	}
}

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

	/* HEADER */

	#top-blue-block {
		display: none;
	}

	#header-top-right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
	}

	#header-social {
		padding-right: 0;
	}

	/* LAYOUT */

	.flex-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.half, .third, .fourth {
		width: 100%;
		margin-right: 0;
	}

	/* THREE COLUMN OVERVIEW */

	.tco-column {
		text-align: center;
	}

	.tco-column:not(:first-child) {
		margin-top: 30px;
	}

	.page-id-2590 .tco-column:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		margin-top: 30px;
	}

	.page-id-2590 .tco-column:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-top: 30px;
	}

	.page-id-2590 .tco-column:nth-child(3) {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
		margin-top: 0px;
	}

	.tco-column .spacer {
		display: none;
	}

	.tco-has-button {
		padding-bottom: 0;
	}

	.tco-button {
		position: static;
	}

	.tco-content input[type=submit] {
		font-size: 16px;
	}

	.tco-content input {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	/* HOW IT WORKS */

	.hiw-sub-heading {
		display: none;
	}

	#hiw-popups .hiw-popup-line-trigger {
		display: none;
	}

	#hiw-mobile-text {
		display: block;
	}

	.hiw-mobile-text {
		margin: 20px 0;
		font-size: 20px;
	}

	.hiw-mobile-text .hiw-popup-line-trigger {
		float: left;
		width: 35px;
		margin-right: 10px;
		position: static;
	}

	.hiw-mt-content {
		float: right;
		width: calc(100% - 45px);
	}

	/* GRAPHICAL QUOTE */

	.graphical-quote blockquote {
		font-size: 22px;
	}

	/* BY THE NUMBERS */

	.bytn-heading {
		margin-top: 10px;
	}

	.bytn-column:not(:first-child) {
		margin-top: 30px;
	}

	/* BASIC CONTENT */

	/* BASIC CONTENT WITH SIDE COLUMN */

	.basic-content-with-side-column > .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.bcwsc-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}

	.bcwsc-side {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin-top: 40px;
		padding: 0;
	}

	/* TEXT AND IMAGES */

	.text-images > .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.ti-images, .ti-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}

	.ti-images {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
		margin-bottom: 30px;
	}

	.ti-images .side-image:not(:last-child) {
		margin-bottom: 20px;
	}

	.ti-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.ti-text:first-child, .ti-text:last-child {
		padding-left: 0;
		padding-right: 0;
	}

	.text-images:last-child .ti-text {
		padding-bottom: 40px;
	}

	/* LARGE QUOTE NO IMAGE */

	.large-quote-no-img > .wrap {
		font-size: 5.5vw;
	}

	/* PRICING CIRCLES */

	.pc-circles {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.pc-circle {
		width: 280px;
		height: 280px;
	}

	.pc-circle:not(:last-child) {
		margin-bottom: 30px;
	}

	.pc-large {
		font-size: 28px;
	}

	.pc-small {
		font-size: 20px;
		margin-bottom: 0;
	}

	.pc-button {
		min-width: 186px;
		font-size: 19px;
	}

	/* HERE'S WHY */

	.hw-column:not(:first-child) {
		margin-top: 30px;
	}

	.hw-heading {
		font-size: 32px;
	}

	.hw-column-content {
		margin-top: 0;
	}

	/* THREE COLUMN GRID */

	.tcg-item {
		width: 50%;
		margin-bottom: 40px;
		padding-right: 20px;
	}

	.tcg-item:nth-child(3n+0) {
		padding-right: 20px;;
	}

	.tcg-item:nth-child(2n+0) {
		padding-right: 0px;
	}

	/* INTERIOR */

	.interior-introduction {
		font-size: 28px;
	}

	/* BLOG */

	.blog-loop {
		float: none;
		width: 100%;
	}

	.blog-sidebar {
		float: none;
		width: 100%;
	}

	#nav-below {
		margin-bottom: 20px;
	}

	/* FOOTER */

	#site-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#footer-nav-wrap {
		margin-bottom: 20px;
		text-align: center;
	}

	#footer-nav {
		display: none;
	}

	.fg-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.fg-col-1, .fg-col-2 {
		width: 100%;
	}

	#footer-logo > img {
		margin: 0 auto;
	}

	#footer-social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#footer-social a {
		width: 36px;
	}

	#footer-text {
		text-align: center;
	}

	#footer-disclaimer {
		margin-bottom: 30px;
		padding-right: 0;
	}
}

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

	h1, .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
		font-size: 32px;
	}

	/* GRAPHICAL QUOTE */

	.graphical-quote blockquote {
		max-width: 100%;
	}

	/* IMAGE SLIDER */

	.is-wrap > .bx-wrapper {
		padding: 0 60px;
	}

	/* THREE COLUMN GRID */

	.tcg-item, .tcg-item:nth-child(2n+0), .tcg-item:nth-child(3n+0) {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}

	/* ACCORDION */

	.accordion-header h3 {
		width: calc(100% - 40px);
	}

	.accordion-indicator {
		width: 40px;
	}

	/* ORGANIZATION */

	#organization-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#organization-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}

	#organization-image img {
		width: auto;
		margin: 0 auto;
	}

	#organization-image + #organization-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.blue-block {
		width: 100%;
	}

	.header-perks-link {
		margin-bottom: 15px;
	}

	#header-top-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#header-user-links {
		padding-right: 0;
	}

	#header-social {
		margin-top: 20px;
	}

	#header-bottom > .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#mobile-nav-toggle {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 15px 0;
		width: 100%;
	}

	#home-slider {
		display: none;
	}

	/* GRAPHICAL QUOTE */

	.graphical-quote h2 {
		font-size: 32px;
		margin-bottom: 20px;
		text-align: center !important;
	}

	.graphical-quote blockquote {
		text-align: center !important;
	}

	/* IMAGE SLIDER */

	.is-wrap > .bx-wrapper {
		padding: 0;
	}

	.is-wrap .bx-controls {
		display: none;
	}

	/* ACCORDION */

	.accordion-header h3 {
		font-size: 22px;
	}
}