/* ==========================================================================
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('//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/css/fonts-2.css');


@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/css/fa-solid-900.eot") format("embedded-opentype"), 
    url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/css/fa-solid-900.woff2") format("woff2"),
    url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/css/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "FontAwesome";
  src: url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/fonts/FontAwesome.eot") format("embedded-opentype"),
    url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/fonts/FontAwesome.woff2") format("woff2"),
    url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/fonts/FontAwesome.woff") format("woff"),
    url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/fonts/FontAwesome.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

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

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

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

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




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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
  color: #68767f;
  background-repeat: no-repeat;
  background-position: top center;
}
body.greyback {
    background-color: transparent !important;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.blog-section a,.blog-sidebar a {
    color: #f26422 !important;
}

.blog-section img{cursor:pointer}
/* =============== Typography =============== */

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.5rem;
}
h2,h3,h5 {
  font-weight: normal;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
  color: #1f2c35;
}

h4 {
  font-size: 25px;
  color: #1f2c35;
  margin: 30px 0;
}

h2 p {
  font-weight: bold;
}


h3 {
  margin-bottom: 30px;
}

.h5, h5 {
  font-size: 1.25rem;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}

/* Anchor Links */
a {
  text-decoration: none;
}

a, a:hover, a:active, a:focus {
  color: #f26422;
}

/* Lists */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
.container-fluid {
  padding: 0;
}


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.no-banner .header-container {
  padding-top:77px;
}

.custom-header {
  padding: 20px 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100% !important;
}
.scrolled .custom-header,
.no-banner .custom-header{
  background: rgba(242, 100, 35, 1);
}
/* =============== Header =============== */
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
  /** display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    
    //color: #ffffff!important;
   // background-color: #000 !important;
   // background-image: none !important;
    //border-color: #000000 !important;**/
   
} 



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

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

.content-wrapper {
  padding:30px 0;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.headline {
  padding-top: 45px;
}

.headline h2, .headline p, .headline h2 a {
  color: #ffffff;
  text-decoration:none;
}

.btnhead { text-align:center; font-weight: bold; }

.headline .sumary {
  margin: 30px 0;
  padding: 0 10%;
}

.page-home .headline .sumary {
  padding: 0;
}

.headline .topline {
  margin-top: 70px;
}

.topline .sumary p {
  color: #f8deb8;
}
body.hs-content-id-9085691073 {
    background-size: 100% 350px;
}
.hs-content-id-9085691073 .hs-banner {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.hs-content-id-9085691073 .hs-banner-text {
    margin-top: 100px;
}
.hs-banner {
  margin-top: -1px;
  padding: 123px 0 90px;
  background-size: 100% 506px;
  min-height: 469px;
}
.okta-foxpass .hs-banner-text, .blog .hs-banner-text {
  margin-top: 0px;
}

.hs-banner-text {
  margin-top: 70px;
}

.hs-banner-text p {
  color: #f8deb8;
}

.hs-banner.no-image {
  background-color: #f87539;
}

.add-on-menu a {
  display: inline-block;
  text-decoration:none !important;
}

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

.footer-container-wrapper {}
.footer-container {}
.custom-footer .col-wrapper>.row-fluid-wrapper>.row-fluid:after,
.custom-footer .col-wrapper>.row-fluid-wrapper>.row-fluid:before {
  display: none;
}

.custom-footer .col-wrapper>.row-fluid-wrapper>.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-footer .col-wrapper>.row-fluid-wrapper>.row-fluid>.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-footer .col-wrapper>.row-fluid-wrapper>.row-fluid>.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.custom-footer .col-wrapper>.row-fluid-wrapper>.row-fluid>.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.custom-footer {
  padding: 3rem 0;
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/sepa-footer.png) no-repeat top center #1b1a36;
  background-size: 100% auto;
}

.custom-footer .page-center {
  padding-top: 100px;
}

.custom-footer h5 {
  text-align: left;
  color: #fff;
  font-size: 15px;
  margin-top: 0;
}

.custom-footer small {
  color: #a0a2b5!important;
  font-size: 14px;
  margin: 20px 0 1rem;
  display: inline-block;
}

.custom-footer img {
  display: block;
  margin: 0 0 20px;
}

.hs-footer-menu li.hs-menu-item {
  margin: 20px 0;
  color: #a0a2b5;
  font-size: 14px;
}

.hs-footer-menu ul,.hs-footer-menu h5 {
  padding-left: 20px;
  margin-top: 0;
}

.hs-footer-menu li.hs-menu-item a {
  color: #a0a2b5;
  font-size: 14px;
  display: inline !important;
}

.hs-footer-menu li.hs-menu-item:first-child {
  margin-top: 12px;
}

.hs-footer-address ul {
  padding: 0;
  list-style: none;
}
.hs-content-id-55954358097 div#hs_cos_wrapper_widget_1632464630501 {
    max-width: 1200px;
    margin: 0 auto;
}

.hs-footer-address ul li {
  margin: 20px 0;
  color: #a0a2b5;
  font-size: 14px;
}
.casestudy-page .logo-box {
    height: 140px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.casestudy-page .logo-box img{
  width:auto;
}
.hs-footer-address ul li:first-child {
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/location.png) no-repeat 0px 5px;
  padding-left: 30px;
}

.hs-footer-address ul li:last-child {
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/email.png) no-repeat 0px 5px;
  padding-left: 30px;
}

.hs-footer-address ul li a {
  color: #a0a2b5;
  font-size: 14px;
}

.hs-footer-address h5:not(:first-of-type) {
  margin-top: 40px;
}

.hs-footer-address h6 {
  margin: 20px 0;
  color: #a0a2b5;
  font-size: 14px;
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/green.png) no-repeat 0px 5px;
  padding-left: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.hs-footer-menu ul {
  margin: 0 0 10px;
}

.footer-social-links li {
  margin: 20px 0;
  color: #a0a2b5;
  font-size: 14px;
}

.footer-social-links li a {
  color: #a0a2b5!important;
  font-size: 14px;
  display: inline-block;
  background-color: transparent;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -1000px;
  border: solid 1px #232441;
}

.link-facebook {
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/facebook.png) no-repeat center center;
}

.link-twitter {
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/twitter.png) no-repeat center center;
}

.link-pint {
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/pinterest.png) no-repeat center center;
}

.link-linkedin {
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/linkedin.png) no-repeat center center;
}

.link-instagram {
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/instagram.png) no-repeat center center;
}
.mobile-copyright small {
  display: none;
}
.arrow-up {
  display: block;
  border-left: solid 4px #f26423;
  border-top: solid 4px #f26423;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin: 10px 0 0 10px;
}
#to_verytop {
  position: fixed;
  bottom: 50px;
  right: 5%;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #feefe8;
  color: #f26422;
  cursor: pointer;
  font-size: 40px;
  line-height: 20px;
  -webkit-box-shadow: rgba(127,44,6,0.2) 0px 0px 10px;
  box-shadow: rgba(127,44,6,0.2) 0px 0px 10px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
  outline: none;
}

#to_verytop.on {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  border: 0;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */

.custom-logo img.hs-image-widget {
  margin-top: 4px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding-top: .5rem;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  /**display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  padding: .375rem .75rem;
  color: #ffffff;
  background-color: #000000;
  background-image: none;
  border-color: #000000;**/
}

.custom-menu-primary .hs-menu-wrapper > ul:after,.custom-menu-primary .hs-menu-wrapper > ul:before {
  display: none;
}

/* .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
padding: .375rem .75rem;
color: #ffffff;
background-color: transparent;
background-image: none;
border-color: #ffffff;
}
*/
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
  content: ".";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  text-indent: -1000px;
  overflow: hidden;
  top: -20px;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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


/*open roaming in navigation*/
.header-container.container-fluid .col-wrapper>.row-fluid-wrapper>.row-fluid {
    display: flex;
    justify-content: center;
}

