
/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%!important;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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"] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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 {
}

/* 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; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 16px;
  font-family: "GT America", Helvetica, Arial, sans-serif;
}
body {
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  color: #242B35;
}
*{
  outline:0;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
}

/* Highlighted Text */
/* ::-moz-selection {
color: #fff;
background: #39f;
text-shadow: none;
}
::selection {
color: #fff;
background: #39f;
text-shadow: none;
} */


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0;
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  line-height: 1;
  font-size: 2.25rem;
/*   font-family: "GT America Compressed", Helvetica, Arial, sans-serif; */
  font-family: "Beatrice-light" !important;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
h2 {
/*   font-family: "GT America Extended", Helvetica, Arial, sans-serif; */
  font-family: "Beatrice-light" !important;
  letter-spacing: -0.1rem;
  font-size: 4rem;
}
h3 {
  /*font-size: 1.5rem;*/
  font-size: 28px;
  line-height: 1;   
  font-family: "GT America Compressed", Helvetica, Arial, sans-serif;
  font-family: "Beatrice-light" !important;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-bottom: 0.3125rem
}
h4 {font-family: "Beatrice-light" !important;}
h5 {font-family: "Beatrice-light" !important;}
h6 {font-family: "Beatrice-light" !important;}

/* Anchor Links */
a { 
  text-decoration: none;
  color: #FF2500;
}
a:hover, a:focus { 
  color: #991600;
  transition: color .15s ease 0s;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}
strong, b {
  font-weight: 700;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
/* header changes*/
.max_header {
    position: absolute;
    width: 100%;
    transition: all .3s ease-in-out;
    font-weight: 400;
    right: 0;
    left: 0;
    z-index: 9999;
}
/* header changes*/
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.subscribe-options label {
  margin-left:  0;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  padding: 5px 0;
  border: 1px solid #eaeaea;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .nav-scrolled  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #394551;
  }
  .airnb_lay .header-container {
    height: 600px;

    padding: 0 2rem;

  }

  .max_footer2 .page-center,
  .apply-today.container,
  .guest_gr{
    padding: 0 2rem;
  }


  .nav-scrolled .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #FF2500;
  }
  .nav--right.xs-absolute.xs-r2 ,.close-icon{
    display: none;
  }
  .plan-container .item {
    width: 406.667px;
    float: left;
    padding: 0 .625rem;
    max-width: 100%;
  }

  .plan-container {
    display: flex;
    align-items: center;
    margin: 0 -0.625rem;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active_menu:not(:last-child) > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active_menu > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active_menu1 > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active_menu1 > a:after{
    border-bottom: 4px solid #FF2500;
    z-index: 500 !important;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active_menu:not(:last-child) > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active_menu > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active_menu1 > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul  li.active_menu1 > a{
    color: #FF2500 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type> a:After {
    display: none !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }




/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */

.blog {}


/* Blog Post */

.hs-blog-post {}


/* Blog Listing */

.hs-blog-listing {}


#hubspot-author_data .hs-author-avatar {
  margin-top:  15px;
}
/* Blog Columns Wrapper */

.blog .content-wrapper {}

.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.hs-author-social-section {
  padding-top: 10px;
}

.blog-post-wrapper h2,
.post-header h2 {
  margin-bottom: 10px;
}

.blog-post-wrapper h2 a,
.post-header h2 a {
  text-decoration: none;
}

#hubspot-topic_data {
  color: #888888;
  font-weight: 700;
}
div#infscr-loading {
  position:  absolute;
  bottom:  0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-form .input ul li {
  padding: 0 !important;
}

#recaptcha_area,
#recaptcha_table {
  width: 318px!important;
  max-width: 100%;
  overflow: auto;
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.more-link {
  display: inline-block;
  padding-top: 10px;
}

.hs-blog-social-share {
  height: auto;
}

.blog .blog-sidebar .cell-wrapper {
  margin-bottom: 15px;
}


/* =============== Blog Content Column =============== */

.blog .blog-content {}


/* Use this to style the main wrapper for the blog listing pages */

.blog-listing-wrapper {}


/* Use this to style the main wrapper for the blog post pages */

.blog-post-wrapper {}


/* Blog Title */

.hs-blog-header h1 {}

.hs-blog-header h1 a {}


/* Blog Post Title */

.post-header h2 {}

.post-header h2 a {}


/* Blog Author and Avatar */

#hubspot-author_data {}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing .post-item {}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}


/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}


/* Read More Link */

a.more-link {}


/* Blog Topics List */

#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}


/* Blog Social Sharing Icons */

.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.hs-blog-listing .hs-author-profile:after {
  content:  "";
  clear:  both;
  display:  block;
}

/* Blog Commments */

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}

.comment-reply-to {
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}


/* Pagination */

.blog-pagination {}

.blog-pagination a {
  margin-right: 15px;
}

.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {}


/* Blog All Posts Page */

.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {
  margin-top: 15px;
}


/* Blog Modules */

.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}


/* Author Avatar */

.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}


/* Author Bio Wrapper*/

.hs-author-profile .hs-author-bio {
  overflow: hidden;
}


/* Author Name */

.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow:  auto;
  overflow-y: hidden;
}

ul.hs-blog-social-share-list {
  display:  flex;
  align-items:  center;
  flex-wrap:  wrap;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  display:  flex;
}
/* Author Social Follow Me */

.hs-author-profile .hs-author-social-section {}

.hs-author-profile .hs-author-social-label {}

.hs-author-profile .hs-author-social-links {}

.hs-author-profile .hs-author-social-link {}

.hs-author-profile .hs-social-facebook {}

.hs-author-profile .hs-social-linkedin {}

.hs-author-profile .hs-social-twitter {}

.hs-author-profile .hs-social-google-plus {}
.post-header h2 a {
  color: #242B35;
}

@media(max-width:767px){
  .hs-featured-image {
    width:  100% !important;
    max-height: unset !important;
    margin-left:  0 !important;
    max-width:  100% !important;
    float:  none !important;
  }
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
}

.hs-form {
  margin-bottom: 25px;
}

.email-prefs .item .item-inner * {
  display: flex;
  align-items: center;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea {
  border: 1px solid #eaeaea ;
  background: #fff ;
  font-family:"GT America", Helvetica, Arial, sans-serif;
  line-height: 1.5rem ;
  color:#000000; 
  font-size: 1rem ;
  border-radius: 4px;
  display:block;
  width: 100%;
  padding: .5rem .75rem;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
margin:0;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  overflow-y:  hidden;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
  color:Red;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

.body-container #email-prefs-form .email-edit {
  width:  100% !important;
  max-width:  700px !important;
}
/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .hs-search-field,
.subscription-template  .body-container form,
.password-template .body-container form,
.full-land .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form,
.hs-blog-post .custom-listing {
  padding: 20px;
  max-width: 700px;
  display: block;
  background-color: #242B35;
  margin-bottom: 10px;
  color: #fff;
}

.form-title {
  color: #fff;
  margin-bottom: 15px;
}
.body-container-wrapper {
  padding: 30px 0;
}
/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: "GT America", Helvetica, Arial, sans-ser ;
  padding: 0.625rem 1.875rem ;
  font-size: 1.125rem ;
  line-height: 1.5rem ;
  border-radius: 4px ;
  text-decoration: none ;
  cursor: pointer ;
  display: inline-block ;
  border: 1px solid transparent ;
  text-align: center ;
  background-color: #FF2500 ;
  color: #fff ;
  border-color: #FF2500 ;
  border: 1px solid transparent ;
  font-weight: 700 ;
  transition: background-color .1s ease 0s ;
  white-space:normal;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #991600 ;
  transition: background-color .15s ease 0s ;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

.replying {
  padding-right: 2em;
}
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


.xs-col-12 {
  width: 100%;
}

.fill-gray-90 {
  background-color: #242B35;
}
.col {
  float: left;
}

.xs-col-12 {
  width: 100%;
}
clearfix:AFter {
  content: "";
  clear: both;
  display: block;
}

.text-white {
  color: #fff;
}

.home_banner .lg-py9 {
  margin-bottom: 5.625rem 
}
.button {
  cursor: pointer ;
  padding: 0 ;
  background-color: transparent ;
  background-image: none ;
  border: 1px solid transparent ;
  white-space: nowrap ;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: inherit ;
  padding: 0.625rem 1.875rem ;
  font-size: 1.125rem ;
  line-height: 1.5rem ;
  border-radius: 4px ;
  text-decoration: none ;
  cursor: pointer ;
  display: inline-block ;
  border: 1px solid transparent ;
  text-align: center ;
  background-color: #FF2500 ;
  color: #fff !important ;
  border-color: #FF2500 ;
  border: 1px solid transparent ;
  transition: background-color .1s ease 0s ;
}
.home_banner .subtitle{
  color: #CAD1D5
}
.req_btn {
  font-weight: bold;
}
.button:not(.button--disabled):not(:disabled):active {
  background-color: #4d0b00;
}

.button:not(.button--disabled):not(:disabled):hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type> a:hover{
  background-color: #991600;
  transition: background-color .15s ease 0s;
}
.max_header {
  position: absolute;
  width: 100%;
  transition: all .3s ease-in-out;
  font-weight: 400;
  right: 0;
  left: 0;
}

.row-fluid [class*="span"] {
  min-height: 0;
}

.max_logo img {
  margin-top: 1px;
  height: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul  > li:not(:last-of-type),
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  text-transform: uppercase;
  font-family: "GT America Condensed", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.075rem;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;

  float: right;
  margin-top: -1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type> a {
  text-transform: uppercase;
  padding: 0.5rem .625rem;
  text-align: center !important;
  background-color: #336dde;
  color: #fff !important ; 
  border-color: #336dde;
  border: 1px solid transparent;
  transition: background-color .1s ease 0s;
  border-radius: 4px;

  cursor: pointer;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.075rem;
  font-family: "GT America Condensed", Helvetica, Arial, sans-serif;
  margin-top: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: none !important;
}

/** New Header Changes **/

.header-tow.nov-header  .custom-menu-primary {
  float: left !important;
  max-width: calc(100% - 142px);
  width: 100% !important;
}

.header-tow.nov-header .custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  float: left;
  margin-top: 0;
  width: 100%;
}

.nov-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1:last-child {
  float: right !important;
} 

.nov-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1:last-child a{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; 
}

.header-tow.nov-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1:last-child a{
    text-transform: uppercase;
    padding: .5rem .625rem;
    text-align: center !important;
    background-color: #4a7eff;
    color: #fff !important;
    border-color: #4a7eff;
    border: 1px solid transparent;
    transition: background-color .1s ease 0s;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .075rem;
    font-family: "GT America Condensed",Helvetica,Arial,sans-serif;
    margin-top: 15px;
}

.header-tow.nov-header .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    padding-left: 60px;
}


