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


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

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


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


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

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

/* @import url('//fonts.googleapis.com/css?family=Open+Sans:300,400'); */
/*@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');*/
@import '//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Regular"), 
    url("//fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYAzyDMXhdD8sAj6OAJTFsBI.woff2") format("woff2"),
    url("//fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Bold"), 
    url("//fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcmaVI6zN22yiurzcBKxPjFE.woff2") format("woff2"), 
    url("//fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcnbFhgvWbfSbdVg11QabG8w.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Open Sans";
  src: url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Light.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Light.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Regular.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Regular.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Bold.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Bold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "pages-icon";
  src: url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/Pages-icon.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/Pages-icon.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5143955/FieldGroove_February2019%20Theme/Fonts/Pages-icon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* 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 {
  background: #fff;
  color: #626262;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  line-height: 1.42857143;
}

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

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


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

/* Basic text */
p {
  font-size: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal;
  letter-spacing: 0.01em;
  font-weight: 300;
} 
small {}
b, strong {
  font-weight: 700;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #2c2c2c;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.009em;
}
h2 {
  font-size: 31px;
  line-height: 42px;
}
h3 {
  font-size: 27px;
  line-height: 40px;
}
h4 {
  font-size: 22px;
  line-height: 31.88px;
  letter-spacing: -0.0045em;
  -webkit-text-stroke-width: 0.24px;
}
h5 {
  opacity: .7;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 25.88px;
  margin-bottom: 18px;
}
h6 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

/* Anchor Links */
a {
  text-shadow: none !important;
  color: #3a8fc8;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
a, a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: #48b0f7;
}

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

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul > li, ol > li {
  padding-left: 3px;
  line-height: 24px;
}

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

/* Horizontal Rules */
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 20px 0;
}


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