/*video page style*/
.video-page-main .cstm-spacing-left {
  display: flex;
}
.video-page-main .cstm-spacing-left .vidyard_wrapper {
    width: auto;
    height: auto;
    max-width: 100%;
    --tdbc-gradient-angle: 35deg;
    border-width: 4px;
    tdbc-gradient-angle: to bottom;
    position: relative;
    border-style: solid;
    border-image: linear-gradient(var(--tdbc-gradient-angle),#d367c1 10%,#dedf40 25%,#62cb5c 50%,#00bbcb 75%,#ab79d6 90%) 1;
    -webkit-border-image: linear-gradient(var(--tdbc-gradient-angle),#d367c1 10%,#dedf40 25%,#62cb5c 50%,#00bbcb 75%,#ab79d6 90%) 1;
    -moz-border-image: linear-gradient(var(--tdbc-gradient-angle),#d367c1 10%,#dedf40 25%,#62cb5c 50%,#00bbcb 75%,#ab79d6 90%) 1;
    position: relative;
    margin-bottom: 1.5em;
}
.video-page-main .cstm-spacing-left .vidyard_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.3s;
}
.video-page-main .cstm-spacing-left .block_wrap:hover .vidyard_wrapper::after {
    background: transparent;
}
.play-btn-size {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    transition: all ease-in-out 0.3s;
    opacity: 1;
}
.play-btn-size span {
    color: #fff;
    font-size: 2em;
}
.video-page-main .cstm-spacing-left .block_wrap:hover .play-btn-size {
    opacity: 0;
}
.outer_vidyard_wrapper {
    min-height: 140px;
}
.cstm-spacing-left>div .block_wrap {
    position: relative;
    background: #eaeaea;
    height: 100%;
    padding: 1em;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #eaeaea;
    box-shadow: 8px 8px 8px 2px rgb(0 0 0 / 23%);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.cstm-spacing-left>div .block_wrap:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    border: 2px solid #f26423;
}
.cont_wrap h3 {
    font-size: 1.3em;
    line-height: normal;
    margin: 0.5em auto;
    font-weight: 600;
    text-transform: capitalize;
}

/*ends here*/
@media screen and (min-width: 1366px) {
  body .container-fluid .row-fluid .page-center {
    max-width: 1260px;
  }
}
@media (max-width:1280px){
 .hs-content-id-55954358097 div#hs_cos_wrapper_widget_1632464630501 {
    max-width: 90%;
    margin: 0 auto;
}
}
@media screen and (min-width: 1280px) {
  .signup-form-inner {
      position: relative;
      right: -50px;
  }
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


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

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

@media (max-width: 991px) {
  .col-md-3.custom-logo {
    width: 100%;
    padding: 0 10px !important;
  }
  .custom-header .header-search-input {
      width: 100% !important;
      max-width: 90% !important;
      float: none !important;
      margin: 0 auto !important;
      display: block !important;
      padding-top: 19px; 
  }
  .scrolled .header-search-input {
      opacity: 1 !important; 
      display: block !important;
  }

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

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

  .mobile-trigger {
    display: block !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    outline: none;
    right: 20px;
    border-top: solid 2px rgba(255,255,255,1);
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
    cursor: pointer !important;
    top: 20px;
  }
  .mobile-trigger:before {
    content: ".";
    display: block;
    width: 40px;
    height: 1px;
    border-top: solid 2px #fff;
    text-indent: -1000px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(0, 13px);
    transform: translate(0, 13px);
  }

  .mobile-trigger:after {
    content: ".";
    display: block;
    width: 40px;
    height: 1px;
    border-top: solid 2px #fff;
    text-indent: -1000px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(0, 27px);
    transform: translate(0, 27px);
  }
  .mobile-open .mobile-trigger {
    border-top: none;
  }

  .mobile-open .mobile-trigger:before {
    -webkit-transform: rotate(45deg) translate(14px, 14px);
    transform: rotate(45deg) translate(14px, 14px);
  }

  .mobile-open .mobile-trigger:after {
    -webkit-transform: rotate(-45deg) translate(-13px, 13px);
    transform: rotate(-45deg) translate(-13px, 13px);
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer !important; /* 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.widget-span{
    position: static !important;
    padding-top: 0;
    margin: 0;
    min-height: 0 !important;
    width: 100% !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.widget-span .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.widget-span .hs-menu-wrapper{

  }


  .custom-menu-primary.widget-span .hs-menu-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: -60%;
    width: 60%;
    background: #f76f37;
    padding-top: 74px;
    padding-bottom: 74px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 99;
    overflow-y: auto;
  }
  .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .mobile-open .menu-overlay {
    display: block;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 1;
  }
  .mobile-open .custom-menu-primary.widget-span .hs-menu-wrapper {
    right: 0px;
  }

  .custom-menu-primary.widget-span .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: auto!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-menu-primary.widget-span .hs-menu-wrapper>ul>li {
    position: relative;
  }

  .custom-menu-primary.widget-span .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 5px 10px;
    margin: 5px 20px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
  }

  .custom-menu-primary.widget-span .hs-menu-wrapper>ul>li.active-branch>a:after {
    content: ".";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    text-indent: -1000px;
    overflow: hidden;
    top: -20px;
    width: 80%;
    left: 10%;
    top: 40px;
  }

  .custom-menu-primary.widget-span .hs-menu-wrapper>ul>li:nth-last-child(1) {
    width: 50%;
    margin: 0 auto;
  }
  /**.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    color: #fff !important;
    background-color: #f47033 !important;
    border-color: #f47033 !important;
}**/
  


  .custom-menu-primary.widget-span .hs-menu-wrapper>ul>li:nth-last-child(1)>a {
    line-height: 24px;
  }

  /* 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{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

@media (max-width: 768px) {
 
  #to_verytop {
    display: none !important;
  }
  .custom-menu-primary.widget-span .hs-menu-wrapper>ul>li>a {
    text-align: center;
  }
 
  .hs-copyright,
  .footer-social-links{
    text-align:center;
  }
  body.blog {
    background-size: auto auto !important;
    background-position: center top;
  }
}

@media (max-width: 767px) {
body.hs-content-id-55954358097:not(.longback) {
    background-size: 100% 488px;
}
  .footer-social-links h5 {
    text-align: center;
  }
  .custom-footer img {
    margin: 0 auto 20px;
  }

  .custom-menu-primary.widget-span .hs-menu-wrapper>ul>li:nth-last-child(1) {
    width: 100%;
  }


  .custom-menu-primary.widget-span .hs-menu-wrapper>ul>li:nth-last-child(1)>a {
    font-size: 1rem;
  }
    .main-content h2 {
      font-size: 35px;
  }
    
    .headline .sumary p {
      font-size: 25px;
  }
.hs-content-id-7611407882 .hs-banner-text.text-center {
    display: none;
}
  .hs-content-id-7611407882{
  background-size: 100% 83px !important;
  }
}
@media (max-width: 575px) {
  .footer-social-links h5 {
    display: none;
  }
  .mobile-copyright small {
    display: block;
  }
  .hs-copyright small {
    display: none;
  }
  .custom-footer small {
    text-align: center;
    margin: 0 0 1rem;
  }

  .hs-copyright p {
    margin: 0 0 40px;
  }
}
/* ==========================================================================
5. BLOG                                        
========================================================================== */
.post-header h2 a {
  text-decoration: none;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item span.IN-widget {
  vertical-align: top !important;
}

.hs-author-avatar>img {
  max-width: 50px;
  margin: 0 0 15px;
}
.custom_listing_comments {
  padding: 10px;
  border: 1px solid #ccc;
}
span.filter-link-count {
  display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

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

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

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


/* Strst Blog header */




/* End Blog header */


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 0 0 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:inline-block;
  padding:20px 0;
}

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

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/


/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/


.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


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



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

.comment-body {
  border-bottom: medium none;
  color: 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 !important;
}

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

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

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

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

.hs-blog-social-share {

  padding: 10px 0 0;
}

#comments-listing.no-comments {
  border: none;
}



.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 Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}
.blog-sidebar h3,
.blog-sidebar h3.form-title{
  font-size: 20px;
  line-height:24px;

}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}



.blog .blog-sidebar .widget-span {
  padding: 0 0 25px;
}
#comments-listing.no-comments {
  border: none;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */
span.hs-form-required {
  color: red;
}

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
  font-size: 13px;
  margin: 0 0 10px;
}

.hs-form-field {
  margin: 15px 0 0;
}
.screen-reader-text {
  display: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;
}

input[type="search"]{
  -webkit-appearance: none;
}
.subscribe-options label {
  margin: 0 !important;
}
.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;
}
/* =============== Global Form Styles =============== */

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  width:100%;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  max-width:500px !important;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { 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;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*Search Output*/

.hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

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

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


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

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


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

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


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

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


/*====================Home========================*/
body.hs_home_page {
  background-size: 100% 2000px;
}

.banner.hs-banner.hs_home_banner {
  padding-bottom: 0;
}
.hs_home_banner .text-center {
  text-align: left;
}
.hs_home_banner .hs_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.hs_home_banner .hs_row .col-md-6 {
  margin: 0;
}
.hs_home_banner .hs_row p {
  padding: 0;
  color: #fff;
}
.hs_home_banner a.btn.btn-outline-primary {
  color: #ffffff;
  background-color: #000000;
  background-image: none;
  border-color: #000000;
}
.hs_home_banner .hs_row .col-md-6 img {
  margin-top: -50px;
}

/*------------------------*/
.hs_logo_group {
    margin: 90px 0px;
    float: left;
    width: 100%;
  
}
.showcase {
  text-align: center;
  max-width: 1026px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 46px 20px;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 50px;
}
.showcase p {
  font-size: 16px;
  font-weight: 500;
  color: #929497;
}
.list-unstyled {
  padding: 0;
  list-style: none;
  margin: 0 0 1rem;
}
.logo-block ul li {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}
.logo-block ul li img {
  max-width: 100%;
}
.logo-block .list-unstyled {
    margin-bottom: 0;
}
.hs_home_row_1 .hs_cos_wrapper_type_rich_text img {
  display: block;
  margin: 50px auto 0;
}

/*------------------------*/
.hs_home_row_2 .part-sepa {
  margin: -60px 0 0;
}


/*------------------------*/
.hs_home_row_3 {
  background: #fff;
}
.hs_home_row_3_wrap .hs_home_row_3_sec_head {
  max-width: 1140px;
  margin: 90px auto 0 !important;
  float: none !important;
  padding: 0 15px;
}
.hs_home_row_3_sec_head h1 {
  font-weight: normal;
  color: #1f2c35;
  margin: 0 0 30px;
}
.hs_home_row_3_sec_head p.secondary-header {}

.hs_home_row_3_inner {
  padding: 0 15px;
}
div#review_slide_container {
  margin-left: 359px;
  max-width: 1140px;
  margin: 0 auto;
}
div#review_slide_wrapper {
  position: relative;
}
div#review_slide .slick-slide {
  margin: 20px;
}
div#review_slide .review-block {
  margin: 0;
}
.priviledge-content-sec .text-img-outer .text h3 {
    font-size: 28px;
}

