
html, body {
	font-family: "gesta",sans-serif;
	color: #dee4eb;
	line-height: 140%;
	background: #ffffff;
}
html.menu-open,
html body.menu-open, body.menu-open {
	overflow:hidden;
}

.hideme {
	display: none !important;
}

h1 {
	line-height: 120%;
}

#wrapper li {
	margin-top: 5px;
	margin-bottom: 5px;
}
/**/
/* a wrapper to offset anchor height. this accounts for the menu height. */
.anchor-wrapper {
	position: relative;
	top: -110px;
}
a.anchor {
}

.content > p {
  margin: 0 0 15px 0;
  line-height: 150%;
}

button {
	font-family: "gesta",sans-serif;
}
p a {
	color: #337ab7;
	transition: color 0.2s, border-color 0.2s;
	-webkit-transition: color 0.2s, border-color 0.2s;
	-moz-transition: color 0.2s, border-color 0.2s;
	text-decoration: none;
}
p a:hover,
p a:active,
p a:focus {
	color: #4196de;
}
.at-a-glance,
.stickybox-container {
  text-align: left;
}
div.at-a-glance-text,
div.stickybox-text {
	background: #cfd8e6;
	color: #172c47;
	min-height: 0;
	padding: 10px 25px;
	overflow: hidden;
	transition: padding-top 0.3s, padding-bottom 0.3s;
}
.content a:link,
.content a:visited {
	color: #BB0000;
}
.at-a-glance-text ul,
.stickybox-text ul {
	margin: 0;
	padding-left: 20px;
}
.btn.schedule-a-visit,
.btn.stickybox-cta {
	background: #ffffff url('https://bradfordschools.com/images/icon-schedule-a-visit.png') no-repeat 14px 14px;
	background-size: auto 50%;
	color: #d9232e;
	transition: color 0.2s, background-color 0.2s, border-width 0.2s, padding-top 0.3s, padding-bottom 0.3s;
	padding: 10px 20px 10px 50px;
	display: block;
	font-weight: bold;
	font-size: 120%;
	border: 0px solid #d9232e;
	overflow: hidden;
}
.btn.schedule-a-visit:hover,
.btn.schedule-a-visit:focus,
.btn.schedule-a-visit:active,
.btn.stickybox-cta:hover,
.btn.stickybox-cta:focus,
.btn.stickybox-cta:active {
	text-decoration: none;
	border-left-width: 12px;
}
.fb-header,
.stickybox-title {
  background: #ffffff;
  color: #172c47;
  font-family: "gesta",sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
	position: relative;
	line-height: 120%;
}
.fb-header.at-a-glance,
.stickybox-title {
  background: #ffffff;
  color: #172c47;
}
.fb-header .toggle,
.stickybox-title .toggle {
	color: #d9232e;
	cursor: pointer;
	background: #FFFFFF;
	padding: 0;
	position: absolute;
	top: 9px;
	right: 10px;
	transition: background-color 0.2s, border-color 0.2s;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	height: 30px;
	width: 30px;
	text-align: center;
}
.sticky .stickybox-title .toggle,
.sticky .fb-header .toggle {
	display: block;
}
.fb-header .toggle:hover,
.fb-header .toggle:focus,
.fb-header .toggle:active,
.stickybox-title .toggle:hover,
.stickybox-title .toggle:focus,
.stickybox-title .toggle:active {
	background: #F8F8F8;
	border-color: #EAEAEA;
}
.fb-header .toggle:before,
.stickybox-title .toggle:before {
	content: "-";
}
div.collapsed .fb-header .toggle:before,
div.collapsed .stickybox-title .toggle:before {
	content: "+";
}
div.collapsed .stickybox-text,
div.collapsed .at-a-glance-text,
div.collapsed .btn,
div.collapsed .stickybox-cta {
	height: 0;
	padding: 0;
}
div.collapsed .btn,
div.collapsed .stickybox-cta {
	color: #FFFFFF;
}
#footer {
	padding: 20px 10px 20px 10px;
	border-top: 8px solid #d22129;
	font-family: "gesta", sans-serif;
	font-size: 12px;
}
#footer .header a {
	text-transform: uppercase;
	color: #66ccff;
	font-weight: bold;
}
#footer a,
#footer a,
#footer a,
#footer p a,
#footer p a,
#footer p a {
	color: #ffffff;
	line-height: 130%;
	display: inline-block;
	margin: 0 0 6px 0;
}
#footer a:hover,
#footer a:active,
#footer a:focus,
#footer p a:hover,
#footer p a:active,
#footer p a:focus {
	color: #99efff;
	text-decoration: none;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-content {
	grid-template-columns: 1fr 1fr 2fr;
	grid-template-areas:	'footerlogo footercontact footerlinks';
}
#footer .footer-content .logo-container, #footer .footer-content .contact-container, #footer .footer-content .links-container {
	padding: 10px 2%;
}
#footer .footer-content .contact-container, #footer .footer-content .links-container {
	border-left: 1px solid #3f5067;
}
#footer .footer-content .logo-container {
	grid-area: footerlogo;
}
#footer .footer-content .contact-container {
	grid-area: footercontact;
}
#footer .footer-content .links-container {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-area: footerlinks;
}
.footer-icon {
	height:32px;
	width: 32px;
	background: url('/images/footer-icons.png') no-repeat top left;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
.footer-icon-map {
	background-position: 0 0;
}
.footer-icon-phone {
	background-position: 0 -32px;
}
.footer-icon-mail {
	background-position: 0 -64px;
}
.cl:after {
	content: ' ';
	clear: both;
	display: block;
}
.fb-container {
	min-height: 400px;
}
.fb-header {
	background: #172c47;
	color: #ffffff;
	font-family: "gesta",sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
	font-size: 24px;
	font-weight: normal;
	margin: 0 !important;
	line-height: 120%;
}
.fb-header .alt {
	font-weight: bold;
}
table.fees th, table.fees td {
    padding: 5px;
		color: #333333;
}
table.fees th {
	background: #838383;
}
table.fees th 				{
	border-right:1px solid #555555;
}
table.fees td {
	background: #cccccc;
	border: 1px solid #AAAAAA;
}
.form_builder .form_builder_inner {
	background: #b8bec8;
	padding: 25px 15px 25px 15px;
  border-top: 10px solid #1a2e46;
  border-bottom: 10px solid #1a2e46;
}
.form_builder .form_builder_inner,
.form_builder .form_builder_inner .color_white {
	color: #172c47;
}
.form_builder .inner_form {
	margin: 0 0 4px 0;
	padding: 4px 0 4px 0;
	padding-left: 15px;
	float: none;
  clear: both;
}
.form_builder .inner_form.float_left table {
	width: 70%;
	float: right;
}
.form_builder .inner_form label {
	padding-right: 12px;
	text-align: right;
}
.form_builder .inner_form label {
	min-height: 36px;
}
.form_builder .inner_form .input_text,
.form_builder .small select {
	height: 36px;
}
.form_builder .inner_form label,
.form_builder .inner_form .input_text,
.form_builder .small select {
	width: 30%;
	box-sizing: border-box;
	display: block;
	float: left;
	padding-top: 7px;
}
.form_builder .small {
  max-width: none;
}
.form_builder .inner_form select,
.form_builder .inner_form .input_text {
	font-family: "gesta",sans-serif;
	width: 70%;
	font-size: 16px;
	display: block;
	float: left;
	border: none;
	box-shadow: none;
	border: 1px solid #87909e;
	background: #fff;
	background: rgba(255,255,255,0.7);
	color: #000000;
	height: auto;
	padding: 6px 10px;
	border-radius: 2px;
	transition: all 0.3s;
}
.form_builder .human_verfiy select,
.form_builder .human_verfiy .input_text {
	width: 100%;
}
.form_builder .inner_form select {
	height: 40px !important;
}
.form_builder .inner_form select {
	background: #FFFFFF;
}
.form_builder .inner_form select:active,
.form_builder .inner_form select:focus,
.form_builder .inner_form select:active,
.form_builder .inner_form .input_text:hover,
.form_builder .inner_form .input_text:focus,
.form_builder .inner_form .input_text:active {
	outline: none;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.form_builder .form_builder_inner a {
	color: #c13d3b;
}
.form_builder .human_verfiy .font_futura {
	display: inline;
	width: auto;
}
.form_builder .submit_button button {
  margin: 5px 0 20px 0;
}

.grid {
	display: grid;
}
.grid-one-one {
	grid-template-columns: 50% 50%;
	background: transparent;
}
.grid-one-two {
	grid-template-columns: 33.334% 66.667%;
}
.grid-two-one {
	grid-template-columns: 66.667% 33.334%;
	/* background: #172c47; */
}
.grid > .col {
	padding: 30px 15px;
}
.grid > .col:first-child {
	padding-left: 0;
}
.grid > .col:last-child {
	padding-right: 0;
}
#header:after,
#header-nav:after,
#header-social:after,
#header-social-mobile:after {
	content: ' ';
	display: block;
	clear: both;
}
#interior_feature {
	min-height:400px;
}
.standard-width,
#interior_feature.standard-width {
	max-width: 1100px;
	margin: 0 auto;
}
#dropmenus {
	box-sizing: border-box;
}
#dropmenus > ul {
	box-sizing: border-box;
}
#dropmenus > ul > li {
	box-sizing: border-box;
}
#dropmenus > ul > li > a {
	transition: color 0.1s, background-color 0.1s, padding 0.4s;
	-moz-transition: color 0.1s, background-color 0.1s, padding 0.4s;
	-webkit-transition: color 0.1s, background-color 0.1s, padding 0.4s;
	margin: 0;
	width: 100%;
}
.masonry {
	margin: 0;
	padding: 0;
	-moz-column-gap: 6px;
	-webkit-column-gap: 6px;
	column-gap: 8px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.masonry .item {
	display: inline-block;
	background: #fff;
	padding: 8px 8px 2px 8px;
	margin: 0 0 8px 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 2px 2px 4px 0 #ccc;
	font-size: 12px;
color: #000;
	line-height: 140%;
}
.masonry .item img {
	width: 100%;
}
.masonry .item .itemcontent {
	padding: 15px 5px 10px 5px;
}
.masonry .item .itemcontent p {
	text-align: left !important;
}
#header-social-mobile a:hover,
#header-social a:hover,
#header-nav a:hover {
	transition: color 0.1s;
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
}
#header-social-mobile a:hover,
#header-social-mobile a:active,
#header-social-mobile a:focus,
#header-social a:hover,
#header-social a:active,
#header-social a:focus,
#header-nav a:hover,
#header-nav a:active,
#header-nav a:focus {
	color: #FFDDBB;
}
#dropmenus > ul > li > ul {
	position: absolute;
	z-index: 10;
	background: rgba(255,255,255,0.9);
	width: 100%;
	right: 0;
	opacity: 0;
	transition: color 0.1s, opacity 0.1s;
	-moz-transition: color 0.1s, opacity 0.1s;
	-webkit-transition: color 0.1s, opacity 0.1s;
	text-align: left;
	padding: 15px 15px;
	box-sizing: border-box;
	pointer-events: none;
}
#dropmenus > ul > li > ul > li {
	width: 50%;
}
#dropmenus > ul > li > ul a {
	text-transform: none;
}
#dropmenus > ul > li > ul .right-text {
	float: right;
	width: 60%;
	padding: 6px 15px 0 0;
	color: #000000;
	font-size: 85%;
	line-height: 150%;
}
#dropmenus > ul > li > ul .right-text li {
	list-style: disc;
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 3px;
	margin-top: 3px;
	padding-left: 5px;
}
#dropmenus > ul > li > ul a:hover,
#dropmenus > ul > li > ul a:active,
#dropmenus > ul > li > ul a:focus {
	color: #FF0000;
}
#header_container {
	z-index: 1000;
	position: fixed;
	width: 100%;
}
#header-nav,
#header-social,
#header-social-mobile {
	width: 100%;
}
#header-nav {
	background-color: #707070;
	color: #FFFFFF;
	float: right;
	transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	font-family: "gesta",sans-serif;
    font-weight: bold;
}
#header-nav .logo-link {
	float: left;
}
#header-nav .logo-link img {
	width: 180px;
	box-sizing: border-box;
	margin: 13px 20px 0 10px;
	transition: margin 0.4s, height 0.4s, width 0.4s, padding 0.4s;
	-webkit-transition: margin 0.4s, height 0.4s, width 0.4s, padding 0.4s;
	-moz-transition: margin 0.4s, height 0.4s, width 0.4s, padding 0.4s;
	padding: 14px 36px;
	width: 210px;
}
#header-nav > nav {
	float: right;
}
#header-nav a {
	text-transform: uppercase;
}
#header-social-mobile,
#header-social {
	background-color: #172c47;
	border-bottom: 2px solid #FFFFFF;
	font-family: "gesta",sans-serif;
	float: left;
	text-transform: uppercase;
	transition: font-size 0.4s, background 0.4s, border-color 0.4s, border-width 0.4s;
	-webkit-transition: font-size 0.4s, background 0.4s, border-color 0.4s, border-width 0.4s;
	-moz-transition: font-size 0.4s, background 0.4s, border-color 0.4s, border-width 0.4s;
	font-size: 12px;
}
#header-social .phone,
#header-social-mobile .phone {
	float: left;
	padding: 0;
}
#header-social .social-links,
#header-social-mobile .social-links {
	float: right;
}
#header-social .social-links a,
#header-social-mobile .social-links a {
	display: inline-block;
	padding: 4px 6px;
}
#header-social .phone a,
#header-social-mobile .phone a {
	display: inline-block;
	padding: 4px 12px 4px 12px;
	text-align: center;
	transition: background 0.2s;
}
#header-social .social-links ul li,
#header-social-mobile .social-links ul li {
	display: inline-block;
}
#dropmenus > ul > li,
#header-social .social-links ul li,
#header-social-mobile .social-links ul li {
	margin-top: 0;
	margin-bottom: 0;
}
#header-social,
#header-social-mobile,
#header-social a,
#header-social-mobile a,
#header-nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#header-social,
#header-social a,
#header-social-mobile,
#header-social-mobile a {
	font-weight: bold;
}
#header-social a,
#header-social-mobile a {
	color: #66ccff;
}
#header-social a:hover,
#header-social a:focus,
#header-social a:active,
#header-social-mobile a:hover,
#header-social-mobile a:focus,
#header-social-mobile a:active {
	color: #99efff;
}
#header-social li,
#header-social-mobile li,
#header-nav li {
	list-style: none;
	list-style-type: none;
}
#header-social ul,
#header-social-mobile ul,
#header-nav ul {
	margin: 0;
	padding: 0;
	position: relative;
}
#postboard {
	width: 100%;
	overflow: hidden;
	background-color: #759dd0;
	background-image: url('/images/postboard-bg.jpg'), url('/images/postboard-bg-2.jpg');
	background-repeat: no-repeat, repeat-y;
	background-position: bottom center, top center;
	background-size: 100% auto, 100% auto;
}
#postboard h1.maintitle {
	text-transform: uppercase;
	font-size: 2.9vw;
	padding: 0;
	font-family: "gesta",sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: 100%;
	margin: 0 0 0 45%;
	/* background: #759dd0; */
}
#postboard h1.maintitle .alt {
	font-size: 60%;
}
.schedule-cta {
	background: #2dd3fc;
	color: #2dd3fc;
	text-align: center;
	padding: 30px 4% 40px 4%;
	font-family: "Georgia", serif;
}