@media only screen and (min-width: 320px) and (max-width: 767px)  {
  
  .header-tow.nov-header .custom-menu-primary {
    float: left !important;
    max-width: 100%;
    width: 100% !important;
  }
  
  .header-tow.nov-header .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    padding-left: 0px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border: none;
  }
  
  .header-tow.nov-header {
    min-height: 50px !important;
  }
  
}


.nav-position {
  position: fixed;
  top: -80px;
  z-index:9
}

.nav-scrolled {
  position: fixed;
  top: 0 !important;
  background: #fff;
  box-shadow: 0 1px 0 rgba(173, 168, 168, 0.1), 0 2px 1px rgba(182, 180, 180, 0.1);
  color: #394551;
  z-index: 99;
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
  color: #cccccc;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  line-height: normal;  
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  color: #394551;
}




.max_footer {
  color: #7A8792;
  background-color: #181E24;
}
.max_copyright .float {
  margin-top: -0.3125rem;
}



.max_copyright p {
  line-height: 1.3;
  margin: 0;
  margin-bottom: 1.25rem;
}

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

.max_copyright a {

  color: #A1ACB4;
}

.max_copyright a:hover {
  color: #6a7a85;
}

.max_copyright {
  padding-top: 0.3125rem;
}



.max_copyright  img {
  margin-bottom: 0.625rem;
}



small {
  font-size: 0.875rem;
}
.max_fsocial img{
  padding: 0.3125rem;
  margin-right: 0.925rem;
}
img.right_img {
  display: none;
}
.max_footer .page-center {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
.max_fsocial {
  margin-left: 0 !important;
}
.max_fsocial a:last-child img {
  margin-right: 0;
}
table {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum" 1;
  -moz-font-feature-settings: "tnum=1";
  -webkit-font-feature-settings: 'tnum' 1;
  font-feature-settings: 'tnum' 1;
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}
.max_logo {
  float: left !important;
  width: auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  font-size: 0.75rem;
}
.custom-menu-primary {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
}
.max_copyright p small span {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  color: #56606B;
}
.home_banner {
  text-align: center;
}
.lg-col-5 {
  width: 100%;
}
img.mobile_img {

  margin-top: 5.625rem;
}
.comparison {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both;
}

.comparison.container,
section.network{
  padding-top: 3.125rem ;
  padding-bottom: 3.125rem ;
}

.comparison .comparison--inner {
  min-width: 625px;
  -webkit-overflow-scrolling: touch;
}

.comparison h3 {
  font-size: 1.125rem;
}

.comparison tr,
.comparison td {
  font-size: 0.875rem;
}

.comparison .button {
  font-size: 0.875rem;
  display: block;
  padding-left: 0.625rem;
  font-weight: bold;
  padding-right: 0.625rem;
  font-family: "GT America", Helvetica, Arial, sans-serif;
}

pre, code, sub, sup, fieldset, form, label, legend, details, embed, menu, summary, table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

th, td {
  padding: 0.625rem;
}

td {
  vertical-align: middle;
}



.bottom-lighter {
  border-bottom: 1px solid #EBEEF1;
  text-align: center;
}

.comparison .left {
  text-align: left !important;
}

.left-lighter {
  border-left: 1px solid #EBEEF1;
}
.text-blue {
  color: #4B80FF !important;
}

.text-red {
  color: #FF2500 !important;
}
.text-gold {
  color: #EBB936 !important;
}

.comparison .button {
  margin-top: 1.25rem ;
  margin-bottom: 1.25rem;
}
.comparison .bold {
  font-weight: 500;
}

.left-lighter {
  border-left: 1px solid #EBEEF1;
}

.comparison--inner tr:nth-child(even) {
  background-color: #F5F6F8;
}
.comparison--inner tr.bottom-lighter h3{
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  font-weight: 500;

  margin-bottom: 0.625rem;
  text-transform: none;
  letter-spacing: normal;
}
.xs-col-5 {
  width: 41.6666666667%;
}
.xs-col-2 {
  width: 16.6666666667% ;
}
.xs-col-3 {
  width: 25%;
}


section.plans-slider {
  padding-top: 3.125rem;
  padding-bottom: 4.375rem
}



.plan-container .item ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.25rem;
  color: #56606B;
}

.plan-container .item ul li {
  margin-left: 1.25rem;
  margin-bottom: 0.3125rem;
  line-height: 20px;
}
.plan-container .item ul li:before {
  content: "+";
  position: absolute;
  left: 0.625rem;
  color: #FF2500;
  font-weight: bold;
}
.plans-slider h3 {
  margin-bottom: 0.625rem;
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  font-weight: 300;

  letter-spacing: normal;
  text-transform: none;
  color: #FF2500;
}
.plans--item h3.price {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-weight: 300; 
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
}
.plans--item .con p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 20px;
  color: #56606B;
}
.plans--item .button {
  display: block;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: -0.625rem;
  border-radius: 0 0 4px 4px;
  font-weight: 700;
}
.plans--item {
  position: relative;
  padding: 1.25rem 0.625rem 1.875rem 0.625rem;
  background: #fff;
  border: 1px solid #EBEEF1;
  border-radius: 4px;
  border-top: 4px solid #FF2500;
}
.plan-container .item.blue h3.title,.plan-container .item.blue  h3.price {
  color: #4B80FF;
}

.plan-container .item.yellow h3.title, .plan-container .item.yellow h3.price {
  color: #EBB936;
}

.plans-slider .item.blue .button {
  background-color: #4B80FF;
  color: #fff ;
  border-color: #4B80FF ;
  border: 1px solid transparent ;
  transition: background-color .1s ease 0s ;
}

.plans-slider .item.blue .button:hover {
  background-color: #0043e4 !important;
  transition: background-color .15s ease 0s !important;
}

.plans-slider .item.yellow .button {
  background-color: #EBB936;
  color: #fff !important;
  border-color: #EBB936;
  border: 1px solid transparent;
  transition: background-color .1s ease 0s;
}

.plans-slider .item.yellow .button:hover {
  background-color: #aa8011 !important;
  transition: background-color .15s ease 0s !important;
}
.home_banner h1 {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.home_banner .subtitle p {

  margin: 0 0 1.875rem;
}
section.stats {
  background-color: #fff;
  position: relative;
  top: -1.875rem;
  border-bottom: 4px solid #242B35;
  text-align: center;
  padding-bottom: 1.875rem;
  padding-top: 1.25rem;
}

section.stats h3 {
  margin-bottom: 0.625rem;
}

.stats--bignumber {
  letter-spacing: -0.1rem;
  color: #FF2500;
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 3rem;
}



.stats--items .xs-text-6 {
  text-transform: uppercase;
  font-family: "GT America Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400 !important;
  letter-spacing: 0.075rem;
  color: #56606B;
}

.xs-col-12 {
  width: 100% ;
}
.full_widthcon p {
  margin: 0 0 2.5rem;

  color: #56606B;
  font-size: 1.125rem;
}


.two_coleq {
  margin: 0 -0.625rem;
}


.home-sec2 {
  padding-bottom: 3.75rem;
  padding-top: 1.25rem 
}

.two_coleq > div,
.testimonials--items > div{
  padding: 0 0.625rem;
}

.two_coleq  h3 {
  font-family: "GT America", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
}

.two_coleq p {
  margin: 0;
  margin-bottom: 1.875rem;
}



.full_withbtn h4 {
  margin-bottom: 0.3125rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
}



.full_withbtn p {
  margin: 0 0  2.5rem;
  color: #56606B;
  font-size: 1.125rem;
}

.full_withbtn .button {
  font-weight: bold;
  display: inline;
  line-height: normal;
}
.full_withbtn {
  padding: 0 0.625rem;
  text-align: center;
}

.fly--items h6 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.3125rem;
}

.fly--items p {
  color: #56606B;
  margin: 0 0 1.875rem;
}