.priviledge-content-sec .industries-grp-out-warp {
    margin: 30px 0;
}


@media (min-width: 1440px) {
  div#review_slide .slick-prev {
    right: 190px;
  }
  div#review_slide .slick-next {
    right: 110px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: flex;
}
}

div#review_slide .slick-prev,
div#review_slide .slick-next {
  -webkit-transform: translate(0, -34%);
  -ms-transform: translate(0, -34%);
  transform: translate(0, -34%);
}
div#review_slide .slick-prev::before {
  transform: rotate(-45deg) translate(-13px,-10px);
}
div#review_slide .slick-next::before {
  transform: rotate(135deg) translate(-9px,-12px);
}


/*------------------------*/
.features-sec.hs_home_row_4 {
  padding-top: 40px;
}
.hs_home_row_4 .hs_cos_wrapper_type_module:first-child .hs-full-width-bg {
  padding-bottom: 0;
}
.hs_home_row_4 .hs_cos_wrapper_type_module:first-child .hs-full-width-bg .signs {
  background: #f26422;
}
.hs_home_row_4 .hs-full-width-bg h5 {
  margin-bottom: 0;
}
.hs_home_row_4 .hs_cos_wrapper_type_module:last-child .hs-full-width-bg {
  padding-bottom: 135px;
  margin-top: 90px;
}
.hs_home_row_4 .feature-row {
  margin-top: 50px;
  padding-top: 80px;
}
.hs_home_page .feature-row>div:nth-child(1),  
.hs_home_page .feature-row>div:nth-child(3),
.hs_home_page .feature-row.left-content>div:nth-child(2) {
  background-image: none !important;
}







/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.col-wrapper>.row-fluid-wrapper>.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width:auto;
}
.hs-row>.row-fluid-wrapper>.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width:auto;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
  padding: .75rem 1.5rem;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-outline-primary, .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #f26422;
  background-image: none;
  border-color: #f26422;
}
.btn-outline-secondary, .btn-outline-secondary:hover {
  color: #f26422;
  background-color: transparent;
  background-image: none;
  border-color: #f26422;
}

