/* ==========================================================================
   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'); */

@import url('//fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Work+Sans:100,200,300,400,500,600,700');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    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"]
select {
    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 {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   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: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    background: #fff;
    color: #444;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    font-weight: 300;
     
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

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


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

/* Basic text */
p {
    line-height: 1.3;
    margin: 0;
    padding: 0 0 20px 0;
} 
small {}
strong {
    font-weight: 500;
}
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 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    padding: 0;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 54px;
}
h2 {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 36px;
    font-weight: 300;
    color: #009DD4;
}
h3 {
    color: #0da2d4;
    font-size: 21px;
    text-align: left;
    padding: 10px 20px 5px 0px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}

/* Anchor Links */
a {
    color: #F99100;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover, a:focus {
    color: #F99100;
    text-decoration: underline;
    outline: 0;
}

/* Lists */
ul, ol {
    margin: 0 0 20px 0;
    padding-left: 0;
}

ul ul, ul ol, ol ol, ol ul {}
li {
    margin: 0 0 10px 22px;
    width: auto !important;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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

.custom-header-container-wrapper {
    margin: 0;
    padding: 0 0 20px 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px;
    width: 100% !Important;
    z-index: 5000;
    transform: translateY(0);
    transition: all 100ms linear;
}

.sticky .custom-header-container-wrapper {
    transform: translateY(-40px);
}

.custom-header-container-wrapper .cm-header-top {
    min-height: 40px;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    background: #0DA2D4;
    color: #FFF;
    font-size: 12px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.custom-header-container-wrapper .row-fluid .page-center {
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

.cm-header-top .cm-header-top-cont {
    width: auto;
    float: right;
}

.cm-header-top p {
    margin: 0 15px 0 0;
    float: left;
    line-height: 20px;
    color: #FFF;
    display: inline-block;
    padding: 0;
}

.cm-header-top-cont ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.cm-header-top-cont ul:after,
.cm-header-top-cont ul:before {
    content: '';
    display: table;
    clear: both;
}

.cm-header-top-cont ul li {
    float: left;
    margin: 0 4px 0 0;
}

.cm-header-top-cont ul li:last-child {
    margin: 0;
}

.cm-header-top-cont ul li img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    display: block;
    max-width: 100%;
}

.cm-header-top-cont ul li a:hover img {
    opacity: 0.8;
}


.custom-header-container-wrapper .custom-logo {
    width: auto;
}

.custom-logo img {
    width: 225px;
    margin: 10px 0 0 0;
    display: block;
    max-width: 100%;
}

.custom-header-container-wrapper .custom-menu-primary {
    width: auto;
    float: right;
    margin: 15px 0 0 0;
}




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

.body-container-wrapper {
    margin-top: -1px;
}
.body-container {}

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

.cm-banner-area {
    padding: 280px 0 160px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #262827;
    background-color: #f8f9fa;
}

.cm-banner-area.single-head {
    padding: 220px 0 60px 0;
}

.cm-banner-area h1 {
    margin: 0 0 5px 0;
    font-size: 64px;
    padding: 0;
    line-height: 1.2;
}

.cm-banner-area h2 {
    padding: 0;
    color: inherit;
    padding: 0;
    line-height: 1.2;
    margin: 10px 0;
    font-size: 24px;
    font-weight: 300;
}


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

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

.custom-footer-container-wrapper {
    padding: 25px 0 15px 0;
    background: #fff;
    color: #009DD4;
    font-size: 14px;
    z-index: 4999;
    position: relative;
}

.custom-footer-container-wrapper a {
    color: #009DD4;
}

.custom-footer-container-wrapper a:hover {
    color: #F7901E;
    text-decoration: none;
    outline: 0;
}

.custom-footer-container-wrapper a:focus {
    text-decoration: none;
    outline: 0;
}

.custom-footer-container-wrapper .cm-footer-left {
    width: auto;
}

.cm-footer-logo-social a {
    float: left;
    margin: 0 20px 20px 0;
    height: auto;
}

.cm-footer-logo-social a img {
    width: 250px;
    display: block;
    max-width: 100%;
}

.cm-footer-logo-social ul {
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    margin: 11px 0 20px 0;
}

.cm-footer-logo-social ul:after,
.cm-footer-logo-social ul:before {
    content: '';
    display: table;
    clear: both;
}

.cm-footer-logo-social ul li {
    float: left;
    margin: 0;
    margin-right: 5px;
}

.cm-footer-logo-social ul li a {
    float: none;
    margin: 0;
}

.cm-footer-logo-social ul li img {
    width: 24px;
    height: 24px;
    opacity: 0.8;
    border-radius: 50%;
    border: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cm-footer-logo-social ul li a:hover img {
    opacity: 0.6;
}

.cm-footer-logo-social ul li:last-child {
    margin-left: 0;
}

.cm-footer-contact {
    color: #363636;
    float: left;
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 300;
}

.cm-copyright p {
    color: #363636;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    padding: 0;
}

.cm-footer-contact p {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.custom-footer-container-wrapper .cm-footer-right {
    width: auto;
    float: right;
    margin: 9px 0 0 0;
}

.cm-footer-menu .hs-menu-wrapper > ul {
    display: block;
    margin: 0;
    padding: 0;
}

.cm-footer-menu .hs-menu-wrapper > ul > li {
    float: left;
    margin: 0 80px 0 0;
}

.cm-footer-menu .hs-menu-wrapper > ul > li:last-child {
    margin: 0;
}

.cm-footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.cm-footer-menu .hs-menu-wrapper > ul ul {
    position: static;
    padding: 20px 0 0 0;
    margin: 0;
}

.cm-footer-menu .hs-menu-wrapper > ul ul li {
    margin: 0 0 2px 0;
}

.cm-footer-menu .hs-menu-wrapper > ul > li li a {
    font-size: 16px;
    font-weight: 300;
}



/* ==========================================================================
   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;
}
.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: 1000px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        margin: 0 23px 0 0;
        position: relative;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        margin: -8px 0 0 9px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 18px;
        font-weight: 300;
        color: #262827;
        display: block;
        line-height: 2;
        text-decoration: none !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
        padding: 0 15px 0 0;
        background: url('//cdn2.hubspot.net/hubfs/4107466/Guestlogix%20January2018/Images/nav-arrow.png') right 15px no-repeat;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        color: #009DD4;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.cm-menu-btn > a {
        padding: 8px 16px;
        background: #fff;
        border: solid 2px #F7901E;
        text-transform: uppercase;
        text-align: center;
        display: inline-block;
        font-family: 'Montserrat', Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        border-radius: 2px;
        color: #F7901E;
        letter-spacing: 3px; 
        line-height: 2;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.cm-menu-btn > a:hover,
    .sticky .custom-menu-primary .hs-menu-wrapper > ul > li.cm-menu-btn > a {
        color: #FFF;
        background: #F7901E;
        border: solid 2px #F7901E;
    }
    
    .sticky .custom-menu-primary .hs-menu-wrapper > ul > li.cm-menu-btn > a:hover {
        color: #F7901E;
        background: #FFF;
    }
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        position: absolute;
        margin-top: 17px;
        top: 17px;
        left: -15px !important;
        float: left;
        z-index: 99999;
        padding: 12px 0;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: #009DD4;
        min-width: 230px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        border-right: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-weight: 300;
        padding: 5px 15px;
        margin: 0;
        line-height: 1.8;
        display: block;
        width: auto;
        text-decoration: none;
        font-size: 14px;
        height: auto;
        color: #fff;
        text-decoration: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a, 
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
        color: #fff;
        background: #0088B8;
    }
    
    .custom-menu-primary.js-enabled.mob-menu {
        display: none !important;
    }
    
}


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

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

@media (max-width: 999px){

  /* 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: 12px;           /* Position Button at right of screen */
    right: 9px;        /**************************************/
    width: 55px; /* Button width */
    height: 55px; /* Button height */      
    padding: 0px;
    background: #ffffff; /* Background color */
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000; 
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    right: 1% !important;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 1px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 32px; /* Icon line width */
    height: 4px; /* Icon line height */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #009dd4; /* Icon color */
    display: inline-block;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-property: none;
  }
  .mobile-trigger i:before{ top: -9px; } /* Position top line */
  .mobile-trigger i:after{ top: 9px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #009dd4; /* Icon color */
  }
  
  .mobile-open .mobile-trigger i {
      transform: rotate(45deg);
  }
  
  .mobile-open .mobile-trigger i:before {
     top: 0;
    opacity: 0;
  }
  
  .mobile-open .mobile-trigger i:after {
    bottom: 0;
    transform: rotate(-90deg);
    top: UNSET;
  }
  
  .mobile-trigger:hover i, 
  .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i, 
  .mobile-open .mobile-trigger i:before, 
  .mobile-open .mobile-trigger i:after{
      background-color: #00789f;
  }
  

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px !important; /* Button width */
    min-width: 40px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid #72bed8;
    line-height: 40px;
    background-color: #00789f;
    text-align: center;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    font-size: 16px;
  }
  
  .child-trigger:after {
      content: '▼';
  }
  
  .child-open.child-trigger:after {
      content: '▲';
  }
  
  .child-open.child-trigger {
    color: #ffffff;
    border-color: #72bed8;
    background-color: #009dd5;
    height: 40px !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > .child-trigger.child-open {
    height: 41px !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);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: static;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* 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{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   
   .custom-menu-primary .hs-menu-wrapper > ul li {
       width: 100% !important;
   }
   
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 40px;
    overflow: visible;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > .child-trigger {
    border-top: 1px solid #72bed8;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #fff;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 0 5%;
    position: relative;
    border-bottom: 1px solid #72bed8;
    color: #ffffff;
    background-color: #00789f;
    font-weight: 300;
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li.anchor-hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a{
    color: #ffffff;
    background-color: #009dd5;
    border-color: #72bed8;
    text-decoration: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a:focus {
      text-decoration: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
    width: 100%;
    display: block;
    padding-left: 10%;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


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

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.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 {}

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

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


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


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

/* Form Field */
.hs-form-field {
    margin: 0;
    padding: 0 0 20px 0;
}

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

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

/* 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,
select {
    padding: 10px;
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 0;
    border: solid 1px #ccc;
    max-width: 600px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 300;
    color: #444;
}

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 {
    outline: 0;
}

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

ul.hs-error-msgs.inputs-list li {
    margin: 0;
    list-style: none;
    color: red;
}

.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
    color: #444;
} /* Webkit Browsers */
:-moz-placeholder {
    color: #333333;
    opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
    color:#333333;
    opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: #444;
} /* IE10 */


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

/* =============== 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;
    text-decoration: none;
    border: none;
    padding: 12px 0 11px 0;
    min-width: 210px;
    padding-left: 5px;
    padding-right: 5px;
    background: #F7901E;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    color: #FFF !Important;
    letter-spacing: 5px;
    outline: 0;
    margin: 0 2px;
    background: #009DD4;
    white-space: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration: none;
}

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


/* =============== 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                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


.no-nav .mobile-trigger {
    display: none !important;
}

.cm-error-page .cm-body-cont-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-page .body-container .content-wrapper,
.landing-page .body-container .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*body.error-template:not(.cm-error-page) .body-container-wrapper,
.password-template .body-container-wrapper,
.subscription-template .body-container-wrapper */
.no-banner .body-container {
    padding-top: 180px;
    padding-bottom: 30px;
}

body:not(.custom-layout) .hs-button {
    margin-top: 10px;
}


/*===========BLOG=============*/


.blog .cm-banner-area h1 {
    font-size: 54px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
}


.blog .cm-blog-container {
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.blog .cm-blog-breadcrumb {
    font-size: 14px;
    margin: 22px 0 0 0;
    padding: 0;
}

.cm-blog-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cm-blog-breadcrumb ul li {
    display: inline-block;
    margin: 0;
}

.cm-blog-breadcrumb ul li:after {
    content: ' > ';
}

.cm-blog-breadcrumb ul li:last-child:after {
    content: none;
}

.cm-blog-breadcrumb ul li a {
    color: #F99100;
    text-decoration: none;
}

.cm-blog-breadcrumb ul li a:focus,
.cm-blog-breadcrumb ul li a:hover {
    color: #F99100;
    text-decoration: none;
}

.blog .post-item {
    margin: 10px 20px 10px 0;
    padding: 0;
    float: left;
    width: calc(50% - 20px);
    min-height: 540px;
    border: solid 1px #ccc;
}

.post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    max-width: 100%;
    max-height: none;
    margin: 0;
}

.blog .post-item .cm-post-info-wrap {
    padding: 15px;
}

.blog .post-item .post-header h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 5px 0;
}

.blog .post-item .post-header h2 a {
    color: #009DD4;
}

.blog .post-item #hubspot-author_data {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.3;
    font-style: italic;
}

.blog .post-item .cm-post-info-wrap a {
    color: #F99100;
}

.blog .post-item .cm-post-info-wrap a:focus, 
.blog .post-item .cm-post-info-wrap a:hover {
    text-decoration: none;
    outline: 0;
}

.blog .post-item .post-body {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.3;
}

.blog .cm-sidebar-topic {
    padding: 20px 0;
}

.blog .cm-sidebar-topic h3 {
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    text-transform: none;
    color: #444;
}

.blog .cm-sidebar-topic ul {
    margin: 0 0 20px 20px;
    padding: 0;
}

.blog .cm-sidebar-topic ul li {
    margin: 0;
}

.blog .cm-sidebar-topic ul li a {
    color: #009DD5;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.blog .cm-sidebar-topic ul li a:hover {
    color: #F7901E;
}

.blog .cm-sidebar-topic ul li a span {
    display: none;
}

.blog ul.pagination {
    padding: 20px 0;
    clear: both;
    list-style: none;
    margin: 0;
}


.blog ul.pagination li {
    display: inline-block;
    margin: 0;
    float: left;
}

.blog ul.pagination li span,.blog ul.pagination li a {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    font-size: 14px;
}

.blog ul.pagination li a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #009DD5;
}

.blog ul.pagination li a:hover {
    color: #F7901E;
    border-color: #000;
}

.blog ul.pagination li.active a {
    border-color: #000;
    font-weight: bold;
    cursor: text;
    color: #444;
}

.hs-blog-post .cm-banner-area {
    padding: 220px 0 60px 0;
}

.hs-blog-post .cm-banner-area .cm-banner-spacer {
    padding-top: 60px;
}

.section.post-body p {
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.new-comments.no-comments {
    border: none !important;
}

.section.post-header h1 {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 48px;
    font-weight: 300;
    color: #009DD4;
    line-height: 1.2;
}

.section.post-header {
    margin: 0;
    padding: 20px 0 0 0;
}

.hs-blog-post #hubspot-author_data {
    line-height: 1.3;
    font-style: italic;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0;
}

.hs-blog-post .hs-blog-social-share {
    margin: 0;
    padding: 5px;
    border: none;
}

.hs-blog-post .hs-blog-social-share ul li {
    margin: 0;
}

.hs-blog-post .post-body p {
    margin: 0 0 20px 0;
    font-size: 18px;
}

.section.post-body a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #009DD5;
}

.section.post-body a:hover, 
.section.post-body a:focus {
    color: #F7901E;
    text-decoration: none;
    outline: 0;
}

.section.post-body h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0;
    padding: 10px 0 20px 0;
    color: #009DD4;
}

.blog .post-item:nth-child(2n+1) {
    clear: left;
}

.hs-blog-post #hubspot-topic_data a.topic-link {
    color: #009DD5;
}

.hs-blog-post #hubspot-topic_data a.topic-link:hover {
    color: #F7901E;
    text-decoration: none;
}


/*===========FULL WIDTH LAYOUT STYLING==============*/


.custom-layout .cm-body-cont-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cm-full-width-layout .cm-body-cont-wrapper ul {
    margin: 0 0 20px 20px;
}

.cm-full-width-layout .cm-body-cont-wrapper li {
    margin: 0;
}


/*======SECTION HEADER WITH BACKGROUND STYLING==============*/

.cm-section-bg-module.cm-large {
    padding: 150px 0;
    background: #009DD5;
    background-size: cover;
    z-index: 10000;
}

.cm-section-bg-module .cm-caption {
    text-align: center;
}

.cm-section-bg-module h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    margin: 0 auto 20px auto;
    color: #fff;
    max-width: 1000px;
    padding: 0;
    font-family: inherit;
}

