/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

.spacer {
  width:100%;
  float:left;
  height:100px !important;
  padding:0;
}
.spacer-small {height:20px; width:100%; float;left;}
.center {text-align:center;}

.iconholder {
  text-align:center; 
  padding:0 30px;
}
.iconholder img {
  width:100px; 
  margin:30px 0 10px;
}
.iconholder h3 {
  color:#000 !important; 
}
.iconholder p {
  font-size:14px;
  color:#666;
}

.element {
  width:100%;
  float:left;
  margin:0 0 10px 0;
  padding:0 0 0 0;
  position:relative;
}
.eover {
  position:absolute; 
  width:100%;
  bottom:0;
  left:0;
  background:rgba(0,0,0,0.5);
  z-index:2;
  padding:10px 0;
  color:#ffbb00;
  height:50px;
  text-transform:uppercase;
  font-weight:800;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size:21px;
  transition:all .3s;
}
.element:hover .eover, .eover:hover {
  position:absolute; 
  width:100%;
  bottom:0;
  height:100%;
  left:0;
  background:rgba(0,0,0,0.8);
  z-index:2;
  padding:70px 0 0 0;
  color:#FFF;
 
  
}



.careers {
  width:100%;
  position:relative;
  background-position:center center !important;
  float:left;
  margin:0;
  padding:150px 0;
  color:#FFF;
  text-align:center;
}
.careers .row {
  position:relative;
  z-index:2;
}
.careers h2 {
  font-size:32px;
  line-height:1;
  margin:0 0 10px 0;
  padding:0;
}
.legal-consent-container .hs-richtext {
  font-size:10px !important; 
}
.careers .cta {
  margin:0 auto !important; 
  background:rgba(255,255,255,0);
  border:1px solid #FFF;
  color:#FFF;
  text-transform:uppercase;
}
.careers .cta:hover {
  color:#000;
   background:rgba(255,255,255,1);
}
.cta2 {
  margin:30px auto !important; 
  background: #FEC820;
  color:#000;
  padding:15px 50px;
  display:inline;
  transition:all .3s;
}
.cta2:hover {
  margin:30px auto !important; 
  background: #000;
  color:#FFF;
}
.locations {
  width:100%;
  float:left;
  margin:0;
  padding:100px 0;
  background:#FFF;
  text-align:center;
}
.locations h2 {
  font-weight:800;
  color:#000;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:32px;
  line-height:1;
  margin:0 0 5px 0;
}
.locations h3 {
  color:#FFC72C;
  font-size:21px;
  text-transform:uppercase;
  line-height:1;
  margin:0 0 15px 0;
}
.title {
  font-size:18px;
  color:#000;
  font-weight:800;
}
.address {
  color:#666;
  font-size:12px;
}





.band {
  width:100%;
  float:left;
  margin:0;
  padding:60px 0;
  color:#000;
  background:#FFF;
}
.grey {
  background:#f3f3f3; 
}
.lightgrey {
  background:#b8b8b8; 
}
.band h2 {
  font-weight:800;
  color:#000;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:32px;
  line-height:1;
  margin:0 0 5px 0;
}
.band h3 {
  color:#000;
  font-size:21px;
  text-transform:uppercase;
  line-height:1;
  margin:0 0 15px 0;
}

.dot {
  width:100%;
  text-align:center;
  margin:0;
  padding:80px 0;
  color:#fff;
  background:#000000
}

.dot h2 {
  font-weight:800;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:32px;
  line-height:1;
  margin:0 0 5px 0;
}



.dot .cta{
  display:table;
  background:#ffbb00;
  color:#000;
  padding:15px 60px;
  border-radius:0px;
  margin:30px auto;
  transition:all .3s;
}

.dot .cta:hover {
  color:#000;
  background: #FFF;
}

 

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
  font-family: 'Open Sans', sans-serif !important;
  width:100%;
  background:#222 !important;
  margin:0;
  padding:0;
}
h1, h2, h3, h4, h5 { font-family: 'Roboto Condensed', sans-serif !important;}