.custom-footer .col-wrapper>.row-fluid-wrapper>.row-fluid>.col-md {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
/* Styles that do not fit into any of the available sections above can go here. */


/*======================= Website Pages =======================*/


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

.text-block h4 {
  font-size: 17px;
  text-transform: uppercase;
  color: #1f2c35;
  background: url('//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/check-in-circle-m.png') no-repeat;
  padding-left: 30px;
}

.text-block p {
  font-size: 15px;
}

.text-block p em {
  font-style: normal;
  color: #f26423;
  line-height: 1.8em;
}

.text-block hr {
  margin: 50px 0;
}

.hs-banner {
  text-align: center;
}

.text-center img {
  margin-left: auto;
  margin-right: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.text-center {
  text-align: center;
}

.signs {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #feefe8;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  margin-bottom: 20px;
}

.custom-section-header {
  text-align: center;
}

.custom-section-header h5 {
  padding: 0 10%;
}

.full-width-page .custom-section-header {
  margin: 0 -15px 90px;
}



.confetti {
  background-image: url('//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/deco.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 0 150px;
}

.confetti.type2 {
  background-image: url('//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/deco-2.png');
}

.confetti.type3 {
  background-image: url('//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/deco-3.png');
  padding-top: 130px;
}
.review-block {
  width: 450px;
  margin: 20px;
  /* display: inline-block; margin: 20px;*/
  padding: 50px;
  background: url('//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/comp-2xquote.png') no-repeat 30px 30px #fff;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 20px;
}

.review-block, .review-block:active, .review-block:focus {
  border: none;
  outline: none;
}

.review-block > p {
  height: 100px;
  margin-bottom: 40px;
}

.writer-block img.img-rounded, .writer-block .details {
  display: inline-block;
  vertical-align: middle;
}

.writer-block .details {
  margin-left: 20px;
}

.writer-block img.img-rounded {
  width: 47px;
  height: 47px;
  border-radius: 100%;
}

.writer-block .details b {
  color: #353b3f;
}

.writer-block .details p {
  font-size: 13px;
  color: #75828a;
  margin-bottom: 0;
}

.slick-next, .slick-prev {
  z-index: 10;
}

.slick-next {
  width: 46px;
  top: 0;
  right: 50px;
}

.slick-prev {
  width: 30px;
  top: 0;
  right: 130px;
  left: auto;
}

.slick-next::before, .slick-prev::before {
  content: ".";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: solid 2px #6a7278;
  border-top: solid 2px #6a7278;
  transform: rotate(135deg);
}

.slick-next::before {
  transform: rotate(135deg) translate(-8px, -14px);
}

.slick-prev::before {
  transform: rotate(-45deg) translate(-14px, -8px);
}

.slick-next::after, .slick-prev::after {
  content: ".";
  display: inline-block;
  height: 1px;
  border-top: solid 2px #6a7278;
  margin-left: -46px;
  margin-top: 6px;
  position: relative;
  top: 0.7px;
}

@-moz-document url-prefix() {
  .slick-next::after, .slick-prev::after {
    top: 2.1px;
  }
}
.slick-next::after {
  width: 46px;
  transform: translate(16px, -10px);
}

.slick-prev::after {
  width: 30px;
  transform: translate(16px, -10px);
}

.slick-prev,
.slick-next, 
.slick-prev::before,
.slick-next::before,
.slick-prev::after,
.slick-next::after {
  border-color: #6a7278;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled,
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::after,
.slick-next.slick-disabled::after {
  border-color: #d4d7d9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.team-members {
  position: relative;
  overflow-x: hidden;
  margin-top: 80px;
  padding-top: 22px;
  padding-bottom: 30px;
}

.team-members ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.team-members ul li {
  width: 25%;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  list-style: none;
}

.team-members ul li .grey-overlay img {
  width: 100%;
}

.team-members ul li .team-member .details .detail-short,
.team-members ul li .team-member .details .detail-long {
  position: absolute;
  width: 100%;
  padding: 10% 10% 20px 10%;
}

.team-members ul li .team-member .details .detail-long {
  height: 100%;
  bottom: 0;
  background: -moz-linear-gradient(-45deg, rgba(240,93,45,0.8) 0%, rgba(244,159,48,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(240,93,45,0.8) 0%,rgba(244,159,48,0.8) 100%);
  background: linear-gradient(135deg, rgba(240,93,45,0.8) 0%,rgba(244,159,48,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf05d2d', endColorstr='#ccf49f30',GradientType=1 );
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-members ul li .team-member .details .detail-short {
  top: calc(90% - 70px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}

.team-members ul li .team-member .details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.team-members ul li .team-member .details h5 {
  text-align: left;
  font-size: 20px;
  color: white;
}

.team-members ul li .team-member .details .job-title {
  font-size: 16px;
  color: #ffdb6c;
}

.team-members ul li .team-member .details .job-details {
  color: white;
  margin-top: 20px;
}

.team-members ul li .team-member {
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  background-position: 0px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.team-members ul li .team-member:hover {
  margin: -15px;
  z-index: 10;
}

.team-members ul li .team-member:hover .details .detail-short {
  top: 0;
}

.team-members ul li .team-member:hover .details .detail-long {
  padding: calc(10% - 13px) calc(10% + 15px) 35px calc(10% + 13px);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.investors-block h4 {
  font-size: 20px;
}

.job-box {
  padding: 30px;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 50px;
  margin: 10px 0;
  background: #fff;
}

.page-jobs .accordionset .card-header {
  background-color: #eee;
  margin-bottom: 10px;
}

.we-offer-jobs {
  padding-bottom: 50px;
}

.plan-row > div {
  padding: 0;
  border-left: solid 1px #feefe8;
}

.plan-row > div:first-child {
  border-left: none;
}

.planbox {
  background: #fff;
  color: #4f5a79;
  text-align: center;
  padding: 30px 0px 40px 0px;
  position: relative;
}

.planbox, .planbox .box-inner {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.planbox:hover {
  margin: -20px;
  z-index: 5;
  border-radius: 20px !important;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 50px;
}

.planbox:hover .box-inner {
  padding: 20px 0;
}

.planbox.firstbox {
  border-radius: 20px 0 0 20px;
}

.planbox.lastbox {
  border-radius: 0 20px 20px 0;
}

.planbox .box-inner {
  width: 80%;
  max-width: 240px;
  margin: auto;
}

.planbox .header-block .plan-title {
  display: inline-block;
  background: #feefe8;
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 16px;
  color: #f87639;
  text-transform: uppercase;
}

.planbox .price-block {
  margin: 20px 0;
}

.planbox .price-block sup {
  font-size: 20px;
}

.planbox .price-block b {
  font-size: 50px;
  color: #f87639; 
  display: inline-block;
}

.planbox .price-block sub {
  font-size: 16px;
}

.planbox .detail-block {
  font-size: 13px;
  margin: 30px 0;
  padding: 0 20px;
}

.planbox .detail-block h5 {
  font-size: 16px;
  color: #1f2c35;
  font-weight: bold;
}

.planbox .items-block {
  text-align: left;
  font-size: 14px;
  min-height: 180px;
}

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

ul.checker li {
  padding-left: 26px;
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/check-in-circle.png) no-repeat left 4px;
  margin-bottom: 20px;
}

ul.pricing_switcher {
  margin: 0;
  padding: 3px;
  list-style: none;
  display: inline-block;
  position: relative;
}

ul.pricing_switcher {
  background: #e26a26;
  color: #ffffff;
  border-radius: 100px;
}

ul.pricing_switcher li {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul.pricing_switcher li.active {
  color: #f26422;
}

ul.pricing_switcher::before {
  content: ".";
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  position: absolute;
  width: 160px;
  left: 2px;
  top: 2px;
  height: calc(100% - 4px);
  background: #ffffff;
  border-radius: 100px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul.pricing_switcher.second-active::before {
  left: 158px;
  width: 180px;
}

ul.pricing_switcher li:first-child {
  border-radius: 100px 0 0 100px;
}

ul.pricing_switcher li:last-child {
  border-radius: 0 100px 100px 0;
}

.addon-features {
  color: #55646e;
  font-size: 15px;
}

ul.addon-features {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

ul.addon-features li {
  background-repeat: no-repeat;
  background-position: left 3px;
  display: inline-block;
  margin: 10px 30px;
  padding-left: 45px;
  vertical-align: top;
  line-height: 30px;
}

.page-pricing .you-need-something {
  font-size: 22px;
  color: #1f2c35;
  padding: 0 10%;
}

.accordionset h5 {
  text-align: left;
}

.accordionset h5 .btn-link {
  color: #1f2c35;
  text-align: left;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}

.accordionset h5 .btn-link, .accordionset h5 .btn-link:focus {
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  white-space: normal;
}

.accordionset h5 .btn-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  position: absolute;
  right: 10px;
  top: 24px;
}

.accordionset h5 .btn-link.collapsed:after {
  content: "\f107";
}

.accordionset .card {
  border: none;
}

.accordionset .card-header {
  border-bottom: solid 1px #eee;
  background: none;
}

.pricing-questions h3 {
  text-align: left;
}

.pricing {
  position: relative;
}

.pricing .plan-row {
}

.switch-row {
  margin-bottom: 20px;
}

.do-show {
  visibility: visible;
  opacity: 1;
}

.do-hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}


/* Case Studies website Page */
.case-studies {
  padding-top: 50px;
  padding-bottom: 50px;
}

.case-item {
  margin: 20px;
}

.logo-box {
  background-color: #eef2f6;
  padding: 30px 20px;
  height: 140px;
  text-align: center;
}

.case-item h4 {
  font-size: 20px;
}

.case-item a.readmore {
  display: inline-block;
  padding-right: 20px;
  font-size: 15px;
  color: #f26422;
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/arrow-l-orange.png) no-repeat center right;
}

.case-studies .row {
  margin-top: 50px;
}

/* Features Website Page */
.page-features .features {
  padding-top: 50px;
}

.page-features .feature-row {
  margin-left: 0;
  margin-right: 0;
}

.page-features .feature-row.left-content > div {
  background-size: contain !important;
}

.page-features .feature-row.left-content > div:nth-child(2) {
  background: url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/deco-feature-right.png") no-repeat right top;
}

.page-features .feature-row.left-content > div:nth-child(1) {
  background: none;
}

.page-features .feature-row > div:nth-child(1), .page-features .feature-row > div:nth-child(3) {
  background: url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/deco-feature-left.png") no-repeat left top;
}

.page-features h3 {
  text-align: left;
}

.features-sec, .blog .content-wrapper {
  padding-top: 64px;
}

.sub-inner {
  padding-right: 20%;
}

.left-content .sub-inner {
  padding-left: 20%;
  padding-right: 0;
}

.left-content .sub-inner-img {
  text-align: right;
}

.left-content .sub-inner {
  padding-left: 20%;
  padding-right: 0;
}

.page-features .sub-inner-img {
  margin-top: -45px;
}

.hs-feature-module {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

div:last-child>.hs-feature-module {
  margin-bottom: 0;
}

.part-sepa {
  margin-top: -130px;
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/bg-sepa.png) no-repeat top center;
  height: 245px;
}

.part-sepa img {
  width:100%;  
  display:none;
}

body.greyback {
  background-color: #fafbfc;
}

.security-sec {
  padding-top: 84px;
}

.security-sec hr {
  margin: 10px 0;
}

.signs.small {
  width: 38px;
  height: 38px;
  line-height: 34px;
}

a .signs {
  margin-bottom: 0;
}

.hs-full-width-bg h5 {
  padding: 0 10%;
}

.hs-full-width-bg {
  background-color:#fff;
}

b, strong {
  font-weight: bolder;
}

.no-h-padding {
  padding-left: 0;
  padding-right: 0;
}

.about-sec {
  text-align: center;
}

.team-members {
  text-align: left;
}

.team-block h5 {
  padding: 0 10%;
}

.team-block .hs-full-width-bg {
  margin-top: 90px;
}

.team-block h4 {
  font-size: 20px;
}

.team-members ul li:first-child .team-member {
  background-position: 30px 30px;
}


/* Jobs Website Page */

.hs-jobs-group h3 {
  text-align: center;
}
.hs-jobs-group {
  background-color: #fff;
}
.hs-jobs-group {
  background-color: #fff;
}

.we-offer-jobs {
  margin-top: -16px;
}

.page-jobs .part-sepa {
  margin-top: -40px;
}

.hs-feature-module hr {
  margin: 10px 0;
}

.hs-jobs-group .jobs-offered {
  margin-top: 50px;
}

.page-jobs .we-offer-jobs {
  padding-bottom: 0px;
}

.page-jobs .accordionset .card-header h5 {
  padding: 0 10%;
  margin: 0px;
}



/* Pricing Website Page */

.hs-pricing-questions .accordionset h5 {
  padding: 0 10%;
  margin: 0px;
}


.container-fluid .page-center.addon-features-block {
  margin-top: 90px;
}

.addon-features-block h3 {
  margin-bottom: 30px;
  text-align: center;
}

.addon-features li:first-child {
  background-image: url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/cache-green.png");
}

.addon-features li:nth-child(2) {
  background-image: url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/clock-green.png");
}

.addon-features li:nth-child(3) {
  background-image: url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/shake-green.png");
}

.addon-features li:last-child{
  background-image: url("//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/calendar-green.png");
}

.grey-both-faded-sepaline {
  height: 1px;
  margin: 10px auto;
  width: 60%;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}

.page-pricing .you-need-something {
  font-size: 22px;
  color: #1f2c35;
  padding: 0 10%;
}

.addon-features-block .row {
  margin-top: 50px;
}

.page-pricing .part-sepa {
  margin-top: -60px;
}

.page-pricing .headline .sumary p:first-of-type {
  margin-bottom: 0px;
}


.hs-price-table .plan-col.col-md-3 {
  padding: 0;
  border-left: solid 1px #feefe8;
}
.hs-price-table .plan-col.col-md-3:first-child {
  border-left: 0px;
}
.hs-price-content {
  margin-top: 50px;
}

.page-pricing {
  background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/bg.png) no-repeat top center #fff;
  background-size: 100% 2000px;
}



.hs-price-table .plan-col.col-md-3:first-of-type .planbox {
  border-radius: 20px 0 0 20px;
}

.hs-price-table .plan-col.col-md-3:last-of-type .planbox {
  border-radius: 0 20px 20px 0;
}

.hs-pricing-questions {
  background-color: #fff;
}
.yearly-prc .planbox .price-block .monthly-prc {
  display: none;
}

.monthly-prc .planbox .price-block .monthly-prc {
  display: inline-block;
}

.monthly-prc .planbox .price-block .yearly-prc {
  display: none;
}


.page-pricing .hs-banner {
  min-height: auto;
}

/* Error 404 Page */

.custom-error-message {
  text-align: center;
  margin: 4em 0;
}

.custom-error-message h1 {
  font-family: Georgia, serif;
  color: #4a4a4a;
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  line-height: normal;
}

.custom-error-message h2 {
  font-family: Verdana, sans-serif;
  color: #7d7d7d;
  font-weight: 300;
  font-size: 1.5em;
  line-height: normal;
}

div#review_slide .slick-next {
  right: 20px;
}

div#review_slide .slick-prev {
  margin-right: -25px;
}
.col-wrapper>div>.row-fluid:after,
.col-wrapper>div>.row-fluid:before {
  display: none;
}
.post-footer input.hs-button.primary {
  margin-top: 20px;
}
.hs-pricing-questions .row {
  margin-top: 50px;
}
.container a:hover, .sub-inner a:hover {
    text-decoration: underline;
    color: #f26422;
}
.col-wrapper {
    font-weight: 400;
}
.okta-foxpass .hs-banner-text h2 {
    margin-top: 0;
}
.foxpass-banner-webinar-hero .sail_banner .hs_cos_wrapper_type_module {
    max-width: 1140px;
    padding: 0 15px;
    margin: 100px auto 0 !important;
    display: block !important;
    clear: both;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.pam-header .page-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pam-header .page-center .foxpass-banner-tc-text-wrap {
    text-align: left;
    max-width: 45%;
}

body.landing-page.one-column.hs-content-id-28919637567.hs-landing-page.hs-page.scrolled {
    background-size: 100% 650px;
}

body.landing-page.one-column.hs-content-id-28919637567.hs-landing-page.hs-page {
    background-size: 100% 630px;
}


.pam-header .banner.hs-banner {
    padding-top: 100px;
}

.pam-header h2 {
    line-height: 3.875rem;
    font-size: 2.7245rem;
    font-weight: 600;
}

.pam-header .page-center .foxpass-banner-tc-image-wrap {
    max-width: 44%;
}
.pam-header h4 {
    color: #fff;
    margin-bottom: 10px;
}
.pam-header  p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.pam-header .foxpass-banner-tc-text-wrap a {
    background: #0A74F0;
    color: #FFFFFF;
    font-size: 1.1765rem;
    font-weight: 700;
    height: 3.5rem;
    width: 16.25rem;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: border .5s;
    border: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}
.pam-header .foxpass-banner-tc-text-wrap a:hover {
    background: #0450A8;
    color: #FFFFFF;
}
.foxpass-pam-logo-group h1 {
    color: #364957;
    line-height: 2.375rem;
    font-size: 1.4861rem;
    margin-bottom: 40px;
}

.foxpass-pam-logo-group {
    box-shadow: inherit;
    padding-top: 30px;
}

.foxpass-pam-logo-group .logo-block {
    max-width: 780px;
    margin: 0 auto;
}

.foxpass-pam-logo-group .hs_logo_group.logos-new {
    margin-top: 0;
}

.foxpass-pam-logo-group .hs_logo_group.logos-new .showcase {
    padding-top: 0;
}

.foxpass-pam-logo-group .hs_logo_group.logos-new .showcase ul.list-unstyled li {
    padding: 0 20px;
    margin: 13px 0;
}

.foxpass-pam-logo-group .hs_logo_group.logos-new .showcase ul.list-unstyled li img {
    max-width: 120px;
}

.foxpass-pam-logo-group .hs_logo_group.logos-new .showcase ul.list-unstyled {
    margin: 0;
}







.foxpass-three-column-feature-box-wrap .foxpass-three-column-feature-box {
    max-width: 1140px;
    margin: 0 auto;
    display: block;
    float: none !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foxpass-three-column-feature-box-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
}
.foxpass-three-column-feature-box-wrap .foxpass-three-column-feature-box .feature-box-item {
    width: 28.33%;
    padding: 60px 15px 20px;
    text-align: center;
    border: 0;
    border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
    background: url(//v.fastcdn.co/u/e36f2c7e/50369155-0-benefit-box-01.png) repeat rgb(255,255,255) 92% 9% / cover;
    position: relative;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.10)!important;
}
.foxpass-three-column-feature-box-wrap .foxpass-three-column-feature-box .feature-box-item::before {content: "";background-image: url(//v.fastcdn.co/u/e36f2c7e/50369155-0-benefit-box-01.png);position: absolute;height: 100px;width: 100%;left: 0;background-repeat: no-repeat;background-size: 100%;top: 0;}

.foxpass-three-column-feature-box-wrap .foxpass-three-column-feature-box .feature-box-item .feature-box-icon-wrap {
    position: absolute;
    top: -30px;
    left: -14px;
    background: rgb(254,239,231);
    height: 4.125rem;
    width: 4.125rem;
    z-index: 14;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foxpass-three-column-feature-box-wrap .foxpass-three-column-feature-box .feature-box-item .feature-box-text-wrap h3 {
    color: #1f2c35;
    line-height: 2.1875rem;
    font-size: 1.3622rem;
    font-weight: 600;
    margin: 13px 0;
}

.foxpass-three-column-feature-box-wrap .foxpass-three-column-feature-box .feature-box-item .feature-box-text-wrap p {
    font-weight: 400;
    color: #68767f;
    line-height: 1.625rem;
    font-size: 0.9907rem;
}

.foxpass-three-column-feature-box-wrap .foxpass-three-column-feature-box .feature-box-item .feature-box-icon-wrap img {
    max-height: 28px;
}
.pam-foxpass-pam-featured-image .foxpass-pam-featured-image-text {
    text-align: center;
    margin-bottom: 40px;
}
.pam-foxpass-pam-featured-image .foxpass-pam-featured-image-text > .hs_cos_wrapper_widget {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    float: none;
}
.pam-buttom-demo {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.pam-foxpass-pam-featured-image .foxpass-pam-featured-image-text h3 + p {
    display: none;
}
.pam-foxpass-pam-featured-image .foxpass-pam-featured-image-text h3 {
        line-height: 3.0625rem;
    font-size: 2.1672rem;
    color: #1f2c35;
}
.pam-foxpass-pam-featured-image .foxpass-pam-featured-image-text h3 span {
    color: #1f2c35 !important;
    font-weight: 600;
}
.foxpass-three-column-review-box-wrap {
    text-align: center;
}
.pam-buttom-demo {
    text-align: center;
    margin-bottom: 30px;
}

.pam-buttom-demo a, .pam-bussiness-sec .page-center .foxpass-banner-tc-text-wrap a {
    background: #0a74f0;
    color: #fff;
    font-size: 1.1765rem;
    font-weight: 700;
    height: 3.5rem;
    width: 16.25rem;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: border .5s;
    border: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 auto;
}

.pam-buttom-demo a:hover, .pam-bussiness-sec .page-center .foxpass-banner-tc-text-wrap a:hover {
    background: #0450a8;
    color: #fff;
}
.pam-bussiness-sec .page-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pam-bussiness-sec {
    background: url(//v.fastcdn.co/u/e36f2c7e/50313410-0-bg-content.png) repeat 93% 100% / cover;
    margin-top: 30px;
    padding-top: 30px;
}
.pam-bussiness-sec .page-center .foxpass-banner-tc-text-wrap h2{
    color: #ffffff;
    line-height: 3.85rem;
    font-size: 2.9102rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.pam-bussiness-sec .page-center .foxpass-banner-tc-text-wrap {
    text-align: left;
}

.pam-bussiness-sec .page-center .foxpass-banner-tc-text-wrap {
    max-width: 50%;
    flex: 0 0 50%;
}
.pam-bussiness-sec .banner.hs-banner {
    padding-top: 30px;
}
.foxpass-pam-landing-form-wrap input {
    min-height: 40px;
    margin-right: 0;
    width: 100%;
    max-width: inherit !important;
}

.foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form {
    margin: 0 auto;
    max-width: 410px;
    width: 100%;
    display: block;
    box-shadow: 0px 0px 15px rgba(142,154,173,0.6)!important;
    padding: 40px 50px;
    position: relative;
    background: #fff;
}
.foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form::before {
    content: "";
    background: url(https://v.fastcdn.co/u/e36f2c7e/50313415-0-deco-feature-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    width: 390px;
    display: inline-block;
    position: absolute;
    left: -130px;
    z-index: -1;
}
.foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form::after {
    content: "";
    background: url(https://v.fastcdn.co/u/e36f2c7e/50313415-0-deco-feature-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    width: 390px;
    display: inline-block;
    position: absolute;
    top: auto;
    top: 0;
    bottom: -90px;
    left: auto;
    right: -310px;
    z-index: -1;
}
.foxpass-pam-landing-form-wrap  input.hs-button {
        background: #0a74f0;
    color: #fff;
    font-size: 1.1765rem;
    font-weight: 700;
    height: 3.5rem;
    width: 16.25rem;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: border .5s;
    border: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}
.foxpass-pam-landing-form-wrap  input.hs-button:hover {
    background: #0450a8;
    color: #fff;
}
.foxpass-three-column-review-box-wrap h1 {
    color: #1f2c35;
    line-height: 2.875rem;
    font-size: 2.3529rem;
}

.foxpass-three-column-review-box-wrap .foxpass-three-column-review-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.foxpass-three-column-review-box-wrap .foxpass-three-column-review-box .review-box-item {
    max-width: 30%;
    position: relative;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.10) !important;
}

.foxpass-three-column-review-box-wrap .foxpass-three-column-review-box .review-box-title-wrap h3 {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.foxpass-three-column-review-box-wrap .foxpass-three-column-review-box .review-box-item::before {content: "";background-image: url(//v.fastcdn.co/u/e36f2c7e/50369155-0-benefit-box-01.png);position: absolute;height: 100px;width: 100%;left: 0;background-repeat: no-repeat;background-size: 100%;top: 0;}

.foxpass-three-column-review-box-wrap .foxpass-three-column-review-box .review-box-title-wrap {
    position: relative;
    z-index: 1;
    margin: 18px 0;
}

.foxpass-three-column-review-box-wrap .foxpass-three-column-review-box  .review-box-text-wrap {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    text-align: left;
    padding: 10px 20px 30px 20px;
}

.foxpass-three-column-review-box-wrap .foxpass-three-column-review-box .review-box-text-wrap p {
    font-size: 16px;
}

.foxpass-three-column-review-box-wrap .foxpass-three-column-review-box .review-box-text-wrap p strong {
    font-size: 13px;
}
.foxpass-pam-layout  .hs_cos_wrapper_type_rich_text a{
      color: #f26422 !important;
}
.single-foxpass-form .hs-feature-module {
    align-items: center;
}
.single-foxpass-form .hs-feature-module .signs img{
   vertical-align: bottom;
}
.blog-section .blog-section .post-header h2, .hs-blog-post .blog-section .post-header h1 {
    font-size: 30px;
    font-weight: 600;
}


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 576px){
  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .custom-footer .col-wrapper>.row-fluid-wrapper>.row-fluid>.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body .container-fluid .col-md-9 {

  }
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
  .widget-span.width-auto,.width-auto {
    width: auto;
    margin-left: 0;
  }

  .widget-span.hs-left, .hs-left {
    float: left;
  }

  .widget-span.hs-right, .hs-right {
    float: right;
  }

}

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  body {
    background-size: 100% 506px;
  }

    body.okta-foxpass, body.blog{ background-size: 100% 416px;}
    .okta-foxpass .hs-banner, .blog .hs-banner {
    padding: 123px 0 30px;
    min-height: 350px;
}
  
  
  .container-fluid .row-fluid .page-center {
    max-width: 1240px;
  }

}
@media(min-width:768px){
   body.okta-foxpass, body.blog{ background-size: 100% 345px;}
    .okta-foxpass .hs-banner, .blog .hs-banner {
    padding: 115px 0 30px;
    min-height: 310px;
}
  
}
@media (min-width: 1440px) {
  .part-sepa {
    background: none;
    height: auto;
  }

  .part-sepa img {
    display:block;
  }
  .slick-next {
    width: 46px;
    top: 0;
    right: 140px;
  }

  .slick-prev {
    width: 30px;
    top: 0;
    right: 220px;
    left: auto;
  }
  .confetti, .part-sepa {
    background-size: 100%;
  }
  div#review_slide .slick-prev {
    margin-right: -80px;
  }
}



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

@media (max-width: 1199px) {
  .security-sec {
    padding-top: 25px;
}
  .features-sec, .blog .content-wrapper {
    padding-top: 80px;
  }
  body .container-fluid .row-fluid .page-center {
    max-width: 1140px;
  }
 body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 5px;
}
.header-container.container-fluid .col-wrapper>.row-fluid-wrapper>.row-fluid {
    display: block;
}
.hs-content-id-52350316449 .img-colum-sec .sub-inner h3,.hs-content-id-52350316449 .sub-innerss h3 { font-size: 30px; }
.sub-inner { padding-right: 0; }
.hs-content-id-52350316449 .sub-inner-imgs img { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.hs-content-id-52350316449 .sub-inner-imgs { height: 100%; }
}

@media (max-width: 991px)  {
  .showcase {
    margin-top: 40px;
  }
  /**.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    background-color: #000 !important;
    border-color: #000 !important;
  }**/
  .hs-content-id-52350316449 .headline h2 { font-size: 40px !important; }
}

@media (max-width: 768px) {
  .blog .hs-banner {
    min-height: 469px;
    margin-bottom: 60px;
  }
  .hs-banner {
    padding-top: 78px;
  }

  .hs-banner-text {
    margin-top: 50px;
  }

  body:not(.longback) {
    background-size: 100% 400px;
  }
  .pam-header h2 {
    line-height: 3.275rem;
    font-size: 2.4245rem;
    font-weight: 600;
}
  .foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form::before, .foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form::after {
    width: 260px;
    height: 180px;
}

.foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form::after {
    right: -240px;
}

.foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form::after {
    top: auto;
    bottom: 70px;
}
}


@media (max-width: 900px) and (min-width: 768px) {
  .team-members ul li {
    width: 50%;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .hs-content-id-48414607280{
  background-size: 100% 330px !important;
  }
  .hs-content-id-52350316449 .sub-inner-imgs img{height: auto;    margin: 0 0 20px;}
  .hs-content-id-52350316449 .img-colum-sec .sub-inner h3, .hs-content-id-52350316449 .sub-innerss h3 { font-size: 25px; margin: 0 0 10px;text-align: center;}
  .hs-content-id-52350316449 .hs-feature-module { margin-bottom: 0;}
  .hs-content-id-52350316449 .hs_cos_wrapper_type_rich_text p,.hs-content-id-52350316449 .hs-feature-module p { text-align: center !important; }
  .hs-content-id-52350316449 .hs-feature-module > * { padding: 0 !important; }
  .hs-content-id-52350316449 .hs_cos_wrapper_type_rich_text ol,.hs-content-id-52350316449 .hs_cos_wrapper_type_rich_text ul,.hs-content-id-52350316449 .hs-feature-module ul { padding: 0 0 0 15px !important; }
   .hs-content-id-52350316449 .hs_cos_wrapper_type_rich_text h3 { text-align: center;margin: 0 0 10px; }
 body:not(.longback) {
    background-size: 100% 400px;
  }
  
  .headline h2, .headline p, .headline h2 a {
    font-size: 44px;
  }
  .review-block {
    padding: 40px;
  }
  .case-item {
    text-align: center;
  }
  .hs-banner {
    min-height: 1px;
  }

  .casestudy-page .hs-banner {
    margin-bottom: 39px;
  }

  .custom-error-message h1 {
    font-size: 19px;
  }

  .custom-error-message h2 {
    font-size: 14px;
    line-height: normal;
  }
  .team-members {
    text-align: center;
  }

  .team-members ul li .team-member .details h5 {
    text-align: center;
  }

  .team-block .confetti {
    background-position: center 100px;
    padding: 50px 0 150px;
    background-size: contain;
  }
  .team-members ul li {
    width: 100%;
  }
  .page-security .bottom-angle:after {
    background-color: #fafbfc;
  }


  .confetti {
    background-position: center 100px;
    padding: 50px 0 150px;
    background-size: contain;
  }

  .part-sepa {
    margin: -30px 0 0;
    height: auto;
  }

  .part-sepa img {
    display: block;
  }

  .page-security .bottom-angle:after {
    background-color: #fafbfc;
  }
  .left-content.hs-feature-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-features .features {
    margin-top: 0px;
  }

  .page-features .sub-inner-img {
    margin-top: 0px;
  }

  .page-features .feature-row > div {
    background-size: 50% !important;
    margin-bottom: 30px;
  }

  .page-features .feature-row {
    padding-top: 30px;
    margin-bottom: 0;
  }

  .page-features h3 {
    text-align: center;
  }

  .left-content .sub-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .features-sec {
    padding: 0;
  }
.blog .content-wrapper{
  padding-top: 0;
  }
  .span12.widget-span.widget-type-widget_container.features-sec {
  }

  .sub-inner {
    padding: 0;
  }

  body .container-fluid .hs-case-studies .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-banner {
    /*     background-color: #ef5c2d; */
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
  }

  /*   .bottom-angle {
  display: block;
  width: 100%;
  height: 90px;
  overflow-x: hidden;
  position: relative;
  margin-top: 0px;
}
  */
  /*   .bottom-angle:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 0;
  height: 0;
  border-top: 90px solid #ef5c2d;
  border-right: 100vw solid transparent;
  left: 0;
  top: 0px;
}
  .hs-banner:after {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #ef5c2d;
  z-index: 1;
} */
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select{
    max-width: 100% !important;
  }
  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px;  
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    max-height: none;
    margin: 20px 0;
  }
  .blog .blog-sidebar {
    padding: 50px 0 0;
  }

  .page-jobs .job-box {
    text-align: center;
  }
  .page-pricing {
    background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/bg-mobile.png) no-repeat top center #fff !important;
  }
  .page-pricing .hs-pricing-content {
    margin-top: 90px;
  }
  .page-pricing .hs-banner-text {
    margin-top: 70px;
  }
  .page-pricing .bottom-angle {
    display: none;
  }
  .page-pricing .hs-banner:after {
    content: none;
  }
  .page-pricing .hs-banner {
    background-color: transparent;
  }
  .hs-price-table .plan-col.col-md-3 {
    padding: 2px 30px;
    display: block;
    float: none !important;
    border: none !important;
  }
  .hs-price-content {
    margin-top: 0px;
  }
  .page-pricing  .hs-price-content .planbox {
    border-radius: 20px !important;
    border: solid 1px #eee;
  }
  .page-pricing .part-sepa {
    margin-top: 0px;
  }
  .page-pricing .hs-pricing-content {
    padding-top: 90px;
    margin-top: 0px;
  }
  .container-fluid .page-center.addon-features-block {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100% !important;
  }
  .addon-features-block .row {
    margin: 20px 0;
    text-align: center;
  }
  ul.addon-features li {
    display: block;
  }

  .page-pricing .hs-pricing-questions {
    padding-top: 50px;
    text-align: center;
  }

  .hs-pricing-questions h3 {
    text-align: left;
  }
  body.hs_home_page {
    background-size: initial !important;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .banner.hs-banner.hs_home_banner {
    padding-bottom: 0;
    background-color: transparent;
  }
  .hs_home_banner+.bottom-angle {
    display: none;
  }
  .hs_home_banner .text-center {
    text-align: center;
    padding-top: 50px;
  }
  .hs_home_banner.hs-banner:after,
  .hs_home_banner a.btn.btn-outline-primary {
    display: none;
  }
  .hs_home_banner .hs_row .col-md-6 img {
    margin-top: 30px;
    width: 90%;
  }
  .list-unstyled {
    margin: 0;
  }
  .logo-block ul li {
    margin: 10px 0;
    max-width: 32%;
  }

  .hs_home_row_2 .part-sepa {
    margin: 120px 0 0;
    background-position: center;
    background-size: 100%;
    height: 144px;
    background-image: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/bg-sepa-mobile.png);
  }
  .hs_home_row_2 .part-sepa img {
    visibility: hidden;
  }
  .hs_home_row_3 {
    background: #fff;
  }
  .hs_home_row_3_sec_head p.secondary-header,
  .hs_home_row_3_sec_head h1 {
    text-align: center;
  }
  /*   body:not(.longback) {
  background-size: 100% 580px;
} */

  .review-block>p {
    height: auto;
  }

  .writer-block img.img-rounded {
    margin: 0 0 10px;
  }

  .writer-block .details {
    margin-left: 0;
  }
  .part-sepa img {
    display: none;
  }

  .part-sepa, .hs_home_row_2 .part-sepa {
    height: 21vw;
    background-size: 100%;
    background-image: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/bg-sepa-mobile-1.png);
  }
  .page-security .hs-banner {
    margin-bottom: 149px;
  }
  .page-about .hs-banner {
    margin-bottom: 89px;
  }
  .foxpass-pam-logo-group .showcase, .foxpass-pam-logo-group.showcase{
    max-width: 100% !important;
  }
  .foxpass-pam-logo-group .hs_logo_group.logos-new .showcase ul.list-unstyled li {
        max-width: 30%;
    margin: 9px -3px;
    padding: 0 10px;
}
.foxpass-pam-logo-group .hs_logo_group.logos-new .showcase ul.list-unstyled li img {
    max-width: 60px;
}

.pam-header .page-center {
    flex-wrap: wrap;
}

.pam-header .page-center .foxpass-banner-tc-text-wrap {
    max-width: 100%;
    text-align: center;
}

.pam-header .headline h2 {
    line-height: 2.625rem;
    font-size: 2.1672rem;
}

.pam-header .headline p {
    line-height: 1.375rem;
    font-size: 0.9907rem;
}

.pam-header .foxpass-banner-tc-text-wrap a, .pam-buttom-demo a, .pam-bussiness-sec .page-center .foxpass-banner-tc-text-wrap a,
  .foxpass-pam-landing-form-wrap input.hs-button{
    font-size: 17px;
    padding: 10px 0;
    height: auto;
    display: inline-block;
}

.pam-header .page-center .foxpass-banner-tc-image-wrap {
    display: none;
}

body.landing-page.one-column.hs-content-id-28919637567.hs-landing-page.hs-page.scrolled {
    background-size: 100% 520px;
}

.foxpass-pam-logo-group {
    margin-top: 70px !important;
}
.foxpass-three-column-feature-box-wrap .foxpass-three-column-feature-box .feature-box-item {
        width: 90%;
    margin: 10px auto 50px;
}
.foxpass-pam-logo-group .showcase {
    max-width: 100% !important;
}
.pam-foxpass-pam-featured-image .foxpass-pam-featured-image-text h3 {
    font-size: 28px;
    line-height: inherit;
}
.pam-foxpass-pam-featured-image .foxpass-pam-featured-image-text>.hs_cos_wrapper_widget {
    padding: 0 15px;
}
.pam-bussiness-sec .page-center {
    flex-wrap: wrap;
}

.pam-bussiness-sec .page-center .foxpass-banner-tc-text-wrap {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
}

.pam-bussiness-sec .page-center .foxpass-banner-tc-text-wrap h2 {
    font-size: 28px;
    line-height: 36px;
}
.pam-foxpass-pam-featured-image .foxpass-pam-featured-image-text>.hs_cos_wrapper_widget {
    padding: 0 15px;
}

.pam-bussiness-sec .page-center .foxpass-banner-tc-image-wrap {
    display: none;
}

.pam-bussiness-sec .banner.hs-banner {
    padding-top: 0;
}
  .foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form {
    padding: 20px;
}

.foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form::before, .foxpass-pam-landing-form-wrap .hs_cos_wrapper_type_form::after {
    display: none;
}
.foxpass-pam-landing-form-wrap input {min-height: 34px;}
  .pam-bussiness-sec .page-center .foxpass-banner-tc-image-wrap img {
    max-width: 230px;
    margin: 0 auto;
    display: inline-block;
}

.pam-bussiness-sec .page-center .foxpass-banner-tc-image-wrap {
    text-align: center;
    width: 100%;
}
 
.pam-header h4 {
    line-height: 1.8125rem;
    font-size: 1.3003rem;
}
 .foxpass-three-column-review-box-wrap .foxpass-three-column-review-box .review-box-item {
    max-width: 100%;
} 
 .foxpass-pam-layout .banner.hs-banner {
    height: 25rem;
}

.foxpass-pam-layout .page-features h3, .foxpass-pam-layout h3 {
    font-size: 32px;
} 
.blog-section .blog-section .post-header h2, .hs-blog-post .blog-section .post-header h1{
    font-size: 27px;
  }
   .hs-content-id-52350316449 .headline h2 { font-size: 30px !important; }
  
}  
@media (max-width: 568px)  {
  /*   body:not(.longback) {
  background-size: 100% 890px;
} */
   .headline .sumary p {
    font-size: 20px;
}
  .security-sec {
    padding-top: 100px;
  }
  body:not(.longback) {
    background-size: 100% 350px;
  }
 .page-security .hs-banner {
    margin-bottom: 65px;
}
.blog-section .blog-section .post-header h2, .hs-blog-post .blog-section .post-header h1{
    font-size: 25px;
  }
 .foxpass-pam-layout .banner.hs-banner {
    height: 20rem;
} 
}

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

@media (max-width: 389px) {
  .hs_home_row_3_inner {
    padding: 0;
    margin: 0 0px;
    width: auto;
    float: none;
  }

  div#review_slide .slick-arrow {
    display: none !important;
  }

  ul.pricing_switcher li {
    padding: 10px 15px;
    font-size: 16px;
  }
  ul.pricing_switcher::before {
    width: 119px;
  }
  ul.pricing_switcher.second-active::before {
    left: 135px;
    width: 130px;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    width: auto;
    font-size: 11px!important;
}
  .headline .sumary p {
    font-size: 17px;
}
  .page-security .hs-banner {
    margin-bottom: 50px;
}
  body:not(.longback) {
    background-size: 100% 300px;
  }
  .security-sec {
    padding-top: 40px;
}
   .headline h2, .headline p, .headline h2 a {
    font-size: 40px;
  }
}

@media (max-width: 320px) {
  .part-sepa, .hs_home_row_2 .part-sepa {
    height: 21vw;
    background-size: 100%;
    height: 68.175px;
    background-image: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/bg-sepa-mobile-1.png);
  }
  .headline h2, .headline p, .headline h2 a {
    font-size: 36px;
  }
  .page-security .hs-banner {
    margin-bottom: 40px;
}
    .security-sec {
    padding-top: 164px;
}
}

.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 .4s;
    position: absolute;
    z-index: 10;
    left: 0;
      padding: 10px;
    font-size: 16px;
    background-color: #fff;
}

.scrolled .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background-color: #f26422;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper a, a:hover, a:active, a:focus {
   color: #fff;
} 
.scrolled .menu-width2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper .child-left-col ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a,
.scrolled .menu-width2 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper .child-right-col ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a {
    color: #fff !important;
}






/****************Search*********************/

.header-search-input {
    width: 100%;
    max-width: 250px;
    float: left !important;
   
    padding-top: 19px;
}
.header-search-input input#searchBox {
    background: #fff;
    color: #68767f !important;
    border: 0;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 25px;    
  border: 1px solid #fff !important;
}
.scrolled .header-search-input {
    opacity: 0;
    transition: 1s opacity;
  display:none;
}
/* .input-outer:after {
    content: '\f002';
    position: absolute;
    right: 0px;
    top: 2px;
    background: #f26422;
    width: 39px;
    height: 39px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    vertical-align: middle;
  color:#fff;
} */

.header-search-input input::-webkit-input-placeholder {
   color: #68767f !important;
}


.header-search-input input:-moz-placeholder { /* Firefox 18- */
   color: #68767f !important;
 }


.header-search-input input::-moz-placeholder {  /* Firefox 19+ */
   color: #68767f !important;
 }


.header-search-input input:-ms-input-placeholder { 
   color: #68767f !important;
 }

.logo-content-inner {
    display: none;
}

.pdf-temp
{
height:600px;
overflow:scroll;
  overflow-x:hidden;
  position:relative;
}
.security-html{
  height:600px;
overflow:scroll;
  overflow-x:hidden;
  position:relative;
}
.security-html-outer-wrp{
  padding:50px 0px;
}
.entertainment-html-outer-wrp{
   padding:50px 0px;
} 
.entertainment-html{
    height:600px;
overflow:scroll;
  overflow-x:hidden;
  position:relative;
}
.pdf-temp-outer-wrp{
    padding:50px 0px;
}  

.hub-landing-category-columns ul {
    padding-left: 0px;
}  
.hub-landing-category-columns ul li {
    list-style-type: none;
}
.hub-landing-category-columns ul li a {
     color: #888;
    font-size: 17px;
}
.hub-landing-category-columns ul li a:hover{color:#000; text-decoration:none;}
.hub-landing-category-columns h3 {
    text-align: left;
    font-size: 20px;
  margin-bottom: 10px;
 color: #fc642c!important
}  
.form_logo {
    text-align: center;
    padding: 50px 0;
}
.form_logo ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 20px;
}

div#hs_cos_wrapper_widget_1611728197427,div#hs_cos_wrapper_widget_1611729856673 {
    width: 460px;
    margin: auto;
    padding: 40px 20px;
}

 .actions input[type="submit"], .actions input[type="submit"]:hover{
   background: #000;
    color: #fff;
    /*padding: 12px 35px;*/

}
div#support-page p a:hover {
    color: #000;
}

.custom_qualify_text a {
    background: none!important;
    color: #f26422!important;
    border: none!important;
    padding: 5px !important;
}

@media(max-width:767px){
 .form_logo ul { padding: 0;}
  .hub-landing-category-columns ul {
    text-align: left;
}
}
.form_logo ul li {padding: 20px 20px; width: 100%;}  

@media(max-width:480px){
div#hs_cos_wrapper_widget_1611728197427,div#hs_cos_wrapper_widget_1611729856673 { width: 100%; }
.support-category-columns p.third_text {
    word-break: break-word;
}  
}
[title~=Customer] {
    width: 50%;
}

/*****4th March**********/

#hs_cos_wrapper_widget_1614834746839 .banner.hs-banner.headline h2,
#hs_cos_wrapper_widget_1614836100559 .banner.hs-banner.headline h2 {
    text-transform: capitalize;
}

#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form .actions input[type="submit"], 
#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form .actions input[type="submit"]:hover,
#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form .actions input[type="submit"], 
#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form .actions input[type="submit"]:hover{
   background: #000;
    padding: 6px 29px;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-image: none;
    border: 1px solid #1b1a36;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: 400;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
}

#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form .input,#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form .input {
    width: 88%;
}
#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form .hs-form-field,#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form .hs-form-field { 
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form .hs-form-field > label,#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form .hs-form-field > label  {
    margin-right: 20px;
}
#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form span.hs-form-required,#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form span.hs-form-required{display:initial;}
#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form,
#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form{
    padding: 30px;
    background: #f7f7f7;
    width: 510px;
    margin: auto;
   text-align: left;
}

body.hs-content-id-42437676875 .features-sec,body.hs-content-id-42437675917 .features-sec {
    padding-bottom: 64px;
}

#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form .actions,
#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form .actions{
    margin-top: 20px;
  text-align: center;
}

#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form input,
#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form input{
    padding: 11px;
}
div#hs_form_target_widget_1614836100559,
div#hs_form_target_widget_1614834746839,
 {
    text-align: center;
}
h3#hs_cos_wrapper_widget_1614834746839_title,h3#hs_cos_wrapper_widget_1614836100559_title{ text-align: center; color: #68767f; font-size: 17px;}
@media(max-width:568px){
#hs_cos_wrapper_widget_1614834746839 .hs_cos_wrapper_type_form form,
#hs_cos_wrapper_widget_1614836100559 .hs_cos_wrapper_type_form form{ 
    width: 100%;  
}
}