.int_subsection {
	line-height: 120%;
	font-size: 15px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #172C47;
	padding: 0 70px;
	background-size: 100% auto;
}
.sky-bg {
	background: #cbd5e2 url('/images/texture_class_BG.png') no-repeat bottom center;
}
.white-bg {
	background: #FFFFFF;
}
.int_callout_section {
	background: #d02530;
	color: #FFFFFF;
	padding: 30px 0;
}
.int_callout_section .standard-width {
	max-width: 960px;
}
.int_callout_section h3 {
	margin: 0;
	padding: 0;
}
.int_callout_section a,
.int_callout_section a:hover,
.int_callout_section a:focus,
.int_callout_section a:active {
	color: #FFFFFF;
}

	.section .schedule-cta h1 {
	background: #172c47;
	line-height: 120%;
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.schedule-cta a.btn {
	border: none;
	background: #999;
	color: #FFFFFF;
	width: 30%;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 5px;
	margin: 20px 4px 0 4px;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	display: inline-block;
	font-family: "gesta",sans-serif;
	text-decoration: none;
}
.schedule-cta a.btn:hover,
.schedule-cta a.btn:focus,
.schedule-cta a.btn:active {
	background: #191919;
}
.schedule-cta a.alt {
	background: #999999;
}
.schedule-cta a.btn.alt:hover,
.schedule-cta a.btn.alt:focus,
.schedule-cta a.btn.alt:active {
	background: #BBBBBB;
}

.postboard-container {
	grid-template-columns: 40% 58%;
}
.btn-main-menu {
	width: 32px;
	border: 1px solid #777777;
	color: #90a4bd;
	border-radius: 5px;
	padding: 4px 8px;
	float: right;
	margin: 1.8vh 3%;
	box-sizing: border-box;
}
.btn-main-menu .bar {
	height: 3px;
	width: 100%;
	margin: 3px 0;
	background: #FFFFFF;
	display: block;
	line-height: 0;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
}
.btn-main-menu:hover .bar,
.btn-main-menu:focus .bar,
.btn-main-menu:active .bar {
	background: #FFDDBB;
}

#slides {
	line-height: 0;
}
#slidebox {
  background: #172c47;
	position: relative;
	padding-top: 110px;
  color: #FFFFFF;
  font-family: "gesta",sans-serif;
  font-weight: bold;
	height: 660px;
	overflow: hidden;
}
#slidebox video {
	background: transparent;
	height: auto;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}