.header-top-group {
  background-image: linear-gradient(-135deg, #028fff 25%, #9F55FF 100%);
  color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 100;
  padding: 10px 0;
}

.header-top-right-content {
  float: right !important;
  width: auto !important;
  margin: 0 !important;
}

.header-top-image {
  width: auto !important;
  margin: 0 !important;
}

.header-top-image img {
  max-height: 35px;
  margin-right: 10px;
  vertical-align: middle;
  width: auto !important;
}

.header-top-right-content a {
  margin-left: 10px;
  border-radius: 100px;
  color: #ffffff;
  background-color: #48b0f7;
  border: 1px solid #48b0f7;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  line-height: 21px;
  display: inline-block;
  padding: 6px 17px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.header-top-right-content a:hover {
  background-color: #6dc0f9;
  border-color: #6dc0f9;
  color: #ffffff;
}

.header-bottom-group {
  margin-top: 55px;
  background: radial-gradient(ellipse farthest-corner at right top,#4cddff,#3b9aca 10%,#2d6ca5 20%,#2a5291 27%,#283d81 35%,#222654 50%,#1e1635 63%,#0c0010 93%,#000);
}

.custom-logo {
  padding: 30px 0 18px;
  width: auto !important;
  position: relative;
  z-index: 1;
}

.header-bottom-group .page-center {
  position: relative;
  z-index: 10;
}

.with-banner .header-bottom-group {
  background: transparent;
}


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

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

.body-container .page-center {
  padding-top: 75px;
  padding-bottom: 85px;
}

.with-banner .banner-group {
  margin-top: -125px;
  background: radial-gradient(ellipse farthest-corner at right top,#4cddff,#3b9aca 10%,#2d6ca5 20%,#2a5291 27%,#283d81 35%,#222654 50%,#1e1635 63%,#0c0010 93%,#000);
}

.banner-group .page-center {
  padding: 150px 0 60px 0;
  position: relative;
  color: #fff;
}

.banner-group h1 {
  color: #fff;
  font-size: 44px;
  line-height: 55px;
}

.banner-group h4 {
  color: #FFF;
  padding: 10px 0;
}

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


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

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

.footer-bottom-group {
  background-color: #1a1a1a;
  padding: 74px 0 55px;
}

.footer-left-content {
  width: auto !important;
  margin: 0 !important;
  float: right !important;
}

.footer-left-content p,
.footer-right-content p{
  padding-top: 10px ;
  font-size: 12px;
  color: #fff;
  opacity: .7;
}

.footer-right-content {
  width: auto !important;
  margin: 0 !important;
  float: left !important;
}

.footer-right-content img {
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

.footer-right-content p span {
  font-family: Arial, sans-serif ;
  font-size: 12px ;
  line-height: 21px ;
  letter-spacing: 0.03em;
  opacity: .7;
} 

.footer-menu-group {
  background-color: #2c2c2c;
  padding: 19px 0 20px;
  text-align: center;
}

.footer-menu ul {
  display: block;
}

.footer-menu ul li {
  float: none !important;
  display: inline-block;
  position: relative;
  color: #626262;
  padding: 0;
  line-height: inherit;
}

.footer-menu ul li a {
  color: #FFF;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-menu ul li:after {
  content: '|';
  padding: 0 0px 0 3.9px;
}

.footer-menu ul li:last-child:after {
  display: none;
}

.footer-left-content p {
  padding-top: 11px;
}

.footer-top-group {
  background-color: #fafafa;
  padding: 75px 0 85px;
  text-align: center;
}

.footer-top-content p {
  margin: 0;
  display: block;
}

.footer-top-content .cta_button {
  margin-right: 14px;
  padding: 10px 28px;
  line-height: 23px;
  color: #ffffff;
  background-color: #48b0f7;
  border: 1px solid #48b0f7;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  display: inline-block;
}

.footer-top-content .cta_button:hover {
  background-color: #6dc0f9;
  border-color: #6dc0f9;
  color: #ffffff;
}

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


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

/* Parent List */
.custom-menu-primary {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
  padding-top: 21px;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  list-style: none;
  font-size: 13px;
  margin-right: 12px;
  vertical-align: middle;
  padding-left: 3px;
  line-height: 24px;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  text-transform: uppercase;
  font-family: 'Montserrat';
  padding-right: 21px;
  display: block;
  color: #FFF;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  position: relative;
  top: 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a img {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding: 0;
  line-height: inherit;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 5px;
  font-size: 13px;
  line-height: inherit;
  color: #000;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


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

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

@media (max-width: 991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    margin-top: 32.5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: right;
  }

  .mobile-trigger > div {
    width: 100%;
    height: 2px;
    background: black;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
  }

  .mobile-trigger .one, 
  .mobile-trigger .two {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 44px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

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

  .custom-menu-primary {
    position: fixed !important;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 250px !important;
    z-index: 10;
    overflow-y: auto;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    right: -250px;
    background-color: #2b303b;
  }

  .mobile-open .custom-menu-primary {
    right: 0;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu {
    padding-top: 60px;
  }

  .custom-menu .hs-menu-wrapper > ul > li {
    display: block;
    list-style: none;
    font-size: 13px;
    vertical-align: middle;
    line-height: 24px;
  }

  .custom-menu .hs-menu-wrapper > ul > li > a {
    background-color: #272b35;
    color: #788195;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding-right: 21px;
    display: block;
    padding: 10px 10px 10px 35px;
    line-height: inherit;
  }

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

  .custom-menu .hs-menu-wrapper > ul > li:last-child > a {
    background-color: transparent;
    top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a img {
    top: 0px;
  }

  .header-mobile-content.visible-phone {
    display: block !important;
    padding: 20px 35px;
    font-family: Arial, sans-serif !important;
  }

  .header-mobile-content.visible-phone p {
    padding-bottom: 20px;
    margin: 0;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #788195;
  }

  .header-mobile-content.visible-phone p:last-child {
    color: #788195;
    opacity: .5;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0;
  }

  .header-bottom-group:before {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    content: '';
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-open .header-bottom-group:before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-open .header-bottom-group .page-center {
    z-index: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #272b35;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 13px;
    line-height: inherit;
    color: #788195;
    padding: 10px 55px 10px 45px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    white-space: normal !important;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    padding-left: 55px;
  }

}


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

.section.post-footer {
  margin-top: 30px;
}

div#comments-listing {
  margin-bottom: 30px;
}

.section.post-footer form {
  max-width: 100% !important;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  margin-top: -4px;
}

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

.post-header h2{
  margin: 10px 0 0;
}

.post-header h2 a{
  text-decoration: none;
}
.post-header h2 a:hover{}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
  color: #888888;
  font-weight:700;
  margin: 4px 0;
}
#hubspot-author_data{
  margin: 0 0 10px;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 20px;
}

.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}

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

#comment-form{
  padding:30px;
  margin:15px 0;
  border: 1px solid #CCC;
}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* -------------- Default Code for comment ------------ */

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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;

  font-size: ;

  line-height: ;
  padding: 0;
}

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

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

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

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* -------------------- Ends ----------- */

.section.post-body img {
  width: 100%;
  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 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 {
  color: #2c2c2c;
}

/* 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: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 20px 0;
}

/* 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;
  margin-bottom: 10px;
}

/* Blog Commments */
.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 {
  margin-bottom: 20px;
}


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

.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.landing-page.one-column .main-content .hs_cos_wrapper_type_form,
.section.post-footer form,
.hs-search-field,
.contact-page .row1-group .hs_cos_wrapper_type_form {
  padding: 20px;
  display: block;
  max-width: 550px;
  border-radius: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}

/* Form Field */
.hs-form-field,
.hs-search-field form {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-bottom: 10px;
}

.hs-search-field form  {
  margin-bottom: 0 !important;
}

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

/* Labels and Legends */
label {
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  display: block;
}
span.hs-form-required {
  color: #f55753;
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  font-weight: normal;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  max-width: 100%;
  width: 100% !important;
  display: inline-block;
  min-height: 25px !important;
  margin-top: -6px;
  background: none;
  font-family: Arial, sans-serif;
  color: #2c2c2c;
  outline: 0;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: none;
  border: 0;  
  padding: 0 !important;
}

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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  border: 1px solid #d3d3d3;
  padding: 0;
  display: inline-block;
  background: #f9f9f9;
  color: #000;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  padding-top: 5px !important;
  min-height: 135px !important;
}
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 {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field {  }
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.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;
}
.hs-form-field.cm-filled > label {
  opacity: .5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* =============== Google Search Form =============== */

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #388ED9;
  border: 1px solid #388ED9;
  padding: 10px 28px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  display: inline-block;
  white-space: normal !important;
  margin: 0px 0 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #489EE9;
  border-color: #489EE9;
  color: #ffffff;
  text-decoration: none;
}

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

.hs-form-field.focused,
.hs-search-field form.focused {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
}

.hs-form-field.focused > label {
  opacity: .4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

ul.hs-error-msgs.inputs-list li {
  padding: 0;
  line-height: inherit;
}

.hs-error-msgs label {
  text-transform: inherit;
  color: red;
  font-weight: normal;
}

.hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin-bottom: 10px;
}


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

.subscription-template .main-content .widget-type-email_subscriptions form#email-prefs-form {
  max-width: 100%;
}

.subscription-template .main-content input.email-edit.hs-input,
.password-template .main-content input#hs-pwd-widget-password {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 7px 12px 4px !important;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-bottom: 10px;
  margin-top: 0 !important;
  line-height: inherit;
}

.subscription-template .main-content input.email-edit.hs-input.focused,
.password-template .main-content input#hs-pwd-widget-password.focused {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
}


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

/*  Home Page  */

.home-page .banner-group .inner-group {
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -15px -5px;
}

.home-page .banner-group .inner-group .right-col {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
}

.home-page .banner-group .inner-group .left-col {
  width: 41.66666667%;
  float: left;
  padding: 0 15px;
}

.home-page .banner-group .inner-group .right-col img {
  margin-top: 30px;
}

.home-page .banner-group .inner-group .left-col ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: block;
}

