/* ==========================================================================
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 =============== */
@import url('//fonts.googleapis.com/css?family=Roboto:400,300,100,700,900');

@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/glyphicons-halflings-regular/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/glyphicons-halflings-regular/glyphicons-halflings-regular.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/glyphicons-halflings-regular/glyphicons-halflings-regular.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/glyphicons-halflings-regular/glyphicons-halflings-regular.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/3311812/Switchfly_February2019%20Theme/Font/glyphicons-halflings-regular/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* EX: @import url('http://example.com/example_style.css'); */

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

body {
  font-family: Roboto,arial,sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #333e48;
  -webkit-font-smoothing: antialiased;
}

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

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


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

/* Basic text */
p {
  line-height: 28px;
  margin: 0 0 10px;
}

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto,arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  margin-top: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #333e48;
  font-size: 46px;
}
h2 {
  font-size: 28px;
  line-height: 32px;
  color: #ba0c0c;
}
h3 {
  font-size: 28px;
}
h4 {
  color: #ba0c0c;
  font-size: 22px;
  font-weight: 500;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a { 
  color: #ba0c0c;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #ba0c0c;
  text-decoration: none;
}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* 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-logo a {
  display: inline-block;
  padding-top: 15px;
  padding-left: 40px;
}

.custom-logo {
  width: 25% !important;
  padding-right: 15px;
  margin-left: 0 !important;
}

.custom-menu-primary {
  width: 75% !important;
  padding-left: 1px;
  margin: 0 !important;
  z-index: 9999;
}
.header-wrapper .page-center {
  padding-right: 0 !important;
  max-width: 100% !important;
}
.header-search input[type="text"] {
  width: 100%;
  height: 51px;
  padding: 8px 9px;
  border: 1px solid #eceef0;
  outline: none;
  font-size: 14px;
  color: #848688;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #f8fafc;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 16.8px;
  font-family: roboto,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.search>ul {
  right: 0 !important;
  left: auto !important;
  padding: 8px;
  width: 200px !important;
  border-radius: 0;
  padding-bottom: 25px!important;
}
.header-button i.fa.fa-search:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.header-button input[type="submit"] {
  overflow: hidden;
  background: #fff;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
  padding:0;
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.header-button {
  width: 42px;
  height: 48px;
  line-height: 38px;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: #fff;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
}
.header-button  i.fa.fa-search {
  pointer-events: none;
}
.custom-menu-primary .hs-menu-wrapper>ul li.search .header-search ul {
  padding: 0;
}
.span12.widget-span.widget-type-cell.header-search {
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.search>ul {
  right: 0 !important;
  left: auto !important;
  padding: 8px;
}
.custom-menu-primary .hs-menu-wrapper>ul li.search ul li a {
  font-size: 0;
  padding: 0;
}
.header-button i.fa.fa-search:before {
  position: relative;
  top: 4px;
}
.header-wrapper {
  width: 100%;
  height: 75px!important;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(255,255,255,.95);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
  z-index: 201;
  -webkit-transition: height .27s cubic-bezier(0,0,.58,1);
  -moz-transition: height .27s cubic-bezier(0,0,.58,1);
  -o-transition: height .27s cubic-bezier(0,0,.58,1);
  -ms-transition: height .27s cubic-bezier(0,0,.58,1);
  transition: height .27s cubic-bezier(0,0,.58,1);
  width: 100% !important;
  z-index: 99;
}
/* =============== Content =============== */

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

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





/*----managed-service-layout-----*/

.managed-service-layout .banner-area.hidden-phone .banner-area-inner .page-center .left {
  float: none;
  width: 100%;
}

.managed-service-layout .banner-area .banner-area-inner .page-center h1 {
  font-size: 2.11em;
  line-height: 1.45em;
  font-weight: 300;
  color: #fff;
  font-family: Roboto,arial,sans-serif;
  font-weight: 500;
  margin-left: 0;
}


.managed-service-layout .banner-area .banner-area-inner .page-center .left-inner {
  margin-left: 41px;
  margin-top: 20px;
}

.managed-service-layout  .banner-area .banner-area-inner .page-center p {
  font-size: 2.11em;
  line-height: 1.45em;
  font-weight: 300;
  color: #fff;
  font-family: Roboto,arial,sans-serif;
}

.banner-area .banner-area-inner .page-center .left-inner p,
.preview-pages .banner-area .banner-area-inner .page-center p {
  font-size: 2.11em;
  line-height: 1.45em;
  font-weight: 300;
  color: #fff;
  font-family: Roboto,arial,sans-serif;
}
.managed-service-layout .custom-row1-top-content {
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 4%;
}


.managed-service-layout .image-with-content.left {
  padding-left:15px;
  padding-right:15px;
}

.managed-service-layout .image-with-content .vertial-align {
  border-top: 2px solid #e7e8ed !important;
  margin: 0;
  display: table;
  width: 100%;
}

.managed-service-layout .image-with-content .vertial-align.middle {
  display: flex;
}

.managed-service-layout .image-with-content.right .row .picture-left.left-side {
  padding-left: 15px;
  padding-right: 15px;
}

.managed-service-layout .image-with-content.left .vertial-align {
  padding: 4% calc(4% - 15px) 5%;
}

.managed-service-layout .image-with-content.right .vertial-align {
  padding: 2.5% calc(4% - 15px) 3%;
}


.managed-service-layout .image-with-content.left .picture-left.left-side {
  padding-right: 15px;
  padding-left: 0;
}

.managed-service-layout .image-with-content .right-side.up-sm-1 p,
.managed-service-layout .image-with-content .right-side.up-sm-1 h2 {
  margin-left:0;
  margin-right:0;
}


.managed-service-layout .image-with-content.right:after {
  height: 6px;
  background-color: #333e48;
  margin-bottom: 6.35%;
  margin-top: 0;
  content: "";
  width: calc(100% - 30px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.newsroom-blog .footer-container-wrapper .widget-span.social-share,
.managed-service-layout .footer-container-wrapper .widget-span.social-share {
display:block;
width:100% !important;
margin-left:0 !important;
}

.newsroom-blog .footer-wrapper ul ,
.managed-service-layout .footer-wrapper ul {
margin: 7px 0 0!important;
display: table;
margin-left: auto !important;
margin-right: auto !important;
} 





/*----End of-managed-service-layout---*/


/*----Newsroom----Blog----*/

.newsroom-blog .blog-post-wrapper .post-body a {
  color:#111;
}


.newsroom-blog .blog-body-content .blog-section .post-listing {
  margin-left:0;
  margin-right:0;
}

.newsroom-blog.hs-blog-listing .post-header h2 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  color: #ba0c0c;
  font-family: Roboto,arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
}


.newsroom-blog.hs-blog-listing .blog-body-content .page-center {
  margin-top: 0!important;
  padding-top: 20px;
}

.newsroom-blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item a {
  color:#111;
}

.newsroom-blog.hs-blog-listing .blog-listing-wrapper .blog-item-data {
  margin-bottom: 30px;
}

.newsroom-blog .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newsroom-blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 80px;
  padding-top: 28px;
  display: block;
  width: 100%;
}


.newsroom-blog.hs-blog-listing  .more-link {
  background: #ba0c0c;
  border: solid 1px #ba0c0c;
  color: #fff !important;
  transition: all .2s ease-in-out;
  padding: 8px 10px;
  border-radius: 2px;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  display:inline-block;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}

.newsroom-blog.hs-blog-post .blog-content {
  padding-top:20px;
}


.newsroom-blog.hs-blog-listing  .more-link:hover {
  background: #a0a5aa!important;
  border: solid 1px #a0a5aa!important;
}

/*----End of Newsroom Blog----*/









.custom-home-banner-area {
  max-height: 273px;
  height: 17vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color:#ccc
}

.custom-home-banner-area .content {
  font-size: 2.67em;
  line-height: 1.42em;
  color: #fff;
  font-family: Roboto,arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 73px;
}

.custom-home-banner-area  .inner-group {
  display: table;
  width: 100%;
}


.custom-content-with-background-color {
  padding: 20px 0 20px;
  padding-left: 54px;
  padding-right: 54px;
}



.custom-content-with-background-color .inner-group h3 {
  color: #fff;
  font-weight: 500;
  margin: 16px 0;
  font-size: 22px;
  line-height: 36px;
  text-align: center;

}


.home-layout .applicable-products.clearfix {
  padding-left:54px;
  padding-left:54px;
}



.home-layout  .custom-row3-group {
  padding-left:50px;
  padding-right:50px;
}

.home-layout  .custom-row3-group .custom-row3-top-content {
  padding-top: 12px;
  border-top: 1px solid #e7e8ed;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e8ed;
}

.home-layout  .custom-row3-group .custom-row3-top-content  h1 {
  font-size: 45px;
  line-height: 75px;
  font-weight: 200;
  margin-top: 0;
  padding-top: 27px;
}

.home-layout  .custom-row3-group .custom-row3-top-content  p {
  text-align: right;
  font-size: 14px;
  padding-right: 5%;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 10px;
}


.home-layout  .custom-row3-group .custom-row3-bottom-content {
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-content-with-title-overlay-group {
  overflow-x: hidden;
}

.custom-content-with-title-overlay-group .inner-group {
  margin-right: -2px;
  margin-left: -2px;
  /* flex: 1 1 auto; */
  margin-right: -2px;
  margin-left: -2px;
  display: flex;
  flex-wrap: wrap;
}


.custom-content-with-title-overlay-group .content-group {
  margin: -.2px;
  padding-left: 4px;
  padding-right: 4px;
}

.custom-content-with-title-overlay-group .content-group > div {
  margin-top: 2px;
  margin-bottom: 2px;
}

.custom-content-with-title-overlay-group .inner-group {
  margin-right: -2px;
  margin-left: -2px;
}

.custom-content-with-title-overlay-group .content-group .overlay-content {
  position:relative;
}

.custom-content-with-title-overlay-group .content-group .overlay-content img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.custom-content-with-title-overlay-group  .content-group .overlay-content h3 {
  color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 31px);
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
  margin: 0;
}


.custom-content-with-title-overlay-group  .content-group .bottom-content {
  color: #fff;
  background-color: #ba0c0c;
  padding: 16px 22px;
  margin-top: 2px;
}

.custom-content-with-title-overlay-group  .content-group .bottom-content p {
  margin-bottom:0;
}


.switchfly-platform-group {
  background-color: #333e48;
  padding: 0;
}


.switchfly-platform-group .cuter-group {
  min-height: 246px;
  height: 246px;
  overflow: hidden;
}


.switchfly-platform-group .cuter-group .inner-group {
  height: 100%;
  display: table-row;
  margin-right: -15px;
  margin-left: -15px;
}

.switchfly-platform-group .outer-group .inner-group .column {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding-left:15px;
  padding-right:15px;
}

.switchfly-platform-group .outer-group {
  overflow: hidden;
}


.switchfly-platform-group .outer-group .row {
  margin-right: -15px;
  margin-left: -15px;
  height: 246px;
  display: table-row;
}




.switchfly-platform-group .outer-group .inner-group .column.col1 {
  padding-left: 2%;
  padding-right: 0;
  background-color: rgba(255,255,255,.13);
  position: relative;
}


.switchfly-platform-group .outer-group .inner-group .column.col1 h2 {
  font-size: 28px;
  line-height: 32px;
  color: white;
  text-align: center;
  margin-left: 0;
}


.switchfly-platform-group .outer-group .inner-group .column.col2 p {
  margin-left: 10%;
  margin-right: 2%;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
}

.switchfly-platform-group .outer-group .inner-group .column.col2 p a {
  color:#fff;
}


.custom-logo-group {
  padding: 20px 54px 79px;
  border-bottom: 3px solid #333e48;
  margin-bottom: 52px;
}

.custom-logo-group .title {
  margin: 26px 0 42px 0;
  font-size: 28px;
  line-height: 32px;
  color: #ba0c0c;
}

.custom-logo-group .row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.custom-logo-group .row-flex .flex-col-auto {
  margin: -.2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  text-align: center;
  align-items: center;
  padding: 5px;
}

.custom-logo-group .row-flex .flex-col-auto:nth-child(n+2) {
  border-left: 1px solid #e7e8ed;
}

.custom-logo-group .row-flex .flex-col-auto img {
  max-width: 100%;
  margin: auto;
}


.custom-logo-group .row-flex .flex-col-auto.see-all a {
  text-align: center;
  width: 100%;
}





/*----.travel-loyalty-outlook-report-layout---*/

.travel-loyalty-outlook-report-layout .custom-row1 {
  padding: 24px 41px 20px;
}

.travel-loyalty-outlook-report-layout .custom-row1 img {
  vertical-align:top;
} 

.travel-loyalty-outlook-report-layout .air-industry .left-side.vertical-rule-right,
.travel-loyalty-outlook-report-layout .air-industry .right-side {
  padding-left: 0;
}

.travel-loyalty-outlook-report-layout  .divider-bottom.hide-sm,
.travel-loyalty-outlook-report-layout .vertical-rule-right:after {
  display:none;
}


.travel-loyalty-outlook-report-layout .vertial-align {
  border-top:0 none !important;
}


.travel-loyalty-outlook-report-layout .custom-row1  .image-with-content.left .picture-left.left-side {
  padding-right: 0;
  width: 33.33%;
}

.travel-loyalty-outlook-report-layout .custom-row1  .image-with-content.left .right-side {
  width: 66.66666667%;
}


.travel-loyalty-outlook-report-layout .custom-row1  .image-with-content.left .right-side ul li { 
  list-style: none;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}

.travel-loyalty-outlook-report-layout .body-container-wrapper {
  border-bottom: 6px solid #333e48;
  margin-bottom: 48px;
}


.travel-loyalty-outlook-report-layout .custom-row1-right-form form.hs-form fieldset {
  max-width: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-form-field {
  margin-top: 0;
  margin-bottom: 0;
}

.travel-loyalty-outlook-report-layout .custom-row1-right-form  label {
  margin-bottom: 5px;
  font-weight: 700;
}


.travel-loyalty-outlook-report-layout .custom-row1-right-form {
  padding-top: 2px;
  padding-right: 20px;
}

.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-i_would_like_to_receive_future_switchfly_reports_via_email label {
  font-size:14px;
}

.travel-loyalty-outlook-report-layout .custom-row1-right-form select,
.travel-loyalty-outlook-report-layout .custom-row1-right-form input[type="tel"],
.travel-loyalty-outlook-report-layout .custom-row1-right-form input[type="text"], 
.travel-loyalty-outlook-report-layout .custom-row1-right-form input[type="password"],
.travel-loyalty-outlook-report-layout .custom-row1-right-form input[type="email"], 
.travel-loyalty-outlook-report-layout .custom-row1-right-form textarea {
  padding: 8px 9px;
  border: 1px solid #eceef0;
  outline: 0;
  font-size: 14px;
  color: #848688;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #f8fafc;
  border-radius: 2px;
  box-shadow: none;
  line-height: 2;
}


.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
} /* Webkit Browsers */
.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-input:-moz-placeholder {
  color: rgb(117, 117, 117);
} /* Firefox 18- */
.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-input::-moz-placeholder {
  color: rgb(117, 117, 117);
} /* Firefox 19+ */
.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-input:-ms-input-placeholder {
  color: rgb(117, 117, 117);
} 


.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-error-msgs label {
  font-weight:normal;
  margin-bottom:0;
}


.travel-loyalty-outlook-report-layout .custom-row1-right-form select {
  height:46px;
}

.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-form-required {
  display:none;
}

.travel-loyalty-outlook-report-layout .custom-row1-right-form  .hs_cos_wrapper_type_form .hs-button.primary.large {
  white-space: normal;
}

.travel-loyalty-outlook-report-layout .custom-row1-right-form .hs-form-booleancheckbox {
  padding: 0;
  margin-bottom: -20px;
  
}

/*----End of .travel-loyalty-outlook-report-layout-*/

/*----.resources-page-layout---*/

.resources-page-layout .custom-row1 {
  padding: 24px 41px 20px;
}

.resources-page-layout #main-area p {
  margin-bottom: 18px;
}

.resources-page-layout .custom-row1 img {
  vertical-align:top;
} 

.resources-page-layout .air-industry .left-side.vertical-rule-right,
.resources-page-layout .air-industry .right-side {
  padding-left: 0;
}

.resources-page-layout  .divider-bottom.hide-sm,
.resources-page-layout .vertical-rule-right:after {
  display:none;
}


.resources-page-layout .vertial-align {
  border-top:0 none !important;
}


.resources-page-layout .custom-row1  .image-with-content.left .picture-left.left-side {
  padding-right: 0;
  width: 33.33%;
}

.resources-page-layout .custom-row1  .image-with-content.left .right-side {
  width: 66.66666667%;
}


.resources-page-layout .custom-row1  .image-with-content.left .right-side ul li { 
  list-style: none;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}

.resources-page-layout .body-container-wrapper {
  border-bottom: 6px solid #333e48;
  margin-bottom: 48px;
}


.resources-page-layout .custom-row1-right-form form.hs-form fieldset {
  max-width: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.resources-page-layout .custom-row1-right-form .hs-form-field {
  margin-top: 0;
  margin-bottom: 0;
}

.resources-page-layout .custom-row1-right-form  label {
  margin-bottom: 5px;
  font-weight: 700;
}


.resources-page-layout .custom-row1-right-form {
  padding-top: 2px;
  padding-right: 20px;
}

.resources-page-layout .custom-row1-right-form .hs-i_would_like_to_receive_future_switchfly_reports_via_email label {
  font-size:14px;
}

.resources-page-layout .custom-row1-right-form select,
.resources-page-layout .custom-row1-right-form input[type="tel"],
.resources-page-layout .custom-row1-right-form input[type="text"], 
.resources-page-layout .custom-row1-right-form input[type="password"],
.resources-page-layout .custom-row1-right-form input[type="email"], 
.resources-page-layout .custom-row1-right-form textarea {
  padding: 8px 9px;
  border: 1px solid #eceef0;
  outline: 0;
  font-size: 14px;
  color: #848688;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #f8fafc;
  border-radius: 2px;
  box-shadow: none;
  line-height: 2;
}


.resources-page-layout .custom-row1-right-form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
} /* Webkit Browsers */
.resources-page-layout .custom-row1-right-form .hs-input:-moz-placeholder {
  color: rgb(117, 117, 117);
} /* Firefox 18- */
.resources-page-layout .custom-row1-right-form .hs-input::-moz-placeholder {
  color: rgb(117, 117, 117);
} /* Firefox 19+ */
.resources-page-layout .custom-row1-right-form .hs-input:-ms-input-placeholder {
  color: rgb(117, 117, 117);
} 


.resources-page-layout .custom-row1-right-form .hs-error-msgs label {
  font-weight:normal;
  margin-bottom:0;
}


.resources-page-layout .custom-row1-right-form select {
  height:46px;
}

.resources-page-layout .custom-row1-right-form .hs-form-required {
  display:none;
}

.resources-page-layout .custom-row1-right-form  .hs_cos_wrapper_type_form .hs-button.primary.large {
  white-space: normal;
}

.resources-page-layout .custom-row1-right-form .hs-form-booleancheckbox {
  padding: 0;
  margin-bottom: -20px;
  
}

/*----End of .resources-page-layout-*/










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

.footer-container-wrapper {}
.footer-container {}
.footer-bottom-wrapper {
  background-color: #fff;
  color: #232d37;
  padding: 20px 0 17px;
  border-top: 3px solid #e7e8ed;
  margin-top: 8px;
}

.footer-menu .hs-menu-wrapper ul li {
  width: initial;
  padding-right: 12px;
  list-style: none;
}

.footer-menu .hs-menu-wrapper ul li a {
  font-size: 12px;
  line-height: 22px;
  color: #333e48;
  font-weight: 400;
  margin-top: 0;
  display: block;
  text-transform: uppercase;
}

.footer-menu .hs-menu-wrapper ul {
  display: block;
}

.footer-bottom-wrapper .page-center {
  padding: 0 !important;
}
.copyright {
  margin: 0 !important;
}
.copyright p {
  margin: 0;
  line-height: 28px;
  margin: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.footer-menu {
  padding: 0 15px;
}
.copyright {
  padding: 0 15px;
  float:  right !important;
  padding-left: 0;
  position: relative;
  right: 5px;
}
.footer-menu .hs-menu-wrapper ul li:nth-child(n+2) {
  padding-left: 12px;
}
.copyright p a {
  font-weight: 500;
}
.footer-wrapper {
  color: #bcc1c5;
  font-size: 13px;
  padding: 20px 0 20px;
}
.footer-wrapper ul {
  margin: 7px 0 !important;
  padding: 0;
  list-style: none outside none;
}








.social-footer-menu ul > li:not(:last-child) {
  padding-right: 10px;
}

.social-footer-menu ul>li:first-child {
  font-weight: 400;
}

.social-footer-menu ul>li {
  float: left;
  list-style: none;
  font-size: 16px;
  font-weight: 300;
}

.social-footer-menu a:not(.btn) {
  color: #95989a;
  font-weight: 500;
}

.social-footer-menu ul > li:nth-child(n+2) {
  padding-left: 10px;
}








.footer-container-wrapper .widget-span.social-share {
  display:block;
  width:100% !important;
  margin-left:0 !important;
}

.footer-wrapper ul {
  margin: 7px 0 0!important;
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 25px;
}



.hs-benefits-sub.hs-benefits-sub-v2.hs-about-us .footer-wrapper {
  border-top: 1px solid #e7e8ed;
}



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


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


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

@media screen and (min-width:768px) {
  .header-container-wrapper {
    min-height: 75px;
  }
  .header-container-wrapper {
    min-height: 75px;
  }
  .hs-product-sub .divider-bottom.hidden-sm {
    display: none;
  }

  .switchfly-platform-group .outer-group .inner-group .column.col1:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #333e48;
    border-left-color: rgba(255,255,255,.13);
    border-width: 100px 0 100px 70px;
    margin-top: -100px;
    border-width: 123px 0 123px 70px;
    margin-top: -123px;
  }



}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1208px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper {
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    float: right;
    margin: auto;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    font-family: roboto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
    margin-left: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #333e48;
    letter-spacing: 1px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 75px;
    -webkit-transition: all .27s cubic-bezier(0,0,.58,1);
    -moz-transition: all .27s cubic-bezier(0,0,.58,1);
    -o-transition: all .27s cubic-bezier(0,0,.58,1);
    -ms-transition: all .27s cubic-bezier(0,0,.58,1);
    transition: all .27s cubic-bezier(0,0,.58,1);
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    padding: 0 0 0 4px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.search>a:before {
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 4px 0 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.search>a:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    /* background: #ba0c0c!important;
    color: #fff!important;
    padding-left: 10px; */
    padding-right: 10px;
  }
  /*
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    color: #fff;
  }
  */
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #ba0c0c;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: rgba(255,255,255,.09);
    color: #f5f5f5;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin: auto;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    width: auto!important;
    padding: 15px;
    white-space: nowrap;
    background: rgba(30,30,30,.97);
  } 
  .custom-menu-primary .hs-menu-wrapper>ul > li > ul {
    width: 222px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    font-family: roboto;
    font-weight: 400;
    position: relative;
    -webkit-font-smoothing: antialiased;
    display: block;
    width: 100%;
    margin: 0!important;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul li ul li a {
    display: block;
    width: 100%;
    height: auto!important;
    line-height: 1.3!important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #b0b0b0;
    cursor: pointer;
    -webkit-transition: all .27s cubic-bezier(0,0,.58,1);
    -moz-transition: all .27s cubic-bezier(0,0,.58,1);
    -o-transition: all .27s cubic-bezier(0,0,.58,1);
    -ms-transition: all .27s cubic-bezier(0,0,.58,1);
    transition: all .27s cubic-bezier(0,0,.58,1);
    display: block;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 55px!important;
  }

  .scroll-header .header-wrapper {
    position: fixed;
    z-index: 99;
    width: 100% !important;
    height: 55px!important;
    transition: height .27s cubic-bezier(0,0,.58,1);
  }
  
  .scroll-header .header-container-wrapper {
    min-height: 60px;
    transition: height .27s cubic-bezier(0,0,.58,1);
  }
  
  .scroll-header .header-wrapper img {
  margin-top: -5px; 
  transition: margin-top .27s cubic-bezier(0,0,.58,1);
  }

  .header-wrapper img {
  transition: margin-top .27s cubic-bezier(0,0,.58,1);
  }	

  
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #ba0c0c;
  }
  .api-section-wrapper .platform-arrow-section .left-part:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #333e48;
    border-left-color: rgba(255,255,255,.13);
    border-width: 100px 0 100px 70px;
    margin-top: -100px;
  }
}


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

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

@media (max-width: 1207px){

  /* 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{
    position: absolute;
    /* top: 0; */
    right: 0;
    line-height: 75px;
    width: 75px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    border-left: 1px solid rgba(0,0,0,.05);
    border-right: 1px solid rgba(0,0,0,.05);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all .27s cubic-bezier(0,0,.58,1);
    -moz-transition: all .27s cubic-bezier(0,0,.58,1);
    -o-transition: all .27s cubic-bezier(0,0,.58,1);
    -ms-transition: all .27s cubic-bezier(0,0,.58,1);
    transition: all .27s cubic-bezier(0,0,.58,1);
    -webkit-transition-property: background , color;
    -moz-transition-property: background , color;
    -o-transition-property: background , color;
    transition-property: background , color;
    height: 75px;
    display: block !important;
  }
  .mobile-trigger:hover{
  }

  /* Change button when menu is open */
  .mobile-trigger i {
    height: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
    background: transparent;
    color: #777;
    color: #333e48;
    position: relative;
    top: -1px;
    left: 27px;
  }
  .mobile-open .mobile-trigger i {
    color: #777;
  }
  .mobile-trigger:hover i {
    color: #777;
  }
  .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 37px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 0px; /* Icon line width */
    height: 0px; /* 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{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    width: 100% !important;
  }


  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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 .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 2px;
    right: 75px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 74.3%;
    margin-left: auto;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin: auto;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    float: none;
    background: rgba(18,18,18,.97);
    position: relative;
    overflow-x: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    font-family: roboto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper ul li a {
    display: block;
    width: 100%;
    height: 38px!important;
    line-height: 38px!important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.065);
    color: #999;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all .27s cubic-bezier(0,0,.58,1);
    -moz-transition: all .27s cubic-bezier(0,0,.58,1);
    -o-transition: all .27s cubic-bezier(0,0,.58,1);
    -ms-transition: all .27s cubic-bezier(0,0,.58,1);
    transition: all .27s cubic-bezier(0,0,.58,1);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-color: rgba(255,255,255,.4);
    line-height: 14px;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    border: 1px solid rgba(255,255,255,.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    margin-top: -6px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li >ul>li a {
    text-transform: capitalize;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* 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 */
  }
  .scroll-header .mobile-trigger {
    height: 60px;
  }
  .scroll-header .header-wrapper {
    height: 60px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li >ul>li a:hover {
    background: rgba(255,255,255,.03);
    color: #ddd !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li ul li a {
    text-transform: capitalize;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background: rgba(18,18,18,.97);
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li a {
    text-transform: capitalize;
    display: block;
    width: 100%;
    height: auto!important;
    line-height: 1.3!important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #b0b0b0!important;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper ul li.anchor-hover > a {
    background: rgba(255,255,255,.03);
    color: #ddd;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.anchor-hover a:after{
    border-color: rgba(255,255,255,.4);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
    content: "\f106";
  }

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

}


.subscribe-options label {
  margin-left:0;
  margin-right:0;
}


.banner-area {
  background-color:#aaa;
}


.banner-area .content {
  color: #fff;
}

/* Style for now hiring banner */
.hiring-banner {
  text-align: center;
  text-transform: uppercase;
  background: #ba0c0c!important;
  color: #fff!important;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  
}

.hiring-banner a {
  color: #fff!important;
}

.hiring-banner a:hover {
  color: #fff!important;
  text-decoration: underline;
}

/* Custom menu sizing when hiring banner in place - add 40px margin to body in page CSS*/ 
.banner-header .header-wrapper {
height: 117px!important;
}

.scroll-header .banner-header .header-wrapper {
height: 98px!important;
}

.banner-buffer {
margin-top: 40px;
}

/* New Footer */
.four-col-footer .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	position: unset;
	visibility: visible;
	opacity: 1;
}