.fly--items > div{
  padding: 0 0.625rem
}
section.fly-features {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.fly-features h3.compressed, .fly-features h2, .fly-features h2 + p {
  text-align: center;
}

.fly-features h2 + p {
  margin: 0;
  margin-bottom: 1.875rem;
  color: #56606B 
}

.fly-features h2 {
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 1.25rem;
}
cite, var, address, dfn {
  font-style: normal;
}

.section_header h1 {
  font-weight: 300;
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  letter-spacing: -0.1rem;
  margin-bottom: 1.25rem;
}

.section_header {
  text-align: center;
}




.section_header p {
  color: #56606B;
  margin:  0 0 1.875rem;
}





.twoimaalign ul.items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.twoimaalign ul.items {
  width: 100% ;
}   

.twoimaalign ul.items li {
  position: relative;
  display: block;
}

.features--icon {
  width: 40px;
  height: auto;   

  position: absolute ;
}

.features--icon  + .text {

  margin-left: 3.75rem ;
}


.features--icon  + .text h6 {
  margin-bottom: 0.3125rem;
  line-height: 1.3;
  /*font-size: 1.125rem;*/
  font-size: 18px;
  font-weight: 700;
}

.features--icon + .text p {
  margin: 0;
  color: #56606B;
}


.twoimaalign .con {
  margin: 0 0    1.875rem;
}

.features--icon + .text p:not(:last-child) {
  margin-bottom: 0.625rem;
}
section.network p {
  margin: 0 0 0.625rem ;
  color: #56606B 
}

.network > div:last-child img {

  padding-top: 1.25rem ;
}

.logo-slider {

  padding-top: 3.125rem ;
  color: #fff ;
  padding-bottom: 4.375rem ;
  text-align: center;
}

.logo-slider h3 {
  margin-bottom: 2.6rem;
}

.logo-slider .slick-arrow,
.plan-container  .slick-arrow{
  display: none  !important;
}
.home-sec5 .section_header.left .lg-col-8 {
  padding: 0 0.625rem  0 0;
}


.testimonials .testimonials--quote {
  position: absolute;
  left: -0.625rem;
}

.testimonials .tsubtitle p {
  margin: 0;
  color: #56606B;
  text-align: center;
  padding-right: 0.625rem ;
  padding-left: 1.875rem ;
}



.testimonials  cite.test_cite {
  float: left;
  width: 50%;
  margin-left: 50%;
  line-height: 1.3 ;
  font-weight: 700 ;
  display: block;
  margin-bottom: 2.5rem ;
  margin-top: 0.3125rem ;
}


.testimonials--emdash {
  position: absolute;
  margin-left: -1.25rem;
  font-weight: normal;
}

.testimonials cite.test_cite span.designation {
  font-weight: 300;
  color: #56606B;
  display: block;
}

.testimonials--item {
  position: relative;
  margin-bottom: 3.75rem;
}



.plans-slider .top_sec h4 {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-family: "GT America Compressed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.plans-slider .top_sec {
  text-align: center;
}
.plans-slider .top_sec {
  width: 100%;
}

.plans-slider .top_sec  p {
  color:#56606B;
  margin: 0;
}

.blue .plans--item {
  border-top: 4px solid #4B80FF;
}

.yellow .plans--item {
  border-top: 4px solid #EBB936;
}

.testimonials {
  padding-bottom: 1.875rem;
  border-bottom: 4px solid #242B35;
  padding-top: 1.25rem;
  background-color: #fff;
  position: relative;
  margin-top: -1.875rem;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.testimonials h3 {
  text-align: center;
}
.testimonials--items {
  padding-top: 0.625rem;
  margin: 0 -0.625rem;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.875rem;
  text-align: center;
}

ul.slick-dots button {
  display: none;
}

ul.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #CAD1D5;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  cursor: pointer;
}
.contact_form {
  padding-top: 3.125rem ;
  padding-bottom: 3.125rem;

}

ul.slick-dots li.slick-active {
  background: #56606B;
}
.no_paddin .body-container-wrapper {
  padding: 0;
}
.c4155 .features--image{
  width: 100%;
}



.twoimaalign .row {
  display: flex;

  position: relative;
  flex-wrap: wrap;
  width: 100%;
}

.right .features--image {
  order: 2;
}






.left.c3355 .container .features--image ,.left.c3355 .container ul {
  padding: 0 0.625rem;
}
.left.c3355 .row {
  margin: 0 -0.625rem;
}

.c3355 ul.items {
  width: 100%;
}


.section_header.left {
  text-align: left;
}

.section_header.left .lg-col-8 {
  margin-left: 0;
}

.section_header.left  p {
  margin-left: 0;
}
.c3355 .features--image {
  margin-left: 16.6666666667%;
  width: 66.6666666667%;
  float: left;
}
.home-sec4 {
  padding-top: 3.125rem;
}

.home-sec4 .twoimaalign .container {
  border-bottom: 1px solid #CAD1D5;
}
.comparison .comparison--inner tr td:not(:first-child) {
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #EBB936;
}
.button--blue {
  background-color: #4B80FF ;
  color: #fff ;
  border-color: #4B80FF ;
  border: 1px solid transparent ;
  transition: background-color .1s ease 0s ;
}
.button--blue:not(.button--disabled):not(:disabled):hover {
  background-color: #0043e4 ;
  transition: background-color .15s ease 0s ;
}
.button--gold {
  background-color: #EBB936 ;
  color: #fff !important;
  border-color: #EBB936 ;
  border: 1px solid transparent ;
  transition: background-color .1s ease 0s ;
}
.button--gold:not(.button--disabled):not(:disabled):hover {
  background-color: #aa8011 ;
  transition: background-color .15s ease 0s ;
}

.contact_form .top-section h1 {
  margin-bottom: 1.25rem;
  font-size: 3rem;
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  letter-spacing: -0.1rem;
  color: #fff;
  font-weight: normal;
}

.contact_form .top-section {
  text-align: center;
}

.contact_form .top-section p {

  color: #CAD1D5
}

.bottom-content {
  text-align: center;
  margin-bottom: 2.5rem;
  padding: 0 0.625rem;
}

.bottom-content p {
  margin: 0;
  line-height: 1.3;
  color: #A1ACB4;
}

.bottom-content p a {
  color: #A1ACB4;
}

.bottom-content p a:hover {
  color: #6a7a85;
}
.contact_form .hs-input {
  height: 50px;
  max-width: 100%;
}
.contact_form form {
  margin: 0 auto;
}

.contact_form .hs-form-field > label {
  display: none;
}

.contact_form .top-section {

  width: 100% ;
}

.contact_form .hs_recaptcha {
  margin-top: 15px;
}

.contact_form .hs_recaptcha .grecaptcha-badge {
  margin: 0 auto;
}

.contact_form  input.hs-button.primary.large {
  width: 100%;
  margin-bottom: 3.75rem;
  display: block;
}


.plans-slider .top_sec p {
  margin: 0 0 1.875rem;
}
.contact_form  .actions {
  padding-top: 7px;
}

.fly-features .container:first-child img {
  margin-bottom: 1.25rem;
  display: block;
}
.testimonials--image {
  padding-left: 3.75rem ;
  padding-right: 3.75rem;
}
.container,.container-fluid .row-fluid .page-center {
  margin-left: 1.25rem ;
  margin-right: 1.25rem ;
}


.airnb_lay .header-container-wrapper {
  background-color: #ff5A5f;
}

.max_logo2 {
  width: 66.6666666667% !important;
  margin-left: 16.6666666667% !important;
  margin-bottom: 1rem;
}

.airnb_lay {
  font-size: 17px;
  font-family: "effra_corp_lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #4a4a4a;
  -webkit-font-feature-settings: "liga", "kern" !important;
  font-feature-settings: "liga", "kern" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.airnb_lay .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3rem !important;
  position: relative;
}

.xs-block {
  display: block ;
}


.hero__iphone {
  width: 400px;
}
.hero__iphone {
  padding-left: 0.5rem ;
}

.banner-area2 h1.title {
  font-family: "effra_corp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.1176470588rem;
  margin-bottom: 1rem ;
  padding-right: 0.5rem ;

  letter-spacing: normal;
  line-height: 1;
}



.banner-area2 .subtitle p {
  margin: 0 0 2rem;
}
.airnb_lay .button {
  cursor: pointer !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "effra_corp", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 1rem 3rem !important;
  font-size: 1.1764705882rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
}

.airnb_lay .button.button-secondary {
  color: #fff !important;
  border: 1px solid #fff !important;
  margin-bottom: 3rem ;
}

.airnb_lay .button.button-secondary:hover {
  background-color: #fff !important;
  color: #ff5A5f !important;
  transition: background-color .15s ease 0s !important;
}

.guest_gr {

  max-width: 1200px !important;
  min-width: 300px;
  margin: 3rem auto;
}





.guest_gr .top_content h3 {
  font-family: "effra_corp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
  text-transform: none;
  font-size: 1.6470588235rem ;
  letter-spacing: normal;
}


.guest_gr .top_content  p {
  margin: 0 0 3rem;
}


.banner-area2 .col {
  margin-top: 1.5rem;
  float: none;
}


.guest_gr ul.gutters {
  padding: 0;
  list-style: none;
  margin: 0 -1rem;
  text-align: center;
}


.guest_gr .top_content {
  text-align: center;
}
.banner-area2 .col {
  margin-top: 1.5rem;
  float: none;
}
.max_header2 {
  position: absolute;
  z-index: 11;
  left: auto;
  width: 100% !important;
}

.max_logo2 img {
  width: auto !important;
}

.airnb_lay .header-container > div:first-child {
  position: relative;
}

.airnb_html{
  font-size: 17px;
  font-family: "effra_corp_lt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #4a4a4a;
  -webkit-font-feature-settings: "liga", "kern" !important;
  font-feature-settings: "liga", "kern" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.extra-wrapper  .value-props_item {
  padding: 0 1rem;
  margin-bottom: 3rem;
  float: left;
}
.value-props_item h6.xs-my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "effra_corp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8235294118rem;
  line-height: 1;
}

.value-props_item h4 {
  font-size: 1.4117647059rem;
  line-height: 1;
  font-family: "effra_corp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 3rem  0.5rem 3rem;
}
.value-props_item  p {
  margin: 0 2rem 1rem 2rem;
}

.apply-today.container {
  background-color: #fafafa;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.our_hubpages:not(.sys_lay) .body-container h1, 
.our_hubpages  .body-container h2,
.our_hubpages  .body-container h3, 
.our_hubpages .body-container  h4,
.our_hubpages .body-container  h5, 
.our_hubpages .body-container  h6 {
  margin: 0 0 15px;
}

.apply-today .inner {
  padding-left: 1rem;

  padding-top: 2rem ;
  padding-right: 1rem;
}
.apply-today .top_sec {
  text-align: center;
  width: 100%;
}

.our_hubpages:not(.sys_lay) .body-container h2 {
  line-height: 1;
  font-family: "GT America Compressed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.our_hubpages:not(.sys_lay) .body-container h1 {
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  letter-spacing: -0.1rem;
  font-size: 4rem;
}

.apply-today .top_sec h1 {
  font-family: "effra_corp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1rem;
  letter-spacing: normal;
  font-size: 1.6470588235rem;
}



.apply-today .top_sec p {
  margin-left: 1.5rem ;
  text-align: center;
  margin-right: 1.5rem ;    
  margin-bottom: 1.5rem;
}

.apply-today .hs-input {
  padding: 1rem 0.5rem !important;
  border-style: none !important;
  border: 1px solid #eaeaea !important;
  font-family: effra_corp_lt, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 21px;
  max-width: 100%;
  font-size: 17px;

  color: #000;
  margin-bottom: 0;
}

.apply-today  label {
  text-transform: uppercase;
  display: block;
  font-family: "effra_corp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8235294118rem;
  line-height: 1;
  margin: 0.5rem 0;
}

.apply-today label {
  text-transform: none;
  font-weight: normal;
}

.apply-today .hs-button {
  font-family: "effra_corp", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1rem 3rem;
  font-size: 1.1764705882rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  background: #20d6c8;
  color: #fff;
  width: 100%;
  opacity: 1;
  transition: none;
  border-radius: 0;
  margin-top: 2rem;
  margin-bottom: 5.5rem;
}

.apply-today .hs-button:hover {
  background-color: #ff5A5f ;
  color: #fff ;
  transition: background-color .15s ease 0s ;
}

.apply-today fieldset.form-columns-1 ,
.apply-today .hs_recaptcha.hs-recaptcha.field.hs-form-field,
.apply-today .hs_submit.hs-submit{
  width: 100%;
  padding: 0 1rem;
}

.apply-today fieldset.form-columns-2 .hs-form-field:first-child {
  width: 100% !important;
  padding: 0 1rem !important;
}
.apply-today .hs-form-field {
  margin-bottom: 1.5rem;
}
.apply-today fieldset.form-columns-2 .hs-form-field:last-child {
  width: 100% !important;
  padding: 0 1rem !important;
}
.apply-today .grecaptcha-badge {
  margin: 0 auto;
}
.apply-today .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 0 !important;
}
.max_footer2 {
  background-color: #2a2a2a ;
  color: #aaa ;
  margin-top: 5.5rem ;
  padding-top: 5.5rem;
}
.max_footer2 .page-center {
  max-width: 1200px !important;
}

.footer_content .md-col-2 {
  padding: 0 1rem ;
  margin-bottom: 1rem ;
}
.footer_content .lg-col-8 {
  padding: 0 1rem ;
  margin-bottom: 4.5rem ;
  font-size: 0.8235294118rem ;
  line-height: 1.5;
}
.footer_content .lg-col-8 p {
  margin: 0 0 0.25rem;
}

.footer_content .lg-col-8 p:last-child {
  margin-bottom: 1rem;
}
.clearfix.footer_content {
  padding-top: 34px;
}
.max_logo3 {
  text-align: center;
}

.suc_sec1 h2 {
  margin-bottom: 1.25rem;
  line-height: 1;
}

.suc_sec1 {
  text-align: center;
  margin-top: 5.625rem ;
  margin-bottom: 5.625rem ;
  padding-bottom: 2.5rem ;
}

.suc_sec1 p {
  margin-bottom: 0;
  color: #56606B;
}

.button.button--small {
  padding: 0.5rem .625rem;
  font-size: 1rem;
  line-height: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: 1px solid #FF2500;
  color: #FF2500 !important;
  background: none;
}

.button.button--small:hover {
  background-color: #FF2500 !important;
  color: #fff !important;
  transition: background-color .15s ease 0s;
}


.button.button--small {
  margin-top: 1.875rem ;
  margin-bottom: 3.75rem ;
}

.succ_2 p:first-child {
  margin-top: 0;
}

.succ_2 p {
  color: #A1ACB4;
  line-height: 20.8px;
}
.extra-wrapper .value-props_item img {
  margin-bottom: 5px;
}
.succ_2 p a {
  color: #A1ACB4;
}

.succ_2 p a:hover {
  color: #6a7a85;
}
.apply-today.container .hs-form {
  margin-bottom: 0;
}
.succ_2 {
  float: none !important; 
  margin: 0 auto !important;
  border-top: 1px solid #EBEEF1;
  padding-top: 1.25rem;
}
body:not(.blog):not(.no_paddin)  .max_header {
  background-color: #242B35;
}
body:not(.no_paddin)  .max_header{
  min-height: 45px !important;
}
body:not(.no_paddin) .body-container-wrapper {
  margin-top: 60px;
}
.home-sec4 h1 {  
  margin-left: auto;
  margin-right: auto;
}
form#email-prefs-form h2 {
  letter-spacing: normal;
}
.section-row.home-sec5  .section_header {
  padding-top:1.875rem ;
}
.stats--items sup {
  font-size: 1.5rem;
  top: -1.25rem;
  left: 0.3125rem;
  font-weight: 700;
}
.plan-container .item.blue ul li:before {
  content: "â€¢";
  position: absolute;
  left: 0.625rem;

  font-weight: normal;
  color: #56606B;
}
.network h3 {
  margin-bottom: 0.625rem;
}
.plan-container .item.yellow  ul li:before {
  color: #EBB936;
}
.comparison td,.comparison img {
  vertical-align: middle;
}