#slidebox .overlay {
	position: absolute;
	top: 50%;
	left: 5vw;
	left: 0;
	width: 100%;
	text-align: center;
}
#slidebox .overlay h1 {
	font-size: 2vw;
	margin-bottom: 3vw;
	/*text-shadow: 0px 1px 1px rgba(0,0,0.1);*/
	text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
#slidebox .overlay .btn {
	background: #d0242f;
	padding: 10px 1vw;
	font-size: 1.1vw;
	color: #fff;
	margin-right: 1vw;
}
#slidebox .overlay .btn,
#slidebox .overlay .btn:hover,
#slidebox .overlay .btn:focus,
#slidebox .overlay .btn:active {
	text-decoration: none;
}
input[type="date"] {
	font-family: 'gesta', sans-serif;
	border: 1px solid #999999;
	padding: 4px 10px;
	width: 60%;
	box-sizing: border-box;
}
.choose-a-date .btn {
	width: 35%;
	float: right;
}

.pricing-table {
	margin-left: -10px;
	margin-bottom: 30px;
}
.pricing-table .header:first-child,
.pricing-table .header:nth-child(2) {
	padding-top: 15px;
}
.pricing-table .header {
	font-weight: normal;
	background: #EEEEEE;
	color: #172c47;
	padding: 5px 20px 5px 20px;
	border: 1px solid #DDDDDD;
	margin-bottom: -1px;
}
.pricing-table .section {
	border: 1px solid #DDDDDD;
}
.pricing-table .section.pricing {
	background: #ffffff;
	position: relative;
	padding: 12px 130px 12px 20px;
}
.pricing-table .price {
	background: transparent;
	color: #333333;
	font-weight: normal;
	width: 130px;
	position: absolute;
	top: 12px;
	right: 0;
	vertical-align: top;
	padding-left: 12px;
}
.pricing-table .price .currency {
	font-weight: normal;
	font-size: 80%;
	display: block;
	margin: -13px 0 0 0;
	position: absolute;
	top: 11px;
	left: 0;
}
.citations {
	padding: 7px 0;
}
.citation {
	padding: 3px 30px;
	font-size: 90%;
	position: relative;
}
.section .cit,
.citation .cit {
	color: #1b6c96;
	font-weight: bold;
}
.citation .cit {
	width: 20px;
	text-align: right;
	position: absolute;
	top: 4px;
	left: 0;
}
.padding-10-70 {
	padding: 10px 70px;
}
.padding-30-70 {
	padding: 30px 70px;
}
.pad-left {
	padding-left: 40px;
}
#slidebox .splash-img {
	width: auto;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	position: absolute;
	top: 50px;
	left: auto;
	right: 0;
	background-position: top center;
}