input {margin:0 0 5px 0 !important;}
.inputs-list {margin-left:0px !important;}
.inputs-list li {list-style:none !important;}
.inputs-list input {margin-right:10px !important;}

.offers {
  float:left;
  width:100%;
  margin:-80px 0 50px 0;
  padding:30px 0 30px;
  background:#FFF;
  text-align:center;
  position:relative;
  color:#FEC820;
  -webkit-box-shadow: -1px 2px 18px 0px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 2px 18px 0px rgba(0,0,0,0.4);
box-shadow: -1px 2px 18px 0px rgba(0,0,0,0.4);
}
.offers p {
  text-align:center;
  color:#666;
  width:100%;
  font-size:14px;
  padding:0 10%;
  float:left;
  margin-top:0px;
}
.call {
  float:left;
  background:#FEC820;
  color:#000;
  padding:10px 30px;
}
.offers p strong {
  
  color:#FEC820;
}
.offers h2 {
  color:#000;
  width:100%;
  float:left;
  text-align:center;
  font-weight:800;
  font-size:21px;
  margin:0 0 0px 0;
  padding:0;
}
.offers h3 {
  font-weight:800;
  margin:0 0 0 0;
  padding:0 0 0 0;
  font-size:21px;
}
.offers h4 {
  font-weight:800;
  color:#666;
    margin:0 0 0 0;
  padding:0 0 20px 0;
  font-size:18px;
}
.icons img {
  width:80px;
}
.icons h5 {
  color:#FEC820;
   font-size:16px;
}
.about {
  float:left;
  width:100%;
  margin:0px 0 0 0;
  padding:80px 0;
  background:#FEC820;
  text-align:center;
  position:relative;
 
}
.about h2 {
  font-weight:800;
  font-size:32px;
  text-transform:uppercase;
  line-height:1;
  margin:0;
  padding:0;
}
.about p {
  margin:10px 0 30px 0; 
    line-height:1;
}
.about .newsletterform {
  width:100%;
  float:left;
  margin:0 0 0 0;
  text-align:left;
  position:relative;
}

.about .newsletterform input[type="submit"] {
    position: absolute;
    right: -120px;
    top: 25px;
    background: #000;
    color: #FFF;
    border: none;
    padding: 10px 40px;
}
.difference {
  float:left;
  width:100%;
  margin:0px 0 0 0;
  padding:80px 0;
  background:#FEC820;
  text-align:center;
  position:relative;
 
}
.difference h2 {
  font-weight:800;
  font-size:32px;
  text-transform:uppercase;
  line-height:1;
  margin:0;
  padding:0;
}
.difference p {
  margin:10px 0 30px 0; 
    line-height:1.6;
}
.topheader {
  float:left;
  background:#FFF;
  padding:20px 0;
  width:100%;
}
.topheader .logo {
  height:80px !important;
  height:auto;
  float:left;
  position:relative;
  z-index:2;
}
.phonecta {
  float:right;
  color:#000;
  margin:10px 0 0 0;
  font-size:24px;
  font-weight:700;
  font-style:italic;
  border:3px solid #ef3e42;
  padding:5px 20px;
  transition:all .3s;
}
.phonecta:hover {
  color:#FFF; 
  background:#ef3e42;
}

.header {
  background-size:cover !important;
  background-position:center center !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f97400+0,9f3000+100 */
  background: #f97400; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #f97400 0%, #9f3000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #f97400 0%,#9f3000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #f97400 0%,#9f3000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97400', endColorstr='#9f3000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width:100%;
  float:left;
  color:#FFF;
  padding:20px 0 0px 0;
  margin:0;
  position:relative;
}
.content {
  position:relative;
  z-index:2;
}
.black {
  position:absolute;
  width:100%;
  height:100%;
  display:block;
  background:rgba(0,0,0,0.5);
  top:0px;
}
.brands {
  position:relative;
  z-index:1;
  width:100%;
  float:left;
  background:rgba(0,0,0,0.6);
  padding:30px 0;
  margin:-30px 0 0 0;
  text-align:center;
  color:#FFF;
}
.brands h2 {
  color:#FFC72C;
  font-size:21px;
  margin:0 0 10px 0;
  font-weight:800;
}
.brands img {
  width:400px; 
}
.brands p {
  color:#999;
  margin:10px 0 0 0;
}
.marketing {
  height:60vh;
  min-height:400px;
}