.hs-cta-wrapper {
    display: inline-block;
    vertical-align: top;
}


a.cm-btn-cta {
    margin-top: 10px;
    line-height: 1.42857143 !Important;
}

.hs-cta-wrapper + .hs-cta-wrapper {
    margin-left: 5px;
}

.custom-layout .body-container a.cm-btn-cta:hover {
    background: #fff !important;
    color: #009DD5 !important;
}

.cm-section-bg-module h3 {
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    margin: 0 20px 35px 20px;
    color: #fff;
    padding: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
}

.cm-section-bg-module p {
    padding: 0;
}



/*============TWO COLUMN LEFT LAYOUT STYLING=================*/


.cm-sidebar-menu {
    position: relative;
}

.cm-sidebar-menu ul {
    display: block;
}

.cm-sidebar-menu ul > li {
    list-style: none;
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
}

.cm-sidebar-menu ul > li > a {
    color: #009DD4;
    text-decoration: none;
}

.cm-sidebar-menu ul > li.active > a,
.cm-sidebar-menu ul > li.active-branch > a {
    color: #F99100;
}

.cm-sidebar-menu ul > li > a:hover {
    color: #F99100;
    text-decoration: underline;
}

.cm-sidebar-menu ul > li > a > span {
    display: none;
}


.cm-sidebar-menu > div {
    max-width: 190px;
    width: 100%;
    padding-left: 20px;
}

