/* ==========================================================================
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('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: sfuidisplay-light;
  src: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIDisplay-Light.eot) format('embedded-opentype'), 
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIDisplay-Light.otf) format('opentype'), 
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIDisplay-Light.woff) format('woff'), 
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIDisplay-Light.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: sfuidisplay-semibold;
  src: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIDisplay-Semibold.eot) format('embedded-opentype'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIDisplay-Semibold.otf) format('opentype'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIDisplay-Semibold.woff) format('woff'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIDisplay-Semibold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: sfuitext-light;
  src: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Light.eot) format('embedded-opentype'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Light.otf) format('opentype'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Light.woff) format('woff'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Light.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: sfuitext-bold;
  src: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Bold.eot) format('embedded-opentype'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Bold.otf) format('opentype'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Bold.woff) format('woff'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Bold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: sfuitext;
  src: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Regular.eot) format('embedded-opentype'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Regular.otf) format('opentype'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Regular.woff) format('woff'),
    url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/fonts/SFUIText-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: 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 {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #003865;
  position: relative;
  background: #fff;
  font-size: 16px;
  line-height: 1.42857143;
  font-family: sfuitext-light,sans-serif;
  font-weight: 400;
}

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

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


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

/* Basic text */
p {
  color: #003865;
  line-height: 27px; 
  margin: 0 0 20px;
}
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: sfuidisplay-light,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1, h2, {
  background: -webkit-linear-gradient(right,#009CDE 0,#009CDE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 {
  background: -webkit-linear-gradient(right,#003865 0,#003865 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 29px;
  color: #009cde;
  line-height: 40px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/* Anchor Links */
a {
  color: #2DB9FF;
  transition: all .5s linear;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* Lists */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  margin-top: 20px;
  border: 0;
  border-top: 1px solid rgba(229,233,239,.7);
  margin-bottom: 25px;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}


/* =============== 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-bg {
  position: absolute;
  width: 100% !important;
  z-index: 50;
  padding: 20px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 50px !important;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.header-bg .page-center {
  max-width: 1170px !important;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.header-col {
  width: auto !important;
  margin-left: 0 !important;
}

.navbar-brand {
  background-size: 120px auto;
  text-indent: -9999em;
  display: block;
  margin-top: 4px;
  width: 120px;
  height: 32px;
  background-repeat: no-repeat;
}

.header-col.header-right {
  float: right;
}

.header-col.hs-logo {
  margin-left: -15px !important;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-area {
  background-size: cover;
  min-height: 370px;
  background-color: #020a4a;
  background-position: center bottom;
  padding-top: 130px;
  margin-top: -1px;
}

.banner-content {
  width: 100%;
  padding: 0 15px;
  float: left;
}

.banner-area h1 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  background: 0 0;
  -webkit-text-fill-color: initial;
}

.banner-area p {
  font-size: 18px;
  line-height: 29px;
  margin: 0 0 30px;
  color: #fff;
  text-align: center;
}

.without-banner .header-bg {
  background: #009cde;
  position: relative;
  margin-bottom: 0;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.footer-bg {
  padding: 55px 0;
}

.footer-bg .page-center {
  max-width: 1170px !important;
}

.footer-bg .page-center>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.footer-bottom-pane {
  padding-top: 41px;
}

.copyright {
  width: 50% !important;
  padding: 0 15px;
}

.copyright p {
  font-size: 12px;
  color: #A5ADBA;
  letter-spacing: 0;
  margin: 0;
  padding-top: 15px;
}

.copyright p a {
  margin-left: 10px;
}

.footer-social {
  width: 33.33333333% !important;
  padding: 0 15px;
  margin-left: 0 !important;
}

.social-links {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 15px;
}

.social-links li a {
  width: 23px;
  height: 23px;
  display: block;
  text-indent: -9999em;
  font-size: 0
}

.social-links li a:hover {
  opacity: .7
}

.social-links li a.icon-facebook {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-facebook.svg) center center no-repeat;
  background-size: 17px auto
}

.social-links li a.icon-twitter {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-twitter.svg) center center no-repeat;
  background-size: 17px auto
}

.social-links li a.icon-gplus {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-gplus.svg) center center no-repeat;
  background-size: 23px auto
}

.social-links li a.icon-instagram {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-instagram.svg) center center no-repeat;
  background-size: 17px auto
}

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

.footer-menu .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
  color: #009CDE;
  letter-spacing: 0;
  margin: 0 0 23px;
  cursor: text;
  text-decoration: none;
  font-family: sfuidisplay-light,sans-serif;
  line-height: 1.1;
}

.footer-menu .hs-menu-wrapper>ul ul {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  left: 0 !important;
  display: block !important;
}

.footer-menu .hs-menu-wrapper>ul ul li {
  list-style: none;
  margin-bottom: 14px;
}

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

.footer-menu .hs-menu-wrapper>ul ul li a {
  font-size: 13px;
  color: rgba(94,106,130,.7);
}

.footer-col {
  padding: 0 15px;
  margin-left: 0 !important;
}

.footer-menu {
  width: 16.66666667% !important;
}

.footer-form {
  width: 33.33333333% !important;
  margin-left: 16.66666667% !important;
}

.footer-form .form-title {
  font-size: 14px;
  color: #009CDE;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-family: sfuidisplay-light,sans-serif;
  background: 0 0;
  -webkit-text-fill-color: #009CDE;
  text-align: left;
  line-height: 1.1;
}

.footer-form .hs-form-required {
  display: none;
}

.footer-form .hs-form-field {
  position: relative;
  padding-right: 65px;
}

.footer-form .hs-form-field > label {
  margin: 0;
}

.footer-form form {
  position: relative;
}

.footer-form .hs-submit {
  position: absolute;
  top: 0;
  right: 0px;
}

.footer-form .hs-input {
  background: #fff;
  box-shadow: 3px 4px 12px 0 rgba(32,52,107,.13);
  font-size: 14px;
  color: rgba(94,106,130,.7);
  padding: 11px 15px;
  border-radius: 0;
  border: 0;
  display: block;
  line-height: 1.42857143;
  -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,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
  font-family: sfuitext,sans-serif;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
}

.footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  background-image: linear-gradient(86deg,#2DB9FF 3%,#2A77EB 100%);
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  letter-spacing: .9px;
  border: 0;
  display: inline-block;
  z-index: 2;
  margin-left: -1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  font-family: sfuidisplay-semibold,sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  text-transform: none;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  top: -10px;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  padding: 12px 38px;
  margin-top: 10px;
  font-size: 12px;
  font-family: sfuidisplay-semibold,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 4px;
  letter-spacing: .83px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
  opacity: 1;
  background: #fff;
  border: 1px solid #fff;
  color: #0A2F76;
  border-radius: 4px;
  box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background: #fff;
  -webkit-transition: .25s ease !important;
  -o-transition: .25s ease !important;
  transition: .25s ease !important;
  min-width: 200px;
  padding: 20px 20px;
  -webkit-box-shadow: 3px 4px 6px 0 rgba(33,53,107,.22);
  box-shadow: 3px 4px 6px 0 rgba(33,53,107,.22);
  border-radius: 8px;
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -1px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  top: -20px;
  transition: .2s ease;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #0D2F6B;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  position: relative;
  z-index: 100;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

@media screen and (min-width:992px) {


  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul > li {
    float: left;
    width: 50%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul {
    min-width: 640px;
    min-height: 254px;
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child:hover> ul {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child ul ul {
    position: relative !important;
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: auto !important;
    transform: none;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul ul:before {
    display: none;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul>li>ul>li {
    display: block;
    padding: 25px 15px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul>li>ul>li>a {
    color: #0D2F6B;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    letter-spacing: 0;
    margin: 0 0 4px;
    font-size: 16px;
    padding: 0;
    line-height: 1.1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul ul li.hs-menu-depth-4 > a {
    font-size: 12px;
    color: #6B7C93;
    line-height: 17px;
    margin: 0;
    font-family: sfuitext-light,sans-serif;
    font-weight: 400;
    padding: 0;
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul ul ul ul {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .dropdown-item-image {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
  }

  .dropdown-item-image a {
    padding: 0 !important;
    display: block;
  }

  .dropdown-item-image img {
    display: block;
  }

  .dropdown-item-content {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    padding-left: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper .dropdown-item-content>a {
    color: #0D2F6B !important;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    letter-spacing: 0;
    margin: 0 0 5px;
    font-size: 16px !important;
    padding: 0 !important;
    line-height: 1.1;
    font-family: sfuidisplay-light,sans-serif;
    font-weight: 400;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul>li>ul>li:hover .hs-menu-depth-4 ul {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul ul li.hs-menu-depth-5 > a {
    color: #009cde;
    position: relative;
    background: -webkit-linear-gradient(right,#2DB9FF 0,#2A77EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: sfuitext,sans-serif;
    font-weight: 400;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 15px;
    display: inline-block;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul ul li.hs-menu-depth-5 > a:after {
    content: '';
    background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-arrow.png) no-repeat;
    background-size: 8px auto;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -25px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(3) { clear: left;}
  
  

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

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

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

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

@media (max-width: 767px){

  /* 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;
    color: #000;
    float: right;
    padding: 9px 10px;
    margin-top: 4px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .mobile-trigger:hover{}

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== 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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px 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 ===== */  

  .custom-menu-primary.js-enabled {
    position: relative;
    margin-top: 11px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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;
  }
  .custom-menu-primary .hs-menu-wrapper {
    background: #218CF5;
    padding-bottom: 25px;
    border-top: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 100%;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    padding-right: 15px;
    padding-left: 15px;
  }

  /* 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: 7.5px 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li>a {
    font-size: 15px;
    color: #fff;
    font-family: sfuidisplay-light,sans-serif;
    font-weight: 400;
    transition: all .4s linear;
    padding: 10px 15px;
    background: 0 0!important;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li>a:hover {
    opacity: .6;
  }

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

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

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children>a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
}


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


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

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

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

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

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

.blog .body-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* =============== 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 {
  text-decoration: none;
}

/* 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 {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.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 */
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 20px;
}

/* 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 {
  display: block;
}
.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 {}

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

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


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

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

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

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

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

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

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
#comments-listing.no-comments {
  border: none;
}
/* -------------------- Ends ----------- */
/* =============== 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 {}

.section.post-footer .hs-input {
  max-width: 100%;
}

.section.post-footer .hs-button {
  max-width: 100%;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

.form-title {
  color: #0C2F6B;
  font-size: 18px;
  line-height: 29px;
  margin: 0 0 30px;
  text-align: center;
  font-family: sfuitext-light,sans-serif;
  font-weight: 400;
  background: 0 0;
  -webkit-text-fill-color: #0C2F6B;
}

/* Form Field */
.hs-form-field {
  margin-bottom: 15px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  margin-bottom: 5px;
}

/* 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 {
  width: 100%;
  display: block;
  max-width:;
  background: rgba(32,53,128,.01);
  border: 1px solid #DFE3E9;
  border-radius: 3px;
  box-shadow: none;
  outline: 0;
  padding: 15px 15px;
  font-size: 16px;
  color: #717171;
  line-height: 1.42857143;
  -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,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
  font-family: sfuitext,sans-serif;
  font-weight: 400;
}


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

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 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.inputs-list {
  margin: 15px 0 0 0 !important;
  padding: 0;
  display: inline-block !important;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #969393;
  z-index: 1;
  box-shadow: 0 2px 1px #969393;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  list-style: none;
}

.hs-error-msgs.inputs-list li {
  margin: 0;
  background-color: #fff;
  background-image: url(//4061062.fs1.hubspotusercontent-na1.net/hubfs/4061062/The_Rethink_Group_October2018/Images/error-mesz-style.png?t=1541482698060);
  background-repeat: no-repeat;
  padding: 10px 15px 10px 40px;
  background-position: left 10px center;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  color: #495057;
}

.hs-error-msgs.inputs-list li:before {
  content: "";
  border-bottom: 8px solid #969393;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -16px;
  left: 9px;
  margin: 0;
}

.hs-error-msgs.inputs-list li:after {
  content: "";
  border-bottom: 7px solid #fff;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: -14px;
  left: 10px;
  margin: 0;
}

.hs_error_rollup .hs-error-msgs.inputs-list {
  margin-bottom: 15px !important;
}

.hs-form .field {
  position:relative;
}

.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.3);
  box-shadow: 0 10px 15px rgba(0,0,0,.3);
  max-width: 500px;
  background-image: -webkit-linear-gradient(#009CDE,#009CDE 0,#009CDE 100%);
  background-image: -o-linear-gradient(#009CDE,#009CDE 0,#009CDE 100%);
  background-image: linear-gradient(#009CDE, #009CDE 0,#009CDE 100%);
  border-radius: 4px;
  color: #fff;
  border: 0;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 26px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-transform: uppercase;
  font-family: sfuidisplay-semibold,sans-serif;
  font-weight: 400;
  background-color: #337ab7;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,.3);
  background-color: #286090;
}

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


/* =============== Form Module Button =============== */

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

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

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

/* ========= Privacy Page  =========== */

.hs-full-width .main-content {
  padding: 0 15px;
}

.hs-full-width .body-container {
  padding-bottom: 0;
}

/* ========= Contat Page  =========== */

.hs-contact-col {
  padding: 0 15px;
  margin-left: 0 !important;
  width: 50% !important;
}

.solutions {
  padding-bottom: 60px;
}

.page-center.wider {
  max-width: 1170px !important;
}

.solutions h3 {
  font-size: 30px;
  color: #38A2FF;
  margin: 0 0 10px;
  text-align: center;
}

.solutions p {
  font-size: 16px;
  color: #003865;
  line-height: 27px;
  text-align: center;
}

.solutions ul {
  text-align: center;
  margin-bottom: 50px;
  padding: 40px 0 0
}

.solutions ul li {
  display: inline-block;
  margin: 0 18px
}

.solutions ul li a {
  display: block;
  border-radius: 10px;
  font-size: 26px;
  color: #fff;
  line-height: 160px;
  width: 230px;
  min-height: 160px;
  background: #ccc;
  text-decoration: none;
  position: relative;
  cursor: default;
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.solutions ul li a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.3);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.solutions ul li a.btn-enterprise {
  background-size: 300px auto
}

.solutions ul li a.btn-coworking {
  background-size: 300px auto
}

.solutions ul li a.btn-multifamily {
  background-size: 300px auto
}

.solutions ul li a.btn-education {
  background-size: 300px auto
}

.solutions .learn-more {
  display: table;
  margin: 0 auto;
}

a.learn-more{
  font-size: 17px;
  color: #009cde;
  position: relative;
  background: -webkit-linear-gradient(right,#2DB9FF 0,#2A77EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: sfuitext,sans-serif;
  font-weight: 400;
}

a.learn-more:after{
  content: '';
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-arrow.png) no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -25px;
}

.cta {
  padding: 85px 0 100px;
  background-image: -webkit-linear-gradient(236deg,#F5F9FD 0,#F8FAFD 21%,#F0F4FA 83%);
  background-image: -o-linear-gradient(236deg,#F5F9FD 0,#F8FAFD 21%,#F0F4FA 83%);
  background-image: linear-gradient(-146deg,#F5F9FD 0,#F8FAFD 21%,#F0F4FA 83%)
}

.cta h3,.cta p {
  font-size: 29px
}

.cta h3 {
  color: #009cde;
  margin: 0 0 10px
}

.cta p {
  color: #32325D;
  margin: 0
}

.cta .button-group {
  padding-top: 15px;
  text-align: right
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: sfuidisplay-semibold,sans-serif;
  font-weight: 400;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn.btn-primary, .btn.btn-white {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 26px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-transform: uppercase;
}

.btn.btn-primary {
  background-image: -webkit-linear-gradient(44deg,#0058A6 0,#0D1663 100%);
  background-image: -o-linear-gradient(44deg,#0058A6 0,#0D1663 100%);
  background-image: linear-gradient(46deg,#0058A6 0,#0D1663 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
  box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
  color: #fff;
  border: 0;
}

.btn.btn-primary:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(33,39,107,.4);
  box-shadow: 0 2px 2px 0 rgba(33,39,107,.4);
}

.btn.btn-white {
  color: #0A2F76;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
  box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
  border: 0;
}

.btn.btn-white:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(33,39,107,.4);
  box-shadow: 0 2px 2px 0 rgba(33,39,107,.4);
}

.button-group .btn {
  display: inline-block;
  margin-right: 30px;
}

.button-group .btn:last-child {
  margin-right: 0;
}

.cta .button-group .btn {
  min-width: 185px;
  text-decoration: none;
}

.quote-page .body-container {
  padding: 0;
}

.quote {
  min-height: 886px;
  background-position: 0 bottom;
}

.white-box-form {
  background: #FFF;
  -webkit-box-shadow: -3px -2px 4px 0 rgba(0,0,0,.03), 3px 8px 12px 0 rgba(0,0,0,.11);
  box-shadow: -3px -2px 4px 0 rgba(0,0,0,.03), 3px 8px 12px 0 rgba(0,0,0,.11);
  border-radius: 10px;
}

.white-box-form .box-form {
  padding: 40px 54px;
}

.white-box-form p {
  color: #0C2F6B;
}

.box-form .hs-form-required {
  display: none;
}


.box-form .hs-form-field > label {
  margin: 0;
}

.white-box-form .hs-input::-webkit-input-placeholder {
  color: rgba(95,107,130,.4);
}

.white-box-form .form-footer {
  padding: 14px 20px;
  background: rgba(223,227,233,.3);
  border-radius: 0 0 10px 10px;
}

.white-box-form .form-footer p {
  font-size: 16px;
  color: #003865;
  line-height: 27px;
  margin: 0;
}

.quote-top-pane h2 {
  text-align: center;
}

.quote-top-pane p {
  text-align: center;
  font-size: 18px;
  color: #003865;
  line-height: 27px;
  margin-bottom: 20px;
  font-weight: 300;
}

.questions-flexi {
  width: 50% !important;
  margin-left: 0 !important;
  padding: 0 15px;
}

.questions-flexi-wrapper >div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.question {
  position: relative;
  padding-right: 40px;
  margin-bottom: 50px;
}

.question h3 {
  font-size: 19px;
  color: #0C2F6B;
  letter-spacing: .25px;
}

.question:after {
  content: attr(data-icon);
  top: -50px;
  left: -35px;
  position: absolute;
  display: block;
  opacity: .06;
  font-size: 82px;
  color: #0073E6;
  letter-spacing: 4.14px;
  font-family: sfuitext-bold,sans-serif;
  font-weight: 400;
}

.questions-bottom-flexi hr {
  margin-bottom: 50px;
}

.box-form .hs_cos_wrapper_type_form .hs-button.primary.large {
  max-width: 100%;
}

.form-title {
  margin: 0;
}



.getting-started-page .body-container {
  padding: 0;
}

.getting-started {
  padding-bottom: 50px;
}

.getting-started .page-center {
  position: relative;
  overflow: hidden;
  min-height: 2000px;
}

.getting-started .flow-graphic {
  width: 507px;
  height: auto;
  position: absolute;
  top: -360px;
  left: 0;
  z-index: 1;
  opacity: .5;
  vertical-align: middle;
}

.getting-started .step-block {
  position: relative;
  z-index: 10;
}

.getting-started .step-block:after {
  content: attr(data-icon);
  display: block;
  position: absolute;
  opacity: .5;
  font-size: 160px;
  color: #E4F0FD;
  z-index: 2;
  font-family: sfuitext-bold, sans-serif;
  font-weight: 400;
  top: -70px;
  left: 530px;
}

.getting-started .step-1 {
  padding-left: 608px;
  margin-bottom: 239px;
  margin-top: 200px;
}

.getting-started .getting-started-intro {
  padding-top: 65px;
  padding-left: 315px;
  margin-bottom: 175px
}

.getting-started .step-2 {
  padding-left: 560px;
  margin-bottom: 250px
}

.getting-started .step-2:after {
  left: 480px;
  top: -70px
}

.getting-started .step-3 {
  padding-left: 515px;
  margin-bottom: 250px
}

.getting-started .step-3:after {
  left: 450px;
  top: -70px
}

.getting-started .step-4 {
  padding-left: 470px;
  margin-bottom: 220px
}

.getting-started .step-4:after {
  left: 400px;
  top: -70px
}

.getting-started .step-5 {
  padding-left: 425px
}

.getting-started .step-5:after {
  left: 350px;
  top: -70px
}

.cta-button-box {
  padding: 0 0 50px;
  text-align: center;
}

.cta-box-content .btn {
  text-decoration: none;
}

.banner-area.building-sync {
  background-image: -webkit-linear-gradient(226deg,#004599 0,#004295 5%,#020A4A 100%) !important;
  background-image: -o-linear-gradient(226deg,#004599 0,#004295 5%,#020A4A 100%) !important;
  background-image: linear-gradient(224deg,#004599 0,#004295 5%,#020A4A 100%) !important;
  min-height: 870px;
  overflow: hidden;
  padding-top: 180px;
  position: relative;
  background-position: 0 bottom;
  background-color: transparent;
  color: #fff;
}

.building-sync .top-image {
  width: 105px;
  margin-top: 20px;
}

.building-sync h1 {
  text-align: left;
  margin-top: 6px;
}

.building-sync h2 {
  margin-top: 0;
  color: #fff;
  background: 0 0;
  -webkit-text-fill-color: initial;
  margin-bottom: 15px;
}

.building-sync.banner-area p {
  text-align: left;
}

.building-sync .hs-form-required {
  display: none;
}

.building-sync .input-group {
  width: 80%;
  position: relative;
}

.building-sync .form-title {
  margin: 0;
}

.building-sync .hs-input {
  background: rgba(255,255,255,.2);
  -webkit-box-shadow: 0 22px 10px 0 rgba(0,0,0,.11);
  box-shadow: 0 22px 10px 0 rgba(0,0,0,.11);
  border-radius: 4px 0 0 4px;
  height: 45px;
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 16px;
  padding: 6px 220px 6px 12px;
}

.building-sync .hs-input::-webkit-input-placeholder {
  color: rgba(255,255,255,.5);
}

.building-sync .hs_error_rollup .hs-error-msgs.inputs-list {
  margin-top: 0 !important;
}

.building-sync .hs_cos_wrapper_type_form .hs-button.primary.large {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background-image: -webkit-linear-gradient(213deg,#2DB9FF 0,#2A77EB 96%);
  background-image: -o-linear-gradient(213deg,#2DB9FF 0,#2A77EB 96%);
  background-image: linear-gradient(237deg,#2DB9FF 0,#2A77EB 96%);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  font-size: 13px;
  color: #FFF;
  letter-spacing: .9px;
  line-height: 45px;
  padding: 0 20px;
  border: 0;
  text-transform: uppercase;
  z-index: 2;
  margin-left: -1px;
  font-family: sfuidisplay-semibold,sans-serif;
  font-weight: 400;
}

.building-sync .right-banner {
  position: absolute;
  width: 1084px;
  height: auto;
  z-index: 30;
  right: -100px;
  bottom: 100px;
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
}

.building-sync:after {
  background-color: #fff;
  height: 200px;
  width: 110%;
  border-radius: 100% 0 0;
  position: absolute;
  bottom: 0;
  z-index: 40;
  display: block;
  right: 0;
  content: '';
}

.building-sync .col-md-6 {
  position: relative;
  z-index: 100;
}

.building-sync .hs-form-field > label {
  margin: 0;
}


.banner-area.access-control {
  text-align: left;
  padding-top: 165px;
  overflow: hidden;
  background-size: cover;
  min-height: 886px;
  background-position: 0 bottom;
}

.banner-area.access-control p {
  text-align: left;
}

.banner-area.access-control  h1 {
  text-align: left;
  padding-top: 18px;
}

.banner-area.access-control  h2 {
  font-size: 28px;
  color: rgba(255,255,255,.9);
  background: 0 0;
  -webkit-text-fill-color: initial;
  margin-top: 0;
  margin-bottom: 15px;
}

.banner-area.access-control .page-center {
  position: relative;
}

.access-control .top-image {
  margin-left: -15px;
}

.access-control .right-banner {
  width: auto;
  height: 610px;
  position: absolute;
  top: 0;
  right: -300px;
}

.access-control-page .body-container {
  padding: 0;
}

.row1-top-pane {
  width: 66.66666667% !important;
  margin-left: 16.66666667% !important;
  padding: 0 15px;
  text-align: center;
}

.access-control-layers .page-center>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.row1-top-pane h1 {
  font-size: 30px;
  color: #38A2FF;
}

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

.row1-left-image img {
  width: auto !important;
  height: 560px;
  display: block;
  max-width: 100%;
}

.access-control-layers ul {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.access-control-layers ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px
}

.access-control-layers ul li:after {
  content: '';
  display: block;
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-blue-check.png) no-repeat;
  width: 15px;
  height: 12px;
  background-size: 15px auto;
  position: absolute;
  left: 0;
  top: 8px
}

.access-control-layers ul li h2 {
  font-size: 19px;
  color: #2E90FF;
  letter-spacing: .26px;
  margin: 0;
  line-height: 28px
}

.access-control-layers ul li p {
  font-size: 16px;
  color: #4E6F8D;
  line-height: 28px;
  margin: 0 0 15px
}

.two-col-with-image-wrapper {
  padding: 80px 0;
}

.two-col-with-image-wrapper.right .image-col {
  float: right;
  width: 50% !important;
  margin-left: 8.33333333%;
  padding: 0 15px;
}

.two-col-with-image-wrapper.right .content-col {
  width: 41.66666667%;
  padding: 0 15px;
  float: left;
}

.two-col-with-image-wrapper.left .content-col  {
  float: right;
  width: 50%;
  margin-left: 8.33333333%;
  padding: 0 15px;
}

.two-col-with-image-wrapper.left .image-col{
  width: 41.66666667%;
  padding: 0 15px;
  float: left;
}

.access-features {
  padding: 150px 0;
}

.access-features .access-feature-box {
  padding: 60px 60px 100px;
}

.top-icon-wrapper {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.access-features .access-feature-box .top-icon {
  display: block;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  border-radius: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: 38px auto;
  background-repeat: no-repeat;
  background-color: #fff;
}

.access-feature-col {
  border-right: 1px solid #E9EDF0;
  border-bottom: 1px solid #E9EDF0;
}

.access-feature-col:nth-child(2n) {
  border-right: none;
}

.access-feature-col:nth-last-child(2), .access-feature-col:last-child {
  border-bottom: none;
}

.hw-protect-investment .two-col-with-image-wrapper {
  background-image: -webkit-linear-gradient(34deg,#0059B3 0,#081563 100%);
  background-image: -o-linear-gradient(34deg,#0059B3 0,#081563 100%);
  background-image: linear-gradient(56deg,#0059B3 0,#081563 100%);
}

.hw-protect-investment .two-col-with-image-wrapper.left .image-col {
  width: 50%;
}

.hw-protect-investment .two-col-with-image-wrapper.left .content-col {
  width: 41.66666667%;
  margin-left: 8.33333333%;
}

.hw-protect-investment h2 {
  padding-top: 50px;
}

.hw-protect-investment p,
.integrations-box p{
  color: #fff;
}

.hw-protect-investment hr,
.integrations-box hr {
  border-top: 1px solid #F1F7FB;
  opacity: .1;
}

.protect-investment .two-col-with-image-wrapper {
  margin-bottom: 90px;
  padding: 130px 0;
  background-image: -webkit-linear-gradient(34deg,#0059B3 0,#081563 100%);
  background-image: -o-linear-gradient(34deg,#0059B3 0,#081563 100%);
  background-image: linear-gradient(56deg,#0059B3 0,#081563 100%);
}


.protect-investment .two-col-with-image-wrapper.left .image-col {
  width: 50%;
}

.protect-investment .two-col-with-image-wrapper.left .content-col {
  width: 41.66666667%;
  margin-left: 8.33333333%;
}

.protect-investment h2 {
  padding-top: 50px;
}

.protect-investment p,
.integrations-box p{
  color: #fff;
}

.protect-investment hr,
.integrations-box hr {
  border-top: 1px solid #F1F7FB;
  opacity: .1;
}

.integrations-box .two-col-with-image-wrapper {
  padding: 70px 0;
  background-image: -webkit-linear-gradient(146deg,#0059B3 0,#081563 100%);
  background-image: -o-linear-gradient(146deg,#0059B3 0,#081563 100%);
  background-image: linear-gradient(-56deg,#0059B3 0,#081563 100%);
}

.integrations-box h2 {
  padding-top: 100px;
}

.hardware-features {
  background-image: -webkit-linear-gradient(236deg, #F5F9FD 0, #F8FAFD 21%, #F0F4FA 83%);
  background-image: -o-linear-gradient(236deg, #F5F9FD 0, #F8FAFD 21%, #F0F4FA 83%);
  background-image: linear-gradient(-146deg, #F5F9FD 0, #F8FAFD 21%, #F0F4FA 83%);
  padding: 0 0 100px;
  margin-top: 110px
}

.hardware-features .hardware-option,
.hardware-features .row {
  position: relative;
  z-index: 5
}

.white-box {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
  border-radius: 6px;
}

.hardware-features .featured-white-box {
  margin-top: -160px;
  margin-bottom: 120px;
  position: relative
}

.hardware-features .featured-white-box .row {
  position: relative;
  z-index: 1
}

.hardware-features .featured-white-box .white-box {
  position: relative;
  z-index: 1;
  padding: 40px 60px 60px 120px
}

.hardware-features .featured-white-box .bg-circles {
  display: block;
  width: 750px;
  height: 750px;
  background-size: 750px auto;
  position: absolute;
  left: 50%;
  margin-left: -375px;
  bottom: -375px;
}

.hardware-features .featured-white-box img.sequr-logo {
  position: absolute;
  width: 112px;
  height: auto;
  left: 50%;
  margin-left: -56px;
  margin-top: -56px;
  bottom: -56px;
  z-index: 3
}

.hardware-features .featured-white-box .meta p .label {
  background: rgba(51, 146, 254, .2);
  border-radius: 100px;
  font-size: 13px;
  color: #2E8FFF;
  letter-spacing: .65px;
  text-transform: uppercase;
  margin-right: 15px;
  display: inline-block;
  padding: .2em .6em .3em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-weight: 700;
  line-height: 1;
}

.hardware-features .featured-white-box .meta p a {
  font-size: 17px;
  color: #47AAFF;
  letter-spacing: .5px;
  position: relative;
  display: inline-block;
  margin-right: 35px
}

.hardware-features .featured-white-box .meta p a::after {
  content: '';
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-arrow.png) no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -15px
}

.hardware-features .hardware-options {
  text-align: center;
  padding: 60px 0 120px
}

.hardware-features .hardware-options h3 {
  font-size: 19px;
  color: #2E90FF;
  letter-spacing: .26px;
  margin: 0 0 35px
}

.hardware-features .hardware-desc .white-box {
  padding: 70px 60px 40px;
  text-align: center;
  position: relative
}

.hardware-features .hardware-desc .white-box h2 {
  font-size: 24px;
  color: #0C2F6B;
  letter-spacing: .32px;
  margin: 0 0 15px
}

.hardware-features .featured-white-box h2 {
  position: relative;
  margin: 0 0 15px;
}

.left-image {
  display: block;
  width: 60px;
  height: 60px;
  background-size: 30px auto;
  border-radius: 200px;
  -webkit-box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}

.left-image-wrap {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -65px;
  top: 0;
}

.two-col-with-top-image .top-icon {
  width: 86px;
  height: 86px;
  border-radius: 200px;
  background-size: 86px auto;
  position: absolute;
  left: 50%;
  margin-left: -43px;
  top: 0;
  margin-top: -43px;
}

.about-page .banner-area {
  min-height: 829px;
  background-size: cover;
  padding-top: 180px;
  position: relative;
  background-position: 0 bottom;
}

.about-page .banner-content {
  width: 66.66666667%;
  margin-left: 16.66666667%;
  padding: 0 15px;
}

.about-page .body-container {
  padding: 0;
  position: relative;
}

.about-row1 {
  margin-top: -200px;
  padding: 0 0 40px;
}

.about-row1 .two-col-with-image-wrapper {
  padding: 0;
  background-color: transparent !important;
}

.about-row1 .two-col-with-image-wrapper .content-col h2 {
  padding-top: 150px;
}

.about-row2 .two-col-with-image-wrapper {
  padding: 40px 0;
}

.about-row3 {
  background-image: -webkit-linear-gradient(34deg,#020A4A 0,#084B9E 100%);
  background-image: -o-linear-gradient(34deg,#020A4A 0,#084B9E 100%);
  background-image: linear-gradient(56deg,#020A4A 0,#084B9E 100%);
  padding: 90px 0 100px;
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}

.about-row3:after {
  background: rgba(0,0,0,.1);
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  content: '';
}

.office-details p.text-grey {
  text-transform: uppercase;
  opacity: .6;
  font-size: 12px;
  color: #FFF
}

.office-details a {
  color: #fff
}

.office-details a:hover {
  color: #2DB9FF
}

.about-row3-col  hr {
  width: 80%;
  margin: 30px 0;
  border-top: 1px solid #F1F7FB;
  opacity: .1;
}

.office-details p {
  color: #fff;
}

.office-details .btn-blue {
  background: #1E3878;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255,255,255,.6);
  letter-spacing: .76px;
  text-decoration: none;
}

.office-details .btn-blue:hover {
  color: #fff;
}

.our-office ul.social-links {
  margin: 0;
  padding: 15px 0 0;
  text-align: left;
}

.our-office ul.social-links li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.our-office ul.social-links li a {
  color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.1);
  border-radius: 100px;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  text-indent: 0;
  font-size: inherit;
}

.our-office ul.social-links li a i {
  line-height: 32px
}

.our-office ul.social-links li a:hover {
  color: #fff;
  opacity: 1;
}

.our-office ul.social-links li a span {
  display: none;
}

.about-row3-col {
  width: 50% !important;
  margin-left: 0 !important;
  padding: 0 15px;
}

.about-row3-col-wrapper >div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.about-row3-col.right-col img {
  max-width: 595px;
  height: auto;
}

.news {
  margin-bottom: 50px;
}

.news .desc {
  text-align: center;
  margin-bottom: 25px;
}

.news-grid {
  margin-bottom: 80px
}

.news-grid .news-block {
  background: #FFF;
  -webkit-box-shadow: 0 4px 12px 0 rgba(33, 53, 107, .18);
  box-shadow: 0 4px 12px 0 rgba(33, 53, 107, .18);
  border-radius: 8px;
  max-height: 415px
}

.news-grid .news-block img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0
}

.news-grid .news-block .news-text {
  padding: 30px
}

.news-grid .news-block .news-text h3 {
  font-size: 18px;
  color: #0C2F6B;
  letter-spacing: .24px;
  line-height: 27px;
  margin: 0 0 5px
}

.news-grid .news-block .news-text h3 a {
  color: #0C2F6B;
  text-decoration: none;
  font-family: sfuitext-light,sans-serif;
  font-weight: 400;
}

.news-grid .news-block .news-text h3 a:hover {
  color: #0C2F6B;
  text-decoration: underline
}

.news-grid .news-block .news-text p {
  font-size: 15px;
  color: #003865;
  line-height: 25px
}



.banner-area.visitor-management {
  background-position: 0 bottom;
  text-align: left;
  min-height: 886px;
}

.visitor-management .top-image {
  margin-top: 20px;
}

.banner-area.visitor-management h1 {
  text-align: left;
  font-size: 42px;
  margin-top: 6px;
}

.banner-area.visitor-management h2 {
  opacity: .8;
  font-family: sfuidisplay-light,sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #FFF;
  margin: 0 0 35px;
  background: 0 0;
  -webkit-text-fill-color: initial;
}

.visitor-management .right-image {
  margin-top: -50px;
  margin-left: -85px;
  max-width: 960px;
}

.visitor-management-page .body-container {
  padding: 0;
}

.how-does-it-work {
  padding: 10px 0 0
}

.how-does-it-work p {
  margin: 0 0 35px
}

.visitor-management-row1-content {
  text-align: center;
}

.visitor-management-page .two-col-with-image-wrapper {
  padding: 0;
}

.visitor-management-row1-col {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0 !important;
}

.visitor-management-row1-col.left-col {
  width: 41.66666667%;
}

.visitor-management-row1-col.right-col {
  width: 50%;
  margin-left: 8.33333333% !important;
  position: relative;
}

.how-does-it-work__gif {
  position: absolute;
  top: 6%;
  left: 12.5%;
  height: 78.5%;
}

.visitor-management-row1-col.right-col img {
  display: block;
}

.visitor-management-row1-col.right-col>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.visitor-management-row1-col.right-col>div>div {
  position: relative;
}

.visitor-management-row1-col.right-col>div>span {
  display: block;
  position: relative;
}

.visitor-management-row1-col-wrapper>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.visitor-management-row1-col h3 {
  font-family: Helvetica;
  font-size: 19px;
  color: #38A2FF;
  letter-spacing: .25px;
}


.visitor-management-row2 {
  background: #F5F7FC;
  padding: 30px 0 80px;
}

.visitor-management-row2-top-content {
  text-align: center;
}

.visitor-management-row2-gallery .slick-arrow {
  display: none !important;
}

.visitor-management-row2-gallery .hs_cos_gallery_main {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.visitor-management-row2-gallery .slick-slide img {
  padding-top: 15px;
}

.visitor-management-row2-gallery .slick-slider {
  margin-bottom: 0;
}

.visitor-management-row2-gallery .caption{
  display: block;
  border-radius: 8px;
  text-decoration: none;
  padding: 15px 20px;
}

.visitor-management-row2-gallery .slick-dots li.slick-active .caption, 
.visitor-management-row2-gallery .slick-dots li:hover .caption {
  box-shadow: 0 4px 13px 0 rgba(32,52,107,.18);
  background: #FFF;
}

.visitor-management-row2-gallery .caption>span {
  display: block;
  position: relative;
}

.visitor-management-row2-gallery .caption i {
  position: absolute;
  top: 1px;
  left: 3px;
  width: 20px;
  height: 24px;
  display: block;
}

.visitor-management-row2-gallery .caption i:after {
  content: '';
  width: 20px;
  height: 24px;
  background-size: 20px auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.visitor-management-row2-gallery .ipad-features__cogs:after {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/visitor-management__cogs.png) no-repeat
}

.visitor-management-row2-gallery .ipad-features__camera:after {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/visitor-management__camera.png) no-repeat
}

.visitor-management-row2-gallery .ipad-features__bell:after {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/visitor-management__bell.png) no-repeat
}

.visitor-management-row2-gallery .ipad-features__badge:after {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/visitor-management__badge.png) no-repeat
}

.visitor-management-row2-gallery .ipad-features__nda:after {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/visitor-management__nda.png) no-repeat
}

.visitor-management-row2-gallery .caption h3 {
  font-size: 19px;
  color: #2E90FF;
  letter-spacing: .26px;
  margin: 0 0 5px;
  font-family: Helvetica;
  padding-left: 33px;
  display: inline-block;
  position: relative
}

.visitor-management-row2-gallery .caption h3 span {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -68px;
  background: #D5EFFF;
  font-size: 8px;
  color: #2E93FF;
  letter-spacing: .11px;
  white-space: nowrap;
  padding: 2px 5px;
  border-radius: 7px;
  -webkit-text-fill-color: #2E93FF;
  font-family: sfuitext-light,sans-serif;
  font-weight: 400;
  transition: all .5s linear;
  line-height: 1.42857143;
}

.visitor-management-row2-gallery .caption p {
  text-align: left;
  font-size: 16px;
  color: #003865;
  line-height: 27px;
  margin: 0;
  font-family: sfuitext-light,sans-serif;
  font-weight: 400;
  display: none;
}

.visitor-management-row2-gallery .slick-dots li.slick-active .caption p,
.visitor-management-row2-gallery .slick-dots li:hover .caption p{
  display: block;
}

.visitor-management-row2-gallery .slick-list {
  width: 41.66666667%;
  padding: 0 15px;
  float: left;
}

.visitor-management-row2-gallery .slick-dots {
  margin-left: 8.33333333%;
  width: 50%;
  padding: 0 15px;
  float: left;
}

.visitor-management-row2-gallery .slick-dots li {
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  margin: 0 0 10px 0;
}

.visitor-management-row2-gallery .slick-dots li button {
  display: none;
}

.visitor-management-row2-gallery .hs_cos_gallery_main .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 430px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.visitor-management-row2-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
  margin: 0 !important;
}

.visitor-management-row3-flexi .two-col-with-image-wrapper {
  overflow: hidden;
  padding: 85px 0;
  position: relative;
  min-height: 850px;
}

.visitor-management-row3 h2.icon-user-settings {
  position: relative;
  padding-top: 130px;
}

.visitor-management-row3 h2.icon-user-settings:after {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  border-radius: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/visitor-management__user-settings.png) center center no-repeat #fff;
  background-size: 39px auto;
}

.visitor-management-row3 .two-col-with-image-wrapper.right .content-col {
  width: 50%;
}

.visitor-management-row3 .two-col-with-image-wrapper.right .image-col {
  margin-left: 0;
  position: relative;
}

.visitor-management-row3 .two-col-with-image-wrapper.right .content-col h3 {
  font-family: Helvetica;
  font-size: 19px;
  color: #38A2FF;
  letter-spacing: .25px;
  padding-left: 55px;
  position: relative;
  margin: 0;
  line-height: 44px;
}

.visitor-management-row3 h3.icon-visitor-logs:after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-visitor-logs.png) no-repeat;
  background-size: 44px auto;
}

.visitor-management-row3 .two-col-with-image-wrapper.right .image-col img {
  width: 652px !important;
  height: auto;
  position: absolute;
  top: 0;
  right: -280px;
  max-width: none;
}

.visitor-management-row4 .two-col-with-image-wrapper.right .image-col {
  margin-left: 0 !important;
  padding: 50px 25px;
  order: 2;
}

.visitor-management-row4 .two-col-with-image-wrapper.right .content-col {
  width: 50%;
  padding: 50px 25px;
  order: 1;
}

.visitor-management-row4 .two-col-with-image-wrapper .row {
  display: flex;
  align-items: center;
}

.visitor-management-features h2 {
  text-align: center;
}

.feature-col h3 {
  font-family: Helvetica;
  font-size: 19px;
  color: #38A2FF;
  letter-spacing: .25px;
}

.feature-col:nth-child(3n+1) {
  clear: left;
}

.visitor-management-pricing {
  background-image: -webkit-linear-gradient(146deg,#084B9E 0,#020A4A 100%);
  background-image: -o-linear-gradient(146deg,#084B9E 0,#020A4A 100%);
  background-image: linear-gradient(-56deg,#084B9E 0,#020A4A 100%);
  padding: 50px 0 70px;
  margin-bottom: 50px
}

.visitor-management-pricing hr {
  margin: 0
}

.visitor-management-pricing p {
  font-size: 14px;
  color: #003865
}

.visitor-management-pricing__card {
  background: #FFF;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 50px
}

.visitor-management-pricing__card h3,.visitor-management-pricing__card h4 {
  font-family: Helvetica;
  color: #32325D
}

.visitor-management-page .visitor-management-pricing__card h3 {
  margin: 0;
  line-height: 3;
  font-size: 22px;
  color: #32325D;
  letter-spacing: 0
}

.visitor-management-pricing__card h4 {
  margin: 50px 0
}

.visitor-management-pricing__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px
}

.visitor-management-pricing__price-container {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.visitor-management-pricing__price {
  line-height: 1
}

.visitor-management-pricing__value {
  font-size: 64px;
  letter-spacing: -2.2px;
  position: relative;
  font-weight: 600
}

.visitor-management-pricing__value:before {
  content: '$';
  font-size: 18px;
  color: #003865;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
  left: -10px
}

.visitor-management-pricing__discount {
  background: rgba(59,213,116,.17);
  font-family: Helvetica;
  font-size: 12px;
  color: #36C66C;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 10px;
  position: absolute;
  top: -25px;
  left: 8px;
  padding: 4px 10px
}

.visitor-management-pricing h2 {
  text-align: center;
}

.banner-area.visitor-management .btn.btn-primary {
  text-decoration: none;
}

.banner-area.integrations {
  background-image: -webkit-gradient(linear,left top, right top,color-stop(0, #020a4a),to(#0152b5)) !important;
  background-image: -webkit-linear-gradient(left,#020a4a 0,#0152b5 100%) !important;
  background-image: -o-linear-gradient(left,#020a4a 0,#0152b5 100%) !important;
  background-image: linear-gradient(to right,#020a4a 0,#0152b5 100%) !important;
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 886px;
  background-position: unset;
  background-size: unset;
}

.integrations .right-banner {
  position: absolute;
  width: 700px;
  height: auto;
  z-index: 30;
  left: -100px;
  bottom: -50px;
  margin: 0 -15px;
  max-width: none;
}

.integrations .page-center {
  position: relative;
  min-height: 670px;
}

.banner-area.integrations  h1 {
  position: relative;
  z-index: 40;
  text-align: left;
  margin-top: 28px;
}

.integrations .top-image-wrap {
  position: relative;
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #084B9E),to(#020A4A));
  background-image: -webkit-linear-gradient(top,#084B9E 0,#020A4A 100%);
  background-image: -o-linear-gradient(top,#084B9E 0,#020A4A 100%);
  background-image: linear-gradient(-180deg,#084B9E 0,#020A4A 100%);
  -webkit-box-shadow: 3px 4px 6px 0 rgba(11,31,87,.28);
  box-shadow: 3px 4px 6px 0 rgba(11,31,87,.28);
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: 20px;
}

.integrations .top-image-wrap img {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 11;
  width: 45px;
  height: 45px;
}

.integrations .top-image {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 11;
  width: 45px;
  height: 45px;
  background-size: 45px auto;
  background-repeat: no-repeat;
}

.banner-area.integrations h2 {
  margin-top: 0;
  background: 0 0;
  -webkit-text-fill-color: initial;
  margin-bottom: 15px;
  text-align: left;
  color: #fff;
}

.banner-area.integrations p {
  text-align: left;
  opacity: .6;
  font-size: 18px;
  color: #FFF;
  line-height: 29px;
}

.banner-area.integrations:after {
  content: "";
  background-color: #fff;
  height: 200px;
  width: 110%;
  border-radius: 100% 0 0;
  position: absolute;
  bottom: -50px;
  z-index: 40;
  display: block;
  right: 0;
}

.integration-page .body-container {
  padding: 0;
}

.featured-integrations {
  text-align: center;
  padding: 20px 0 90px
}

.featured-integrations p {
  margin-bottom: 60px
}

.featured-integrations .white-box {
  padding: 65px 24px 24px;
  position: relative;
  -webkit-box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  border-radius: 10px;
  min-height: 200px
}

.featured-integrations .white-box img {
  width: 114px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -57px;
  top: -20px
}

.featured-integrations .white-box h3 {
  font-size: 19px;
  color: #2E93FF;
  letter-spacing: .25px;
  margin: 0 0 10px
}

.featured-integrations .white-box p {
  margin: 0;
  font-size: 16px;
  color: #003865;
  line-height: 27px
}

.integration-row2-top-pane {
  text-align: center;
}

.apps-showcase {
  padding: 90px 0 75px;
  margin-bottom: 90px;
  background-image: -webkit-linear-gradient(236deg, #F5F9FD 0, #F0F4FA 83%);
  background-image: -o-linear-gradient(236deg, #F5F9FD 0, #F0F4FA 83%);
  background-image: linear-gradient(-146deg, #F5F9FD 0, #F0F4FA 83%)
}

.apps-showcase .apps {
  margin-top: 30px;
}

.apps-showcase .apps-sidebar h3 {
  font-size: 14px;
  color: #214178;
  letter-spacing: 0;
  margin: 0 0 15px
}

.apps-showcase .apps-sidebar input {
  margin-bottom: 25px;
  background: #FFF;
  border-radius: 4px;
  font-size: 14px;
  color: rgba(94, 106, 130, .7);
  letter-spacing: 0;
  border: 0;
  padding: 0 15px;
  line-height: 42px
}

.apps-showcase .apps-sidebar ul {
  margin: 0;
  padding: 0
}

.apps-showcase .apps-sidebar ul li {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 7px
}

.apps-showcase .apps-sidebar ul li a {
  font-size: 13px;
  color: rgba(94, 106, 130, .7);
  position: relative;
  text-decoration: none;
  cursor: pointer
}

.apps-showcase .apps-sidebar ul li a:hover {
  color: #0C2F6B
}

.apps-showcase .apps-sidebar ul li a.active {
  color: #2E93FF
}

.apps-showcase .apps-sidebar ul li a.active:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-check-blue.png) no-repeat;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  left: -25px
}

.apps-showcase .apps-grid {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0
}

.apps-showcase .apps-grid .app-box {
  display: block;
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center
}

.apps-showcase .apps-grid .app-box a {
  text-decoration: none;
  display: block;
  padding: 33px 10px 30px;
  background: #FFF;
  border-radius: 8px
}

.apps-showcase .apps-grid .app-box a img {
  max-width: 100%;
  width: auto;
  height: 45px;
  margin: 0 auto 15px;
  display: block
}

.apps-showcase .apps-grid .app-box a h4 {
  font-size: 19px;
  color: #0C2F6B;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.apps-showcase .apps-grid .app-box a p {
  font-size: 16px;
  color: #003865;
  margin: 0
}

.apps-showcase .apps-grid .app-box a:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .19);
  box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .19)
}

.apps-showcase .apps-sidebar input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
/* ====== Mobile Access ======== */

.mobile-access-page .body-container {
  padding: 0;
}

.phone-open-doors {
  padding: 10px 0 110px;
  overflow-x: hidden;
  position: relative;
}

.mobile-access-row1-top-pane {
  width: 66.66666667% !important;
  margin-left: 16.66666667% !important;
  padding: 0 15px;
  text-align: center;
}

.phone-open-doors h1 {
  font-size: 30px;
  color: #38A2FF;
}

.mobile-access-row1-top-pane p {
  font-size: 18px;
  color: #003865;
  line-height: 27px;
  margin: 0 0 80px;
}

.phone-open-doors .page-center>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.mobile-access-row1-col.left-col {
  width: 41.66666667%;
  padding: 0 15px;
}

.mobile-access-row1-col.right-col {
  margin-left: 0 !important;
  position: absolute;
  width: 624px;
  height: auto;
  right: -200px;
  bottom: -65px;
}

.mobile-access-row1-col-wrapper {
  position: relative;
}

.one-col-image-icon h3 {
  font-size: 19px;
  color: #2E93FF;
  letter-spacing: .25px;
  padding-left: 55px;
  position: relative;
  margin: 0;
  line-height: 44px;
}

.one-col-image-icon img {
  position: absolute;
  top: 50%;
  display: block;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.one-col-image-icon {
  position: relative;
}

.access-management-steps .two-col-with-image-wrapper.left .image-col {
  width: 50% !important;
}

.access-management-steps .two-col-with-image-wrapper.left .content-col {
  width: 41.66666667%;
}

.access-management-steps .two-col-with-image-wrapper.left .image-col img {
  max-width: 433px;
}

.access-management-steps .two-col-with-image-wrapper .content-col h3.icon-timeline {
  font-size: 18px;
  color: #2E93FF;
  letter-spacing: .24px;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
}

.access-management-steps .two-col-with-image-wrapper .content-col h3.icon-timeline:before {
  width: 12px;
  height: 220px;
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/steps-timeline.png) no-repeat;
  background-size: 12px auto;
  position: absolute;
  top: -5px;
  content: '';
  display: block;
  left: 0;
}

.access-management-steps .two-col-with-image-wrapper .content-col ul {
  padding: 0 0 0 30px;
  margin: 20px 0;
}

.access-management-steps .two-col-with-image-wrapper .content-col ul li {
  padding-left: 15px;
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #003865;
  letter-spacing: .21px;
  line-height: 24px;
  position: relative;
}

.access-management-steps .two-col-with-image-wrapper .content-col ul li:after {
  content: '';
  display: block;
  left: 0;
  background: #2E93FF;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  top: 8px;
  position: absolute;
}

.mobile-tech {
  background-image: -webkit-linear-gradient(146deg,#084B9E 0,#020A4A 100%);
  background-image: -o-linear-gradient(146deg,#084B9E 0,#020A4A 100%);
  background-image: linear-gradient(-56deg,#084B9E 0,#020A4A 100%);
  padding: 155px 0 100px;
  position: relative;
  overflow-x: hidden;
}

.mobile-tech:after, .mobile-tech:before {
  position: absolute;
  display: block;
  content: '';
}

.mobile-tech:before {
  z-index: 2;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 75px solid transparent;
  border-left: 4000px solid #fff;
  border-bottom: 75px solid transparent;
}

.mobile-tech:after {
  background: rgba(0,0,0,.1);
  z-index: 1;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.mobile-access-row3-col img:first-child {
  width: 102px;
  margin-left: -15px;
}

.mobile-access-row3-col {
  padding: 0 15px;
  width: 41.66666667% !important;
  position: relative;
}

.mobile-tech .page-center>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.mobile-access-row3-col.right-col {
  margin-left: 16.66666667%;
  position: relative;
  z-index: 9;
}

.mobile-access-row3-col h2 {
  margin-top: 48px;
}

.mobile-tech p {
  opacity: .8;
  color: #fff;
}

.mobile-access-row3-col .one-col-image-icon img {
  margin-left: 0 !important;
  vertical-align: middle;
}

.mobile-access-row3-col .one-col-image-icon h3 {
  margin-top: 30px;
  font-size: 19px;
  letter-spacing: .25px;
  padding-left: 50px;
  position: relative;
  color: #2DB9FF;
  line-height: 1.1;
  margin-bottom: 10px;
  vertical-align: middle;
}

.mobile-access-row3-col .one-col-with-image-wrapper {
  margin-top: -20px;
}

.watch-box {
  padding: 70px 0;
  background-image: -webkit-linear-gradient(34deg,#084B9E 0,#020A4A 100%);
  background-image: -o-linear-gradient(34deg,#084B9E 0,#020A4A 100%);
  background-image: linear-gradient(56deg,#084B9E 0,#020A4A 100%);
}

.mobile-access-row4-col.left-col {
  width: 58.33333333%;
  padding: 0 15px;
}

.watch-box .page-center>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.mobile-access-row4-col.right-col {
  width: auto !important;
  margin-left: 0 !important;
}

.mobile-access-row4-col.right-col img {
  width: 310px !important;
  height: auto;
  position: absolute;
  right: 100px;
  top: -150px;
  z-index: 15;
}

.watch-box .page-center {
  position: relative;
}

.watch-box h2 {
  color: #68E8AF;
  font-size: 38px;
  letter-spacing: .33px;
  line-height: 45px;
}

.watch-box p {
  opacity: .7;
  color: #fff;
}

.mobile-advantage {
  padding: 90px 0;
}

.mobile-advantage .one-col-with-image-wrapper .one-col-image-icon {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  margin: 30px 0 20px;
}

.mobile-advantage .one-col-with-image-wrapper {
  padding-bottom: 10px;
}

.mobile-advantage .one-col-with-image-wrapper .one-col-image-icon h3 {
  font-size: 19px;
  color: #2E93FF;
  letter-spacing: .25px;
  margin: 0 0 15px;
  padding-left: 50px;
  position: relative;
  line-height: 1.1;
}

.mobile-access .row {
  position: relative;
  z-index: 10;
}

.banner-area.mobile-access {
  background-size: cover;
  min-height: 1500px;
  overflow-x: hidden;
  background-position: 0 bottom;
}

.mobile-access .top-image-wrap {
  display: block;
  width: 90px;
  height: 90px;
  background-image: -webkit-linear-gradient(289deg,#2DB9FF 0,#2A77EB 95%);
  background-image: -o-linear-gradient(289deg,#2DB9FF 0,#2A77EB 95%);
  background-image: linear-gradient(-199deg,#2DB9FF 0,#2A77EB 95%);
  border-radius: 200px;
  -webkit-box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  position: relative;
  margin: 20px 0 40px 0;
}

.mobile-access .top-image-wrap .top-image {
  width: 36px;
  position: absolute;
  right: 0;
  left: 30px;
  top: 18px;
}

.banner-area.mobile-access h1 {
  text-align: left;
}

.banner-area.mobile-access h2 {
  background: 0 0;
  -webkit-text-fill-color: initial;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.banner-area.mobile-access p {
  text-align: left;
}

.mobile-access .button-group .btn {
  min-width: 185px;
}

.mobile-access .right-banner {
  width: auto;
  height: 650px;
  position: absolute;
  top: 0;
  right: -550px;
  z-index: 1;
  max-width: none;
}

.banner-area.mobile-access .page-center {
  position: relative;
}

.mobile-access .button-group {
  margin-bottom: 60px;
  text-align: left;
}

.mobile-access .hero-features {
  padding-top: 200px;
}

.mobile-access .hero-features ul {
  margin: 0;
  padding: 0
}

.mobile-access .hero-features ul li {
  list-style: none;
  display: inline-block;
  width: 48%;
  margin: 5px;
  vertical-align: top
}

.mobile-access .hero-features ul li a {
  display: block;
  background: rgba(13, 47, 107, .52);
  -webkit-box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  border-radius: 8px;
  padding: 28px 28px 28px 105px;
  text-decoration: none;
  position: relative;
  height: 120px;
  cursor: pointer;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10
}

.mobile-access .hero-features ul li a h4 {
  margin: 0;
  font-size: 16.45px;
  color: #fff;
  line-height: 28.78px
}

.mobile-access .hero-features ul li a p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  opacity: .6
}

.mobile-access .hero-features ul li a:after {
  z-index: 6;
  position: absolute;
  content: '';
  transition: none
}

.mobile-access .hero-features ul li a.active,
.mobile-access .hero-features ul li a:hover {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(32, 52, 107, .18);
  box-shadow: 0 2px 2px 0 rgba(32, 52, 107, .18);
  z-index: 15
}

.mobile-access .hero-features ul li a.active h4,
.mobile-access .hero-features ul li a:hover h4 {
  color: #0C2F6B
}

.mobile-access .hero-features ul li a.active p,
.mobile-access .hero-features ul li a:hover p {
  opacity: 1;
  color: #003865
}

.mobile-access .hero-features ul li a.active:before,
.mobile-access .hero-features ul li a:hover:before {
  background-image: -webkit-linear-gradient(319deg, #2DB9FF 11%, #2A77EB 100%);
  background-image: -o-linear-gradient(319deg, #2DB9FF 11%, #2A77EB 100%);
  background-image: linear-gradient(131deg, #2DB9FF 11%, #2A77EB 100%);
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .18);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .18)
}

.mobile-access .hero-features ul li a.active {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.mobile-access .hero-features ul li h5 {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 200px;
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: -32px;
  background: #FFF;
  -webkit-box-shadow: 1px 6px 9px 0 rgba(27, 46, 91, .17);
  box-shadow: 1px 6px 9px 0 rgba(27, 46, 91, .17);
  z-index: 5;
  margin-bottom: 0;
}

.mobile-access .hero-features ul li a:hover h5,
.mobile-access .hero-features ul li a.active h5 {
  background-image: -webkit-linear-gradient(319deg,#2DB9FF 11%,#2A77EB 100%);
  background-image: -o-linear-gradient(319deg,#2DB9FF 11%,#2A77EB 100%);
  background-image: linear-gradient(131deg,#2DB9FF 11%,#2A77EB 100%);
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0,0,0,.18);
  box-shadow: 2px 3px 4px 0 rgba(0,0,0,.18);
}

.mobile-access .hero-features ul li a h5 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-access .hero-features ul li a h5 img.hover-image {
  display: none;
}

.mobile-access .hero-features ul li a.active .hover-image {
  display: block;
}

.mobile-access .hero-features ul li a.active .normal-image {
  display: none;
}

.hero-features .hero-features-desc h5 {
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 200px;
  background: #FFF;
  -webkit-box-shadow: 1px 6px 9px 0 rgba(27,46,91,.17);
  box-shadow: 1px 6px 9px 0 rgba(27,46,91,.17);
  z-index: 5;
  position: relative;
  margin: 0;
}

.hero-features .hero-features-desc h5 img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-features .hero-features-desc h3 {
  font-size: 25px;
  color: #fff;
  letter-spacing: .26px;
  line-height: 40px;
  position: relative;
  margin: 0 0 10px;
  background: 0 0;
  -webkit-text-fill-color: initial;
  padding-top: 28px;
}

.hero-features .hero-features-desc p {
  font-size: 16px;
  color: #fff;
}
/* ========= Homepage ======== */

.home__hero {
  min-height: 983px;
  padding-top: 125px;
  background-size: cover;
  text-align: left;
  background-position: 0 bottom;
  height: 100%;
  max-height: 983px;
  background-color: transparent;
}

.home__hero .page-center.wider>* {
  margin-left: -15px;
  margin-right: -15px;
}

.home__hero.banner-area h1 {
  text-align: left;
  font-size: 36.9px;
  line-height: 49.19px;
  margin-top: 0;
  margin-bottom: 0;
}

.home__hero.banner-area p {
  text-align: left;
  opacity: .95;
  font-size: 15.81px;
  line-height: 28.11px;
  margin-bottom: 37px;
}

.home__hero .button-group {
  margin-bottom: 60px;
  text-align: left;
}

.home__hero .btn.btn-demo {
  font-size: 12px;
  font-family: sfuidisplay-semibold,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 4px;
  letter-spacing: .83px;
  padding: 12px 38px;
  color: #FFF;
}

.home__hero .btn.btn-demo:hover {
  opacity: 1;
  background: #fff!important;
  border: 1px solid #fff;
  color: #0A2F76!important;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
  box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
}

.home__hero .button-group .btn {
  min-width: 209px;
  padding: 12px 38px;
}

.home__hero .companies {
  text-align: right;
  padding-top: 480px;
}

.home__hero .companies img {
  height: auto;
  width: 840px;
}


.homepage .body-container {
  padding: 0;
}

.home-row1.features {
  border-bottom: 1px solid rgba(229,233,239,.7);
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.home-row1 {
  padding: 65px 0 0;
}

.home-row .three-col-with-top-image .hs-three-col {
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  width: 33%;
  vertical-align: top;
  float: none;
}

.home-row .three-col-with-top-image .row {
  margin: 0;
}

.home-row .three-col-with-top-image .white-box {
  box-shadow: none;
  border-radius: 0;
  text-align: center;
}

//*orginally ediited from padding-top 60px; padding-bottom:70px; *//
.home-row .three-col-with-top-image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-row .three-col-with-top-image .white-box img {
  width: auto;
  height: 110px;
  margin-bottom: 0;
  vertical-align: bottom;
}

.home-row .three-col-with-top-image .hs-three-col:last-child img {
  padding-left: 35px;
}

.home-row .three-col-with-top-image .white-box h3 {
  font-size: 19px;
  color: #2E90FF;
  margin-bottom: 10px;
}

.home-row .three-col-with-top-image .white-box p {
  font-size: 16px;
  color: #003865;
  line-height: 27px;
  text-align: center
}

.home-row2 {
  overflow: hidden;
  padding: 85px 0;
  position: relative;
}

.home-row2-flexi {
  width: 41.66666667% !important;
  padding: 0 15px;
}

.home-row2-image {
  margin-left: 8.33333333% !important;
  width: 50% !important;
  padding: 0 15px;
}

.home-row2-image img {
  width: 875px !important;
  height: auto;
  position: absolute;
  top: 0;
  right: -450px;
}

.home-row2 .page-center {
  position: relative;
}

.home-row2 .page-center>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.home-row2-flexi h5 {
  margin: 20px 0 40px 0;
  display: block;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  border-radius: 200px;
  text-align: center;
  position: relative;
}

.home-row2-flexi h5 img {
  width: 46px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-row2-flexi .one-col-with-image-wrapper .one-col-image-icon:last-child p {
  margin-bottom: 0;
}

.home-row3 .two-col-with-image-wrapper.left .image-col {
  width: 50%;
}

.home-row3 .two-col-with-image-wrapper.left .content-col {
  margin-left: 0;
}

.home-row3 .two-col-with-image-wrapper {
  padding: 70px 0 90px;
  border-bottom: 1px solid rgba(229,233,239,.7);
  margin-bottom: 25px;
}

.home-section .two-col-with-image-wrapper .content-col h5 {
  display: block;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  box-shadow: 3px 4px 6px 0 rgba(32,52,107,.18);
  border-radius: 200px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  background: #fff;
}

.home-section .two-col-with-image-wrapper .content-col h5 img {
  width: 39px !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-row3 .two-col-with-image-wrapper .content-col ul {
  margin: 0;
  padding: 0;
  -webkit-columns: 2;
  columns: 2;
}


.home-row3 .two-col-with-image-wrapper .content-col ul li {
  padding-left: 25px;
  margin-right: 20px;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 19px;
  color: #2E93FF;
  letter-spacing: .25px;
  position: relative;
}

.home-row3 .two-col-with-image-wrapper .content-col ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 12px;
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-blue-check.png) no-repeat;
  background-size: 15px auto;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.home-row4 {
  padding-top: 30px;
}

.home-row4-top-content {
  text-align: center;
}

.home-row4 h2 {
  font-size: 30px;
  color: #38A2FF;
  margin: 0 0 15px;
  text-align: center;
}

.home-row .home-row4-flexi .three-col-with-top-image .hs-three-col.col2 img {
  height: 100px;
  margin-bottom: 10px;
}

.home-row .home-row4-flexi .three-col-with-top-image .hs-three-col.col3 img {
  height: 89px;
  padding-left: 0;
  margin-bottom: 20px;
}

.home-row5-wrapper {
  background-image: -webkit-linear-gradient(236deg,rgba(245,249,253,.7) 0,rgba(248,250,253,.7) 21%,rgba(240,244,250,.7) 83%);
  background-image: -o-linear-gradient(236deg,rgba(245,249,253,.7) 0,rgba(248,250,253,.7) 21%,rgba(240,244,250,.7) 83%);
  background-image: linear-gradient(-146deg,rgba(245,249,253,.7) 0,rgba(248,250,253,.7) 21%,rgba(240,244,250,.7) 83%);
}

.home-row5 {
  border-bottom: 1px solid rgba(229,233,239,.7);
  padding-bottom: 20px;
}

.deploying-support__left-column {
  min-height: 105px;
  position: relative;
}

.deploying-support__image-container {
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(33,53,107,.12);
  box-shadow: 0 1px 4px 0 rgba(33,53,107,.12);
  position: absolute;
  left: -115px;
  top: 5px;
  z-index: 2;
  border-radius: 5px;
  width: 115px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}


.deploying-support__vertical-line {
  position: absolute;
  top: 50%;
  left: -25%;
  height: 103px;
  border-left: 1px solid #ecf6fe
}

.deploying-support__number {
  position: absolute;
  top: -35%;
  right: -35px;
  width: 60px;
  opacity: .47;
  font-size: 96.63px;
  color: #E4F0FD
}

.home-row6 {
  padding-top: 25px;
  overflow: hidden;
}

.home-section.home-row6 .two-col-with-image-wrapper .content-col h5 img {
  width: 44px !important;
}

.home-section.home-row6 .two-col-with-image-wrapper .image-col img {
  margin-top: 150px;
  max-width: 406px;
}

.home-row7 .two-col-with-image-wrapper.left .image-col {
  width: 50%;
}

.home-row7 .two-col-with-image-wrapper.left .content-col {
  margin-left: 0;
}

.home-row7 .two-col-with-image-wrapper.left .image-col img {
  max-width: 431px;
}

.home-section.home-row7 .two-col-with-image-wrapper .content-col h5 img {
  width: 54px !important;
}

.reporting-analytics {
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/bg-stats.jpg) center 100px no-repeat;
  background-size: 100% auto;
  min-height: 750px !important;
  margin-bottom: 200px
}

.reporting-analytics .reporting-box {
  padding-left: 170px
}

.reporting-analytics .reporting-box h3 {
  font-size: 29px;
  color: #47AAFF;
  letter-spacing: .25px;
  margin: 0 0 30px;
  background: 0 0;
  -webkit-text-fill-color: initial
}

.reporting-analytics .reporting-box .activity-box {
  position: relative
}

.reporting-analytics .reporting-box .activity-box .box-container {
  width: 390px;
  padding: 18px 18px 18px 25px;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  border-radius: 7px;
  position: relative;
  z-index: 2
}

.reporting-analytics .reporting-box .activity-box:after {
  content: '';
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  border-radius: 7px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 390px;
  height: 90px;
  z-index: 1
}

.reporting-analytics .reporting-box .activity-box img {
  width: 55px;
  height: auto;
  border-radius: 50%;
  max-width: none;
}

.reporting-analytics .reporting-box .activity-box p {
  font-size: 15px;
  color: #0C2F6B;
  margin: 0;
  line-height: 18px;
  padding-top: 6px
}

.reporting-analytics .reporting-box .activity-box span {
  font-size: 13px;
  color: #003865
}

.reporting-analytics .user-reviews {
  padding-top: 160px;
  text-align: center
}

.reporting-analytics .user-reviews h3 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 15px;
  background: 0 0;
  -webkit-text-fill-color: initial
}

.reporting-analytics .user-reviews p {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  margin: 0 0 15px
}

.reporting-analytics .user-reviews .reviews {
  padding-top: 60px;
  margin-bottom: -80px
}

.reporting-analytics .user-reviews .review-box {
  background: #FFF;
  -webkit-box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  box-shadow: 0 4px 12px 0 rgba(32, 52, 107, .18);
  border-radius: 8px;
  padding: 30px;
  text-align: left;
  position: relative;
  min-height: 230px
}

.reporting-analytics .user-reviews .review-box:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/icon-twitter.png) no-repeat;
  background-size: 17px auto;
  position: absolute;
  top: 20px;
  right: 20px
}

.reporting-analytics .user-reviews .review-box>p {
  font-size: 15px;
  color: #003865;
  line-height: 25px;
  margin-bottom: 0
}

.reporting-analytics .user-reviews .author {
  text-align: left;
  display: block;
  margin-bottom: 10px
}

.reporting-analytics .user-reviews .author .author-avatar {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle
}

.reporting-analytics .user-reviews .author .author-avatar img {
  width: 60px;
  height: auto;
  border-radius: 100%
}

.reporting-analytics .user-reviews .author .author-data {
  display: inline-block;
  vertical-align: middle
}

.reporting-analytics .user-reviews .author .author-data p {
  font-size: 16px;
  color: #0C2F6B;
  margin: 0;
  line-height: 18px
}

.reporting-analytics .user-reviews .author .author-data span {
  font-size: 13px;
  color: rgba(94, 106, 130, .7)
}


/* ===== Magnific Popup ======= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none!important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform:scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
.error-page .header-bg {
background-color: #009cde;
}

.banner-area.error-page {
  background-color: #ffffff;
  text-align: left;
  min-height: 460px;
  margin-bottom: 80px;
  text-align: left;
}

.banner-area.error-page h1 {
  color: #003865;
  text-align: left;
  font-size: 45px;
}

.banner-area.error-page p {
  text-align: left;
  opacity: .6;
  color: #009cde
}

.error-page .body-container {
  padding: 0;
}

.subscribe-options label {
  display: block;
}

input[type="search"]{
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

#hs-pwd-widget-password {
  margin: 0 0 15px 0 !important;
}

/*========= Search Suggestions/Result Style =========*/

.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}


.widget-type-email_subscriptions h1 {
-webkit-text-fill-color: #003865;
}
.widget-type-email_subscriptions h2 {
-webkit-text-fill-color: #009cde;
} 
.widget-type-email_subscriptions_confirmation h1 {
-webkit-text-fill-color: #009cde;
}
.widget-type-email_subscriptions_confirmation h2 {
-webkit-text-fill-color: #009cde;
}
.widget-type-email_subscriptions_confirmation h3 {
-webkit-text-fill-color: #003865;
}

.email-prefs .item .item-inner *{ 
  color: #003865 
} 

.subscribe-options label span {
color:#003865;
}




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


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

@media (min-width: 1600px) {
  
  .home__hero {
    min-height: 1410px;
}
    .home__hero .companies {
    padding-top: 850px !important;
}
}

@media (min-width: 2400px)  {
  
  .home__hero {
    min-height: 1840px;
}
    .home__hero .companies {
    padding-top: 1210px !important;
}  

}


/* =============== Screen sizes smaller than .page-center =============== */
@media screen and (max-width: 1650px){
  .visitor-management-row3 .two-col-with-image-wrapper.right .image-col img {
    width: 652px !important;
    right: -280px;
  }

  .home-row2-image img {
    width:850px !important;
    right: -400px
  }
}

@media screen and (max-width: 1580px) {
  .reporting-analytics {
    background: url(//4242097.fs1.hubspotusercontent-na1.net/hubfs/4242097/Sequr_November2018%20Theme/Images/bg-stats.jpg) center 150px no-repeat;
    background-size: 100% auto;
    padding-top: 20px;
    min-height: 650px !important;
  }

  .reporting-analytics .user-reviews {
    padding-top: 190px
  }
}

@media screen and (max-width: 1350px){
  .visitor-management-row3 .two-col-with-image-wrapper.right .image-col img {
    right: -170px;
  }

  .home-row2-image img {
    right:-350px
  }
}

@media (max-width: 1279px) {
  .building-sync .input-group{
    width: 100%;
  }

  .reporting-analytics .user-reviews .reviews {
    padding-top: 20px
  }
}

@media (max-width: 1199px) {
  .header-bg .page-center,
  .footer-bg .page-center,
  .page-center.wider{
    max-width: 970px !important;
  }

  .solutions ul li a {
    width:190px
  }

  .getting-started .page-center {
    min-height: 1650px
  }

  .getting-started .flow-graphic {
    width: 430px;
    height: auto
  }

  .getting-started .getting-started-intro {
    margin-bottom: 110px
  }

  .getting-started .step-1 {
    padding-left: 508px;
    margin-bottom: 140px
  }

  .getting-started .step-1:after {
    left: 440px
  }

  .getting-started .step-2 {
    padding-left: 460px;
    margin-bottom: 140px
  }

  .getting-started .step-2:after {
    left: 400px
  }

  .getting-started .step-3 {
    padding-left: 435px;
    margin-bottom: 140px
  }

  .getting-started .step-3:after {
    left: 350px
  }

  .getting-started .step-4 {
    padding-left: 380px;
    margin-bottom: 140px
  }

  .getting-started .step-4:after {
    left: 310px
  }

  .getting-started .step-5 {
    padding-left:360px;
    margin-bottom: 140px
  }

  .getting-started .step-5:after {
    left: 280px
  }

  .news-grid .news-block {
    max-height: 455px
  }

  .visitor-management-row3 .two-col-with-image-wrapper.right .image-col img {
    width: 460px !important;
    height: auto;
    right: -20px;
  }

  .visitor-management .right-image {
    max-width: 100%;
  }

  .visitor-management-row3-flexi .two-col-with-image-wrapper {
    min-height: 660px;
  }

  .home-row2-image img {
    top:90px;
    width: 650px !important;
    height: auto;
    right: -150px
  }

  .home-row3 .two-col-with-image-wrapper .content-col ul li {
    font-size: 15px;
  }

}

@media screen and (max-width: 1024px) {
  .reporting-analytics .user-reviews {
    padding-top: 150px
  }
}

@media (min-width: 992px) {
  .custom-menu-primary.mobile-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center{
    max-width: 750px;
  }

  .header-bg .page-center,
  .footer-bg .page-center,
  .page-center.wider{
    max-width: 750px !important;
  }

  .custom-menu-primary.desktop-menu {
    display: none;
  }

  .banner-area {
    min-height: auto;
  }

  .banner-area h1 {
    font-size: 36px;
  }

  .banner-area p {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  
  .form-footer p {
    padding-bottom: 0;
	}

  .custom-menu-primary.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .custom-menu-primary.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul{
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }

  .copyright, .footer-social {
    width: 100% !important;
  }

  .footer-form {
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 51px;
  }

  .footer-bottom-pane {
    padding-top: 30px;
  }

  .footer-menu {
    width: 33.33% !important;
  }

  .footer-form .hs-form-field{
    margin: 0;
  }

  .solutions ul li {
    width:40%;
    margin-bottom: 30px
  }

  .solutions ul li a {
    width:100%
  }

  .solutions ul li a.btn-enterprise {
    background-size: 330px auto
  }

  .solutions ul li a.btn-coworking {
    background-size:330px auto
  }

  .solutions ul li a.btn-multifamily {
    background-size:330px auto
  }

  .solutions ul li a.btn-education {
    background-size:330px auto
  }

  .banner-content {
    float: none;
  }

  .hs-contact-col {
    width: 100% !important;
    float: none !important;
  }

  .cta .button-group {
    margin-top:30px
  }

  .quote {
    margin-bottom: 50px;
  }

  .questions-flexi {
    width: 100% !important;
    float: none !important;
  }

  .getting-started .page-center {
    min-height: 500px
  }

  .getting-started .flow-graphic {
    display: none
  }

  .getting-started .step-block:after {
    left: -20px !important
  }

  .getting-started .step-block {
    padding-left: 50px !important;
    padding-right: 20px
  }

  .access-control .right-banner {
    height: 450px;
  }

  .row1-top-pane {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .row1-left-image img {
    margin-top: 150px;
    width: 100%;
    height: auto;
  }

  .two-col-with-image-wrapper.right .image-col, .two-col-with-image-wrapper.right .content-col {
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }

  .two-col-with-image-wrapper.right .content-col {
    text-align: left;
  }

  .two-col-with-image-wrapper.left .image-col {
    width: 100%;
    text-align: center;
  }

  .two-col-with-image-wrapper.left .content-col {
    float: left;
    margin-left: 0;
    width: 100%;
  }

  .access-features {
    padding-top: 70px
  }

  .access-features .access-feature-box .top-icon {
    width: 60px;
    height: 60px;
  }

  .top-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }

  .integrations-box .two-col-with-image-wrapper .image-col img {
    max-width: 50%;
  }

  .protect-investment .two-col-with-image-wrapper.left .image-col {
    width: 100%;
  }

  .protect-investment .two-col-with-image-wrapper.left .image-col img {
    max-width: 60%;
  }

  .protect-investment .two-col-with-image-wrapper.left .content-col {
    width: 100%;
    margin: 0;
  }

  .hardware-features .hardware-desc .white-box {
    min-height: 360px
  }

  .two-col-with-image-wrapper .image-col img {
    width: 80% !important;
  }

  .news-grid .news-block {
    height: auto;
    max-height: 1000px;
    margin-bottom: 20px
  }

  .about-page .two-col-with-image-wrapper .image-col img {
    width: 70% !important;
  }

  .about-row1 .two-col-with-image-wrapper .content-col h2 {
    padding-top: 0;
  }

  .about-row3-col {
    width: 100% !important;
  }

  .about-row3:after {
    display: none;
  }

  .about-row3-col hr {
    width: 100%;
  }

  .about-row3-col.right-col img {
    max-width: 100%;
    height: auto;
  }

  .how-does-it-work {
    padding:10px 0
  }

  .visitor-management .right-image {
    margin-left: 0;
    margin-top: 0;
  }

  .visitor-management-row1-col.right-col {
    width: 100%;
    margin-left: 0 !important;
  }

  .visitor-management-row1-col.left-col {
    width: 100%;
  }

  .visitor-management-row3-flexi .two-col-with-image-wrapper {
    padding: 45px 0;
  }

  .visitor-management-row3 h2.icon-user-settings:after {
    width: 60px;
    height: 60px;
    background-size: 29px auto;
  }

  .visitor-management-row3 h2.icon-user-settings {
    padding-top: 90px;
  }

  .visitor-management-row3 .two-col-with-image-wrapper.right .image-col img {
    position: relative;
    top: auto;
    right: auto;
    width: 80% !important;
    height: auto;
    margin: 0 auto 50px;
    display: block;
  }

  .visitor-management-row4 .two-col-with-image-wrapper .row {
    display: block;
  }

  .visitor-management-row4 .two-col-with-image-wrapper.right .image-col img {
    width: auto !important;
  }

  .featured-integrations {
    padding: 0 0 90px
  }

  .integrations .right-banner {
    width: 500px;
    left: -200px;
    bottom: -40px;
  }

  .banner-area.integrations {
    min-height: 680px;
  }

  .integrations .top-image-wrap {
    width: 72px;
    height: 72px;
  }

  .integrations .top-image {
    width: 35px;
    height: 35px;
    background-size: 35px auto;
    left: 17px;
    top: 17px;
  }

  .integrations .page-center {
    min-height: 550px;
  }

  .mobile-access-row1-top-pane {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .mobile-access-row1-col.left-col {
    width: 50%;
  }

  .access-management-steps .two-col-with-image-wrapper.left .image-col {
    width: 100% !important;
  }

  .access-management-steps .two-col-with-image-wrapper.left .image-col img {
    width: 70%;
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }

  .access-management-steps .two-col-with-image-wrapper.left .content-col {
    width: 100%;
  }

  .mobile-access-row3-col {
    width: 100% !important;
  }

  .mobile-tech:after {
    width: 100%;
    height: 47%;
    right: 0;
    bottom: 0;
    top: auto;
  }

  .mobile-access-row3-col img:first-child {
    margin-top: 20px;
  }

  .mobile-access-row3-col h2 {
    margin-top: 28px;
  }

  .mobile-access-row3-col .one-col-image-icon img {
    margin-top: 3px;
  }

  .mobile-access-row3-col.left-col {
    padding-bottom: 150px;
  }

  .mobile-access-row3-col.right-col {
    margin-left: 0;
  }

  .mobile-access-row4-col.left-col {
    width: 66.66666667%;
  }

  .mobile-access-row4-col.right-col img {
    right: 0;
    top: -140px;
  }

  .mobile-advantage .one-col-with-image-wrapper .one-col-image-icon {
    width: 100%;
    margin: 0;
  }

  .mobile-advantage .one-col-with-image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobile-advantage .one-col-with-image-wrapper .one-col-image-icon:nth-child(3n) {
    margin-bottom: 50px;
  }

  .mobile-advantage .one-col-with-image-wrapper .one-col-image-icon:last-child {
    margin-bottom: 0;
  }

  .apps-showcase .apps-grid .app-box a h4 {
    font-size: 17px
  }

  .apps-showcase .apps-sidebar ul li {
    display: inline-block;
    margin: 0 10px
  }

  .apps-showcase .apps-grid .app-box a p {
    font-size:14px
  }

  .reporting-analytics .user-reviews .review-box {
    margin-bottom: 30px
  }

  .home-row2-image img {
    position:relative;
    top: auto;
    right: auto;
    width: 80% !important;
    height: auto;
    margin: 50px auto 0;
    display: block
  }

  .home__hero.banner-area p {
    padding-bottom: 0;
  }

  .home-row .three-col-with-top-image .hs-three-col {
    width: 31%;
  }

  .home-row .three-col-with-top-image .white-box img {
    height: 80px;
  }

  .home-row .three-col-with-top-image .white-box h3 {
    font-size: 17px;
  }

  .home-row .three-col-with-top-image .white-box p {
    font-size: 14px;
  }

  .home-row .three-col-with-top-image .white-box img {
    margin-bottom: 30px;
  }

  .home-row .three-col-with-top-image {
    text-align: center;
  }

  .home-row2-flexi {
    width: 100% !important;
  }

  .home-row2-flexi h5 {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }

  .home-row2 {
    padding: 45px 0;
  }

  .home-row2-flexi h5 img {
    width: 36px !important;
  }

  .home-row2-image {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .home-row3 .two-col-with-image-wrapper.left .image-col {
    width: 100%;
  }

  .home-row3 .two-col-with-image-wrapper .page-center {
    border-top: 1px solid rgba(229,233,239,.7);
    padding-top: 50px;
  }

  .home-row3 .two-col-with-image-wrapper.left .image-col img {
    width: 50% !important;
  }

  .home-section .two-col-with-image-wrapper .content-col h5 img {
    width: 29px !important;
  }

  .home-section .two-col-with-image-wrapper .content-col h5 {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }

  .home-section.home-row6 .two-col-with-image-wrapper .image-col img {
    width: 70%;
    display: block;
    margin: 100px auto 0;
  }

  .home-row6 .two-col-with-image-wrapper {
    padding: 60px 0;
  }

  .home-row7 .two-col-with-image-wrapper.left .image-col {
    width: 100%;
  }

  .home-section.home-row7 .two-col-with-image-wrapper .content-col h5 img {
    width: 44px !important;
  }

  .mobile-access .hero-features {
    padding-top: 50px
  }

  .mobile-access .hero-features .hero-features-desc {
    padding-top: 30px
  }

  .visitor-management-row2-gallery .slick-list {
    width: 100%;
    float: none;
  }

  .visitor-management-row2-gallery .slick-dots {
    width: 100%;
    margin-left: 0;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 30px;
    float: none !important;
  }

  .visitor-management-row2-gallery .hs_cos_gallery_main .slick-slide {
    width: 100% !important;
    float: none;
    margin: 0;
  }

  .white-box-form .box-form .hs-input {
    max-width: 100%;
  }
}  

@media (max-width: 991px) and (min-width: 768px){

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
    color: #fff;
    font-family: sfuidisplay-light,sans-serif;
    font-weight: 400;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    padding: 10px 15px;
    background: 0 0!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    opacity: 0.6
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    font-size: 12px;
    margin-left: 15px;
    font-family: sfuidisplay-semibold,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 4px;
    letter-spacing: .83px;
    padding: 10px 38px;
    margin-top: 0;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    opacity: 1;
    background: #fff!important;
    border: 1px solid #fff;
    color: #0A2F76;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
    box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
  }


  .custom-menu-primary .hs-menu-wrapper > ul {
    top: 0;
    padding-right: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children>a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 31px 20px;
    background: #FFF;
    min-width: 160px !important;
    top: 100%;
    left: 0 !important;
    transform: none;
    margin-top: -2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -17px;
    left: 50%;
    margin-left: -10px;
    right: auto;
  }


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

@media screen and (min-width: 768px) {
  .home__hero .companies {
    text-align: right;
    padding-top: 480px
  }
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  .home__hero .page-center.wider>* {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header-col.hs-logo {
    margin-left: 0 !important;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }

  .header-col.header-right {
    float: none;
  }

  .header-col {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 10px 38px;
    margin-top: 0;
    margin-left: 15px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    opacity: 1;
    background: #fff!important;
    border: 1px solid #fff;
    color: #0A2F76;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
    box-shadow: 0 4px 14px 0 rgba(33,39,107,.4);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    transform: none;
    left: 0 !important;
    right: 0 !important;
    box-shadow: none;
    padding: 30px 20px;
    margin-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
    background: 0 0;
    line-height: 20px;
    padding: 5px 15px 5px 25px;
    font-size: 14px;
    text-indent: 0;
    font-weight: 400;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    display: none;
  }

  .footer-form {
    padding-top: 40px;
  }

  .footer-menu {
    width: 100% !important;
  }

  .footer-menu .hs-menu-wrapper>ul ul li a {
    display: inline-block !important;
    width: auto;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 20px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li,
  .footer-menu .hs-menu-wrapper>ul ul li:last-child {
    margin-bottom: 10px;
  }

  .solutions ul li {
    width:100%;
    margin: 0 0 30px
  }

  .solutions ul li a.btn-enterprise {
    background-size:130% auto
  }

  .solutions ul li a.btn-coworking {
    background-size:130% auto
  }

  .solutions ul li a.btn-multifamily {
    background-size:130% auto
  }

  .button-group .btn {
    margin-bottom:20px
  }

  .solutions ul li a.btn-education {
    background-size:130% auto;
  }

  .building-sync .right-banner {
    margin: 0;
  }

  .banner-area.access-control {
    padding-top: 80px;
    min-height: auto;
  }

  .access-control .right-banner {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .access-control .top-image {
    margin-top: 20px;
    margin-left: 0;
  }

  .banner-area.access-control h1 {
    padding-top: 0;
  }

  .row1-col {
    width: 100% !important;
  }

  .row1-left-image img {
    margin-top: 25px;
    width: 100% !important;
  }

  .two-col-with-image-wrapper {
    padding: 60px 0;
  }


  .access-feature-col {
    border: none;
  }

  .access-features .access-feature-box {
    border-bottom: 1px solid #E9EDF0;
    padding: 40px 40px 60px;
  }

  .access-features .access-feature-col:first-child .access-feature-box {
    border-top: 1px solid #E9EDF0;
  }

  .left-image-wrap {
    display: none;
  }

  .protect-investment .two-col-with-image-wrapper.left .image-col img {
    max-width: 90%;
    width: 100% !important;
  }

  .integrations-box .two-col-with-image-wrapper .image-col img {
    max-width: 90%;
    width: 100%;
  }

  .hardware-features .featured-white-box .white-box {
    padding: 40px
  }

  .hardware-features .featured-white-box .bg-circles {
    display: none
  }

  .hardware-features .hardware-desc .white-box {
    margin-bottom: 85px
  }

  .hardware-features .featured-white-box .meta p a {
    font-size: 14px;
    margin-right: 15px
  }

  .about-page .banner-content {
    width: 100%;
    margin-left: 0;
  }

  .news .desc {
    margin-bottom: 45px;
  }

  .featured-integrations {
    padding: 0 0 50px
  }

  .featured-integrations .white-box {
    margin-bottom: 70px
  }

  .banner-area.integrations {
    min-height: auto;
    padding-top: 100px;
  }

  .integrations .right-banner {
    opacity: .5;
    margin: 0;
  }

  .mobile-access-row1-col.left-col {
    width: 100%;
  }

  .mobile-access-row1-col.right-col {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 0 15px;
  }

  .mobile-access-row1-col.right-col img {
    width: 80% !important;
    display: block;
    margin: 0 auto;
  }

  .access-management-steps .two-col-with-image-wrapper {
    padding: 100px 0;
  }

  .mobile-access-row4-col.left-col {
    width: 100%;
  }

  .mobile-access-row4-col.right-col img {
    position: relative;
    right: auto;
    top: auto;
    width: 80% !important;
    display: block;
    margin: 0 auto;
  }

  .mobile-access-row4-col.right-col {
    padding: 0 15px;
  }

  .apps-showcase .apps-sidebar {
    margin-bottom: 30px
  }

  .apps-showcase .apps-grid .app-box {
    width: 50%
  }

  .home-row1 {
    padding:40px 0 0
  }

  .reporting-analytics {
    min-height: 750px !important;
    padding-bottom: 120px
  }

  .reporting-analytics {
    background: 0 0;
    padding-top: 10px;
    margin-bottom: 0
  }

  .reporting-analytics .reporting-box {
    padding-left: 15px
  }

  .reporting-analytics .reporting-box .activity-box .box-container {
    width: 95%
  }

  .reporting-analytics .reporting-box .activity-box:after {
    width: 93%
  }

  .reporting-analytics .reporting-box .activity-box img {
    width: 30px;
    margin-top: 20px
  }

  .reporting-analytics .reporting-box .activity-box p {
    font-size: 13px
  }

  .reporting-analytics .reporting-box .activity-box span {
    font-size: 12px
  }

  .reporting-analytics .user-reviews {
    padding-top: 0
  }

  .reporting-analytics .user-reviews h3 {
    color: #47AAFF
  }

  .reporting-analytics .user-reviews p {
    color: #003865
  }

  .reporting-analytics .user-reviews .review-box {
    min-height: 130px
  }

  .home__hero .page-center.wider>* {
    margin-left: 0;
    margin-right: 0;
  }

  .home__hero .companies {
    padding-top: 29em;
  }

  .home-row .three-col-with-top-image .hs-three-col {
    width: 100%;
    margin-bottom: 20px;
  }


  .home-row .three-col-with-top-image {
    padding-bottom: 40px;
  }

  .home-row2 {
    padding: 30px 0;
  }

  .home-row3 .two-col-with-image-wrapper.left .image-col img {
    width: 80% !important;
  }

  .reporting-box-wrap {
    display: none;
  }

  .mobile-access .right-banner {
    height: 350px;
    position: relative;
    right: auto;
    opacity: 1
  }

  .mobile-access .hero-features ul li {
    width: 100%
  }

  .mobile-access .hero-features .hero-features-desc {
    padding-left: 15px;
    padding-right: 15px
  }

  .hero-features.hidden-xs {
    display: none;
  }

  .banner-area.mobile-access {
    min-height: 1200px;
  }

  .visitor-management-row2-gallery .slick-dots {
    max-width: 100%;
  }

  .visitor-management .right-image {
    max-width: 100%;
    width: 100%;
  }

  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,
  .hs-button.primary, 
  input[type="submit"], 
  input[type="button"]{
    max-width: 100%;
  }

  .blog .blog-sidebar {
    padding-top: 30px;
  }
}  

/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 479px) {
  .visitor-management-pricing__prices {
    display: block;
  }

  .visitor-management-pricing__discount {
    top: -15px;
    left: 0;
  }

  .separator {
    padding: 0 0 20px;
  }

  .apps-showcase .apps-grid .app-box {
    width: 100%;
  }

  .apps-showcase .apps-sidebar ul li {
    display: block;
    margin: 0;
  }

  .deploying-support__image-container {
    position: static;
    margin: 0 auto;
  }

  .deploying-support__left-column {
    width: 100%;
    margin-left: 0;
  }

  .deploying-support__main .col-xs-6 {
    width: 100% !important;
  }

  .deploying-support__number {
    left: 15px;
    top: -20px;
  }

  .deploying-support__vertical-line {
    display: none;
  }
}

@media screen and (max-width: 452px) {
  .home__hero .companies {
    padding-top: 25em
  }
}

@media (max-width: 434px) {
  .button-group .btn {
    margin-right:0
  }

  .building-sync .hs_cos_wrapper_type_form .hs-button.primary.large {
    position: relative;
  }

  .building-sync .hs-input {
    padding-right: 12px;
  }
}

@media screen and (max-width: 404px) {
  .home__hero .companies {
    padding-top: 22em
  }
}