.header .marklogo {
  width:60px;
  height:auto;
  float:left;
  position:relative;
  z-index:2;
}
.headline h3 {
  color:#FEC820;
  margin:0;
  padding:0 0 20px;
  font-size:21px;
  font-weight:800;
}

.header .feat-image {
  position:absolute;
  bottom:0px;
  left:0px;
  width:600px;
  z-index:0;
}
.header .cta {
  background:#ef7908;
  color:#FFF;
  font-size:16px;
  margin:5px 0 0 0;
  padding:15px 50px 18px;
  border-radius: 10px;
  text-decoration:none;
  transition:all .3s;
  border:2px solid #ef7908;
}
.header .cta:hover {
  background:#FFF;
  color:#ef7908;
  border:2px solid #FFF;
  
}



.headline {
  margin:50px 0 100px 0; 
  text-align:left;
  position:relative;
  
}

.headline h2 {
  font-size:18px;
  font-weight:400;
  color:#FEC820;
  margin:0 0 5px 0;
  text-transform:uppercase;
}
.headline h1 {
  font-weight:900 !important;
  text-transform:uppercase;
  padding:0 0 10px;
  line-height:1em;
  font-size:52px !important;
  color:#FFF;
  text-align:left;
}
.marketing-headline h1 {
  font-weight:100 !important; 
  text-transform:none !important;
  
  font-size:36px !important;
  padding:0 0 0 0 !important;
}
.headline p, .marketing-headline p {
  color:#FFF; 
  font-size:18px;
  line-height:28px;
  padding:0px 0 30px 0;
}