.cm-two-col-left-layout .cm-main-content {
    margin-left: 0;
}

.custom-layout.cm-two-col-left-layout .cm-body-cont-wrapper {
    padding-top: 80px;
}

.cm-three-col-eq-img-heading-module .cm-col {
    width: 31.623931623931625%;
    float: left;
    text-align: center;
    margin-left: 2.564102564102564%;
}

.cm-three-col-eq-img-heading-module .cm-col1 {
    clear: both;
    margin-left: 0;
}

.cm-three-col-eq-img-heading-module img {
    margin: auto;
    display: block;
    height: auto;
}

.cm-three-col-eq-img-heading-module h3 {
    line-height: 1.2;
    color: #444;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 5px 0;
    text-transform: none;
    text-align: center;
    margin-top: 0;
}


/*=============PRESS LAYOUT==============*/


.cm-rec-topic-posts h2 {
    clear: both;
}

.cm-rec-topic-posts .cm-rec-item {
    margin: 10px 20px 10px 0;
    padding: 0;
    float: left;
    width: calc(50% - 20px);
    min-height: 350px;
    border: solid 1px #ccc;
}

.cm-rec-topic-posts .cm-rec-item .cm-rec-info {
    padding: 15px;
}

.cm-rec-topic-posts .cm-rec-item  h3 {
    line-height: 1.2;
    font-weight: 300;
    color: #444;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    text-transform: none;
}

.cm-rec-topic-posts .cm-rec-item h3 a {
    color: #009DD4;
}

.cm-rec-topic-posts .cm-rec-item .cm-rec-info h3 + a {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 15px;
}

.cm-rec-topic-posts .cm-rec-item.no-rec-img {
    /*display: flex;
    align-items: flex-end;
    padding-bottom: 10px;*/
    min-height: auto;
    display: block;
}

.cm-rec-topic-posts {
    padding-bottom: 20px;
}

.cm-press-layout .hs_cos_wrapper_type_header {
    width: 100%;
    clear: both;
}

.cm-press-layout .hs_cos_wrapper_type_header h1 {
    line-height: 1.2;
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 36px;
    font-weight: 300;
    color: #009DD4;
}

.cm-item-wrap {
    margin: 0 20px 20px 0;
    padding: 0 0 7px 0;
    float: left;
    width: calc(33.3333% - 20px);
    border: solid 1px #ccc;
    background: #eee;
}

.cm-item-wrap .cm-img-wrapper {
    border-bottom: solid 1px #ccc;
}

.cm-item-wrap .cm-img-wrapper img {
    display: block;
    max-width: 100%;
}

.cm-item-wrap h3 {
    line-height: 1.2;
    font-weight: 300;
    color: #444;
    margin: 0;
    padding: 10px 10px 2px 10px;
    font-size: 16px;
    text-transform: none;
}

.cm-item-wrap h4 {
    line-height: 1.2;
    margin: 0;
    padding: 0 10px 2px 10px;
    font-size: 14px;
}

.cm-item-wrap h3 a,
.cm-item-wrap h4 a {
    color: #444;
}



.cm-item-wrap .cm-img-wrapper:hover {
    background: #009DD4;
}

.cm-item-wrap .cm-img-wrapper:hover img {
    opacity: 0.7;
}

.cm-two-col-left-layout.cm-press-layout .cm-body-cont-wrapper {
    padding-bottom: 80px;
}


/*===========TEAM LAYOUT================*/


.cm-team-layout .hs_cos_wrapper_type_header {
    width: 100%;
    clear: both;
}

.cm-team-layout .hs_cos_wrapper_type_header h1 {
    line-height: 1.2;
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 36px;
    font-weight: 300;
    color: #009DD4;
}

.cm-team-wrap {
    width: 31.623931623931625%;
    float: left;
    margin-left: 2.564102564102564%;
    text-align: center;
}


.cm-team-container .hs_cos_wrapper:nth-child(3n-1),
.cm-investor-container .hs_cos_wrapper.hs_cos_wrapper:nth-child(3n-1) {
    margin-left: 0;
    clear: both;
}

.cm-team-wrap > div > img {
    max-width: 100%;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: solid 1px #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 128px;
    margin: auto;
    display: block;
    height: auto;
}

.cm-team-wrap h3 {
    line-height: 1.2;
    color: #444;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 0 0 5px 0;
    text-transform: none;
    padding-top: 20px;
}

.cm-team-wrap .cm-bio-icon {
    max-width: 100%;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: auto;
    width: 24px;
    margin: 5px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cm-team-wrap .cm-bio-icon:hover {
    opacity: 0.8;
}

.cm-team-wrap p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px 0;
}

