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

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

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

/* Headings */

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

h1 {
	font-size: 56px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	line-height: 1em;
	margin: 0 0 20px 0;
}

h1.has-image {
	margin-bottom: 0;
}

h1 img {
	vertical-align: top;
	margin: -87px -28px 0 0;
}

h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
	color: #1a4883;
	margin: 0 0 20px 0;
}

h4 {
	font-size: 32px;
	line-height: 1.3em;
	margin: 0 0 30px 0;
}

.author {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

h5 a:link, h5 a:visited {
	color: #000;
}

h6 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1em;
	text-align: center;
	margin: 0 0 20px 0;
}

h6 a:link, h6 a:visited {
	display: inline-block;
	background: #ed1d24;
	color: #FFF !important;
	padding: 8px 23px;
	text-decoration: none;
	text-align: center;
	position: relative;
	text-shadow: none !important;
}

h6 a:hover {
	background-color: #fff200;
	color: #ed1d24 !important;
}

.gform_button {
	font: 700 20px 'Josefin Sans' !important;
	line-height: 1.1em !important;
	text-align: center !important;
	background: #ed1d24 !important;
	color: #FFF !important;
	padding: 8px 23px !important;
	border: none !important;
	-webkit-transition: all 350ms ease !important;
	transition: all 350ms ease !important;
}

.gform_button:hover {
	background-color: #fff200 !important;
	color: #ed1d24 !important;
}

/* Links */

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

a:hover {
	color: #000;
}

/* Paragraphs */

p {
	margin: 0 0 27px 0;
	line-height: 1.27em;
}

.glow {
	text-shadow: 5px 5px 5px #fff;
}

.white {
	color: #FFF;
}

.blue {
	color: #1a4884;
}

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

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

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

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

/* Lists */

ul {
	margin: 23px 0 30px 7px;
}

ul li {
	list-style: none;
	margin: 0 0 11px 0;
	line-height: 1.27em;
	padding: 0 0 0 35px;
	position: relative;
}

ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0667af;
}

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: 24px 'Josefin Sans', Arial, Helvetica, sans-serif;
	color: #000;
}

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: 1100px;
	margin: 0 auto;
	position: relative;
}

.header {
	position: relative;
	z-index: 310;
	padding: 0 0 30px 0;
}

.home .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
}

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

.home .header:after {
	display: none;
}

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

.logo {
	width: 18.7%;
	margin: -15px 0 0 7.3%;
}

.home .logo {
	width: 40.36%;
	margin: 0 -1% 0 0;
}

.logo img {
	display: block;
}

#menu-button {
	display: none;
	margin: 0 -9px 0 0;
}

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

.main-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-nav ul li:before {
	display: none;
}

.main-nav>ul>li {
	list-style: none;
	margin: 0 3px;
	white-space: nowrap;
	position: relative;
}

.main-nav>ul>li:last-child {
	margin-right: 0;
}

.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
	display: flex;
	text-align: center;
	color: #fff;
	padding: 31px 9px 15px 9px;
}

.main-nav>ul>li:hover>a:link, .main-nav>ul>li:hover>a:visited {
	background: rgba(237,29,36,0.74);
}

.main-nav>ul>li.highlight>a:link, .main-nav>ul>li.highlight>a:visited {
	background: rgba(255,242,0,0.74);
	color: #ed1d24;
}

.main-nav>ul>li.highlight:hover>a:link, .main-nav>ul>li.highlight:hover>a:visited {
	background: rgba(255,242,0,1);
}