.comparison td {
  line-height: 22px;
}

h3.blue {
  color: #4B80FF;
}

h3.red {
  color: #FF2500;
}

h3.yellow {
  color: #EBB936;
}



nav.comparison--nav h3 {
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  margin-top: 0.625rem;
  letter-spacing: normal;
  padding-top: 0.625rem;
  text-transform: none;
  text-align: center;
  margin-bottom: 0;
}
nav.comparison--nav{
  visibility:hidden;
}
.home3_lay .nav-mobile--cta.button:not(.es),
.our_hubpages .nav-mobile--cta.button:not(.eng),
.home1_lay .nav-mobile--cta.button:not(.eng),
.home2_lay .nav-mobile--cta.button:not(.fre){
  display: none;
}
.comparison img {
  position: relative;
  top: -4px;
}      
.section-row.home-sec5 .section_header {
  margin-top: 30px;
}
.apply-today span.hs-form-required {
  display: none;
}
.home2_lay  .home_banner h1 {
  font-size: 1.875rem ;
}
.home_banner .subtitle p br.lg-hide {
  display: none;
}

.home_banner .subtitle br.xl-hide {
  display: none;
}
.hs_cos_wrapper_type_blog_comments input.hs-button.primary {
  margin-top: 15px;
}
/* Styles that do not fit into any of the available sections above can go here. */

.pricing-landing-page .body-container-wrapper {
  padding: 0;
  margin-top: 55px !important;

}
.white-header .max_header {
  background-color: #fff !important;
  box-shadow: 0 1px 0 rgba(173, 168, 168, 0.1), 0 2px 1px rgba(182, 180, 180, 0.1);
}
/*update Tickiting Page*/

.ticketing-page .custome-module-one-container h1 ,.reservesion-page .custome-module-one-container h1 {
  line-height: 67px !important;
  font-family: GT America !important;
  font-weight: bold;
/*   color: #232A35 !important; */
  color: #232A35;
/*   font-size:56px !important; */
  font-size:56px;
}
.ticketing-page .custome-module-one-container h3{
  line-height: 25px;
  letter-spacing: normal;
  max-width: 479px;
}
.ticketing-page .custome-module-one-container .cta-section ,.reservesion-page .custome-module-one-container .cta-section {
  margin-top: 0px;
  margin: 0;
}
.ticketing-page .section-cta{
  padding: 0;
}
.ticketing-page .custome-module-one-container .cta-section .dark-button ,.reservesion-page .dark-button    {
  margin: 0;
  border-radius: 4px !important;
  font-family: GT America !important;
  font-size: 20.6288px !important;
  line-height: 25px !important;
}
.ticketing-page .custome-module-one-container {
  background-color:#fff !important;
}
.ticketing-block .custome-module-one-container .right-side-section img {
  max-width: 487.14px;
}
.ticketing-page .custom-module-nine {
  /*padding: 76.18px 0 150px 0 !important;*/
  padding: 75px 0 150px 0 !important;
}
.main-page-aug2019.ticketing-page .module-Thirteen-top-section .section-heading h3{
/*   font-size: 38px !important; */
  font-size: 38px;
  line-height: 46px !important;
  font-family: GT America;
  text-align: left;
}
.ticketing-page .custome-module-one-container {
  padding: 103px 0 76.18px 0;
}
.main-page-aug2019.ticketing-page .section-sub-heading span{
  font-size: 18px;
  color:#7A7A7A;
  font-family: GT America !important;
  line-height: 24px;
  margin-bottom: 20px;
}
.ticketing-page .module-Thirteen-top-section .section-sub-heading h4{
  text-align: left;
}
.ticketing-page .custom-module-nine-inner {
  align-items: flex-start;
}
.ticketing-page  .module-Thirteen-top-section {
  margin-bottom: 0;
}
.ticketing-page  .custom-module-nine-inner {
  margin-top: 51px !important;
}
.main-page-aug2019.ticketing-page  .custom-module-nine-inner .left-side-text h5{
  font-size: 18px;
  font-family: GT America;
  line-height: 22px !important;
  font-weight: bold;
  color: #242B35;
}
.ticketing-page .custom-module-nine-inner .left-side-container .left-text-with-logo img {
  max-width: 50px;
}
.ticketing-page .custom-module-nine-inner .left-side-container .left-text-with-logo{
  margin-bottom: 38px !important;
}
.ticketing-page .custom-module-nine-inner .right-side-container .right-side-image img {
  max-width: 584px;
}
.left-text-inner p{
  font-family: GT America;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 27px;
  margin-left: 12px;
  margin-top: 0;
}
.left-text-inner,.left-img-inner{
  width:50%;
}
.left-img-inner{
  overflow: hidden;
}
.left-text-inner {
  padding: 83px 88px 68.86px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.left-img-right-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.left-img-inner img{
  width: 100%;
  object-fit: cover;
  object-position: top;
  /*   height: 100% !important; */
  height: 100% !important;
}
.left-text-inner-content {
  max-width: 411px;
  width:100%;
}
.left-text-inner-content h3{
  color:#fff;
  font-family: GT America !important;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: normal;
}
.left-text-inner-content span{
  font-weight: bold;
}
.left-text-inner-content img{
  margin-top: 66.28px;
  margin-left: 12px;
}
.ticketing-page .contact_form{
  /*padding:150px 0 123px;*/
  padding: 150px 0px;
  background-color: #fff;
}
.ticketing-page .hs-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://image.send.resy.com/lib/fe2911717d6404797d1078/m/1/5e1507c6-503d-4ab3-a46f-a319b06c7c1a.png");
  background-size: .6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}

