/*
	Theme Name: IMPAXX
	Description: IMPAXX
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Chip Thompson Design
	Author URI: http://chipthompson.com
*/

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

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

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

/* Headings */

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

h1 {
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	color: #202848;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 1.2em;
	color: #0071bc;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 21px;
	font-weight: 700;
	color: #202848;
	margin: 0 0 28px 0;
}

h3 a:link, h3 a:visited {
	color: #5fb6e4;
}

h3 a:hover {
	color: #202848;
}

h2 + h3 {
	margin-top: -5px;
}

h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

h6 {
	font-weight: 800;
	font-size: 21px;
	line-height: 1.1em;
	text-align: center;
	letter-spacing: 0.5px;
	margin: 43px 0 20px 0;
}

.search-button {
	font-weight: 800;
	font-size: 21px;
	line-height: 1.1em;
	text-align: center;
	letter-spacing: 0.5px;
	background: transparent;
	padding: 0;
	border: none;
}

h6 a:link, h6 a:visited, .search-button, h6 .btn {
	display: inline-block;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
	position: relative;
}

h6 .btn {
	cursor: pointer;
}

h6 a strong, .search-button strong, h6 .btn strong {
	font-weight: 800;
	display: inline-block;
	position: relative;
	z-index: 20;
	background: #202848;
	padding: 17px 25px 17px 27px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

h6.header-button a strong {
	padding-top: 18px;
	padding-bottom: 20px;
}

h6 a:before, h6 .btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(100% - 19px);
	width: 24px;
	background: #5fb6e4;
	border-radius: 14px 0 0 14px;
	z-index: 10;
	transition: all 350ms ease-in-out;
}

h6.header-button a:before {
	right: calc(100% - 13px);
}

h6 a:hover strong, .white-text h6 a:hover strong, button:hover strong, h6 .btn:hover strong, h6.white-button a:hover strong {
	background-color: #5fb6e4;
	color: #202848 !important;
}

h6 a:hover:before, button:hover:before, h6 .btn:hover:before {
	background-color: #202848;
}

h6.blue-button a strong {
	background-color: #62b7e4;
	color: #202848;
}

h6.blue-button a:before {
	background-color: #202848;
}

h6.blue-button a:hover strong {
	background-color: #202848;
	color: #fff !important;
}

h6.blue-button a:hover:before {
	background-color: #62b7e4;
}

.gform_button {
	font: 800 16px 'Red Hat Display' !important;
	line-height: 1.1em !important;
	text-align: center !important;
	letter-spacing: 0.5px !important;
	border: none !important;
	color: #FFF !important;
	text-align: center !important;
	background: #202848 !important;
	padding: 17px 25px 17px 27px !important;
	-webkit-border-radius: 14px !important;
	border-radius: 14px !important;
	-webkit-transition: all 350ms ease !important;
	transition: all 350ms ease !important;
}

.gform_button:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.page-id-438 h1, .page-id-438 h2, .page-id-438 h3, .page-id-438 h4, .page-id-438 h5 {
	font-family: Impaxx;
}

/* Links */

a:link, a:visited, a:active {
	color: #0071bc;
	text-decoration: none;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

a:hover {
	color: #5fb6e4;
}

/* Paragraphs */

p {
	margin: 0 0 25px 0;
	line-height: 1.4em;
}

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

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

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

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

/* Lists */

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

ul.documents {
	margin-left: 0;
}

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

ul.documents li {
	list-style: none;
	margin-bottom: 15px;
	text-indent: -15px;
}

.documents i {
	width: 10px;
}

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

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

/* Clearfix */

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */

body {
	font: 500 18px 'Red Hat Display', Arial, Helvetica, sans-serif;
	color: #191a1c;
	background: #f0f6f8;
}

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

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

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

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

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

.frame {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}

.header {
	overflow: visible !important;
	position: relative;
	z-index: 310;
}

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

.logo img {
	display: block;
}

#menu-button {
	display: none;
}

.main-nav {
	margin: 0 4%;
}

.main-nav>ul {
	display: flex;
	margin: 0;
}

.main-nav ul li {
	list-style: none;
}

