/*
Theme Name: AWI
Theme URI: https://www.advp.com
Author: Adventure Web Interactive
Author URI: https://www.advp.com
Description: Custom designed theme by AWI
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awi
Site Name: Your Brain Fitness Center
*/


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinsbold_italic';
    src: url('../fonts/poppins-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/poppins-italic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinssemibold_italic';
    src: url('../fonts/poppins-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinslight_italic';
    src: url('../fonts/poppins-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
		-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background-color: #ff0;
}

small {
	font-size: .75em;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	height: 0;
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	opacity: .54;
	color: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

::-moz-selection {
	color: rgb(106, 10, 16);
	background: rgb(246, 210, 213);
	text-shadow: none;
}

::selection {
	color: rgb(106, 10, 16);
	background: rgb(246, 210, 213);
	text-shadow: none;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html {
	font-family: sans-serif;
	font-size: 18px;
		-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 100%/1.4 'poppinsregular', Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
}

.sourcesanspro-font-loaded body {
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
	margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
	line-height: 1.2;
	margin-top: 40px;
}

h1,
.alpha {
	font-size: 2.3em;
	font-family: 'poppinslight';
}

h2,
.beta {
	font-size: 1.9em;
	font-family: 'poppinsbold';
}

h3,
.gamma {
	font-size: 1.5em;
	font-family: 'poppinsbold';
}

h4,
.delta {
	font-size: 1.125em;
	font-family: 'poppinsbold';
}

h5 {
	font-size: .875em;
}

h6 {
	font-size: .75em;
}

ul,
ol,
dl,
menu {
	margin: 0 0 20px 40px;
	padding: 0;
}

a {
	-webkit-transition: .3s ease all;
		 -o-transition: .3s ease all;
			transition: .3s ease all;
	text-decoration: none;
	color: #137dd9;
}

a:focus,
a:active,
a:hover {
	text-decoration: underline;
	outline: 0;
}

strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

small,
sub,
sup {
	font-size: 80%;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}

blockquote {
	padding: 20px;
	color: #d1202c;
	border-left: 8px solid;
}

.responsive-embed-container {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 46.25%;
}

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

@media screen and (max-width: 767px) {
	blockquote {
		padding: 15px;
	}
}

@media screen and (max-width: 567px) {
	html {
		font-size: 1rem;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix::after,
.container::after {
	display: block;
	clear: both;
	content: '';
}

.browserupgrade {
	padding: 5px 0;
	text-align: center;
	color: #000;
	background: #ccc;
}

[style*='background-image'] {
	background-position: center;
	background-size: cover;
}

.inlineblock-fix {
	font-size: 0;
}

.inlineblock-reset {
	font-size: 1rem;
}

:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
	margin-top: 0;
}

:last-child {
	margin-bottom: 0;
}

.list--unstyled {
	margin: 0;
	list-style: none;
}

.skip-nav {
	line-height: 32px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	text-align: center;
	color: #fff;
	background: rgba(176, 16, 27, .75);
}

.skip-nav:focus {
	height: 32px;
	text-decoration: none;
	outline: 1px dotted #000;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.icon-phone,
.icon-feed {
	width: .7861328125em;
}

.icon-linkedin {
	width: .857421875em;
}

.icon-pinterest {
	width: .7138671875em;
}

.icon-youtube {
	width: .857421875em;
}

.icon-houzz {
	width: .5712890625em;
}

.icon-instagram {
	width: .857421875em;
}

.icon-google-plus {
	width: 1.2861328125em;
}

.icon-twitter {
	width: .9287109375em;
}

.icon-facebook {
	width: .587890625em;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend {
    white-space: normal;
    *margin-left: -7px;
}

label {
	display: block;
	margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
	font: inherit;
	width: 100%;
	height: 42px;
	padding: 0 10px;
	color: #444;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #d1202c;
	outline: 0;
}

input,
textarea {
	-webkit-appearance: none;
}

select {
	padding: 0 0 0 5px;
}

textarea {
	overflow: auto;
	height: 120px;
	padding: 10px;
	resize: vertical;
	vertical-align: top;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	cursor: pointer;
	*overflow: visible;
	-webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type='radio'],
input[type='checkbox'] {
	width: auto;
	height: auto;
	margin: 0 4px 0 0;
	padding: 0;
	border: none;
}

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

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

input[type='file'] {
	height: auto;
	height: 32px\9;
	border: none;
	border: 1px solid #ccc\9;
	background: none;
	background: #fff\9;
}

input[type='file']::-ms-value {
	border: none;
	background: #fff;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	line-height: 1.2;
	width: auto;
	height: auto;
	padding: .6em 1.25em;
	cursor: pointer;
	-webkit-transition: .3s ease all;
		 -o-transition: .3s ease all;
			transition: .3s ease all;
	color: #fff;
	border: none;
	border-radius: 25px;
	background: #137dd9;
	-webkit-appearance: none;
}

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

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
	text-decoration: none;
	background: #1171c4;
}

button:focus,
html input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus {
	text-decoration: none;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
	-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
			transform: translateY(1px);
}

button[disabled],
html input[disabled] {
	cursor: default;
}

form .list--unstyled {
	margin: 0 -6px;
}

form .list--unstyled li {
	margin: 12px 6px;
}

.list--unstyled .form-field--half {
	float: left;
	width: calc(50% - 12px);
	margin: 6px;
}

.list--unstyled .form-field--third {
	float: left;
	width: calc(33.3333% - 12px);
	margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third {
	margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
	margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third) {
	clear: both;
	margin-top: 0;
	padding-top: 6px;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
	margin-top: 0;
}

@media screen and (max-width: 567px) {
	.list--unstyled .form-field--half,
	.list--unstyled .form-field--third {
		float: none;
		width: auto;
		margin: 12px 6px;
	}

	.form-field--half + li:not(.form-field--half):not(.form-field--third),
	.form-field--third + li:not(.form-field--half):not(.form-field--third) {
		margin-top: 12px;
		padding-top: 0;
	}

	form .list--unstyled .form-field--half:first-child + .form-field--half,
	form .list--unstyled .form-field--third:first-child + .form-field--third,
	form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
		margin-top: 12px;
	}

	form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
		margin-bottom: 12px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container {
	max-width: 1400px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}

.full-width {
	float: none;
	width: 100%;
	max-width: 54em;
	margin: 0 auto;
}

.page-id-2 .full-width {
	float: none;
	width: 100%;
	max-width: 64em;
	margin: 0 auto;
}

.form-list {
	max-width: 500px;
	margin: 0;
	list-style: none;
}

.form-list li {
	margin: 10px 0 0;
}

.form-list li:first-child {
	margin: 0;
}

@media screen and (max-width: 1023px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.header{
	position: absolute;
	right: 0;
	left: 0;
	z-index: 9999;
}

.header .logo {
	float: left;
	padding-left: 10px;
	max-width: 100%;
}

.header .container {
	padding: 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}

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

@media screen and (max-width: 567px) {
	.header .container{
		flex-wrap: wrap;
		padding: 33px 10px 0 10px;
		border-bottom: none;
	}
	.header .logo{
		float: none;
		padding-left: 0;
		margin: 0 auto;
	}
	.nav{
		float: none;
		margin-left: 0;
		margin: 0 auto;
	}

}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */

.nav {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-left: auto;
	text-align: right;
}

.nav .container {
	padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav {
	font-size: 0;
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0;
	list-style: none;
}

.awiNav.collapsable {
	white-space: nowrap;
}

.awiNav li {
	position: relative;
	margin: 0;
}

.awiNav > li {
	font-size: 1rem;
	line-height: 100px;
	display: inline-block;
	height: 100px;
}

.awiNav a {
	font-size: 16px;
	display: block;
	padding: 0 15px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #cdcdcd;
}

.awiNav a:hover {
	color: #137dd9;
}

.awiNav ul:before{
	content: '';
    position: absolute;
    top: -13px;
    left: 25px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 13px;
    width: 20px;
   	background: #137dd6;
}

.awiNav ul {
	line-height: 1;
	position: absolute;
	top: 80%;
	left: 0;
	display: none;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	background: #0f102e;
	border: 2px solid #137dd9;
}

.awiNav > li:last-child ul {
	right: 0;
	left: auto;
}

.awiNav ul ul {
	top: -.5em;
	right: auto;
	left: 100%;
}

.awiNav > li:last-child ul ul {
	right: 100%;
	left: auto;
}

.awiNav ul a {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #fff;
}

.awiNav ul a:hover {
	color: #fff;
	background-color: #137dd9;
}

@media screen and (min-width: 1024px) {
	.awiNav li:hover > ul {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.awiNav > li {
		line-height: 100px;
		height: 100px;
	}

	.awiNav a {
		font-size: 16px;
		display: block;
		padding: 0 10px;
		white-space: nowrap;
		text-decoration: none;
		text-transform: uppercase;
		color: #cdcdcd;
	}
}

@media screen and (max-width: 1023px) {
	.awiNav ul:before{
		display: none;
	}
	.awiNav-cover {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh + 200px);
		cursor: pointer;
		background: rgba(0, 0, 0, .6);
	}

	.awiNav__trigger {
		line-height: 0;
		position: relative;
		display: block;
		width: 50px;
		height: 80px;
		margin: 0 10px 0 0;
		padding: 0;
		cursor: pointer;
		border: 0;
		border-radius: 0;
		outline: 0;
	}

	.awiNav__trigger,
	.awiNav__trigger:hover {
		background: transparent;
	}

	.awiNav__trigger:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__trigger span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 4px;
		margin: -2px 0 0 -20px;
		border-radius: 2px / 50%;
		background: #74acb2;
		-webkit-box-shadow: 0 -10px 0 #74acb2, 0 10px 0 #74acb2;
				box-shadow: 0 -10px 0 #74acb2, 0 10px 0 #74acb2;
	}

	.awiNav-wrap {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 100%;
		width: calc(100% - 45px);
		max-width: 320px;
		height: calc(100vh + 200px);
		padding-bottom: 200px;
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		background: #74acb2;
	}

	.awiNav-wrap.nav-shown {
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}

	.awiNav-wrap .awiNav__close {
		font-size: .9rem;
		font-weight: 700;
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		padding-left: 50px;
		text-align: left;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		background: none;
	}

	.awiNav-wrap .awiNav__close:hover,
	.awiNav a:hover {
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__close:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__close span {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 3px;
		-webkit-transform: rotate(45deg) translateX(4px);
			-ms-transform: rotate(45deg) translateX(4px);
				transform: rotate(45deg) translateX(4px);
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
		border-radius: 2px;
		background: #fff;
	}

	.awiNav__close span ~ span {
		-webkit-transform: rotate(-45deg) translateX(-4px);
			-ms-transform: rotate(-45deg) translateX(-4px);
				transform: rotate(-45deg) translateX(-4px);
		-webkit-transform-origin: right center;
			-ms-transform-origin: right center;
				transform-origin: right center;
	}

	.awiNav {
		overflow-y: auto;
		width: 100%;
		max-height: calc(100% - 45px);
		text-align: left;
	}

	.awiNav.nav-hidden,
	.awiNav .nav-hidden {
		display: none;
	}

	.awiNav.nav-shown,
	.awiNav .nav-shown {
		display: block;
	}

	.awiNav li,
	.awiNav > li {
		font-size: 0;
		line-height: 1.2;
		display: block;
		width: 100%;
		height: auto;
		border-bottom: 1px dotted rgba(255, 255, 255, .1);
	}

	.awiNav__links {
		position: relative;
	}

	.awiNav a,
	.awiNav ul a {
		font-size: 1rem;
		display: block;
		padding: calc(22.5px - .6rem) 15px;
		white-space: normal;
		color: #fff;
	}

	.awiNav a:hover {
		color: #fff;
	}

	.awiNav .awiNav__links > a {
		display: inline-block;
		width: calc(100% - 45px);
		vertical-align: middle;
	}

	.awiNav-wrap .awiNav .awiNav__togglesub {
		font-size: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 45px;
		height: 100%;
		vertical-align: middle;
		text-indent: -9999px;
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__togglesub.nav-hidden {
		display: none;
	}

	.awiNav__togglesub::before {
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		content: '';
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		border-width: 10px 5px 0 5px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	.sub-shown > .awiNav__links > .awiNav__togglesub::before {
		-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	.awiNav ul {
		position: static;
		padding: 0;
		border: 0;
		background: rgba(255, 255, 255, .1);
		-webkit-box-shadow: none;
				box-shadow: none;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.banner {
	position: relative;
	height: 950px;
}

.banner:after{
	content: '';
	position: absolute;
	background-image: url('../img/wave.png');
	width: 100%;
	height: 257px;
	bottom: 0;
}

.banner .overlay{
	background-image: url('../img/brain.png');
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 14px;
}

.banner .overlay .overlay-2{
	background-image: url('../img/overlay.png');
	width: 100%;
	height: 100%;
	position: absolute;

}

.banner .container {
	position: relative;
	z-index: 9;
	height: 100%;
}

/* UNCOMMENT FOR FLEXSLIDER
.banner .slides, .banner .slides li, .slide {
    height: 100%;
}*/

.banner .banner-content {
	position: absolute;
	top: 40%;
	left: 10px;
	width: 48%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	color: #fff;
}

.banner .banner-content h1 {
	font-size: 60px;
}

.banner .banner-content p{
	font-size: 30px;
	font-family: 'poppinslight';
}

.banner .banner-content .button{
	font-size: 30px;
	font-family: 'poppinslight';
	background: #fa9849;
	color: #0f102e;
	border-radius: 50px;
}

.banner .banner-content .button:hover{
	background: #137dd9;
	color: #fff;
}

.interior-banner {
	height: 600px;
	position: relative;
}

.interior-banner:after {
	position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(10, 11, 32, .5);
}

.interior-banner-header-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.interior-banner-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
	text-align: center;
	font-weight: 700;
	font-size: 5vw;
	z-index: 10;
}

.interior-banner-header h1 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	position: relative;
}

.interior-banner-header p {
	font-size: 21px;
	color: #fff;
}

@media screen and (max-width: 1223px){
	.banner .banner-content{
		width: 55%;
	}
}

@media screen and (max-width: 1023px) {
	.interior-banner {
		height: 400px;
	}

	.banner .banner-content {
	}
}

@media screen and (max-width: 767px) {
	.banner {
		height: 805px;
	}
	.banner .banner-content{
		width: 85%;
		left: 32px;
	}

	.banner .banner-content h1 {
		font-size: 32px;
	}
	.banner .banner-content p{
		font-size: 21px;
	}
	.banner .banner-content .button{
		font-size: 21px;
	}
}

@media screen and (max-width: 567px) {
	.interior-banner {
		height: 480px;
	}
	.banner:after{
		height: 159px;
	}
	.banner .overlay{
		background-position: bottom;
		bottom: 24px;
	}

	.banner .banner-content h1 {
		font-size: 30px;
	}
	.banner .banner-content{
		top: 45%;
	}
	.interior-banner-header h1 {
		font-size: 36px;
	}
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Video intro - $$video-intro
 * ----------------------------------------------------- *
\* ===================================================== */

.video-intro {
	padding: 40px 0;
}

.video-intro .container {
}


.video-intro .container .inner-content{
	display: flex;
}

.video-intro .container .inner-content .left-content{
	display: flex;
}

.video-intro .container .inner-content .left-content .video-box {
	width: 686px;
	max-width: 100%;
	height: 385px;
	position: relative;
}

.video-intro .container .inner-content .left-content .video-box a {
	height: 100%;
    width: 100%;
	display: block;
}

.video-intro .container .inner-content .left-content .video-box a:hover {
	opacity: .8;
}

.video-intro .container .inner-content .left-content .video-box .video-thumbnail-box {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
}

.video-intro .container .inner-content .left-content .video-box .video-thumbnail-box .play-icon svg {
	height: 65px;
	width: 26px;
	fill: #fff;
	filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 0.75));
	bottom: 166px;
    position: absolute;
    left: 50%;
}

.video-intro .container .inner-content .intro-content{
	width: 50%;
	margin-left: 40px;
}

.video-intro .container .inner-content .intro-content span h2{
	color: #137dd9;
	font-size: 36px;
}

.video-intro .container .inner-content .intro-content span h4{
	color: #0f102e;
	font-size: 24px;
	font-family: 'poppinsregular';
	font-weight: 400;
	margin-top: 0;
}

.video-intro .container .inner-content .intro-content span strong{
	font-weight: 700;
}

.video-intro .container .inner-content .intro-content span p{
	font-size: 16px;
	color: #0f102e;
}

@media screen and (max-width: 1270px) {
	.video-intro{
	}
	.video-intro .container .inner-content{
		flex-wrap: wrap;
		justify-content: center;
	}
	.video-intro .container .inner-content .intro-content{
		width: 100%;
		margin-top: 40px;
   		text-align: center;
    	padding: 0 10px;
    	margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.video-intro {
	}
	.video-intro .container .inner-content .intro-content span h2{
		font-size: 30px;
	}
	.video-intro .container .inner-content .intro-content span h4{
		font-size: 18px;
	}
}

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

}

@media screen and (max-width: 577px) {
	.video-intro {
	}
	.video-intro .container .inner-content .left-content{
		width: 90%;
	}
	.video-intro .container .inner-content .left-content .video-box{
		height: 300px;
	}
	.video-intro .container .inner-content .left-content .video-box .video-thumbnail-box .play-icon svg{
		bottom: 50%;
	}

}


@media screen and (max-width: 487px){
	.video-intro .container .inner-content .left-content .video-box{
		height: 256px;
	}
}

@media screen and (max-width: 487px){
	.video-intro .container .inner-content .left-content .video-box{
		height: 220px;
	}
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Services - $$services
 * ----------------------------------------------------- *
\* ===================================================== */

.services {
	padding: 70px 0;
	background-color: #f6fbfb;
}

.services .container .inner-content{
}

.services .container .inner-content .service-repeater{
}

.services .container .inner-content .service-repeater ul{
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

.services .container .inner-content .service-repeater ul li{
	text-align: center;
	width: 31%;
}

.services .container .inner-content .service-repeater ul li:first-child .bucket-img{
	width: 73px;
	height: 73px;
}

.services .container .inner-content .service-repeater ul li .bucket-img{
	width: 88px;
	height: 81px;
	margin: 0 auto;
}

.services .container .inner-content .service-repeater ul li h3{
	color: #0f102e;
	font-size: 36px;
	margin-top: 5px;
}

.services .container .inner-content .service-repeater ul li p{
	color: #0f102e;
	font-size: 16px;
	margin-bottom: 10px;
}

.services .container .inner-content .service-repeater ul li a{
	color: #137dd9;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services .container .inner-content .service-repeater ul li a svg{
	height: 15px;
	width: 10px;
	margin-left: 5px;
}

.services .container .inner-content .service-repeater ul li a:hover{
	color: #fa9849;
	text-decoration: none;
}

.services .container .inner-content .service-repeater ul li a:hover svg{
	color: #fa9849;
}


@media screen and (max-width: 1200px) {
	.services {
	}
	.services .container .inner-content .service-repeater ul li{
		width: 45%;
	}
}

@media screen and (max-width: 930px) {
	.services {
	}
	.services .container .inner-content .service-repeater{
		padding: 0 10px;
	}
	.services .container .inner-content .service-repeater ul li h3{
		font-size: 30px;
	}
}

@media screen and (max-width: 567px) {
	.services {
		padding: 50px 0;
	}

	.services .container .inner-content .service-repeater ul li{
		width: 100%;
	}
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Who We Are - $$who
 * ----------------------------------------------------- *
\* ===================================================== */

.who {
	padding: 90px 0;
}

.who .container .inner-content{
	text-align: center;
}

.who .container .inner-content h2{
	color: #137dd9;
	font-size: 48px;
}

.who .container .inner-content p{
	font-size: 24px;
}

.who .container .inner-content .cta-links{
	font-size: 24px;
}
.who .container .inner-content p a:hover{
	text-decoration: none;
	color: #fa9849;
}


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

@media screen and (max-width: 767px) {
	.who {
		padding: 60px 0;
	}
	.who .container .inner-content{
		padding: 0 10px;
	}
	.who .container .inner-content h2{
		font-size: 30px;
	}
	.who .container .inner-content p{
		font-size: 18px;
	}
}

@media screen and (max-width: 567px) {
	.who {
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  informational - $$informational
 * ----------------------------------------------------- *
\* ===================================================== */

.informational {
	padding: 70px 0 50px 0;
	background-color: #f6fbfb;
}

.informational .container {
}

.informational .container .inner-content{

}

.informational .container .inner-content .info-repeater{

}

.informational .container .inner-content .info-repeater ul{
	list-style: none;
	margin: 0;
	gap: 50px;
	display: flex;
    flex-wrap: wrap;
}

.informational .container .inner-content .info-repeater ul li{
	display: flex;
	align-items: center;
}

.informational .container .inner-content .info-repeater ul li:last-child .info-content{
	order: 2;
	padding: 0 0 0 40px;
}

.informational .container .inner-content .info-repeater ul li .info-content{
	width: 50%;
	padding-right: 40px;
}

.informational .container .inner-content .info-repeater ul li .info-image{
	height: 450px;
	width: 50%;
}

.informational .container .inner-content .info-repeater ul li .info-content h2{
	font-size: 36px;
	color: #137dd9;
}

.informational .container .inner-content .info-repeater ul li .info-content p{
	font-size: 16px;
	color: #0f102e;
	margin-bottom: 20px;
}

.informational .container .inner-content .info-repeater ul li .info-content .button{
	font-size: 18px;
	border-radius: 50px;
	background-color: #137dd9;
	padding: 25px 40px;
}	

.informational .container .inner-content .info-repeater ul li .info-content .button:hover{
	background-color: #fa9849;
}


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

@media screen and (max-width: 767px) {
	.informational {
		padding: 50px 0;
	}
	.informational .container .inner-content .info-repeater{
		padding: 0 20px;
	}
	.informational .container .inner-content .info-repeater ul li{
		flex-wrap: wrap;
	}
	.informational .container .inner-content .info-repeater ul li:first-child .info-content{
		order: 2;
	}
	.informational .container .inner-content .info-repeater ul li:last-child .info-content{
		order: 2;
		padding-left: 0;
		padding-top: 40px;
		text-align: center;
	}
	.informational .container .inner-content .info-repeater ul li .info-content{
		padding-right: 0;
		width: 100%;
		padding-top: 40px;
		text-align: center;
	}
	.informational .container .inner-content .info-repeater ul li .info-content h2{
		font-size: 30px;
	}
	.informational .container .inner-content .info-repeater ul li .info-image{
		width: 100%;
	}

}

@media screen and (max-width: 567px) {
	.informational {
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Testimonials - $$testimonials
 * ----------------------------------------------------- *
\* ===================================================== */

.testimonials{
	padding: 70px 0 20px 0;
}

.testimonials h2{
	text-align: center;
	color: #137dd9;
	font-size: 48px;
}

.testimonials .container .inner-content .reviews .wpbr-wrap .wpbr-collection__item .wpbr-review{
	background-color: rgb(246, 251, 251);
  	box-shadow: 0px 1px 5px 0px rgba(22, 22, 22, 0.45);
  	border: none;
  	display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.testimonial-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}

.testimonial-boxes ul li {
	flex: 48%;
	display: flex;
	align-items: center;
    justify-content: center;
	flex-direction: column;
	list-style: none;
	background: #fff;
	text-align: center;
	min-height: 250px;
	border-radius: 10px;
	padding: 20px;
	margin: 16px 6px;
}

.testimonial-boxes ul li {
	background-color: rgb(246, 251, 251);
  	box-shadow: 0px 1px 5px 0px rgba(22, 22, 22, 0.45);
  	border: none;
  	display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.testimonial-boxes ul li cite {
	padding-top: 15px;
}

.testimonial-boxes .stars {
	color: #fcb900;
}

.wpbr-review__header {
	order: 2;
    text-align: center;
    margin: 0 auto;
}

.wpbr-review__content{
	margin: 10px 0 40px 0;
}

.wpbr-review__content p{
	text-align: center!important;
	color: #000000!important;
	font-size: 16px;
	font-style: italic;
}

@media screen and (max-width: 567px) {
	.testimonials {
		padding: 50px 0;
	}
	
	.testimonials h2{
		font-size: 30px;
	}
	
	.testimonial-boxes ul li {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Main - $$main
 * ----------------------------------------------------- *
\* ===================================================== */

.home main {
	padding: 50px 0 50px 0;
}

main {
	padding: 50px 0 0 0;
}


article,
aside {
	float: left;
	width: calc(100% - 330px);
}

article h2 {
	color: #137dd9;
}

.schedule-an-appointment-callout-banner {
	background: #0a0b20;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 30px;
}

.schedule-an-appointment-callout-banner span {
	font-weight: 700;
	font-style: italic;
	padding-right: 16px;
}

.schedule-an-appointment-callout-banner .button {
	font-size: 26px;
	padding: 0.4em 1em;
}

.callout-box {
	background: #137dd9;
	color: #fff;
	padding: 30px;
	margin: 46px 0 20px 0;
}

.callout-box h2 {
	color: #fff;
	margin-top: 0;
}

.team-member-blocks {
	padding-top: 40px;
}

.team-member-blocks ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.team-member-blocks ul li .image-wrap {
	width: 50%;
	min-height: 350px;
}

.team-member-blocks ul li .text-wrap {
	width: 50%;
	background: #f1f1f1;
	text-align: center;
	padding: 70px 50px;
}

.team-member-blocks ul li .text-wrap svg {
	height: 50px;
	width: 50px;
	fill: #bc0d14;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.team-member-blocks ul li .text-wrap h2 {
	text-align: center;
	padding-top: 0;
	margin-top: 0;
} 

.team-member-blocks ul li .text-wrap p {
	margin-bottom: 20px;
}

.team-member-blocks ul li:nth-child(2n) .image-wrap {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.areas-of-expertise-buttons,
.faq-buttons {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
}

.areas-of-expertise-buttons li,
.faq-buttons li {
	flex: 10%;
    list-style: none;
    display: inline-block;
    text-align: center;
	margin-bottom: 35px;
}

.areas-of-expertise-buttons .button,
.faq-buttons .button {
	padding: 50px;
	width: 475px;
}

.bubble blockquote {
	margin: 30px 10px 0;
	background: #eeefee;
	padding: 60px;
	position: relative;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	color: #363636;
}
@media screen and (max-width:524px){
	.areas-of-expertise-buttons .button,
	.faq-buttons .button {
		padding: 50px;
		max-width: 475px;
		width:100%;
	}
	.areas-of-expertise-buttons li, .faq-buttons li{
		width:100%;
	}
	.areas-of-expertise-buttons{
		display: block;
	}
}
.bubble blockquote:before,
.bubble blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	padding: 10px;
	line-height: 1;
	color: #137dd9;
}

.bubble blockquote:before {
	top: 0;
	left: 10px;
}

.bubble blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}

.bubble div {
	width: 0;
	height: 0;
	border-top: 20px solid #eeefee;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	margin: 0 0 10px 60px;
}

.bubble cite {
	padding-left: 20px;
	font-size: 18px;
	color: #8c8d8d;
}

.accordion-items {
	padding-top: 24px;
}

summary {
	font-size: 18px;
	font-weight: 700;
	background: #fff;
	color: #444;
	padding: 1rem;
	margin-bottom: 1rem;
	outline: none;
	border-radius: 0.25rem;
	border: 1px solid #ccc;
	text-align: left;
	cursor: pointer;
	position: relative;
}

details[open] summary ~ * {
	animation: sweep .5s ease-in-out;
}

@keyframes sweep {
	0%    {opacity: 0; margin-top: -10px}
	100%  {opacity: 1; margin-top: 0px}
}

details > summary::after {
	position: absolute;
	content: "+";
	right: 20px;
}

details[open] > summary::after {
	position: absolute;
	content: "-";
	right: 20px;
}

details > summary::-webkit-details-marker {
	display: none;
}

.research-boxes ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 16px 0;
}

.research-boxes ul li {
	flex: 30%;
	display: flex;
	flex-direction: column;
	list-style: none;
	text-align: center;
	min-height: 250px;
	padding: 10px;
	margin: 16px 0;
}

.research-boxes .research-bucket-image {
	height: 345px;
}

.research-box {
	background: #f1f1f1;
	text-align: center;
	padding: 30px;
}

.appointment-callout-banner {
	background: #0a0b20;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 30px;
}

.contact-method-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 30px 0;
}

.contact-method-boxes ul li {
	flex: 30%;
	display: flex;
	flex-direction: column;
	list-style: none;
	background: #0a0b20;
	color: #fff;
	text-align: center;
	min-height: 250px;
	border-radius: 50% 20% / 10% 40%;
	padding: 20px;
	margin: 16px 6px;
}

.contact-method-boxes ul li svg {
	height: 50px;
	width: 50px;
	fill: #137dd9;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.contact-method-boxes ul li h3 {
	color: #fff;
	margin: 10px 0 10px 0;
}

.contact-method-boxes ul li p {
	color: #fff;
	margin: 0 0 3px;
}

.contact-method-boxes ul li a {
	color: #fff;
}

.contact-method-boxes ul li a:hover {
	color: #137dd9;
	text-decoration: none;
}

.call-to-action-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 65px;
}

.call-to-action-wrapper .call-to-action-image {
	float: left;
	width: 50%;
	min-height: 500px;
}

.call-to-action-wrapper .call-to-action-content {
	float: left;
	width: 50%;
	padding: 120px 120px 90px 120px;
	background: #0a0b20;
	color: #fff;
	position: relative;
}

.call-to-action-wrapper .call-to-action-content:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent #0a0b20 transparent transparent;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.call-to-action-wrapper .call-to-action-content h2 {
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 0 5px 20px;
	color: #fff;
	border-left: 4px solid #fff;
}

@media screen and (max-width: 1023px) {
	main {
		padding: 46px 0 46px 0;
	}
	
	.team-member-blocks ul li {
		display: block;
	}

	.team-member-blocks ul li .image-wrap {
		width: 100%;
		min-height: 400px;
	}

	.team-member-blocks ul li .text-wrap {
		width: 100%;
		padding: 30px 15px;
		text-align: center;
	}
}

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

@media screen and (max-width: 870px) {
	.team-member-blocks ul li .text-wrap h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	main {
		padding: 38px 0 38px 0;
	}

	article {
		float: none;
		width: 100%;
	}
	
	.team-member-blocks ul li .image-wrap {
		min-height: 350px;
	}
	
	.contact-method-boxes ul li	{
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
	
	.call-to-action-wrapper {
		display: inline-block;
		margin-top: 30px;
	}

	.call-to-action-wrapper .call-to-action-image {
		width: 100%;
		min-height: 300px;
	}

	.call-to-action-wrapper .call-to-action-content {
		width: 100%;
		margin-bottom: -6px;
		padding: 30px 10px;
	}

	.call-to-action-wrapper .call-to-action-content h3 {
		margin: 0 0 20px;
		padding: 0;
		border-left: none;
	}
}

@media screen and (max-width: 567px) {
	main {
		padding: 30px 0 30px 0;
	}
	
	.team-member-blocks ul li .image-wrap {
		min-height: 250px;
	}

	.team-member-blocks ul li .text-wrap h3 {
		font-size: 32px;
	}
	
	.areas-of-expertise-buttons ul li .button,
	.faq-buttons ul li .button	{
		padding: 75px;
		width: 335px;
	}
	
	.research-boxes ul li {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
	
	.call-to-action-wrapper .call-to-action-image {
		min-height: 250px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside {
	width: 330px;
	padding: 0 0 0 30px;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar--dynamic {
	padding-left: 20px;
	border-left: 8px solid #b0101b;
}

.sidebar--dynamic ul {
	margin-left: 0;
	list-style: none;
}

.sidebar--dynamic > ul > li {
	margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
	line-height: 1.2;
	margin: 0 0 20px;
}

.sidebar--dynamic li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
	aside {
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}

	.sidebar {
		padding: 15px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */

footer {
	padding: 40px 0;
	background-color: #0f102e;
}

footer .inner-content{
	display: flex;
	gap: 40px;
}

footer .inner-content .info-footer{
	width: 23%;
}

footer .inner-content .info-footer h3, footer .inner-content .footer-nav h3, footer .inner-content .meet h3{
	border-bottom: 1px solid #f6f6f6;
	color: #f6f6f6;
	font-size: 18px;
	text-transform: uppercase;
}
footer .inner-content .info-footer .company-title{
	color: #f6f6f6;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

footer .inner-content .info-footer .address{
	margin: 0;
}

footer .inner-content .info-footer .address p{
	color: #f6f6f6;
	font-size: 14px;
	margin: 0;
}

footer .inner-content .info-footer .phone-num{
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	padding:10px 0;
	display:block;
}

footer .inner-content .info-footer .directions{
	margin-top: 0;
	font-size: 14px;
	padding:15px 0;
	display:block;
}

footer .inner-content .info-footer .directions:hover, footer .inner-content .info-footer .phone-num:hover, footer .inner-content .info-footer .address:hover{
	color: #fa9849;
	text-decoration: none;
}


footer .inner-content .footer-nav{
	width: 23%;
}

footer .inner-content .footer-nav ul {

}

footer .inner-content .footer-nav ul li{
	padding:10px 0;
}

footer .inner-content .footer-nav ul li a{
	font-size: 14px;
	color: #137dd9;
}

footer .inner-content .footer-nav ul li a:hover{
	color: #fa9849;
	text-decoration: none;
}

footer .inner-content .meet{
	width: 50%;
}

footer .inner-content .meet .bio{
	display: flex;
}

footer .inner-content .meet .bio .bio-photo{

}

footer .inner-content .meet .bio .bio-content{
	width: 75%;
	margin-left: 20px;
}

footer .inner-content .meet .bio .bio-content .name{
	font-size: 14px;
	font-weight: bold;
	color: #f6f6f6;
}

footer .inner-content .meet .bio .bio-content p{
	font-size: 14px;
	color: #f6f6f6;
}

footer .inner-content .meet .bio .bio-content a:hover{
	color: #fa9849;
	text-decoration: none;
}

.copyright {
	background-color: #000;	
	padding: 10px 0;
}

.copyright ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: center;
}

.copyright ul li{
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: inline-block;
    padding: 0 6px 0 6px;
    border-right: 1px solid #fff;
}

.copyright ul li:last-child{
	border-right: none;
}

.copyright ul li a{
	color: #fff;
}

.copyright ul li a:hover{
	color: #fa9849;
	text-decoration: none;
}



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

@media screen and (max-width: 767px) {
	footer .inner-content{
		flex-wrap: wrap;
	}
	footer .inner-content .info-footer{
		width: 100%;
		text-align: center;
	}
	footer .inner-content .footer-nav{
		width: 100%;
		text-align: center;
	}
	footer .inner-content .meet{
		width: 100%;
		text-align: center;
	}
	footer .inner-content .meet .bio{
		flex-wrap: wrap;
		justify-content: center;
	}
}

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


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent ul {
	display: none;
}

.wpcf7-response-output {
	font-size: 80%;
	line-height: 1.2;
	margin: 0 !important;
	padding: 0 !important;
}

.wpcf7-mail-sent-ok {
	padding: 4px 6px !important;
	color: #318a1c;
	border: 1px solid #aedb2e !important;
	background: #d2f7ad;
}

.wpcf7-validation-errors {
	color: #f00;
	border: none !important;
}

.wpcf7-not-valid-tip {
	font-size: 80% !important;
	top: 0 !important;
	left: auto !important;
	width: auto !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
	position: static !important;
	width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
	border: 1px solid #f00;
	background: #f6c1c1;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	display: inline-block;
}

span.wpcf7-list-item {
	margin: 0 !important;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
	margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
	display: none;
}

#subscribe-email {
	margin: 0 0 10px;
}

#subscribe-submit {
	margin: 0;
}

#subscribe-email input {
	width: 100% !important;
}

div.success p {
	font-size: 1rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

div.sharedaddy div.sd-block {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	margin: 0 !important;
}

.widget_rss_links p {
	margin: 0;
}

.widget_rss_links img {
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
	display: none;
}

.comment-subscription-form {
	margin: 0;
}

.embed-youtube,
.embed-vimeo {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.embed-youtube iframe,
.embed-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print {
	@page {
		margin: .5cm !important;
	}

	*,
	*:before,
	*:after {
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
				box-shadow: none !important;
		text-shadow: none !important;
	}

	body {
		font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
		padding: .75cm !important;
	}

	article,
	.container {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav,
	aside,
	footer {
		display: none;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: ' (' attr(href) ')';
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 18pt !important;
		font-weight: bold !important;
	}

	h2 {
		font-size: 16pt !important;
	}

	h3 {
		font-size: 14pt !important;
	}

	h4 {
		font-size: 12pt !important;
	}

	h5,
	h6 {
		font-size: 10pt !important;
	}

	code {
		font: 10pt Courier, monospace;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}