.four-col-footer .footer-menu .hs-menu-wrapper .hs-menu-depth-1 {
	padding-bottom: 20px!important;
}

.four-col-footer .footer-menu .hs-menu-wrapper .hs-menu-depth-1 > a {
	font-size: 18px;
	line-height: 2.0em;
}

.four-col-footer .footer-menu .hs-menu-wrapper .hs-menu-depth-1 li a {
	font-size: 13px;
}

.four-col-footer .footer-menu .hs-menu-wrapper .hs-menu-depth-1 a {
	color: #ba0c0c;
}
 
.four-col-footer .footer-menu .hs-menu-wrapper ul {
	padding-left: 0px;
}

.four-col-footer .footer-menu .hs-menu-wrapper ul li {
	padding-left: 0px;
  margin-left: 0px;
}

.four-col-footer .footer-menu .hs-menu-wrapper ul li .hs-menu-item {
	color: #000;
}

.four-col-footer .footer-menu .hs-menu-wrapper ul li .hs-menu-item a {
	color: #000;
}

.four-col-footer .footer-menu .hs-menu-wrapper ul li .hs-menu-item a:hover {
	color: #ba0c0c;
}

.four-col-footer .footer-row2 {
  width: 100%;
}

.four-col-footer .footer-row2 p {
	float: right;
}

.block-blog .four-col-footer .copyright p a {
  font-weight: 400!important;
  text-transform: uppercase;
  color: #ba0c0c
}

.block-blog .custom-menu-primary a {
  font-weight: 400!important;
}




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