.cm-team-layout .cm-row-group.cm-row1-group {
    padding-bottom: 17px;
}




/*==========SOLUTIONS LAYOUT==============*/



.cm-two-col-right-banner-img-module {
    color: #262827;
    text-align: center;
    padding: 180px 0;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cm-two-col-right-banner-img-module .cm-text-wrapper {
    float: left;
    width: 40%;
    text-align: left;
}

.cm-two-col-right-banner-img-module img.cm-banner-img {
    margin: 0 auto;
    display: block;
    max-width: 690px;
    float: right;
    width: 58%;
}

.cm-two-col-right-banner-img-module h1 {
    color: #262827;
    font-size: 54px;
    font-weight: 300;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.cm-two-col-right-banner-img-module h2 {
    font-weight: 300;
    margin: 10px 0;
    color: #262827;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
}

.cm-four-col-eq-img-heading-module {
    text-align: center;
}

.cm-four-col-eq-img-heading-module h2 {
    line-height: 1.2;
    margin: 0;
    color: #262827;
    padding: 50px 0 50px 0;
    font-size: 54px;
    text-align: center;
    font-weight: 300;
}

.cm-four-col-eq-img-heading-module img.cm-prod-sect-img {
    display: block;
    margin: auto;
}

.cm-four-col-eq-img-heading-module .cm-content-wrapper {
    margin: 70px 0;
    width: 100%;
}

.cm-four-col-eq-img-heading-module  .cm-col {
    width: 25%;
    padding: 0;
    float: left;
    text-align: center;
    list-style: none !important;
}

.cm-four-col-eq-img-heading-module .cm-col h3 {
    color: #0da2d4;
    font-size: 21px;
    text-align: left;
    padding: 10px 20px 5px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
}

.cm-four-col-eq-img-heading-module .cm-col p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    padding: 0 20px;
    margin: 0;
}

.cm-feature-section {
    padding: 60px;
}

.cm-feature-section .hs_cos_wrapper_type_header {
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.cm-feature-section h1 {
    margin: 0 0 25px 0;
    line-height: 1.2;
    color: #262827;
    padding: 10px 0 20px 0;
    font-size: 54px;
    text-align: center;
    font-weight: 300;
}

.cm-two-col-eq-img-cont-module {
    padding: 30px 0;
}

.cm-two-col-eq-img-cont-module .cm-img-wrapper {
    width: 48%;
    float: left;
}

.cm-two-col-eq-img-cont-module .cm-text-wrapper {
    width: 48%;
    float: right;
}

.cm-two-col-eq-img-cont-module .cm-img-wrapper img {
    display: block;
    max-width: 100%;
    box-shadow: 1px 1px 5px #888888;
}

.cm-two-col-eq-img-cont-module .cm-text-wrapper h3 {
    color: #0da2d4;
    font-size: 36px;
    text-align: left;
    font-weight: 300;
    padding: 40px 0 10px 0;
    margin: 0;
    line-height: 1.2;
    text-transform: none;
}

.cm-two-col-eq-img-cont-module .cm-text-wrapper p {
    color: #262827;
    font-size: 20px;
    line-height: 1.5;
}

.cm-two-col-eq-img-cont-module.cm-right .cm-img-wrapper {
    float: right;
}

.cm-two-col-eq-img-cont-module.cm-right  .cm-text-wrapper {
    float: left;
}

.cm-sol-layout .cm-section-bg-module h2 {
    line-height: 1.3;
}

.cm-section-bg-module.cm-small {
    padding: 70px 0;
}

.cm-section-bg-module.cm-small h2 {
    line-height: 1;
}



/*===========HOMEPAGE LAYOUT==============*/


.cm-video-banner-module {
    height: 760px;
    overflow: hidden;
    position: relative;
    max-width: 100%; 
    background-color: rgba(0, 0, 0, 0.4);
}

/*.cm-homepage-layout .body-container-wrapper {
    overflow: hidden;
}*/

.cm-video-banner-module video#bgvid {
    margin-top: 40px;
    width: auto;
    max-width: none;
    min-width: 100%;
}

.cm-video-banner-module .cm-home-hero {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 300px 0 200px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cm-video-banner-module .cm-home-hero h1 {
    margin: 0 auto 5px auto;
    font-size: 48px;
    color: #fff;
    max-width: 640px;
    line-height: 1.2;
    padding: 0;
}

.cm-video-banner-module .cm-home-hero h2 {
    margin: 0 auto 25px auto;
    font-size: 21px;
    color: #fff;
    font-weight: 300;
    max-width: 640px;
    padding: 0;
    line-height: 1.2;
}

a.cm-button {
    padding: 12px 0 11px 0;
    width: 210px;
    background: #F7901E;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    color: #FFF !important;
    letter-spacing: 5px;
}

a.cm-button:hover {
    text-decoration: none;
    outline: 0;
    color: #FFF;
    background: #009DD4;
}

a.cm-button:focus {
    text-decoration: none;
    outline: 0;
}

.cm-home-hero a.cm-button img {
    margin: -2px auto 0 auto;
    display: inline-block;
    width: auto;
    height: 18px;
    vertical-align: middle;
}

.modal a.close-modal {
    background-image: url('//cdn2.hubspot.net/hubfs/4107466/Guestlogix%20January2018/Images/icon-close-x.png') !important;
}

.modal {
    overflow: hidden;
}

.cm-air-gal .hs_cos_gallery_slide.slick-slide,
.cm-partner-gal .hs_cos_gallery_slide.slick-slide {
    display: block;
    float: none;
}

.cm-air-gal .slick-slide-inner-wrapper,
.cm-partner-gal .slick-slide-inner-wrapper {
    padding: 5%;
    margin: 0px 0%;
    display: block;
}

.cm-air-gal .slick-slide-inner-wrapper img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto;
    height: auto;
    padding: 10px !important;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 0 20px 0;
}

.cm-partner-gal .slick-slide-inner-wrapper img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto;
    height: auto;
    margin-bottom: 20px;
}


.cm-homepage-layout .cm-row-group.cm-row1-group {
    padding: 50px 0 44px 0;
    text-align: center;
}

.cm-homepage-layout .cm-row1-group h1,
.cm-homepage-layout .cm-row4-group h1 {
    line-height: 1.2;
    padding: 0;
    color: #444;
    margin: 20px 50px;
    font-size: 36px;
    font-weight: 300;
}

.cm-air-gal .hs_cos_gallery_main,
.cm-partner-gal .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}

.cm-air-gal .slick-arrow,
.cm-partner-gal .slick-arrow {
    display: none !Important;
}

.cm-homepage-layout .cm-row-group.cm-row2-group {
    padding: 50px 0;
    text-align: center;
    background: #fff;
}

.cm-homepage-layout .cm-row2-group h2 {
    margin: 0 0 20px 0;
    font-size: 54px;
    font-weight: 300;
    color: #009DD4;
    padding: 0;
    line-height: 1.2;
}

.cm-homepage-layout .cm-row2-group p {
    margin: 0 0 20px 0;
    line-height: 1.3;
    padding: 0;
}

.cm-homepage-layout .cm-row2-group  img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.cm-homepage-layout .cm-row4-group {
    background: #fff;
    text-align: center;
    padding: 50px 0 5px 0;
}

.cm-homepage-layout .cm-section-bg-module h2 {
    line-height: 1.3;
}