.ticketing-page .contact_form input.hs-button.primary.large ,.ticketing-page .bottom-content{
  margin-bottom: 0;
}
.ticketing-page .module-Thirteen-top-section .module-Thirteen-top-inner-section {
  max-width: 579px;
}
.ticketing-page .custome-module-one-container {
  /*padding: 103px 0 66px 0;*/
  padding: 75px 0px;
}
.reservesion-page .custome-module-one-container .right-side-section img {
  max-width: 486.14px;
}
.reservesion-page .custome-module-one-container{
  background-color: #fff !important;
}
.reservesion-page .custome-module-one-container {
  margin-top: 0;
}
.reservesion-page .custome-module-one-container {
  /*padding: 128px 0 0px 0;*/
  padding: 75px 0px 75px;
}
.reservesion-page .custome-module-one-container h3 {
  line-height: 22px;
  letter-spacing: normal;
}
.reservesion-page .section-cta {
  padding: 20px 0 0;
}
.reservesion-page .custom-module-eleven {
  /*padding: 120px 0 75px;*/
  padding: 75px 0;
}
.reservesion-page .section-heading h1{
  color:#2A2A2A;
/*   font-size: 38px !important; */
  font-size: 38px;
  letter-spacing: normal;
  line-height: 46px;
  font-family: GT America;
  font-weight: bold;
  letter-spacing: normal;
}
.reservesion-page .section-heading .full-width{
  max-width: 795px !important;
  margin: 0 auto 20px;
}
.reservesion-page .section-sub-heading h4 {
  font-size: 18px;
  line-height: 22px;
  color:#56606B;
  font-family: GT America;
  max-width: 579px;
  margin: 0 auto;
  letter-spacing: normal;
}
.reservesion-page .custom-module-eleven .bottom-section-image img {
  margin-top: 40px;
  max-width: 770px;
}
.reservesion-page .custom-module-nine {
  padding: 75px 0 !important;
}
.main-page-aug2019.reservesion-page .module-Thirteen-top-section .section-heading h3{
/*   font-size: 38px !important; */
  font-size: 38px;
  line-height: 46px;
  font-family: GT America;
  letter-spacing: normal;
}
.reservesion-page  .module-Thirteen-top-section .module-Thirteen-top-inner-section {
  text-align: left;
}
.reservesion-page .module-Thirteen-top-inner-section .section-sub-heading h4 {
  max-width: 579px;margin: 0;
  font-family: GT America;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #56606B;
  text-align: left;
  letter-spacing: normal;
}
.reservesion-page .module-Thirteen-top-section {
  margin-bottom: 0px;
}
.reservesion-page .custom-module-nine-inner {
  margin-top: 50px;
  align-items: flex-start;
}
.reservesion-page .custom-module-nine-inner .left-side-container {
  padding-top: 33px; 
  width: 508px;
}
.reservesion-page .custom-module-nine-inner .left-side-text h5 {
  line-height: 22px !important;
  letter-spacing: 0px;
  font-family: GT America;
/*   font-size: 18px !important; */
  font-size: 18px;
  color:#242B35 !important;
  margin: 0 0 5px !important;
  letter-spacing: normal;
}
.main-page-aug2019.reservesion-page .custom-module-nine-inner .left-side-text span{
  font-size: 18px;
  line-height: 22px;
  color:#56606B;
  letter-spacing: normal;
}
.reservesion-page .custom-module-nine-inner {
  display: flex;
  flex-wrap: nowrap;
}
.reservesion-page .custom-module-nine-inner .left-side-container .left-text-with-logo {
  margin-bottom: 20px;
}
.reservesion-page .custom-module-nine-inner .left-side-container .left-text-with-logo img {
  max-width: 50px;
}
.reservesion-page .custom-module-nine-inner .right-side-container .right-side-image img {
  width: 100%;
  max-width: 486px;
}
.reservesion-page  .left-img-right-text-inner {
  margin-top: 75px;
}
.reservesion-page .dark-button, .reservesion-page .light-button,.ticketing-page  .dark-button, .ticketing-page  .light-button{
    margin: 0px 10px 0px 0;
    font-size: 20.6288px !important;
    line-height: 25px !important;
    font-family: "GT America" !important;
    border-radius: 4px;
    padding: 10px 21.5px 13px !important;
}
  .testimonials cite.test_cite {
    position: relative;
    float: none;
    margin-left: 0%;
    padding-right: 1.25rem;
    padding-left: 1.875rem;
    margin: auto;
    text-align: center;
        padding-top: 20px;
}
.testimonials--emdash {
    position: absolute;
 
    font-weight: normal;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 1px;
    left: 11px;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 23.4375rem){
  h1 {
    font-size: 2.5rem ;
  }

  .home2_lay  .home_banner h1 {
    font-size:2.125rem  ;
  }
  .section_header h1 {

    font-size: 2.25rem;
  }
  .home-sec5 .section_header h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px){
  .hero__iphone {
    width: 400px;
  }
}
@media (min-width: 40rem){
  h1 {
    font-size: 2.75rem ;
  }
  .home_banner .subtitle p br.lg-hide {
    display: block;
  }
  .container,.container-fluid .row-fluid .page-center  {
    max-width: 37.5rem;
    margin-left: auto ;
    margin-right: auto ;
  }
  .max_copyright p small span {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .testimonials--image {
    margin-left: 16.6666666667%;
    width: 66.6666666667% ;
  }


}
@media (min-width: 768px){
  .hero__iphone {
    width: 300px;
  }
  .max_header,body.our_hubpages .max_header  {
    min-height: 61px !important;
  }
  .apply-today.container .hs_error_rollup {
    text-align: center;
  }

}
@media (max-width: 64rem) and (min-width: 48rem){
  .max_header_fr .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child)  {
    margin-left: 0.3125rem ;
    margin-right: 0.3125rem;
  }
  .max_header_fr .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media (min-height: 48rem) and (min-width: 64rem){
  .comparison--nav-fixed nav.comparison--nav{
    position: sticky;
    width: 100%;
    top: 55px;
    display: block !important;
    background: #fff;
    visibility: visible;
    box-shadow: 0 1px 0 rgba(173, 168, 168, 0.1), 0 2px 1px rgba(182, 180, 180, 0.1);
    color: #394551;
    z-index: 1;
  }

}
@media (min-width:45.1764705882rem) {
  .max_logo2 {
    margin-left: 0 !important;
    width: 33.3333333333% !important;
  }
  .apply-today fieldset.form-columns-1,
  .apply-today .hs_submit.hs-submit,
  .apply-today .hs_recaptcha.hs-recaptcha.field.hs-form-field{
    margin-left: 8.3333333333% ;
    width: 83.3333333333% ;
  }
  .footer_content .md-col-2{
    width: 16.6666666667% ;

  }
  .footer_content .md-col-8 {
    width: 66.6666666667% ;
  }
  .apply-today .inner {

    padding-top: 3rem ;
  }
  .apply-today .top_sec p {
    font-size: 1.1764705882rem;
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
  }
  .apply-today .top_sec {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .apply-today .top_sec h1 {
    font-size: 2.1176470588rem;
  }
  .guest_gr .top_content p {
    font-size: 1.1764705882rem;
    line-height: 1.5;
  }
  .banner-area2 .content {
    width: 58.3333333333%;
    float: left;
  }
  .hero__iphone {
    bottom: 0;
    right:0;
    position: absolute;
  }
  .guest_gr {
    margin-top: 5.5rem ;
  }
  .banner-area2 .subtitle p {
    font-size: 1.1764705882rem;
    line-height: 1.5;
  }
  .guest_gr .top_content {
    margin-left: 16.6666666667%;
    width: 66.6666666667%;
  }
  .guest_gr .top_content h3 {
    font-size: 2.1176470588rem;
  }

  .banner-area2 .col {
    margin-top: 5.5rem ;
    padding-top: 2rem ;
    padding-right: 2rem ;
  }

  .extra-wrapper .value-props_item:nth-child(2) {
    width: 50%;

    margin-left: 25% ;
  }
  .extra-wrapper  .value-props_item:nth-child(1) {

    width: 33.3333333333% ;
    margin-left: 16.6666666667%;
  }
  .value-props_item h4,
  .value-props_item p{
    margin-left: 0;
    margin-right: 0;
  }
  .apply-today fieldset.form-columns-2 .hs-form-field:last-child {
    width: 33.3333333333% !important;
  }
  .apply-today fieldset.form-columns-2 .hs-form-field:first-child {
    width: 50% !important;
    margin-left: 8.3333333333% !important;
  }
  .extra-wrapper .value-props_item:nth-child(3) {
    width: 33.3333333333%;
  }


}

@media (min-width: 60.2352941176rem) {
  .max_logo2 {
    width: 25% !important;
  }
  .extra-wrapper .value-props_item:nth-child(3) {
    width: 25%;
  }
  .apply-today fieldset.form-columns-2 .hs-form-field:first-child {
    width: 41.6666666667% !important;
    margin-left: 16.6666666667% !important;
  }
  .apply-today .top_sec,  .apply-today fieldset.form-columns-1,
  .apply-today .hs_submit.hs-submit,
  .apply-today .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }

  .apply-today fieldset.form-columns-2 .hs-form-field:last-child {
    width: 25% !important;
  }

  .extra-wrapper  .value-props_item:nth-child(1) {
    margin-left: 8.3333333333%;
    width: 25%;
  }
  .guest_gr {

    margin-bottom: 1.5rem ;
  }
  .extra-wrapper .value-props_item:nth-child(2) {
    width: 33.3333333333%;
    margin-left: 0 ;
  }
  .guest_gr ul.gutters {
    display: flex;
  }
  .guest_gr .top_content {
    margin-left: 25%;
    width: 50%;
  }

  .banner-area2 h1.title {
    font-size: 2.8235294118rem;
  }
  .banner-area2 .subtitle p {
    font-size: 1.4117647059rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px){
  .airnb_lay .header-container,
  .max_footer2 .page-center{
    padding: 0 3rem;
  }
  .guest_gr,.apply-today.container {
    padding: 0 3rem;
  }
  .hero__iphone {
    width: 400px;
  }

}

@media (min-width: 48rem){
  .container,.container-fluid .row-fluid .page-center  {
    max-width: 45.5rem;
  }
  h3.md-hide.xs-mb1 {
    display: none;
  }
  .full_withbtn {
    margin-top: 0.625rem;
  }
  .home2_lay  .home_banner h1 {
    font-size:3rem ;
  }
  .home-sec5 .section_header h1 {
    font-size: 3.5rem;
  }
  .suc_sec1 p {
    font-size: 1.125rem;
  }
  .max_footeres .max_copyright .float {
    margin-left: 0.625rem;
  }
  .section-row.home-sec5  .section_header {
    padding-top: 5.625rem ;
  }
  .fly-features h2 {

    font-size: 4.5rem;

    margin-bottom: 1.875rem ;
  }
  .our_hubpages:not(.sys_lay) .body-container h2 {
    font-size: 3.5rem;
  }

  .our_hubpages:not(.sys_lay) .body-container h1 {
    font-size: 4rem;
  }
  .succ_2 {
    width:66.6666666667%    !important;

  }   
  .button.button--small {
    margin-top: 5.625rem;
    margin-bottom: 2.5rem;
  }

  .c4155 .features--image {
    width: 45% ;
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .c3355 .features--image {
    margin-left: 0;
    width: 41.6666666667%;
  }
  .contact_form form {
    width: 83.33%;
  }
  .contact_form .top-section p {

    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
  .contact_form .top-section h1 {
    margin-bottom: 1.875rem ;
    font-size: 4.5rem;
  }
  .contact_form .top-section {

    width: 66.6666666667% ;
    margin-left: 16.6666666667% ;
  }
  .c3355  ul.items {
    width: 50%;
  }

  .contact_form input.hs-button.primary.large {
    margin-top: 1.875rem;
  }
  .right.c4155 .features--image {
    position: absolute;
    left:55%;
  }
  .c4155 ul.items {
    width:50%;
  }
  .left .features--image img {
    padding-right: 2.5rem;
  }

  .home-sec5 .left .features--image img {
    padding-right: 1.25rem;
  }
  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"],
  input[type="file"],
  textarea,
  select {
    font-size: 1.125rem;
    padding: .75rem 1rem;
  }


  .contact_form {
    /*padding-top: 5.625rem ;
    padding-bottom: 5.625rem ;*/
      padding-top: 75px;
  padding-bottom: 75px;
  }
  .testimonials .tsubtitle p {

    margin-top: 0 ;
  }
  section.network p {
    padding-right: 2.5rem;
  }

  .plans-slider .top_sec {

    margin-left: 16.6666666667% ;
    width: 66.6666666667% ;
  }
  .plans-slider .top_sec  p {
    margin-left: 2.5rem ;
    margin-right: 2.5rem ;

    font-size: 1.125rem ;
    margin-bottom: 2.5rem ;
  }

  .testimonials--image {
    padding-left: 2.5rem;
    margin-bottom: 0.625rem;
    padding-right: 2.5rem;
    width: 100%;
    margin-left: 0;
  }


  .network > div:last-child img {

    padding-top: 2.5rem ;
  }

  .section_header p {
    margin-bottom: 2.5rem;
    /*font-size: 1.125rem ;*/
    font-size: 18px;
    margin-left: 3.75rem ;
    margin-right: 3.75rem ;
  }

  .section_header h1 {

    margin-bottom: 1.875rem;
    font-size: 3.5rem;
  }
  .two_coleq > div:first-child p {
    margin-right: 0.625rem 
  }
  .two_coleq > div:last-child p {
    margin-left: 0.625rem
  }
  .home-sec2 {
    padding-bottom: 5.625rem;
  }
  .md-col-4 {
    width: 33.3333333333%;
  }
  .full_widthcon {
    text-align: center;
  }
  .stats--items .xs-text-6 {
    margin-bottom: 0;
  }
  .plans--item {

    padding: 1.25rem 0.625rem 0.625rem 0.625rem;
  }
  .plans--item h3.price {

    font-size: 1.375rem;
  }
  .fly-features h2 + p {

    font-size: 1.125rem ;
    margin-left: 1.875rem ;
    margin-right: 1.875rem ;
  }
  .comparison {
    display: block;
  }
  .comparison.container {
    margin-left: auto;

    margin-right: auto;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem 
  }
  .fly-features h2 + p {
    margin-bottom: 2.5rem;
  }
  img.mobile_img {
    padding-left: 1.25rem ;
    padding-right: 1.25rem ;
    margin-bottom: 2.5rem ;
    padding-top: 2.5rem ;
  }
  section.fly-features {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a span {
    display: none;
  }
  .max_copyright .float {
    margin-left: 1.875rem;
    margin-bottom: 1.25rem;
    float: left;
  }
  .max_copyright {
    width: 75% !important;
  }
  .max_copyright  .img {
    float: left;
  }
  .max_fsocial {
    text-align: right;
    width: 25% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child),
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin-left: 0.625rem ;
    margin-right: 0.625rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type >  a {
    font-size: 0.75rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
  .md-col-3 {
    width: 25%;
  }
  .home_banner .subtitle{
    /*font-size: 1.125rem; */
    font-size: 18px;
    margin-bottom: 2.5rem 
  }
  .md-offset-0 {
    margin-left: 0 ;
  }
  h1 {
    font-size: 4rem ;
  }
  h2 {
    font-size: 3.5rem ; 
  }
  .md-col-5 {
    width: 41.6666666667%;
  }
  .md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .md-col-6 {
    width: 50%;
  }
  .full_withbtn h4 {
    margin-left: 0.625rem 
  }
  .md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .home_banner .lg-py9 {
    padding-bottom: 1.25rem 
  }
  .md-col-8 {
    width: 66.6666666667%;
  }   
  .two_coleq > div:last-child h3 {

    margin-left: 0.625rem; 
  }          
  .contact_form form {  
    width: 66.33%;      
  }
  .home_banner .lg-py9 {
    margin-top: 6px;
  }
  .home1_lay .home-sec4 h1 {
    max-width: 570px;
  }
  .home-sec4 {
    padding-top: 5.625rem;
  }
}       

@media (min-width: 64rem){
  h1 {
    font-size: 3.375rem ;
    margin-bottom: 1.25rem 
  }
  .full_widthcon {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .max_footeres .max_copyright .float {
    margin-left: 1.875rem 
  }
  .home_banner .subtitle br.xl-hide {
    display: block;
  }
  .home1_lay .home-sec4 h1 {
    max-width: 700px;
  }
  .home-sec5 .section_header.left .lg-col-8 {
    width: 83.3333333333%;
  }
  .plan-container .item.blue ul li:before {
    left: 1.875rem;
  }
  .home_banner .lg-py9 {
    margin-top: 0;
  }
  .home-sec5 .section_header h1 {
    font-size: 3.5rem;
  }
  .home_banner h1 {
    margin-bottom: 1.25rem;
  }
  .contact_form form {
    width: 66.33%;
  }   
  .contact_form .top-section {
    margin-left: 25%;

    width: 50% ;
  }
  .fly-features h2 {
    font-size: 5rem
  }

  .succ_2 {
    width: 50%   !important;

  }   
  .plans-slider .top_sec {

    width: 50% ;
    margin-left: 25% ;
  }
  .logo-slider {
    /*padding-bottom: 5.625rem;
    padding-top: 4.375rem ;*/
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .testimonials .tsubtitle p {
    padding-right: 1.25rem ;
  }
  .network > div:last-child img {
    padding-top: 0;
  }
  .plans-slider .top_sec  p {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .features--icon  + .text {
    margin-left: 5rem ;
  }
  .features--icon {
    width: 50px;
    height: auto;
  }
  .section_header  h1 {
    font-size: 4rem;
  }
  .testimonials--image {
    padding-left: 3.75rem ;
    padding-right: 3.75rem ;

  }
  .section_header p {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .two_coleq > div:last-child h3 {
    margin-left: 1.25rem;
  }

  .full_withbtn h4 {
    margin-left: 1.25rem;
  }
  .two_coleq > div:last-child p {
    margin-left: 1.25rem;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .two_coleq > div:first-child p {
    margin-right: 1.25rem;
  }
  .stats--bignumber {
    font-size: 3.5rem;
  }
  .plans--item .button {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    margin-bottom: -1.875rem;
  }
  .plans--item h3.price {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .plans--item {
    padding: 1.875rem;
  }
  .plans-slider h3 {
    font-size: 1.75rem;
  }
  .plan-container .item ul li:before {
    left: 1.875rem;
  }
  section.plans-slider {
    padding-bottom: 5.625rem;
    padding-top: 4.375rem;
  }
  .comparison .button {

    margin: 0.625rem;
  }
  .home_banner {
    text-align: left;
  }
  .home_banner .mobile_img {
    display: none;
  }
  .home_banner .lg-py9,img.right_img {
    /*padding-top: 5.625rem;
    padding-bottom: 5.625rem;*/
    padding-top: 75px;
    padding-bottom: 75px;
    display: block; 
    margin-top: 2.5rem ;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a span {
    display: inline;
  }
  .lg-col-5{
    width: 41.6666666667%;
  }
  .lg-col-7 {
    width: 58.3333333333%;
  }

  h2 {
    font-size: 4.5rem; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type> a {
    font-size: 0.875rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 0.875rem;
  }
  .lg-col-8 {
    width: 66.6666666667%;
  }
  .container,.container-fluid .row-fluid .page-center  {
    max-width: 60rem;
  }
  .lg-offset-2 {
    margin-left: 16.6666666667% ;
  }
  .fly-features h2 + p {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .contact_form .top-section h1 {

    font-size: 5rem !important;
  }
  .contact_form form {
    width: 50%;
  }
  .our_hubpages:not(.sys_lay) .body-container h1 {
    font-size: 4.5rem;
  }
  .our_hubpages:not(.sys_lay) .body-container h2 {

    font-size: 3.375rem;
  }
  .home2_lay  .home_banner h1 {
    font-size: 2.625rem;
  }
  .home_banner .subtitle p br.lg-hide {  
    display: none;
  }
  .home2_lay  .home_banner .lg-py9 {
    margin-top: 3.75rem;
  }
}

@media (min-width: 80rem){
  .container,.container-fluid .row-fluid .page-center  {
    max-width: 76.25rem;
  }
  .home2_lay  .home_banner h1 {
    font-size: 3.5rem;
  }

  .home_banner .subtitle br.xl-hide {
    display: none ;
  }
  .home-sec5 .section_header h1 {
    /*font-size: 4rem;*/
    font-size: 64px;
  }
  .fly-features h2 {
    font-size: 5.5rem;
  }
  .stats--items {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .our_hubpages:not(.sys_lay) .body-container h1 {
    font-size: 5rem;
  }
  .our_hubpages:not(.sys_lay) .body-container h2 {

    font-size: 4.25rem;
  }

  .succ_2 {
    width: 33.3333333333%  !important;

  }
  .contact_form .top-section h1 {
    font-size: 5.5rem;
  }
  .right.c4155 .features--image {
    position: absolute;
    left: 45%;
    width: 55%;

  }
  .contact_form form {
    width: 50%;
  }

  .contact_form .top-section p {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .c3355 .features--image {
    width: 33.3333333333%;
  }
  .c4155  ul.items {
    width: 41.6666666667%;
  }
  .plans-slider .top_sec {
    margin-left: 33.3333333333%;
    width: 33.3333333333%;
  }
  .testimonials .testimonials--quote {
    position: absolute;
  }

  .section_header p {
    margin-left: 5.625rem ;
    margin-right: 5.625rem;
  }
  .testimonials .tsubtitle p {

    margin-top: 1.25rem;
  }
  .testimonials--image {
    padding-left: 5.625rem ;
    padding-right: 5.625rem ;
  }

  .comparison .button {
    margin: 1.25rem;
  }
  .fly-features h2 + p {
    margin-left: 4.375rem ;
    margin-right: 4.375rem ;
  }
  .full_widthcon p,  .full_withbtn p  {
    font-size: 1.5rem;
  }
  img.right_img {
    margin-top: 1.25rem;
  }
  .xl-col-4 {
    width: 33.3333333333%;
  }
  .xl-col-5 {
    width: 41.6666666667%;
  }
  h1 {
    font-size: 4.25rem ;
  }
  h2 {
    font-size: 5rem ;
  }
}
@media(max-width:1360px){
  .left-img-inner{
    position: relative;
  }
  .left-img-inner img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top:0;
    left:0;
  }
}
@media(max-width:1300px){
  .left-text-inner {
    padding: 70px;
  }
  .left-text-inner-content img {
    margin-top: 45.28px;
    margin-left: 0px;
    width: 70px !important;
  }
  .new-home .home-sec5 .section_header h1{
    font-size: 56px !important;
  }

}
@media(max-width:1199px){
  .ticketing-page .custome-module-one-container h1, .reservesion-page .custome-module-one-container h1 {
    line-height: 45px !important;
    font-size: 50px !important;
    margin-bottom: 10px;
  }
  .ticketing-page .custome-module-one-container ,.ticketing-page .custom-module-nine,.ticketing-page .custom-module-nine,.ticketing-page .contact_form{
    padding: 85px 0 60px 0 !important;
  }
  .main-page-aug2019.ticketing-page .module-Thirteen-top-section .section-heading h3 {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .ticketing-page .custom-module-nine-inner {
    margin-top: 35px !important;
  }
  .ticketing-page .custom-module-nine-inner .left-side-container .left-text-with-logo {
    margin-bottom: 30px !important;
  }
  .ticketing-page .custom-module-nine-inner .right-side-container .right-side-image img {
    max-width: 550px;
  }
  .left-text-inner {
    padding: 50px;
    justify-content: center;
  }
  .left-text-inner p {
    line-height: 23px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .left-text-inner-content img {
    margin-top: 40px;
  }
  .contact_form .top-section h1 {
    font-size: 56px !important;
    line-height: 62px;
  }
  .contact_form .top-section {
    margin-left: 0;
    width: 100%;
  }
  .left-side-inner-section {
    padding-left: 0 !important;
  }
  .reservesion-page .custome-module-one-container,.reservesion-page .custom-module-eleven ,.reservesion-page .custom-module-nine{
    padding: 30px 0 0;
    padding-bottom: 40px !important
  }
  .reservesion-page .left-img-right-text-inner {
    margin-top: 0px;
  }
  .reservesion-page .custome-module-one-container h3 {
    line-height: 20px;
  }
  .reservesion-page .section-heading h1,.main-page-aug2019.reservesion-page .module-Thirteen-top-section .section-heading h3{
    font-size: 34px !important;
    line-height: 42px;
  }
  .reservesion-page .section-heading .full-width {
    margin: 0 auto 10px;
}
  .reservesion-page .custom-module-nine-inner .right-side-container .right-side-image img {
    width: 100%;
    max-width: 430px;
}
  .reservesion-page .custom-module-eleven .bottom-section-image img {
    margin-top: 40px;
    max-width: 670px;
}
  .reservesion-page .custom-module-nine-inner {
    margin-top: 30px;
  }
  .main-page-aug2019.reservesion-page .custom-module-nine-inner .left-side-text span {
    font-size: 16px;
    line-height: 20px;
  }
  .reservesion-page .custom-module-eleven{
    padding: 30px 0;
}
  
  .new-home .home-sec5 .section_header h1{
    font-size: 50px !important;
  }

}
@media(max-width:1024px){
  .left-text-inner-content img {
    margin-top: 15.28px;
    width: 50px !important;
  }
  .left-text-inner {
    padding: 40px 70px;
  }
  .reservesion-page .custome-module-one-container{
    padding: 98px 0 0;
}
}
@media (max-width: 991px) {

  .extra-wrapper .value-props_item {
    width: 33.33% !important;
    margin-left: 0 !important;
  }
  .ticketing-page .custome-module-one-container h1 {
    line-height: 52px !important;
    font-size: 45px !important;
  }
  .ticketing-page .custome-module-one-container ,.ticketing-page .custom-module-nine,.ticketing-page .custom-module-nine,.ticketing-page .contact_form{
    padding: 40px 0!important;
  }
  .ticketing-page .custome-module-one-container{
    margin-top: 57px;
  }
  .main-page-aug2019.ticketing-page .module-Thirteen-top-section .section-heading h3 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .ticketing-page .custom-module-nine-inner {
    margin-top: 20px !important;
  }
  .ticketing-page .custom-module-nine-inner .left-side-container .left-text-with-logo {
    margin-bottom: 20px !important;
  }
  .ticketing-page .custom-module-nine-inner .right-side-container .right-side-image img {
    max-width: 450px;
  }
  .left-text-inner {
    padding: 30px;
    justify-content: center;
  }
  .left-text-inner p {
    line-height: 23px;
    margin-bottom: 10px;
  }
  .left-text-inner-content img {
    margin-top: 30px;
  }
  .contact_form .top-section h1 {
    font-size: 45px !important;
    line-height: 40px;
  }
  .left-text-inner-content img {
    width: 37px !important;
  }/*----*/
   .ticketing-page .custome-module-one-container h1, .reservesion-page .custome-module-one-container h1 {
    line-height: 43px !important;
    font-size: 45px !important;
  }
  .ticketing-page .custome-module-one-container ,.ticketing-page .custom-module-nine,.ticketing-page .custom-module-nine,.ticketing-page .contact_form{
    padding: 80px 0 50px 0 !important;
  }
  .main-page-aug2019.ticketing-page .module-Thirteen-top-section .section-heading h3 {
    font-size: 31px !important;
    line-height: 40px !important;
  }
  .ticketing-page .custom-module-nine-inner {
    margin-top: 30px !important;
  }
  .ticketing-page .custom-module-nine-inner .left-side-container .left-text-with-logo {
    margin-bottom: 28px !important;
  }
  .ticketing-page .custom-module-nine-inner .right-side-container .right-side-image img {
    max-width: 450px;
  }
  .left-text-inner {
    padding: 40px;
    justify-content: center;
  }
  .left-text-inner p {
    line-height: 22px;
    margin-bottom: 10px;
  }
  .left-text-inner-content img {
    margin-top: 30px;
  }
  .contact_form .top-section h1 {
    font-size: 50px !important;
    line-height: 50px;
  }
  .reservesion-page .custome-module-one-container h3 {
    line-height: 20px;
  }
  .reservesion-page .section-heading h1,.main-page-aug2019.reservesion-page .module-Thirteen-top-section .section-heading h3{
    font-size: 30px !important;
    line-height: 38px;
  }
  .reservesion-page .section-heading .full-width {
    margin: 0 auto 10px;
}
  .reservesion-page .custom-module-nine-inner .right-side-container .right-side-image img {
    width: 100%;
    max-width: 300px;
}
  .reservesion-page .custom-module-eleven .bottom-section-image img {
    margin-top: 30px;
    max-width: 570px;
}
  .reservesion-page .custom-module-nine-inner {
    margin-top: 20px;
  }
  .main-page-aug2019.reservesion-page .custom-module-nine-inner .left-side-text span {
    font-size: 16px;
    line-height: 20px;
  }
  .reservesion-page .custom-module-nine {
    padding: 50px 0 20px!important;
}
  .new-home .home-sec5 .section_header h1{
    font-size: 44px !important;
  }
}

@media screen and (max-width:1279) {
  .max_logo img {
    margin-top: 5px;
  }
}

@media screen and (max-width:1024){

  .max_logo img {
    margin-top: 7px;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */


/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 768px) {
  .max_logo img {
     margin-top: 0;
    margin-bottom: 6px;
    /*min-height: 48px;*/
    padding:24px 0
  }
  .left-img-right-text-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .left-text-inner, .left-img-inner {
    width: 100%;
  }
  .left-img-inner img {
    width: 100%;
    height: auto !important;
    position: static;
  }
  .left-text-inner-content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact_form .hs-input {
    width: 100% !important;
  }
  .contact_form .hs-input {
    height: 42px;
  }
  .comparison.container {
    max-width: 100%;
  }
  .suc_sec1 {
    margin-top: 95px;
  }
  body:not(.no_paddin) .max_header {
    min-height: 50px !important;
  }
  .max_copyright p small a {
    display: inline-block;
  }
  .comparison.container {
    margin-left: 0;
    margin-right: 0;
  }
  .banner-area2 .col {
    margin-top: 1.5rem;
    padding-top: 0;
  }
  .comparison td {
    line-height: 21px;
  }
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      

  }
  /* ===== Mobile Menu Styles ===== */  
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */

  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"],
  input[type="file"],
  textarea,
  select{
    max-width:100%;
  }
  img.mobile_img {
    margin-bottom: 1.25rem;
  }

  .max_logo img {
    width: auto !important;
    margin-top: -6px !important;
    /*height: 48px;*/
    position: relative;
    left: 1.25rem;
  }

  .max_header .page-center {
    max-width: 100% !important;
  }
  .max_footer {
    text-align: center;
    padding-bottom: 5px;
  }

  .max_copyright .float p:first-of-type br {
    display: none;
  }

  .max_copyright {
    margin-bottom: 1.25rem;
  }

  .max_copyright img {
    margin-bottom: 16px;
  }
  .xs-absolute {
    position: absolute !important;
  }

  .xs-r2 {
    right: 1.25rem !important;
  }

  .nav-mobile--cta.button {
    padding: 0.5rem .625rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.075rem;
    font-family: "GT America Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase !important;
    margin-right: 14px;
    margin-top: 9px;
    font-size: 0.75rem;
    opacity: 0;
  }

  .xs-align-middle {
    vertical-align: middle !important;
  }

  .custom-menu-primary {
    background-color: rgba(24, 30, 36, 0.95);
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
  }
  .close-icon {
    text-align: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:not(:last-child) > a {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-align: center;
    line-height: 1.5;

  }

  .custom-menu-primary .hs-menu-wrapper > ul  li {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 1rem;
    margin-top: 17px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type> a {
    width: auto !important;
    display: inline-block;
    padding: 0.625rem 1.875rem;
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    font-family: "GT America", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    margin-top: 20px;
  }
  .nav-scrolled .nav-mobile--cta.button {
    opacity: 1;
  }

  .nav-scrolled {
    min-height: 50px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li span {
    width: auto;
    display: inline-block;
  }
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 44px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .close-icon  img {
    cursor: pointer;
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .close-icon  img,.nav--right  img {
    cursor: pointer;
  }

  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: none;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-align: center;
  }
  .contact_form form {
    width:100%;
  }

  .contact_form  .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }

  .contact_form input.hs-button.primary.large {
    margin-top: 25px;
  }
  .full_withbtn {
    padding: 0;
    text-align: left;
  }
  .full_withbtn .button {
    display: block;
  }
  .twoimaalign .row {
    display: block;
  }
  .left.c3355 .container .features--image img {
    margin-bottom: 1.25rem;
  }

  .c4155 .features--image {
    margin-bottom: 1.875rem;
  }

  .twoimaalign .container {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .home-sec4 .twoimaalign .container {
    padding-top:0 !important;
    padding-bottom:1.25rem !important;
  }
  .plan-container .slick-list.draggable {
    max-width: 80%;
    margin: 0 auto;
    overflow: visible;
  }
  .hero__iphone {
    margin-left: auto ;
    margin-right: auto;

    position: static;
  }
  .banner-area2 .content {
    float: none;
    width: 100%;
  }
  .banner-area2 .col {
    padding-right: 0;
  }

  .max_header2 {
    position: static;
  }

  .banner-area2 .col {
    text-align: center;
  }

  .airnb_lay .header-container,.guest_gr {
    padding: 0 1rem;
  }

  .extra-wrapper .value-props_item {
    width: 100% !important;
  }

  .guest_gr .top_content h3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .max_footer2 .page-center {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .footer_content .md-col-2 {
    margin-bottom: 23px;
  }
  .guest_gr .top_content p {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  section.plans-slider {
    overflow: hidden;
  }

  .plan-container .slick-slide > div {
    padding: 0 .625rem;
  }
  .apply-today .hs-form-field {
    padding-right: 0 !important;
  }
  .plan-container .slick-track {
    display: flex;
    align-items: center;
  }
  .apply-today.container {
    padding: 0 1rem;
  }
  .plan-container {
    margin: 0 -0.625rem;
  }
  .banner-area2 h1.title {
    padding: 0 0.5rem;
  }

  .airnb_lay .button.button-secondary {
    width: 100%;
  }
  .hero__iphone {

    margin-top: 5px;
    width: 200px;
  }
  .fly--items > div {
    padding: 0;
  }

  .section_header h1 {
    font-size: 2rem;
  }

  section.network {
    padding-bottom: 55px;
  }

  .home-sec5 .section_header h1 {
    font-size: 1.5rem;
  }

  nav.comparison--nav {
    display: none;
  }
  .pricing-landing-page .body-container-wrapper {
    margin-top: 50px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #fff;
  }
  .ticketing-page .custome-module-one-container .cta-section .dark-button {
    font-size: 17.629px !important;
    line-height: 20px !important;
  }
  .ticketing-page .custome-module-one-container h1 {
    text-align: center;
  }
  .ticketing-page .custome-module-one-container h3 {
    max-width: 100%;
    text-align: center;
  }
  .ticketing-page .module-Thirteen-top-section .section-sub-heading h4{
    text-align: center;
  }
  .ticketing-page .custome-module-one-container {
    margin-top: 0;
    padding: 40px 0 0 !important;
  }
  .contact_form .top-section h1 {
    font-size: 46px !important;
    line-height: 40px;
  }
  .left-text-inner-content img {
    margin-top: 20px;
  }
  .ticketing-page .hs-form-field select {
    padding-right: 49px;
  }
  .main-page-aug2019.ticketing-page .module-Thirteen-top-section .section-heading h3 {
    font-size: 28px !important;
    line-height: 35px !important;
    text-align: center;
  }
  .left-text-inner {
    padding: 20px 20px 40px;
  }
  .reservesion-page .custome-module-one-container {
    padding: 40px 0 0;
}
  .ticketing-page .custome-module-one-container h1, .reservesion-page .custome-module-one-container h1 {
    line-height: 40px !important;
    font-size: 40px !important;
}
  .reservesion-page .dark-button {
    font-size: 17.629px !important;
}
  .reservesion-page .custom-module-nine-inner {
    display: flex;
    flex-wrap: wrap;
}
  .reservesion-page .custome-module-one-container .right-side-section img {
    max-width: 100%;
}
  .reservesion-page .custom-module-eleven .bottom-section-image img{
    max-width: 83%;
  }
  .reservesion-page .section-cta {
    text-align: left;
    margin: 0 auto;
}
  .reservesion-page .custom-module-nine {
    padding: 50px 0 !important;
}
  .reservesion-page .section-heading h1, .main-page-aug2019.reservesion-page .module-Thirteen-top-section .section-heading h3 {
    font-size: 26px !important;
    line-height: 30px;
}
  
  .contact_form .top-section p{
    font-size: 1rem !important;
  }
  .section_header p{
    font-size: 16px !important;
  }
  .logo-slider h3{
    font-size: 24px !important;
  }
  .new-home .home-sec5 .section_header h1{
    font-size: 36px !important;
  }
  .nav--right {
    top: 6px;
  }
  
}  


@media (max-width:639px){
  .max_logo img {
    left: 0;
  }
  .ticketing-page .custome-module-one-container h1, .reservesion-page .custome-module-one-container h1 {
    line-height: 33px !important;
    font-size: 35px !important;
  }
  .reservesion-page .section-heading h1, .main-page-aug2019.reservesion-page .module-Thirteen-top-section .section-heading h3 {
    font-size: 24px !important;
    line-height: 25px;
  }
  .reservesion-page .custom-module-nine-inner .left-side-text h5 {
    line-height: 17px !important;
  }
  .span4.widget-span.widget-type-cell.logo-wrap {
    max-width: 160px;
    float: left;
  }
  
}
@media (max-width:480px){
.reservesion-page .custome-module-one-container h3,.reservesion-page .section-sub-heading h4,.reservesion-page .module-Thirteen-top-inner-section .section-sub-heading h4 {
    line-height: 19px;
    font-size: 16px !important;
}
  .new-home .features--icon+.text h6{
    font-size: 16px !important;
  }
  .logo-slider h3{
    font-size: 22px !important;
  }
  .new-home .home-sec5 .section_header h1{
    font-size: 30px !important;
  }
    .nav--right  {
    top: 6px;
  }
  
}
@media (max-width:375px){
  .dark-button, .light-button {
    max-width: 210px !important;
  }
}
@media (max-width:360px){
  .ticketing-page .custome-module-one-container h1 {
    line-height: 45px !important;
    font-size: 39px !important;
  }
  .main-page-aug2019.ticketing-page .module-Thirteen-top-section .section-heading h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .left-text-inner {
    padding: 30px;
  }
  .contact_form .top-section h1 {
    font-size: 26px !important;
    line-height: 26px;
  }
  .ticketing-page .custome-module-one-container {
    padding: 18px 0 0 !important;
  }
  .left-text-inner-content img {
    margin-top: 16px;
    width: 45px !important;
  }

  
}


/* =============== Landscape phones and smaller devices =============== */