/************7 April 2021*************/

.hs-content-id-44574246558 h1, .hs-content-id-44574246558 h2,.hs-content-id-44586255131 h2 {
    font-size: 35px;
    color: #000;
  font-weight: 600;
}


.hs-content-id-44574246558 .hs-banner-text h2,.hs-content-id-44586255131 .hs-banner-text h2 { color: #fff; font-size: 50px;}
.hs-content-id-44574246558 ul {
    margin-bottom: 0.5rem;
    padding: 0;
}

.hs-content-id-44574246558 .swapper-group {
  padding-bottom: 90px;
}
div#hs_cos_wrapper_widget_1617787793157,div#hs_cos_wrapper_widget_1617788545644,div#hs_cos_wrapper_widget_1617789573787,div#hs_cos_wrapper_widget_1617781191724 {
    text-align: center;
    padding: 38px 0;
}

#hs_cos_wrapper_widget_1617781191724 img{max-width: 61%!important;}
div#hs_cos_wrapper_widget_1581594525852 .pricing-cal-inner {
    margin-top: 81px;
}

div#hs_cos_wrapper_widget_1581594525852 .scroll-right-inner{
box-shadow: 0px 0px 0px #c3c3c3!important;
}
div#hs_cos_wrapper_widget_1617885243397 h3.optional-add-ons {
    margin: 14px 0;
}
.main_table {
    background: #fff;
}
h2.price_head {
    text-align: center;
    font-weight: bold;
    font-size: 37px;
    padding: 20px 0;
    color: #000;
}
.main_table .pricing-table {
    padding-top: 0;
}
.check i.fa.fa-times {
    color: red;
}
@media (max-width: 768px){
 #hs_cos_wrapper_widget_1617781191724 img {
    max-width: 88%!important;
}
  