.hs-blog-listing .blog-body-content .page-center {
  margin-top: 3em !important;
}
.blog-body-content .blog-section .post-listing {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  flex-flow: row;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-body-content .blog-section .post-listing:after {
  content: "";
  display: block;
  clear: both;
}
.views-field-field-images img {
  margin-bottom: 15px;
}
.views-field-title a {
  font-size: 20px;
  font-weight: 300 !important;
  color: #111 !important;
}
.views-field-nothing {
  margin-bottom: 10px;
  font-size: 13px;
  text-decoration: none;
  color: #aaa;
}
.views-field-nothing-1 {
  margin-bottom: 22px;
  color: #111;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}
.blog .dexp-grid-item {
  margin-bottom: 30px;
}
.blog-pagination {
  padding-bottom: 50px;
}
.blog-pagination a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.blog-pagination a.inactive {
  display: none;
}
.blog-pagination:after {
  content: "";
  clear: both;
  display: block;
}
.blog-pagination {
  padding-bottom: 56px;
  padding-left: 1px;
}
.footer-container-wrapper .widget-span {
  min-height: 0;
}
.blog-pagination a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.blog-pagination a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.blog-pagination a:hover{
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
div#comments-listing.new-comments {
  margin: 0;
  border: 0;
}
.blog-topic p {
  margin: 0;
  font-weight: 300;
}
.blog-topic {
  font-weight: bold;
}
.hs-blog-post .blog-content {
  margin-bottom: 0px;
}
.hs-blog-post .image {
  margin-bottom: 20px;
}
/* =============== 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 .body-container-wrapper ul li {
  padding-bottom:0;
}

.blog .body-container-wrapper ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -16px;
  top: -0;
  color: #000c;
  font-size: 28px;
}

.blog .body-container-wrapper ul { 
  list-style: none outside none;
  margin: 0;
  padding-bottom: 12px;
  padding-left:40px;
}
/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* 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: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* 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-top: 1em;
  margin-bottom: 1em;
}

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

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

/* One Line Inputs */
.body-container-wrapper input[type="text"],
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], 
.body-container-wrapper input[type="datetime-local"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="month"], 
.body-container-wrapper input[type="time"], 
.body-container-wrapper input[type="week"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper input[type="url"], 
.body-container-wrapper input[type="search"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="color"],
.body-container-wrapper input[type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eceef0;
  outline: none;
  font-size: 14px;
  color: #848688;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #f8fafc;
  border-radius: 2px;
  padding: 8px 9px;
  width: 100%;
  min-height: 34px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s , -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color:rgb(132, 134, 136);
  color: rgb(132, 134, 136);
  font-weight: 300;
  letter-spacing: normal;
  max-width:767px;
  display:block;
}

.body-container-wrapper input[type="text"]:focus,
.body-container-wrapper input[type="password"]:focus, 
.body-container-wrapper input[type="datetime"]:focus, 
.body-container-wrapper input[type="datetime-local"]:focus, 
.body-container-wrapper input[type="date"]:focus, 
.body-container-wrapper input[type="month"]:focus, 
.body-container-wrapper input[type="time"]:focus, 
.body-container-wrapper input[type="week"]:focus, 
.body-container-wrapper input[type="number"]:focus, 
.body-container-wrapper input[type="email"]:focus, 
.body-container-wrapper input[type="url"]:focus, 
.body-container-wrapper input[type="search"]:focus, 
.body-container-wrapper input[type="tel"]:focus, 
.body-container-wrapper input[type="color"]:focus,
.body-container-wrapper input[type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
ul.hs-error-msgs.inputs-list li:before {
  display:none;
}

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

.hs-error-msgs label {
  margin: 10px 0;
  display: block;
  color: red;
}
/* 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 */
.hs-error-msgs label{}

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


.hs-contact .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-bottom: 25px;
}

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


/* =============== Events Page Form =============== */
.events-page form {
  padding: 0px 20%;
}

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

/* =============== Events Page Legal Consent Section =============== */
.events-page form .legal-consent-container p {
  font-size: 12px;
  line-height: 16px;
}

/* =============== Products Page Form =============== */
.hs-product-sub .hs_cos_wrapper_type_form > div > form, .hs-product-sub .hs_cos_wrapper_type_form > h3  {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
}




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


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

.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: #ba0c0c;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  letter-spacing:normal;
  line-height:20px;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: medium none;
  padding: 8px 16px;
  transition: all .2s ease-in-out 0s;
  width: auto;
  background: #ba0c0c;
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;

}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover {
  background: #820808;
  text-decoration: none;
}

.body-container-wrapper .hs-button.primary:focus,
.body-container-wrapper input[type="submit"]:focus,
.body-container-wrapper input[type="button"]:focus {
  background: #820808;
  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 {}

.bottom-button {
  height: 47px;
  background-color: #333E48;
  text-align: center;
  vertical-align: middle;
}
.bottom-button a {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  line-height: 46px;
}
.lightbox-wrapper.sf-section.product-implementing-stats .implementing-col {
  padding-left: 0;
  padding: 0;
}
.lightbox-wrapper.sf-section.product-implementing-stats .implementing-col .implementing-col-container {
  padding: 0;
  width: 100%;
}
.lightbox-wrapper.sf-section.product-implementing-stats .implementing-col .implementing-col-container img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.lightbox-wrapper.sf-section.product-implementing-stats .stats-col {
  padding-right: 0;
  padding: 0;
}
.lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2 {
  margin-left: 0;
  padding-left: 5%;
  margin-right: 0;
  padding-right: 5%;
  font-size: 50px;
  line-height: 70px;
}
.lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
  font-size: 175px;
  line-height: 165px;
}
.lightbox-wrapper.sf-section.product-implementing-stats.lightbox-wrapper .row.clearfix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex-flow: row nowrap;
  align-content: flex-start;
  flex: 0;
}
.sf-section.product-implementing-stats.lightbox-wrapper.lightbox-wrapper .row > .divider-bottom {
  display: none;
}
.lightbox-wrapper.sf-section.product-implementing-stats .stats-col, .lightbox-wrapper.sf-section.product-implementing-stats .implementing-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  float: none !important;
  margin: -.2px;
}
.lightbox-wrapper.sf-section.product-implementing-stats .implementing-col .implementing-col-container >div {
  height: 47px;
  background-color: #095689;
  text-align: center;
  vertical-align: middle;
}
.lightbox-wrapper.sf-section.product-implementing-stats .implementing-col .implementing-col-container >div a {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  line-height: 46px;
}
.lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container {
  width: 100%;
}
.lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 200px;
  line-height: 230px;
  margin: 0;
}
.lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2 {
  margin-left: 0;
  padding-left: 5%;
  margin-right: 0;
  padding-right: 5%;
  font-size: 50px;
  line-height: 70px;
}
.hs-benefits-sub .sf-section.product-implementing-stats .implementing-col {
  padding-bottom: 6px;
}
.footer-menu .hs-menu-wrapper ul li:first-child a {
  color: #ba0c0c;
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover{
    color: #ba0c0c;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul ul.hs-search-field__suggestions a {
  color: #fff;
  white-space: normal !important;
  padding: 0 !important;
  padding: 5px 5px !important;
  font-size: 13px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul.hs-search-field__suggestions {
  position: absolute;
  color: #fff;
  width: 100% !important;
  height: auto;
  padding-top: 10px !important;
  text-align: left;
  padding-left: 10px !important;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
ul.hs-search-field__suggestions {
  position: absolute;
  color: #fff;
}
.home-layout .overlay-content-group {
  width: 100%;
}

.preview-pages .body-container-wrapper .page-center {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

ul.no-bullets {
  list-style: none outside none !important;
  margin: 0 !important;
  padding-bottom:0 !important;
}

ul.no-bullets li {
  list-style: none !important;
}

ul.no-bullets li:before {
  display: none !important;
}

.preview-pages .body-container-wrapper .page-center{
  padding: 30px 0px;
}
.header-button  {
  cursor: pointer;
}
.hs-benefits-sub.hs-benefits-sub-v2.hs-about-us .banner-area .banner-area-inner .page-center .left {
  width:100%;
}

body.hs-benefits-sub.hs-about-us  .sf-section.product-implementing-stats .implementing-col .implementing-col-container h2 {
  margin-top: 20px;
}
.hs-benefits-sub.hs-benefits-sub-v2 .sf-section.product-implementing-stats .implementing-col {
  padding-bottom: 6px;
}
.hs-benefits-sub.hs-benefits-sub-v2  .sf-section.product-implementing-stats .container-fluid p {
  margin-bottom: 10px;
}
form.hs-form .hs-form-field ul.inputs-list li:before {
  display:none !important;
}
.hs-benefits-sub.hs-benefits-sub-v2  .image-with-content.left .picture-left.left-side {
  padding-right: 15px;
}

.hs-benefits-sub.hs-benefits-sub-v2 div#hs_cos_wrapper_widget_1549631369713 .image-with-content .container-fluid{   
  margin-top: 12px;
  border-bottom: 1px solid #e7e8ed;
}
.hs-benefits-sub.hs-benefits-sub-v2 div#hs_cos_wrapper_widget_1549631369713 .image-with-content .container-fluid {
  margin-top: 12px;
  border-bottom: 1px solid #e7e8ed;
  padding-bottom: 60px;
  margin-bottom: 70px;
  padding-top: 60px;
}
.hs-benefits-sub.hs-benefits-sub-v2  .image-with-content.background-convert-image .right-side.up-sm-1 {
  padding-right: 12%;
  padding-top: 0;
  width: 100% !important;
}
.hs-benefits-sub.hs-benefits-sub-v2  .image-with-content.background-convert-image .row.vertial-align.top {
  border: none !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  min-height: 720px;
}
.hs-benefits-sub.hs-benefits-sub-v2  .row1-group-benefits-sub {
  padding-bottom: 0;
}
/*============benefits===========*/
.hs-benefits-sub .switchfly-banner .left-side h1 {
  font-size: 2.111em;
  line-height: 1.476em;
  margin-top: 0;
}
.hs-benefits-sub .sf-section.section-product-divider {
  display: none;
}
.hs-benefits-sub  .sf-section.product-implementing-stats .implementing-col p {
  margin-bottom: 15px;
}

.hs-benefits-sub  .sf-section.product-implementing-stats .divider-bottom {
  display: none;
}

.hs-benefits-sub  .sf-section.section-product-divider {
  display: none;
}
.sf-section.benefits-features .sf-benefit-feature-card {
  padding-bottom: 24px;
  padding-top: 24px;
}
.sf-section.benefits-features  .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.sf-section.benefits-features  .icon-easy-access {
  color: #333e48;
  width: 87px;
  height: 87px;
  margin: auto;
  display: block;
}
.sf-section.benefits-features .sf-benefit-feature-card h3 {
  text-align: center;
  color: #333e48;
  font-size: 20px;
  line-height: 28px;
}

.benefits-features.wrapper .container-fluid {
  padding: 0 15px;
}
.sf-section.benefits-features div[class*='col-']:nth-child(n+2):after {
  content: "";
  background: #e7e8ed;
  position: absolute;
  bottom: 3em;
  left: 0;
  height: 50%;
  width: 1px;
}
.hs-benefits-sub .sf-section.product-implementing-stats .implementing-col {
  padding-left: 0;
  padding-top: 20px;
}
.sf-section.benefits-features .divider-bottom {
  height: 0;
  border-bottom: 1px solid #e7e8ed;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.hs-benefits-sub  .image-with-content .row.vertial-align.top {
  border: none !important;
}


.hs-benefits-sub .col-xs-12.col-sm-6.col-md-6.col-lg-6.picture-left.left-side img {
  width: 100%;
}

.hs-benefits-sub   .image-with-content {
  padding-left: 3%;
  line-height: 28px;
}
.hs-benefits-sub  .image-with-content .right-side.up-sm-1 p, 
.hs-benefits-sub  .image-with-content .right-side.up-sm-1 h2, 
.hs-benefits-sub  .image-with-content.background-convert-image .right-side.up-sm-1 p, 
.hs-benefits-sub  .image-with-content.background-convert-image .right-side.up-sm-1 h2 {
  margin-left: 0;
  margin-right: 0;
}
.hs-benefits-sub  div#hs_cos_wrapper_widget_7489197347 .image-with-content .container-fluid {
  border-bottom: 1px solid #e7e8ed;
  margin-bottom: 70px;
  padding-bottom: 13px;
}
.sf-section.benefits-graybar-section {
  padding-bottom: 0;
}
.sf-section.benefits-graybar-section .container-fluid {
  padding-bottom: 0;
  background-color: #333e48;
  padding-right: 15px;
  padding-left: 15px;

}
.sf-section.benefits-graybar-section .container-fluid .heading-top h2 {
  text-align: center;
}
.benefits-family h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}
.sf-section.benefits-graybar-section .container-fluid .left-side {
  padding-left: 8%;
  padding-right: 9%;
  padding-bottom: 3em;
}
.sf-section.benefits-graybar-section .container-fluid .table-container {
  display: table;
}
.sf-section.benefits-graybar-section .container-fluid .table-container .table-row {
  display: table-row;
}
.sf-section.benefits-graybar-section .container-fluid .table-container .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.sf-section.benefits-graybar-section .container-fluid .icon {
  color: #fff;
  height: 48px;
  width: 48px;
  fill: white;
  display: inline-block;
  margin: auto;
}
.sf-section.benefits-graybar-section .container-fluid .table-container .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.sf-section.benefits-graybar-section .container-fluid h3 {
  padding-left: 10px;
}
.sf-section.benefits-graybar-section .container-fluid h3, .sf-section.benefits-graybar-section .container-fluid p {
  color: #fff;
}

.sf-section.benefits-graybar-section .container-fluid .hrule {
  background: rgba(255,255,255,.13);
  height: 2px;
  width: 50%;
  margin-top: 50px;
  margin-left: 25%;
}

.sf-section.benefits-graybar-section .container-fluid .right-side {
  padding-left: 8%;
  padding-right: 9%;
  padding-bottom: 3em;
}
.sf-section.benefits-graybar-section .container-fluid .table-container {
  display: table;
}
.sf-section.benefits-graybar-section .container-fluid .right-side:after {
  content: "";
  background: rgba(255,255,255,.13);
  position: absolute;
  bottom: 3em;
  left: 0;
  height: 50%;
  width: 2px;
}
.sf-section.benefits-graybar-section .container-fluid h3 {
  padding-left: 10px;
  font-size: 24px;
}
.row1-group-benefits-sub {
  overflow: hidden;
}
.product-group .arrow-mosaic .container-fluid {
  padding: 0;
  margin: 0;
  min-height: 36px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 1px;
  margin-bottom: 50px;
}
.row1-group-benefits-sub {
  padding-bottom: 50px;
}
/*============End========*/
/* .custom-content-with-title-overlay-group .content-group .bottom-content {
display: flex;
-webkit-flex: 2;
flex: 2;
} */

.product-list-section .sf-product-card .icon {
  display: inline-block;
}
.custom-logo img {
  image-rendering: -webkit-optimize-contrast;
}
.sf-section {
  padding: 20px 0 20px;
}
.hs-industry-sub-pages .body-container-wrapper .page-center,
.hs-product-sub .body-container-wrapper .page-center {
  max-width: 100% !important;
}
.row1-group-industry .page-center {
  padding: 0 !important;
}
.sf-section.air-industry.clearfix .row.clearfix {
  margin: 0;
}
.banner-area-inner h1 {
  margin: 0;
  padding: 0;
}

.banner-area {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.banner-area-inner .left h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 5px;
}