.cm-tab-title-wrapper {
    border-radius: 8px;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    border: solid 1px #ccc;
    margin: 0 0 20px 0;
    text-align: center;
    width: 1150px;
}

.cm-tab-title-wrapper >
 span {
    display: block;
    float: left;
    padding: 20px 0;
    width: 25%;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    color: #262827;
    font-weight: 400;
    border-left: solid 1px #ccc;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cm-tab-title-wrapper span:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
}

.cm-tab-title-wrapper > span.active {
    background: #0da2d4;
    color: #fff;
}

.cm-tab-title-wrapper > span:hover {
    background: #ddd;
    color: #444;
}

.cm-tab-btn-container .cm-tab-btn-wrapper {
    padding: 10px 0 20px 0;
    text-align: center;
    display: none;
}

.cm-tab-btn-module span.cm-tab-title {
    display: none;
}

.cm-tab-btn-wrapper .cm-col-wrap {
    margin: 10px 0 30px 0;
    text-align: left;
}

.cm-tab-btn-wrapper .cm-col-wrap .cm-col {
    color: #444;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left;
    margin: 0;
    padding: 0 0 20px 0;
}

.cm-tab-btn-wrapper .cm-col-wrap .cm-col:nth-child(2n+1) {
    margin: 0 3% 0 0;
}

.cm-tab-btn-wrapper .cm-col-wrap .cm-col > h4 {
    padding-top: 30px;
    margin: 0 auto 5px auto;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #0da2d4;
    line-height: 1.2;
}

.cm-tab-btn-wrapper .cm-col-wrap .cm-col > h4 img {
    margin: -5px 6px 0 0;
    display: inline-block;
    width: 24px;
    height: auto;
    vertical-align: middle;
}

.cm-tab-btn-wrapper .cm-col-wrap .cm-col  p {
    font-size: 20px;
    margin: 0 auto;
    line-height: 1.5;
    padding: 0;
}

.cm-homepage-layout .cm-row-group.cm-row3-group h1 {
    margin: 0 0 50px 0;
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    padding: 0;
    line-height: 1.2;
}

.cm-tab-btn-wrapper a.cm-button {
    margin: 10px 2px;
}

.cm-homepage-layout .cm-row-group.cm-row3-group {
    padding: 65px 0;
}


/*==========REQUEST A DEMO STYLING=================*/


.cm-banner-area.single-heading {
    padding: 220px 0 60px 0;
}

.cm-banner-area.single-heading h1 {
    font-size: 54px;
    padding: 0;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.cm-demo-layout .cm-left-col-wrap img {
    max-width: 500px;
    display: block;
    margin: 0 auto 40px;
    width: 100% !important;
    height: auto;
}

.cm-demo-layout .cm-right-col-wrap {
    padding-top: 15px;
}

.cm-demo-layout .cm-right-col-wrap h3 {
    padding: 0;
}

.cm-demo-layout .cm-right-col-wrap .hs-form-field > label {
    display: none;
}

.cm-demo-layout .cm-right-col-wrap .hs-input {
    width: 98%;
}



/*===========CONTACT LAYOUT STYLING=============*/


.cm-contact-layout .cm-row1-group .page-center {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px !important;
}

.cm-contact-layout .cm-contact-wrapper {
    width: 31.623931623931625%;
    float: left;
    margin-left: 2.564102564102564%;
}

.cm-contact-wrapper:first-child {
    margin-left: 0;
}

.cm-contact-wrapper h3 {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: 300;
    color: #444;
    line-height: 1.2;
    padding: 0;
    text-transform: none;
}

.cm-contact-layout .cm-contact-container {
    padding-bottom: 63px;
}

.cm-demo-layout.cm-contact-layout .cm-right-col-wrap {
    padding-top: 50px;
}

.cm-contact-layout .cm-right-col-wrap .hs-input {
    padding-top: 11px;
    padding-bottom: 11px;
}

.cm-contact-layout .actions {
    padding: 0 0 20px 0;
}

/*=============FEATURES LAYOUT==============*/


.cm-feat-layout .cm-two-col-right-banner-img-module img.cm-banner-img {
    width: 53%;
}

.cm-feat-layout .cm-two-col-right-banner-img-module .cm-text-wrapper {
    width: 44%;
}

.cm-feat-layout .cm-two-col-right-banner-img-module img.cm-banner-img {
    width: 53%;
}

.cm-feat-layout .cm-two-col-right-banner-img-module .cm-text-wrapper {
    width: 44%;
}

.cm-tab-nav ul {
    border-radius: 8px;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    border: solid 1px #ccc;
}

.cm-tab-nav ul > li > a {
    display: block !important;
    float: none;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    color: #262827;
    font-weight: 400;
    border-left: solid 1px #ccc;
    text-decoration: none;
}

.cm-tab-nav ul > li:first-child > a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
}

.cm-tab-nav ul > li {
    width: 25% !important;
    margin: 0;
    text-align: center;
}

.cm-tab-nav ul > li.active > a {
    background: #0da2d4;
    color: #fff;
}

.cm-tab-nav ul > li > a:hover {
    background: #ddd;
    color: #444;
}

.cm-feat-layout .cm-tab-nav {
    padding-top: 15px;
    width: 1150px;
    padding-bottom: 20px;
}

.cm-tabber-bookmark ul li {
    text-align: left;
    display: block;
    list-style: none;
    border-bottom: solid 1px #ccc;
    padding: 15px 0;
    margin: 0;
    width: 100% !important;
}

.cm-tabber-bookmark ul li a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #009DD5;
}

.cm-tabber-bookmark ul li a:focus {
    outline: none;
}

.cm-tabber-bookmark ul li a:hover {
    text-decoration: underline;
}

.cm-tabber-bookmark ul li:last-child {
    border: none;
}

.cm-tab-right-wrapper {
    margin-bottom: 20px;
}

.cm-heading-module h3 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 10px 0;
    clear: both;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
    text-transform: none;
}

.cm-tabber-bookmark ul li:last-child {
    border: none;
}

.cm-tabber-container {
    padding: 4px 0 20px 0;
}

.cm-tabber-content-module > h4 {
    text-transform: uppercase;
    color: #0da2d4;
    font-size: 21px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 10px 0;
}

.cm-heading-module {
    padding-bottom: 10px;
}

.cm-heading-module h3 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 10px 0;
    clear: both;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
    text-transform: none;
}

.cm-tabber-bookmark ul li:last-child {
    border: none;
}

.cm-tabber-container {
    padding: 4px 0 55px 0;
}

.cm-tabber-content-module > h4 {
    text-transform: uppercase;
    color: #0da2d4;
    font-size: 21px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 10px 0;
}

.cm-heading-module {
    padding-bottom: 10px;
}

.cm-heading-module-wrapper {
    width: 100%;
    clear: both;
}

.cm-tabber-content-module-wrapper {
    text-align: left;
    color: #444;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 4% 5px 0;
    padding: 0;
    float: left;
}

.cm-tab-row ul li {
    list-style: none;
}

.cm-tab-row ul {
    margin: 0;
}

.cm-tab-row ul li {
    margin: 0;
}

.cm-tab-row ul ul {
    margin: 10px 0 30px 0;
}

.cm-tab-row ul ul li {
    width: 100%;
    display: list-item;
    list-style: disc !important;
    margin: 0 0 0 15px !important;
    padding: 0 0 0 5px;
    font-size: 17px;
}



.cm-tabber-content-module ul {
    margin: 10px 0 30px 0;
}

