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


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

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


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


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

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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

@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Playfair+Display:400,400i');
@font-face {
  font-family: "europa";
  font-style: normal;
  font-weight: 300;
  src: url("//use.typekit.net/af/3e64fb/00000000000000003b9b12fe/27/l?subset_id=2&fvd=n3&v=3") format("woff2"),
    url("//use.typekit.net/af/3e64fb/00000000000000003b9b12fe/27/d?subset_id=2&fvd=n3&v=3") format("woff"), 
    url("//use.typekit.net/af/3e64fb/00000000000000003b9b12fe/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
}
@font-face {
  font-family: "europa";
  font-style: normal;
  font-weight: 700;
  src: url("//use.typekit.net/af/f3ba4f/00000000000000003b9b12fa/27/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/f3ba4f/00000000000000003b9b12fa/27/d?subset_id=2&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/f3ba4f/00000000000000003b9b12fa/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
}
@font-face {
  font-family: "europa";
  font-style: italic;
  font-weight: 300;
  src: url("//use.typekit.net/af/a386b3/00000000000000003b9b12f9/27/l?subset_id=2&fvd=i3&v=3") format("woff2"),
    url("//use.typekit.net/af/a386b3/00000000000000003b9b12f9/27/d?subset_id=2&fvd=i3&v=3") format("woff"),
    url("//use.typekit.net/af/a386b3/00000000000000003b9b12f9/27/a?subset_id=2&fvd=i3&v=3") format("opentype");
}
@font-face {
  font-family: "europa";
  font-style: italic;
  font-weight: 700;
  src: url("//use.typekit.net/af/a6fa4a/00000000000000003b9b12fc/27/l?subset_id=2&fvd=i7&v=3") format("woff2"), 
    url("//use.typekit.net/af/a6fa4a/00000000000000003b9b12fc/27/d?subset_id=2&fvd=i7&v=3") format("woff"), 
    url("//use.typekit.net/af/a6fa4a/00000000000000003b9b12fc/27/a?subset_id=2&fvd=i7&v=3") format("opentype");
}


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


/* ==========================================================================
   Macros                                                  
   ========================================================================== */
/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */








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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  background-color: #303d49;
}
body {
  background: #fff;
  font-family: "Lato", "Sans-Serif";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .7px;
  line-height: 1.4em;
  color: #253c4c;
  overflow-x: hidden;
}
.body-container-wrapper {
  overflow-x: hidden;
  position: relative;
}
.span12.widget-span.widget-type-widget_container.page-center.content-wrapper.home-row3 .container-fluid .row-fluid .page-center {
  padding: 0px;
}

.home-row2 {
  padding-bottom: 0 !important;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1020px;
  margin: 0 auto;
  padding: 96px 15px;
}
.sp .container-fluid .row-fluid .page-center {
  padding-bottom: 0;
}
.sp .body-container-wrapper .page-center {
  padding-left: 32px;
  padding-right: 32px;
}
.sp .body-container-wrapper {
  padding-bottom: 96px;
}
.body-container.container-fluid .row-fluid .page-center>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper {
  padding: 17px;
}
.body-container.container-fluid .row-fluid .page-center>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper:first-child {
  padding-top: 0;
}
.body-container.container-fluid .row-fluid .page-center>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper:last-child {
  padding-bottom: 0;
}

.hs_cos_wrapper_type_rich_text>*:first-child{
  margin-top:0;
}
.hs_cos_wrapper_type_rich_text>*:last-child{
  margin-bottom:0;
}
.sp .body-container-wrapper .hs_cos_wrapper_type_rich_text>*:first-child{
  margin-top:17px;
}
.sp .body-container-wrapper .hs_cos_wrapper_type_rich_text>*:last-child{
  margin-bottom:17px;
}
/* Highlighted Text */
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
strong {
  font-weight: bold;
}

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

/* Basic text */
p {

}
.main-content p:last-child {
  margin-bottom: 0;
}
.main-content p:first-child {
  margin-top: 0;
}
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 {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Lato", "Sans-Serif";
  margin: 1em 0 .5em;
  line-height: 1.4em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
  text-rendering: optimizeLegibility;
  color: #1c1c1c;
}
h2 {
  color: #c00069;
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.3em;
  text-rendering: optimizeLegibility;
}
h3 {
  color: #1f1f1f;
  font-family: Playfair Display;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: capitalize;
  line-height: 1.2em;
  text-rendering: optimizeLegibility;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 20px;
}

/* Anchor Links */
a { 
  color: #c00069;
}
a:hover, a:focus { }

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

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

/* Horizontal Rules */
hr {
  height: 1px;
  border: none;
  border-style: none;
  border-width: 0;
  margin: 32px 0 !important;
  color: rgba(37,60,76,.15);
  background-color: rgba(37,60,76,.15);
}


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

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

.header-height {
  min-height: 120px !important;
}

.header-height.sticky {
  background: white;
  border-bottom: 1px solid #e6e6e6;
  min-height: auto !important;
}

.sticky div#top {
    padding: 5px 20px;
  background: rgba(255, 255, 255, 0.94);
}

.header-group {
  background-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
  line-height: 1em;
  position: absolute;
  z-index: 99;
  width: 100% !important;
}
.cm-logo img {
  max-height: 80px;
}
.cm-logo {
  width: auto !important;
}
.custom-menu-primary {
  width: auto !important;
  float: right !important;
  margin-left: 0 !important;
}
.custom-menu-primary {
  text-align: right;
}
.header-group > .row-fluid-wrapper > .row-fluid > div {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important;
}
.header-group > .row-fluid-wrapper > .row-fluid {
  display: table;
}

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