.banner-area.hidden-phone .banner-area-inner {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.banner-area.hidden-phone .banner-area-inner .page-center {
  max-width: 1200px !important;
  position: relative;
  -webkit-font-smoothing: antialiased!important;
}
.banner-area.hidden-phone .banner-area-inner .page-center .left {
  width: 50%;
  float: left;
}
.banner-area.hidden-phone .banner-area-inner .page-center right {
  width: 50%;
  float: right;
}
.banner-area-inner .right {
  float: left;
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 1vw;
  position: relative;
  left: 40px;
}
.banner-area-inner .right p,.banner-area-inner .right h1 {
  color: #fff;
}
.banner-area-inner .page-center {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.banner-area-inner .page-center > div .right-inner,.banner-area-inner .page-center > div .left-inner {
  padding: 102px 0 70px;
}
.banner-area-inner .page-center > div .right-inner {
  right: 0;
}
.banner-area-inner .page-center > div .left-inner {
  padding-left: 40px;
}
.left-inner {
  line-height: 28px;
  border-width: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 18px;
}
.right-inner {
  line-height: 28px;
  border-width: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 18px;
}
.banner-area-inner .right h1 {
  font-size: 2.11em;
  line-height: 1.45em;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.right-inner p {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 10px;
}

.air-industry .left-side.vertical-rule-right {
  padding-left: 30px;
}

.body-container-wrapper ul {
  -webkit-padding-start: 16px;
  list-style: none outside none;
  margin: 0;
}
.body-container-wrapper  ul li {
  list-style: none;
  padding-bottom: 28px;
}
.body-container-wrapper ul li:before{
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -16px;
  top: -0;
  color: #ba0c0c;
  font-size: 28px;
}
.air-industry .right-side {
  padding-left: 71px;
}
.vertical-rule-right:after {
  content: "";
  background: #caccd6;
  position: absolute;
  bottom: 1em;
  right: 0;
  height: 83%;
  width: 1px;
}
.applicable-products.clearfix {
  padding-left: 45px;
  padding-right: 45px;
}
.divider-bottom.hide-sm {
  margin-left: 45px;
  margin-right: 40px;
  height: 0;
  margin-top: 12px;
  border-bottom: 1px solid #e7e8ed;
}

.simple-menu-wrapper-section ul {
  list-style: none outside none !important;
  -webkit-padding-start: 0;
  padding-left: 10%;
  text-align: left;
  margin: 0 !important;
  width: 100%;
}

.simple-menu-wrapper-section ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  padding: 0 2px 4px 0;
  margin: 0;
}
.simple-menu-wrapper-section ul li {
  float: none !important;
  display: block;
  width: 100%;
}
.body-container-wrapper .simple-menu-wrapper-section  ul li:before{
  display:none; 
}
.simple-menu-wrapper-section ul li a {
  color: #0a0a0a;
  font-weight: 400;
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%2060%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%3E%3Cpath%20d%3D\'m60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z\'%20fill%3D\'%23BA0C0C\'%2F%3E%3C%2Fsvg%3E);
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: calc(98%) center;
}

.simple-menu-wrapper-section ul li a {
  display: block;
  width: 100%;
}
.simple-menu-wrapper-section ul li:nth-child(n+2) {
  border-top: 1px solid #e7e8ed;
  padding-top: 4px;
}
.applicable-products .divider-left {
  border-left: 1px solid #e7e8ed;
}

.heading-with-background .industry-graybar .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.heading-with-background .industry-graybar {
  color: #fff;
  border: #95989a;
  padding-bottom: 0;
}

.heading-with-background .left-side P {
  font-size: 50px;
  line-height: 70px;
  margin-left: 1.5em;
}
.arrow-mosaic-image.clearfix {
  padding: 0;
  margin: 0;
  min-height: 36px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 1px;
  margin-bottom: 50px;
}
.sf-section.customer-partner-list.accordion {
  padding-right: 15px;
  padding-left: 15px;
}

.accordion .panel-heading h3 {
  border: 0;
  line-height: 48px;
  margin-left: 54px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.accordion .panel-group {
  margin-bottom: 20px;
}
.accordion .sf-accordion.panel-group .panel:last-child {
  border-bottom: 1px solid #95989a;
}

.accordion .sf-accordion.panel-group .panel:first-child {
  border-top: 1px solid #95989a;
}
.accordion .sf-accordion.panel-group .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 6px 0;
  margin-top: 5px;
}
.accordion .panel-group .panel {
  border-radius: 0;
  border: none;
}
.accordion .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.accordion .panel {
  background-color: #fff;
}
.accordion .sf-accordion.panel-group .in {
  border: none;
}
.accordion .sf-accordion.panel-group .panel .panel-body {
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 90px;
}
.accordion .panel-body {
  padding: 15px;
}
.accordion .sf-accordion.panel-group .panel .panel-body .dexp-grid-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.accordion .sf-accordion.panel-group .panel .panel-body .dexp-grid-item img {
  width: 100%;
}
.accordion .node .row img {
  max-width: 100%;
  height: auto;
}
.accordion .sf-accordion.panel-group .panel .panel-heading .accordion-toggle:after {
  content: "\e252";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  line-height: 48px;
  float: right;
  color: #ba0c0c;
  margin-right: 90px;
}
.heading-with-background  {
  overflow:hidden;
}
.accordion .sf-accordion.panel-group .panel .panel-heading h3.active .accordion-toggle:after {
  content: "\e250";
}
.sf-section.product-overview .container-fluid {
  padding-left: 54px;
  padding-right: 54px;
  padding-bottom: 32px;
  margin-right: auto;
  margin-left: auto;
}

.product-overview h1 {
  color: #333e48;
  font-size: 46px;
}

p.product-sub-title {
  font-size: 34px;
  font-weight: 300;
  line-height: 52px;
}

.sf-section.product-overview .divider-bottom {
  margin-left: 54px;
  margin-right: 54px;
  height: 0;
  margin-top: 12px;
  border-bottom: 1px solid #e7e8ed;
}
.hs-product-sub .sf-section.applicable-products.clearfix h2 {
  font-size: 28px;
  margin-top: 0;
}
.hs-product-sub  .sf-section.applicable-products ul {
  -webkit-padding-start: 0;
  padding-left: 0;
  list-style: none outside none;
  margin: 0;
}
.hs-product-sub  .sf-section.applicable-products ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -16px;
  top: -0;
  color: #ba0c0c;
  font-size: 28px;
}
.hs-product-sub  .sf-section.applicable-products ul li {
  padding: 10px 0;
}
.hs-product-sub  .applicable-products.clearfix {
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.hs-product-sub  .applicable-products .row.clearfix >div:first-child {
  padding-right: 4%;
}
.hs-product-sub .applicable-products .row.clearfix >div:last-child {
  padding-left: 4%;
}
body.hs-product-sub .body-container-wrapper .page-center {
  padding: 0 !important;
}


.hs-product-sub .divider-bottom {
  height: 0;
  margin-top: 12px;
  border-bottom: 1px solid #e7e8ed;
  margin-left: 52px;
  display:block;
  margin-right: 52px;
}
.sf-section.product-implementing-stats .implementing-col {
  padding-left: 0;

}
.sf-section.product-implementing-stats .implementing-col .implementing-col-container {
  padding-left: 54px;
  padding-right: 20px;
}
.sf-section.product-implementing-stats .implementing-col h3 {
  color: #333e48;
  font-size: 28px;
  line-height: 38px;
}
.sf-section.product-implementing-stats .implementing-col p {
  margin-bottom: 36px;
}

.sf-section.product-implementing-stats .implementing-col h4 {
  color: #ba0c0c;
  font-size: 22px;
  font-weight: 500;
}
.sf-section.product-implementing-stats {
  padding: 0;
  padding-right: 0;
}
a:not(.btn) {
  font-weight: 500;
}
.sf-section.product-implementing-stats .stats-col {
  padding-right: 0;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container {
  background-color: #333e48;
  color: #fff;
  text-align: center;
  min-height: 598px;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner {
  padding: 32px 0;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 20px 16%;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner .divider-bottom.white {
  height: 0;
  margin-top: 12px;
  margin-left: 54px;
  display: block;
  border-bottom: 1px solid #e7e8ed;
  margin: 0;
  margin: 0 52px;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner p {
  margin: 24px 52px;
  font-size: 30px;
  line-height: 39px;
  font-weight: 200;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
  font-size: 175px;
  line-height: 165px;
  letter-spacing: -12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2 {
  font-size: 75px;
  font-weight: 200;
  line-height: 75px;
  margin-bottom: 42px;
  color: #fff;
  margin-top: 0;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner {
  padding: 32px 0;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner .read-more-link a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.sf-section.product-implementing-stats .stats-col .stats-col-container .inner .read-more-link {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 18px;
}

.sf-section.section-product-divider .container-fluid .dark-stripe {
  height: 6px;
  background-color: #333e48;
  width: 100%;
}
.sf-section.section-product-divider {
  padding: 0;
  margin-bottom: 48px;
}
.sf-section.product-implementing-stats .row {
  margin: 0;
}
div[about="http://switchfy-3311812.hs-sites.com/products/airline-booking-engine"].sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
  font-size: 250px;
  margin-top: 20px;
  line-height: 245px;
}
div[about="http://switchfy-3311812.hs-sites.com/products/airline-booking-engine"].sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2{
  font-size: 80px;
  line-height: 106px; 
}
div[about="http://switchfy-3311812.hs-sites.com/products/post-booking"].sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
  font-size: 198px;
  line-height: 230px;
  margin: 0;
}
div[about="http://switchfy-3311812.hs-sites.com/products/post-booking"].sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2 {
  font-size: 71px;
  line-height: 93px;
}

.switchfly-banner.hidden-phone.products-banner {
  background-color: rgba(0,0,0,0);
  min-height: 388px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.switchfly-banner .row {
  padding-top: 5em;
}
.switchfly-banner .left-side {
  padding-left: 5%;
  padding-top: 1.5em;
}
.switchfly-banner .left-side h1 {
  font-size: 4em;
  color: #fff;
  font-family: Roboto,arial,sans-serif;
  font-weight: 300;
}
h1.banner-title-2 {
  font-size: 2.11em;
  line-height: 1.45em;
  font-weight: 500;
  color: #fff;
  font-family: Roboto,arial,sans-serif;
}

.section-tagline-text {
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  margin: 0 18%;
}
.sf-section.product-top-tagline p {
  margin: 0 9%;
}
.sf-section.product-list-section .row>div {
  padding: 0!important;
  border-top: 1px solid #e7e8ed;
}
.sf-section.product-list-section .row>div {
  padding: 0!important;
  border-top: 1px solid #e7e8ed;
}
.product-list-section .flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}
.product-list-section .sf-product-card.table-container {
  display: table;
}
.product-list-section .sf-product-card {
  width: 100%;
  padding: 32px 36px;
}
.product-list-section .sf-product-card .table-row {
  height: 100%;
  display: table;
  width: auto!important;
  vertical-align: middle;
}
.product-list-section .sf-product-card .icon {
  margin: 0;
  vertical-align: middle;
}
.product-list-section .icon-loyalty {
  color: red;
  width: 34px;
  height: 34px;
  margin: auto;
  display: block;
}
.sf-product-card .table-row .table-col {
  display: table-cell;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow: hidden;
}
.IE .sf-product-card .table-row .table-col {
  display: inline-block;
}
.sf-product-card h2 {
  padding-left: 12px;
  display: inline;
}
.sf-product-card h3 {
  color: #333e48;
  font-size: 1.23em;
  line-height: 1.25em;
  font-weight: 500;
  margin-top: 10px;
}

.sf-section.product-list-section .row>div {
  padding: 0!important;
  border-top: 1px solid #e7e8ed;
}


.sf-section.product-list-section .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding: 0 !important;
}
.product-list-section .sf-product-card {
  width: 100%;
  padding: 32px 36px;
}

.sf-section.product-list-section .row>div {
  padding: 0 15px !important;
}


.sf-section.product-list-section {
  padding: 20px 15px;
}
.sf-section.product-list-section .row>div:last-child {
  border-left: 1px solid #e7e8ed;
}
.sf-section.product-list-section .row>div {
  padding: 0!important;
  border-top: 1px solid #e7e8ed;
}
.product-list-section .sf-product-card.table-container blockquote {
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #333e48;
  -webkit-font-smoothing: antialiased;
}
.sf-product-card.flex-col.table-container blockquote p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
  margin-bottom: 24px;
}
.sf-product-card.flex-col.table-container blockquote p:last-child {
  font-weight: 300;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  padding-right: 5%;
  margin-bottom: 10px !important;
}
.product-header {
  border-bottom: 0;
  background-color: #ba0c0c;
  text-align: center;
  padding: 14px 0;
}
.product-header h1 {
  margin: 0;
}
.product-header h3 {
  margin: 0;
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.sf-industry-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.content-groop-wrapper .sf-industry-card h2 {
  color: #333e48;
  text-align: center;
}
.content-groop-wrapper .sf-industry-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-groop-wrapper h2 {
  font-size: 28px;
  line-height: 32px;  
}
.content-groop-wrapper .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.content-groop-wrapper .sf-industry-card p + p {
  margin: 0;
  padding-left: 1.5em;
}
.content-groop-wrapper .icon-air {
  color: #333e48;
  width: 56px;
  height: 56px;
  margin: auto;
  display: block;
}

.hs-industry h1.banner-title-2 {
  line-height: 1.36em;
  font-size: 1.9em;
}
.hs-industry .content-groop-wrapper .sf-industry-card h2 {
  color: #ba0c0c;
}
.hs-industry  .sf-section.customer-partner-list.accordion {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.sf-accordion.panel-group .panel:not(:last-child) {
  border-bottom: 1px solid #e7e8ed;
}
.hs-about-us .banner-area-inner .left h1 {
  font-size: 2.111em;
  line-height: 1.476em;
  font-weight: 400;
}


.row1-header-about h1 {
  margin-top: 50px;
  margin-bottom: 32px;
  font-size: 70px;
  line-height: 84px;
  font-weight: 200;
}

.row1-header-about {
  padding: 0 30px;
  text-align: center;
  padding-bottom: 20px;
}

.sf-section.about-us-leadership {
  padding-top: 0;
}

.sf-section.about-us-leadership .leadership-container {
  padding-left: 54px;
  padding-right: 54px;
}

.sf-section.about-us-leadership .views-field {
  text-align: center;
}
.node .row img {
  max-width: 100%;
  height: auto;
}
.sf-section.about-us-leadership h2 {
  margin-bottom: 50px;
}
.sf-section.about-us-leadership .dexp-grid-item .leader-name {
  color: #333e48;
  font-size: 18px;
  font-weight: 500;
}
.sf-section.about-us-leadership .dexp-grid-item .leader-title, 
.sf-section.about-us-leadership .dexp-grid-item .leader-dept {
  color: #95989a;
  font-size: 18;
  font-weight: 400;
}
.sf-section.about-us-leadership .dexp-grid-item {
  padding-bottom: 30px;
}

.sf-section.about-us-leadership .dexp-grid-item .views-field-field-department img {
  width: 30px;
} 

.hs-about-us.sf-section.applicable-products.clearfix {
  border-top: 1px solid #95989a;
}

.hs-about-us .sf-section.applicable-products.clearfix .row {
  height: 100%;
  display: table;
  width: 100%;
}

.hs-about-us .sf-section.applicable-products.clearfix .row >div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
.hs-about-us .sf-section.about-us-graybar-section .container-fluid {
  padding: 0 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #333e48;
}
.hs-about-us .sf-section.about-us-graybar-section .container-fluid h3 {
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
  font-family: Roboto,arial,sans-serif;
}

.hs-about-us .sf-section.about-us-graybar-section .container-fluid div[class*='col-']:nth-child(n+2):after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 1px;
}

.hs-about-us .sf-section.about-us-graybar-section {
  padding-bottom: 0;
}

.hs-about-us .mosaic-strip-container-fluid {
  padding: 0;
  margin: 0;
  min-height: 36px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 2px;
  margin-bottom: 50px;
}

.hs-about-us .sf-section.product-implementing-stats .divider-bottom {
  display: none;	
}

.hs-about-us .sf-section.section-product-divider {
  display: none;
}

.hs-about-us .sf-section.product-implementing-stats .implementing-col .implementing-col-container h2 {
  margin-top: 0;
}
.hs-about-us .global-hotel-image {
  padding: 20px 15px 0px;
}
.hs-about-us div#hs_cos_wrapper_module_15495207407642847 .sf-section.customer-partner-list.accordion {
  padding-left: 0;
  padding-right: 0;
}
.hs-about-us  div#hs_cos_wrapper_module_15495207407642847  .accordion .sf-accordion.panel-group .panel:last-child {
  border-bottom: 3px solid #333e48;
  margin-bottom: 40px;
}
.hs-about-us  .sf-accordion.panel-group .panel {
  border-bottom: 1px solid #e7e8ed;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 6px 0;
  margin-top: 5px;
}
.hs-about-us  .sf-section.product-implementing-stats .container-fluid p {
  margin-bottom: 5px;
}
.hs-about-us    .sf-section.customer-partner-list.accordion {
  padding-right: 0;
  padding-left: 0;
}
.hs-about-us  .accordion .sf-accordion.panel-group .panel .panel-body {
  padding: 0;
}
.hs-about-us .sf-section.applicable-products.clearfix {
  border-top: 1px solid #95989a;
}
.hs-about-us .applicable-products .divider-left {
  border-left: 0;
}
.hs-about-us .applicable-products.clearfix {
  padding-left: 54px;
  padding-right: 54px;
}
.hs-about-us .sf-section.applicable-products.clearfix {
  border-top: 1px solid #95989a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sf-section.about-us-leadership .dexp-grid-item:nth-child(4n+1) {
  clear: left;
}
.banner-wrapper img {
  display: none;
}

.hs-contact .switchfly-banner .left-side h1 {
  font-size: 2.111em;
  line-height: 1.476em;
  text-align: right;
  font-family: Roboto,arial,sans-serif;
  font-weight: 400;
  top: 0;
}
.hs-contact .switchfly-banner .left-side {
  padding-top: 3.5vh;
}
.hs-contact .sf-section.contact-us-message .row>div:last-child {
  clear: left;
}
.hs-contact  form.hs-form fieldset .hs-form-field {
  padding: 0 !important;
  margin: 0 !important;
  padding-right: 15px !important;
  width: 50%;
}
.hs-contact span.hs-form-required {
  display: none;
}
.hs-contact  .body-container-wrapper input[type="text"], 
.hs-contact  .body-container-wrapper input[type="password"], 
.hs-contact  .body-container-wrapper input[type="datetime"], 
.hs-contact  .body-container-wrapper input[type="datetime-local"], 
.hs-contact  .body-container-wrapper input[type="date"], 
.hs-contact  .body-container-wrapper input[type="month"], 
.hs-contact  .body-container-wrapper input[type="time"], 
.hs-contact  .body-container-wrapper input[type="week"],
.hs-contact  .body-container-wrapper input[type="number"],
.hs-contact  .body-container-wrapper input[type="email"],
.hs-contact  .body-container-wrapper input[type="url"], 
.hs-contact  .body-container-wrapper input[type="search"],
.hs-contact  .body-container-wrapper input[type="tel"],
.hs-contact  .body-container-wrapper input[type="color"],
.hs-contact  .body-container-wrapper input[type="file"], 
.hs-contact  .body-container-wrapper textarea,
.hs-contact  .body-container-wrapper select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eceef0;
  outline: none;
  margin: 0;
  background: #f8fafc;
  border-radius: 2px;
  padding: 8px 9px !important;
  min-height: 34px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s , -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgb(132, 134, 136);
  font-weight: 300;
  letter-spacing: normal;
  max-width: 767px;
  line-height: 20px;
  display: block;
  padding-bottom: 4px !important;
}
.hs-contact .body-container-wrapper form {
  padding-top: 76px;
}
.hs-contact  .body-container-wrapper textarea {
  min-height: 114px !important;
  position: absolute;
}
.hs-contact .body-container-wrapper form.hs-form fieldset .hs-form-field {
  position: relative;

}
.hs-contact  .body-container-wrapper input[type="text"], 
.hs-contact  .body-container-wrapper input[type="password"], 
.hs-contact  .body-container-wrapper input[type="datetime"], 
.hs-contact  .body-container-wrapper input[type="datetime-local"], 
.hs-contact  .body-container-wrapper input[type="date"], 
.hs-contact  .body-container-wrapper input[type="month"], 
.hs-contact  .body-container-wrapper input[type="time"], 
.hs-contact  .body-container-wrapper input[type="week"],
.hs-contact  .body-container-wrapper input[type="number"],
.hs-contact  .body-container-wrapper input[type="email"],
.hs-contact  .body-container-wrapper input[type="url"], 
.hs-contact  .body-container-wrapper input[type="search"],
.hs-contact  .body-container-wrapper input[type="tel"],
.hs-contact  .body-container-wrapper input[type="color"],
.hs-contact  .body-container-wrapper input[type="file"], 
.hs-contact  .body-container-wrapper textarea,
.hs-contact  .body-container-wrapper select{
  margin-top: 1em;
  margin-bottom: 5px;

}
.hs-contact  .body-container-wrapper input[type="text"]:focus, 
.hs-contact  .body-container-wrapper input[type="password"]:focus, 
.hs-contact  .body-container-wrapper input[type="datetime"]:focus, 
.hs-contact  .body-container-wrapper input[type="datetime-local"]:focus, 
.hs-contact  .body-container-wrapper input[type="date"]:focus, 
.hs-contact  .body-container-wrapper input[type="month"]:focus, 
.hs-contact  .body-container-wrapper input[type="time"]:focus, 
.hs-contact  .body-container-wrapper input[type="week"]:focus,
.hs-contact  .body-container-wrapper input[type="number"]:focus,
.hs-contact  .body-container-wrapper input[type="email"]:focus,
.hs-contact  .body-container-wrapper input[type="url"]:focus, 
.hs-contact  .body-container-wrapper input[type="search"]:focus,
.hs-contact  .body-container-wrapper input[type="tel"]:focus,
.hs-contact  .body-container-wrapper input[type="color"]:focus,
.hs-contact  .body-container-wrapper input[type="file"]:focus, 
.hs-contact  .body-container-wrapper textarea:focus,
.hs-contact  .body-container-wrapper select:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.hs-contact .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 35px 0 0;
  display: block;
  margin-bottom: 5px;
}
.row1-header-career h1 {
  color: #111;
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  line-height: 49px;
}

.row1-bottom-contentcareer.sf-section {
  border-bottom: 1px solid #e7e8ed;
  padding-bottom: 40px;
}
.row1-group-career {
  margin-bottom: 20px;
}
.row2-content-career p:first-child {
  text-align: center;
  font-size: 38px;
  line-height: 58px;
  font-weight: 200;
  padding-left: 5%;
  padding-right: 5%;
}

.row2-content-career p {
  text-align: center;
}
.row2-content-career {
  border-bottom: 1px solid #e7e8ed;
  padding-bottom: 30px; 
}
.sf-section.careers-benefits ul li:before{
  display:none; 
}
.sf-section.careers-benefits ul:not(.contextual-links) li {
  list-style: disc;
  padding: 0;
}
.sf-section.careers-benefits ul {
  -webkit-padding-start: 6px;
  list-style: disc !important;
}
.row1-group-career {
  margin-bottom: 20px;
}
.row2-content-career {
  border-bottom: 1px solid #e7e8ed;
  padding-bottom: 30px;
}

.sf-section.careers-benefits .benefits-title {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  margin-top: 48px;
  margin-bottom: 68px;
}

.sf-section.careers-benefits .row {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-around;
}
.sf-section.careers-benefits .bene-list {
  background-color: #f5f5f5;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  padding-left: 32px;
  padding-top: 32px;
}

ul:not(.contextual-links) {
  list-style: none outside none;
  margin: 0;
}
.sf-section.careers-benefits ul {
  -webkit-padding-start: 6px;
  list-style: disc !important;
}
.sf-section.careers-benefits ul:not(.contextual-links) li {
  font-size: 20px;
  line-height: 46px;
  font-weight: 300;
  list-style: disc;
  padding: 0;
}
.sf-section.careers-benefits ul li:before{
  display:none; 
}
.sf-section.careers-benefits .divider-bottom {
  margin-top: 68px;
  border-bottom: 1px solid #e7e8ed;
  display: block !important;
  height: 0;
}
.career .row3-group.sf-section {
  margin-bottom: 15px;
}
.career .banner-area-inner .left-inner {
  line-height: 28px;
  font-size: 18px;
}
.career .banner-area-inner .left h1 {
  margin-left: 99px;
  margin-top: 0;
}
div#about-us-video {
  padding: 0 !important;
  width: 100%;
  height: 739px;  
}
.region.region-banner {
  background: rgba(20,20,20,.9);
  width: 100%;
  min-height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.def-banner h1 {
  flex: 1 1 50%;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  font-family: Roboto,arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  text-align:left;
  font-weight: 300;
}
.def-banner .subtitle {
  color: #fff;
}

div#block-block-26 {
  width: 100%;
}
ul.black-bullet {
  list-style: none outside none;
  margin: 0;
  padding-left:40px;
}

ul.black-bullet li {
  padding: 0;
}

ul.black-bullet li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -16px;
  top: -0;
  color: #000;
  font-size: 28px;
}
.hs-contact-old .body-container-wrapper textarea {
  min-height: 84px !important;
  position: absolute;
}
.hs-contact-old .body-container-wrapper input[type="text"], 
.hs-contact-old .body-container-wrapper input[type="password"], 
.hs-contact-old .body-container-wrapper input[type="datetime"], 
.hs-contact-old .body-container-wrapper input[type="datetime-local"], 
.hs-contact-old .body-container-wrapper input[type="date"], 
.hs-contact-old .body-container-wrapper input[type="month"], 
.hs-contact-old .body-container-wrapper input[type="time"], 
.hs-contact-old .body-container-wrapper input[type="week"], 
.hs-contact-old .body-container-wrapper input[type="number"], 
.hs-contact-old .body-container-wrapper input[type="email"], 
.hs-contact-old .body-container-wrapper input[type="url"], 
.hs-contact-old .body-container-wrapper input[type="search"], 
.hs-contact-old .body-container-wrapper input[type="tel"], 
.hs-contact-old .body-container-wrapper input[type="color"], 
.hs-contact-old .body-container-wrapper input[type="file"], 
.hs-contact-old .body-container-wrapper textarea, 
.hs-contact-old .body-container-wrapper select {
  background-color: #fff;
  border: 1px solid #eceef0;
  outline: none;
  font-size: 14px;
  max-width: 100%;
  display: block;
  border-radius: 2px;
  box-shadow: none;
}