/* 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: rgba(237,29,36,0.74);
	min-width: 230px;
	transition: opacity 350ms ease-in-out;
}

.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;
}

.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: rgba(255,242,0,1);
	color: #ed1d24;
}

.content {
	padding: 45px 0;
}

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

.background-image {
	display: none;
}

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

.slider-area {
	background: #000;
}

.slider {
	width: 100%;
	height: 922px;
	position: relative;
	background: #000;
	max-width: 2362px;
	margin: 0 auto;
}

.slider-curtain {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 110;
}

.curtain {
	width: 46.5%;
	height: 100%;
	margin: 0 0 0 -16%;
	background: url('i/curtain.webp') no-repeat;
	background-size: contain;
}

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

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

.slider-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 110;
	font-size: 56px;
	font-weight: 700;
}

a.slider-nav:link, a.slider-nav:visited {
	color: #d5c587;
}

a.carousel-nav:link, a.carousel-nav:visited {
	color: #b4b4b4;
}

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

a.slider-nav:hover {
	color: #000;
}

a.carousel-nav:hover {
	color: #FFF;
}

.slider-prev {
	left: 40px;
}

.slider-next {
	right: 40px;
}

.slider-widgets {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 120;
}

.slider-curtain {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.slider-text {
	width: 236px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 70px 6.2%;
}

ul.header-logos {
	display: flex;
	margin: 0 -5% 52px 0;
}

.header .header-logos {
	position: absolute;
	bottom: -33px;
	right: -30px;
	margin: 0;
}

ul.header-logos>li {
	list-style: none;
	padding: 0 25px 0 27px;
	display: flex;
	align-items: center;
}

ul.header-logos>li:before {
	display: none;
}

ul.header-logos>li:not(:first-child) {
	border-left: 1px solid #464646;
}

.header-logos li a {
	display: block;
}

.header-logos li a:hover {
	opacity: 0.7;
}

.sign {
	width: 36.72%;
	margin: 0 -2% -180px 0;
}

.sign img {
	display: block;
}

.events-area {
	padding: 34px 0 95px 0;
	background: #f1f1f1;
}

.has-image img {
	position: relative;
	z-index: 210;
}

.events-area h1 {
	margin-top: 0;
	margin-left: 15px;
}

ul.events {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -19px;
	width: calc(100% + 38px);
}

ul.events li {
	list-style: none;
	width: calc(50% - 38px);
	margin: 0 19px;
	padding: 0;
}

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

.events li img {
	display: block;
}

.footer {
	padding: 18px 0 30px 0;
	background: #FFF;
}

.footer .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.footer-left {
	width: 23.6%;
	margin: 20px 0 0 2%;
}

.footer-contacts {
	margin-bottom: 7px;
}

.footer-contacts p {
	margin: 0;
}

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

.footer-logo img {
	display: block;
}

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

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

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

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

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

.social a:link, .social a:visited {
	display: block;
}

.social a:hover {
	opacity: 0.7;
}

.copyright {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #858585;
}

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

.copyright p {
	margin: 0;
}

.footer-link {
	width: 24.2%;
}

.footer-link a {
	display: block;
}

.footer-link a:hover {
	opacity: 0.7;
}

.spotlight-headline {
	background-repeat: no-repeat;
	background-size: 58.5% auto;
	margin: 0 0 -65px -70px;
	padding: 0 0 0 55%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 20;
}

.spotlight-headline img {
	margin: -160px -100px 0 0;
}

.spotlight-headline h1 {
	margin: 0 0 68px 0;
	text-align: center;
}

.spotlight-columns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

.spotlight-text {
	width: 29.7%;
	margin: 0 0 0 4.7%;
}

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

.spotlight-caption {
	font-size: 16px;
	margin: 10px 0 0 0;
}

.spotlight-video {
	width: 52.45%;
	margin: 0 8% 0 0;
}

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding: 0 0 56.25% 0;
}

.video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-area {
	background: #000;
	padding: 40px 0;
}

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

.carousel {
	overflow: hidden;
	position: relative;
}

.carousel ul {
	width: 9999em;
	position: relative;
	display: flex;
	margin: 0;
}

.carousel ul li {
	width: 325px;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

.carousel ul.events li {
	width: 490px;
	margin: 0 40px 0 0;
}

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

.carousel ul li a {
	display: block;
	overflow: hidden;
}

.carousel ul li img {
	display: block;
	transition: transform 300ms ease-in-out;
}

.carousel ul li a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.carousel-prev {
	left: -15px;
}

.carousel-next {
	right: -15px;
}

.testimonials-area {
	background: #000;
	padding: 27px 0;
}

.testimonials {
	background: url('i/testimonials-background.webp') no-repeat;
	background-size: 100% 100%;
	margin: 30px -50px 0 -50px;
	position: relative;
}

.testimonial {
	position: absolute;
	left: 50% !important;
	transform: translate(-50%,0);
	width: 75% !important;
	height: 100%;
	display: flex !important;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 24px;
	padding: 75px 0 70px 0;
}

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

.author {
	margin: 0;
}

.testimonials .slider-nav {
	-webkit-transform: translate(0,-60%);
	transform: translate(0,-60%);
}

.testimonials .slider-prev {
	left: 7%;
}

.testimonials .slider-next {
	right: 8%;
}

.text-callout .frame {
	display: flex;
	align-items: center;
}

.tc-headline {
	width: 38.2%;
	margin: 0 0 0 3%;
	text-align: center;
}

.tc-headline h1 {
	margin: 0;
}

.tc-text {
	width: 50%;
	margin: 0 0 0 3%;
}

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

.header + .content {
	padding-top: 100px;
}

.callout {
	padding-bottom: 60px;
}

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

.callout-text {
	width: 55%;
	margin: 0 0 0 6%;
}

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

.callout-image {
	width: 63.63%;
	margin: -90px -22.5% 0 0;
}

.callout-image img {
	display: block;
}

.toi {
	padding: 54px 0;
}

.toi-text {
	width: 39.5%;
}

.right-toi .frame {
	display: flex;
	justify-content: flex-end;
}

.right-toi .toi-text {
	margin-right: 2%;
}

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

.indent {
	margin: 0 50px;
}

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

.history-headline {
	margin: -128px 0 0 0;
}

h1.large {
	font-size: 84px;
}

h1.large img {
	margin: -77px 0 27px 0;
}

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

ul.boxes>li {
	width: calc(33.33% - 36px);
	margin: 0 18px 65px 18px;
	list-style: none;
	display: flex;
	flex-flow: column nowrap;
	background: #FFF;
	padding: 30px 26px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	-webkit-box-shadow: 0 20px 40px -10px rgb(0 0 0 / 30%);
	box-shadow: 0 20px 40px -10px rgb(0 0 0 / 30%);
}

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

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

/* 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: 24px 'Josefin Sans' !important;
	letter-spacing: 0 !important;
	color: #000 !important;
	background: transparent !important;
	border: 1px solid #838383 !important;
	width: 100% !important;
	-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: #000 !important;
}

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

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

body ::placeholder {
	color: #000 !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: 20px;
	font-weight: 700;
	color: #000 !important;
	text-decoration: none;
	text-align: center;
	padding: 14px 10px;
	letter-spacing: 1px;
}
a.mp-back:link, a.mp-back:visited {
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 9px 25px 9px 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: #000;
	color: #fff !important;
}
.the-side-menu>.mp-level ul li>a:hover {
	background: #000;
	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: 1199px) {
	.main-nav, .header .header-logos {
		margin-right: 20px;
	}
	.header {
		padding-bottom: 50px;
	}
	.home .header {
		padding-bottom: 0;
	}
	.header .header-logos {
		bottom: -53px;
	}
}

@media (max-width: 1099px) {
	.header {
		padding-bottom: 30px;
	}
	.home .header {
		padding-bottom: 0;
	}
	.frame {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.main-nav, .header .header-logos {
		margin-right: 0;
	}
	.home .logo {
		margin-left: 0;
	}
	.slider {
		height: 712px;
	}
	.slide:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 200px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}
	.slider-text {
		margin-left: 0;
	}
	h1, h1.large {
		font-size: 44px;
	}
	.carousel:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -2px;
		width: 80px;
		z-index: 50;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 72%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 72%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 72%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	}
	.events-area .carousel:before {
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(241,241,241,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(241,241,241,1) 100%);
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(241,241,241,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f1f1',GradientType=1 );
	}
	.carousel ul li {
		width: 266px;
	}
	.callout-image {
		margin-top: 0;
	}
	.toi-text {
		width: 44%;
	}
	.tc-headline, .callout-text {
		margin-left: 0;
		text-align: left;
	}
	.tc-text {
		width: 55%;
		margin-left: 1.5%;
	}
	.testimonials {
		margin: 0;
	}
	.testimonial {
		padding: 90px 0;
	}
	.footer-left {
		width: 230px;
	}
	.carousel ul.events li {
		width: 390px;
	}
	.main-nav {
		display: none;
	}
	.header .frame {
		align-items: center;
		justify-content: space-between;
	}
	.logo {
		width: 130px;
		margin: 0;
	}
	#menu-button {
		font-size: 46px;
		background: rgba(255,242,0,0.74);
		width: 66px;
		height: 66px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	a#menu-button:link, a#menu-button:visited {
		color: #ed1d24;
	}
	a#menu-button:focus {
		outline: none;
	}
	ul.header-logos {
		margin-bottom: 0;
	}
	ul.header-logos>li {
		padding: 0 18px;
	}
	.header ul.header-logos {
		position: static;
		margin: 0 40px 0 auto;
	}
	.header ul.header-logos>li {
		margin: 0;
	}
}

/* Tablet */
@media (max-width: 959px) {
	
	.slider, .slide {
		height: auto;
	}
	.slide {
		background: transparent !important;
	}
	.slide .background-image {
		display: block;
	}
	.slide .background-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.slide:before {
		display: none;
	}
	.slider-widgets {
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	.sign {
		width: 25%;
		margin: 0 -2% -50px 5%;
	}
	.slider-text {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	h1, h1.large {
		font-size: 34px;
	}
	h1 img {
		max-width: 100px;
		margin: -46px -10px 0 0;
	}
	h1.large img {
		margin: -46px 0 0 0;
	}
	.spotlight-headline img {
		margin: -130px -60px 0 0;
		max-width: 210px;
	}
	.spotlight-headline {
		background-size: 52.5% auto;
		padding: 0 0 0 45%;
	}
	.spotlight-columns {
		flex-flow: column nowrap;
		margin: 60px 0 0 0;
	}
	.spotlight-text {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.spotlight-video {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.carousel ul li {
		width: 142px;
	}
	.text-callout .frame {
		flex-flow: column nowrap;
	}
	.tc-headline {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.tc-text {
		width: 100%;
		margin: 0;
	}
	.header + .content {
		padding-top: 60px;
	}
	.toi {
		background: transparent !important;
		padding-top: 0;
	}
	.toi .background-image {
		display: block;
		max-height: 300px;
		overflow: hidden;
	}
	.toi .background-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.toi-text {
		width: 100%;
		margin: 40px 0 0 0 !important;
	}
	.toi.white-text .toi-text, .toi.white-text * {
		color: #000;
	}
	.toi-text.white-text a:link, .toi.white-text a:visited {
		color: #1a4883;
	}
	h1.history-headline {
		margin: 0 0 20px 0;
		color: #000;
	}
	.indent {
		margin: 0;
	}
	.alignleft, .alignright {
		max-width: 40%;
	}
	h3 br {
		content: '';
	}
	h3 br:after {
		content: ' ';
	}
	ul.boxes>li {
		padding: 20px 15px;
		font-size: 18px;
	}
	.carousel ul.events li {
		width: 220px;
	}
}

@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) {
	body {
		font-size: 20px;
	}
	.ginput_container input, .ginput_container textarea, .ginput_container select {
		font-size: 20px !important;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 26px;
	}
	ul li:before {
		width: 11px;
		height: 11px;
		top: 7px;
	}
	.header + .content {
		padding-top: 40px;
	}
	#menu-button {
		font-size: 36px;
		width: 56px;
		height: 56px;
	}
	.slider-widgets {
		flex-flow: row wrap;
	}
	.slider-text {
		width: 100%;
		margin: 20px 0 0 0;
	}
	ul.slider-logos {
		width: 100%;
		margin: 0 0 20px 0;
		justify-content: center;
	}
	.sign {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		text-align: center;
	}
	h1 {
		font-size: 22px;
	}
	h1 img {
		max-width: 70px;
		margin: -31px -10px 0 0;
	}
	.spotlight-headline img {
		margin: -120px -50px 0 0;
		max-width: 170px;
	}
	.events-area {
		padding-bottom: 45px;
	}
	.carousel:before {
		width: 20px;
	}
	.carousel ul li {
		width: 99px;
	}
	.testimonials .slider-prev,
	.carousel-prev {
		left: -8px;
	}
	.testimonials .slider-next,
	.carousel-next {
		right: -8px;
	}
	.testimonials {
		background: transparent;
	}
	.testimonial {
		padding: 0;
		color: #FFF;
		font-size: 18px;
	}
	.author {
		font-size: 18px;
	}
	.testimonial a:link, .testimonial a:visited {
		color: #FFF;
	}
	.footer .frame {
		flex-flow: column nowrap;
		text-align: center;
	}
	.footer-left {
		width: 100%;
		margin: 0 0 35px 0;
	}
	.footer-logo {
		display: none;
		width: 100%;
		margin: 0 0 25px 0;
	}
	.footer-logo img {
		margin: 0 auto;
	}
	.footer-link {
		width: 100%;
		margin: 0;
	}
	.events-area h1 {
		margin-left: 0;
	}
	.header .header-logos {
		display: none;
	}
	.callout .frame {
		flex-flow: column nowrap;
	}
	.callout-image {
		width: 100%;
		margin: 0 0 25px 0;
		order: 1;
	}
	.callout-text {
		width: 100%;
		margin: 0;
		order: 2;
	}
	.social ul {
		justify-content: center;
	}
	.social ul li {
		margin: 0 5px !important;
	}
	.slider-widgets {
		justify-content: center;
	}
	ul.boxes {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}
	ul.boxes>li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	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;
	}
}