@charset "UTF-8";
/*
Theme Name: BodyTwenty
Theme URI: http://thebananaland.com
Description: A custom template for Body Twenty
Version: 1.0
Author: Laurie Kovac / Jordan Rabidou
Author URI: http://www.TheBananaland.com
*/
/*================================================================================
CSS Reset
================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
:focus {
  outline: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*================================================================================
REMOVE WEBKIT FORM STYLES
================================================================================*/
input:not([type=radio]), select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input {
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*================================================================================
Typography
================================================================================*/
body {
  font-size: 16px;
  line-height: 1em;
  color: #000;
  font-family: 'Larsseit-Regular';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'TradeGothicLT-Bold';
  line-height: 1.1;
  font-weight: bold;
}
h1 {
  font-size: 90px;
}
h2 {
  font-size: 40px;
  line-height: 1.1em;
  margin-bottom: 1em;
}
h3 {
  font-size: 35px;
  line-height: 1.1em;
  margin-bottom: 1em;
}
h3.small_title {
  font-size: 14px;
  margin-bottom: 25px;
  font-family: 'TradeGothicLT-Bold';
}
h4 {
  font-size: 25.92px;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin: 0;
}
small {
  font-size: 12px;
}
ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
}
ol {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}
li {
  margin: 0 0 5px;
}
li:last-child {
  margin: 0;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
a {
  color: #0a5685;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry {
  font-size: 15px;
  line-height: 1.667em;
  color: #000;
  font-family: 'Larsseit-Regular';
}
.entry.f_16 {
  font-size: 16px;
}
.entry p:last-child {
  margin-bottom: 0 !important;
}
.dark_blue, .blue {
  color: #0a5685;
}
.light_blue {
  color: #90c7e6;
}
.orange {
  color: #ea7631;
}
.white {
  color: #fff;
}
.new_blue {
  color: #00cffe;
}
.bg_gradient {
  background-image: url('images/B20-BLUE-GRADIENT-REV.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.color_dark_blue {
  color: #00263c;
}
.bg_orange {
  background-color: #ea7631;
  color: #fff;
}
.bg_blue {
  background-color: #0a5685;
  color: #fff;
}
.bg_light_blue {
  background-color: #90c7e6;
  color: #fff;
}
.bg_dark_blue {
  background-color: #00263c;
  color: #fff;
}
.bg_gray {
  background-color: #f9f9f9;
}
.larsseit {
  font-family: 'Larsseit-Regular';
}
.tradegothic {
  font-family: 'TradeGothicLT-Bold';
}
.sweetsans {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sweetsans.heavy {
  font-weight: 900;
}
.sweetsans.medium {
  font-weight: 700;
}
.light {
  font-weight: 100;
}
.bold {
  font-weight: bold;
}
.font_25 {
  font-size: 25px;
}
.font_14 {
  font-size: 14px;
}
.button, a.button {
  display: inline-block;
  border: 2px solid #ea7631;
  text-align: center;
  text-transform: uppercase;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  font-size: 35px;
  line-height: 1em;
  min-width: 283px;
  padding: 30px 15px;
  color: #fff;
}
.button.white, a.button.white {
  border-color: #fff;
  color: #fff;
}
.button.black, a.button.black {
  border-color: #000;
  color: #000;
}
.button.dark_blue, a.button.dark_blue {
  border-color: #00263c;
  color: #00263c;
}
.button.small, a.button.small {
  font-size: 20px;
  line-height: 1em;
  padding: 15px;
  min-width: 212px;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.centered {
  text-align: center;
}
.underline_button, a.underline_button {
  padding-bottom: 60px;
  margin-top: 70px;
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'TradeGothicLT-Bold';
  border-bottom: 14px solid #0a5685;
}
.underline_button.orange, a.underline_button.orange {
  border-bottom-color: #ea7631;
}
.underline_button.light_blue, a.underline_button.light_blue {
  border-bottom-color: #90c7e6;
}
a.cta_button {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  padding: 15px 15px 12px;
  text-transform: uppercase;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
}
/*================================================================================
Structure
================================================================================*/
html, body {
  overflow: hidden;
  overflow-y: auto;
}
.col-4-5 {
  width: 80%;
}
.col-1-3 {
  width: 75%;
}
.col-2-3 {
  width: 66.666666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-3 {
  width: 33.333333%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-1 {
  width: 100%;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: table;
  height: 0;
  clear: both;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid_container {
  margin: 0px -11px;
}
.grid {
  padding: 11px;
}
.grid_container-medium {
  margin: 0px -20px;
}
.grid-medium {
  padding: 20px;
}
.grid_container-large {
  margin: 0px -49px;
}
.grid-large {
  padding: 49px;
}
.grid_container-small {
  margin: 0px -3px;
}
.grid-small {
  padding: 3px;
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_row {
  display: table-row;
}
.table_cell {
  display: table-cell;
  vertical-align: middle;
}
.wrapper {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1600px;
}
.wrapper.medium {
  max-width: 1300px;
}
.wrapper.small {
  max-width: 1104px;
}
.wrapper.xsmall {
  max-width: 1020px;
}
/*================================================================================
Header
================================================================================*/
#header {
  padding: 50px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 600;
}
#header #logo {
  max-width: 247px;
  width: 50%;
}
#header #logo svg * {
  fill: #fff;
}
#header a {
  color: #fff;
}
/*================================================================================
Footer
================================================================================*/
footer {
  padding: 10% 0;
  background-color: #000;
  color: #fff;
}
footer #footer_logo {
  width: 42.4%;
}
footer #footer_logo svg * {
  fill: #fff;
}
footer a {
  color: #fff;
}
footer #footer_content {
  width: 50%;
  padding-left: 25px;
  line-height: 1.35em;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
footer li {
  margin: 0 40px 0 0;
}
footer li:last-child {
  margin-right: 0;
}
footer #footer_bottom {
  margin-top: 80px;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
}
/*================================================================================
404
================================================================================*/
#four-oh-four_content {
  text-align: center;
  margin: 0px auto;
}
#four-oh-four_content h1 {
  font-size: 60px;
}
#four-oh-four_content h2 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#four-oh-four_image {
  text-align: center;
}
#four-oh-four_image img {
  max-width: 100%;
  height: auto;
}
/**************************
CUSTOM CSS CLASSES
**************************/
.alignleft {
  float: left;
  display: inline;
  /* IE6 fix */
  padding: 0 1em 0.5em 0;
  text-align: left;
}
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}
.alignright {
  float: right;
  display: inline;
  /* IE6 fix */
  padding: 0 0 0.5em 1em;
  text-align: right;
}
.alignjustify {
  text-align: justify;
}
/**************************
DOM ELEMENTS
**************************/
#page {
  margin: 0px auto;
  position: relative;
}
.section {
  margin: 150px 0 0;
}
.section:first-child {
  margin-top: 0;
}
.section:last-child {
  margin-bottom: 0;
}
.section.padded {
  margin: 0;
  padding: 80px 0;
}
/**************************
NAVIGATION STYLES
**************************/
nav {
  width: 100%;
}
#main_menu {
  margin: 0;
  list-style: none;
  padding: 0;
  font-family: 'TradeGothicLT-Bold';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main_menu li {
  padding: 0;
  margin: 0 0 0 6%;
  white-space: nowrap;
}
#main_menu li a::after {
  content: '';
  display: block;
  height: 2px;
  background: #fff;
  width: 100%;
  margin-top: 3px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#main_menu li a:hover::after, #main_menu li.current-menu-item a::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#main_menu ul {
  display: none;
}
#mobile_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a5685;
  z-index: 500;
  margin: 0;
  list-style: none;
  padding: 0;
  font-family: 'TradeGothicLT-Bold';
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mobile_nav .nav-toggle {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 600;
}
#mobile_menu {
  padding-top: 250px;
  text-align: center;
}
#mobile_menu li {
  paddin: 0;
  margin: 0 0 50px;
  display: block;
}
#mobile_menu li a {
  color: #fff;
}
#mobile_menu li a:hover, #mobile_menu li.current-menu-item a {
  color: #fff;
}
#mobile_menu ul {
  display: none;
}
/**************************
CONTENT STYLES
**************************/
/**************************
HERO SECTION STYLES
**************************/
.hero_section {
  height: 100vh;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hero_section .headline_container {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero_section .tagline {
  max-width: 100%;
  width: 1027px;
  margin: 0 auto;
}
.hero_section .tagline svg {
  width: 100%;
  height: auto;
}
.hero_section .tagline svg * {
  fill: #fff;
}
.hero_section h1.headline {
  font-size: 70px;
}
.hero_section .hero_bottom {
  position: absolute;
  bottom: 10%;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
}
.hero_section .hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0.7;
}
.hero_section .hero_content {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.227em;
  font-size: 25px;
}
.hero_section .hero_buttons {
  margin-top: 24px;
}
.hero_section a.hero_button {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1em;
  display: inline-block;
  margin: 15px;
  position: relative;
  color: #fff;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
}
.hero_section a.hero_button:after {
  content: '';
  display: block;
  margin-top: 5px;
  height: 2px;
  background-color: #fff;
}
/**************************
HERO WITH FORM SECTION STYLES
**************************/
.hero_with_form_section {
  position: relative;
}
.hero_with_form_section .hero_background_left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60%;
}
.hero_with_form_section .hero_background_right {
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  width: 40%;
  right: 0;
  background: #0a5685;
}
.hero_with_form_section .hero_background_right.bg_orange {
  background-color: #ea7631;
}
.hero_with_form_section .hero_left {
  width: 60%;
  position: relative;
  z-index: 10;
  color: #fff;
}
.hero_with_form_section .hero_left_wrapper {
  max-width: 400px;
  padding: 150px 30px 150px 0;
  margin-left: 245px;
}
.hero_with_form_section .hero_right {
  width: 40%;
  padding: 150px 35px 85px 35px;
  color: #fff;
  position: relative;
  z-index: 10;
  background: #0a5685;
  min-height: 700px;
}
.hero_with_form_section .hero_right h2 {
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hero_with_form_section .hero_right .form_embed {
  margin-top: 45px;
}
.hero_with_form_section .hero_right.bg_orange {
  background-color: #ea7631;
}
.hero_with_form_section h1.hero_title {
  font-size: 50px;
  line-height: 1em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.hero_with_form_section h2.hero_subtitle {
  font-size: 35px;
  line-height: 1em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2em;
}
.hero_with_form_section address {
  font-size: 25px;
  line-height: 1.12em;
  margin-top: 0.8em;
}
.hero_with_form_section .hero_cta {
  font-size: 25px;
  line-height: 1em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2.4em;
  color: #fff;
}
.hero_with_form_section .hero_cta a {
  color: #fff;
}
.hero_with_form_section .mobile_hero_header {
  display: none;
  min-height: 350px;
}
/**************************
SIMPLE HERO SECTION STYLES
**************************/
section.simple_hero_section {
  position: relative;
  margin: 0;
  max-height: 100vh;
  overflow: hidden;
}
section.simple_hero_section.skinny {
  max-height: 50vh;
  background-position: top center !important;
}
section.simple_hero_section.skinny h2.headline {
  font-size: 55px;
  margin-bottom: 0;
}
section.simple_hero_section figure {
  visibility: hidden;
}
section.simple_hero_section img {
  width: 100%;
  height: auto;
}
section.simple_hero_section .hero_headline_wrapper {
  position: absolute;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.simple_hero_section .hero_headline_wrapper h2 {
  font-size: 42px;
  color: #fff;
}
body .form_wrapper input, body .form_wrapper select, body .form_wrapper textarea {
  border: none;
  background: none;
  color: #fff;
  font-family: 'TradeGothicLT-Bold' !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px !important;
  border-bottom: 2px solid #fff;
  width: 100%;
}
body .form_wrapper select {
  margin-top: 15px;
}
body .form_wrapper textarea {
  border: 1px solid #fff;
  margin-top: 15px;
  padding: 20px !important;
}
body .form_wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #fff;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
body .form_wrapper select option {
  background: white !important;
  color: black !important;
}
body .form_wrapper ::-moz-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #fff;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
body .form_wrapper input[type=submit] {
  width: 100% !important;
  background: #fff;
  color: #0a5685;
  font-size: 30px !important;
  line-height: 1em;
}
body .form_wrapper .gf_list_inline {
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body .form_wrapper .gf_list_inline .ginput_container {
  margin: 0 !important;
  padding-left: 10px;
}
body .form_wrapper .gf_list_inline .ginput_container .gfield_radio {
  margin: 0;
}
body .form_wrapper li.gf_list_inline {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-top: 20px !important;
}
body .form_wrapper .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
body .form_wrapper .gfield_required {
  color: #fff;
  visibility: hidden;
}
body .form_wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
body #content .big_form .gform_wrapper input, body #content .big_form .gform_wrapper select, body #content .big_form .gform_wrapper textarea {
  border: 1px solid #ea7631;
  color: #000;
}
body #content .big_form .gform_wrapper input[type=text] {
  padding: 10px !important;
}
body #content .big_form .gform_wrapper select {
  padding: 8px 10px !important;
}
body #content .big_form .gform_wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
body #content .big_form .gform_wrapper ::-moz-placeholder {
  /* WebKit browsers */
  color: #000;
}
body #content .big_form .gform_wrapper .gf_page_steps {
  text-align: center;
  padding-bottom: 30px;
}
body #content .big_form .gform_wrapper .gform_next_button {
  background: #ea7631;
}
body #content .big_form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 16px !important;
}
body #content .big_form .gform_wrapper .gfield_checkbox li label, body #content .big_form .gform_wrapper .gfield_radio li label {
  margin: 0 0 0 30px;
}
body #content .big_form .gform_wrapper ul.gfield_checkbox li[class^="gchoice"] label:after, body #content .big_form .gform_wrapper ul.gfield_radio li[class^="gchoice"] label:after {
  background-color: #fff;
  border: solid 1px #ea7631;
}
body #content .big_form .gform_wrapper ul.gfield_checkbox input[type="checkbox"]:checked + label:after, body #content .big_form .gform_wrapper ul.gfield_radio input[type="radio"]:checked + label:after {
  background-color: #ea7631;
}
body #content .big_form .gform_wrapper li.gsection {
  color: #ea7631;
  margin-top: 60px !important;
}
body #content .big_form .gform_wrapper .ginput_container_select {
  position: relative;
}
body #content .big_form .gform_wrapper .ginput_container_select:after {
  content: '⌄';
  display: block;
  z-index: 99;
  position: absolute;
  right: 15px;
  color: #ea7631;
  top: -7px;
  font-size: 50px;
  line-height: 1em;
}
body #content .big_form .gform_wrapper input.button {
  color: #fff;
}
body #content .big_form .gform_wrapper .ginput_container_number .instruction {
  display: none;
}
body #content .big_form .gform_wrapper .gfield_required {
  color: #ea7631;
  visibility: visible;
}
body #content .big_form .gform_wrapper input.gform_previous_button {
  color: #ea7631;
}
body #content .big_form .gform_wrapper input[type=submit].gform_button.button {
  background: #ea7631;
  margin-top: 15px;
}
/**************************
STUDIO LIST SECTION STYLES
**************************/
.simple_hero_section + .studio_list_section {
  margin-top: -70px;
  z-index: 99;
  position: relative;
}
.studio_list_section .the_state {
  margin-bottom: 60px;
}
.studio_list_section h2.state_title {
  border-top: 13px solid #0a5685;
  display: inline-block;
  min-width: 300px;
  padding-top: 35px;
  margin-bottom: 42px;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
}
.studio_list_section .orange h2.state_title {
  border-top-color: #ea7631;
}
.studio_list_section .state_inner {
  padding: 0 45px 85px 45px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 13px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 13px 13px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 13px 13px rgba(0, 0, 0, 0.04);
}
.studio_list_section a.location_link {
  display: block;
}
.studio_list_section address {
  margin-top: 23px;
}
.studio_list_section .locations {
  margin: 0;
  padding: 0;
  list-style: none;
}
.studio_list_section .location {
  font-size: 18px;
  padding: 28px 0;
  margin: 0;
  border-bottom: 1px solid #0a5685;
}
.studio_list_section .orange .location {
  border-bottom-color: #ea7631;
}
.studio_list_section .location_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0;
}
.studio_list_section .location_right {
  font-size: 30px;
  padding-left: 20px;
}
/**************************
CONTENT WITH LIST SECTION STYLES
**************************/
.content_with_list_section h2 {
  text-transform: uppercase;
}
.content_with_list_section .content_with_list_left {
  width: 22%;
}
.content_with_list_section .content_with_list_right {
  width: 68%;
}
.content_with_list_section .content_with_list_left a {
  display: inline-block;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 60px;
}
.content_with_list_section .lined_list {
  margin: 70px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 30px;
  line-height: 1em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
}
.content_with_list_section .lined_list li {
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
}
.content_with_list_section .lined_list li:last-child {
  margin-bottom: 0;
}
/**************************
CONTENT WITH IMAGE SECTION STYLES
**************************/
.content_with_image_section .content_left {
  width: 25%;
  padding-top: 0px;
}
.content_with_image_section .content_right {
  width: 70%;
  position: relative;
  z-index: 11;
}
.content_with_image_section .content_right img {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.content_with_image_section .content_with_image_flex.left {
  flex-direction: row-reverse;
}
.cta_link {
  margin-top: 70px;
}
.cta_link a {
  display: inline-block;
  font-size: 25px;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
}
.content_with_34_image_section.section.padded {
  margin-bottom: 210px;
  padding-bottom: 0;
}
.content_with_34_image_section.section.padded h2 {
  font-size: 25px;
}
.content_with_34_image_section.section.padded .entry {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8%;
}
.content_with_34_image_section.section.padded figure {
  margin-bottom: -8%;
}
.content_with_34_image_section.section.padded img {
  display: block;
  width: 100%;
  height: auto;
}
/**************************
CTA BOXES SECTION STYLES
**************************/
.cta_boxes_section h2 {
  text-transform: uppercase;
}
/**************************
FULL WIDTH IMAGE SECTION STYLES
**************************/
.full_width_image_section {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.full_width_image_section img {
  width: 100%;
}
.full_width_image_section .button_wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.full_width_image_section .button_wrapper .button {
  margin: 0 auto;
}
/**************************
PHOTO BOXES SECTION STYLES
**************************/
.photo_boxes_section .a_photo img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.photo_boxes_section .text_box_content {
  padding: 77px 50px;
  overflow-y: hidden;
  color: #fff;
}
.photo_boxes_section .text_box_content .entry {
  color: #fff;
}
.photo_boxes_section .text_box {
  background-position: bottom center;
}
/**************************
TESTIMONIALS SECTION STYLES
**************************/
.testimonials_section {
  position: relative;
  z-index: 100;
}
.testimonials_section .wrapper {
  position: relative;
}
.testimonials_section .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -210px;
  left: 50px;
  width: 1px;
  background: #ea7631;
}
.testimonials_section .wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -210px;
  right: 50px;
  width: 1px;
  background: #ea7631;
}
.testimonials_section .testimonial_slider {
  margin: 0 auto;
  max-width: 1054px;
  padding: 0 25px;
}
.testimonials_section .testimonial_slide {
  text-align: center;
}
.testimonials_section .quotation_mark {
  font-size: 200px;
  font-weight: 100;
  font-style: normal;
}
.testimonials_section .the_quote {
  font-size: 35px;
  line-height: 1.429em;
  font-weight: 100;
}
.testimonials_section .credit {
  font-size: 35px;
  line-height: 1em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  margin-top: 2em;
  text-transform: uppercase;
}
.testimonials_section .subtitle {
  font-size: 25px;
  line-height: 1em;
}
.testimonials_section .slider_arrows {
  position: relative;
  margin: 60px 30px 0;
}
.testimonials_section .slick-arrow {
  font-size: 30px;
  cursor: pointer;
}
/**************************
CENTERED CONTENT SECTION STYLES
**************************/
.centered_content_section {
  text-align: center;
}
.centered_content_section .entry {
  font-size: 35px;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  border: 14px solid #ebebeb;
  border-width: 14px 0;
  padding: 75px 0;
  color: #464646;
}
.centered_content_section .entry a {
  color: #90c7e6;
  text-decoration: underline;
}
.centered_content_section .entry h4 {
  font-size: 25px;
}
.centered_content_section .entry p {
  margin-bottom: 55px;
}
.simple_hero_section.skinny + .centered_content_section {
  margin-top: 50px;
}
.simple_hero_section.skinny + .centered_content_section .entry {
  padding: 50px 0;
}
/**************************
ANIMATED TEXT OVER IMAGE SECTION STYLES
**************************/
.animated_text_over_image_section {
  position: relative;
}
.animated_text_over_image_section .background_image img {
  width: 100%;
}
.animated_text_over_image_section .words_overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.animated_text_over_image_section .words_left {
  margin-right: 10px;
  margin-bottom: 100px;
  max-width: 50%;
}
.animated_text_over_image_section .words_right {
  margin-left: 10px;
  margin-top: 100px;
  max-width: 50%;
}
/**************************
ANIMATED TEXT OVER IMAGE SECTION STYLES
**************************/
.studio_contact_section {
  margin-top: 70px;
}
.studio_contact_section .contact_links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.studio_contact_section li {
  margin-bottom: 32px;
}
.studio_contact_section a.contact_link {
  font-size: 30px;
  line-height: 1em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 33px 20px 33px;
  min-width: 455px;
  display: inline-block;
  max-width: 100%;
  border-bottom: 14px solid #ea7631;
}
/**************************
COLORED CONTENT ROWS SECTION STYLES
**************************/
.colored_content_rows_section h2 {
  margin-bottom: 80px;
}
.colored_content_rows_section .content_row {
  margin-bottom: 50px;
}
.colored_content_rows_section .content_row:last-child {
  margin-bottom: 0;
}
.colored_content_rows_section .content_row h3 {
  font-size: 25px;
  line-height: 1.667em;
  margin-bottom: 10px;
}
.colored_content_rows_section .the_content_rows {
  border-bottom: 14px solid #ebebeb;
  padding-bottom: 100px;
}
/**************************
STUDIO UPDATES SECTION STYLES
**************************/
.studio_updates_section {
  padding: 85px 0 125px;
  color: #fff;
}
.studio_updates_section .entry {
  color: #fff;
}
.studio_updates_section .the_updates {
  border-top: 3px solid #fff;
}
.studio_updates_section .the_updates .update {
  padding: 27px 0;
  border-bottom: 3px solid #fff;
}
.centered_cta_section .padded_box {
  padding: 35px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.centered_cta_section .entry {
  margin: 30px 0;
}
.studio_updates_section + .centered_cta_section {
  margin-top: -70px;
}
#top_banner {
  background-color: #0a5685;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
}
#top_banner .mobile_text {
  display: none;
}
#top_banner a {
  color: #fff;
  text-decoration: underline;
}
/**************************
SINGLE STUDIO STYLES V2
**************************/
#studio_header {
  position: relative;
  z-index: 600;
  background: none;
  padding: 65px 0;
}
#studio_header #logo {
  width: 195px;
}
#studio_header #logo svg {
  fill: #000;
}
#studio_header #main_menu {
  font-size: 16px;
}
#studio_header #main_menu a {
  color: #00263c;
}
body.active #studio_header {
  background-color: transparent;
}
body.active #studio_header #logo svg {
  fill: #fff;
}
#studio_title {
  max-width: 460px;
  width: auto;
}
#studio_title h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #00263c;
  line-height: 1em;
}
.studio_info_section {
  color: #00263c;
  margin-bottom: 32px !important;
  font-size: 18px;
  line-height: 1.333em;
}
.studio_info_section a {
  color: #00263c;
  text-transform: lowercase;
  font-weight: bold;
  text-decoration: underline;
}
.studio_info_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.studio_info_section li {
  margin: 0;
  padding: 0;
}
/**************************
SINGLE STUDIO STYLES V3
**************************/
#studio_name {
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 30px;
  border-left: 1px solid #000;
  padding-left: 25px;
}
#studio_name.mobile_show {
  margin: 15px auto 0;
  padding: 0;
  border: none;
  display: none;
}
.studio_social_links li {
  margin: 6px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 37px;
}
.studio_social_links li a {
  color: #fff;
}
.video_boxes_section .video_box_row:nth-child(even) {
  flex-direction: row-reverse;
}
.video_boxes_section video {
  width: 100%;
  height: 100%;
}
.video_boxes_section .inner {
  max-width: 290px;
}
.video_boxes_section h3.sub_title {
  font-size: 14px;
  color: #00263c;
}
.video_boxes_section h2 {
  font-size: 30px;
}
.video_boxes_section .entry {
  font-size: 16px;
  line-height: 1.25em;
}
/**************************
STUDIO HERO STYLES 
**************************/
.studio_hero_section {
  background: #5fcbf4;
  text-align: center;
  padding-top: 90px;
  color: #fff;
}
.studio_hero_section h2 {
  margin-bottom: 27px;
}
.studio_hero_section h3 {
  font-size: 25px;
}
.studio_hero_section img {
  max-height: 275px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.single-studio .studio_hero_section {
  margin: 0;
}
#studio_contact {
  border: 1px solid #c0c8cc;
  border-width: 0px 1px;
}
#studio_contact.col-1-2 {
  border-right: none;
}
#studio_contact.col-1-1 {
  border: none;
}
.studio_info_section {
  margin: 25px 0;
}
.studio_info_section .col-1-3 {
  padding: 40px 0;
}
#studio_modules .section:first-child {
  margin-top: 0;
}
.studio_info_section + #studio_modules .content_with_image_gradient_section {
  margin-top: 18px;
}
/**************************
STUDIO MAP STYLES 
**************************/
.studio_map_section.section {
  margin: 0;
}
.studio_map_section.section .acf-map {
  height: 210px;
}
.studio_map_section.section.v2 {
  border-top: 1px solid #000;
  margin: 0;
  padding: 120px 0;
}
.studio_map_section.section.v2 .acf-map {
  height: auto;
  padding-bottom: 68%;
  border: 2px solid #000;
}
.studio_map_section.section.v2 .inner {
  max-width: 325px;
}
.studio_pre-sale_boxes_section + .colored_content_with_image_section, .studio_map_section + .colored_content_with_image_section {
  margin-top: 0;
}
/**************************
COLORED CONTENT WITH IMAGE STYLES 
**************************/
.colored_content_with_image_section figure.cover img {
  visibility: hidden;
}
.colored_content_with_image_section .inner {
  padding: 13%;
}
.colored_content_with_image_section .entry {
  font-size: 18px;
}
.colored_content_with_image_section .button {
  margin-top: 35px;
}
.colored_content_with_image_section + .colored_content_with_image_section {
  margin: 0;
}
/**************************
STUDIO WE BELIEVE STYLES 
**************************/
.studio_we_believe_section {
  text-align: center;
  z-index: 1;
  position: relative;
}
.studio_we_believe_section .vert_line {
  width: 1px;
  height: 150px;
  margin: 0 auto;
  background-color: #00263c;
  margin-top: 34px;
}
.studio_we_believe_section h1 {
  font-size: 50px;
  background: #fff;
  display: block;
  position: relative;
  z-index: 999;
}
.studio_we_believe_section ul {
  margin: 150px 0 0 0;
  padding: 0;
  list-style: none;
}
.studio_we_believe_section li {
  margin: 17px 0;
  min-height: 75vh;
}
.studio_we_believe_section li .item_content {
  font-size: 18px;
  line-height: 1.667em;
  opacity: 1;
  -webkit-transition: color 0.3s ease-out, font-size 0.3s ease, opacity 0.3s ease;
  -moz-transition: color 0.3s ease-out, font-size 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease-out, font-size 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease-out, font-size 0.3s ease, opacity 0.3s ease;
}
.studio_we_believe_section li:last-child {
  margin-bottom: 0;
}
.studio_we_believe_section li:last-child .vert_line {
  height: 325px;
}
.studio_we_believe_section .believe_list {
  position: relative;
}
.studio_we_believe_section li:first-child .item_content, .studio_we_believe_section .item_content[data-lg-sticky-state=is-moving] {
  font-size: 40px;
  line-height: 1.667em;
  color: #00cffe;
}
.is-mobile .studio_we_believe_section li {
  margin: 0 0 34px;
  min-height: auto;
}
/**************************
LARGE CTA STYLES 
**************************/
.large_cta_section {
  text-align: center;
  color: #fff;
  z-index: 0;
  position: relative;
}
.large_cta_section .background_image {
  padding: 195px 0 300px;
}
.large_cta_section .cta_content {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 2em;
  max-width: 1055px;
  margin: 0 auto;
}
.large_cta_section h1 {
  padding-top: 0%;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 3px;
}
.large_cta_section .button {
  margin-top: 35px;
}
.studio_we_believe_section + .large_cta_section {
  margin-top: -43px;
}
/**************************
THE FUTURE STYLES 
**************************/
.the_future_section h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
.the_future_section .button {
  margin-top: 37px;
}
.the_future_section .the_suit {
  position: relative;
  max-width: 279px;
  width: 46%;
}
.the_future_section .callout {
  position: absolute;
  left: 100%;
  max-width: 260px;
  width: 100%;
  padding-left: 75px;
  top: 20%;
}
.the_future_section .callout .the_line {
  width: 0px;
  height: 1px;
  background-color: #00263c;
  margin-bottom: 15px;
  margin-left: -57px;
  position: relative;
  transition: width 1s ease;
  transition-delay: 250ms;
}
.the_future_section .callout .callout_copy {
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.the_future_section .callout.active .the_line {
  width: 150px;
  transition-delay: 0s;
}
.the_future_section .callout.active .callout_copy {
  opacity: 1;
  transition-delay: 250ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.the_future_section .the_line span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00263c;
  position: absolute;
  top: -2.5px;
  left: 0;
}
.the_future_section .left_half {
  width: 47%;
}
.the_future_section .left_half .inner {
  max-width: 420px;
  padding-right: 50px;
}
.the_future_section .right_half {
  width: 53%;
  position: relative;
}
.the_future_section .feature {
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  text-align: center;
  line-height: 10px;
  font-size: 8px;
  color: #fff;
  background: #00cffe;
  border: none;
  padding: 0;
}
.pulse {
  box-shadow: 0 0 0 0 rgba(0, 207, 254, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
/**************************
PULSE EFFECT STYLES
**************************/
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(0, 207, 254, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(0, 207, 254, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(0, 207, 254, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(0, 207, 254, 0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
/**************************
BENEFIT BOXES STYLES 
**************************/
.benefits_boxes_section {
  padding: 150px 0;
}
.benefits_boxes_section h2 {
  font-size: 50px;
  letter-spacing: 5px;
}
.benefits_boxes_section h3 {
  font-size: 18px;
}
.benefits_boxes_section .num {
  font-size: 33px;
  margin-bottom: 40px;
}
.benefits_boxes_section .entry {
  font-size: 14px;
}
.benefits_boxes_section .benefit_box {
  background-color: #fff;
  padding: 55px 28px 40px;
  border-radius: 24px;
  box-shadow: 3px 3px 8.6px 1.4px rgba(0, 0, 0, 0.07);
}
/**************************
AS SEEN ON STYLES 
**************************/
.as_seen_on_section .logos_flex {
  margin-top: 125px;
}
.as_seen_on_section h3 {
  font-size: 30px;
}
.as_seen_on_section .the_logo {
  border-bottom: 4px solid #00cffe;
  padding-bottom: 40px;
  width: 100%;
}
.as_seen_on_section .the_logo img {
  max-width: 200px;
  height: auto;
  width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
.as_seen_on_section .the_logo a {
  display: inline-block;
  margin: 0 auto;
}
/**************************
TESTIMONIAL BOXES STYLES 
**************************/
.testimonial_boxes_section h3 {
  font-size: 30px;
}
.testimonial_boxes_section .salutation {
  font-size: 20px;
  margin-bottom: 30px;
}
.testimonial_boxes_section .quote {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}
.testimonial_boxes_section .name {
  font-size: 20px;
  margin-bottom: 4px;
}
.testimonial_boxes_section .length {
  font-size: 14px;
  letter-spacing: 2px;
}
.testimonial_boxes_section .testimonial_boxes {
  margin: 125px 0;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_box .inner {
  background-color: #00cffe;
  color: #fff;
  text-align: center;
  padding: 50px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  border-radius: 30px;
  position: relative;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_box {
  margin-bottom: 50px;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_box .inner:after {
  border-right: solid 20px transparent;
  border-left: solid 20px transparent;
  border-top: solid 20px #00cffe;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  right: 66px;
  height: 0;
  width: 0;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_column:first-child .testimonial_box:nth-child(even) .inner {
  background-color: #96dbf9;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_column:first-child .testimonial_box:nth-child(even) .inner:after {
  border-top-color: #96dbf9;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_column:first-child .testimonial_box:nth-child(odd) .inner {
  background-color: #00cffe;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_column:last-child .testimonial_box:nth-child(odd) .inner {
  background-color: #96dbf9;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_column:last-child .testimonial_box:nth-child(odd) .inner:after {
  border-top-color: #96dbf9;
}
.testimonial_boxes_section .testimonial_boxes .testimonial_column:last-child .testimonial_box:nth-child(even) .inner {
  background-color: #00cffe;
}
/**************************
STUDIO PRE-SALE HERO STYLES 
**************************/
.studio_pre-sale_hero_section {
  background-color: #5fcbf4;
}
.studio_pre-sale_hero_section h3 {
  font-size: 18px;
  line-height: 1.778em;
  letter-spacing: 2px;
}
.studio_pre-sale_hero_section h2 {
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 3px;
}
.studio_pre-sale_hero_section .hero_image {
  width: 56%;
}
.studio_pre-sale_hero_section .hero_left {
  width: 44%;
  padding-right: 50px;
}
.single-studio .studio_pre-sale_hero_section {
  margin: 0;
}
/**************************
STUDIO PROMOTION HERO STYLES 
**************************/
.studio_promotion_hero_section {
  background-color: #5fcbf4;
}
.studio_promotion_hero_section .hero_container {
  position: relative;
}
.studio_promotion_hero_section h3 {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.studio_promotion_hero_section h2 {
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 3px;
}
.studio_promotion_hero_section .hero_image {
  width: 56%;
}
.studio_promotion_hero_section .hero_left {
  width: 44%;
  padding-right: 50px;
}
.studio_promotion_hero_section .hero_left em {
  font-style: normal;
  color: #00263c;
}
.studio_promotion_hero_section .promo_bar {
  position: absolute;
  left: 4.1%;
  right: 4.1%;
  bottom: 0;
  background-color: #00263c;
  color: #fff;
  padding: 20px;
  font-family: 'TradeGothicLT-Bold';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
  z-index: 99;
  letter-spacing: 1px;
}
.studio_promotion_hero_section .promo_bar a {
  color: #00cffe;
  text-decoration: underline;
}
.single-studio .studio_promotion_hero_section {
  margin: 0;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 20px;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mfp-container {
  padding: 0 25px !important;
}
.studio_pre-sale_boxes_section {
  background-color: #f9f9f9;
  padding: 75px 0;
  margin: 0;
  border-bottom: 30px solid #fff;
}
.studio_pre-sale_boxes_section h4 {
  font-size: 17px;
  margin-bottom: 18px;
}
.studio_pre-sale_boxes_section h3 {
  font-size: 30px;
  letter-spacing: 2px;
}
.studio_pre-sale_boxes_section .entry {
  font-size: 17px;
}
.studio_pre-sale_boxes_section .presale_box {
  background-color: #fff;
  padding: 50px;
  border-radius: 24px;
  width: 100%;
  box-shadow: 3px 3px 8.6px 1.4px rgba(0, 0, 0, 0.07);
}
/**************************
STUDIO FORM STYLES 
**************************/
#studio_form {
  padding: 30px 0;
  border-top: 6px solid #fff;
  margin: 0;
}
#studio_form .wrapper {
  clear: both;
}
#studio_form .gform_body {
  width: 80%;
  max-width: 80%;
  float: left;
  display: block;
}
#studio_form li {
  margin-bottom: 0;
  width: 100%;
}
#studio_form #field_10_7, #studio_form #field_8_7 {
  width: 0px;
  padding: 0;
}
#studio_form .gform_footer {
  width: 20%;
  max-width: 20%;
  float: left;
  display: block;
  clear: none;
}
#studio_form input, #studio_form select {
  border: 2px solid #fff;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  color: #fff;
  background: none;
  padding: 15px;
  line-height: 1em;
  margin: 0;
}
#studio_form select {
  text-transform: uppercase;
  height: 53px;
}
#studio_form .gform_button {
  background: #00cffe;
  color: #fff;
  border-color: #00cffe;
  width: 100%;
  max-width: 100%;
  height: 53px;
  font-size: 15px;
}
#studio_form ::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #fff;
  text-transform: uppercase;
}
#studio_form ::-moz-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: #fff;
  text-transform: uppercase;
}
#studio_form .gform_required_legend {
  display: none;
}
/**************************
POPUP STYLES
**************************/
.bordered-popup {
  max-width: 600px;
  width: auto;
  margin: 20px auto;
  position: relative;
  border: 10px solid #fff;
  background-color: #2dcffd;
  text-align: center;
}
.bordered-popup .mfp-close {
  color: #02273a !important;
  opacity: 1;
}
.bordered-popup .popup_top {
  padding: 50px 18px 18px 18px;
  color: #02273a;
}
.bordered-popup .popup_bottom {
  background-color: #02273a;
  padding: 25px;
  border-top: 10px solid #fff;
}
#pop_line_1 {
  font-size: 60px;
  line-height: 1em;
}
#pop_line_2 {
  font-size: 25px;
  line-height: 1em;
}
#pop_line_3 {
  font-size: 15px;
  line-height: 1em;
  margin-top: 21px;
}
#pop_fine_print {
  font-size: 12px;
  line-height: 1em;
  margin-top: 21px;
}
#blue_box_line_1 {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 10px;
}
#blue_box_line_2 {
  font-size: 27px;
  line-height: 1em;
  color: #2dcffd;
}
a.pop_cta {
  font-size: 18px;
  line-height: 1em;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/**************************
FORM STYLES
**************************/
body #content .gform_next_button {
  background: #ea7631;
}
/**************************
FORM STYLES
**************************/
::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
}
::-moz-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
}
#mobile_nav #burger, #studio_header #burger {
  display: block;
  margin-left: 6%;
}
#mobile_nav .nav-toggle, #studio_header .nav-toggle {
  cursor: pointer;
  width: 25px;
  height: 12px;
}
#mobile_nav .nav-toggle span, #mobile_nav .nav-toggle span:before, #mobile_nav .nav-toggle span:after, #studio_header .nav-toggle span, #studio_header .nav-toggle span:before, #studio_header .nav-toggle span:after {
  height: 2px;
  width: 25px;
  background-color: #00263c;
}
#mobile_nav .nav-toggle span:before, #studio_header .nav-toggle span:before {
  top: -6px;
}
#mobile_nav .nav-toggle span:after, #studio_header .nav-toggle span:after {
  bottom: -6px;
}
#mobile_nav .nav-toggle.active span:before, #mobile_nav .nav-toggle.active span:after, #studio_header .nav-toggle.active span:before, #studio_header .nav-toggle.active span:after {
  top: 0;
  background-color: #fff;
}
#mobile_nav .nav-toggle.active span, #studio_header .nav-toggle.active span {
  background-color: transparent;
}
.single-studio #mobile_nav {
  display: block;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.single-studio #mobile_nav.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