/* FORMS */
.form_builder .form_builder_row_1, .form_builder .form_builder_row_2,
.form_builder_row_1.float_left, .form_builder_row_2.float_left {
	width: 100%;
}
.inner_form table {
	margin: 12px 0;
}
.inner_form table tr td {
	font-size: 13px;
	line-height: 17px;
	font-family: "gesta",sans-serif;
	margin: 0;
	padding: 0;
}
.inner_form input[type="text"] {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.inner_form table tr td input[type="text"],
.form_builder .inner_form table tr td select {
	font-family: "gesta",sans-serif;
	width: 100%;
	font-size: 16px;
	display: block;
	float: left;
	border: none;
	box-shadow: none;
	border: 1px solid #87909e;
	background: #fff;
	background: rgba(255,255,255,0.7);
	color: #000000;
	height: auto;
	padding: 6px 10px;
	border-radius: 2px;
	transition: all 0.3s;
	margin-top: 4px;
	margin-bottom: 4px;
}
.inner_form table tr td input[type="text"]:active,
.inner_form table tr td input[type="text"]:focus,
.inner_form table tr td input[type="text"]:hover,
.form_builder .inner_form table tr td select:active,
.form_builder .inner_form table tr td select:focus,
.form_builder .inner_form table tr td select:hover {
	outline: none;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
label{display:block;}
input[type=text]{height:1.5em; width:100%;}
input[type=submit]{height:1.5em;}
.submit_button  {text-align:center;width:100%;vertical-align: middle}
.human_verfiy{padding-top:5px;}
/* / FORMS */

.interior_feature_headline_inner {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 50px;
	line-height: 88px;
	color: #d9232e;
	font-style: normal;
	background-color: rgba(255,255,255,0.5);
	margin: 0;
	box-sizing: border-box;
	top: auto;
	padding: 0;
	color: rgb(23, 44, 71);
}
.interior_feature_headline_inner .standard-width {
	padding-left: 14px;
	padding-right: 14px;
}
#interior_feature_container {
	position: relative;
}

.feature-placeholder {
	display: none;
}

#sb-container {
	display: none;
}