.home-page .banner-group .inner-group .left-col ul li {
  padding: 0;
  margin: 0 0 8px 0;
  color: #FFF;
  position: relative;
  line-height: 1.42857143;
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.home-page .banner-group .inner-group .left-col ul li span:before {
  display: inline-block;
  font: normal normal normal 14px/1 pages-icon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62a";
}

.home-page .banner-group .inner-group .left-col p {
  margin-top: 20px;
  font-size: 18px;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin-bottom: 0;
  color: #626262;
}

.home-page .banner-group .inner-group .left-col p a {
  color: #FFF;
  font-size: 14px;
  text-decoration: underline;
}

.home-page .banner-group .inner-group .left-col .cta_button {
  margin-top: 12px;
  line-height: 23px;
  padding: 10px 28px;
  color: #ffffff;
  background-color: #48b0f7;
  border: 1px solid #48b0f7;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  display: inline-block;
}

.home-page .banner-group .inner-group .left-col .cta_button:hover {
  background-color: #6dc0f9;
  border-color: #6dc0f9;
  color: #ffffff;
}

.mouse-wrapper {
  margin: 0 auto;
  display: block;
  width: 28px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 37px;
}

.mouse-wrapper .mouse {
  width: 30px;
  height: 47px;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

.mouse-wrapper .mouse .mouse-scroll {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: relative;
  top: 10px;
  left: 11px;
  -webkit-animation: scrolls 1.3s ease-out infinite;
}

.home-page .banner-group {
  position: relative;
}

@-webkit-keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}

.home-page .row1-group .two-col-equal-group h5 {
  margin: 0px;
}

.home-page .row1-group .two-col-equal-group .inner-group .left-col {
  width: 41.66666667%;
}

.home-page .row1-group .two-col-equal-group .inner-group .left-col h1 {
  margin-top: 5px;
}

.home-page .row1-group .two-col-equal-group .inner-group .right-col {
  width: 58.33333333%;
  padding-left: 35px;
  padding-top: 20px;
  padding-right: 0;
}

.home-page .row1-group .two-col-equal-group .inner-group .right-col p:last-of-type {
  font-family: Arial, sans-serif;
  opacity: .7;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.03em;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal;
}

.home-page .row2-group .two-col-left-img-group .inner-group .right-col h5 {
  margin: 0px;
  opacity: .7;
  color: #2c2c2c;
}

.home-page .row2-group .two-col-left-img-group .inner-group .right-col h1 {
  margin-bottom: 10px;
}

.home-page .row2-group .two-col-left-img-group .inner-group .right-col p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal;
  margin-bottom: 20px;
  font-family: inherit;
  opacity: 1;
  width: 100%;
}