/*------------------------------------------------------------------*/
.cta {
  display:table;
  background:#000;
  color:#FFF;
  padding:15px 60px;
  border-radius:0px;
  margin:30px 0;
  transition:all .3s;
  text-transform:uppercase;
}
.cta:hover {
  background:#b10e23;
  color:#FFF;
}
.main-content {
  padding:50px 0 50px;
  color:#656565;
  background:#FFF;
  width:100%;
  float:left;
  text-align:center;
  position:relative;
  z-index:2;
}
.main-content h1 {
  font-size:32px; 
  color:#000;
  font-weight:900;
  line-height:40px;
}
.attachements {
  padding:100px 0 100px;
  color:#cccccc;
  background:#222;
  width:100%;
  float:left;
  text-align:center;
  position:relative;
  z-index:2;
}
.attachements h2 {
  font-size:32px; 
  color:#FEC820;
  font-weight:900;
  line-height:40px;
}
.attachements .cta {
  background:#FEC820;
  color:#000;
  padding:10px 30px;
  border-radius:0;
  border:none;
  transition:all .3s;
}
.attachements .cta:hover {
  background:#FFF;
  color:#000;
}
.extras {
  margin-top:50px; 
}
.extras h4 {
  color:#FFF;
  font-size:18px;
  font-weight:100;
  margin:5px 0 30px 0;
}
.persona {
  width:100%;
  margin:10px 0 0;
  padding:20px;
  text-align:center;
}
.persona img {
  width:100px; 
}
.persona h2 {
  font-size:18px; 
  font-weight:900;
}
.persona p {
  font-size:14px;
  line-height:24px;
  padding:0px;
}
.form-columns-2, .form-columns-1, .form-columns-3 {
  max-width:100% !important; 
  width:100%;
}
.leads-form {
  width:100%;
  float:left;
  background:#FFF;
  padding:20px 30px 30px;
  border-radius:10px;
  margin:10px 0 40px;
  
}
.leads-form h3 {
  color:#000;
  font-size:32px;
  font-weight:800;
}
.leads-form input[type="text"], .leads-form input[type="email"], .leads-form input[type="tel"], .leads-form textarea, .leads-form select {
  border:1px solid #000;
  font-size:14px !important;
  height:auto;
  padding:5px;
  width:100% !important;
}
.leads-form textarea {width:100% !important; min-height:100px;}
.leads-form input[type="submit"] {
  background:rgba(177,14,35,1);
  border-radius:0px;
  color:#FFF;
  font-weight:600;
  border:none;
  padding:10px 30px;
  transition:all .3s;
}
.leads-form input[type="submit"]:hover {
  background:rgba(0,0,0,1);
  color:#FFF;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float:left !important;
}
.services {
  float:left;
  background:#fafafa;
  padding:80px 0;
  width:100%;
}
.services h2 {
  color:#666;
  text-align:center;
  font-size:28px;
  width:80%;
  margin-left:10%;
  margin-bottom:60px;
  float:left;
}
.price-chart {
  float:left;
	width:100%;
	position: relative;
  z-index:1;
	padding:30px 10px 50px;
	margin:0 0 20px 0;
	background:#FFF;
	text-align: center;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.20); 
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.20);
}
.price-chart img {
  height:60px;
  margin:0 auto;
}
.price-chart h3 {
  font-size:20px;
  margin:10px 0;
  color:#000;
  font-weight:800;
}
.price-chart p {
  font-size:14px;
  color:#666;
  text-align:center;
}
.price-chart ul {
  float:left;
  text-align:left;
  color:#666;
}
.price-chart ul li {
  float:left;
  text-align:left;
  color:#666;
  font-size:12px;
}
.pop {
  position:relative; 
}
.popular {
  background: #ef7908;
  color: #FFF;
  width: 80%;
  text-align:center;
  position: absolute;
  top: -26px;
  z-index:0;
  padding: 5px 0 20px;
  border-radius: 10px;
  font-size: 12px;
  left:9%;
}


/*----------------------------------------------RESULTS----*/
.result {
	width:100%;
	float:left;
	background:#000;
	padding:50px 0 100px;
	margin:0;
}
.result h1 {
	color:#FFF;
	font-size:36px;
	font-weight:100;
	text-align: center;
}
.result h2 {
	color:#FFF;
	font-size:18px;
	text-align: center;
	margin:0 0 50px 0;
}
.chart-holder {
	position:relative;
	transform: scale(.9);
	margin:0 auto 30px;
	padding:0;
	width:300px;
	height:300px;
}
.petrachart {
	float:left;
	position:absolute;
	top:0px;
	overflow: visible;
}
.petrachart-two {
	float:left;
	position:absolute;
	top:0px;
	overflow: visible;
}

svg {
	width:300px;
	height:300px;
	max-width:300px;
	max-height:300px;
	z-index:2;
	top:0px;
	left:0px;
	overflow: visible;
	/*stroke-width:10px;
	stroke-color:#FFF;
	overflow: visible;*/
}
path {
	fill:none;
	stroke:#FFF;
	stroke-opacity:.3;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:5px;
}
.petrachart-two path {
	stroke:#ef7908;
	stroke-opacity:1;
	stroke-width:40px;
}
.chart-text {
	text-align: center;
	color:#FFF;
	width:100%;
	position: absolute;
	top:75px;

}
.number {
	color:#FFF;
	font-size:42px;
	font-weight:100;
}



/*----------------------------------------------TESTIMONIALS----*/
.testimonials {
	width:100%;
	float:left;
	margin:0;
	padding:100px 0 100px;
	background:#f5f5f5;
	position: relative;
}
.hometestimonial {
	padding:0px 0 100px;
}
.testimonials h2 {
	font-weight:900;
	font-size:32px;
	margin-left:20px;
}
.slide {
	background:#FFF;
	border-radius:20px;
	padding:60px 0;
	min-height:350px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.20); 
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.20);
}