.banner-area {
  min-height: 335px;
  margin-top: -120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.banner-area.banner-height {
  min-height: 531px;
}

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

.footer-group.lp-page .copyright p {
  padding-bottom: 28px;
}
.footer-group {
  background-color: #303d49;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.footer-social {
  text-align: right;
}
.footer-social a {
  border: 2px solid;
  width: 28px;
  height: 28px;
  border-radius: 15%;
  -webkit-transition: background-color 170ms ease-in-out;
  -moz-transition: background-color 170ms ease-in-out;
  -ms-transition: background-color 170ms ease-in-out;
  -o-transition: background-color 170ms ease-in-out;
  transition: background-color 170ms ease-in-out;
  display: inline-block;
  position: relative;
  margin: 0 0 0 8px;
  border-color: #fff;
}
svg#linkedin-icon {
  fill: #fff;
}
svg#linkedin-mask {
  fill: transparent;
}
.footer-social a:hover svg#linkedin-mask {
  fill: #fff;
}
.footer-social a:hover svg#linkedin-icon {
  fill: transparent;
}
.footer-social a svg {
  -webkit-transition: fill 170ms ease-in-out;
  -moz-transition: fill 170ms ease-in-out;
  -ms-transition: fill 170ms ease-in-out;
  -o-transition: fill 170ms ease-in-out;
  transition: fill 170ms ease-in-out;
}
.copyright p {
  margin: 0;
  padding-bottom: 17px;
  font-size: 14px !important;
}
.footer-group .page-center {
  padding: 64px 32px !important;
}
.footer-social {
  padding-bottom: 19px;
}
.footer-menu {
  line-height: 1.25em;
  padding: 0 0 1.5em;
  margin-bottom: 1.5em;
}
.footer-menu ul li a:hover {
  color: #919ea8;
}
.footer-menu ul li.active a {
  color: #919ea8;
}
.footer-menu ul li {
  display: inline-block;
  float: none !important;
  width: auto;
}
.footer-menu ul li:first-child a {
  padding-left: 0;
}
.footer-menu ul li a {
  display: block;
  padding: .75em 1em .75em 12.5px;
  text-decoration: none;
  line-height: 1.25em;
  color: #fff;
  border: none;
  -webkit-transition: color .1s 0s ease-in-out;
  -moz-transition: color .1s 0s ease-in-out;
  -ms-transition: color .1s 0s ease-in-out;
  -o-transition: color .1s 0s ease-in-out;
  transition: color .1s 0s ease-in-out;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: Lato;
  font-weight: 400;
}
select.hs-input {
  height: 30px;
}
.hs_lms select.hs-input {
  height: auto;
}


.footer-featured-wrapper {
  margin-top: -40px;
  margin-bottom: 30px;
}

.footer-featured-wrapper p,
.homepage .footer-featured-wrapper p {
  font-size: 12px;
}

.footer-featured {
  display: flex;
  align-items: center;
}

.footer-featured-logo:not(:first-child) {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .footer-featured-wrapper {
    text-align: center;
  }

  .footer-featured {
    justify-content: center;
  }
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block !important;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  color: #253c4c;
  display: block;
  padding: .75em 1em;
  -webkit-transition: color .1s 0s ease-in-out;
  -moz-transition: color .1s 0s ease-in-out;
  -ms-transition: color .1s 0s ease-in-out;
  -o-transition: color .1s 0s ease-in-out;
  transition: color .1s 0s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
  color: #919ea8;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
  background-color: #253c4c;
  color: #efefef;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  background-color: transparent;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 2px solid #253c4c;
  color: #253c4c;
  padding: 1em 1.5em;
  margin-left: 1em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}


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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:801px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
  .custom-menu-primary {
    height: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    transition: all .14s 0s ease-in-out !important;
    text-align: left;
    padding: 1em 0;
    left: -6px !important;
    font-size: 13px;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #253c4c;
    padding: .5em 1.5em;
    transition: all .1s 0s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover ,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
    color: #919ea8;
  }










}


/* =============== Mobile Toggle Menu =============== */
/* ==========================================================================
Mobile Menu - Toggle Side Menu - Right
========================================================================== */


.mobile-icon {
  display: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin: 0;
  position: static;
  right: 0;
  z-index: 99999;
  top: 0;
  float: right;
  margin-top: 28px;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}
.show-mobile-nav .mobile-icon span:before {
  transform: rotate(45deg);
  margin: 0;
}
.show-mobile-nav .mobile-icon span:after {
  transform: rotate(-45deg);
  margin: 0;
}
.show-mobile-nav .mobile-icon span {
  background: transparent;
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 50%;
}
.mobile-icon  span:before, .mobile-icon span:after {
  position: absolute;
  content: '';
 
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
  width: 22px;
  height: 2px;
  background-color: #253c4c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  top: 0;
}
.mobile-icon  span:before {
  margin-top: -7px; /* Position top line */
}
.mobile-icon  span:after {
  margin-top: 7px; /* Position bottom line */
}