/* Styles that do not fit into any of the available sections above can go here. */
.hs-contact-old .body-container-wrapper .sf-section.contact-us-message .row>div:last-child{
  clear: none;
}
.hs-contact-old.hs-contact form {
  padding-top: 16px;
}

.image-with-content.background-convert-image .left-side {
  display: none;
}
.background-convert-image .row.vertial-align {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  min-height: 620px;
}
.image-with-content.background-convert-image .right-side.up-sm-1 {
  padding-right: 12%;
  padding-top: 3%;
}
.image-with-content.background-convert-image .left-side {
  display: none;
}

.image-with-content .right-side.up-sm-1 p,.image-with-content .right-side.up-sm-1 h2,
.image-with-content.background-convert-image .right-side.up-sm-1 p,.image-with-content.background-convert-image .right-side.up-sm-1 h2 {
  margin-left: 10%;
  margin-right: 10%;
}
.image-with-content {
  overflow: hidden;
}
.row1-group-plateform {
  padding: 20px 0;
}

.image-with-content.left .picture-left.left-side {
  padding-right: 0;
}
.image-with-content.right .row .picture-left.left-side {
  float: right;
}
.row.middle{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.row.middle .picture-left.left-side {
  padding: 0;
}
.image-with-content.right .row.vertial-align > div:first-child {
  display: none;
}
.image-with-content.left .row.vertial-align > div:last-child {
  display: none;
}
.custom-content-with-title-overlay-group .content-group .bottom-content a {
  color: #fff;
}


.api-section-wrapper .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.api-section-wrapper .platform-arrow-section .table-container .table-row .table-col {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.api-section-wrapper .platform-arrow-section .left-part {
  background-color: rgba(255,255,255,.13);
  position: relative;
  padding-left: 10%;
}
.api-section-wrapper .platform-arrow-section .table-container .table-row {
  height: 100%;
  display: table-row;
}
.api-section-wrapper .platform-arrow-section .container-fluid {
  padding: 0;
  margin: 0;
  min-height: 200px;
  overflow: hidden;
  height: 200px;
}
.api-section-wrapper .platform-arrow-section .table-container {
  display: table;
}
.api-section-wrapper .platform-arrow-section {
  background-color: #333e48;
  padding: 0;
}
.api-section-wrapper .platform-arrow-section h2 {
  margin-left: 12%;
}
.api-section-wrapper .platform-arrow-section .left-part .icon {
  height: 73px;
  width: 94px;
}




.api-section-wrapper .platform-arrow-section .table-container .table-row .table-col {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.api-section-wrapper .platform-arrow-section h2 {
  margin-left: 12%;
}
.api-section-wrapper .robotoRegular {
  font-weight: 400;
}
.api-section-wrapper .platform-arrow-section p {
  font-size: 20px;
  color: #fff;
  margin-left: 12%;
}
.api-section-wrapper .arrow-mosaic .container-fluid {
  padding: 0;
  margin: 0;
  min-height: 36px;
  background-image: url(/sites/default/files/xplatform.arrowmoasaic.jpg.pagespeed.ic.zE_wAZ7HdK.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 1px;
  margin-bottom: 50px;
}
.hs-plateform  div#hs_cos_wrapper_widget_1549599412377 .image-with-content .row.vertial-align.middle {
  border: none !important;
}
.hover-wrapper-content .divider-bottom{
  height: 0;
  margin-top: 12px;
  border-bottom: 1px solid #e7e8ed;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.hover-wrapper-content .icon-costs {
  color: red;
  width: 75px;
  height: 75px;
  margin: auto;
  display: block;
}

.hover-wrapper-content .benefits-card .arrow {
  width: 50%;
  margin: 0 auto;
  padding-top: 30px;
}
.hover-wrapper-content .arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #fff;
  margin: 0 auto;
  display: none !important;
}

.hover-wrapper-content .benefits-tagline {
  border-bottom: 0;
  background-color: #333e48;
  min-height: 160px;
  text-align: center;
}
.hover-wrapper-content .collapse.in {
  display: block;
}

.hover-wrapper-content .hover-content > .sf-section:first-child {
  padding-bottom: 0;
}

.hover-wrapper-content .benefits-taglin-col {
  height: 155px;
}
.hover-wrapper-content .benefits-tagline p {
  color: #fff;
  font-weight: 500;
  padding: 0;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hs-benefits  .row.middle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 15px;
}
.hs-benefits .image-with-content img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.hs-benefits  .image-with-content .right-side.up-sm-1 p, 
.hs-benefits  .image-with-content .right-side.up-sm-1 h2,
.hs-benefits  .image-with-content.background-convert-image .right-side.up-sm-1 p,
.hs-benefits  .image-with-content.background-convert-image .right-side.up-sm-1 h2 {
  padding-left: 11%;
  padding-right: 24%;
  margin-left: 0;
  margin-right: 0;
}
.hs-benefits  .image-with-content .right-side.up-sm-1 {
  padding: 0;
}
.hs-benefits  .row1-group-benefits {
  padding: 0 0 20px;
}

.newsroom-blog.hs-blog-listing .body-container-wrapper {
  margin-bottom:48px;
  padding-bottom:12px;
}

.newsroom-blog.hs-blog-listing .footer-container-wrapper {
  border-top:3px solid #ba0c0c;
  padding-top:24px;
}
/* .custom-content-with-title-overlay-group .inner-group {
margin-right: -2px;
margin-left: -2px;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.custom-content-with-title-overlay-group .content-group {
margin: -.2px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding-left: 4px;
padding-right: 4px;
display: -webkit-flex;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.custom-content-with-title-overlay-group .content-group > div {
margin-top: 2px;
margin-bottom: 2px;
display: -webkit-flex;
-webkit-box-flex: 1;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
} */
.header-search .hs-search-field .header-button:hover i {
  color: #000 !important;
}

/* COLUMNS */
.wide1 {
  width: calc(100% / 1);
}

.wide2 {
  width: calc(100% / 2);
}

.wide3 {
  width: calc(100% / 3);
}

.wide4 {
  width: calc(100% / 4);
}

.wide5 {
  width: calc(100% / 5);
}

.wide6 {
  width: calc(100% / 6);
}

.wide7 {
  width: calc(100% / 7);
}

.wide8 {
  width: calc(100% / 8);
}

.wide9 {
  width: calc(100% / 9);
}

.wide10 {
  width: calc(100% / 10);
}


.events-page .body-container ul li {
  padding-left: 25px
}



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


.hs-blog-post .address-group {
  text-align:right;
  margin-top:-20px;
}

.hs-blog-post .address-group a {
  color:#111;
} 

.hs-blog-post .address-group .inner {
  padding-bottom: 38px;
} 

.hs-blog-post .address-group p.align-left {
  text-align:left;
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 768px) { 
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }

  .hs-contact.hs-contact-old  form.hs-form fieldset .hs-form-field.hs_message.index1 {
    display:none !important
  }
  .custom-content-with-title-overlay-group .content-group {
    width: 33.33%;
  }
}
@media (min-width: 991px) { 
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .firefox .banner-area.hidden-phone .banner-area-inner {
    height: 379px;
  }
  .banner-area.hidden-phone .banner-area-inner {
    min-height: 379px;
  }
  
  .banner-area-inner .left h1 {
    margin-left: 41px;
  
  }
  
  .banner-area .banner-area-inner {
    min-height: 379px;
  }
  .banner-area.hidden-phone .banner-area-inner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .banner-area.hidden-phone .banner-area-inner .page-center {
    max-width: 1200px !important;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
    display: table;
    width: 100% !important;
    height: 100% !important;
    vertical-align: middle;
    min-height: 379px;
  }
  .banner-area.hidden-phone .banner-area-inner .page-center > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    padding: 0;
  }
  .banner-area.hidden-phone .banner-area-inner .page-center .left {
    float: none;
  }
  .container-fluid.hidden-md.hidden-lg {
    display: none;
  }
  .hover-wrapper-content .col-xs-5ths.active .arrow-down.in {
    display: block !important;
    z-index: 999999;
    position: absolute;
    top: 37px;
    left: 13px;
  }
  .hover-wrapper-content .benefits-tagline.active {
    display: block;
  }
  .hover-wrapper-content .benefits-tagline-set {
    margin-top: 0;
    position: relative;
    top: 30px;
    margin-bottom: 70px;
  }
  h3.box-title.robotoRegular {
    min-height: 31px;  
  }
  .hover-wrapper-content .benefits-tagline {
    display: none;
  }
  .hover-wrapper-content .row.clearfix .col-xs-5ths:nth-child(4).active .arrow-down.in {
    top: 30px;
  }
  .hover-wrapper-content .benefits-card .arrow {
    position: relative;
  }
  .hover-wrapper-content .benefits-taglin-col {
    margin-top: 10px;
  }

  .glyphicon.glyphicon-triangle-bottom:before {
    content: "\e250";
  }

  .hover-wrapper-content .benefits-tagline-set {
    margin-top: -50px;
  }

  .preview-pages .banner-area-inner .left h1 {
    margin-left: 0;
  }

  .four-col-footer .row-fluid {
    padding-left: 2%;
  }
  
}
@media (min-width: 1009px) {
  .sf-section.product-overview .overview-left {
    float: left !important;
  }
  .sf-section.product-overview .overview-right {
    float: right !important;
  }
  .hidden-lg {
    display: none!important;
  }
}
@media (max-width: 1009px) and (min-width:768px){
  .sf-section.benefits-graybar-section .container-fluid .hrule {
    display: none !important;
  }
}
@media (min-width: 1200px) { 
  .container-fluid .row-fluid .page-center {
    max-width: 1200px;
  }
  .sf-section.careers-benefits .bene-list {
    min-height: 555px;
  }
  .api-section-wrapper .hidden-lg {
    display: none!important;
  }
}