@media (max-width: 1200px) {
	#slidebox .overlay h1 {
		font-size: 3vw;
		margin-bottom: 4vw;
	}
	#slidebox .overlay .btn {
		padding: 10px 2vw;
		font-size: 1.6vw;
	}
	#header-social,
	#header-social-mobile {
		padding-left: 2%;
		padding-left: 0;
		padding-right: 2%;
		box-sizing: border-box;
		float: none;
	}
	#header-nav {
		/* padding-left: 2%; */
		padding-left: 0;
	}
  .masonry {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
  }
	.schedule-cta a.btn {
		font-size: 1.55vw;
	}
	#footer .footer-content .logo-container {
    text-align: center;
	}
	#footer .footer-content {
		grid-template-columns: 47% 53%;
    grid-template-areas:	'footerlogo footercontact'
													'footerlinks footerlinks';
	}
	#footer .footer-content .links-container {
		border-left: none;
		border-top: 1px solid #3f5067;
		padding-top: 20px;
	}
}
.at-a-glance-container,
.stickybox-container {
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
.at-a-glance-container.sticky,
.stickybox-container.sticky {
	position: fixed;
	top: 104px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	max-width: 352px;
	z-index: 9;
	width: 100%;
}

@media (min-width: 1000px) {
	.form_builder {
		margin-left: -10px;
	}
	#header-social .phone a,
	#header-social-mobile .phone a {
		background: #D22129;
		color: #FFFFFF;
	}
	#header-social .phone a:hover,
	#header-social .phone a:focus,
	#header-social .phone a:active,
	#header-social-mobile .phone a:hover,
	#header-social-mobile .phone a:focus,
	#header-social-mobile .phone a:active {
		background: #F22129;
		color: #FFFFFF;
	}
	#header-social .phone a {
    width: 210px;
	}
	#header-social-mobile {
		display: none;
	}
	.mobilenav {
		display: none;
	}
	#dropmenus > ul > li.hover > ul,
	#dropmenus > ul > li:hover > ul,
	#dropmenus > ul > li:active > ul,
	#dropmenus > ul > li:focus > ul {
		opacity: 1;
		pointer-events: auto;
	}
	#dropmenus ul li:hover ul {
		display: block;
	}
	.mobile-only {
		display: none !important;
	}
	.fadednav #header-social {
		display: none;
	}
	.fadednav #slidebox {
		padding-top: 0;
	}
	.fadednav #header-nav {
		background-color: transparent;
	}
	#header:hover #header-nav,
	#header:focus #header-nav,
	.fadednav.scroll-down #header-nav {
		background-color: #707070;
	}
	#dropmenus {
		width: 60%;
		float: right;
		text-align: right;
	}
	#dropmenus > ul > li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
	}
	#dropmenus > ul {
		width: 100%;
		float: right;
	}
	#dropmenus > ul > li > a {
		padding: 44px 0 5px 0;
		display: inline-block;
		background: #707070;
		color: #FFFFFF;
	}
	.fadednav #dropmenus > ul > li > a {
		background: transparent;
	}
	.tablet-only {
		display: none;
	}
	.scroll-down #header-social-mobile {
		/* font-size: 12px;
		border-color: #172c47;
		border-width: 0; */
	}
	#header-nav .logo-link img {
		transition: background-color 0.4s, height 0.4s, width 0.4s, padding 0.4s, margin 0.4s;
		-webkit-transition: background-color 0.4s, height 0.4s, width 0.4s, padding 0.4s, margin 0.4s;
		-moz-transition: background-color 0.4s, height 0.4s, width 0.4s, padding 0.4s, margin 0.4s;
		background: #D22129;
		-webkit-filter: none;
		filter: none;
		margin: 0;
	}
	#header-nav .logo-link img:hover,
	#header-nav .logo-link img:focus,
	#header-nav .logo-link img:active {
			background: #F22129;
	}
	.fadednav #header:hover #header-nav .logo-link img,
	.scroll-down #header-nav .logo-link img {
		/* width: 140px;
		margin: 0 0 0 15px;
		position: absolute;
		padding: 8px 20px;
		background: #D22129;
		-webkit-filter: none;
		filter: none; */
	}
	.fadednav #header-nav .logo-link img {
		/* width: 140px;
		margin: 0 0 0 15px;
		padding: 8px 20px;
		-webkit-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.75) );
		filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.75) ); */
	}
	.fadednav #dropmenus > ul > li > a {
		/* padding: 17px 20px 8px 20px; */
		text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
		-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
		-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	}
	.fadednav #dropmenus:hover > ul > li > a {
		text-shadow: none;
	}
	.scroll-down #dropmenus > ul > li > a {
		/* padding: 17px 20px 8px 20px;
		padding: 14px 5px 10px 5px; */
	}
	#dropmenus ul ul a {
		color: #cc0000;
	}
	#dropmenus > ul > li.hover > a,
	#dropmenus > ul > li > a:hover,
	#dropmenus > ul > li > a:focus,
	#dropmenus > ul > li > a:active {
		color: #cc0000;
		background: #FFFFFF;
	}
	#dropmenus .closebtn {
		display: none;
	}
	#header-social-mobile-placeholder {
		display: none;
	}
}
@media (max-width: 999px) {
	.at-a-glance-container.sticky .fb-header .toggle,
	.at-a-glance-container.sticky .stickybox-title .toggle {
		top: 0;
		height: 26px;
		line-height: 26px;
	}
	.at-a-glance-container.sticky .fb-header,
	.stickybox-container.sticky .fb-header {
		padding: 4px;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
	}
	.at-a-glance-container.sticky,
	.stickybox-container.sticky {
		top: 80px;
		right: auto;
		max-width: none;
		left: 0;
		width: 100%;
	}
	.interior_feature_headline_inner {
		font-size: 2em;
		padding-left: 4%;
		padding-right: 4%;
	}
	#header-social-mobile-placeholder {
		display: none;
	}
	.scroll-down #header-social-mobile-placeholder {
		display: block;
		height: 33px;
		background-color: #172c47;
	}
	.desktop-only {
		display: none !important;
	}
	#interior_feature_container {
		margin-top: 0;
		padding-top: 80px;
	}
	#slidebox .overlay {
    left: 0;
    width: 100%;
    text-align: center;
	}
	#slidebox .overlay h1 {
		font-size: 5.5vw;
		margin-bottom: 7vw;
		text-align: center;
	}
	#slidebox .overlay .btn {
		padding: 6px 7vw;
		font-size: 2.6vw;
	}
	#slidebox {
    padding-top: 0;
	}
	.section .schedule-cta h1 {
		font-size: 5vw;
	}
	.schedule-cta a.btn {
		width: 42vw;
		font-size: 2.4vw;
	}
	.grid-one-one {
    grid-template-columns: 100%;
	}
	.grid-one-one .col {
		padding: 30px 10% 30px 10%;
	}
	.grid-two-one {
    grid-template-columns: 100%;
	}
	.grid-two-one .col {
		padding: 30px 10% 30px 10%;
		width: auto;
	}
	.grid-two-one .col:last-child {
		padding: 30px 10% 30px 10%;
	}
	.grid-one-two {
    grid-template-columns: 100%;
	}
	.grid-one-two .col {
		padding: 30px 10% 30px 10%;
	}
	#postboard {
		background-size: auto 100%, auto 100%;
		background-position: top left;
	}
	#postboard h1.maintitle {
		margin: 0 10%;
		text-align: center;
		font-size: 4vw;
		color: #000;
		width: 91%;
		box-sizing: border-box;
	}
	#dropmenus {
		padding: 80px 0 60px 0;
		clear: both;
		background: rgba(0,0,0,0.95);
		border-bottom: 12px solid #000000;
		height: 100vh;
		width: 100%;
		top: 0;
		left: 0;
		position: fixed;
		overflow-x: hidden;
		overflow-y: auto;
		transition: border-width 0.5s, height 0.5s;
		-webkit-transition: border-width 0.5s, height 0.5s;
		-moz-transition: border-width 0.5s, height 0.5s;
		display: none;
	}
	#dropmenus.active {
		display: block;
	}
	#dropmenus .closebtn {
		display: block;
		font: 24px arial, sans-serif;
		font-weight: normal;
		position: absolute;
		top: 0;
		right: 0;
		font-weight: bold;
		padding: 14px 24px;
		cursor: pointer;
	}
	.mobilenav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #444444;
	}
	.mobilenav img {
		height: 35px;
		width: auto;
		margin: 14px 0 14px 26px;
	}
	#dropmenus .closebtn:after {
		content: '✖';
	}
	#dropmenus > ul > li > ul {
    position: relative;
    z-index: 10;
    right: auto;
    left: auto;
    opacity: 1;
    text-align: left;
    padding: 0 0 10px 0;
    box-sizing: border-box;
    pointer-events: all;
    background: none;
		display: none;
	}
	#header-social {
		height: 34px;
	}
	#header-nav {
		height: 50px;
	}
	#header_container {
		z-index: 1000;
		width: 100%;
	}
	#dropmenus > ul > li {
		position: relative;
	}
	#dropmenus > ul > li .toggle:before {
		content: "+";
	}
	#dropmenus > ul > li .toggle {
		background: rgba( 255,255,255,0.05 );
		border: 1px solid #333333;
		position: absolute;
		top: 4px;
		left: 4px;
		height: 36px;
		line-height: 30px;
		vertical-align: middle;
		font-weight: bold;
		font-size: 30px;
		width: 40px;
		text-align: center;
		cursor: pointer;
	}
	#dropmenus > ul > li .toggle {
		background: rgba( 255,255,255,0.1 );
		border: 1px solid #333333;
	}
	#dropmenus > ul > li.active .toggle:before {
		content: "-";
	}
	#dropmenus > ul > li a {
		border-top: 1px solid #333333;
		border-bottom: 1px solid #333333;
		margin-bottom: -1px;
	}
	#dropmenus > ul > li > a {
    display: inline-block;
		padding: 10px 3% 10px 60px;
		font-weight: bold;
		color: #66ccff;
	}
	#dropmenus > ul > li > a:hover {
		color: #FF5544;
	}
	#dropmenus > ul > li > ul {
		padding: 0;
	}
	#dropmenus > ul > li > ul > li,
	#dropmenus > ul > li > ul > li > a {
		margin: 0 0 -1px 0;
	}
	#dropmenus > ul > li > ul > li > a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 8px 10%;
		display: block;
	}
	#header-nav .logo-link img {
		height: 4vh;
		width: auto;
		margin-left: 3vw;
		margin-top: 0.5vh;
	}
	#dropmenus > ul > li > ul .right-text {
		display: none;
	}
	#dropmenus > ul > li > ul li {
		width: auto;
	}
	#slidebox {
		height: 300px;
	}
	#slidebox video {
    margin-top: 50px;
	}
	.btn-main-menu {
		margin: 1vh 3%;
	}
	#header-nav .logo-link img {
		padding: 0;
		margin-top: 0;
		height: 30px;
		position: absolute;
		left: 20px;
		top: 10px;
		margin-left: 0;
	}
	#header-social {
		display: none;
	}
	.scroll-down #header-social-mobile {
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 1000;
		border-bottom: none;
	}
	#header-social .phone,
	#header-social .social-links,
	#header-social-mobile .social-links {
		float: none;
		width: 100%;
		text-align: center;
	}
	.interior #header-social, .interior #header-social-mobile {
		position: fixed;
		top: 50px;
		z-index: 999;
		border-bottom: none;
	}
	.feature-placeholder {
		display: block;
		width:130%;
		height: auto;
	}
	#interior_feature,
	#interior_feature .midi,
	.feature-container-index, .feature-container {
		height: auto;
		min-height: 0;
		max-height: none;
		width: auto;
	}
}
@media (max-width: 767px) {
	.interior_feature_headline_inner {
		bottom: 0px;
		width: 100%;
		left: 0;
	}
	.interior_feature_headline_inner .standard-width {
		padding: 5px 0;
		line-height: 120%;
	}
}
@media (max-width: 600px) {
	body *.hide-micro {
		display: none !important;
	}
	#header-social {
		padding-left: 0;
		padding-right: 0;
		height: auto;
	}
	#slidebox .overlay {
		position: absolute;
		top: 60%;
		left: 0;
	}
  .masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
  }
	.schedule-cta a.btn {
		width: 100%;
		font-size: 4.3vw;
		box-sizing: border-box;
		margin-left: 0;
	}
	#footer .footer-content {
    grid-template-columns: 1fr;
    grid-template-areas:	'footerlogo' 'footercontact' 'footerlinks';
	}
	#footer .footer-content .logo-container,
	#footer .footer-content .contact-container,
	#footer .footer-content .links-container {
		border-left: none;
	}
	#footer .footer-content .contact-container {
		border-top: 1px solid #3f5067;
		padding-top: 20px;
	}
	#footer .footer-content .links-container {
		grid-template-columns: 1fr 1fr;
	}
	#header-social .phone a {
		width: 100%;
		padding: 5px;
	}
	#header-social .social-links {
		text-align: center;
	}
	#header-social .social-links a {
		padding: 6px 6px 4px 6px;
		font-size: 3.4vw;
	}
	#postboard h1.maintitle {
		font-size: 9vw;
	}
	#header-nav {
		height: 50px;
		padding-left: 0;
		position: relative;
	}
	.btn-main-menu {
		margin-top: 8px;
	}
	.grid-two-one .col {
		padding: 30px 0 30px 0;
	}
	.grid-two-one,
	.int_subsection {
		padding: 0 2%;
	}
	.int_callout_section .standard-width {
		padding-left: 2%;
		padding-right: 2%;
	}
	.int_subsection h2 {
    line-height: 120%;
	}
	.col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.padding-30-70 {
		padding: 20px 0;
	}
	.padding-10-70 {
		padding: 5px 0;
	}
	.pad-left {
		padding-left: 0;
	}
	.pricing-table .section.pricing {
		text-align: center;
		padding: 10px 2%;
	}
	.pricing-table .label,
	.pricing-table .price {
		display: block;
		width: 100%;
		float: none;
		position: relative;
	}
	.pricing-table .label {
		margin: 4px 0 0 0;
	}
	.pricing-table .price {
		margin: -6px 0 15px 0;
	}
	.pricing-table .price .currency {
		top: auto;
		left: auto;
		display: inline-block;
		position: relative;
		margin-left: -12px;
	}
}