/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  cursor: pointer;
  margin: 27px 20px 10px;
  float: left;
  position: relative;
  height: 25px;
  width: 25px !important;
}
.close-icon:after,
.close-icon:before {
  content: "";
  width: 25px !important;
  height: 4px;
  background: ;
  position: absolute;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
}
.close-icon:before {
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
========================================================================== */  


@media (max-width: 800px) {

  body, html {
    height: auto;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;
    position: relative;
  }

  /* Provide room in header for the toggle button */ 
  .header-container-wrapper .page-center{}

  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    width: 260px !important;
    z-index: 9999999;
    background-color: #fff;
    right: -260px;
    top: 0;
    height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transition: all .14s linear;
    padding: 24px 36px 72px;
    cursor: default;
  }
  .show-mobile-nav .custom-menu-primary {
    right:0;
  }
  body.show-mobile-nav {
    overflow: hidden;
  }
  /* Set Link Colors */
  .custom-menu-primary a { color: #fff; }
  .custom-menu-primary a:hover { color: #ccc; }

  /* All Main Containers Display FULL Width By Default */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    position:relative;
    right:0;
    transition: all .14s linear;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child > a {
    padding-bottom: 1em;
  }
  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav .header-container-wrapper, 
  .show-mobile-nav .body-container-wrapper, 
  .show-mobile-nav .footer-container-wrapper{
    right:260px;
    cursor: e-resize;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #919ea8;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    text-align: left;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a { 
    display: block;
    padding: .75em 0;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    position: static !important;
    padding: 0 13px 13px;
    font-size: 13px;

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 0 0 .5em;
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #253c4c;
    white-space: normal !important;
    transition: all .14s linear;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #919ea8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: .5em 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul {
    display: none;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    content: '+';
    padding-right: .25em;
    width: .75em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > a:before {
    content: '–';
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin: 9px 0 0 0;
    display: inline-block;
  }
  .child-trigger {
    position: absolute;
    width: 100%;
    display: block;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}

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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  text-decoration: none !important;
  border-radius: 0px;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  font-family: 'Lato Regular', sans-serif;
  background-color: #c00069;
  border-color: #c00069;
  color: #fff;
  margin: 15px 0;
  text-transform: uppercase;
  white-space: normal;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background-color: #de77af;
  border-color: #de77af;
}

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large {
	border-radius: 50px;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* Full Width Page  */



.cybersecurity-playbook-layout .body-container-wrapper .hs_cos_wrapper_type_section_header {
  margin-bottom: 66px;
}

.cybersecurity-playbook-layout .body-container-wrapper .hs_cos_wrapper_type_module {
  padding:17px;
  display: table;
  width: 100%;
}

.cybersecurity-playbook-layout .body-container-wrapper .custom-row1-content .hs_cos_wrapper_type_module {
  padding-top:0;
}


.cybersecurity-playbook-layout .body-container-wrapper {
  padding-top:96px;
  padding-bottom:96px;
}


.cybersecurity-playbook-layout .body-container-wrapper .widget-type-section_header {
  padding: 0;
}

.cybersecurity-playbook-layout .body-container-wrapper .page-center {
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.cybersecurity-playbook-layout .body-container-wrapper .column {
  width:50% !important;
  margin:0 !important;
  float: left;
}

.cybersecurity-playbook-layout .body-container-wrapper .column > span > div {
  padding:17px;
}

.custom-image-group .inner-group .image {
  float:left;
  padding:17px;
}

.custom-image-group.one-fourth .inner-group .image {
  width:25%;
}

.custom-image-group.one-third .inner-group .image {
  width:33.333%;
}

.custom-image-group.half .inner-group .image {
  width:50%;
}

.custom-image-group.full-width .inner-group .image {
  width:100%;
}

.cybersecurity-playbook-layout .body-container-wrapper .column  .spacer {
  padding-bottom: 4.77223% !important;
}

.cybersecurity-playbook-layout  .body-container-wrapper  .hs_cos_wrapper_type_module.image-group-parent {
  padding:0 !important;
}



.cybersecurity-playbook-layout  .body-container-wrapper  .custom-row4-group .spacer-line hr {
  margin-bottom: 13px !important;
}




/*----iq Guide----*/
.custom-date-with-group .inner-group .date-group,
.custom-date-with-group .inner-group .title-group {
  float:left;
}


.custom-date-with-group .inner-group .title-group {
  width: 68.6667%;
}

.custom-date-with-group .inner-group .date-group {
  width: 31.3333%;
  padding: 30px;
  text-align: right;
}

.custom-date-with-group .inner-group .title-group .title {
  margin:0;
}


.iq-guide-layout .body-container-wrapper {
  padding-top: 68px;
  padding-bottom:17px;
}
.iq-guide-layout .custom-row2-bg-content + div {
  padding: 17px 17px 0;
}
.custom-row2-bg-content {
  padding: 17px;
}
.iq-guide-layout .body-container-wrapper .page-center {
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.iq-guide-layout .custom-row1 .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.iq-guide-layout .custom-row1 .spacer-line {
  padding-bottom: 34px;
}

@media (max-width: 767px) {
  .poet-guide .custom-row1 img {
    margin: 20px auto 0 auto;
    max-width: 120px;
    text-align: center;
    display: block;
  }
}

@media (max-width: 640px) {
  .poet-guide [style*="float"] {
      display: block !important;
  }
}

.custom-date-with-group {
  display: table;
  width: 100%;
  margin-bottom: 34px;
}

.custom-three-column-group {
  padding-bottom: 15px;
  margin: 0 -17px;
  padding-top: 17px;
}




.custom-title-with-content-group .inner-group .column {
  float:left;
}



.custom-title-with-content-group .align-right {
  float:right;
}


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

.custom-title-with-content-group .sqs-block-button-container--right {
  float: right;
}

.custom-content-with-background-color {
  padding: 30px;
}
/*----End of iq Guide---*/


.body-container-wrapper .hs_cos_wrapper_type_section_header {
  display:block;
  text-align: center;
}
.body-container-wrapper .hs_cos_wrapper_type_section_header h1 {
  margin-top: 0;
  white-space: pre-wrap;
}
.body-container-wrapper .hs_cos_wrapper_type_section_header p {
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #c00069;
  margin: 1em 0 .5em;
  white-space: pre-wrap;
}
.career-group .advanced-image-wrapper {
  padding-bottom: 72.973%;
  max-width: 100%;
}
.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
.career-group img {
  left: 0%;
  top: -18.5897%;
  width: 100%;
  height: 137.179%;
}
.tg {
  font-size: 12px;
  padding: 11px;
}
.btn {
  border-radius: 300px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: Lato;
  padding: 1em 2.5em;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  font-size: 14px;
  line-height: normal;
}
.pink-btn {
  color: #fff;
  background-color: #c00069;
  border-color: #c00069;
}
.btn:hover {
  opacity: .8;
}
.large {
  padding: 21px 34px !important;
  font-size: 15px;
}
.iframe-wrap iframe {
/*   position: absolute;    -- Commented out by HubSpot to fix iframe scrolling */
  position: static;       /* -- Added by HubSpot to fix iframe scrolling */
  top: 0;
  left: 0;
  width: 100% !important;
/*   height: 100% !important; -- Commented out by HubSpot to fix iframe scrolling */
  right: 0;
}
.iframe-wrap {
/*   padding-bottom: 56.25%; -- Commented out by HubSpot to fix iframe scrolling */
  position: relative;
/*   margin: 17px 0; */
  display: inline-block;
  width: 100%;
  overflow-y: hidden;
}

.sqs-col-12,
.flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sqs-col-12 .sqs-col-12 {
  width: 100% !important;
  display: block;
}

.sqs-col-12 .sqs-col-11 {
  width: 91.6667%
}

.sqs-col-12 .sqs-col-10 {
  width: 83.3333%
}

.sqs-col-12 .sqs-col-9 {
  width: 75%
}

.sqs-col-12 .sqs-col-8 {
  width: 66.6667%
}

.sqs-col-12 .sqs-col-7 {
  width: 58.3333%
}

.sqs-col-12 .sqs-col-6 {
  width: 50%
}

.sqs-col-12 .sqs-col-5 {
  width: 41.6667%
}

.sqs-col-12 .sqs-col-4 {
  width: 33.3333%
}

.sqs-col-12 .sqs-col-3 {
  width: 25%
}

.sqs-col-12 .sqs-col-2 {
  width: 16.6667%
}

.sqs-col-12 .sqs-col-1 {
  width: 8.3333%
}
.content-inner {
  padding: 17px;
}
.content-inner *:last-child {
  margin-bottom: 0;
}
.content-inner *:first-child {
  margin-top: 0;
}
.hs_cos_wrapper.no-padding-wrap {
  padding: 0 !important;
}
ul[data-rte-list] li>*, ol[data-rte-list] li>* {
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}

ol[data-rte-list] li {
  counter-increment: rte-list
}

ol[data-rte-list] li:first-child {
  counter-reset: rte-list
}

ul[data-rte-list] li,ol[data-rte-list] li {
  list-style-type: none
}

ul[data-rte-list] li>*,ol[data-rte-list] li>* {
  margin-top: .5em;
  margin-bottom: .5em
}

ul[data-rte-list] li>*:first-child::before,ol[data-rte-list] li>*:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box
}

li>*:first-child::before {
  white-space: pre
}

ol[data-rte-list] li>*:first-child::before {
  content: "  " counter(rte-list) ". "
}

ol[data-rte-list="upper-roman"] li>*:first-child::before {
  content: "  " counter(rte-list,upper-roman) ". "
}

ol[data-rte-list="upper-alpha"] li>*:first-child::before {
  content: "  " counter(rte-list,upper-alpha) ". "
}

ol[data-rte-list="lower-alpha"] li>*:first-child::before {
  content: "  " counter(rte-list,lower-alpha) ". "
}

ol[data-rte-list="lower-roman"] li>*:first-child::before {
  content: "  " counter(rte-list,lower-roman) ". "
}
ol[data-rte-list="decimal"] li>*:first-child::before {
  content: "  " counter(rte-list,decimal) ". "
}
ul[data-rte-list] li>*:first-child::before {
  padding-right: 10px;
  content: "\2022"
}

ul[data-rte-list="disc"] li>*:first-child::before {
  content: "\2022"
}

ul[data-rte-list="circle"] li>*:first-child::before,ul[data-rte-list] ul[data-rte-list="default"] li>*:first-child::before {
  content: "\25CB"
}

ul[data-rte-list="square"] li>*:first-child::before,ul[data-rte-list] ul[data-rte-list] ul[data-rte-list="default"] li>*:first-child::before {
  content: "\25A0"
}

ul[data-rte-list="dash"] li>*:first-child::before {
  content: "-"
}
.table-striped  {
  width: 82.5%;
  margin: auto;
}
.table-striped  {border-collapse:collapse;border-spacing:0;}
.table-striped td{font-family:Lato, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.table-striped th{font-family:Playfair, Georgia, serif;font-size:16px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.table-striped tr:nth-child(odd) td{background-color:#ffffff;border-color:#ffffff;text-align:left;vertical-align:top}
.table-striped tr:nth-child(even) td{background-color:#eaeff6;border-color:#eaeff6;text-align:left;vertical-align:top}
.table-striped tr th{font-family:Georgia, serif !important;;background-color:#bf1e6b;color:#ffffff;border-color:#bf1e6b;text-align:left;vertical-align:top}


.advanced-image-wrapper {
  overflow: hidden;
  text-align: center;
  position: relative;
  max-width: 498.0px;
  margin: auto;
}
.advanced-image-wrapper img {
  position: absolute;
  max-width: none;
}
.advanced-image-wrapper figure {
  margin: 0;
}
.without-content .advanced-image-wrapper {
  max-width: 100%;
}
figcaption p {
  font-size: .875em;
  line-height: 1.25em;
}

figcaption {
  padding-top: 18px;
}
blockquote {
  margin: 0;
  padding: .5em 2.5em;
  font-style: italic;
}
.content_width_img blockquote p {
  margin: 1em 0 !important;
}

.career-group .career-group-innercontent {
  display: flex !important;
  width: 86% !important;
}
.career-group h1 {
  margin: 0 0 17px !important;
}
.image-with-button-gp {
  margin-top: -17px;
}
.mx-btn-wrap {
  text-align: right;
}
.mx-btn-wrap .large {
  padding: 25px 46px;
  font-size: 14px;
}
.white-btn {
  border: 2px solid #c00069;
  padding: 13px 26px;
}
.white-btn:hover {
  background-color: #c00069;
  color: #fff;
  opacity:1
}
.image-with-button-line {
  display: block;
  width: 100%;
}
.larger {
  padding: 25px 46px;
}
.panel-primary {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-color: #337ab7;
  margin-top: 35px;
}
.panel-primary .hs-richtext p {
  background-color: #768691;
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-color: #337ab7;
}
.panel-primary .hs-richtext p a {
  text-decoration: none;
  color: #fff;
}
.panel-primary .hs-richtext p a {
  text-decoration: underline;
  color: #fff;
}
.panel-primary label {
  margin: 0;
}
.panel-primary .hs-form-field {
  margin: 0;
}
.panel-primary .hs-input {
  margin: 0;
  font: inherit;
  font-size: 14px;
  box-shadow: none !important;
  border-radius: 0;
  color: #333;
  font-weight: normal;
  font-family: arial;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.panel-primary-inner {
  margin: 15px 15px 20px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.announcement-bar-font {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none
}

.sqs-announcement-bar {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #303d49;
  text-align: center;
  -webkit-transition: height .3s cubic-bezier(.23,1,.32,1);
  -moz-transition: height .3s cubic-bezier(.23,1,.32,1);
  -ms-transition: height .3s cubic-bezier(.23,1,.32,1);
  -o-transition: height .3s cubic-bezier(.23,1,.32,1);
  transition: height .3s cubic-bezier(.23,1,.32,1)
}
.sqs-announcement-bar-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.sqs-announcement-bar-text {
  padding: .8em 3em;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-family: europa;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.2em
}
.sqs-announcement-bar-text p {
  color: #fff;
  margin: 0;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-family: europa;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
  line-height: inherit
}
.sqs-announcement-bar-text a {
  position: relative;
  color: #fff !important;
  text-decoration: underline !important
}
.sqs-announcement-bar-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8em;
  height: 2.78em;
  background: rgba(0,0,0,.15);
  color: #fff
}
.sqs-announcement-bar-close:after {
  content: '×';
  display: block;
  font-family: helvetica,arial,sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 2.7em;
  letter-spacing: normal;
  padding: 0
}

.sqs-announcement-bar-hidden {
  height: 0 !important
}

/* About Page style */
.about-row-gp .page-center {
  padding: 18px 15px !important;
  max-width: 1084px !important;
}
.about-row1-sec1 {
  padding: 68px 17px 17px;
}
.about-content {
  width: 66.6667% !important;
  margin: auto !important;
  float: none !important;
}
.about-row1-sec2 {
  padding: 17px;
  width: 75% !important;
  float: left !important;
}
.about-row1-sec3 {
  width: 25% !important;
  margin-left: 0 !important;
  padding: 17px;
  float: left !important; 
}
.cls-1 {
  isolation: isolate;
}

.cls-2 {
  fill: #e7d5a7;
}

.cls-3 {
  fill: #243c4c;
}

.cls-4 {
  fill: #5b6e7b;
}

.cls-5 {
  fill: url(#linear-gradient);
}

.cls-6 {
  fill: #ffecbe;
}

.cls-7 {
  fill: #909da8;
}
.cls-8 {
  fill: #b380b8;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.cls-9 {
  fill: url(#linear-gradient-2);
}

.cls-10 {
  fill: #fff;
}

.cls-11 {
  fill: #bf1e6c;
}
.about-row-gp .spacer-wrap .spacer {
  height: 34px;
}
.about-row-gp .spacer-wrap {
  padding: 17px;
}
.team-header h3 {
  padding-top: 34px;
}
.team-header {
  padding-top: 36px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 98px;
}
.team-group .team-bottom-pane:last-of-type {
  display: none;
}
.video-content-inner {
  text-align: center;
}
.image-caption-wrapper {
  padding-top: 18px;
}
.image-caption-wrapper p {
  font-size: .875em;
  line-height: 1.25em;
  margin-bottom: 1em !important;
}
.full-width-row {
}
.full-width-row .hs_cos_wrapper_type_section_header p {
  margin-bottom: 0;
}
.video-content-gp {
  overflow: hidden;
}
.image-with-title-inner img {
  width: 100%;
}
.cal-img {
  width: 30%;
}
.cal-content {
  width: 70%;
}
.cal-content-btn {
  text-align: center;
}
.calculate-inner {
  margin-bottom: -30px;
}
.work-img img {
  position: absolute;
  width: 137.019%;
  height: 100%;
  left: -18.5096%;
  top: 0;
  right: 0;
  max-width: none;
}
.work-img {
  position: relative;
  padding-bottom: 89%;
  overflow: hidden;
}
.own-story-group .sqs-col-3:nth-of-type(3) {
  width: 33.3333%;
}
.own-story-group > div {
  text-align: center;
}
.key-img img {
  left: 0%;
  top: -10.5422%;
  width: 100%;
  height: 121.084%;
  position: absolute;
  max-width: none;
  right: 0;
}
.key-img {
  overflow: hidden;
  position: relative;
  max-width: 201.0px;
  margin: auto;
  padding-bottom: 82.5871%;
}
.key-feature-inner p {
  font-size: .875em;
  line-height: 1.25em;
  max-width: 201.0px;
  margin-left: auto;
  margin-right: auto;
}
.cyber_img {
  text-align: center;
}
.cyber-btn-group {
  text-align: center;
}
.content-wrap ul li {
  margin-top: .5em;
  margin-bottom: .5em;
}

article {
  float: right;
  margin-left: 17px;
  width: 40%;
  padding: 17px;
}
.custom-title-with-content-group .inner-group .cm-content-without-title {
  width: 100%;
}
.privacy-policy .body-container-wrapper .page-center {
  max-width: 1084px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.support-row .page-center {
  max-width: 1084px !important;
  padding-top: 68px !important;
}
.privacy-policy .body-container-wrapper .page-center.privacy-policy-row2 {
  padding-top: 0 !important;
  padding-bottom: 68px !important;
}
.privacy-policy .custom-date-with-group {
  padding: 17px 17px 17px;
  margin-bottom: 0;
}
.term-condition-row .page-center {
  padding-top: 0 !important;
  max-width: 1084px !important;  
  padding-bottom: 0 !important;
}
.term-condition-row .hs_cos_wrapper_type_header h1 {
  margin-top: 18px;
  margin-bottom: 2px;
}
.hs_cos_wrapper_type_header h1 {
  margin-top: 18px;
  margin-bottom: 0;
}
.term-condition-row .custom-title-with-content-group .content-group:first-child .v-ling {
  display: none;
}

.term-condition-row .custom-title-with-content-group .content-group >div:not(.v-ling)>*:first-child{
  margin-top: 0 !important;
}
.term-condition-row .custom-title-with-content-group .content-group >div:not(.v-ling)>*:last-child {
  margin-bottom: 0 !important;
}
.term-condition-row .custom-title-with-content-group .title-group h3.title {
  font-weight: bold;
}
.v-ling {
  width: 100%;
  padding: 0 17px 17px;
}
.custom-title-with-content-group .content-group {
  padding: 18px 0;
}
.custom-title-with-content-group .content-group:first-child {
  padding-top: 0;
}
.custom-title-with-content-group .content-group:last-child {
  padding-bottom: 0;
}
.support-row .custom-title-with-content-group {
  padding-top: 69px;
}
.custom-title-with-content-group {
  padding-top: 69px;
}
table.inner-table-content3 ,
table.inner-table-content2,
table.left-content-table{
  margin: 0 -17px;
  width: 100%;
}

table.inner-table-content3 td {
  padding: 17px;
  vertical-align: top;
  width: 33.3%;
}
table.inner-table-content2 td {
  width: 44.4444%;
  padding: 17px;
  width: 50%;
  vertical-align: top;
}
table.left-content-table tr td:first-child {
  width: 25%;
}
table.left-content-table tr td:first-child {
  width: 25%;
}
table.left-content-table td {
  vertical-align: top;
  padding: 17px;
}
.sqs-block-button-container--right {
  padding: 17px;
  padding-right: 0;
}

/* Home Page Style  */

.home .body-container-wrapper .page-center {
  max-width: 1084px !important;
}
.top-image-btn {
  text-align: center;
}
.home-row2-sec1 {
  width: 25% !important;
  padding: 17px;
  float: left !important;
}
.home-row2-sec2 {
  width: 75% !important;
  padding: 17px;
  margin-left: 0 !important;
  float: left !important;
}
.home-row2-sec2 .slick-slider {
  margin-bottom: 0;
  padding: 0 !important;
}
.home-row2-sec2 .slick-arrow,
.home-row2-sec2 ul.slick-dots{
  display: none !important;
}
.home-row2-sec1 .spacer-wrap {
  padding: 17px;
  height: 70px;
}
.home .body-container-wrapper .hs_cos_wrapper_type_section_header p {
  margin-bottom: 0;
}
.custom-row2 .page-center {
  max-width: 1084px !important;
}
.logo-gallery-wrapper {
  padding: 36px 17px 10px;
}
.logo-gallery-wrapper .slick-slider {
  padding: 0 !important;
  margin: 0 !important;
}
.cal-content-btn a:hover,
.cyber-btn-group a:hover{
  opacity: 1;
}
.title-group {
  padding-right: 15px;
}
.back_to_top {
  text-align: center;
  margin: 24px 0;
}
a#back-to-top {
  text-decoration: none;
  line-height: 1.25em;
  color: #fff;
  border: none;
  padding: .75em 1em;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}


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


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


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


@media (max-width: 1024px) {}
@media (max-height: 768px) and (max-width:767px){
  .banner-area.banner-height {
    min-height: 220px !important;
  }
}
@media (min-width: 641px) {

  .image-with-title-inner .sqs-col-6 {
    width: 50%;
  }
  .video-content-inner .video-content-item:nth-child(3n+2) {
    width: 33.3333%;
  }
  .video-content-inner {
    margin: 0 8.3333%;
  }
  .privacy-policy .custom-title-with-content-group {
    padding-top: 18px;
  }
  .scroll-header .header-group {
    position: fixed;
    background-color: #fff;
  }
  .back_to_top {
    display: none !important;
  }


}
@media (max-width:1110px) {

  .custom-three-column-group {
    margin: 0;
  }
  .career-group .career-group-innercontent {
    width: 100% !important;
  }
  .custom-row1-bottom-content > span > div:not(:nth-of-type(2)) {
    padding: 0 15px;
  }
  .iq-guide-layout .custom-row1 .page-center {
    padding-left: 15px !IMPORTANT;
    padding-right: 15PX !important;
  }
  .custom-date-with-group {
    padding-left: 17px;
    padding-right: 17px;
  }



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

@media (max-width: 767px) {
  table.inner-table-content3 td ,
  table.inner-table-content2 td,
  table.left-content-table td {
    width: 100% !important;
    display: block;
  }
  .mobile-icon {
    margin-top: 13px;
  }

  .footer-group .page-center {
    padding: 20px !important;
  }
  .copyright p {
    padding-top: 17px;
    text-align: center;
  }
  .footer-social {
    padding-top: 17px;
  }
  .footer-menu ul li {
    display: block;
    text-align: center;
  }
  .footer-menu ul li a {
    padding: .7em 0;
  }
  .cm-logo img {
    max-height: 50px;
  }
  .header-height {
    min-height: 90px !important;
  }
  .banner-area {
    margin-top: -90px;
  }
  .banner-area.banner-height {
    min-height: 475px;
  }
  .container-fluid .row-fluid .page-center {
    padding: 32px 15px;
  }
  .sp .body-container-wrapper {
    padding-bottom: 32px;
  }
  .err .body-container-wrapper .page-center {
    padding: 40px 20px !important;
  }
  .err-image {
    text-align: center;
    padding: 17px 0;
  }

  .err-image img {
    width: 100% !important;
    max-width: 525.0px;
    margin: auto !important;
  }

  .err-content {
    padding: 17px 0;
  }


}  

@media (max-width: 640px) {
  table.inner-table-content2 p {
    word-break: break-all;
  }
  .iq-guide-layout .custom-row2-bg-content + div {
    padding: 17px 17px;
  }
  .privacy-policy .body-container-wrapper .page-center.privacy-policy-row2 {
    padding-bottom: 17 !important;
  }
  .scroll-header .mobile-icon {
    position: fixed;
    background-color: #fff;
    padding: 20px;
    top: 4px;
    right: 5px;
    margin: 0;
    width: 42px;
  }
  .scroll-header  .mobile-icon span {
    right: 10px;
  }

  .sqs-col-1,
  .content-wrap .sqs-col-2 {
    display: none;
  }
  .body-container-wrapper .hs_cos_wrapper_type_section_header p {
    letter-spacing: 2px;
  }
  .container-fluid .row-fluid .page-center {
    padding: 40px 3px;
  }
  .body-container.container-fluid .row-fluid .page-center>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper:first-child {
    padding-top: 17px;
  }
  .body-container.container-fluid .row-fluid .page-center>.hs_cos_wrapper_type_widget_container>.hs_cos_wrapper:last-child {
    padding-bottom: 17px;
  }
  .spacer-wrap {
    display: none !important;
  }
  [class*=sqs-col] {
    float: none !important;
    width: 100% !important;
  }
  .sp .body-container-wrapper .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    letter-spacing: 2px;
  }
  [style*="float"] {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 17px !important;
    margin-left: 0 !important;
  }
  h1 {
    font-size: 30px;
  }
  .table-striped  {
    width: 100%;
  }
  .career-group h1 {
    margin: 0 !important;
    padding: 17px;
  }
  .career-group .sqs-col-1 {
    display: none;
  }
  .image-with-button-inner .sqs-col-3 {
    text-align: center;
  }
  .image-with-button-gp {
    margin-top: 0;
  }
  .mx-btn-wrap .large {
    padding: 21px 34px;
    font-size: 15px;
  }
  .larger {
    padding: 21px 34px;
    font-size: 15px;
  }
  hr {
    margin: 0 !important;
  }
  .team-group .team-bottom-pane {
    display: none;
  }
  .team-group .sqs-col-12 .sqs-col-1 {
    display: none;
  }
  .about-content {
    width: 100% !important;
  }
  .about-row1-sec1 {
    padding: 17px 17px 17px;
  }
  .about-row1-sec3,
  .about-row1-sec2{
    width: 100% !important;
    float: none !important;
  }
  .about-row1-sec3 svg {
    width: 20%;
  }
  .team-header h3 {
    padding-top: 12px;
  }
  .team-header {
    padding-top: 53px;
    padding-bottom: 5px;
  }
  .cal-img,
  .cal-content{
    width: 100%;
  }
  .calculate-inner {
    margin-bottom: 0;
  }
  .cal-img {
    text-align: center;
  }
  .key-img {
    padding-bottom: 0;
    height: 165px;
  }
  article {
    margin-left: 0;
    width: 100%;
  }
  .privacy-policy .body-container-wrapper .page-center,
  .term-condition-row .page-center,
  .support-row .page-center,
  .iq-guide-layout .custom-row1 .page-center,
  .iq-guide-layout .body-container-wrapper .page-center{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .privacy-policy .custom-date-with-group .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .privacy-policy .custom-date-with-group .content .date-group {
    margin-top: 0;
    margin-bottom: 17px;
  }
  .col1.column.title-group h3 {
    margin: 0;
  }
  .privacy-policy .custom-title-with-content-group .content-group .col2 p:first-child {
    margin-top: 0;
  }
  .privacy-policy .custom-title-with-content-group .content-group .col2 p:last-child {
    margin-bottom: 0;
  }
  .term-condition-row .hs_cos_wrapper_type_header {
    padding-bottom: 36px !important;
    display: block;
  }
  .term-condition-row .hs_cos_wrapper_type_header {
    padding-bottom: 19px !important;
    display: block;
  }
  .term-condition-row .custom-title-with-content-group .content-group .v-ling {
    padding-top: 17px;
  }
  .custom-title-with-content-group .content-group:first-child {
    padding-top: 15px;
  }
  table.inner-table-content3,
  table.inner-table-content2,
  table.left-content-table{
    margin: 0 !important;
  }

  .home .body-container-wrapper .page-center {
    padding: 96px 15px !important;
  }
  .home-row2-sec1 img {
    width: 100% !important;
  }

  .home-row2-sec1,
  .home-row2-sec2{
    width: 100% !important;
  }



  .custom-row1-bottom-content img {
    width: 117px !important;
    display: block;
  }
  .iq-guide-layout .custom-date-with-group {
    padding: 37px 15px 17px;
  }


  .cybersecurity-playbook-layout .body-container-wrapper .column {
    width: 100% !important;
    margin: 0 !important;
  }

  .custom-image-group .inner-group .image {
    width: 100% !important;
    text-align: center;
  }


  .custom-image-group .inner-group .image img {
    width: 100%;
  }

  .cybersecurity-playbook-layout .body-container-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }


  .custom-date-with-group .inner-group .date-group, .custom-date-with-group .inner-group .title-group {
    float: none;
    width: 100% !important;
  }

  .custom-date-with-group .inner-group .title-group {
    padding-bottom: 17px;
    padding-top: 17px;
  }


  .custom-date-with-group {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }

  .custom-date-with-group .inner-group .date-group {
    margin-top:17px;
  }

  .custom-three-column-group .column {
    padding-top: 17px;
  }

  .custom-three-column-group .column p:last-child {
    margin-bottom:0;
  }

  .custom-title-with-content-group .inner-group .column {
    width:100%;
    float:none !important;
  }

  .custom-title-with-content-group .align-right {
    float: none;
  }

  .custom-title-with-content-group .inner-group .column img {
    width:100%;
  }

  .custom-title-with-content-group figure {
    margin-left:0;
  }
  .custom-three-column-group {
    margin: 0;
  }
  .iq-guide-layout .custom-row1 .spacer-line {
    padding: 17px;
    padding-bottom: 34px;
  }
  .cybersecurity-playbook-layout .page-header.section-header {
    padding-top: 17px;
  }
}

@media screen and (max-width: 500px) {
    .quote-cta {
        margin-right: 0;
    }

    .homepage .button {
        display: block;
        margin-bottom: 12px;
    }
}

/* Homepage 2019 */

.homepage p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.homepage h2 {
  font-family: 'Playfair Display';
  font-size: 36px;
  text-transform: none;
  color: #000000;
}
.homepage h4 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #CD1B30;
  text-transform: uppercase;
}
.homepage .text-center {
  text-align: center;
  margin: 0 auto;
}
.homepage .courses-listing h4 {
  color: #D08629;
}

.homepage .button {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 300px;
  padding: 13px 26px;
}
.homepage .red-button {
  background: #CD1B30;
  color: #FFFFFF;
}
.red-button:hover {
  border: 1px solid #C00069;
  background: #FFFFFF;
  color: #C00069;
}

.homepage .purple-button {
  background: #C00069;
  color: #FFFFFF;
}
.homepage .purple-button:hover {
  border: 1px solid #C00069;
  background: #FFFFFF;
  color: #C00069;
}

.homepage .purple-button-invert {
  border: 1px solid #C00069;
  background: #FFFFFF;
  color: #C00069;
}
.homepage .purple-button-invert:hover {
  background: #C00069;
  color: #FFFFFF;
}

.homepage .pink-button {
  background: #C00069;
  color: #FFFFFF;
}
.homepage .pink-button:hover {
  border: 1px solid #C00069;
  background: #FFFFFF;
  color: #C00069;
}

.homepage .white-purple-button {
  background: #FFFFFF;
  color: #C00069;
  border-color: #C00069;
  margin-top: 30px;
}
.homepage .white-purple-button:hover {
  background: #C00069;
  color: #FFFFFF;
}

.homepage .dark-purple-button {
  background: #713284;
  color: #FFFFFF;
}
.homepage .dark-purple-button:hover {
  border: 1px solid #713284;
  background: #FFFFFF;
  color: #713284;
}

.homepage .yellow-button {
  background-image: linear-gradient(to right, #EFB343, #DFA241);
  color: #FFFFFF;
}
.homepage .yellow-button:hover {
  border: 1px solid #D08629;
  background: #FFFFFF;
  color: #D08629;
}

@media (min-width: 1025px) {
  .homepage .section-white.full-width-row .page-center,
  .homepage .section-purple-slanted.full-width-row .page-center,
  .homepage .section-courses-white-slanted .page-center,
  .homepage .section-light-purple-slanted.full-width-row .page-center,
  .homepage .section-savings-slanted.full-width-row .page-center {
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  .homepage .section-white.full-width-row .page-center,
  .homepage .section-purple-slanted.full-width-row .page-center,
  .homepage .section-courses-white-slanted .page-center,
  .homepage .section-light-purple-slanted.full-width-row .page-center,
  .homepage .section-savings-slanted.full-width-row .page-center {
    padding: 0 20px !important;
  }
}

.homepage .section-white {
  background: #FFFFFF;
  position: relative;
  border-bottom: 5px solid #efb343;
}

.homepage .section-purple-slanted {
  background: #F2EAF4;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 50px;
}
.homepage .section-purple-slanted .two-col-wrapper .two-col-content {
  padding-bottom: 50px;
}

.homepage .section-purple-slanted:after{
  content: '';
  background-color: #F2EAF4;
  border-bottom: 5px solid #693880;
  display: block;
  width: 100%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -50px;
  transform: rotate(2deg);
}


.homepage .section-light-purple-slanted {
  background: #FCF2F6;
  position: relative;
}
.homepage .section-light-purple-slanted:before{
  content: '';
  background-color: #FCF2F6;
  border-top: 5px solid #CD1B30;
  display: block;
  width: 100%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: -35px;
  transform: rotate(-2deg);
}
.homepage .section-light-purple-slanted h2 {
  padding-top: 0px;
}
.homepage .section-light-purple-slanted .red-button {
  margin: 40px auto 0 auto;
  display: block;
  max-width: 110px;
}
.homepage .section-courses-white-slanted:before{
  content: '';
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: -35px;
  transform: rotate(-2deg);
}

.homepage .section-savings-slanted {
  background: #263d4d;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.homepage .section-savings-slanted:before{
  content: '';
  background-color: #263d4d;
  display: block;
  width: 100%;
  height: 65px;
  position: absolute;
  top: -25px;
  transform: rotate(2deg);
}
.homepage .section-savings-slanted:after{
  content: '';
  background-color: #263d4d;
  display: block;
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: -30px;
  transform: rotate(2deg);
}
@media (min-width: 1025px) {
  .homepage .two-col-wrapper .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.homepage .two-col-wrapper .two-col-image {
  background-repeat: no-repeat;
  width: 100%;
  max-width: 550px;
  height: 400px;
}
.homepage .two-col-wrapper .two-col-content {
  font-size: 18px;
}
.homepage .two-col-wrapper .two-col-content h2 {
  font-family: 'Playfair Display';
  font-size: 36px;
  text-transform: none;
  color: #000000;
  max-width: 100%;
}
.homepage .t-author p {
  font-size: 16px !important;
  line-height: 115% !important;
  margin: 0;
}
.homepage .t-quote {
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 36px;
  line-height: 38px;
  margin-top: 30px;
}
.homepage .t-title {
  font-family: 'Playfair Display';
  font-size: 28px;
}

@media (max-width: 1024px) {
  .homepage .two-col-inner-content {
      max-width: unset;
      padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .homepage .two-col-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage .t-quote {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  .homepage .two-col-wrapper-headings {
    top: 0;
  }
  .homepage .two-col-wrapper .two-col-image {
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 200px;
    background-size: contain;
    padding-top: 400px;
 }
}


/* Resources */

.blog.hs-blog-listing .resource-navigation {
  display: inline-block;
  width: 100%;
  background: ;
  color: #fff;
  padding: 15px 0 20px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.blog.hs-blog-listing .resource-navigation .submitted-message {
  text-align: left;
  padding-top: 14px;
}

.blog.hs-blog-listing .blog-subscribe h3,
.blog.hs-blog-listing .blog-subscribe .hs-email > label {
  display: none;
}

.blog.hs-blog-listing .post-index-topics .topic-label,
.blog.hs-blog-listing .blog-subscribe .subscribe-label {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
}
.blog.hs-blog-listing .post-index-topics .selectric {
  height: 50px;
  max-width: 300px;
  border-color: #fff;
}

.blog.hs-blog-listing .post-item {
  padding: 0 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog.hs-blog-listing .post-item .featured-image-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 65%;
}
.blog.hs-blog-listing .post-item h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}
.blog.hs-blog-listing .post-item h3 a {
  color: #253c4c;
  border: 0;
}
.blog.hs-blog-listing .post-item h3 a:hover {
  color: ;
}

@media (min-width: 768px) {  
  .blog.hs-blog-listing .resource-navigation .page-center {
    padding: 0 10%;
  }
  
  .blog.hs-blog-listing .post-item {
    display: inline-block;
    vertical-align: top;
    width: 32.8%;
  }
  .blog.hs-blog-listing .post-item h3 {
    min-height: 60px;
  }
}

@media (min-width: 2000px) {
  .blog.hs-blog-listing .resource-navigation .page-center {
    padding: 0 5%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .blog.hs-blog-listing .banner h1 {
    font-size: 38px;
  }
  .blog.hs-blog-listing .post-item {
    padding: 0 15px;
  }
  .blog.hs-blog-listing .post-item h3 {
    font-size: 24px;
    min-height: 135px;
  }
}

@media (max-width: 767px) {
  .blog.hs-blog-listing .resource-navigation {
    text-align: center !important;
  }
  .blog.hs-blog-listing .post-index-topics .selectric {
    max-width: initial;
  }
  .blog.hs-blog-listing .blog-subscribe {
    margin-top: 20px;
  }
  .blog.hs-blog-listing .post-item {
    padding: 0;
  }
}

/*======================================
  Selectric v1.11.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #959595;
  background: #fff;
  position: relative;
  width: 100%;
  font-size: 16px;
  min-height: 50px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 20px;
  font-size: 16px;
  line-height: 50px;
  color: #253c4c;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  height: 30px;
  color: #253c4c;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 0;
}
.selectric .selectArrow:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #253c4c;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .selectArrow {
  color: #a2a2a2;
}
.selectric-hover .selectric .selectArrow:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #959595;
  z-index: -1;
  width: 100% !important;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, 
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
}
.selectric-items li:before {
  display: none;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #253c4c;
  cursor: pointer;
  padding-left: 10px !important;
  margin: 0 auto !important;
}
.selectric-items li.selected {
  background: ;
  color: #444;
}
.selectric-items li.highlighted {
  background: ;
}

.selectric-items li:hover {
  background: ;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.pillar-10-chap .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    overflow: visible;
}

/****** Form Styling in content box ****/

.content-inner .hs-input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.content-inner .hs-form-field label {
    font-family: Playfair Display;
    font-size: 13px;
    color: #33475b;
}

.content-inner .hs-error-msgs label {
    color: #f2545b;
    font-family: Playfair Display;
    font-size: 13px;
}

.content-inner .hs-form-field {
    margin-bottom: 15px !important;
}

.content-inner .hs-form-field .hs-form-required {
    color: red;
}

.content-inner .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    padding-left: 0px;
    list-style: none;
}

.content-inner input[type="submit"] {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px !important;
      background: #bf1f59;
    border-color: #bf1f59;
    color: #ffffff;
    font-size: 12px;
    font-family: Playfair Display;
   text-transform: none;
      border-radius: 3px !important;
}

.content-inner input[type="submit"]:hover {
  opacity: 1 !important;
        background: #bf1f59;
    border-color: #bf1f59;
}

.content-inner .actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
}

.content-inner ul.inputs-list.multi-container {
    padding-left: 0px;
    list-style: none;
    margin-top: 10px;
}

.content-inner li.hs-form-checkbox input {
    height: auto !important;
}

.content-inner legend.hs-field-desc {
    font-family: Playfair Display;
    color: #7C98B6;
    font-size: 10px;
}

.banner-fix .banner-area {
  margin-top: 0px;
}


/* Product Overview */
.product-overview .banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-overview .banner h1 {
  margin-top: 15px;
}
.product-overview .no-padding-bottom .page-center{
  padding-bottom: 0 !important;
}
.product-overview .blog-feed-module h2 {
  margin-bottom: 45px !important;
}