@media (min-width: 1300px) {

  .banner-area.hidden-phone .banner-area-inner {
    min-height: 379px;
  }
  .firefox .banner-area.hidden-phone .banner-area-inner {
    height: 379px;
  }
  .banner-area-inner .left h1 {
    margin-left: 41px;
  }
  .banner-area .banner-area-inner {
    min-height: 379px;
  }
  .banner-area.hidden-phone .banner-area-inner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .banner-area.hidden-phone .banner-area-inner .page-center {
    max-width: 1200px !important;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
    display: table;
    width: 100% !important;
    height: 100% !important;
    vertical-align: middle;
    min-height: 379px;
  }
  .banner-area.hidden-phone .banner-area-inner .page-center > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    top: 0;
  }
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    padding: 0;
  }
  .banner-area.hidden-phone .banner-area-inner .page-center .left {
    float: none;
  }
} 
@media (max-width: 1292px) {
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    padding: 8vw 0 5vw;
  }
  .banner-area-inner .page-center>div .left-inner {
    padding-left: 75px;
  }
  .banner-area-inner .right {
    padding-left: 2.8vw;
    padding-right: 2.8vw;
    top: -19px;
  }
  .hs-about-us  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    padding: 0 !important;
  }
  .hs-about-us  .banner-area.hidden-phone .banner-area-inner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    height: 29.2vw;
    min-height: auto;
  }
  .hs-about-us .banner-area.hidden-phone .banner-area-inner .page-center {
    min-height: auto;
  }
}
@media (max-width: 1260px) {

  .right-inner {
    font-size: 18px;
    line-height: 26px;
    border-width: 0px;
    letter-spacing: 0px;
    font-size: 17px;
  }
  .banner-area-inner .page-center>div .left-inner {
    padding-left: 10%;
  }
  .banner-area-inner .right {
    top: -19px;
    left: 15px;
  }


  .custom-home-banner-area {
    padding-left: 11.5vw;
    padding-right: 11.5vw;
  }

  .custom-home-banner-area .content {
    font-size: 3.6vw;
    line-height: 1.42;
    padding-top: 5.6vw;
  }

}
/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 1207px) {
  .header-wrapper .page-center {
    padding-right: 15px !important;
    max-width: 100% !important;
  }
  .header-wrapper  ul.hs-search-field__suggestions {
    position: absolute;
  }
  /*
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    background: #ba0c0c!important;
    color: #fff;
  } 
  */
  .custom-menu-primary .hs-menu-wrapper>ul>li.search>ul {
    right: 0 !important;
    left: auto !important;
    padding: 8px;
    width: 100% !important;
  }
  .header-button i.fa.fa-search:before {
    position: relative;
    top: 4px;
    left: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.search>ul {
    padding-left: 20px;
    margin-bottom: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.anchor-hover.hs-item-has-children>a:before {
    background: rgba(255,255,255,.03);
    color: #ddd;
  }
  .header-button {
    margin-top: -25px;
  }

  .right-inner {
    line-height: 26px;
    font-size: 17px;
  }
  .header-wrapper {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul.hs-search-field__suggestions {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul.hs-search-field__suggestions a {
    text-indent: inherit;
  }

/* hide hiring banner in mobile */  
  .banner-buffer {
    margin-top: 0px;
  }

}

@media (max-width: 1207px) and (min-width:992px){
  .custom-logo a {
    display: inline-block;
    min-height: 75px;
  }
  .scroll-header .mobile-trigger i {
    /* top: -10px; */
    left: 27px;
  } 
  .custom-menu-primary .hs-menu-wrapper {
    position: relative;
    top: -23px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    right: 10px;
    margin-top: -8px;
    text-align: center;
  }

}
@media (max-width: 1199px){
  .hs-benefits-sub .switchfly-banner .left-side h1 {
    margin-right: 46px;
  }
}
@media (max-width: 1199px) and (min-width: 991px){
  .simple-menu-wrapper-section ul li a {
    font-size: 14px;
  }
  .sf-section.product-overview .container-fluid .overview-left h1 {
    font-size: 42px;
  }
  .sf-section.product-overview .container-fluid .overview-left .product-sub-title {
    font-size: 28px;
    line-height: 46px;
  }
  .sf-section.product-overview .container-fluid .overview-left .product-copy {
    font-size: 15px;
    line-height: 22px;
  }
  .sf-section.careers-benefits .bene-list {
    min-height: 440px;
  }
  .hover-wrapper-content .col-xs-5ths.active .arrow-down.in {
    display: block !important;
    z-index: 999999;
    position: absolute;
    top: 30px;
    left: 13px;
  }



  .switchfly-platform-group .outer-group .inner-group .column.col1 h2 {
    font-size: 22px;
  }


  .switchfly-platform-group .outer-group .inner-group .column.col2 p {
    font-size: 21px;
    line-height: 40px;
  }

  .switchfly-platform-group .outer-group .inner-group .column.col1 {
    width:25%;
  }

  .switchfly-platform-group .outer-group .inner-group .column.col2 {
    width:75%;
  }

}
@media (max-width: 1191px) {
  .left-inner,
  .right-inner {
    line-height: 26px;
    font-size: 16px;
  }
  .career .banner-area-inner .left-inner {
    line-height: 26px;
    font-size: 16px;
  }
  
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    padding: 7vw 0 5.2vw;
  }
  .banner-area-inner .page-center>div .left-inner {
    padding-left: 12%;
  }
}
@media (max-width: 1125px) {
  .lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
    margin: 0;
    font-size: 95px;
    line-height: 135px;
  }
  .lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2 {
    font-size: 50px;
    line-height: 70px;
    font-size: 34px;
    line-height: 50px;
  }
  .lightbox-wrapper.sf-section.product-implementing-stats .stats-col .stats-col-container {
    background-color: #333e48;
    color: #fff;
    text-align: center;
    min-height: initial;
  }
}
@media (max-width: 1120px) {
  .left-inner,
  .right-inner {
    line-height: 24px;
    font-size: 15px;
  }
  .career .banner-area-inner .left-inner {
    line-height: 24px;
    font-size: 15px;
  }
  .banner-area-inner .page-center>div .left-inner {
    padding-left: 4%;
  }
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    padding: 7vw 0 4.6vw;
  }
}
@media (max-width: 1060px) {
  .left-inner,
  .right-inner {
    line-height: 23px;
    font-size: 14px;
  }
  .career .banner-area-inner .left-inner {
    line-height: 23px;
    font-size: 14px;
  }
  .banner-area-inner .page-center>div .left-inner {
    padding-left: 4%;
  }
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    padding: 4vw 0 0.6vw;
  }
}




@media(max-width:1024px) {
  .custom-home-banner-area .content {
    font-size: 3.67vw;
    line-height: 1.43;
    padding-top: 5.45vw;
  }
}




@media (max-width: 991px) {
  .copyright {
    padding: 0 15px;
    width: 100% !important;
    right: 0;
  }
  .footer-menu {
    padding: 0 15px;
    width: 100% !important;
    float: none !important;
  }
  .footer-menu .hs-menu-wrapper ul {
    display: block;
    margin: 0 0 12px 0 !important;

  }
  .custom-logo {
    width: 50% !important;
    padding-right: 15px;
  }
  .mobile-trigger {
    position: absolute;
    /* top: 0; */
    right: 0px;
  }
  .scroll-header .header-wrapper, .header-wrapper {
    height: 75px !important;
    /* position: static; */
  }
  
  .custom-menu-primary .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 12px;
    right: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    width: 100% !important;
    margin-left: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding-left: 20px;
  }
  
  .mobile-trigger i {
    /* top: 0px; */
    left: 27px;
  }
  .mobile-trigger i {
    /* top: -1px; */
    left: 27px;
  }
  
  .custom-menu-primary .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0;
    padding: 0;
  }
  
  .hs-about-us  .banner-area.hidden-phone {
    display: block !important;
  }
  .hs-about-us   .banner-area.hidden-phone .banner-area-inner .page-center .left {
    float: none;
  }
  .hs-about-us  .banner-area.hidden-phone .banner-area-inner .page-center {
    max-width: 1200px !important;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
    display: table;
    width: 100% !important;
    height: 100% !important;
    vertical-align: middle;
    min-height: 379px;
  }
  .hs-about-us .banner-area.hidden-phone .banner-area-inner .page-center {
    min-height: auto;
  }
  .hs-about-us  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    padding: 0 !important;
  }
  .hs-about-us  .banner-area.hidden-phone .banner-area-inner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    height: 29.2vw;
    min-height: auto;
  }
  .hs-about-us .banner-area.hidden-phone .banner-area-inner .page-center {
    min-height: auto;
  }
  .hs-about-us  .banner-area.hidden-phone .banner-area-inner .page-center>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    top: 0;
  }
  .sf-section.careers-benefits .bene-list {
    background-color: #f5f5f5;
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    padding-left: 32px;
    padding-top: 32px;
    height: auto;
    margin-bottom: 24px;
    padding-bottom: 32px;
    display: block;
  }
  .sf-section.careers-benefits .row {
    display: block;
  }
  .sf-section.careers-benefits .row {
    display: block;
  }
  .hover-content > .sf-section:first-child {
    display: none;
  }
  .hover-content .container-fluid.hidden-md.hidden-lg {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hover-content .btn.btn-default {
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    vertical-align: middle;
    display: flex;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #fff;
    color: #333;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 1.42857143;
    padding: 6px 12px;
    border-color: #fff;
  }

  .benefits-tagline-set .btn .icon {
    width: 48px;
    height: 48px;
    margin-left: 30px;
    align-self: center;
  }
  .benefits-tagline-set .btn span {
    margin-left: 1em;
    width: 85%;
    align-self: center;
  }
  .benefits-tagline-set .btn .glyphicon {
    margin-right: 1em;
    align-self: center;
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-triangle-right:before {
    content: "\e250";
  }
  .sf-section.benefits-tagline.costs-tag {
    display: none;
  }
  .glyphicon.glyphicon-triangle-bottom:before {
    content: "\e250";
  }
  .sf-section.benefits-tagline-set {
    padding-top: 0;
  }
  .sf-section.benefits-tagline-set {
    padding-top: 0;
    margin-top: -10px;
  }
  .sf-section.benefits-tagline.costs-tag.slide-menu {
    display: block !important;
  }
  .sf-section.benefits-tagline-set {
    padding-top: 0;
    margin-top: -10px;
    padding-bottom: 60px;
  }
  .hs-benefits .body-container-wrapper .image-with-content:last-of-type .row {
    border: none !important;
    display: block;
  }
  .hs-benefits .benefits-zigzag .col-sm-6 h2, .benefits-zigzag .col-xs-12 h2 {
    font-size: 1.5em;
    margin-top: 1em;
    font-size: 28px;
    line-height: 32px;
    color: #ba0c0c;
  }

  .hs-benefits .image-with-content .right-side.up-sm-1 h2 {
    font-size: 28px;
    line-height: 32px;
    color: #ba0c0c;
  }
  .hs-benefits .image-with-content .right-side.up-sm-1 p, 
  .hs-benefits .image-with-content .right-side.up-sm-1 h2, 
  .hs-benefits .image-with-content.background-convert-image .right-side.up-sm-1 p, 
  .hs-benefits .image-with-content.background-convert-image .right-side.up-sm-1 h2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
  .hs-benefits  .image-with-content .right-side.up-sm-1 p {
    font-size: .9em;
    line-height: 1.3em;
  }
  .slide-button .glyphicon.glyphicon-triangle-bottom:before {
    content: "\e252";
  }

  .banner-area .banner-area-inner .page-center p br {
    display:block !important;
  }

  .managed-service-layout .banner-area .banner-area-inner .page-center .left-inner {
    margin-left: 0;
    max-width: 335px;
    margin: 60px auto 0;
    font-size: 18px;
  }

  .managed-service-layout .banner-area .banner-area-inner .page-center p,
  .managed-service-layout .banner-area .banner-area-inner .page-center h1 {
    font-size: 1.56em;
    line-height: 1.5em;
  }
  .preview-pages .banner-area .banner-area-inner .page-center p{
    font-size: 1.56em;
    line-height: 1.5em;
  }
  .managed-service-layout .image-with-content .right-side.up-sm-1 p {
    font-size:18px;
    line-height: 28px;
  }



  .travel-loyalty-outlook-report-layout .air-industry .left-side.vertical-rule-right, 
  .travel-loyalty-outlook-report-layout .air-industry .right-side {
    padding-left: 0;
    width: 100%;
    float: none;
  }

  .travel-loyalty-outlook-report-layout .custom-row1 .image-with-content.left .right-side ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 14px;
  }

  .travel-loyalty-outlook-report-layout .air-industry .right-side img {
    width: 50%;
    float: left;
  }

  .events-page form {
    padding: 0px 15%;
  }


	.four-col-footer .row-fluid div {
		margin-left: 0px;
	}
  
}  
@media (max-width: 991px) and (min-width: 768px){
  .simple-menu-wrapper-section ul li a {
    font-size: 11px;
  }
  .image-with-content .right-side.up-sm-1 p {
    font-size: .9em;
    line-height: 1.3em;
  }

  .image-with-content .right-side.up-sm-1 h2 {
    font-size: 1.5em;
    margin-top: 1em;
  }

  .managed-service-layout .banner-area.visible-phone {
    display: block !important;
    height: 670px;
  }

  .hs-benefits-sub.hs-benefits-sub-v2.hs-about-us .banner-area .banner-area-inner .page-center .left {
    padding-left:50px;
  }
  .preview-pages .banner-area.hidden-phone {
    display: block !important;
  }
      
  .banner-area-inner .right {
    left: 0;
  }
  
  .banner-area.hidden-phone {
    display: block!important;
  }
  .banner-area.hidden-phone .page-center {
    display: flex;
    align-items: center;
  }
  .banner-area.hidden-phone .left {
    justify-content: flex-end;
    margin-left: 4vw;
    padding-right: 8vw;
    display: flex;
  }
  .banner-area.hidden-phone .left h1 {
    font-size: 60px;
  }
  .banner-area-inner .right {
    padding-left: 2vw;
    padding-right: 3vw;
  }
}
@media (max-width: 990px) and (min-width: 401px){
  .four-col-footer .row-fluid .footer-col {
    padding-left: 10%;
  }
}

@media (max-width: 900px) {
  .switchfly-banner .left-side h1 {
    font-size: 3.5em;
  }
  .hs-about-us .left-inner,   .hs-about-us .right-inner {
    line-height: 19px;
    font-size: 12px;
  }
  .career .banner-area-inner .left-inner {
    line-height: 19px;
    font-size: 12px;
  }
  .hs-benefits-sub  .image-with-content .right-side.up-sm-1 h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .hs-benefits-sub   .image-with-content .right-side.up-sm-1 p {
    font-size: .9em;
    line-height: 1.3em;
    font-family: Roboto,arial,sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #333e48;
  }
}

@media (max-width: 980px) {
  .left-inner, .right-inner {
    line-height: 21px;
    font-size: 13px;
  }



}
@media (max-width: 835px) {
  .hs-about-us .left-inner, .hs-about-us .right-inner {
    line-height: 18px;
    font-size: 11px;
  }
  .career .banner-area-inner .left-inner {
    line-height: 18px;
    font-size: 11px;
  }
  .career .banner-area-inner .left h1 {
    margin-left: 59px;
    margin-top: 0;
  }
}