.author {	
	float:left;
	color:#999;
	font-size:12px;
	font-style: italic;
	margin:30px 0 0 0;
}
.content {
	color:#666;
	font-size:18px;
}
.slick-dots {
	position: absolute;
    top: -40px;
    right: 0px;
	list-style: none;
	margin:0;
	padding:0;
}
.slick-dots li {
	text-indent:-999999px;
	background:#FFF;
	width:20px;
	height:20px;
	border-radius:30px;
	margin:0 2px;
	float:left;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.40); 
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.40);
	transition:all .3s;
}
.slick-dots li.slick-active {
	background:#ef7908;
	-webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.0); 
	box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.0);
}
.mindone {
	font-family:'Montserrat', sans-serif !important;
	font-weight:900;
	color:#e9e9e9;
	text-transform:uppercase;
	font-size:85px;
	height:85px;
	line-height: 85px;
}
.mindtwo {
	font-family:'Montserrat', sans-serif !important;
	font-weight:900;
	color:#d5d5d5;
	text-transform:uppercase;
	font-size:140px;
	height:140px;
	line-height: 140px;
	margin-top:-25px;
}
.mindthree {
	font-family:'Montserrat', sans-serif !important;
	font-weight:900;
	color:#d5d5d5;
	text-transform:uppercase;
	font-size:150px;
	line-height: 150px;
	margin-top:-25px;
}
.mindfour {
	font-family:'Montserrat', sans-serif !important;
	font-weight:900;
	color:#e9e9e9;
	text-transform:uppercase;
	font-size:87px;
	line-height: 87px;
	margin-top:-20px;
}


/*------------------PETRA PERKS-----------------*/

.petra-perks-bg {
	width:100%;
	float:left;
	margin:0px 0 0 0;
	padding:50px 0 100px;
	background:#222;
	text-align: center;
}
.petra-perks-bg h1 {
	color:#ef7908;
	font-weight:100;
	font-size:36px;
	margin:0;
	padding:0;
}
.petra-perks-bg p {
	color:#b5b5b5;
	font-weight:400;
	font-size:18px;
	margin:0 0 50px 0;
	padding:0;
}
.petra-perks-bg img {
	width:25%;
	height:auto;
	margin-bottom:10px;
}
.petra-perks-bg .petra-perks p {
    color: #bcbcbc; 
}
.petra-perks-bg .petra-perks li {
	margin-bottom:20px;
}
.perks h1 {
	color:#666;
	font-size:21px;
	font-weight:800;
	margin:0 0 0px 30px;
	text-align: left;
}
.perks p {
	color:#666;
	font-size:12px;
	margin:0 0 10px 30px;
	text-align: left;
}
.perks .slide {
	height: auto;
	max-height: auto;
	float:left;
	padding-top:30px;
}
.petra-perks {
	float:left;
	width:100%;
	padding:0 30px;
	list-style: none;
	margin:0 0 0 0;
}
.petra-perks h3 {
	color:#ef7908;
	font-size:16px;
	font-weight:800;
	margin:0 0 0 0;
	text-transform: uppercase;
}
.petra-perks h3 img {
	width:35px;
	height:auto;
	margin-right:5px;
}
.petra-perks p {
	color:#666;
	font-size:12px;
	margin:0 0 20px 0px;
}













.

.play-btn {
  width:80px;
  margin:-40px 0 0 0;
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  z-index: 1002;
  overflow: visible;
}
/*
#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}
*/


#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}


.phone {
  width:100%;
  float:left;
  margin:40px 0 0 0;
  padding:0;
  color:#000;
  font-size:14px;
  font-weight:bolder;
}
.nopadding {padding:0 0 0 0 !important;}

.phone img {
  width: 40px;
  margin: 0 auto;
  text-align: center;
  float: right;
}
.move {
  margin:-3px 0 0 0; 
}