.home-page .row2-group .two-col-left-img-group .page-center {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 60px;
}

.home-page .row2-group .two-col-left-img-group .page-center:after {
  content: '';
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  bottom: 0;
}

.home-page .row2-group .two-col-equal-group .page-center {
  padding-top: 0;
}

.home-page .row3-group .two-col-left-img-group .left-col {
  float: right;
}

.home-page .row3-group .two-col-left-img-group .right-col p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 25px;
  font-style: normal;
  white-space: normal;
  margin: 0 0 20px;
  width: 100%;
  opacity: 1;
  font-family: 'Open Sans', Arial, sans-serif;
}

.home-page .row3-group .two-col-left-img-group .right-col p:last-of-type {
  margin-bottom: 10px;
}

.home-page .row3-group .two-col-equal-group h5 {
  margin: 0;
}

.home-page .row3-group .two-col-equal-group .left-col {
  width: 33.33333333%;
}

.home-page .row3-group .two-col-equal-group .left-col h1 {
  margin-top: 5px;
}

.home-page .row3-group .two-col-equal-group .right-col {
  width: 66.66666667%;
  padding-left: 35px;
  padding-top: 20px;
  padding-right: 0;
}

.home-page .row3-group .two-col-equal-group .right-col dl:first-of-type {
  padding: 0;
  margin: 30px 0 0 0;
}

.home-page .row3-group .two-col-equal-group .right-col dl dt {
  color: #2c2c2c;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.42857143;
}

.home-page .row3-group .two-col-equal-group .right-col dl dt:before {
  display: inline-block;
  font: normal normal normal 14px/1 pages-icon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e631";
  margin-right: 4px;
}

.home-page .row3-group .two-col-equal-group .right-col dl dt p {
  padding-left: 20px;
  font-family: Arial, sans-serif;
  opacity: .7;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.03em;
}

.home-page .row3-group .hs_cos_wrapper_type_module:last-child .two-col-equal-group .right-col {
  padding: 0;
}

.home-page .row3-group .hs_cos_wrapper_type_module:last-child .two-col-equal-group .right-col img {
  width: 192px;
  padding: 10px;
}

.bottom-slider-group .slick-slider {
  padding: 0 15px;
  margin: 0 auto;
  width: 66.66666667%;
  font-size: 18px;
}

.bottom-slider-group .slick-slider .slick-slide-inner-wrapper > img {
  display: none;
}

.bottom-slider-group .slick-slider .slick-slide-inner-wrapper .caption.below {
  text-align: center !important;
}

.bottom-slider-group .slick-slider .slick-arrow {
  display: none !important;
}

.bottom-slider-group .slick-slider ul.slick-dots {
  bottom: 10px;
  left: 0;
  width: 100%;
  position: relative;
  padding-top: 20px;
  margin: 0;
}

.bottom-slider-group .slick-slider ul.slick-dots li button {
  display: none !important;
}

.bottom-slider-group .slick-slider ul.slick-dots li.slick-active {
  background: #2c2c2c;
  opacity: 1;
}