.main-nav>ul>li {
	list-style: none;
	font-size: 17px;
	font-weight: 700;
	margin: 0 1px;
	white-space: nowrap;
	position: relative;
}

.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
	display: flex;
	text-align: center;
	color: #0071bc;
	padding: 0 10px;
	height: 107px;
	line-height: 107px;
}

.main-nav>ul>li>a:focus {
	outline: none;
}

.main-nav>ul>li:hover>a:link, .main-nav>ul>li:hover>a:visited {
	color: #5fb6e4;
}

/* Dropdown */

.main-nav>ul>li>ul {
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 20;
	background: #5fb6e4;
	min-width: 230px;
}

.main-nav>ul>li:hover>ul {
	opacity: 1;
	pointer-events: inherit;
}

.main-nav>ul>li:hover>ul {
	z-index: 30;
}

.main-nav>ul>li>ul>li {
	list-style: none;
	position: relative;
	z-index: 20;
	margin: 0;
	white-space: normal;
}

.main-nav>ul>li>ul>li:first-child {
	display: none;
}

.main-nav>ul>li>ul>li>a:link, .main-nav>ul>li>ul>li>a:visited {
	display: block;
	padding: 11px 10px;
	color: #FFF;
}

.main-nav>ul>li>ul>li:hover>a {
	background-color: #202848;
}

#search-button {
	font-size: 24px;
}

a#search-button:focus {
	outline: none;
}