/*------------------------------------------------------------------*/

.footer {
  background:#000;
  width:100%;
  float:left;
  margin:0 0 0 0;
  padding:50px 0 50px 0;
  text-align:center;
  font-size:14px;
  color:#666;
}
.footer img {
  width:30px !important;
  height:auto;
}
.info {
  margin:20px 0; 
}

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .testimonials {padding:50px 0;}
  .testimonials svg {top:-80px;}
  .slick-dots {top: 90%;right: 20px;}
  .mindone {font-size:48px; line-height:48px; height:65px;margin-top:100px;}
  .mindtwo {font-size:80px; line-height:80px; height:100px;}
  .mindthree {font-size:85px; line-height:85px; height:105px;}
  .mindfour {font-size:50px; line-height:50px; height:60px;}
  
  .cta2 {float:left; width:100%; margin:10px 0 !important;}
}




/*---------------------------- Mobile Styles ---------------*/

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

  .header {text-align:left; height:auto; padding-bottom:50px; min-height:inherit;}
  .topheader .logo {float:none; display:table; margin:0 auto;}
  .phonecta {float:none; display:table; margin:20px auto 0;}
  .headline {margin-bottom:0;}
  .headline h1 {font-size:32px;}
  .nav {display:none;}
  .headline p, .headline h1, .headline h2 {text-align:left;}
  #clockdiv {display:none}
  .band img {margin:10px 0;}
  .brands {margin:30px 0 0 0;}
  
  .content {font-size:14px !important;}
	.mindone {font-size:63px; line-height:63px; height:83px;margin-top:20px;}
	.mindtwo {font-size:105px; line-height:105px; height:115px;}
	.mindthree {font-size:110px; line-height:110px; height:125px;}
	.mindfour {font-size:65px; line-height:65px; height:70px;}
  
  .leads-form {margin-top:0px;}
  
  .price-chart {margin-bottom:40px;}
  
  .about .newsletterform input[type="submit"] {
    position:inherit;
    right: 0;
    top: 0;
    background: #000;
    color: #FFF;
    border: none;
    padding: 10px 40px;
    margin:20px 0 0 0 !important;
}
  .grey h2 {margin-top:30px;}
  .careers {padding:50px 0 !important;}
  .spacer {display:none;}
  .locations .spacer {display:none;}
  .moveup {margin-top:-20px;}
  .member {display:none;}
  .agenda ul {border:none;}
  .chunky {font-size:21px; line-height:21px;}
  .detail {font-size:14px;}
  .main-content {margin-bottom:20px; padding:50px 0;}
  .main-content h1 {font-size:28px; line-height:30px;}
  .lpform {margin:0 0 80px 0;}
  .features h3 {font-size:18px;}
  .statement {font-size:21px;}
  fieldset.form-columns-3 .hs-form-field { width:100% !Important; }
  .blog-item {margin:0 0 5px 0; min-height:270px;}
  .port-callout {padding:40px 0;}
  .port-callout img {margin:40px 0 0;}
  .big_single {padding-bottom:30px;}
  .clock {position:relative;}
  
  .pic {display:none;}
  .persona {padding:20px 20px 0;}
  .agenda {padding-bottom:50px;}
  .agenda h1 {font-size:36px;}
  .pricing {padding:50px 0;}
  .date-holder {margin:0 0 20px 0;}
  .pricing h2 {font-size:18px;}
    .play-btn {
    width: 80px;
    margin: -60px 0 100px 0;
}
  .pill {width:80%;margin:0 0 20px 10%;}
  #jan, #tues, #thurs {
  width:90%;
  margin-left:5%;
  padding:10px 10px 30px;
  border-radius:20px;
    max-height:2000px !important;
}
  #jan, #thurs {
   /*display:none;*/
}
  .coaches .singupcta {display:none;}
  
  .lity-content {transform:scale(.7) !important; margin-top:-30%;

}
}