@media(max-width:816px) {
  .custom-home-banner-area .content {
    font-size: 3.59vw;
    line-height: 1.43;
    padding-top: 5.35vw;
  }
}

@media(max-width:780px) {
  .custom-home-banner-area {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }


  .custom-home-banner-area .content {
    font-size: 3.8vw;
    line-height: 1.43;
    padding-top: 4.5vw;
  }
}

/* =============== Landscape phones and smaller devices =============== */  
@media (max-width: 767px) and (min-width:397px) {
  .hs-benefits-sub.hs-benefits-sub-v2 .banner-area { 
    min-height: 628px;
  }
  .hs-benefits-sub.hs-benefits-sub-v2 .banner-area-inner {
    padding: 65px 0;
  }
}
@media (max-width: 767px) {
  .hs-benefits-sub.hs-benefits-sub-v2 .banner-area-inner {
    padding: 65px 0;
  }
  .footer-menu {
    /* display: none !important; */
  }
  .footer-bottom-wrapper {
    padding: 21px 0 17px;
  }
  .sf-section.product-implementing-stats .implementing-col .implementing-col-container h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before{
    margin-top: -8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    margin-top: -7px;
  }
  .custom-logo a {
    padding: 0 !important;
  }

  .custom-logo img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
    height: auto;
    padding-top: 15px;
    padding-left: 20px;
    min-width: 220px;
  }
  .banner-area-inner .left, .banner-area-inner .right {
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .banner-area-inner .left {
    margin: -10px 0 10px;
    
  }
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    width: auto;
    display: inline-block;
    margin: 0 auto !important;
    text-align: left;
  }
  .banner-area-inner {
    padding: 50px 0;
  }
  .banner-area-inner .page-center>div .right-inner {
    padding-top: 110px;
  }

  .banner-area-inner .page-center>div .right-inner {
    max-width: 350px;
    top: 0;
    position: relative;
  }
  .banner-area-inner .left h1 {
    position: relative;
    margin-right: 42px;
    top: 6px;
    margin-left: 10px;
  }
  .banner-area-inner .page-center>div .right-inner {
    top: -0;
    position: relative;
  }
  .banner-area-inner .left h1 {
    font-size: 2.24em;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    width: auto;
  }
  .banner-area-inner .right h1 {
    font-size: 1.56em;
    line-height: 1.5em;
    font-weight: 500;
  }
  .air-industry .right-side {
    padding-left: 55px;
  }
  .hide-sm {
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    border: none;
    margin: 0 !important;
  }
  .simple-menu-wrapper-section ul {
    padding-left: 0;
  }
  .block-menu-block ul li:first-child {
    border-top: 1px solid #e7e8ed;
  }
  body.hs-product-sub .block-menu-block ul li:first-child {
    border: none !important;
  }
  .block-menu-block ul li {
    padding-top: 8px!important;
    padding-bottom: 8px;
  }
  .heading-with-background .industry-graybar .row {
    display: block;
  }
  .accordion .sf-accordion.panel-group .panel .panel-body {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    margin-left: 32px;
    margin-right: 32px;
  }
  .sf-accordion.panel-group .panel .panel-body .dexp-grid-item {
    padding: 4px;
  }
  .sf-accordion.panel-group .panel .panel-heading h3 {
    font-size: 24px;
  }

  .accordion .panel-heading h3 {
    margin-left: 32px;
    cursor: pointer;
  }
  .accordion .sf-accordion.panel-group .panel .panel-body .dexp-grid-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .arrow-mosaic-image.clearfix {
    min-height: 26px;
  }
  .accordion .sf-accordion.panel-group .panel .panel-heading .accordion-toggle:after {
    margin-right: 32px;
  }
  .banner-area {
    margin-top: 1px;
    padding-bottom: 1px;
  }
  .sf-section.product-overview .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
  .product-overview h1 {
    font-size: 38px;
    font-weight: 500;
  }
  p.product-copy {
    font-size: 16px;
    line-height: 26px;
  }
  p.product-sub-title {
    line-height: 52px;
    font-size: 30px;
    line-height: 48px;
  }
  .hs-product-sub .applicable-products .row.clearfix>div:first-child {
    padding-right: 4%;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100% !important;
  }
  .hs-product-sub .applicable-products div.row > div, .hs-product-sub .applicable-products div.row .divider-left {
    padding: 0 4% ;
  }
  .sf-section.product-overview .divider-bottom {
    height: 0;
    margin-top: 12px;
    border-bottom: 1px solid #e7e8ed;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-product-sub .applicable-products.clearfix {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .hs-product-sub .sf-section.applicable-products ul li {
    padding: 4px 0;
  }
  .hs-product-sub .sf-section.applicable-products ul p {
    font-size: 16px;
    line-height: 26px;
  }
  .hs-product-sub .sf-section.applicable-products ul li {
    padding: 4px 0 !important;
  }
  .hs-product-sub .applicable-products .row.clearfix>div:last-child {
    padding-left: 4%;
    border: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100% !important;
    padding-bottom: 26px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .hs-product-sub .sf-section.applicable-products.clearfix h2 {
    margin-top: 0;
    font-size: 24px;
  }
  .hs-product-sub  .applicable-products .row.clearfix>div:first-child .divider-bottom {
    margin-left: 0;
    margin-right: 0;
    height: 0;
    margin-top: 12px;
    border-bottom: 1px solid #e7e8ed;
    display: block;
  }
  .sf-section.product-implementing-stats .implementing-col .implementing-col-container {
    padding-left: 32px;
    padding-right: 17px;
  }
  .hs-product-sub    .sf-section.product-implementing-stats .divider-bottom {
    margin-left: 0;
    margin-right: 0;
  }
  .sf-section.product-implementing-stats .stats-col .stats-col-container .inner h3 {
    margin: 20px 16%;
    font-size: 20px;
    line-height: 26px;
    margin-left: 8%;
    margin-right: 8%;
  }
  .sf-section.product-implementing-stats .stats-col .stats-col-container .inner .divider-bottom.white {
    margin: 0 24px;
  }
  .sf-section.product-implementing-stats .stats-col .stats-col-container .inner p {
    font-weight: 200;
    margin: 20px 24px 26px 24px;
    font-size: 21px;
    line-height: 28px;
  }
  .sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
    font-size: 95px;
    line-height: 86px;
    letter-spacing: 0;
  }
  .sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2 {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 12px;
  }
  .sf-section.product-implementing-stats .stats-col .stats-col-container .inner .read-more-link a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
  }
  .sf-section.product-implementing-stats .stats-col {
    padding-right: 0;
    padding: 0 !important;
  }
  .hs-product-sub .sf-section.product-implementing-stats .divider-bottom {
    margin: 0 24px;
  }
  .sf-section.product-implementing-stats .stats-col .stats-col-container .inner {
    padding: 24px 0;
  }
  .sf-section.product-implementing-stats .implementing-col h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .sf-section.product-implementing-stats .implementing-col p {
    font-size: 16px;
    line-height: 26px;
  }
  .sf-section.product-implementing-stats .implementing-col h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .sf-section.product-implementing-stats .stats-col .stats-col-container {
    min-height: 420px;
  }
  .hs-product-sub .sf-section.product-implementing-stats .divider-bottom:first-child {
    margin: 0;
  }
  .block-menu-block ul li:first-child {
    border-top: 0;
  }
  div[about="http://switchfy-3311812.hs-sites.com/products/airline-booking-engine"].sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
    font-size: 166px;
    line-height: 160px;
  }
  div[about="http://switchfy-3311812.hs-sites.com/products/airline-booking-engine"].sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2 {
    font-size: 54px;
    line-height: 72px;
  }
  div[about="http://switchfy-3311812.hs-sites.com/products/post-booking"].sf-section.product-implementing-stats .stats-col .stats-col-container .inner h1 {
    font-size: 95px;
    line-height: 135px;
  }

  div[about="http://switchfy-3311812.hs-sites.com/products/post-booking"].sf-section.product-implementing-stats .stats-col .stats-col-container .inner h2 {
    font-size: 58px;
    line-height: 80px;
  }
  .lightbox-wrapper.sf-section.product-implementing-stats.lightbox-wrapper .row.clearfix {
    -webkit-flex-flow: row wrap;
  }
  .switchfly-banner .left-side {
    padding-left: 0;
  }
  .switchfly-banner .left-side h1 {
    font-size: 2.24em;
    font-weight: 400;
    padding-left: 1.5em;
  }
  .switchfly-banner .right-side h1 {
    font-size: 1.56em;
    line-height: 1.5em;
    font-weight: 500;
    padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1em;
  }
  .switchfly-banner {
    min-height: 586px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    position: relative;
    overflow: hidden;

  }
  .sf-section.product-top-tagline p {
    margin: 0 2%;
  }
  .section-tagline-text {
    font-size: 24px;
    line-height: 38px;
    margin: 0 5%;
  }
  .sf-product-card .table-row .table-col {
    display: table-cell;
    vertical-align: MIDDLE;
  }
  .product-list-section .sf-product-card {
    width: 100%;
    padding: 30px 24px 20px 24px;
  }
  .product-list-section .sf-product-card .icon {
    width: 45px;
    height: 45px;
  }
  .product-list-section .sf-product-card h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .product-list-section .sf-product-card h3 {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 26px;
    margin-top: 8px;
  }
  .product-list-section .sf-product-card p {
    font-size: 16px;
    line-height: 26px;
  }
  .product-list-section h2.table-col {
    position: relative;
    top: -4px;
  }
  .sf-product-card.flex-col.table-container blockquote p {
    font-size: 28px;
    line-height: 40px;
  }
  .sf-product-card.flex-col.table-container blockquote p:last-child {
    text-align: right;
  }
  .product-header h3 {
    font-size: 22px;
  }
  .sf-section.product-list-section .container-fluid > .row.clearfix:last-child .col-xs-12.col-sm-6.col-md-6.col-lg-6:first-child h3 {
    margin-top: 16px !important;
  }
  .sf-section.product-list-section .container-fluid > .row.clearfix:last-child .col-xs-12.col-sm-6.col-md-6.col-lg-6:first-child h2.table-col {
    position: relative;
    top: -2px;
  }
  .sf-section.product-list-section .container-fluid > .row.clearfix:last-child .col-xs-12.col-sm-6.col-md-6.col-lg-6:first-child   svg.icon.icon-irop.table-col {
    position: relative;
    top: 5px;
  }
  .content-groop-wrapper .sf-industry-card {
    display: block;
    margin: 0 -15px;
    padding: 14px 32px;
    border-bottom: 1px solid #e7e8ed;
  }
  .content-groop-wrapper .sf-industry-card p+p {
    margin: 0;
    padding-left: 1.5em;
    font-size: 16px;
    line-height: 26px;
  }
  .product-header {
    padding: 14px 15px;
  }
  .hs-industry .switchfly-banner {
    min-height: 640px;
  }
  .switchfly-banner .right-side h1 br {
    display: none;
  }
  .hs-industry .switchfly-banner .right-side h1 {
    font-size: 1.4em;
    line-height: 1.2em;
    padding-top: 6em;
    display: block;
    width: 100%;
  }
  .hs-industry  .accordion .sf-accordion.panel-group .panel {
    margin-top: 5px;
  }
  .hs-industry .accordion .sf-accordion.panel-group .panel:first-child {
    margin-top: 0;
  }
  .hs-about-us .banner-area.hidden-phone {
    display: none !important;
  }
  .hs-about-us .banner-area {
    margin-top: 1px;
    padding-bottom: 1px;
    min-height: 580px;
  }
  .hs-about-us .banner-area-inner .left h1 {
    font-weight: 400;
    font-size: 1.555em;
    line-height: 1.5em;
  }
  .hs-about-us .banner-area-inner {
    padding: 135px 0 80px;
  }
  
  .hs-about-us .banner-area-inner .left {
    padding: 20px 0 40px;
  }
  
  .hs-about-us .banner-area-inner .right {
    padding: 40px 0 20px;
  }
  
  .hs-about-us .banner-area-inner .right-inner {
    padding-bottom: 20px;
  }
  
  .hs-about-us  .banner-area-inner .left h1 {
    position: relative;
    right: 0;
    top: 6px;
  }
  .row1-header-about h1 {
    font-size: 60px;
    line-height: 79px;
  }
  
  .sf-section.about-us-leadership .dexp-grid-item img {
    padding: 0 32px 32px 32px;
  }
  .sf-section.about-us-leadership .dexp-grid-item .views-field-field-executive-image img {
    width: 100%;
  }
  
  .sf-section.about-us-leadership .dexp-grid-item .views-field-field-department img {
    width: 35%;
    min-width: 90px;
    max-width: 150px;
  }
  
  
  
  .sf-section.about-us-leadership h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .sf-section.about-us-leadership .leadership-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hs-about-us .sf-section.applicable-products.clearfix .row>div {
    float: left;
  }
  .hs-about-us .sf-section.applicable-products.clearfix {
    border-top: 1px solid #95989a;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .hs-about-us .applicable-products.clearfix {
    padding-left: 30px;
    padding-right: 32px;
  }
  .block-menu-block ul li:first-child {
    border-top: 1px solid #e7e8ed;
    margin-top:10px ;
  }
  .sf-section.about-us-graybar-section .divider-bottom {
    display: block;
    margin: 32px 30% 0 30%;
    height: 0;
    border-bottom: 1px solid #e7e8ed;
  }
  .hs-about-us .sf-section.about-us-graybar-section .row.clearfix > div:last-child .divider-bottom {
    display: none;
  }
  .hs-about-us .sf-section.about-us-graybar-section .container-fluid h3 {
    font-size: 28px;
    line-height: 41px;
  }
  .hs-about-us .mosaic-strip-container-fluid {
    min-height: 26px;
  }
  .hs-about-us .sf-section.product-implementing-stats .implementing-col .implementing-col-container h2 {
    margin-top: 0;
    font-size: 24px;
  }
  .hs-about-us .global-hotel-image {
    padding: 20px 0px 0px;
  }
  .hs-contact .switchfly-banner .left-side h1 {
    text-align: left;
  }
  .hs-contact .switchfly-banner .left-side {
    padding-top: 1.6vh;
  }
  .hs-contact .body-container-wrapper form.hs-form fieldset .hs-form-field {
    padding: 0 !important;
    margin: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .hs-contact .body-container-wrapper textarea {
    min-height: 114px !important;
    position: static;
  }
  .hs-contact .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 0 0 0;
    display: block;
  }
  .hs-contact .body-container-wrapper form {
    padding-top: 80px;
  }
  .career.hs-about-us .banner-area {
    margin-top: 1px;
    padding-bottom: 1px;
    min-height: auto;
  }
  .career.hs-about-us .banner-area-inner {
    padding: 0;
  }
  .career.hs-about-us.banner-area.hidden-phone .banner-area-inner {
    height: 29.2vw;
    min-height: auto;
  }
  .career .banner-area-inner .left h1 {
    margin-left: 0;
    margin-top: 0;
  }
  .career.hs-about-us .banner-area.hidden-phone .banner-area-inner .page-center>div {
    text-align: left;
  }
  .def-banner h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .background-convert-image .row.vertial-align {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-image: none !important;
    min-height: 300px;
  }
  .image-with-content .right-side.up-sm-1 h2 {
    font-size: 1.5em;
    margin-top: 1em;
  }
  .image-with-content .right-side.up-sm-1 p{
    font-size: .9em;
    line-height: 1.3em;
  }
  .image-with-content.background-convert-image .row > div:last-child img {
    display: none;
  }
  .image-with-content.background-convert-image .left-side {
    display: none;
  }
  .image-with-content.background-convert-image .row > div:last-child {
    display: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -20px center;
    min-height: 300px;
    display: block !important;
    padding-left: 0;
  }
  .hs-platform switchfly-banner .right-side h1 br { 
    display: none;
  }
  .row.middle {
    display: block;
  }
  .image-with-content.right .row.vertial-align.middle > div:first-child {
    display: block;
  }
  .image-with-content.right .row.vertial-align.middle > div:last-child {
    display: none;
  }
  .body-container-wrapper .image-with-content:last-of-type .row {
    border: none !important;
  }

  .body-container-wrapper .image-with-content:last-of-type .row {
    border: none !important;
  }
  .api-section-wrapper .platform-arrow-section .container-fluid {
    height: auto;
  }
  .api-section-wrapper .platform-arrow-section .table-container .table-row {
    display: block;
  }
  .api-section-wrapper .platform-arrow-section .table-container .table-row .table-col {
    display: block;
  }
  .api-section-wrapper .platform-arrow-section .table-container .table-row .table-col {
    display: block;
  }
  .api-section-wrapper .platform-arrow-section h2 {
    margin-left: 0;
  }
  .api-section-wrapper .hidden-xs {
    display: none!important;
  }
  .api-section-wrapper .table-container .table-row .table-col {
    display: block;
  }
  .api-section-wrapper .platform-arrow-section p {
    margin-left: 0;
  }
  .api-section-wrapper .platform-arrow-section .table-container .table-row {
    display: block;
  }
  .api-section-wrapper .platform-arrow-section .left-part:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #3f4a53;
    padding-bottom: 50%;
    width: 57.7%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-66deg) skewX(11deg) skewY(60deg);
    -ms-transform: rotate(-66deg) skewX(11deg) skewY(60deg);
    transform: rotate(-66deg) skewX(11deg) skewY(60deg);
  }
  .api-section-wrapper  .platform-arrow-section .right-part {
    margin-top: -10px;
    padding-top: 5%;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 15%;
  }
  .api-section-wrapper  .platform-arrow-section .left-part {
    text-align: center;
    background-color: #3f4a53;
    display: inline-block !important;
    overflow: hidden;
    background-clip: content-box;
    box-sizing:content-box;
    padding-bottom: 13%;
    height: 30px;
    width: 100%;
    z-index: 2;
    padding-left: 0;
  }
  .api-section-wrapper .arrow-mosaic .container-fluid {
    min-height: 26px;
  }

  .hs-benefits .image-with-content .right-side.up-sm-1 p, .hs-benefits .image-with-content .right-side.up-sm-1 h2, .hs-benefits .image-with-content.background-convert-image .right-side.up-sm-1 p, .hs-benefits .image-with-content.background-convert-image .right-side.up-sm-1 h2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .hs-benefits .image-with-content .right-side.up-sm-1 p {
    font-size: .9em;
    line-height: 1.3em;
    font-family: Roboto,arial,sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 0;
  }
  .hs-benefits .image-with-content .right-side.up-sm-1 h2 {
    font-size: 28px;
    line-height: 32px;
    color: #ba0c0c;
  }
  .hs-benefits-sub .switchfly-banner .left-side h1 {
    margin-right: 46px;
    font-size: 1.555em;
    line-height: 1.5em;
    font-weight: 300;
  }
  .hs-benefits-sub .sf-section.product-implementing-stats {
    padding: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .hs-benefits-sub .sf-section.benefits-features .sf-benefit-feature-card {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .hs-benefits-sub  .image-with-content .row > div {
    width: 100% !important;
  }
  .hs-benefits-sub .image-with-content .right-side.up-sm-1 h2 {
    margin-top: 1em;
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .hs-benefits-sub   .image-with-content .right-side.up-sm-1 p {
    font-size: .9em;
    line-height: 1.3em;
    font-family: Roboto,arial,sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #333e48;
  }
  .hs-benefits-sub .sf-section.benefits-graybar-section .container-fluid .heading-top h2 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }
  .product-group .arrow-mosaic .container-fluid {
    min-height: 26px;
  }
  .hs-benefits-sub.hs-benefits-sub-v2 .benefits-family h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .hs-benefits-sub.hs-benefits-sub-v2 .sf-section.product-implementing-stats .implementing-col .implementing-col-container h2{
    font-size: 24px;
    line-height: 34px;
  }
  .hs-benefits-sub.hs-benefits-sub-v2 div#hs_cos_wrapper_widget_1549631369713 .image-with-content .container-fluid {
    margin-top: 0;
  }
  .custom-content-with-title-overlay-group .content-group .bottom-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }


  .switchfly-platform-group .outer-group .inner-group .column.col2 {
    padding: 22px 8.5% 40px 8.5%;
    float: none;
    vertical-align: middle;
    display: block;
    margin-top: -10px;
  }
  .home-layout .applicable-products.clearfix {
    padding: 0 32px;
  }
  .home-layout .applicable-products .col-xs-12 {
    padding: 0 15px;
  }
  .home-layout .applicable-products.clearfix {
    padding: 20px 32px;
  }


  .managed-service-layout .body-container-wrapper .image-with-content .vertial-align {
    border-top: 2px solid #e7e8ed !important;
    display: table !important;
    width: 100%;
  }

  .managed-service-layout .image-with-content.right .vertial-align {
    padding-left:4%;
    padding-right:4%;
  }


  .footer-wrapper ul {
    margin-left:0 !important;
    padding-left:0;
  }

  .managed-service-layout .banner-area {
    height: 670px;
  }

  .managed-service-layout .banner-area-inner .left h1 {
    right: 0;
    margin-top: 4px;
    margin-bottom: 6px;
  }

  .managed-service-layout .banner-area .banner-area-inner .page-center .left-inner {
    right: 27px;
  }
  .hs-benefits-sub.hs-benefits-sub-v2.hs-about-us .banner-area .banner-area-inner .page-center .left h1 {
    margin-top:15px;
    top:0;
  }
  .newsroom-blog.hs-blog-listing .post-header h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .newsroom-blog.hs-blog-listing .blog-listing-wrapper .blog-item-data {
    font-size: 12px;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 17px;
  }
  .newsroom-blog.hs-blog-post .blog-content {
    font-size: 17px;
  }
  .hs-contact.hs-contact-old  form.hs-form fieldset .hs-form-field.hs_message.index0 {
    display:none !important
  }
  .custom-home-banner-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    max-height: 25vw;
    height: 25vw;
    min-height: 150px;
  }
  .custom-home-banner-area .content {
    font-size: 2.11em;
    line-height: 1.45em;
    padding-top: 60px;
    text-align: left;
    max-width: 345px;
  }
  .home-layout .custom-row3-group .custom-row3-top-content h1 {
    font-size: 26px;
    line-height: 48px;
  }
  .home-layout .custom-row3-group {
    padding-left: 32px;
    padding-right: 32px;
  }
  .home-layout .custom-row3-bottom-content h2 {
    font-size: 20px;
  }
  .home-layout .custom-row3-bottom-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .home-layout  .applicable-products .col-xs-12 {
    padding:0 !important;
  }

  .home-layout  .applicable-products .divider-left {
    border-left:none;
  }

  .home-layout .applicable-products .col-xs-12 h2 {
    font-size:20px;
  }

  .home-layout .applicable-products .col-xs-12 p {
    font-size: 16px;
    line-height: 26px;
  }

  .custom-content-with-title-overlay-group .inner-group {
    margin-right: 0;
    margin-left: 0;
    -webkit-flex-flow: row nowrap;
    align-content: flex-start;
    flex: 0;
    display: block;
  }

  .custom-content-with-title-overlay-group .content-group {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-content-with-title-overlay-group .content-group .bottom-content {
    margin-top:0;
  }

  .custom-content-with-title-overlay-group .content-group>div {
    margin-top: 1px;
    margin-bottom: 0;
  }

  .switchfly-platform-group .outer-group .inner-group .column.col1 {
    text-align: center;
    background-color: #3f4a53;
    display: inline-block;
    overflow: hidden;
    background-clip: content-box;
    box-sizing: content-box;
    padding-bottom: 13%;
    height: 30px;
    width: 100%;
    z-index: 2;
    padding-left: 0;
    display: block;
  }

  .switchfly-platform-group .outer-group .inner-group .column.col2 {
    padding: 22px 8.5% 40px 8.5%;
    float: none;
    vertical-align: middle;
    display: block;
    margin-top: -10px;
  }


  .switchfly-platform-group .outer-group .inner-group .column.col2 p {
    margin-left: 0;
    margin-right: 0;
  }

  .switchfly-platform-group .outer-group .inner-group .column.col1 h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .switchfly-platform-group .outer-group .inner-group .column.col1:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #3f4a53;
    padding-bottom: 50%;
    width: 57.7%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-66deg) skewX(11deg) skewY(60deg);
    -ms-transform: rotate(-66deg) skewX(11deg) skewY(60deg);
    transform: rotate(-66deg) skewX(11deg) skewY(60deg);
  }

  .switchfly-platform-group .outer-group .inner-group .column.col2 p {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 38px;
    margin-left: 0;
    margin-right: 0;
  }

  .custom-logo-group .row-flex .flex-col-auto {
    flex: 1 1 50%;
    border-top: 1px solid #e7e8ed;
    text-align: center;
    align-items: center;
    margin: -.2px;
    flex: 1 1 50%;
  }


  .custom-logo-group .row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row wrap;
  }

  .custom-logo-group .row-flex .flex-col-auto:nth-child(even) {
    border-left: 1px solid #e7e8ed !important;
  }

  .custom-logo-group .row-flex .flex-col-auto {
    flex: 1 1 50%;
    border-top: 1px solid #e7e8ed;
    text-align: center;
    align-items: center;
    margin: -.2px;
    text-align: center;
    align-items: center;
    display: flex;
    flex: 1 1 50%;
    padding: 5px;
  }

  .custom-logo-group .row-flex .flex-col-auto:last-child {
    border-left: 1px solid #e7e8ed !important;
  }

  .custom-logo-group .row-flex .flex-col-auto:nth-child(n+5) {
    border-bottom: 1px solid #e7e8ed;
  }

  .custom-logo-group .row-flex .flex-col-auto:nth-child(n+2) {
    border-left:0 none;
  }

  .hidden-xs {
    display: none!important;
  }

  .custom-logo-group {
    padding-lefT:0;
    padding-right:0;
    overflow: hidden;
  }


  .custom-logo-group .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
    padding-lefT:32px;
    padding-right:32px;
  }

  .custom-content-with-background-color .inner-group h3 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .custom-content-with-background-color {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 1px;
  }


  .travel-loyalty-outlook-report-layout .custom-row1 .image-with-content.left .picture-left.left-side {
    padding-right: 0;
    width: 100%;
  }

  .travel-loyalty-outlook-report-layout .custom-row1 .image-with-content.left .right-side {
    width: 100%;
    padding-top:10px;
  }

  .travel-loyalty-outlook-report-layout .custom-row1 {
    padding-left:20px;
    padding-right:20px;
  }

  .travel-loyalty-outlook-report-layout .custom-row1-right-form  fieldset .hs-form-field {
    padding-right:0 !important;
  }

  .travel-loyalty-outlook-report-layout .custom-row1-right-form  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .travel-loyalty-outlook-report-layout .custom-row1-right-form {
    padding-right:0;
  }
  .preview-pages .banner-area-inner .left h1 {
    position: relative;
    right: 0;
    top: 0;
  }
  .heading-with-background .left-side P {
    margin-left: 15px;
    padding-right: 15px;
  }
  .hs-benefits-sub .image-with-content {
    padding-right: 15px;
  }
  .image-with-content.left .picture-left.left-side {
    padding-right: 15px;
  }
  .custom-logo a {
    display: block;
  }
  .def-banner .page-center {
    margin: 0 auto;
    max-width: max-content !important;
  }
  .def-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .managed-service-layout .image-with-content.left .picture-left.left-side {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
  }

  .managed-service-layout .image-with-content .col-xs-12  {
    width:100% !important;
    padding-right: 0;
    padding-left: 0;
  }

  .managed-service-layout .image-with-content .vertial-align.middle {
    display:block !important;
  }

  .managed-service-layout .image-with-content.right .row.vertial-align.middle > div:last-child {
    display:block !important;
  }

  .managed-service-layout .image-with-content.right .row.vertial-align.middle > div:first-child {
    display:none !important;
  }

  .IE .switchfly-platform-group .outer-group .inner-group .column.col1:after{
    margin-top:-33px;
  }
  
  .events-page form {
    padding: 0px 10%;
  }
  
	.four-col-footer .row-fluid {
		display: flex;
		flex-wrap: wrap;
	}

	.four-col-footer .footer-col {
		width: 50%;
	}


  
  
}
@media (max-width: 520px) {
  .resources-page-layout .stackedimage img {
    float: none!important;
    width: 90%;
  }
  
  .custom-logo img {
    padding-left: 0px;
    min-width: 180px;
    
  }
  .sf-section.product-overview .container-fluid {
    padding-left: 15px;
    padding-right: 32px;
    padding-right: 15px !important;
  }

}
@media (max-width: 499px) {
  .social-footer-menu ul {
    text-align: center;
  }
  .social-footer-menu ul>li:first-child {
    padding-left: 10px;
  }
  .social-footer-menu ul>li {
    width: 100%;
    padding-top: 8px;
  }
  .social-footer-menu ul>li.menu-divider {
    display: none;
  }
  .social-footer-menu ul>li:last-child {
    padding-right: 10px;
  }

}