.search-form-area {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 205;
    /* background-color: #212226; */
	padding: 10px 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.search-open .search-form-area {
	opacity: 1;
	pointer-events: inherit;
}

.search-form {
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	background: #FFF;
	width: 100%;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	overflow: hidden;
}

.keyword {
	background: transparent;
	flex: 1 0 auto;
	font: 500 18px 'Red Hat Display';
	color: #191a1c;
	border: none;
	padding: 10px 20px 11px 20px;
	position: relative;
}

.keyword:focus {
	outline: none;
}

.search-submit {
	position: relative;
}

.header-button {
	margin: -10px -56px 0 40px;
	letter-spacing: 0.25px;
	align-self: center;
}

.header-button a:link, .header-button a:visited {
	white-space: nowrap;
}

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

.background-image {
	display: none;
}

section {
	
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 28px;
	background: #60b6e5;
	opacity: 0.74;
	z-index: 210;
}
/*
.slider:before {
	background: #478bb8;
}
*/
.slider {
	width: 100%;
	height: 447px;
	position: relative;
	color: #FFF;
}

.slider h1, .slider h2, .slider h3, .slider h4, .slider h5,
.slider a:link, .slider a:visited {
	color: #FFF;
}

.slide {
	position: absolute;
	width: 100% !important;
	height: 100%;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.slide .frame {
	height: 100%;
	display: flex;
	align-items: center;
}

.slide-text {
	padding: 40px 0;
	width: 45.7%;
	font-size: 28px;
	margin: -33px 0 0 8.5%;
	font-weight: 400;
}

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

.slider-nav-link {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 39px;
	height: 49px;
	z-index: 110;
	text-indent: -999em;
	overflow: hidden;
}

.slider-nav-link:focus {
	outline: none;
}

.slider-nav-link:hover {
	opacity: 0.7;
}

.slider-prev {
	background: url('/wp-content/uploads/2022/03/arrow-left.svg') no-repeat;
	left: 40px;
}

.slider-next {
	background: url('/wp-content/uploads/2022/03/arrow-right.svg') no-repeat;
	right: 40px;
}

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

.slider-pager span {
	width: 20px;
	height: 20px;
	margin: 0 3px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #FFF;
	opacity: 0.41;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}

.slider-pager span.cycle-pager-active {
	background: #FFF;
}

.slider-pager span:hover {
	opacity: 1;
}

.slide-text p {
	margin-bottom: 39px;
	line-height: 1.25em;
}

.white-text h6 a strong, h6.white-button a strong {
	background-color: #FFF;
	color: #202848 !important;
}

.white-text h6 a:hover:before,
h6.white-button a:hover:before {
	background-color: #f0f6f8;
}

.tabs-area {
	padding: 37px 0;
	overflow: visible;
}

.tabs-area .frame {
	display: flex;
	flex-flow: column nowrap;
}

.tabs-area h2 {
	margin-left: 30px;
}

.tabs-wrapper {
	background: url('/wp-content/uploads/2022/03/background-xx.png') no-repeat;
	background-size: 100% 100%;
	width: 1301px;
	height: 482px;
	align-self: flex-end;
	margin: -50px -220px 0 0;
	display: flex;
	padding: 80px 0 0 50px;
}

ul.tabs {
	margin: 6px 0 0 0;
	width: 410px;
}

ul.tabs li {
	list-style: none;
	font-size: 21px;
	font-weight: 600;
	border-bottom: 2px dashed #94ceed;
	padding: 0 0 11px 0;
	margin: 0 0 10px 0;
}

ul.tabs li:last-child {
	border-bottom: none;
}

ul.tabs li.current a:link, ul.tabs li.current a:visited {
	color: #85c7ea;
}

.tabs li a:focus {
	outline: none;
}

.tab-contents {
	width: 325px;
	margin: 8px 0 0 18px;
	font-weight: 300;
}

.tab-content {
	display: none;
}

.tab-title {
	display: none;
}

.tab-content.current {
	display: block;
}

.tab-contents p {
	line-height: 1.8em;
}

.mobile-diagram {
	display: none;
}

.diagram-area {
	padding: 20px 0 45px 0;
	font-weight: 300;
}

.diagram {
	margin: 0 0 5px 0;
}

.testimonials-area {
	background: #0071bc;
	padding: 40px 0 50px 0;
}

.testimonials {
	position: relative;
}

.testimonial {
	position: absolute;
	width: 100% !important;
	height: 100%;
	display: flex !important;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	padding: 0 100px;
	min-height: 90px;
}

.testimonial p {
	margin-bottom: 3px;
}

.author {
	font-size: 18px;
	font-style: italic;
}

.testimonials .slider-prev {
	left: 0;
}

.testimonials .slider-next {
	right: 0;
}

.footer {
	padding: 35px 0 37px 0;
	background: #FFF;
}

.footer-widgets {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}

.footer-left {
	font-size: 14px;
	font-weight: 300;
	width: 23.6%;
	margin: 20px 0 0 0;
}

.footer-left p {
	line-height: 1.6em;
}

.footer-logo {
	margin: 0 0 27px 0;
}

.footer-nav {
	width: 22.2%;
	margin: 38px 0 0 0;
}

.footer-nav ul {
	margin: 0;
}

.footer-nav ul li {
	list-style: none;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.footer-button {
	text-align: left;
}

.footer-links {
	width: 23.6%;
	margin: 36px 0 0 0;
}

.footer-links h6 {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

ul.footer-logos {
	width: 38.9%;
	margin: 0;
	display: flex;
	align-items: center;
}

ul.footer-logos li {
	list-style: none;
	margin: 0 0 0 40px;
	max-width: 55%;
	font-size: 14px;
    font-weight: 400;
    color: #b5b5b5;
	text-align: center;
}

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

.footer-logos a:link, .footer-logos a:visited {
	color: #b5b5b5;
}

.footer-logos p {
	line-height: 1.15em;
	margin: 0 0 15px 0;
}

.social {
	margin: 40px 0 0 0;
}

.social ul {
	display: flex;
	align-items: center;
	margin: 0 0 0 -2px;
}

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

.social a:link, .social a:visited {
	background: #bebebe;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	color: #FFF;
	width: 40px;
	height: 40px;
}

.social a:hover {
	background-color: #0071bc;
}

.bottom-line {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #b5b5b5;
}

.copyright {
	margin: 0 0 0 77px;
}

.copyright a:link, .copyright a:visited {
	color: #b5b5b5;
}

.copyright p {
	margin: 0;
}

.bottom-nav {
	color: #191a1c;
}

.bottom-nav a:link, .bottom-nav a:visited {
	color: #191a1c;
}

.bottom-nav ul {
	display: flex;
	margin: 0;
}

.bottom-nav ul li {
	list-style: none;
	padding: 0 8px 0 16px;
	margin: 0;
	position: relative;
}

.bottom-nav ul li:first-child {
	padding-left: 0;
}

.bottom-nav ul li:not(:first-child):before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #191a1c;
}

.header-image {
	height: 179px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.header-image:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url('i/shadow.webp') no-repeat 50% 0;
	height: 11px;
}

.header-image img {
	display: none;
}

.text-area {
	padding: 22px 0;
}

.indent {
	max-width: 960px;
	margin: 0 auto;
}

.diagram-area .indent {
	max-width: 1000px;
}

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

.box {
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #FFF;
	border: 8px solid rgba(100,186,229,0.8);
	padding: 28px 0 28px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 22px auto;
	max-width: 964px;
	-webkit-box-shadow: 0 0 15px 0 #343e4e;
	box-shadow: 0 0 15px 0 #343e4e;
	cursor: pointer;
}

.box-image {
	width: 170px;
	display: flex;
	justify-content: center;
	margin: 40px 0 0 5.5%;
}

.box-text {
	width: calc(86% - 225px);
	margin: 0 7% 0 0;
}

.box-text h3 {
	margin-bottom: 10px;
}

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

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

.box-more {
	display: none;
}

.box-open .box-more {
	display: block;
}

.box-button {
	margin: auto 0 0 0 !important;
	align-self: center;
}

.box-open .box-button {
	display: none;
}

.gray-background {
	background-color: #f0f6f8;
}

.filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter {
	width: 270px;
}

.filter select, .facetwp-autocomplete {
	width: 100%;
	border: 1px solid #CCC;
	font: 500 18px 'Red Hat Display', Arial, Helvetica, sans-serif;
	color: #191a1c;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.facetwp-autocomplete-update {
	display: none;
}

ul.posts {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
	width: calc(100% + 30px);
	padding: 0;
}

ul.posts-horizontal {
	flex-flow: column nowrap;
}

ul.posts li {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px 15px;
	list-style: none;
	box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
	border-radius: 6px;
	padding: 40px;
	display: flex;
	flex-flow: column nowrap;
	overflow: hidden;
}

ul.posts-horizontal li {
	width: 100% !important;
	background: #FFF;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.post-thumbnail {
	margin: -40px -40px 20px -40px;
}

ul.posts-horizontal .post-thumbnail {
	margin: 0;
	width: 250px;
}

ul.posts-horizontal .post-description {
	width: calc(100% - 290px);
}

.post-thumbnail img {
	display: block;
	width: 100%;
}

.post-title {
	margin-bottom: 26px;
}

.post-button {
	font-size: 20px;
	margin: auto 0 0 0;
}

.date {
	font-size: 16px;
}

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

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

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

.pagination {
	text-align: center;
	margin: 0 0 40px 0 !important;
}

.pagination a:link, .pagination a:visited, .pagination span {
	border: 3px solid #202848;
	color: #202848;
	text-decoration: none;
	text-align: center;
	padding: 6px 12px 7px 12px;
	margin: 0 6px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	min-width: 42px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pagination span.current, .pagination a:hover {
	background: #202848;
	color: #FFF;
}

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

ul.boxes-horizontal {
	display: flex;
	flex-flow: row wrap;
	margin: 42px -18px 0 -18px;
	width: calc(100% + 36px);
}

ul.boxes-horizontal>li {
	width: calc(50% - 36px);
	margin: 0 18px 36px 18px;
	list-style: none;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #FFF;
	border: 8px solid rgba(100,186,229,0.8);
	padding: 20px;
	max-width: 964px;
	-webkit-box-shadow: 0 0 9px 0 #999;
	box-shadow: 0 0 9px 0 #999;
}

ul.boxes-horizontal>li:before {
	display: none;
}

.boxes-horizontal>li>:last-child {
	margin-bottom: 0;
}

.boxes-horizontal h3 {
	text-align: center;
}

ul.tribe-events-c-top-bar__nav-list li, ul.tribe-events-c-view-selector__list li, ul.tribe-events-sub-nav li {
	list-style: none;
}

body .tribe-events-header, body .tribe-events-calendar-list__month-separator, body .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.events-area {
	padding: 40px 0 30px 0;
}

body .tribe-events-l-container {
	min-height: 1px !important;
	padding: 0 24px !important;
}

body .tribe-events-c-nav {
	margin-left: -24px !important;
	margin-right: -24px !important;
}

body .tribe-events-calendar-list__event-date-tag {
	background: #202848 !important;
	color: #FFF !important;
}

body .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	justify-content: center !important;
}

body .tribe-events-calendar-list__event {
	background-color: #e3e3e3 !important;
}

body .tribe-events-calendar-list__event-details {
	width: 100% !important;
	padding: 10px 40px 10px 10px !important;
}

body .tribe-common .tribe-common-g-row--gutters {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	font-size: 20px !important;
	color: #FFF !important;
}

body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	font-size: 20px !important;
	color: #FFF !important;
}

body .tribe-events-calendar-list__event-date-tag-daynum {
	font-size: 42px !important;
	line-height: 1em !important;
	color: #FFF !important;
}

ul.team {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 -25px;
	width: calc(100% + 50px);
}

ul.team>li {
	list-style: none;
	width: calc(50% - 50px);
	margin: 30px 25px 50px 25px;
	display: flex;
}

ul.team>li:nth-child(even) {
	justify-content: flex-end;
}

.team-area {
	overflow: visible;
	position: relative;
	z-index: 120;
}

.team-link {
	display: flex;
	flex-flow: column nowrap;
	max-width: 210px;
	position: relative;
	text-align: center;
}

a.team-link:link, a.team-link:visited {
	color: #191a1c;
}

a.team-link:focus {
	outline: none;
}

.team-thumbnail {
	margin: 0 0 15px 0;
	position: relative;
}

.team-thumbnail>img {
	display: block;
}

.team-name {
	font-size: 26px;
	font-weight: 700;
	color: #202848;
	margin: 0 0 10px 0;
}

.team-bio {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background: #FFF;
	border-radius: 10px;
	width: 560px;
	padding: 15px 20px;
	z-index: 120;
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	text-align: left;
}

.team-link:hover .team-bio {
	opacity: 1;
	pointer-events: inherit;
}

ul.team>li:nth-child(odd) .team-bio {
	left: calc(100% + 25px);
}

ul.team>li:nth-child(even) .team-bio {
	right: calc(100% + 25px);
}

.team-bio:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

ul.team>li:nth-child(odd) .team-bio:before {
	right: 100%;
	border-right: 20px solid #FFF;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

ul.team>li:nth-child(even) .team-bio:before {
	left: 100%;
	border-left: 20px solid #FFF;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

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

@media (max-width: 845px) {
	body .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
		font-size: 14px !important;
	}
	body .tribe-events-calendar-list__event-date-tag-daynum {
		font-size: 34px !important;
	}
}

.tribe-events-calendar-list__event-row {
	position: relative;
}

.tribe-events-calendar-list__event-wrapper a.continue {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	text-indent: -999em;
	overflow: hidden;
}

.tribe-events-calendar-list__event-wrapper a.continue:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 28px;
	background: #5fb6e4;
	opacity: 0;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.tribe-events-calendar-list__event-wrapper a.continue:hover:after {
	opacity: 1;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
	color: #202848 !important;
}

body .tribe-common .tribe-events-calendar-list__event-description {
	display: block !important;
	visibility: visible !important;
}

ul.events {
	margin: 0;
}

ul.events>li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}

.event-date {
	width: 150px;
	height: 150px;
	background: #202848;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.event-thumbnail {
	padding: 0;
	background: transparent;
	justify-content: flex-start;
}

.event-date-inline {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.event-description {
	width: calc(100% - 180px);
	background: #FFF;
	color: #000;
	padding: 20px;
}

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

.more {
	margin: 10px 0 0 0;
}

.event-month {
	font-size: 20px;
}

.event-day {
	font-size: 36px;
}

/* Form */

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

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

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

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

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

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

ul.gform_fields {
	margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.ginput_full {
	display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

.gform_fields .gfield_label {
	display: none !important;
}

.show-label label {
	display: inline-block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select {
	display: block !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 8px 12px 8px 15px !important;
	text-indent: 0 !important;
	font: 500 18px 'Red Hat Display' !important;
	letter-spacing: 0 !important;
	color: #191a1c !important;
	background: transparent !important;
	border: 1px solid #838383 !important;
	width: 100% !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
	outline: none !important;
}

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

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

.ginput_container input[type=checkbox] + label {
	position: relative;
	cursor: pointer;
}

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

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

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

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

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

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

ul.gfield_checkbox {
	margin: 0;
}

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

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

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

.ginput_recaptcha textarea {
	display: none !important;
}

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

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

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

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

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

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

body ::-webkit-input-placeholder {
	color: #191a1c !important;
}

body ::-moz-placeholder {
	color: #191a1c !important;
}

body ::-ms-placeholder {
	color: #191a1c !important;
}

body ::placeholder {
	color: #191a1c !important;
}

.gform_footer {
	margin: 34px 0 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.footer-form .gform_footer {
	margin: 0 !important;
}

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

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

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

/* Responsive Menu */

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

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

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

@media (max-width: 1210px) {
	.frame {
		width: auto;
		margin: 0 20px;
		padding-left: 35px;
	}
	.header-button {
		margin-right: 0;
	}
	.header .frame {
		padding: 30px 0 30px 40px;
		justify-content: flex-start;
	}
	.logo {
		margin-right: auto;
	}
	.main-nav {
		display: none;
	}
	#menu-button {
		display: block;
		font-size: 48px;
		margin: 0 0 0 50px;
	}
	.slide-text {
		font-size: 24px;
	}
	h1 {
		font-size: 40px;
	}
	.tabs-area h2 {
		margin-left: 0;
	}
	.tabs-wrapper {
		background: #FFF;
		border-radius: 20px;
		box-shadow: 0 0 10px 0 #999;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 30px;
	}
	.footer .frame {
		padding-left: 0;
	}
	.team-bio {
		width: 500px;
	}
}

/* Tablet */
@media (max-width: 959px) {
	h6 a strong {
		padding: 11px 20px 12px 21px !important;
	}
	#menu-button {
		margin-left: 30px;
	}
	.slide-text {
		margin: 0 80px;
		width: auto;
		text-align: center;
		padding: 20px 0 60px 0;
	}
	.slider {
		height: auto;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	ul.tabs {
		width: 330px;
	}
	.tab-contents {
		width: 375px;
		font-size: 18px;
	}
	ul.tabs li {
		font-size: 18px;
	}
	.footer-widgets {
		flex-flow: row wrap;
	}
	.footer-left, .footer-nav, .footer-links, ul.footer-logos {
		width: 48%;
	}
	.footer-left,
	.footer-nav {
		text-align: center;
	}
	ul.footer-logos {
		justify-content: center;
	}
	.bottom-line {
		flex-flow: column nowrap;
	}
	.bottom-nav, .copyright {
		margin: 0;
	}
	.box-text {
		width: calc(86% - 185px);
	}
	ul.posts li {
		width: calc(50% - 30px);
	}
	ul.boxes-horizontal>li {
		padding: 15px;
		font-size: 16px;
		border-width: 4px;
	}
	.event-date {
		align-self: flex-start;
	}
	.team-bio {
		width: 280px;
	}
	.footer-button {
		text-align: center;
	}
	.social ul {
		justify-content: center;
	}
	ul.footer-logos {
		width: 100%;
		justify-content: center;
		margin: 30px 0 0 0;
	}
	ul.footer-logos>li {
		text-align: center;
	}
	ul.footer-logos img {
		max-width: 200px;
	}
}

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

/* Mobile */
@media (max-width: 599px) {
	.header .frame {
		flex-flow: row wrap;
	}
	.logo {
		order: 1;
		width: 150px;
	}
	#menu-button {
		order: 2;
	}
	.header-button {
		margin: 30px auto 0 auto;
		order: 3;
		width: 100%;
	}
	ul.posts {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		flex-flow: column nowrap;
	}
	ul.posts>li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.post-meta {
		flex-flow: column nowrap;
	}
	.slide {
		height: auto;
		background: transparent !important;
	}
	.slide .background-image {
		display: block;
	}
	.slide .background-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.slide-text {
		width: 100%;
		margin: 0;
		color: #191a1c;
		padding: 20px 0 0 0;
	}
	.slider-nav {
		display: none;
	}
	.slide-text *, .slide-text a:link, .slide-text a:visited {
		color: #191a1c;
	}
	.frame {
		padding-left: 30px;
	}
	ul.tabs {
		display: none;
	}
	.tabs-wrapper {
		padding: 20px;
	}
	.tab-contents {
		width: 100%;
		margin: 0;
	}
	.tab-content {
		display: block;
		margin-bottom: 60px;
	}
	.tab-content:last-child {
		margin-bottom: 0;
	}
	.tab-title {
		display: block;
	}
	.diagram {
		display: none;
	}
	.mobile-diagram {
		display: block;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.testimonial {
		padding: 0;
	}
	.footer-left, .footer-nav, .footer-links, ul.footer-logos {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.footer-left>:last-child {
		margin-bottom: 0;
	}
	.bottom-nav {
		margin-bottom: 20px;
	}
	.bottom-nav ul {
		flex-flow: column nowrap;
	}
	.bottom-nav ul li {
		text-align: center;
		margin: 0 0 5px 0;
		padding: 0;
	}
	.bottom-nav ul li:not(:first-child):before {
		display: none;
	}
	.copyright {
		text-align: center;
	}
	.box {
		flex-flow: column nowrap;
		padding-left: 20px;
		padding-right: 20px;
	}
	.box-image {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.box-image img {
		max-height: 110px;
		width: auto;
	}
	.box-text {
		width: 100%;
		margin: 0;
	}
	.filters {
		flex-flow: column nowrap;
		max-width: 270px;
		margin: 30px 0 0 0; 
	}
	.filter {
		width: 100%;
	}
	#search-button {
		order: 2;
	}
	.search-form-area .frame {
		padding: 15px 0 0 35px;
	}
	.keyword {
		flex: 1 1 auto;
		min-width: 1px;
	}
	.keyword, .search-button {
		font-size: 16px;
	}
	.keyword::placeholder {
		color: #FFF !important;
	}
	ul.boxes-horizontal {
		flex-flow: column nowrap;
		margin: 0;
		width: auto;
	}
	ul.boxes-horizontal>li {
		width: 100%;
		margin: 0 0 20px 0;
		border-width: 8px;
		font-size: 18px;
	}
	ul.team {
		flex-flow: column nowrap;
		width: 100%;
		margin: 0;
	}
	ul.team>li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.team-name {
		font-size: 20px;
	}
	.team-title {
		font-size: 16px;
	}
	.team-bio {
		position: static;
		margin: 10px auto 0 auto;
		font-size: 12px;
		padding: 10px;
		max-width: 100% !important;
		opacity: 1 !important;
		display: none;
		-webkit-transform: none;
		transform: none;
	}
	ul.team>li.open .team-bio {
		display: block;
	}
	.team-bio:before {
		display: none;
		border-bottom: 15px solid #FFF !important;
		border-left: 10px solid transparent !important;
		border-right: 10px solid transparent !important;
		border-top: none !important;
		left: 50% !important;
		right: auto;
		top: auto;
		bottom: 100%;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.event-date {
		width: 90px;
		height: 90px;
	}
	.event-description {
		width: calc(100% - 115px);
	}
	.team-link {
		margin: 0 auto;
	}
	ul.posts-horizontal li {
		flex-flow: column nowrap;
	}
	ul.posts-horizontal .post-thumbnail {
		width: calc(100% + 80px);
		margin: -40px -40px 20px -40px;
	}
	ul.posts-horizontal .post-description {
		width: 100%;
	}
	ul.footer-logos img {
		max-width: 130px;
	}
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	td {
		padding: 15px 0 !important;
	}
	table.table {
		display: table !important;
		max-width: 580px;
		margin: 0 auto 20px auto !important;
	}
	table.table tbody, table.table thead {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th, table.table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 5px !important;
	}
}