.cm-tabber-content-module ul li {
    vertical-align: top;
    text-align: left;
    color: #444;
    width: 100%;
    display: list-item;
    list-style: disc !important;
    margin: 0 0 0 15px !important;
    padding: 0 0 0 5px;
    font-size: 17px;
}

.cm-tabber-content-module-container .cm-tabber-content-module-wrapper:nth-child(odd) {
    clear: both;
    float: left;
}

.cm-tabber-content-module-container .cm-tabber-content-module-wrapper:nth-child(even) {
    float: right;
}

.cm-tab-right-wrapper {}

.cm-tab-right-wrapper .row-fluid-wrapper {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.cm-tab-right-wrapper .row-fluid-wrapper:last-child {
    border: none;
}


/*==============PLATFORM LAYOUT================*/

.cm-full-width-banner-img-module {
    color: #262827;
    padding: 180px 0;
    text-align: center;
    height: 600px;
    margin-bottom: 70px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cm-full-width-banner-img-module h1 {
    color: #262827;
    font-size: 54px;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.cm-full-width-banner-img-module h2 {
    color: #262827;
    font-size: 21px;
    font-weight: 300;
    margin: 10px 0;
    padding: 0;
    line-height: 1.2;
}

.cm-full-width-banner-img-module img.cm-banner-img {
    margin: 40px auto;
    display: block;
    max-width: 690px;
    width: auto;
    height: auto;
}

.cm-plat-layout .cm-row1-group {
    min-height: 883px;
    margin-top: -70px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    background-color: #fff !important;
}

.cm-plat-layout .cm-row1-group .hs_cos_wrapper_type_header {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

.cm-plat-layout .cm-row1-group h1 {
    color: #262827;
    margin: 100px 0 0 0;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
}

.cm-plat-layout .cm-row2-group {
    text-align: center;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
}

.cm-four-col-eq-img-cont-module h2 {
    color: #262827;
    margin: 100px 0 40px 0;
    font-size: 54px;
    font-weight: 300;
    padding: 0;
}

.cm-four-col-eq-img-cont-module .cm-platform-list {
    margin: 50px 0 140px 0;
    width: 100%;
}

.cm-four-col-eq-img-cont-module .cm-col {
    width: 25%;
    padding: 0;
    float: left;
    text-align: center;
}

.cm-four-col-eq-img-cont-module .cm-col img {
    display: block;
    margin: 40px auto;
    height: 75px;
    width: auto;
}

.cm-four-col-eq-img-cont-module h3 {
    color: #0da2d4;
    font-size: 21px;
    text-align: left;
    padding: 10px 20px 5px 20px;
    margin: 0;
}

.cm-four-col-eq-img-cont-module p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    padding: 0 20px;
    margin: 0;
}

.cm-plat-layout .cm-section-bg-module.cm-large h2 {
    margin-bottom: 20px;
    line-height: 1.3;
}

.cm-plat-layout .cm-row1-group .hs_cos_wrapper_type_linked_image {
    display: none;
}


/*===========RESOURCES LAYOUT================*/

.cm-rec-topic-posts .cm-rec-item .cm-rec-info p {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
}

.cm-rec-topic-posts .cm-rec-item .cm-meta {
    font-style: italic;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0;
}

.cm-rec-topic-posts h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 5px 0;
}

.cm-press-layout .cm-rec-topic-posts h2 {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 36px;
    font-weight: 300;
    color: #009DD4;
}

.cm-rec-topic-posts h2 a,
.cm-rec-topic-posts .cm-rec-item .cm-meta a {
    color: #009DD4;
}

.cm-rec-topic-posts h2 a:hover,
.cm-rec-topic-posts .cm-rec-item .cm-meta a:hover{
    color: #F99100;
    text-decoration: underline;
}

.cm-resource-layout .cm-rec-topic-posts .cm-rec-item {
    margin: 10px 0 10px 20px;
    padding: 0;
    float: left;
    width: calc(50% - 20px);
    min-height: 524px;
    border: solid 1px #ccc;
}


.cm-banner-btn {
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 6px 18px;
    padding: 12px 0 11px 0;
    min-width: 210px;
    background: #F7901E;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    color: #FFF;
    letter-spacing: 5px;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    line-height: 1.42857143;
}

.cm-banner-btn:focus {
    outline: 0;
    text-decoration: none;
}

.cm-banner-btn:hover {
    text-decoration: none;
    background: #fff !important;
    color: #009DD5 !important;
}




/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


@media (min-width:1500px){

   .cm-plat-layout .cm-row2-group {
       background-position: right top;
   }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    
    
    .cm-banner-area h1,
    .blog .cm-banner-area h1 {
        font-size: 40px;
    }
    
    .cm-footer-logo-social a img {
        width: 200px;
    }
    
    .cm-footer-logo-social a {
        margin: 0 10px 20px 0;
    }
    
    .custom-footer-container-wrapper .cm-footer-left {
        padding-bottom: 25px; 
    }
    
    .cm-footer-menu .hs-menu-wrapper > ul > li {
        margin: 0 20px 0 0;
    }
    
    .cm-footer-menu .hs-menu-wrapper > ul ul {
        padding: 30px 0 0 0;
    }
    
    .cm-footer-logo-social ul {
        margin: 6px 0 20px 0;
    }
    
    .cm-tab-title-wrapper,
    .cm-feat-layout .cm-tab-nav {
        width: 100%;
    }
    
    .cm-banner-area.single-heading h1 {
        font-size: 40px;
    }
    
    .cm-feat-layout .cm-tab-nav {
        padding-top: 31px;
    }
    
    .cm-plat-layout .cm-row1-group {
        min-height: 760px;
    }
    
}

@media only screen and (max-width: 1199px) {
    
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
    }
    
    .blog .post-item {
        margin: 10px 0 10px 3%;
        width: 47%;
    }
    
    .custom-layout .cm-sidebar-menu {
        display: none !important;
    }
    
    .cm-two-col-left-layout .cm-sidebar *, .cm-two-col-left-layout .cm-sidebar {
        min-height: 0;
    }
    
    .custom-layout.cm-two-col-left-layout .cm-body-cont-wrapper {
        padding-top: 30px;
        padding-bottom: 36px;
    }
    
    .cm-two-col-left-layout .cm-main-content {
        width: 100%;
    }

    .cm-two-col-left-layout.cm-press-layout .cm-body-cont-wrapper {
        padding-bottom: 80px;
    }
    
    .cm-rec-topic-posts .cm-rec-item {
        margin: 10px 3% 10px 0;
        width: 45%;
    }
    
    .cm-team-layout.cm-two-col-left-layout .cm-body-cont-wrapper {
        padding-bottom: 30px;
    }
    
    
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 999px) {
    
    .custom-header-container-wrapper .cm-header-top {
        display: none;
    }
    
    .custom-header-container-wrapper {
        padding: 20px 0;
    }
    
    .custom-logo img {
        margin: 0;
    }
    
    .custom-header-container-wrapper {
        transform: none !important;
    }
    
    .header-container-wrapper .custom-menu-primary.js-enabled,
    .custom-menu-primary.js-enabled.mob-menu .mobile-trigger {
        display: none !important;
    }
    
    .custom-header-container-wrapper .row-fluid .page-center {
        position: static;
    }
        
    .custom-menu-primary.js-enabled.mob-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 99998;
        padding-bottom: 5px;
        margin-bottom: -5px;
        outline: 1px solid transparent;
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 75%;
        left: 0;
        transition: transform 0.5s;
        text-align: left;
        background: #00789f;
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }
    
    .mobile-open .custom-menu-primary.js-enabled.mob-menu {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    
    .custom-menu-primary.mob-menu .hs-menu-wrapper {
        background-color: transparent;
    }
    
    .blog .blog-content {
        width: 100%;
        margin-left: 0;
    }
    
    .blog .blog-sidebar {
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }
    
    .hs-blog-listing .post-listing {
        max-width: 900px;
    }
    
    .blog .post-item {
        width: 46%;
    }
    
    .custom-layout.cm-two-col-left-layout .cm-body-cont-wrapper {
        padding-bottom: 30px;
    }
    
    .cm-two-col-right-banner-img-module {
        padding: 180px 0;
        text-align: center;
        min-height: 640px;
        margin-bottom: 150px;
    }
    
    .cm-feature-section h1 {
        padding: 10px 0 0 0;
        font-size: 48px;
    }
    
    .cm-two-col-eq-img-cont-module {
        padding: 15px 0;
    }
    
    .cm-two-col-eq-img-cont-module .cm-img-wrapper,
     .cm-two-col-eq-img-cont-module .cm-text-wrapper {
        width: 100%;
        float: none;
    }
    
    .cm-two-col-eq-img-cont-module .cm-img-wrapper img {
        margin: 10px auto;
    }
    
    .cm-two-col-eq-img-cont-module .cm-text-wrapper h3 {
        font-size: 24px;
        padding: 20px 0 10px 0;
        margin: 0;
        text-align: center;
    }
    
    .cm-two-col-eq-img-cont-module .cm-text-wrapper p {
        font-size: 16px;
        text-align: center;
    }
    
    .cm-video-banner-module {
        margin-top: 90px;
        height: 540px;
        background-image: url('//cdn2.hubspot.net/hubfs/4107466/Guestlogix%20January2018/Images/airport-mobile.jpg');
    }
    
    .cm-video-banner-module video#bgvid {
        margin-top: 0;
        width: auto;
        height: 540px;
    }
    
    .cm-video-banner-module .cm-home-hero {
        padding: 170px 0 180px 0;
    }
    
    .cm-video-banner-module .cm-home-hero h1 {
        font-size: 36px;
    }
    
    .cm-air-gal .slick-slide-inner-wrapper img {}
    
    .cm-air-gal .slick-slide-inner-wrapper img {
        margin-bottom: 0;
    }
    
    .cm-tab-title-wrapper > span {
        float: none;
        width: 100%;
        border-left: none;
        border-bottom: solid 1px #ccc;
    }
    
    .cm-tab-title-wrapper span:first-child {
        border-bottom: solid 1px #ccc !important;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    
    .cm-tab-title-wrapper span:last-child {
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    
    .cm-tab-btn-wrapper .cm-col-wrap .cm-col {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    
    .cm-feat-layout .cm-tab-nav {
        padding-top: 31px;
        clear: both;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module {
        padding: 180px 0;
        margin-bottom: 0;
        min-height: 550px;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module .cm-text-wrapper {
        float: none;
        width: auto;
        text-align: center;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module h1 {
        font-size: 36px;
        width: 100%;
        max-width: none;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module h2 {
        font-size: 18px;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module img.cm-banner-img {
        max-width: 400px;
        float: none;
        width: auto;
    }
    
    .cm-feat-layout .cm-tab-nav {
        padding-top: 65px;
    }
    
    .cm-tab-nav ul > li {
        width: 100% !important;
        float: none !important;
    }
    
    .cm-tab-nav ul > li > a:first-child {
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        border-bottom: solid 1px #ccc !important;
    }
    
    .cm-tab-nav ul > li > a {
        border-left: none;
        border-bottom: solid 1px #ccc;
    }
    
    .cm-tabber-bookmark {
        display: none !important;
    }
    
    .custom-layout .cm-tab-right-wrapper {
        width: 100%;
        margin-left: 0;
    }
    
    .cm-tab-nav ul {
        margin-bottom: 6px !important;
    }
    
    .cm-tabber-content-module-wrapper {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    .cm-tabber-content-module-container {
        margin-bottom: 30px;
    }
    
    .cm-tabber-container {
        padding-bottom: 35px;
    }
    
    .cm-plat-layout .cm-row1-group {
        margin-top: -70px;
        min-height: 640px;
    }
    
    .cm-plat-layout .cm-row1-group h1 {
        margin: 55px 0 0 0;
        font-size: 21px;
    }
    
    .cm-four-col-eq-img-cont-module .cm-col {
        width: 50%;
        padding: 30px 0;
    }
    
    .cm-four-col-eq-img-cont-module h3,.cm-four-col-eq-img-cont-module p {
        text-align: center;
    }
    
    .cm-four-col-eq-img-cont-module .cm-col3 {
        clear: left;
    }
    
    .cm-tab-btn-wrapper .cm-col-wrap .cm-col:nth-child(2n+1) {
        margin: 0;
    }
    
}


@media (max-width: 860px) {
    
    .cm-four-col-eq-img-heading-module .cm-col h3 {
        font-size: 16px;
    }
    
}


@media only screen and (max-width: 800px) {
    
    .cm-three-col-eq-img-heading-module .cm-col,
    .cm-team-wrap {
        width: 100%;
        margin: 0;
    }
    
  .blogtable {
    width:100%;
    float:none;
    height:auto;
  }
   
    .cm-demo-layout .cm-left-col-wrap,.cm-demo-layout .cm-right-col-wrap {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    
    .cm-demo-layout .cm-right-col-wrap .hs-input {
        width: 98%;
        max-width: 100%;
    }
    
    .cm-demo-layout .cm-right-col-wrap .hs-button {
        margin-bottom: 20px;
    }
    
    
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    
    .cm-banner-area {
        padding: 150px 0;
    }
    
    .cm-banner-area h1 {
        font-size: 36px;
    }
    
    .blog .cm-banner-area h1 {
        font-size: 40px;
    }
    
    .mobile-trigger {
        right: 19px;
    }
    
    .custom-footer-container-wrapper {
        padding: 30px 0;
        text-align: center;
    }
    
    .custom-footer-container-wrapper .cm-footer-right {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
    
    .cm-footer-menu .hs-menu-wrapper > ul > li {
        float: none;
        width: 100% !important;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .cm-footer-logo-social a img {
        margin: 0 auto 20px auto;
        width: 200px;
    }
    
    .cm-footer-logo-social a {
        float: none;
        margin: 0;
    }
    
    .cm-footer-logo-social ul {
        float: none;
        margin: 0 0 21px 0;
        display: inline-block;
    }
    
    .cm-footer-logo-social ul li {
        float: none;
        margin-right: 6px;
        display: inline-block;
    }
    
    .cm-footer-logo-social ul li img {
        margin: 0;
    }
    
    .cm-footer-logo-social ul li:last-child {
        margin: 0;
    }
    
    .blog .post-item {
        margin: 20px 0;
        width: 100%;
        min-height: 100px;
    }
    
    .cm-rec-topic-posts .cm-rec-item {
        margin: 20px 0;
        width: 100%;
    }
    
    .cm-item-wrap {
        width: 100%;
        margin-right: 0;
    }
    
    .cm-two-col-right-banner-img-module {
        padding: 200px 0;
        min-height: 640px;
        margin-bottom: 150px;
    }
    
    .cm-two-col-right-banner-img-module .cm-text-wrapper {
        float: none;
        width: auto;
        text-align: center;
    }
    
    .cm-two-col-right-banner-img-module h1 {
        font-size: 48px;
    }
    
    .cm-two-col-right-banner-img-module img.cm-banner-img {
        margin: 20px auto;
        float: none;
        width: 100%;
        max-width: 500px;
    }
    
    .cm-four-col-eq-img-heading-module {
        padding: 20px 0;
        margin-top: 0;
        text-align: center;
    }
    
    .cm-four-col-eq-img-heading-module h2 {
        padding: 20px 0;
        font-size: 48px;
        margin: 0;
    }
    
    .cm-four-col-eq-img-heading-module .cm-col {
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0;
    }
    
    .cm-four-col-eq-img-heading-module .cm-content-wrapper {
        padding: 35px 0;
        margin: 0;
    }
    
    .cm-four-col-eq-img-heading-module .cm-col h3 {
        text-align: center;
    }
    
    .cm-four-col-eq-img-heading-module .cm-col p {
        text-align: center;
    }
    
    .cm-video-banner-module {
        margin-top: 90px;
        height: 440px;
    }
    
    .cm-video-banner-module video#bgvid {
        display: none;
    }
    
    .cm-video-banner-module .cm-home-hero {
        padding: 110px 0 0 0;
    }
    
    .cm-video-banner-module .cm-home-hero h1 {
        font-size: 32px;
    }
    
    .cm-homepage-layout .cm-row-group.cm-row1-group {
        text-align: center;
        padding: 50px 0 44px;
        background: #fff;
        background: -webkit-linear-gradient(#f3f3f3, white, white) !important;
        background: -o-linear-gradient(#f3f3f3, white, white);
        background: -moz-linear-gradient(#f3f3f3, white, white);
        background: linear-gradient(#f3f3f3, whtie, white);
    }
    
    .cm-air-gal .slick-slide-inner-wrapper img {
        margin-top: 30px;
    }
    
    .cm-homepage-layout .cm-row2-group h2 {
        font-size: 36px;
        padding: 0 20px;
    }
    
    .cm-homepage-layout .cm-row2-group img {
        display: block;
        margin: 0 auto;
        width: 90% !important;
        height: auto;
    }
    
    .cm-homepage-layout .cm-row-group.cm-row3-group h1 {
        font-size: 36px;
    }
    
    .cm-tab-title-wrapper {
        width: 100%;
    }
    
    .cm-homepage-layout .cm-row4-group {
        padding: 50px 0 44px;
    }
    
    .cm-banner-area.single-heading h1 {
        font-size: 40px;
    }
    
    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,
    .cm-demo-layout .cm-right-col-wrap .hs-input {
        max-width: 100%;
        width: 100%;
    }
    
    .cm-contact-layout .cm-contact-wrapper {
        width: 100%;
        margin-left: 0;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module {
        padding: 180px 0;
        min-height: 550px;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module h1 {
        font-size: 32px;
        width: 100%;
        max-width: none;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module h2 {
        font-size: 16px;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module img.cm-banner-img {
        max-width: 380px;
        float: none;
        width: auto;
        margin: 0 auto;
    }
    
    .cm-feat-layout .cm-tab-nav {
        width: 100%;
    }
    
    .cm-tabber-container {
        padding-bottom: 55px;
    }
    
    .cm-plat-layout .cm-row1-group .hs_cos_wrapper_type_linked_image {
        display: block;
        margin-top: 25px;
    }
    
    .cm-full-width-banner-img-module {
        background-position: left top;
    }
    
    .cm-full-width-banner-img-module h1 {
        font-size: 36px;
    }
    
    .cm-full-width-banner-img-module h2 {
        font-size: 21px;
    }
    
    .cm-full-width-banner-img-module img.cm-banner-img {
        margin: 40px auto;
        width: 100%;
    }
    
    .cm-full-width-banner-img-module h2 br {
        display: none;
    }
    
    .cm-plat-layout .cm-row1-group {
        min-height: auto;
        background-image: url('//cdn2.hubspot.net/hubfs/4107466/Guestlogix%20January2018/Images/platform-diagram-mobile-bg.jpg') !important;
        background-color: #BFE8F5 !important;
        background-size: cover;
        height: auto;
        background-position: center bottom;
    }
    
    .cm-plat-layout .cm-row1-group h1 {
        color: #262827;
        margin: 50px 20px 0 20px;
        font-size: 32px;
        font-weight: 300;
        text-align: center;
    }
    
    .cm-plat-layout .cm-row1-group h1 br {
        display: none;
    }
    
    .cm-four-col-eq-img-cont-module h2 {
        font-size: 36px;
        margin: 0;
        padding: 60px 0 0 0;
    }
    
    .cm-four-col-eq-img-cont-module .cm-platform-list {
        padding: 10px 0 50px 0;
        margin: 0;
    }
    
    .cm-four-col-eq-img-cont-module .cm-col {
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0;
    }
    
    .cm-resource-layout .cm-rec-topic-posts .cm-rec-item {
        margin: 20px 0;
        width: 100%;
    }
    
    .cm-item-wrap .cm-img-wrapper img {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    
    .cm-four-col-eq-img-heading-module .cm-col h3 {
        font-size: 21px;
    }
        
}  


@media only screen and (max-width: 640px) {
    
    .cm-section-bg-module h3, 
    .cm-section-bg-module h2 {
        font-size: 32px;
    }
    
    .cm-two-col-right-banner-img-module {
        padding: 120px 0;
        height: 500px;
        margin-bottom: 150px;
        min-height: auto;
    }
    
    .cm-video-banner-module .cm-home-hero h1 {
        font-size: 28px;
    }
    
    .cm-video-banner-module {
        margin-top: 90px;
        height: 390px;
    }
    
    .cm-video-banner-module .cm-home-hero {
        padding: 80px 0 0 0;
    }
    
    .cm-video-banner-module .cm-home-hero h2 {
        font-size: 20px;
    }
    
    .cm-full-width-banner-img-module {
        background-position: left top;
        padding: 120px 0 40px 0;
        height: auto;
    }
    
    .cm-full-width-banner-img-module img.cm-banner-img {
        margin: 40px -10px 0 0;
        width: 90%;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module h2 {
        font-size: 18px;
    }
    
    .cm-feat-layout .cm-two-col-right-banner-img-module img.cm-banner-img {
        max-width: 300px;
    }
    
    
}



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

@media (max-width: 480px) {
    
    .cm-video-banner-module {
        margin-top: 90px;
        height: 360px;
    }
    
    .cm-video-banner-module .cm-home-hero {
        padding: 65px 0 0 0;
    }
    
    .cm-video-banner-module .cm-home-hero h1 {
        font-size: 24px;
    }
    
    .cm-video-banner-module .cm-home-hero h2 {
        font-size: 18px;
    }
    
    
}

@media (max-width: 482px) {
    
    .hs-cta-wrapper + .hs-cta-wrapper {
        margin-left: 0;
    }
    
    .cm-section-bg-module .hs-cta-wrapper {
        display: block;
    }
    
}



@media (max-width: 479px) {
    
    .mobile-trigger {
        right: 16px;
    }
    
    .cm-feature-section .hs_cos_wrapper_type_header {
        padding: 0;
    }
    
    .page-template-template-product #features {
        padding-left: 0;
        padding-right: 0;
    }
    
    .cm-feature-section {
        padding-left: 0;
        padding-right: 0;
    }
    
}
/* Following added by HubSpot Support on 10/09/2019 */
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 0px;
/* End */