@media (max-width: 400px) {
	.four-col-footer .footer-col {
		width: 100%;
		padding-left: calc(40vw - 70px);

	}
}



@media (max-width: 380px) {
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    line-height: 27px;
    font-size: 17px;
  }
  .career .banner-area-inner .left-inner {
    line-height: 27px;
    font-size: 17px;
  }
  .hs-product-sub .applicable-products .row.clearfix>div:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }
  .row1-header-about h1 {
    font-size: 49px;
    line-height: 69px;
  }
}
@media (max-width: 396px) {
  .hs-about-us .banner-area {
    min-height: auto;
    height: 147vw;
  }
  .hs-about-us .banner-area-inner {
    padding: 34vw 0;
  }
  
  .hs-about-us .banner-area-inner .left, .hs-about-us .banner-area-inner .right {
    padding: 20px 0;
  }
  
  .career.hs-about-us  .banner-area {
    min-height: auto;
    height: 29.2vw;
  }
  .career.hs-about-us .banner-area.hidden-phone .banner-area-inner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    height: 29.2vw;
    min-height: auto;
    padding: 1vw;
  }

  .managed-service-layout .banner-area .banner-area-inner .page-center .left-inner {
    right: 0;
    font-size: 14px;
    max-width: 100%;
    margin-left: 0 !important;
    display: block;
  }

  .managed-service-layout .banner-area .banner-area-inner {
    padding-top:41px;
  }

  .managed-service-layout .banner-area {
    height: 533px;
  }



}

@media (max-width: 399px){
  .benefits-tagline-set .btn .icon {
    margin-left: 1px;
  }
  .benefits-tagline-set .btn .icon {
    margin-left: 1px;
  }
  .benefits-tagline-set .btn .glyphicon {
    margin-right: 1px;
  }
  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% !important;
  }
}
@media (max-width: 350px) {
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    line-height: 25px;
    font-size: 16px;
  }
  .sf-section.about-us-leaders .page-head p {
    font-size: 40px;
    line-height: 59px;
  }
  .row1-header-about h1 {
    font-size: 45px;
    line-height: 79px;
  }
  .hs-about-us .banner-area {
    min-height: auto;
    height: 159vw;
  }
  .hs-benefits-sub.hs-benefits-sub-v2 .banner-area-inner .left h1 {
    position: relative;
    right: 0;
    top: 6px;
    margin: 0;
    padding-left: 15px;
  }

  .hs-benefits-sub.hs-benefits-sub-v2.hs-about-us .banner-area .banner-area-inner .page-center .left .left-inner {
    line-height: 23px;
    font-size: 15px;
  }

  .hs-benefits-sub.hs-benefits-sub-v2.hs-about-us .banner-area-inner {
    padding: 54px 0;
  }

  .custom-home-banner-area {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .custom-home-banner-area .content {
    font-size: 9.8vw;
    line-height: 1.45;
    padding-top: 14.5vw;
  }

}

@media (max-width: 320px) {
  .banner-area-inner .page-center>div .right-inner, .banner-area-inner .page-center>div .left-inner {
    line-height: 23px;
    font-size: 15px;
  }
  .hs-product-sub .applicable-products .row.clearfix>div:last-child {
    padding-left: 11px;
    padding-right: 11px;
  }
}

/* hiring banner text size adjustment */
@media (max-width: 500px) and (min-width: 351px) {
  .hiring-message {
    font-size: 10px;
  }
}

@media (max-width: 350px) {
  .hiring-message {
    font-size: 8px;
  }
}