.bottom-slider-group .slick-slider ul.slick-dots li {
  margin: 0 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/*  End  */

/*  Feature Layout  */

.feature-banner-sec {
  padding-top: 35px;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  display: inline-block;
  margin-bottom: -5px;
  padding-bottom: 30px;
}

.feature-banner-sec .feature-item {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

.feature-banner-sec .feature-item .inner-item {
  background: rgba(255, 255, 255, 0.1);
  min-height: 230px;
  padding: 20px;
  border: 1px dashed rgba(255,255,255,0.45);
  color: #EEE;
  text-align: center;
}

.feature-banner-sec .feature-item h1 {
  color: #FFF;
  text-align: center;
  margin-top: 5px;
}

.feature-banner-sec .feature-item h6 {
  margin-bottom: 12px;
  color: #FFF;
  margin-top: 0;
}

.feature-banner-sec .feature-item p {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: inherit;
}

.feature-banner-sec .feature-item:last-child {
  min-height: 100px;
  width: 100%;
  float: none;
  clear: both;
  margin: 0;
}

.feature-banner-sec .feature-item:last-child .inner-item {
  width: 100%;
  min-height: 100px;
}

.feature-banner-sec .feature-item:last-child .inner-item .inner-content-item {
  display: table;
}

.feature-banner-sec .feature-item:last-child .inner-item .inner-content-item > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.feature-banner-sec .feature-item:last-child h1 {
  margin: 0;
}

.feature-banner-sec .feature-item:last-child h6 {
  margin: 0;
}

.feature-banner-sec .feature-item:last-child .inner-item .inner-content-item > div.icon-group {
  padding-right: 20px;
}

.feature-page .row1-group h5 {
  margin-bottom: 5px;
  text-align: center;
}

.feature-page .row1-group p {
  margin-bottom: 30px;
  text-align: center;
  opacity: .7;
}

.feature-page .row1-group table {
  width: 100%;
  border: 3px dotted #FAFAFA;
  border-spacing: 0;
  border-collapse: collapse;
}

.feature-page .row1-group table tr td {
  background: #48b0f7;
  width: 25%;
  height: 50px;
  padding: 20px;
  color: #FFF;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-page .row1-group table h5 {
  margin-bottom: 10px;
  margin-top: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  opacity: 1;
  line-height: inherit;
}

.feature-page .row1-group table p {
  opacity: 1;
  margin: 0px 0px 10px 0px;
}

.feature-page .row1-group {
  background-color: #fafafa;
}

.feature-page .row2-group .feature-two-col-equal-group .page-center {
  position: relative;
  padding-bottom: 62px;
  margin-bottom: 60px;
}

.feature-page .row2-group .feature-two-col-equal-group h5 {
  margin: 0px;
}

.feature-page .row2-group .feature-two-col-equal-group .inner-group,
.two-col-equal-group .inner-group {
  margin: 0 -15px -5px;
  display: inline-block;
  width: calc(100% + 30px);
}

.feature-page .row2-group .feature-two-col-equal-group .inner-group .left-col {
  width: 33.33333333%;
  float: left;
  padding: 20px 15px 0;
}

.feature-page .row2-group .feature-two-col-equal-group .inner-group .right-col {
  width: 66.66666667%;
  float: left;
  padding: 0 15px;
}

.feature-page .row2-group .feature-two-col-equal-group .inner-group .right-col iframe#player {
  width: 100%;
}

.feature-page .row2-group .feature-two-col-equal-group .page-center:after {
  content: '';
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  bottom: 0;
}

.feature-page .row2-group .two-col-equal-group .page-center {
  padding-top: 0;
}

.two-col-equal-group .inner-group > div {
  width: 50%;
  padding: 0 15px;
  float: left;
}

.two-col-equal-group .inner-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.two-col-equal-group .inner-group ul li span:before {
  content: "\f10c";
  margin-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.two-col-equal-group .inner-group ul li {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0;
  position: relative;
  letter-spacing: 0.01em;
}

.two-col-left-img-group .inner-group {
  margin: 0 -15px -5px;
  display: inline-block;
  width: calc(100% + 30px);
}

.two-col-left-img-group .inner-group .right-col {
  width: 41.66666667%;
  float: left;
  padding: 0 15px;
}

.two-col-left-img-group .inner-group .left-col {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
}

.two-col-left-img-group .inner-group .left-col img {
  border: 1px solid #DDD;
}

.two-col-left-img-group .inner-group .right-col h1 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.two-col-left-img-group .inner-group .right-col h5 {
  margin: 0 0 10px;
  opacity: 1;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #626262;
}

.two-col-left-img-group .inner-group .right-col p {
  font-family: Arial, sans-serif ;
  padding: 0px;
  opacity: .7;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.03em;
  width: 66.66666667%;
}

.two-col-left-img-group .inner-group .right-col hr {
  margin: 10px 0 5px;
  display: inline-block;
  width: 100%;
}

/*  End  */

/*  Faq Layout  */

.pricing-item-group .pricing-item .cta_button:hover {
  background-color: #fafafa;
  border: 1px solid rgba(98, 98, 98, 0.27);
  color: #333;
  text-decoration: none;
}

.faq-section .inner-group {
  margin-right: -15px;
  margin-left: -15px;
  display: inline-block;
  width: calc(100% + 30px);
  margin-bottom: -5px;
}

.faq-section .content {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.faq-section .faq {
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
}

.faq-section .faq h5 {
  margin-bottom: 5px;
  margin-top: 0;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 1;
  line-height: inherit;
  color: inherit;
}

.faq-section .faq:last-child {
  border-bottom: none;
}

.faq-section .right-col-top-content {
  border: 3px dotted #FAFAFA;
  background: #48b0f7;
  color: #FFF;
  padding: 30px;
  margin-bottom: 30px;
}

.faq-section .right-col-top-content h5 {
  margin: 0px;
  color: #FFF;
}

.faq-section .right-col-top-content h1 {
  margin-bottom: 20px;
  margin-top: 5px;
  color: #fff;
}

.faq-section .right-col-top-content img {
  margin-bottom: 20px;
  max-width: 490px;
}

.faq-section .right-col-top-content ul {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  margin-top: 0;
}

.faq-section .right-col-top-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  padding-left: 40px;
  margin-bottom: 12px;
}

.faq-section .right-col-top-content ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 26px;
  margin-right: 10px;
}

.faq-section h1.top-title {
  margin-bottom: 45px;
}

.pricing-item-group {
  padding-top: 35px;
  background: transparent;
  clear: both;
  display: inline-block;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-bottom: -5px;
  padding-bottom: 30px;
}

.pricing-item-group .pricing-item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}