body #content .form_section .longform_wrapper .button, body #content .form_section .longform_wrapper a.button {
  font-size: 22px;
  min-width: auto;
  padding: 15px 20px;
}
body #content .form_section .longform_wrapper .gsection {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 17px;
}
body #content .form_section .longform_wrapper .gsection h3.gsection_title {
  margin-bottom: 0;
}
body #content .form_section .longform_wrapper .gfield_html {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 40px;
}
body #content .form_section .longform_wrapper .gfield_html h2 {
  margin: 0px;
  color: #0a5685;
}
body #content .form_section .longform_wrapper .graybox {
  background: #eee;
  padding: 50px;
  line-height: 1.2em;
}
body #content .form_section .longform_wrapper .gform_page_footer {
  margin-top: 50px;
}
body #content .form_section .longform_wrapper input[readonly='readonly'] {
  border: none;
  background: #eee;
  pointer-events: none;
  padding: 15px 20px !important;
  font-size: 22px;
}
.form_section.section:last-child {
  margin-bottom: 100px;
}
/**************************
BURGER STYLES
**************************/
#burger {
  display: none;
}
.nav-toggle {
  position: relative;
  text-align: right;
}
.nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  right: 0px;
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0;
}
.nav-toggle.active span:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Firefox */
  -o-transform: rotate(45deg);
  /* Safari and Chrome */
  /* Opera */
}
.nav-toggle.active span:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -o-transform: rotate(-45deg);
  /* Safari and Chrome */
  /* Opera */
}
/**************************
RESPONSIVE STYLES
**************************/
@media (max-width: 1550px) {
  /*classes go here */
  .hero_with_form_section .hero_left_wrapper {
    margin-left: 23%;
  }
}
@media (max-width: 1330px) {
  .photo_boxes_section h3 {
    font-size: 25px;
  }
  .benefits_boxes_section .col-1-5 {
    width: 25%;
  }
}
@media (max-width: 1290px) {
  .content_with_list_section .content_with_list_left {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .content_with_image_section.section .content_with_image_flex {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .content_with_image_section.section .content_with_image_flex .content_left {
    width: 100%;
  }
  .content_with_image_section.section .content_with_image_flex .content_right {
    width: 100%;
  }
  .content_with_image_section.section .content_with_image_flex .content_right img {
    width: 100%;
    margin-bottom: 30px;
  }
  .content_with_image_section.content_with_34_image_section {
    margin-bottom: 120px !important;
  }
  .content_with_image_section.content_with_34_image_section .content_with_image_flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content_with_image_section.content_with_34_image_section .content_with_image_flex .content_left {
    width: 100%;
  }
  .content_with_image_section.content_with_34_image_section .content_with_image_flex .content_right {
    width: 100%;
    margin: 50px 0;
  }
  .content_with_image_section.content_with_34_image_section .content_with_image_flex .content_right img {
    max-width: 600px;
    margin: 0 auto;
  }
  .benefits_boxes_section .col-1-4 {
    width: 33.33%;
  }
  .photo_boxes_section h3 {
    font-size: 35px;
  }
  .photo_boxes_section .col-1-5 {
    width: 33.333%;
  }
  .photo_boxes_section .col-1-5:nth-child(10) {
    display: none;
  }
  .studio_pre-sale_hero_section {
    padding: 40px 0;
    text-align: center;
  }
  .studio_pre-sale_hero_section .hero_left {
    width: 100%;
    padding: 0;
  }
  .studio_pre-sale_hero_section h3 br {
    display: none;
  }
  .studio_pre-sale_hero_section h2 {
    margin-bottom: 0;
    font-size: 25px;
  }
  .studio_pre-sale_hero_section h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .studio_pre-sale_hero_section h2 br {
    display: none;
  }
  .studio_pre-sale_hero_section .hero_image {
    display: none;
  }
  .studio_promotion_hero_section {
    padding: 40px 0 0;
    text-align: center;
  }
  .studio_promotion_hero_section .hero_left {
    width: 100%;
    padding: 0;
  }
  .studio_promotion_hero_section h3 br {
    display: none;
  }
  .studio_promotion_hero_section h2 {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .studio_promotion_hero_section h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .studio_promotion_hero_section h2 br {
    display: none;
  }
  .studio_promotion_hero_section .hero_image {
    display: none;
  }
  .studio_promotion_hero_section .promo_bar {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  #nav {
    display: none;
  }
  #burger {
    display: block;
  }
  #mobile_nav {
    display: block;
    transition: all 500ms ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .benefits_boxes_section .col-1-5 {
    width: 33.333%;
  }
  #mobile_nav.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hero_with_form_section .hero_left {
    width: 50%;
  }
  .hero_with_form_section .hero_right {
    width: 50%;
  }
  .content_with_list_section .content_with_list_flex {
    display: block;
  }
  .content_with_list_section .content_with_list_left {
    width: 100%;
  }
  .content_with_list_section .content_with_list_right {
    width: 100%;
    margin-top: 70px;
  }
  .studio_info_section .wrapper {
    display: block;
    width: 100%;
  }
  .studio_info_section .col-1-2, .studio_info_section .col-1-3 {
    width: 100%;
  }
  .studio_info_section #studio_contact {
    border: none;
  }
  #studio_form .gform_body {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #studio_form .gform_body ul {
    display: block;
  }
  #studio_form .gform_body li {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    padding: 0;
  }
  #studio_form .gfield {
    display: block;
    margin-bottom: 15px;
    padding-right: 0;
  }
  #studio_form .gform_footer {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #studio_form .gform_button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1060px) {
  .cta_boxes_section .col-1-3 {
    width: 100%;
  }
  .grid_container-large {
    margin: 0 -25px;
  }
  .grid-large {
    padding: 25px;
  }
  .animated_text_over_image_section .words_left {
    max-width: 25%;
    margin-top: 75px;
  }
  .animated_text_over_image_section .words_right {
    max-width: 25%;
    margin-bottom: 75px;
  }
}
@media (max-width: 1100px) {
  #nav {
    display: none;
  }
  #burger {
    display: block;
  }
  #mobile_nav {
    display: block;
    transition: all 500ms ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  #mobile_nav.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hero_with_form_section .hero_left {
    width: 50%;
  }
  .hero_with_form_section .hero_right {
    width: 50%;
  }
  .colored_content_with_image_section .col-1-2 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .button, a.button {
    min-width: 230px;
    padding: 25px 15px;
    font-size: 20px;
  }
  .studio_pre-sale_boxes_section .col-1-3 {
    width: 100%;
  }
  .benefits_boxes_section .col-1-4 {
    width: 50%;
  }
  .benefits_boxes_section .benefit_box {
    padding: 50px 24px 24px 24px;
  }
  .testimonial_boxes_section .col-1-2 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .hero_with_form_section .hero_with_form_flex {
    display: block;
    padding: 0;
  }
  .hero_with_form_section .mobile_hero_header {
    display: block;
    padding-top: 180px;
    padding-bottom: 50px;
    color: #fff;
  }
  .hero_with_form_section .hero_background_left, .hero_with_form_section .hero_background_right {
    display: none;
  }
  .hero_with_form_section .hero_left {
    display: none;
  }
  .hero_with_form_section .hero_right {
    width: 100%;
    padding: 50px 25px;
  }
  .hero_with_form_section h2.hero_subtitle {
    margin-top: 1em;
  }
  #top_banner .mobile_text {
    display: block;
  }
  #top_banner .desktop_text {
    display: none;
  }
}
@media (max-width: 768px) {
  .photo_boxes_section h3 {
    font-size: 25px;
  }
  .testimonials_section .the_quote {
    font-size: 30px;
  }
  .studio_list_section h2.state_title {
    min-width: auto;
    display: block;
  }
  .studio_contact_section a.contact_link {
    min-width: auto;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .benefits_boxes_section .col-1-5 {
    width: 50%;
  }
  .as_seen_on_section .grid-medium {
    width: 33.33%;
  }
  .studio_map_section.v2.section .map_content {
    margin-bottom: 15px;
  }
  .studio_map_section.v2.section .inner {
    width: 100%;
    max-width: 100%;
  }
  .studio_map_section.v2.section .col-1-2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section {
    margin-top: 120px;
  }
  .photo_boxes_section .col-1-5 {
    width: 50%;
  }
  .photo_boxes_section .col-1-5:nth-child(10) {
    display: block;
  }
  .photo_boxes_section .text_box_content {
    padding: 40px;
  }
  .video_boxes_section .col-1-2 {
    width: 100%;
  }
  .benefits_boxes_section .col-1-5 {
    width: 100%;
  }
  #studio_header {
    padding: 30px 0;
  }
  #studio_name {
    display: none;
  }
  #studio_name.mobile_show {
    display: block;
    text-align: left;
  }
  #footer_top {
    display: block;
  }
  #footer_top #footer_content {
    padding-left: 0px;
    margin-top: 30px;
    width: 100%;
  }
  #footer_bottom {
    display: block;
    margin-top: 50px;
  }
  #footer_bottom li {
    margin-bottom: 10px;
  }
  #social_links {
    display: block;
  }
  #footer_menu {
    display: block;
  }
  section.simple_hero_section {
    position: relative;
    margin: 0;
  }
  section.simple_hero_section figure {
    display: none;
  }
  section.simple_hero_section img {
    width: 100%;
    height: auto;
  }
  section.simple_hero_section .hero_headline_wrapper {
    position: relative;
    padding: 150px 0 100px;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  section.simple_hero_section .hero_headline_wrapper h2 {
    font-size: 32px;
    color: #fff;
  }
  .centered_content_section .entry {
    font-size: 22px;
  }
  .hero_section h1.headline {
    font-size: 40px;
  }
  .hero_section .hero_content {
    font-size: 18px;
  }
  .hero_section .headline_container {
    top: 40%;
  }
  .wrapper {
    padding: 0 25px;
  }
  .font_25 {
    font-size: 18px;
  }
  .colored_content_rows_section h2 {
    font-size: 30px;
  }
  .colored_content_with_image_section h2 {
    font-size: 30px;
  }
  .studio_we_believe_section h1 {
    font-size: 30px;
  }
  .benefits_boxes_section h2 {
    font-size: 30px;
  }
  .benefits_boxes_section .col-1-4 {
    width: 100%;
  }
  .benefits_boxes_section .benefit_box {
    padding: 24px;
  }
  .as_seen_on_section .col-1-3 {
    width: 100%;
  }
  .the_future_section h2 br {
    display: none;
  }
  .the_future_section .col-1-2 {
    width: 100%;
    padding: 0;
  }
  .the_future_section .left_half .inner {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .the_future_section .right_half {
    margin-top: 50px;
  }
  .large_cta_section .background_image {
    padding: 150px 0;
  }
  .large_cta_section .cta_content {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .large_cta_section h1 {
    font-size: 22px;
  }
  .testimonial_boxes_section .testimonial_boxes .testimonial_box {
    float: none;
    width: 100%;
  }
  .testimonial_boxes_section .testimonial_boxes .testimonial_box .inner {
    padding: 40px 30px;
  }
  .studio_hero_section h2 {
    font-size: 22px;
  }
  .studio_hero_section h3 {
    font-size: 18px;
  }
  .the_future_section .callout .callout_copy {
    font-size: 12px;
  }
}
@media (max-width: 470px) {
  .photo_boxes_section .col-1-5 {
    width: 100%;
  }
  .photo_boxes_section .text_box_content {
    padding: 40px;
  }
  .testimonials_section .the_quote {
    font-size: 20px;
  }
  .testimonials_section .credit {
    font-size: 25px;
  }
  .testimonials_section .subtitle {
    font-size: 20px;
  }
  section.simple_hero_section.skinny h2.headline {
    font-size: 40px;
  }
  section.section {
    margin-top: 80px;
  }
}
/**************************
FORM STYLES
**************************/
body .gform_confirmation_message {
  margin-top: 0px;
  font-size: 25px;
  line-height: 1.15em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
  color: #90c7e6;
}
.gfield_checkbox li, .gfield_radio li {
  position: relative;
  margin-right: 10px !important;
}
body .gform_wrapper .gfield_radio li label {
  margin: 7px 0 0 24px;
  font-size: 18px;
  line-height: 1em;
  font-family: 'TradeGothicLT-Bold';
  font-weight: bold;
  text-transform: uppercase;
}
body .gform_wrapper ul li.gfield.optional .gfield_checkbox label::after, body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
  content: "";
  opacity: 1;
}
body .gform_wrapper .gfield_radio li input[type="radio"], body .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
  display: none;
}
ul.gfield_checkbox li[class^="gchoice"] label:before, ul.gfield_checkbox li[class^="gchoice"] label:after, ul.gfield_radio li[class^="gchoice"] label:before, ul.gfield_radio li[class^="gchoice"] label:after {
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
}
ul.gfield_checkbox li[class^="gchoice"] label:after, ul.gfield_radio li[class^="gchoice"] label:after {
  content: "";
  background-color: #fff;
  border: solid 1px #fff;
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: left 0.25s, background-color 0.13s;
  width: 20px;
}
ul.gfield_checkbox input[type="checkbox"]:checked + label:after, ul.gfield_radio input[type="radio"]:checked + label:after {
  background-color: #ea7631;
}