.hs-content-id-44586255131 .features-sec {
    text-align: left;  
}
  .hs-content-id-44586255131 .hs-banner-text h2,.hs-content-id-44574246558 .hs-banner-text h2 {
    font-size: 37px;
}
}







@media (min-width: 768px){
body.hs-content-id-42437676875 ,body.hs-content-id-42437675917  {
    background-size: 100% 345px;
}
body.hs-content-id-42437676875 .hs-banner,body.hs-content-id-42437675917 .hs-banner{
  padding: 39px 0 30px;
    min-height: 290px;
  }
}

/************13-april-2021****************/
.custom_listing_comments {
    display: none;
}
.hs-content-id-45304146873 h3 {
    margin-bottom: 11px;
}

.feature_add {
    padding: 50px 0px;
}
div#hs_cos_wrapper_widget_1622004136039 {
    background: #ebebeb;
}

body.hs-content-id-12470453894 .custom-footer{
  background:url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/sepa-footer.png) no-repeat top center #1b1a36 !important;
}
.hs-content-id-48132320404 .container-fluid, .hs-content-id-48132320404 .row-fluid, .hs-content-id-48132320404 .page-center{
   max-width:100% !important;
   width: 100% !important;
   padding-right: 0px !important;
   padding-left: 0px !important;
}
.main-back-rotate{
  backgrpund:#ccc;
}
/****.left-div{
    transform: rotate(90deg);
    width: 810px;
    height: 315px;
}****/
.rotate-back{
background:url(https://www.foxpass.com/hs-fs/hubfs/top-shape-2.png?width=2560&name=top-shape-2.png) top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 160px;
}
.openroaming {
  background:#ec5227;
  padding-bottom: 50px;
}
.rotate-back h3 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding: 30px;
}