.pricing-item-group .pricing-item .inner-group.with-border {
  border: 1px dashed #DDD;
}

.pricing-item-group .pricing-item .inner-group {
  color: #FFF;
  min-height: 300px;
  padding: 20px;
}

.pricing-item-group .pricing-item h1 {
  margin-top: 5px;
}

.pricing-item-group .pricing-item h5 {
  margin-bottom: 12px;
  color: #FFF;
  margin-top: 0;
  line-height: inherit;
  opacity: 1;
}

.pricing-item-group .pricing-item p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: inherit;
}

.pricing-item-group .pricing-item .inner-group > span {
  font-size: 11px;
  color: #AAA;
  font-weight: normal;
  margin-bottom: inherit;
  letter-spacing: 0.01em;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal;
  display: block;
}

.pricing-item-group .pricing-item .cta_button {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none !important;
  color: #626262;
  background-color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  display: inline-block;
  padding: 6px 17px;
}

.hs-content-id-7643169289 .faq-section h1.top-title {
  margin-top: 5px;
  margin-bottom: 60px;
}

/*  End  */

/*  Contact Layout  */

.contact-page .row1-group .right-col input.hs-button.primary.large {
  margin-top: -5px;
}

.contact-page .row1-group .page-center > .row-fluid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

.contact-page .row1-group .left-col {
  width: 50% !important;
  padding: 0 15px;
}

.contact-page .row1-group .right-col {
  width: 50% !important;
  margin: 0 !important;
}

.contact-page .row1-group .left-col .hs_cos_wrapper_type_rich_text span {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: block;
}

.contact-page .row1-group .right-col .hs_cos_wrapper_type_form {
  max-width: 100%;
}

.contact-page .row1-group .right-col .form-columns-2 > div:last-child {
  float: right;
}

.contact-page .row1-group .right-col .form-columns-2 > div {
  width: calc(50% - 7px);
}

/*  End  */

/*  Full Width Layout  */

.full-width .row1-group ul {
  margin: 30px 0;
}

.full-width .row1-group h4 {
  font-weight: normal;
  margin-top: 30px;
}

/*  End  */

/*  Search Styling  */

.hs-search-results ul#hsresults li:first-child {
  border-top: 1px solid #ddd;
}

.hs-search-results ul#hsresults li {
  list-style: none;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 0;
  border-top: 0;
  position: relative;
}

.hs-search-results ul#hsresults li p {
  margin-bottom: 0;
}

.hs-search-results ul#hsresults li:last-child {
  border-bottom: 1px solid #ddd;
}

ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: 54px;
  background: #fff;
  margin-top: 0;
  z-index: 9;
  max-width: 508px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
  border: 1px solid #ddd !important;
}

.hs-search-results ul#hsresults li:after {
  content: '';
  border-bottom: 1px solid #ddd;
  height: 0;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hs-search-results ul#hsresults li:last-child:after {
  display: none;
}

.hs-search-field__suggestions li a:hover {
  background: transparent;
}

/*  End  */

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


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


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


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

@media (max-width: 1400px) {

  .faq-section .right-col-top-content img {
    max-width: 100%;
  }

  h1 {
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.08px;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 35.88px;
  }

  h4 {
    font-size: 18px;
    line-height: 33.88px;
  }

  h5 {
    line-height: 25.88px;
  }

  .home-page .row2-group .two-col-left-img-group .page-center {
    padding-bottom: 60px;
  }

}

@media (max-width: 1199px) {

  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }

  .feature-banner-sec .feature-item {
    width: 24.7%;
    float: none;
    padding: 0 15px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
  }

  .feature-banner-sec {
    margin-bottom: 0;
  }

  .home-page .row2-group .two-col-left-img-group .page-center {
    padding-bottom: 51px;
  }

}

@media (max-width: 1024px) {

  .body-container.container-fluid .row-fluid .page-center {
    padding-right: 35px;
    padding-left: 35px;
  }

  .banner-group .page-center {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .pricing-item-group {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-banner-sec {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-banner-sec .feature-item {
    width: 24.6%;
  }

  .feature-page .row2-group .feature-two-col-equal-group .inner-group .left-col {
    padding-top: 15px;
  }

  .home-page .row1-group .two-col-equal-group .inner-group .right-col,
  .home-page .row3-group .two-col-equal-group .right-col {
    padding-top: 15px;
    padding-left: 5px;
  }

}

@media (max-width: 991px) {

  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }

  .header-top-right-content span.hidden-phone {
    display: none !important;
  }

  .header-top-right-content span.visible-phone {
    display: inline-block !important;
    padding-top: 7px;
  }

  .header-top-right-content a {
    margin-left: 6px;
    margin-top: -1px;
  }

  .banner-group .page-center {
    padding: 150px 0 90px 0;
    text-align: center;
  }

  .contact-page .row1-group .right-col .form-columns-2 > div,
  .contact-page .row1-group .right-col .form-columns-2 > div:last-child {
    width: 100%;
    float: none;
  }

  .faq-section .content {
    width: 100%;
    float: none;
  }

  .faq-section .inner-group {
    margin-bottom: 0;
  }

  .pricing-item-group {
    text-align: left;
  }

  .pricing-item-group {
    padding-bottom: 0;
  }

  .feature-page .row2-group .feature-two-col-equal-group .inner-group,
  .two-col-equal-group .inner-group {
    margin: 0;
    display: inline-block;
    width: 100%;
  }

  .feature-page .row2-group .feature-two-col-equal-group .inner-group .left-col {
    width: 100%;
    float: none;
    padding: 15px 0 0;
  }

  .feature-page .row2-group .feature-two-col-equal-group .inner-group .right-col {
    width: 100%;
    float: none;
    padding: 0;
  }

  .two-col-equal-group .inner-group > div {
    width: 50%;
    padding: 0;
    float: left;
  }

  .home-page .banner-group .inner-group {
    display: inline-block;
    width: 100%;
    margin: 0;
  }

  .home-page .banner-group .inner-group .left-col {
    width: 100%;
    float: none;
    padding: 0;
    text-align: left;
  }

  .home-page .banner-group .inner-group .left-col h1, 
  .home-page .banner-group .inner-group .left-col h4 {
    text-align: center;
  }

  .home-page .banner-group .inner-group .right-col {
    width: 100%;
    float: none;
    padding: 0;
  }

  .home-page .banner-group .inner-group .right-col img {
    width: 100%;
  }

  .home-page .row3-group .two-col-equal-group .left-col {
    width: 41.66666667%;
  }

  .home-page .row3-group .two-col-equal-group .right-col {
    width: 58.33333333%;
  }

  .two-col-left-img-group .inner-group .right-col p {
    width: 100%;
  }

  .feature-page .row2-group .two-col-equal-group .inner-group .left-col,
  .home-page .row2-group .two-col-equal-group .inner-group .left-col {
    padding-right: 15px;
  }

  .feature-page .row2-group .two-col-equal-group .inner-group .right-col,
  .home-page .row2-group .two-col-equal-group .inner-group .right-col  {
    padding-left: 15px;
  }

  .feature-page .row2-group .feature-two-col-equal-group .page-center:after,
  .home-page .row2-group .two-col-left-img-group .page-center:after {
    width: calc(100% - 60px);
  }

  .feature-page .row2-group .two-col-equal-group .page-center,
  .home-page .row2-group .two-col-equal-group .page-center {
    padding-right: 20px !important;
  }

  .no-nav .header-mobile-content {
    padding-top: 80px;
  }

}


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

@media (max-width: 767px) {

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

  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }

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

  ul.hs-search-field__suggestions {
    max-width: calc(100% - 40px);
  }

  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .hs_cos_wrapper_type_password_prompt,
  .body-container #email-prefs-form,
  .landing-page.one-column .main-content .hs_cos_wrapper_type_form,
  .section.post-footer form,
  .hs-search-field {
    max-width: 100%;
  }

  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-top-image,
  .header-top-right-content,
  .custom-logo {
    display: inline-block !important;
  }

  .body-container.container-fluid .row-fluid .page-center {
    padding-right: 40px;
    padding-left: 40px;
  }

  .banner-group h1 {
    font-size: 6vh;
    line-height: 7.5vh;
  }

  .banner-group h4 {
    font-size: 3vh;
    line-height: 4.5vh;
  }

  .header-bottom-group {
    margin-top: 40px;
  }

  .custom-logo {
    padding: 0;
    line-height: 70px;
    vertical-align: middle;
  }

  .custom-logo img {
    vertical-align: middle;
  }

  .mobile-trigger {
    margin-top: 27.5px;
  }

  .with-banner .banner-group {
    margin-top: -110px;
  }

  .custom-menu-primary {
    width: 270px !important;
    right: -270px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a img {
    width: auto;
    display: inline-block;
  }

  .footer-menu ul li {
    width: auto;
    vertical-align: middle;
    display: inline-flex;
  }

  .footer-left-content p {
    padding-top: 10px;
    margin-bottom: 11px;
  }

  .footer-bottom-group {
    padding: 75px 0 55px;
  }

  .footer-menu-group {
    padding: 18px 0 20px;
  }

  .contact-page .row1-group .left-col {
    width: 100% !important;
    padding: 0;
  }

  .contact-page .row1-group .page-center > .row-fluid-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .contact-page .row1-group .right-col {
    width: 100% !important;
    margin: 0 !important;
  }

  iframe {
    max-width: 100% !important;
  }

  .hs_recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .faq-section .inner-group {
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }

  .faq-section .content {
    padding: 0;
  }

  .faq-section .right-col-top-content img {
    max-width: 100%;
  }

  .pricing-item-group {
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
    padding-right: 25px;
    padding-left: 25px;
  }

  .pricing-item-group .pricing-item {
    width: 100%;
    float: none;
    padding: 0;
  }

  .feature-banner-sec {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 0;
  }

  .feature-banner-sec .feature-item {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .feature-banner-sec .feature-item:nth-child(5), 
  .feature-banner-sec .feature-item:last-child {
    margin-top: 30px;
  }

  .two-col-equal-group .inner-group ul li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .two-col-left-img-group .inner-group {
    margin: 0;
    display: inline-block;
    width: 100%;
  }

  .two-col-left-img-group .inner-group .left-col,
  .two-col-left-img-group .inner-group .right-col {
    width: 100%;
    float: none;
    padding: 0;
  }

  .two-col-left-img-group .inner-group .right-col p {
    width: 100%;
  }

  .two-col-left-img-group .inner-group .right-col hr {
    margin: 10px 0;
    display: block;
    width: 100%;
  }

  .home-page .row1-group .two-col-equal-group .inner-group .left-col {
    width: 100%;
    float: none;
  }

  .home-page .row1-group .two-col-equal-group .inner-group .right-col,
  .home-page .row3-group .two-col-equal-group .right-col {
    padding-top: 15px;
    padding-left: 0;
    float: none;
  }

  .home-page .row3-group .two-col-equal-group .left-col {
    width: 100%;
    float: none;
  }

  .home-page .row3-group .two-col-equal-group .right-col {
    width: 100%;
  }

  .home-page .row3-group .hs_cos_wrapper_type_module:last-child .two-col-equal-group .right-col img {
    margin-top: 30px;
  }

  .bottom-slider-group .slick-slider {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }

  .home-page .row1-group .two-col-equal-group .inner-group .right-col {
    width: 100%;
  }

}  

@media (max-width: 620px) {
  .feature-page .row1-group table tr td {
    padding: 15px 5px;
  }

  .feature-page .row1-group table h5 {
    font-size: 10px;
  }

  .feature-page .row1-group table p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .body-container.container-fluid .row-fluid .page-center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-right-content {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    text-align: center;
  }

  .footer-left-content {
    width: 100%!important;
    margin: 0 !important;
    float: none !important;
    text-align: center;
    padding-bottom: 20px;
  }

  .footer-bottom-group {
    padding-bottom: 20px;
  }

  .pricing-item-group {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pricing-item-group .pricing-item h5 {
    font-size: 2vh;
  }

  .feature-banner-sec {
    padding-right: 5px;
    padding-left: 5px;
  }

  .feature-banner-sec .feature-item h6 {
    font-size: 2vh;
  }

  .feature-page .row1-group table tr td {
    display: block;
    height: auto;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
    padding: 20px;
  }

  .feature-page .row1-group table h5 {
    font-size: 15px;
  }

  .feature-page .row1-group table p {
    font-size: 16px;
  }

  .two-col-equal-group .inner-group > div {
    width: 100%;
    padding: 0;
    float: none;
  }

  .feature-page .row2-group .feature-two-col-equal-group .inner-group .right-col iframe#player {
    height: auto;
  }

  .feature-page .row2-group .two-col-equal-group .inner-group .left-col,
  .home-page .row2-group .two-col-equal-group .inner-group .left-col {
    padding-right: 0;
  }

  .feature-page .row2-group .two-col-equal-group .inner-group .right-col,
  .home-page .row2-group .two-col-equal-group .inner-group .right-col {
    padding-left: 0;
  }

}

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

@media (max-width: 370px) {

  .header-top-right-content span.visible-phone {
    font-size: 12px;
  }

  .header-top-right-content a {
    margin-left: 2px;
    font-size: 11px;
    padding: 6px 8px;
  }

  .footer-top-content .cta_button {
    padding: 10px 15px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: block;
  }

}