.rotate-back .image h4, .rotate-back .image p{
    color: #fff;
}
.left-div {
    background: url(https://www.foxpass.com/hs-fs/hubfs/left-shape-1.jpg?width=880&name=left-shape-1.jpg) #fff;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
   padding: 170px 0px 170px calc((1px - 479px) * 0.5)
      grid-area: 1 / 1 / 2 / 2;
}
.right-div {
    background: #ed5229;
}
.main-back-rotate-left {
    background: #ed5229;
}
.left-div p{
  padding:40px;
}
.right-div {
    background: url(https://www.foxpass.com/hs-fs/hubfs/right-shape.jpg?width=880&name=right-shape.jpg) #fff;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
   padding: 170px 0px 170px calc((1px - 479px) * 0.5)
      grid-area: 1 / 1 / 2 / 2;
}
.right-orange {
    background: #ed5229;
}
.cstm-spacing-left {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
}
.cstm-spacing-left h3 {
    font-size: 25px;
    color: #1b1a36;
   margin-bottom: 10px;
}
.cstm-spacing-left iframe {
    width: 296px;
    height: 177px;
}
 div#main-content{
overflow-x: hidden !important;
}
.post-listing, .main-recent {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: column;
}
body .hs-featured-image-wrapper.postImage .hs-featured-image-link img.hs-featured-image {
    width: auto;
    height: auto;
    max-width: 100%;
}
body.hs-content-id-12470453894 .custom-footer {
    background: url(//5337261.fs1.hubspotusercontent-na1.net/hubfs/5337261/Foxpass_February2019/images/sepa-footer.png) no-repeat #1b1a36 !important;
    background-size: contain !important;
}
.trademark-footer {
    color: #A0A2B5;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #A0A2B5;
    padding-top: 40px;
}
.ub-emb-bar.ub-emb-visible .ub-emb-bar-frame {
  z-index: 2147483637 !important;
}