@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600|Open+Sans:300,300i,400,700');
/***********************************************/

/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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



/* =====================================
   Index:
  1. BASE STYLES   
    1a. Variables
    1b. Macros
    1c. CSS Resets
    1d. Base
    1e. Typography
    1g. Buttons
    1h. Main Form Style
    
  2. CONTENT
    2a. Modular & Reusable Components
    2ab. Flexible Grids
    2b. Homepage
    2c. Internal Page Components
    2d. Resources Page
    2de. Toolkit Page
    2e. Basic Secondary Page
    2f. Our Team Page
    2g. Contact Us Page
    2h. Landing Page
    2i. Toolkit Landing Page
    2j. Thank You Page
    2k. VigilanteATI Product Page
    2l. PrivacyArmor Product Page
    
  3. HEADER
    3a. Header Structure
    3b. Main Menu
    3c. Secondary Menu
    3d. Mobile Menu
    3e. Landing Page & Toolkit Menu
    3f. Sticky Header
    
  4. FOOTER
    4a. Footer Structure
    4b. Footer Menu
    
  5. BLOG
    5a. Blog Structure
    5b. Blog Listing
    5c. Blog Pagination
    5d. Blog Post
    5e. News Page
  
  6. MISCELLANOUS
    6a. CSS Animations
    6b. CTA Overrides
    6c. Announcement Code
   ===================================== */

/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */

/* =====================================
   1a. Variables                                               
   ===================================== */

/*
 * Apply the variable as shown below.
 * Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */


 
   
   
   

/* Typography */







/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* =====================================
   1b. Macros                                             
   ===================================== */




/* Border Radius  */


/* Box Shadow  */


/* Transition  */


/* Transform  */



/* =====================================
   1c. CSS Resets                                      
   ===================================== */


/* =====================================
   1d. Base                                          
   ===================================== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #4A4C50;
  font-weight: 400;
  font-family: 'Open Sans', Sans-Serif;
  font-size: 16px;
  line-height: 1.875em;
}

.page-center, .container-fluid .row-fluid .page-center {
  float: none !important;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 30px
}

a { color: #00a9de; }
a:hover, a:focus { color: #00a9de; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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

@media (max-width: 480px) {
    .page-center, .container-fluid .row-fluid .page-center {
      padding: 0 20px
    }
}

/* =====================================
   1e. Typography                                          
   ===================================== */

p {
    letter-spacing: -.2px;
    font-size: 16px;
    color: #4A4C50;
} 

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 72px;
    line-height: 86px;
    font-weight: 300;
    color: #4A4C50;
    font-family: 'Montserrat', sans-serif;;
}
h1 strong {
    font-weight: 600;
}
h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 300;
    color: #212325;
    font-family: 'Montserrat', sans-serif;;
}
h2:first-of-type {
    margin-top: 0;
}
h2 strong {
    font-weight: 600;
}
.section-title {
    width: 100% !important;
}
.section-title h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 80px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 0 20px;
}
.page-center .section-title h2 {
    padding: 0 !important;
}
.section-title h2:after {
    content: " ";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 78px;
    bottom: -20px;
    background: #88cf00;
}
.section-title.alt-color h2:after {
    background: #ffae1a;
}
h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    color: #212325;
    font-family: 'Montserrat', sans-serif;;
}
h3 strong {
    font-weight: 600;
}
h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: -.4px;
    color: #333333;
    font-family: 'Open Sans', Sans-Serif;
}

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

@media (max-width: 980px) {
    h1 {
        font-size: 68px;
        line-height: 78px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 60px;
        line-height: 74px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .section-title h2 {
        margin-bottom: 60px;
    }
    .section-title h2:after {
        bottom: -15px;
    }
    h3 {
        font-size: 28px;
        line-height: 34px;
    }
    h4 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 48px;
        line-height: 62px;
    }
}


/* =====================================
   1g. Buttons                                        
   ===================================== */

.main-form .hs-button.primary,
.main-form input[type="submit"],
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: ;
  font-size: 16px;
  text-decoration: none !important;
}
.main-form .hs-button.primary:hover,
.main-form input[type="submit"]:hover,
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

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

.main-form .hs-button.primary,
.main-form input[type="submit"],
.button-style-1 a.cta_button,
.button-style-1 a,
a.button-style-1 {
    background: #88cf00;
    min-width: 280px;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    -ms-transition: background .2s ease;
    transition: background .2s ease;;
}

.main-form .hs-button.primary:hover,
.main-form input[type="submit"]:hover,
.button-style-1 a.cta_button:hover, 
.button-style-1 a:hover, 
a.button-style-1:hover {
    background: #9adb2e;
}

.main-form .hs-button.primary:active, .main-form .hs-button.primary:focus,
.main-form input[type="submit"]:active, .main-form input[type="submit"]:focus,
.button-style-1 a.cta_button:focus, .button-style-1 a.cta_button:active, 
.button-style-1 a:focus, .button-style-1 a:active,
a.button-style-1:focus, a.button-style-1:active {
    background: #80b924;
}

.main-form .hs-button.primary,
.main-form input[type="submit"] {
    border: 0 !important;
    display: block;
    margin: 10px auto 0;
    min-width: 200px;
}

/*Alt Color*/
.main-form.alt-color .hs-button.primary,
.main-form.alt-color input[type="submit"],
.button-style-1.alt-color a.cta_button,
.button-style-1.alt-color a,
a.button-style-1.alt-color {
    background: #ffae1a;
}
.main-form.alt-color .hs-button.primary:hover,
.main-form.alt-color input[type="submit"]:hover,
.button-style-1.alt-color a.cta_button:hover, 
.button-style-1.alt-color a:hover, 
a.button-style-1.alt-color:hover {
    background: #ffb93a;
}
.main-form.alt-color .hs-button.primary:active, .main-form.alt-color .hs-button.primary:focus,
.main-form.alt-color input[type="submit"]:active, .main-form.alt-color input[type="submit"]:focus,
.button-style-1.alt-color a.cta_button:focus, .button-style-1.alt-color a.cta_button:active, 
.button-style-1.alt-color a:focus, .button-style-1.alt-color a:active,
a.button-style-1.alt-color:focus, a.button-style-1.alt-color:active {
    background: #e09f28;
}

/* =====================================
   1h. Main Form Style                                      
   ===================================== */

body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

.main-form {
    max-width: 675px;
    margin: 0 auto 30px !important;
    float: none !important;
}
.main-form .hs-form .hs-form-field {
    position: relative;
}
.main-form  .hs-form-field > label {
    height: 0 !important;
    width: 0 !important;
    display: block !important;
}
.main-form  .hs-form-field > label > span:first-of-type {
    display: none !important;
}
.main-form .hs-form .hs-field-desc {
    display: none;
}
.main-form span.hs-form-required {
    position: absolute;
    right: 18px;
    top: 21px;
    /* visibility: hidden; */
    color: transparent;
    background: #88cf00;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.main-form .hs-form input,
.main-form .hs-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Inputs (selectors for all inputs)  */
.main-form .hs-form select,
.main-form .hs-form input,
.main-form .hs-form input[type="text"],
.main-form .hs-form input[type="password"], 
.main-form .hs-form input[type="datetime"], 
.main-form .hs-form input[type="datetime-local"], 
.main-form .hs-form input[type="date"], 
.main-form .hs-form input[type="month"], 
.main-form .hs-form input[type="time"], 
.main-form .hs-form input[type="week"], 
.main-form .hs-form input[type="number"], 
.main-form .hs-form input[type="email"], 
.main-form .hs-form input[type="url"], 
.main-form .hs-form input[type="search"], 
.main-form .hs-form input[type="tel"], 
.main-form .hs-form input[type="color"],
.main-form .hs-form input[type="file"],
.main-form .hs-form textarea,
.main-form .hs-form select {
    -webkit-border-radius: 0px;
    border-radius: 0;
    outline: none !important;
    margin-bottom: 18px;
    background-color: #ffffff;
    border: solid 1px #d3d2d0;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.2px;
    text-align: left;
    color: #212325;
    padding: 12px 25px 12px 18px;
    font-family: 'Open Sans', Sans-Serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.main-form .hs-form select:focus,
.main-form .hs-form input:focus,
.main-form .hs-form input[type="text"]:focus,
.main-form .hs-form input[type="password"]:focus, 
.main-form .hs-form input[type="datetime"]:focus, 
.main-form .hs-form input[type="datetime-local"]:focus, 
.main-form .hs-form input[type="date"]:focus, 
.main-form .hs-form input[type="month"]:focus, 
.main-form .hs-form input[type="time"]:focus, 
.main-form .hs-form input[type="week"]:focus, 
.main-form .hs-form input[type="number"]:focus, 
.main-form .hs-form input[type="email"]:focus, 
.main-form .hs-form input[type="url"]:focus, 
.main-form .hs-form input[type="search"]:focus, 
.main-form .hs-form input[type="tel"]:focus, 
.main-form .hs-form input[type="color"]:focus,
.main-form .hs-form input[type="file"]:focus,
.main-form .hs-form textarea:focus,
.main-form .hs-form select:focus {
    border: 1px solid #88cf00;
}
::placeholder {
    color: #212325;
}
:-ms-input-placeholder {
    color: #212325;
}
::-ms-input-placeholder {
    color: #212325;
}
::-moz-placeholder {
    color: #212325;
}

.main-form .submitted-message {
    text-align: center;
}

/* Multi-line inputs (selectors to target multi-line fields */
.main-form .hs-form textarea {
    min-width: 100%;
    max-height: 250px;
    min-height: 76px;
    max-width: 675px;
}
.main-form .hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.main-form .hs-form select {
    cursor: pointer;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    background: url(https://cdn2.hubspot.net/hubfs/3836852/nav-down-arrow-darksvg.svg?t=1542394618410) 95% 50% no-repeat #d0d3d2;
    background-size: 12px;
}
.main-form .hs-form select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
@media screen and (min-width:0\0) {
    .main-form .hs-form select {
        background:none !important;
    }
}
.main-form .hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.main-form .hs-form form.hs-form .hs-form-field ul.inputs-list {}

.main-form .hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.main-form .hs-form input[type="radio"] {}
.main-form .hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.main-form .hs-form input.invalid, 
.main-form .hs-form textarea.invalid, 
.main-form .hs-form select.invalid {
    border: 1px solid #ff5882;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.main-form .hs-form input:focus:required:invalid:focus, 
.main-form .hs-form textarea:focus:required:invalid:focus, 
.main-form .hs-form select:focus:required:invalid:focus {
    border: 1px solid #88cf00;
}

/* Error message (selector for validation messages) */
.main-form .hs-form .hs-error-msgs label{
}
.main-form ul.hs-error-msgs.inputs-list {
    color: #ff3366;
    font-size: 14px;
    margin-top: -10px;
}
.main-form .hs_error_rollup {
    display: none !important;
}

/* Multi Column Form (selectors for fieldsets and field wrappers) */

.main-form .hs-form fieldset {
    max-width: none !important;
}
.main-form .hs-form .hs-input {
    width: 100% !important;
}
.main-form .hs-form .hs-form fieldset.form-columns-1 {}
.main-form .hs-form fieldset.form-columns-1 .hs-form-field {
    padding: 0 !important;
    width: 100%;
}
.main-form .hs-form .hs-form fieldset.form-columns-2 {}
.main-form .hs-form fieldset.form-columns-2 .hs-form-field {
    padding: 0;
    width: 49% !important;
    margin-right: 1%;
}
.main-form .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-right: 0;
    margin-left: 1%;
}
.main-form .hs-form .hs-form fieldset.form-columns-3 {}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field {
    padding: 0 !important;
    width: 32.33% !important;
    margin-right: .5%;
    margin-left: .5%;
}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field:first-of-type {
    margin-right: 1%;
    margin-left: 0;
}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field:last-of-type {
    margin-left: 1%;
    margin-right: 0;
}
@media (max-width: 600px) {
    .main-form .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .main-form .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
    .main-form .hs-form textarea {
        min-height: 120px;
    }
}

/*Alt Color */
.main-form.alt-color span.hs-form-required {
    background: #ffae1a;
}
.main-form.alt-color .hs-form select:focus,
.main-form.alt-color .hs-form input:focus,
.main-form.alt-color .hs-form input[type="text"]:focus,
.main-form.alt-color .hs-form input[type="password"]:focus, 
.main-form.alt-color .hs-form input[type="datetime"]:focus, 
.main-form.alt-color .hs-form input[type="datetime-local"]:focus, 
.main-form.alt-color .hs-form input[type="date"]:focus, 
.main-form.alt-color .hs-form input[type="month"]:focus, 
.main-form.alt-color .hs-form input[type="time"]:focus, 
.main-form.alt-color .hs-form input[type="week"]:focus, 
.main-form.alt-color .hs-form input[type="number"]:focus, 
.main-form.alt-color .hs-form input[type="email"]:focus, 
.main-form.alt-color .hs-form input[type="url"]:focus, 
.main-form.alt-color .hs-form input[type="search"]:focus, 
.main-form.alt-color .hs-form input[type="tel"]:focus, 
.main-form.alt-color .hs-form input[type="color"]:focus,
.main-form.alt-color .hs-form input[type="file"]:focus,
.main-form.alt-color .hs-form textarea:focus,
.main-form.alt-color .hs-form select:focus {
    border: 1px solid #ffae1a;
}

/* ==========================================================================
   2. CONTENT                                            
   ========================================================================== */

.body-container-wrapper {
    top: 0;
}
.body-container {}

/* =====================================
   2a. Modular & Reusable Components                                          
   ===================================== */

.section-wrapper {
    padding: 60px 0 80px;
}

@media (max-width: 767px) {
    .section-wrapper {
        padding: 60px 0 !important;
    }
    .hide-mobile {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .hide-600 {
        display: none !important;
    }
}

.newsletter-form h4 {
    text-align: center;
    margin-bottom: 40px;
}
.newsletter-form form.hs-form {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
}
.newsletter-form label span {
    font-weight: 600;
    line-height: 1.88;
    letter-spacing: -0.2px;
}
.newsletter-form span.hs-form-required {
    display: none !important;
}
.newsletter-form ul.hs-error-msgs.inputs-list {
    color: #ff3366;
    font-size: 14px;
    
}
.newsletter-form li.hs-form-checkbox {
    width: 50%;
    float: left;
    margin-bottom: 0;
}
.newsletter-form form.hs-form > div:nth-of-type(1) {
    margin: 0;
    float: left;
    width: 50%;
}
.newsletter-form form.hs-form > div:nth-of-type(2) {
    margin: 50px 0 0;
    float: left;
    width: 40%;
}
.newsletter-form form.hs-form > div.hs_submit {
    margin: 50px 0 0;
    float: left;
    width: 10%;
}
.newsletter-form li.hs-form-checkbox span {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: -0.2px;
    color: #4a4c50;
    margin-left: 35px;
    display: inline-block;
    margin-bottom: 15px;
}
.newsletter-form input[type="email"] {
    -webkit-border-radius: 0px;
    border-radius: 0;
    background: #f4f4f4;
    padding: 18px 20px 18px 30px;
    font-size: 15px;
    height: 56px;
    outline: none !important;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.newsletter-form input[type="email"]:focus {
    border: 1px solid #88cf00;
}
.newsletter-form input[type="email"].invalid.error {
    border: 1px solid #ff5882;
}

.newsletter-form .hs-button.primary,
.newsletter-form input[type="submit"],
.newsletter-form input[type="button"] {
    -webkit-border-radius: 0px;
    border-radius: 0;
    background-color: #88cf00;
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/newsletter-arrow.svg?t=1542394618410');
    background-repeat: no-repeat;
    background-position: 20px 22px;
    border: none;
    font-size: 0px !important;
    height: 56px;
    width: 56px;
    z-index: -1;
    color: #88cf00;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    transition: background-color .2s ease;;
}
.newsletter-form .hs-button.primary:hover,
.newsletter-form input[type="submit"]:hover,
.newsletter-form input[type="button"]:hover {
    background-color: #9adb2e;
}
.newsletter-form .hs-button.primary:active,
.newsletter-form input[type="submit"]:active,
.newsletter-form input[type="button"]:active {
    background-color: #80b924;
}
.newsletter-form input[type="checkbox"]{
    -webkit-appearance: initial;
    -moz-appearance: none;
    appearance: initial;
    background: #f4f4f4;
    border: 4px solid #f4f4f4;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    border-radius: 0;
    position: absolute;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.newsletter-form li.hs-form-checkbox:nth-of-type(1) input[type="checkbox"]:checked {
    background: #00a9de;
}
.newsletter-form li.hs-form-checkbox:nth-of-type(2) input[type="checkbox"]:checked {
    background: #88cf00;
}
.newsletter-form li.hs-form-checkbox:nth-of-type(3) input[type="checkbox"]:checked {
    background: #ffae1a;
}
.newsletter-form li.hs-form-checkbox:nth-of-type(4) input[type="checkbox"]:checked {
    background: #003059;
}
.newsletter-form input[type="checkbox"]:checked:after {
    /* Heres your symbol replacement - this is a tick in Unicode. */
    content: " ";
    color: #fff;
}
.newsletter-form .hs_error_rollup {
    display: none !important;
}
.newsletter-form .submitted-message {
    text-align: center;
}

@media (max-width: 768px) {
    .newsletter-form form.hs-form > div:nth-of-type(1) {
        width: 100%;
    }
    .newsletter-form form.hs-form > div:nth-of-type(2) {
        margin: 30px 0 0;
        width: 85%;
    }
    .newsletter-form form.hs-form > div.hs_submit {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .newsletter-form li.hs-form-checkbox {
        width: 100%;
    }
}

/* gallery module */
.hs_cos_gallery_main .slick-dots li button:before, .hs_cos_gallery_thumbnails .slick-dots li button:before, .hs_cos_gallery_lightbox .slick-dots li button:before {
    font-size: 12px;
}
.hs_cos_gallery_main .slick-next {
    right: 1px;
}
.hs_cos_gallery_main .slick-prev {
    left: -15px;
}
.slick-prev:before, .slick-next:before {
    font-size: 36px;
}

/*Password Protect*/
.widget-type-password_prompt input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget-type-password_prompt input[type="password"] {
    -webkit-border-radius: 0px;
    border-radius: 0;
    max-width: 400px;
    outline: none !important;
    margin-bottom: 18px;
    background-color: #ffffff;
    border: solid 1px #d3d2d0;
    font-size: 15px;
    min-height: 60px !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.2px;
    text-align: left;
    color: #212325;
    padding: 18px 25px 18px 18px;
    font-family: 'Open Sans', Sans-Serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.widget-type-password_prompt input[type="password"]:focus {
    border: 1px solid #88cf00;
}
.widget-type-password_prompt input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: ;
  font-size: 16px;
  text-decoration: none !important;
}
.widget-type-password_prompt input[type="submit"] {
    border: none;
    outline: none;
    background: #88cf00;
    min-width: 280px;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    -ms-transition: background .2s ease;
    transition: background .2s ease;;
}
.widget-type-password_prompt input[type="submit"]:hover {
    background: #9adb2e;
}
.widget-type-password_prompt input[type="submit"]:active,
.widget-type-password_prompt input[type="submit"]:focus {
    background: #80b924;
}

/* =====================================
   2ab. Flexible Grids                                        
   ===================================== */
   
.flex-grid > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
}

.flex-grid a.button-style-1 {
    min-width: 0;
    padding: 15px 60px;
}

.flex-grid.three-column > span > [class*='hs_cos_wrapper_type_'] {
    margin: 0 !important;
    padding: 20px;
    -webkit-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
}
.flex-grid.three-column > span > .hs_cos_wrapper_type_header,
.flex-grid.three-column > span > .hs_cos_wrapper_type_section_header,
.flex-grid.three-column > span > .hs_cos_wrapper_type_image_slider,
.flex-grid.three-column > span > .hs_cos_wrapper_type_gallery,
.flex-grid.three-column > span > .hs_cos_wrapper_type_space {
    -webkit-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
}
.flex-grid.three-column > span > .hs_cos_wrapper_type_space {
    padding: 0 !important;
    min-height: 0 !important;
}
@media (min-width: 1025px) {
    .flex-grid.three-column > span > div:nth-of-type(-n+3) {
        padding-top: 0;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .flex-grid.three-column > span > div:nth-of-type(-n+2) {
        padding-top: 0;
    }
    .flex-grid.three-column > span > [class*='hs_cos_wrapper_type_'] {
        padding: 20px 10px;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}
@media (max-width: 767px) {
    .flex-grid.three-column > span > div:first-of-type {
        padding-top: 0;
    }
    .flex-grid.three-column > span > [class*='hs_cos_wrapper_type_'] {
        padding: 20px 0;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}


/* =====================================
   2b. Homepage                                            
   ===================================== */

.home-banner-wrapper {
    background-image: url ('https://cdn2.hubspot.net/hubfs/3836852/header-image-1920x.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 860px;
}
.home-banner {
    text-align: center;
    margin: 0 auto !important;
    max-width: 900px !important;
    float: none !important;
    position: relative;
    padding: 250px 20px 0;
}
.home-banner h1 {
    margin: 0;
    color: #fff;
}
/*.home-banner h1 span {
    font-weight: 600;
}*/
.home-banner .duo-buttons {
    margin-top: 140px;
}
.home-banner .duo-buttons a.button-style-1 {
    margin: 0 10px;
}
.home-banner a.button-style-1 {
    padding: 15px 30px;
}
.home-banner h1.main-statement {
    position: relative;
    margin: 0;
    text-align: center;
}
.home-banner h1.main-statement strong {
    font-weight: 600;
}
.home-banner h1.main-statement span {
    white-space: nowrap;
}
.home-banner h1.main-statement .rotating-statement {
    display: inline;
}
.home-banner h1.main-statement .rotating-statement span {
    margin-top: -5px;
    position: absolute;
    opacity: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}
.rotating-statement span {
    -webkit-animation: topToBottom 9s linear infinite 0s;
       -moz-animation: topToBottom 9s linear infinite 0s;
            animation: topToBottom 9s linear infinite 0s;
}
.rotating-statement span:nth-child(2) { 
	animation-delay: 3s; 
}
.rotating-statement span:nth-child(3) { 
	animation-delay: 6s; 
}
/*topToBottom Animation*/
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	2% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	33% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	36% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 0; }
}
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	2% { opacity: 0; -moz-transform: translateY(-50px); transform: translateY(-50px); }
	5% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px); }
	33% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px); }
	36% { opacity: 0; -moz-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 0; }
}
@keyframes topToBottom{
	0% { opacity: 0; }
	2% { opacity: 0; transform: translateY(-50px); }
	5% { opacity: 1; transform: translateY(0px); }
	33% { opacity: 1; transform: translateY(0px); }
	36% { opacity: 0; transform: translateY(50px); }
	100% { opacity: 0; }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .home-banner-wrapper {
        height: 800px;
    }
    .home-banner {
        padding: 200px 20px 0;
    }
}
@media (max-width: 800px) and (min-width: 768px) {
    .home-banner h1 {
        font-size: 64px;
    }
}
@media (max-width: 768px) and (min-width: 601px) {
    .home-banner-wrapper {
        height: 800px;
    }
    .home-banner {
        padding: 150px 20px 0;
    }
    .home-banner h1 {
        margin: 0 0 60px;
    }
}
@media (max-width: 767px) {
    .home-banner h1.main-statement .rotating-statement span {
        margin-top: -3px;
        overflow: visible;
        line-height: 60px;
    }
    br.hidden-br {
        display: inline !important;    
    }
    .home-banner .duo-buttons {
        margin-top: 170px;
    }
    .home-banner .duo-buttons a {
        width: 100%;
        max-width: 280px;
    }
    .home-banner-wrapper {
        height: initial !important;
        min-height: 720px;
    }
    .home-banner .duo-buttons a:last-of-type {
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .home-banner-wrapper {
        height: inherit !important;
        min-height: 760px;
    }
    .home-banner .duo-buttons a:last-of-type {
        margin-top: 20px;
    }
    .home-banner {
        padding: 125px 20px 0;
    }
    .home-banner h1 {
        margin: 0 0 50px;
    }
}
@media (max-width: 480px) {
    .home-banner h1.main-statement .rotating-statement span {
        line-height: 54px;
    }
    .home-banner .duo-buttons {
        margin-top: 160px;
    }
    .home-banner-wrapper {
        min-height: 600px;
    }
}
@media (max-width: 375px) {
    .home-banner h1 {
        font-size: 42px;
    }
}

.counter-wrapper > .row-fluid-wrapper:nth-of-type(1) > .row-fluid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
}
.counter-block {
    max-width: 250px;
    text-align: center;
}
.counter-block .final-count {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    padding-right: 5px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.counter-block .final-count:after {
    content: "*";
    color: rgba(255,255,255,.8);
    font-weight: normal;
    font-size: 24px;
    right: -5px;
    top: -2px;
    position: absolute;
}
.counter-block .final-count.append-dollar {
    padding-left: 14px;
}
.counter-block .final-count.append-dollar:before {
    content: "$";
    left: -9px;
    top: 0;
    position: absolute;
}
.counter-block .final-count span {
    width: 19px;
}
.counter-block .widget-type-text span {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.3em;
    font-family: 'Montserrat', sans-serif;
}
.counter-wrapper .counter-disclaimer {
    text-align: center;
    margin-top: 30px;
}
.counter-wrapper .counter-disclaimer span {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
    line-height: 1.3em;
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
    .counter-wrapper .counter-disclaimer {
        margin-bottom: 30px;
    }
    .counter-block {
        width: 100% !important;
        margin: 0 15px 10px 15px !important;
    }
}
@media (max-width: 600px) {
    .counter-wrapper .counter-disclaimer {
        margin-top: 0;
    }
    .counter-block .final-count:after {
        font-size: 18px;
        top: -3px;
        right: -4px;
    }
    .counter-block .final-count.append-dollar:before {
        left: -5px;
    }
    .counter-block:last-of-type {
        margin: 0 15px 0 15px !important;
    }
    .counter-block {
        margin-bottom: 10px;
    }
    .counter-block .final-count {
        font-size: 24px;
        padding-right: 4px;
    }
    .counter-block .final-count span {
        width: 16px;
    }
    .counter-block .widget-type-text span {
        margin-top: 5px;
        font-size: 18px;
    }
    .counter-wrapper > .row-fluid-wrapper:nth-of-type(1) > .row-fluid {
        margin-top: 50px;
        margin-bottom: 40px;
    }
}

.company-logos-wrapper {
    background: #f8f8f8;
    padding: 30px 0 10px;
}
.company-logos-wrapper > span.hs_cos_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.company-logos-wrapper > span.hs_cos_wrapper > div {
    display: block;
    height: auto;
    margin: 0 42px 30px;
}
.company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(1) img /*Glory*/ {
    max-width: 63px !important;
    height: auto;
}
.company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(2) img /*Gamestop*/ {
    max-width: 138px !important;
    height: auto;
}
.company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(3) img /*Baird*/ {
    max-width: 77px !important;
    height: auto;
}
.company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(4) img /*Careington*/ {
    max-width: 191px !important;
    height: auto;
}
.company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(5) img /*Jordans*/ {
    max-width: 144px !important;
    height: auto;
}

@media (max-width: 767px) {
    .company-logos-wrapper {
        padding: 20px 0 10px;
    }
    .company-logos-wrapper > span.hs_cos_wrapper > div {
        margin: 0 20px 30px;
    }
}
@media (max-width: 600px) {
    .company-logos-wrapper {
        padding: 20px 0 20px;
    }
    .company-logos-wrapper > span.hs_cos_wrapper > div {
        margin: 0 20px 20px;
    }
    .company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(1) img /*Glory*/ {
        max-width: 43px !important;
    }
    .company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(2) img /*Gamestop*/ {
        max-width: 108px !important;
    }
    .company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(3) img /*Baird*/ {
        max-width: 47px !important;
    }
    .company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(4) img /*Careington*/ {
        max-width: 161px !important;
    }
    .company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(5) img /*Jordans*/ {
        max-width: 114px !important;
    }
}
@media (max-width: 414px) {
    .company-logos-wrapper > span.hs_cos_wrapper > div:nth-of-type(6) /*Perfect Day*/ {
        display: none !important;
    }
}

.product-section .row-fluid .page-center {
  max-width: 1360px;
}
.our-products-wrapper-fix /*fixes the height problem when refeshing content*/ {
    min-height: 550px;
}
.our-products-wrapper.epi .product-overview-2 {
    display: none !important;
}
.our-products-wrapper.bti .product-overview-2 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.our-products-wrapper.bti .product-overview-1 {
    display: none !important;
}
.product-switcher {
    width: 100%;
}
.product-switcher {
    margin: 0 auto 40px;
    text-align: center;
    overflow: hidden;
    float: none;
    max-width: 822px;
}
.product-switcher button {
    float: left;
    width: 50%;
}
.product-switcher button {
    height: 87px;
    outline: none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px !important;
    background: #f8f8f8;
    color: #212325;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0 10px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    letter-spacing: .5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
    text-align: center;
    margin: 0 0 40px;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
}
.product-switcher button:hover {
    background: #dcdcdc;
}
.product-switcher button span {
    font-weight: 600;
}
.product-switcher button:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://cdn2.hubspot.net/hubfs/3836852/button-product-caret.svg?t=1542394618410');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 25px;
    width: 0 !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;;
}
.product-switcher button:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #88CF00;
  height: 8px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.product-switcher button.current-view {
    background: #4A4C50;
    color: #fff;
    pointer-events: none;
}
.product-switcher button.current-view:after {
    left: 0;
    right: 0;
}
.product-switcher button.current-view:before {
    width: 25px !important;
    bottom: -23px;
}
.product-overview-1, .product-overview-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-overview-1 .product-image, 
.product-overview-2 .product-image {
    width: 58%;
}
.product-overview-1 .product-desc,
.product-overview-2 .product-desc {
    width: 42%;
    margin-left: -30px;
}
.product-overview-1 .product-desc h3,
.product-overview-2 .product-desc h3 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.product-overview-1 .product-desc h4,
.product-overview-2 .product-desc h4 {
    font-weight: 600;
    margin-bottom: 20px;
}
.product-overview-1 .product-desc h3 + h4,
.product-overview-2 .product-desc h3 + h4 {
    margin-top: 30px;
}
.product-overview-1 .product-link a,
.product-overview-2 .product-link a {
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .product-overview-1 .product-image, .product-overview-2 .product-image {
        width: 50%;
    }
    .product-overview-1 .product-desc, .product-overview-2 .product-desc {
        width: 50%;
    }
}
@media (max-width: 980px) {
    .product-switcher button {
        font-size: 18px !important;
    }
    .product-overview-1 .product-image, .product-overview-2 .product-image {
        width: 100%;
    }
    .product-overview-1 .product-desc, .product-overview-2 .product-desc {
        width: 100%;
        margin-left: 0;
    }
    .product-image img {
        width: 100% !important;
        max-width: 600px !important;
        display: block;
        margin: 0 auto;
    }
    .product-overview-1 .product-desc h3, .product-overview-2 .product-desc h3 {
        text-align: center;
    }
}
@media (max-width: 600px) {
    .product-switcher {
        margin-bottom: 25px;
    }
    .product-switcher button {
        font-size: 14px !important;
    }
    .product-overview-1 .product-link a, .product-overview-2 .product-link a {
        margin-top: 30px;
    }
}

.testimonial-section {
    padding: 30px 0 10px;
    background: #212325;
}
.testimonial-section blockquote {
    margin: 0 !important;
}
.testimonial-section blockquote p {
    font-size: 28px !important;
    font-style: italic;
    padding-left: 0;
    color: #fff;
    line-height: 43px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.2px;
    quotes: none;
}
.testimonial-section .hs_cos_flex-slider {
    background: transparent !important;
    margin: 0 0 50px !important;
}
.testimonial-section .hs_cos_flex-slider .superimpose .caption {
    font-size: 17px;
    position: static !important;
    line-height: 1.8em;
    width: 100%;
    top: 0%;
}
.testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides img {
    display: none;
}
.testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides > li {
}
.testimonial-section .hs_cos_flex-slider p {
    color: #fff;
}
.testimonial-section p cite {
    font-style: normal !important;
    font-size: 13px
}
.testimonial-section ul.hs_cos_flex-direction-nav {
    display: none !important;
}
.testimonial-section .hs_cos_flex-control-nav {
    bottom: -30px;
}
.testimonial-section .hs_cos_flex-control-nav li {
    margin: 0 10px;
}
.testimonial-section .hs_cos_flex-control-paging li a {
    width: 8px;
    height: 8px;
    margin-top: 4px;
    display: block;
    background: #fff;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.testimonial-section .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    width: 12px;
    height: 12px;
    margin-top: 0;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.3);
}

@media (max-width: 1024px) {
    .testimonial-section blockquote p {
        font-size: 24px !important;
    }
}
@media (max-width: 768px) and (min-width: 601px) {
    .testimonial-section blockquote p {
        font-size: 23px !important;
        line-height: 39px;
    }
}
@media (max-width: 600px) {
    .testimonial-section blockquote p {
        font-size: 20px !important;
        line-height: 36px;
    }
}
@media (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background: transparent !important;
    }
}


.targeted-info-wrapper > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.targeted-info-wrapper .targeted-info {
    width: 25% !important;
    margin: 0 !important;
    -webkit-flex: 1 1 24%;
}
.targeted-info a p.information-for {
    color: #c1c1c1;
    font-size: 12px;
    display: block;
    font-weight: bold;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.targeted-info a h4 {
    margin: 0 0 22px;
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.targeted-info a p.subheader {
    font-size: 26px;
    display: block;
    margin: 0;
    max-width: 270px;
    color: #333;
    line-height: 30px;
    letter-spacing: -0.4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.targeted-info-wrapper .targeted-info a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 362px;
    padding: 40px 23px 10px;
    border: 1px solid #cecece;
    overflow: hidden;
    border-top: none;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.targeted-info-wrapper .targeted-info a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.targeted-info-wrapper .targeted-info a:after {
    content: "";
    left: 23px;
    margin: 0;
    bottom: 17px;
    width: 22px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*Employees*/ 
.targeted-info-wrapper .targeted-info:nth-of-type(1) a {
    border-bottom: 7px solid #88cf00;
    border-left: none;
}
.targeted-info-wrapper .targeted-info:nth-of-type(1) a:before{
    background: url('https://cdn2.hubspot.net/hubfs/3836852/information-for-employees-background.jpg?t=1542394618410');
}
.targeted-info-wrapper .targeted-info:nth-of-type(1) a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/info-arrow-green.svg?t=1542394618410');
}

 /*HR Professionals*/
.targeted-info-wrapper .targeted-info:nth-of-type(2) a {
    border-bottom: 7px solid #00a9de;
    border-left: none;
}
.targeted-info-wrapper .targeted-info:nth-of-type(2) a:before{
    background: url('https://cdn2.hubspot.net/hubfs/3836852/information-for--hr-professionals-background.jpg?t=1542394618410');
}
.targeted-info-wrapper .targeted-info:nth-of-type(2) a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/info-arrow-blue.svg?t=1542394618410');
}

/*Security Professionals*/
.targeted-info-wrapper .targeted-info:nth-of-type(3) a {
    border-bottom: 7px solid #ffae1a;
    border-left: none;
}
.targeted-info-wrapper .targeted-info:nth-of-type(3) a:before{
    background: url('https://cdn2.hubspot.net/hubfs/3836852/information-for-security-professionals-background.jpg?t=1542394618410');
}
.targeted-info-wrapper .targeted-info:nth-of-type(3) a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/info-arrow-orange.svg?t=1542394618410');
}

/*Brokers*/
.targeted-info-wrapper .targeted-info:nth-of-type(4) a {
    border-bottom: 7px solid #003059;
    border-left: none;
    border-right: none;
}
.targeted-info-wrapper .targeted-info:nth-of-type(4) a:before{
    background: url('https://cdn2.hubspot.net/hubfs/3836852/information-for-board-members-background.jpg?t=1542394618410');
}
.targeted-info-wrapper .targeted-info:nth-of-type(4) a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/info-arrow-dark.svg?t=1542394618410');
}

.targeted-info-wrapper .targeted-info a:hover h4, .targeted-info-wrapper .targeted-info a:hover p.subheader, 
.targeted-info-wrapper .targeted-info a:focus h4, .targeted-info-wrapper .targeted-info a:focus p.subheader, 
.targeted-info-wrapper .targeted-info a:active h4, .targeted-info-wrapper .targeted-info a:active p.subheader {
    color: #fff;    
}
.targeted-info-wrapper .targeted-info a:hover:before,
.targeted-info-wrapper .targeted-info a:focus:before,
.targeted-info-wrapper .targeted-info a:active:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

@media (max-width: 1200px) {
    .targeted-info a h4 {
        font-size: 22px;
    }
    .targeted-info a p.subheader {
        font-size: 22px;
    }
}
@media (max-width: 980px) {
    .targeted-info-wrapper .targeted-info {
        width: 50% !important;
        -webkit-flex: 1 1 49%;
    }
    .targeted-info-wrapper .targeted-info a {
        height: 300px;
    }
}
@media (max-width: 768px) {
    .targeted-info-wrapper .targeted-info a:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .targeted-info-wrapper .targeted-info a h4, .targeted-info-wrapper .targeted-info a p.subheader {
        color: #fff;    
    }
}
@media (max-width: 600px) {
    .targeted-info a h4 {
        font-size: 20px;
    }
    .targeted-info a p.subheader {
        font-size: 20px;
        margin-bottom: 60px;
    }
    .targeted-info-wrapper .targeted-info a {
        height: 350px;
    }
}
@media (max-width: 400px) {
    .targeted-info-wrapper .targeted-info {
        width: 100% !important;
        -webkit-flex: 1 1 100%;
    }
    .targeted-info-wrapper .targeted-info a {
        height: 100%;
    }
    .targeted-info a p.subheader {
        max-width: initial;
    }
}

.whatis-section {
    background-color: #f8f8f7;
    padding: 80px 0 100px;
}
.whatis-section h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.whatis-section a.button-style-1 {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .whatis-section .row-fluid .span6 {
        width: 100% !important;
    }
    .whatis-section img {
        display: none !important;
    }
    .whatis-section a.button-style-1 {
        max-width: 280px;
        min-width: inherit;
        display: block;
        margin: 40px auto 0;
    }
}

.blog-feed-section .row-fluid .page-center {
  max-width: 1360px;
}
.blog-feed-section {
    padding: 80px 0 80px;
}
.blog-feed-section .button-style-1 {
    text-align: center;
    margin-top: 60px;
}
.popular-posts-wrapper {
    margin-bottom: 30px;
}
.popular-posts-wrapper ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.popular-posts-wrapper ul li {
    width: 33.3%;
    display: block;
    float: left;
    margin: 0 20px;
    border: 1px solid #cfcfcf;
    padding: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.popular-posts-wrapper ul li:nth-of-type(n+4) {
    display: none !important;
}
.popular-posts-wrapper ul li:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}
.popular-posts-wrapper ul li a {
    display: block;
    text-decoration: none;
}
.popular-posts-wrapper ul li a .featured-image {
    min-height: 210px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.popular-posts-wrapper .post-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.56;
    text-decoration: none;
    letter-spacing: normal;
    text-align: left;
    color: #00a9de;
}
.popular-posts-wrapper .post-info {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 7px;
    color: #4a4c50;
    text-transform: capitalize;
}
.popular-posts-wrapper .post-info span {
    font-weight: bold;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .popular-posts-wrapper ul li a .featured-image {
        min-height: 190px;
    }
    .popular-posts-wrapper ul li {
        margin: 0 10px;
    }
}
@media (max-width: 980px) {
    .popular-posts-wrapper ul {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .popular-posts-wrapper ul li {
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }
    .popular-posts-wrapper ul li:last-of-type {
        margin-bottom: 0;
    }
    .blog-feed-section .button-style-1 {
        margin-top: 30px;
    }
}
@media (max-width: 980px) and (min-width: 601px) {
    .popular-posts-wrapper ul li a .featured-image {
        float: left;
        min-height: 200;
        width: 300px;
        margin-right: 20px;
    }
    .popular-posts-wrapper .post-title {
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    .popular-posts-wrapper ul li a .featured-image {
        min-height: 190px;
        width: 100%;
        margin-right: 0;
    }
}

.resources-section {
    background: #f8f8f7;
}
.resources-section .button-style-1 {
    text-align: center;
    margin-top: 60px;
}
.resource-module-wrapper > .row-fluid-wrapper .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.resources-section .resource-module {
    text-align: center;
    max-width: 270px;
    padding: 0 10px;
    width: 25% !important;
    margin: 0 !important;
    -webkit-flex: 1 1 24%;
}
.resources-section .resource-module .resource-icon {
    max-width: 217px !important;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;;
}
.resources-section .resource-module .resource-icon img {
    width: 100% !important;
    margin: 0 auto;
    display: block;
}
.resources-section .resource-module .resource-icon a:hover {
    box-shadow: 0 2px 11px rgba(0,0,0,.17);
}
.resources-section .resource-module .resource-icon a:before {
    content: "DOWNLOAD NOW";
    opacity: 0;
    color: #fff;
    position: absolute;
    z-index: 2;
    width: 160px;
    font-size: 13px;
    letter-spacing: 2px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.resources-section .resource-module .resource-icon a:hover:before {
    opacity: 1;
    top: 52%;
}
.resources-section .resource-module .resource-icon a:after {
    content: "";
    opacity: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #fff !important;
    background-color: rgba(33,35,37,.8);
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/get-it-for-free-download-overlay.svg?t=1542394618410');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 50% 0%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.resources-section .resource-module .resource-icon a:hover:after {
    opacity: 1;
    background-position: 50% 35%;
}
.resource-module p.resource-title {
    font-size: 12px;
}
.resource-module p {
    margin-top: 10px;
    margin-bottom: 0;
}
@media (max-width: 980px) {
    .resources-section .resource-module {
        width: 50% !important;
        max-width: 400px;
        margin: 0 0 40px !important;
        -webkit-flex: 1 1 49%;
    }
    .resources-section .button-style-1 {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .resources-section .resource-module .resource-icon a:before {
        content: " ";
    }
    .resource-module p {
        display: none;
    }
    .resource-module p.resource-title {
        display: inline-block;
    }
    .resources-section .button-style-1 {
        margin-top: 10px;
    }
}
@media (max-width: 414px) {
    .resources-section .resource-module /*Correct alignment issue on iPhones*/ {
        width: 160px !important;
    }
}


.newsletter-section {
    background: #062d4f;
    color: #fff;
}
.newsletter-section .section-title h2 {
    color: #fff;
    margin-bottom: 25px;
}
.newsletter-section .section-title h2:after {
    content: none;
}
.newsletter-section p {
    color: #fff;
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
}
.newsletter-section .newsletter-form li.hs-form-checkbox span {
    color: #fff;
}
.newsletter-section .newsletter-form .hs-button.primary, .newsletter-form input[type="submit"], .newsletter-section .newsletter-form input[type="button"] {
    color: #4A4C50;
    background-color: #4A4C50;
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/button-submit-arrow-green.svg?t=1542394618410');
}
.newsletter-section .newsletter-disclaimer p {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 0;
}


/* =====================================
   2c. Internal Page Components                                    
   ===================================== */


.internal-banner-wrapper, .basic-banner-wrapper {
    padding-top: 138px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #f1f1f1;
}
.internal-banner-wrapper {
    background-image: url ('https://cdn2.hubspot.net/hubfs/3836852/header-image-1920x.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
}
.internal-banner-wrapper.resources-banner {
    margin-bottom: 0 !important;
    padding-bottom: 40px;
    border-bottom: none;
}
.internal-banner-wrapper h1, .basic-banner-wrapper h1, .internal-banner-wrapper h2 {
    color: #fff;
    font-weight: 300;
    line-height: 55px;
    margin: 10px 0 0;
    font-size: 49px;
}
.internal-banner-wrapper h1 a, .internal-banner-wrapper h2 a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.internal-banner-wrapper h1 a:hover, .internal-banner-wrapper h2 a:hover {
    color: #00a9de;
}
.internal-banner-wrapper h1 span, .basic-banner-wrapper h1 span, .internal-banner-wrapper h2 span {
    font-weight: 600;
}
.basic-banner-wrapper h1 {
    color: #212325;
}
@media (max-width: 980px) {
    .internal-banner-wrapper h1, .basic-banner-wrapper h1, .internal-banner-wrapper h2 span {
        font-size: 36px;
        line-height: 42px;
        margin: 20px 0 0;
    }
    .internal-banner-wrapper, .basic-banner-wrapper {
        padding-top: 87px;
        margin-bottom: 30px;
    }
    .internal-banner-wrapper.resources-banner {
        padding-bottom: 30px;
    }
}

.newsletter-section.light-theme {
    background: #fff !important;
    color: #212325 !important;
}
.newsletter-section.light-theme .section-title h2 {
    color: #212325 !important;
}
.newsletter-section.light-theme p {
    color: #212325 !important;
}
.newsletter-section.light-theme .newsletter-form li.hs-form-checkbox span {
    color: #212325 !important;
}
.light-theme .newsletter-form input[type="checkbox"] {
    border-color: #e2e2e2 !important;
    background: #e2e2e2;
}
.light-theme .newsletter-form input[type="email"] {
    background: #e2e2e2 !important;
}

/* =====================================
   2d. Resources                                         
   ===================================== */
   
.resource-grid-wrapper {
    background-color: #f8f8f7;
    padding-bottom: 80px;
}
.resource-grid-wrapper .filters-wrapper {
    float: none;
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 40px;
}
.resources-grid {
    margin-top: 10px;
    width: 100%;
    min-height: 600px !important;
}
.resources-grid .grid-item > a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .resource-grid-wrapper .filters-wrapper {
        padding: 0;
    }
}
@media (min-width: 1025px) {
    .resources-grid .grid-item {
        width: 33.33%;
        padding: 20px 15px;
    }
}
@media (max-width: 1024px) and (min-width: 601px) {
    .resources-grid .grid-item {
        width: 50%;
        padding: 20px 15px;
    }
}
@media (max-width: 768px) {
    .resource-grid-wrapper {
        padding-bottom: 60px;
    }
}
@media (max-width: 600px) {
    .resources-grid .grid-item > a {
        max-width: 380px;
        margin: 0 auto;
    }
    .resource-grid-wrapper {
        background-color: #f8f8f7;
        padding-top: 10px;
        padding-bottom: 60px;
    }
    .resources-grid .grid-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
    }
}

.grid-item .content-img {
    position: relative;
}
.grid-item .content-img.bg-img {
    min-height: 235px;
    background-size: cover;
    background-position: 50% 50%;
}
.grid-item .content-type {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    background-color: #8d8d8f;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
    min-width: 100px;
    top: 30px;
    left: 30px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;;
}
.grid-item .content-desc {
    padding: 20px;
    background: #fff;
}
.grid-item h3.content-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    font-weight: 600;
    color: #00a9de;
}
.grid-item .content-category {
    font-weight: 600;
    font-size: 12px;
    color: #4a4c50;
}
.grid-item .content-category span {
    font-weight: 400;
}

.filters .category-group button {
    float: left;
    width: 20%;
}
.filters .category-group button {
    height: 60px;
    outline: none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    background: #ebebeb;
    color: #212325;
    border: 0;
    border-right: 1px solid #fff;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0 10px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    letter-spacing: .5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
    text-align: center;
    margin: 0 0 40px;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
}
.filters .category-group button:last-of-type {
    border-right: 0;
}
.filters .category-group button:hover {
    background: #dcdcdc;
}
.filters .category-group button span {
    font-weight: 600;
}
.filters .category-group button:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://cdn2.hubspot.net/hubfs/3836852/button-product-caret.svg?t=1542394618410');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 25px;
    width: 0 !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;;
}
.filters .category-group button:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #88CF00;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* HR Professionals
.filters .category-group button:nth-of-type(2):before {
    background: url('https://cdn2.hubspot.net/hubfs/3836852/hr-caret.svg?t=1542394618410') !important;
}
.filters .category-group button:nth-of-type(2):after {
  background: #00a9de;
}
/* Security Professionals
.filters .category-group button:nth-of-type(3):before {
    background: url('https://cdn2.hubspot.net/hubfs/3836852/security-caret.svg?t=1542394618410') !important;
}
.filters .category-group button:nth-of-type(3):after {
  background: #ffae1a;
}
/* Brokers
.filters .category-group button:nth-of-type(4):before {
    background: url('https://cdn2.hubspot.net/hubfs/3836852/board-caret.svg?t=1542394618410') !important;
}
.filters .category-group button:nth-of-type(4):after {
  background: #003059;
}
*/
.filters .category-group button.is-checked {
    font-weight: 500;
    background: #4A4C50;
    color: #fff;
    pointer-events: none;
}
.filters .category-group button.is-checked:after {
    left: 0;
    right: 0;
}
.filters .category-group button.is-checked:before {
    width: 25px !important;
    bottom: -23px;
}

.filters .type-group {
    text-align: center;
}
.filters .type-group .button-group {
    /*margin-top: 20px;*/
    display: inline-block;
}
.filters .type-group button {
    cursor: pointer;
    outline: none !important;
    background: none;
    border: none;
    position: relative;
    padding: 0 4px 2px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    letter-spacing: -0.1px;
    color: #4a4c50;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-transform: uppercase;
    margin: 0 16px;
    -webkit-transition-property: font-weight;
    transition-property: font-weight;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.filters .type-group button.is-checked {
    font-weight: 600;
    pointer-events: none;
}
.filters .type-group button:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #88CF00;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.filters .type-group button.is-checked:after {
    left: 0;
    right: 0;
}
.grid-item .content-overlay {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #88cf00;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing -0.2px;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.grid-item a:hover .content-overlay {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.content-overlay .overlay-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.content-overlay .overlay-desc {
    overflow: hidden;
}
.content-overlay .overlay-desc p, .content-overlay .overlay-desc {
    color: #fff;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing -0.2px
}
.content-overlay .overlay-desc h3, .content-overlay .overlay-desc h2,
.content-overlay .overlay-desc h3 span, .content-overlay .overlay-desc h2 span {
    font-size: 20px !important;
    color: #fff;
    line-height: 26px;
    margin: 0 0 10px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;;
}
.content-overlay .overlay-btn-wrapper {
    flex-basis: max-content;
}
.content-overlay .overlay-btn {
    margin-top: 10px;
    height: 61px;
    background: #033257;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    text-align: center;
    letter-spacing: 0.65px;
    font-family: 'Montserrat', sans-serif;;
}
@media (max-width: 980px) {
    .filters .category-group button {
        font-size: 14px !important;
    }
}
@media (max-width: 768px) {
    .grid-item .content-overlay {
        display: none !important;
    }
    .grid-item a {
        -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
    }
    .grid-item a:hover {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
    }
    .filters .category-group button {
        margin-bottom: 15px;
    }
}
@media (max-width: 600px) {
    .filters .category-group {
        display: none !important;
    }
    .filters .type-group {
        margin-bottom: 10px;
    }
}


/* =====================================
   2de. Toolkit Page (based on Resources)                                         
   ===================================== */

.toolkit-title .page-center {
    position: relative;
    z-index: 10;
}
.toolkit-title h1 {
    margin-right: 320px;
    padding-top: 35px;
}
.toolkit-title h1 em {
    display: none !important;
}
.toolkit-title h1:after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3836852/PrivacyArmor-Logo.svg?t=1542394618410);
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 36px;
    left: 34px;
    top: 0;
    width: 246px;
}
.internal-banner-wrapper .dropbtn {
    background-color: #f8f8f7;
    min-width: 300px;
    color: #4a4c50;
}
.internal-banner-wrapper .dropdown:before {
    z-index: 5;
}
.toolkit-title .dropdown-wrapper {
    bottom: 10px;
    top: inherit;
}
.toolkit-grid-wrapper {
    background-color: #f8f8f7;
    padding: 30px 0 80px;
}
.toolkit-grid-wrapper .grid-item h3.content-title {
    font-size: 20px;
    line-height: 28px;
}
.toolkit-grid-wrapper .grid-item .content-overlay {
    opacity: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: none;
  transform-origin: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.toolkit-grid-wrapper .grid-item a:hover .content-overlay {
    opacity: 1;
}
.toolkit-grid-wrapper .grid-item a.no-link {
    pointer-events: none;
    opacity: .75;
}
.toolkit-grid-wrapper .grid-item a.no-link h3.content-title {
    color: #999;
}
.toolkit-grid-wrapper .content-overlay .overlay-flex-wrapper {
    justify-content: center;
}
.toolkit-grid-wrapper .overlay-desc {
    color: #4A4C50;
}
.toolkit-grid-wrapper .content-overlay .overlay-btn {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    background: transparent;
}
@media (max-width: 920px) {
    .toolkit-title h1 {
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    .toolkit-title h1 {
        padding-top: 30px;
    }
    .toolkit-title h1:after {
        width: 206px;
        height: 30px;
    } 
}
@media (max-width: 480px) {
    .toolkit-title h1:after {
        left: 23px;
    }
}

/* =====================================
   2def. Client Toolkits Page                                      
   ===================================== */

.client-toolkit-title {
    position: relative;
}
.client-toolkit-title h1 {
    margin-left: 345px;
}
.client-toolkit-title h1 span {
    display: none !important;
}
.client-toolkit-title h1:after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/3836852/PrivacyArmor-Logo.svg?t=1542394618410);
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 49px;
    left: 34px;
    bottom: -4px;
    width: 334px;
}
.client-toolkit .grid-item h3.content-title {
    margin-bottom: 10px;
}
.client-toolkit .grid-item .overlay-desc p {
    line-height: 1.75em;
    font-size: 14px;
}
.toolkit-landing-wrapper {
    max-width: 1000px;
    float: none !important;
    margin: 0 auto 30px !important;
}
.tk-info {
    text-align: left;
    margin: 70px 0 30px;
}
.tk-info h1 {
    font-size: 48px;
}
.tk-info h2 {
    font-size: 36px;
}
.tk-info p:last-of-type {
    margin-bottom: 0;
}
.toolkit-switcher {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.toolkit-switcher button {
    outline: none !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 10px;
    min-width: 230px;
    border: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    font-weight: bold;
    text-align: center;
    display: block;
    background: #fff;
    color: #4A4C50;
    text-decoration: none;
    font-size: 14px;
    padding: 20px 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.toolkit-switcher button:hover {
    background: #033257;
    color: #fff;
}
.toolkit-switcher button.current-view {
    background: #033257;
    color: #fff;
    pointer-events: none;
}
.toolkit-tabs-wrapper {
    min-height: 260px !important;
}
@media (max-width: 810px) {
    .toolkit-tabs-wrapper {
        min-height: 303px !important;
    }
}
@media (max-width: 560px) {
    .toolkit-tabs-wrapper {
        min-height: 388px !important;
    }
}
.toolkit-tabs.button-1 .tab-switcher,
.toolkit-tabs.button-2 .tab-switcher {
    display: none !important;
}
.toolkit-tabs.button-1 .tab-1 {
    display: block !important;
}
.toolkit-tabs.button-2 .tab-2 {
    display: block !important;
}
button.button-reset {
    outline: none !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 20px auto 0;
    display: block;
    max-width: 200px;
    border: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    color: #4A4C50;
    background: none !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
button.button-reset:hover,
button.button-reset:active {
    color: #88cf00;
}
.toolkit-grid-wrapper.client-toolkit {
    background-color: #f8f8f7;
    padding: 0 0 80px;
}
.toolkit-grid-wrapper.client-toolkit .filters {
    float: none;
    max-width: 1200px;
    margin: 0 auto !important;
}
.toolkit-grid-wrapper.client-toolkit .filters .category-group .button-group {
    display: flex;
    flex-wrap: nowrap;
}
.toolkit-grid-wrapper.client-toolkit .filters .category-group .button-group button {
    width: 100%;
    display: block;
    border-right: 2px solid #fff;
}
.toolkit-grid-wrapper.client-toolkit .filters .category-group .button-group button:last-of-type {
    border-right: 0;
}

.section-title.client-toolkit h2 {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.client-toolkit-links > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.client-toolkit-links > span > div {
    margin: 10px;
}
.client-toolkit-links a {
    font-weight: bold;
    text-align: center;
    display: block;
    background: #fff;
    color: #4A4C50;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 10px;
    min-width: 230px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.client-toolkit-links a:hover, .client-toolkit-links a:active, .client-toolkit-links a:focus {
    background: #033257;
    color: #fff;
}
@media (max-width: 980px) {
    .client-toolkit-title h1:after {
        height: 36px;
        width: 246px;
        bottom: -2px;
    }
    .client-toolkit-title h1 {
        margin-left: 256px;
    }
}
@media (max-width: 600px) {
    .client-toolkit-title h1:after {
        width: 206px;
        height: 30px;
        top: 20px;
        bottom: initial;
    }
    .client-toolkit-title h1 {
        padding-top: 30px;
        margin-left: 0;
        margin-top: 20px;
    }
    .tk-info {
        margin-top: 50px;
    }
    .tk-info h2 {
        font-size: 30px;
    }
    .toolkit-grid-wrapper.client-toolkit .filters .category-group {
        display: block !important;
    }
    .toolkit-grid-wrapper.client-toolkit .filters .type-group .button-group {
    }
}
@media (max-width: 480px) {
    .client-toolkit-title h1:after {
        left: 23px;
    }
}
@media (max-width: 400px) {
    .toolkit-grid-wrapper.client-toolkit .filters .category-group .button-group button {
        font-size: 13px !important;
    }
}

/* =====================================
   2e. Basic Secondary Page                                        
   ===================================== */
   
.page-content h2:first-of-type, .page-content h3:first-of-type, .page-content p:first-of-type {
    margin-top: 0;
}
.page-content {
    margin-bottom: 60px !important;
}
.banner-quote-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 375px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.banner-quote {
    float: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}
.banner-quote, .banner-quote p {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 42px;
    line-height: 60px;
    font-style: italic;
}
.banner-quote .quote-author {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: initial;
    margin: 10px 0 0;
}
.full-width-wrapper {
    padding: 80px 0;
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
}
.full-width-wrapper.alt-bg {
    background-color: #f8f8f7;
}
.full-width-wrapper .section-title h2 {
    margin-bottom: 60px;
}
.full-width-img {
        text-align: center;
}
.full-width-img img {
    height: auto;
    margin: 0 auto;
}
@media (max-width: 980px) {
    .banner-quote, .banner-quote p {
        font-size: 44px;
        line-height: 56px;
    }
}
@media (max-width: 768px) {
    .banner-quote, .banner-quote p {
        font-size: 36px;
        line-height: 48px;
    }
    .banner-quote .quote-author {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .rebrand-story img {
      -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
      display: block;
      height: auto;
      width: 100% !important;
      max-width: 100%;
      vertical-align: middle;
    }
}


/* =====================================
   2f. Our Team Page                                     
   ===================================== */

.our-team-wrapper .section-title {
    margin-top: 25px;
}
.our-team-wrapper .section-title h2 {
    margin-bottom: 55px;
}
.mission-statement-wrapper {
    background: #212325;
    padding: 120px 20px;
}
.mission-statement {
    float: none !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}
.mission-statement, .mission-statement p, .mission-statement h3 {
    color: #fff;
}
.mission-statement h3:first-of-type, .mission-statement h2:first-of-type, .mission-statement h1:first-of-type {
    margin-top: 0;
}
.mission-statement h3 {
    margin-bottom: 40px;
}
.team-vision-wrapper {
    max-width: 1156px;
    padding: 0 20px;
    padding-top: 110px;
    margin: 0 auto !important;
    float: none !important;
}
.team-vision-wrapper h3 {
    font-weight: bold;
    margin-top: 30px;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.4px;
}
.team-vision-wrapper h3:first-of-type {
    margin-top: 0;
}
.team-vision-wrapper h3 {
    line-height: 30px;
    letter-spacing: -.2px;
}
.team-leaders-wrapper {
    background: #fff;
    padding: 60px 20px 110px;
}
.team-members-wrapper {
    background: #f8f8f7;
    padding: 110px 20px;
}
.board-members-wrapper {
    background: #f8f8f7;
    padding: 0 20px 110px;
}
.board-members-wrapper .section-title {
    margin-top: 0;
}
.team-members-wrapper > span, .board-members-section > span {
    max-width: 1116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.board-members-section > span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.team-leaders-wrapper > span {
    max-width: 1116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    height: 875px;
}
.team-leaders-wrapper > span > div {
    width: 33.3%;
    /*max-width: 372px;*/
    margin: 0;
    padding: 0 8px 25px;
}
.team-leaders-wrapper .team-member-card.heading-card {
    background: #88cf00;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-leaders-wrapper .team-member-card.heading-card h3 {
    color: #fff;
    max-width: 175px;
    margin: 0;
    font-size: 32px;
    line-height: normal;
}
@media (min-width: 981px) {
    .team-leaders-wrapper > span > div:nth-of-type(1) .team-member-card {
        min-height: 250px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(2) .team-member-card,
    .team-leaders-wrapper > span > div:nth-of-type(3) .team-member-card {
        min-height: 275px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(4) .team-member-card {
        min-height: 475px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(5) .team-member-card {
        min-height: 350px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(6) .team-member-card {
        /*min-height: 350px;*/
        min-height: 275px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(7) .team-member-card {
        /*min-height: 475px;*/
        min-height: 250px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(8) .team-member-card {
        /*min-height: 475px;*/
        min-height: 275px;
    }
}
.team-leaders-wrapper .hs_cos_wrapper_type_header h3 {
    min-height: 375px;
    background: #88cf00;
    margin: 0 !important;
    color: #fff;
}
.team-members-wrapper > span > div {
    /*max-width: 279px;*/
    width: 25%;
    margin: 0;
    padding: 8px;
}
.team-member-card {
    position: relative;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    min-height: 375px;
}
.card-gradient-overlay {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
    */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.23) 75%, rgba(0,0,0,0.35) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.23) 75%,rgba(0,0,0,0.35) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,0.23) 75%,rgba(0,0,0,0.35) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
}
.team-member-card .linkedin-icon {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
}
.team-leaders-wrapper .team-member-card .linkedin-icon {
    bottom: 25px;
    right: 20px;
}
.team-member-card a {
    display: block;
}
.team-member-desc-wrapper {
    padding-right: 10px;
    padding-left: 15px;
    width: 100%;
    z-index: 2;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
}
.team-member-desc-wrapper span {
    display: block;
    line-height: normal;
}
.team-member-desc-wrapper span.member-title {
    font-size: 14px;
    text-shadow: 0 0 10px rgba(0,0,0,.9);
    margin-bottom: 5px;
    max-width: 80%;
}
.team-member-desc-wrapper span.member-location {
    font-size: 12px;
    text-shadow: 0 0 10px rgba(0,0,0,.4);
    margin-bottom: 6px;
}
.team-member-desc-wrapper h4.member-name {
    line-height: normal;
    color: #fff;
    max-width: 86%;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}
.team-leaders-wrapper .team-member-desc-wrapper h4.member-name {
    font-size: 24px;
    margin: 0 0 30px;
}
.team-member-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%;
    padding: 20px 20px;
    z-index: 3;
    position: absolute;
    background-color: rgba(0, 48, 89, 0.9);
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
  /*
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  */
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.team-member-card:hover .team-member-overlay {
  /*-webkit-transform: scaleY(1);
  transform: scaleY(1);*/
  opacity: 1;
}
.team-leaders-wrapper .team-member-overlay {
    padding: 20px 30px;
}
.team-member-card:hover {
  overflow: visible;
}
.team-member-overlay .overlay-qa {
    border-top: 4px solid #88cf00;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.team-member-overlay span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
}
.team-member-overlay span.question {
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-top: 20px;
    margin-bottom: 0;
}
.team-leaders-wrapper .team-member-overlay span.question {
    font-size: 16px;
}
.team-member-overlay span.question:first-of-type {
    margin-top: 0;
}
.team-member-overlay span.answer {
    margin-top: 5px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.board-members-section > span > div {
    width: 33.3%;
    margin: 0;
    padding: 8px;
}
.board-member-card {
    cursor: pointer;
    min-height: 100px;
    background: #98989a;
    padding: 20px;
    position: relative;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.board-member-card:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}
.board-member-card a {
    text-decoration: none;
}
.board-member-card img.linkedin-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}
.board-member-card span.member-title {
    font-size: 14px;
    display: block;
    line-height: normal;
    color: #fff;
    margin-bottom: 5px;
    max-width: 86%;
}
.board-member-card h4.member-name {
    line-height: normal;
    color: #fff;
    max-width: 86%;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .team-members-wrapper > span > div {
        width: 33.3%;
    }
}
@media (max-width: 980px) and (min-width: 601px) {
    .team-member-desc-wrapper span.member-title {
        max-width: 100%;
    }
    .board-members-section > span > div {
        width: 50%;
    }
    .team-leaders-wrapper > span {
        height: 1450px;
    }
    .team-leaders-wrapper > span > div {
        width: 50%;
    }
    .team-leaders-wrapper > span > div:nth-of-type(1) .team-member-card {
        min-height: 250px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(2) .team-member-card {
        min-height: 375px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(3) .team-member-card {
        min-height: 325px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(4) .team-member-card {
        min-height: 400px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(5) .team-member-card {
        min-height: 375px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(6) .team-member-card {
        min-height: 325px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(7) .team-member-card {
        min-height: 300px;
    }
    .team-leaders-wrapper > span > div:nth-of-type(8) .team-member-card {
        min-height: 350px;
    }
}
@media (max-width: 768px) {
    .team-member-overlay {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .team-vision-wrapper div.widget-type-rich_text:last-of-type {
        margin-top: 40px;
    }
}
@media (max-width: 767px) and (min-width: 601px) {
    .team-members-wrapper > span > div {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .mission-statement-wrapper {
        padding: 80px 20px;
    }
    .team-members-wrapper {
        padding: 80px 20px;
    }
    .team-leaders-wrapper {
        padding-bottom: 80px;
    }
    .board-members-wrapper {
        padding: 0 20px 80px;
    }
    .team-vision-wrapper {
        padding-top: 80px;
    }
    .team-leaders-wrapper > span {
        height: auto;
        flex-direction: row;
    }
    .team-leaders-wrapper > span > div {
        width: 50%;
        padding: 8px;
    }
    .board-members-section > span > div {
        width: 100%;
    }
    .team-leaders-wrapper > span > div .team-member-card {
        min-height: 300px;
    }
    .team-leaders-wrapper .team-member-card.heading-card h3 {
        font-size: 28px;
    }
    .team-member-card .linkedin-icon {
        bottom: initial;
        top: 15px;
        right: 15px;
    }
    .team-member-desc-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
    .team-member-desc-wrapper h4.member-name {
        max-width: none;
        font-size: 18px !important;
        margin: 0 0 20px !important;
    }
    .team-member-desc-wrapper span.member-location {
        display: none;
    }
    .team-members-wrapper > span > div {
        width: 50%;
    } 
    .team-member-card {
        min-height: 300px;
    }
    .team-member-overlay {
        padding: 10px !important;
    }
}
@media (max-width: 414px) {
    .team-leaders-wrapper > span > div:first-of-type {
        display: none;
    }
    .team-leaders-wrapper > span > div .team-member-card {
        min-height: 250px;
    }
    .team-member-card {
        min-height: 250px;
    }
}
@media (max-width: 375px) {
    .team-leaders-wrapper > span, .team-members-wrapper > span {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .team-members-wrapper > span > div, .team-leaders-wrapper > span > div {
        width: 100%;
        max-width: 250px;
    } 
    .team-member-card {
        min-height: 250px;
    }
}


/* =====================================
   2g. Contact Us Page                                     
   ===================================== */

.contact-us-wrapper {
    padding: 50px 0 80px;
}
.contact-us-wrapper h2, .contact-us-wrapper p {
    text-align: center;
}
.contact-us-wrapper h2 {
    margin-top: 0;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
}
.contact-us-wrapper p {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.map-link {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    z-index: 2;
    width: 80px;
}
.map-wrapper {
    position: relative;
    background: #f6f6f6;
}
.map-info {
    background-color: #003059;
    padding: 30px 35px;
    max-width: 440px;
    position: absolute;
    z-index: 3;
    top: 90px;
    left: 38%;
    transform: translateX(-62%);
}
.map-info a {
    color: #fff;
    text-decoration: none;
}
.map-info a:hover {
    text-decoration: underline;
}
.map-info h4 {
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
    font-size: 20px;
}
.map-info p.phone-number {
    color: #fff;
    margin-bottom: 5px;
}
.map-info p.map-address {
    color: #fff;
    margin-top: 5px;
}
.map-info p.map-directions {
    color: #fff;
    opacity: .7;
}
.map-mobile {
    display: none !important;
}
@media (max-width: 600px) {
    .contact-us-wrapper {
        padding: 30px 0 50px;
    }
    .map-info {
        position: static;
        width: 100%;
        transform: inherit;
        max-width: none;
    }
    .map-desktop {
        display: none !important;
    }
    .map-mobile {
        display: block !important;
    }
}


/* =====================================
   2h. Landing Page (and Toolkit)                                  
   ===================================== */

.lp-main-content-wrapper {
    margin-top: 170px;
    margin-bottom: 80px;
}
.lp-main-content {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.lp-desc {
    width: 65%;
    padding-right: 5%;
}
.tk-desc {
    width: 100%;
}
.lp-hero-img {
    width: 35%;
}
.lp-main-content h1, .tk-main-content h2 {
    margin-top: 0;
    color: #212325;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 25px;
}
.lp-main-content p:last-of-type {
    margin-bottom: 30px;
}
.lp-preview-wrapper,
.tk-detailed-wrapper {
    color: #fff;
    background-color: #003059;
    padding: 80px 0;
}
.lp-preview-wrapper h2,
.tk-detailed-wrapper h2 {
    position: relative;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 50px;
    letter-spacing: -.4px;
    font-weight: bold;
    font-family: 'Open Sans', Sans-Serif;
}
.lp-preview-wrapper h2:after,
.tk-detailed-wrapper h2:after {
    content: " ";
    position: absolute;
    height: 3px;
    left: 0;
    width: 113px;
    bottom: -20px;
    background: #88cf00;
}
.lp-preview-wrapper p, .lp-preview-wrapper ul li, .lp-preview-wrapper h2,
.tk-detailed-wrapper p, .tk-detailed-wrapper ul li, .tk-detailed-wrapper h2 {
    color: #fff;
}
.lp-preview-wrapper ul {
    padding-left: 0;
}
.lp-preview-wrapper ul li,
.tk-detailed-wrapper ul li {
    line-height: 1.38;
    margin-bottom: 20px;
    letter-spacing: -.2px;
}
.lp-preview-wrapper ul li:last-of-type {
    margin-bottom: 0;
}
.lp-preview-wrapper p {
    line-height: 1.88;
    letter-spacing: -.2px;
}
.lp-preview-wrapper p:first-of-type {
    margin-top: 0;
}
.whats-inside .section-title h2 {
    margin-bottom: 50px;
}
.whats-inside-gallery {
    max-width: 980px !important;
    margin: 0 auto !important;
    float: none !important;
}
.lp-form-container .section-title h2 {
    margin-bottom: 20px;
}

.accordion__item {
    padding: 23px 20px 23px 30px;
    background: #fff;
    margin-bottom: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.accordion-header,
.accordion-body {
}
.accordion-header {
  color: #4a4c50;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.88;
  font-weight: normal;
  letter-spacing: -.2px;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.accordion-header:hover {
  position: relative;
  z-index: 5;
}
.accordion-body {
  background: #fff;
  color: #656565;
  display: none;
}
.accordion-body p {
  color: #656565;
  font-size: 13.5px;
  line-height: 1.63;
  letter-spacing: 0.1px;
}
.accordion-body p:first-of-type {
  margin-top: 0;
}
.accordion-body p:last-of-type {
  margin-bottom: 0;
}
.accordion-body__contents {
  padding: 5px 0 0;
  font-size: 13.5px;
}
.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}
.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}
.accordion__item > .accordion-header:after {
  content: " ";
  background-image: url('https://cdn2.hubspot.net/hubfs/3836852/accordion-faq-arrow-closed.svg?t=1542394618410');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px !important;
  height: 12px;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: 10px;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);;
}
.accordion__item.active > .accordion-header:after {
  top: 12px;
  background-image: url('https://cdn2.hubspot.net/hubfs/3836852/accordion-faq-arrow-active-green.svg?t=1542394618410');
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);;
}
.accordion__item.active {
  box-shadow: 0 8px 42px 0 rgba(0, 0, 0, 0.1);
}
.accordion__item.active .accordion-header {
  color: #00a9de;
  padding-bottom: 0;
}
.accordion__item .accordion__item .accordion-header {
  background: #fff;
  color: black;
}
@media screen and (max-width: 1000px) {
  .accordion {
    width: 100%;
  }
}
@media (max-width: 980px) {
    .lp-main-content-wrapper {
        margin-top: 130px;
        margin-bottom: 80px;
    }
    .lp-desc {
        width: 60%;
    }
    .lp-hero-img {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .lp-preview-wrapper ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .accordion__item {
        padding: 20px 10px 20px 20px;
    }
    .lp-main-content {
        flex-wrap: wrap;
    }
    .lp-desc {
        width: 100%;
        order: 2;
        padding-right: 0;
    }
    .lp-hero-img {
        width: 100%;
        text-align: center;
        order: 1;
        margin-bottom: 20px;
    }
    .lp-hero-img img {
        max-width: 350px;
        margin: 0 auto;
    }
}


/* =====================================
   2i. Toolkit Landing Page                                  
   ===================================== */

.tk-desc {
    max-width: 800px;
}
.tk-desc h1 {
    font-size: 48px;
}
.tk-desc h2 {
    font-size: 30px;
}
.tk-desc p:last-of-type {
    margin-bottom: 0;
}
.tk-detailed-wrapper .page-center {
    max-width: 1000px !important;
}
.toolkit-link-list h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0;
}
.toolkit-link-list .flex-grid.three-column > span > .hs_cos_wrapper_type_rich_text {
    max-width: 33%;
}
@media (max-width: 1024px) {
    .toolkit-link-list .flex-grid.three-column > span > .hs_cos_wrapper_type_rich_text {
        max-width: 50%;
    }  
}
@media (max-width: 767px) {
    .tk-desc h1 {
        font-size: 40px;
    }
    .toolkit-link-list .flex-grid.three-column > span > .hs_cos_wrapper_type_rich_text {
        max-width: 100%;
    }
    .toolkit-link-list .hs_cos_wrapper_type_rich_text {
        text-align: center;
    }
}

/* =====================================
   2j. Thank You Page                                     
   ===================================== */

.ty-banner-wrapper {
    position: relative;
    background-image: url ('https://cdn2.hubspot.net/hubfs/3836852/header-image-1920x.jpg');
    background-size: cover !important;
    background-position: 75% 0% !important;
    background-repeat: no-repeat !important;
    min-height: 640px !important;
    margin-bottom: 130px;
}
.ty-banner {
    text-align: center;
    margin: 0 auto !important;
    max-width: 900px !important;
    float: none !important;
    position: relative;
    padding: 200px 20px 0;
}
.ty-banner h1 {
    margin: 0;
    font-size: 45px;
    line-height: 1.47;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: bold;
    color: #fff;
}
.ty-banner p {
    color: #fff;
}
.content-share-wrapper {
    min-height: 0 !important;
    position: absolute;
    bottom: -100px;
    width: 100% !important;
}
.content-share {
    background: #fff;
    margin: 0 auto;
    max-width: 700px;
    padding: 20px 35px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
.content-share h4, .content-share p {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: -.2px;
    color: #212325;
    margin: 0 0 5px;
}
.content-share-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-share-buttons > div {
    width: 50%;
    padding: 20px;
}
.content-share-buttons > div > a {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: center;
    letter-spacing: .6px;
    font-size: 14px;
    text-decoration: none;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.content-share-buttons > div > a:hover {
    opacity: .85;
}
.content-share-buttons > div.email-share > a {
    background-color: #ffae1a;
}
.content-share-buttons > div.linkedin-share > a {
    background-color: #003059;
}
@media (max-width: 980px) {
    .ty-banner-wrapper {
        min-height: 575px !important;
        margin-bottom: 130px;
    }
    .ty-banner {
        padding: 150px 20px 0;
    }
}
@media (max-width: 600px) {
    .content-share-desc {
        margin-bottom: 20px;
    }
    .content-share-buttons > div {
        padding: 0 0 20px;
        width: 100%;
    }
    .ty-banner-wrapper {
        margin-bottom: 0px;
        min-height: none !important;
    }
    .ty-banner {
        padding: 120px 20px 50px;
    }
    .content-share-wrapper {
        bottom: initial;
        position: static;
        margin-top: 40px !important;
    }
    .content-share {
        padding: 20px 20px 0;
        box-shadow: none !important;
    }
}


/* =====================================
   2l. VigilanteATI Product Page                                 
   ===================================== */
   
div#get-demo {
    position: absolute;
    bottom: 30px;
    z-index: -1;
    visibility: hidden;
}

.vigilanteati-header .main-menu .hs-menu-wrapper > ul > li:last-of-type a {
    background: #ffae1a;
}
.vigilanteati-header .main-menu .hs-menu-wrapper > ul > li:last-of-type a:hover {
    background: #ffb93a;
}
.vigilanteati-header .main-menu .hs-menu-wrapper > ul > li:last-of-type a:active,
.vigilanteati-header .main-menu .hs-menu-wrapper > ul > li:last-of-type a:focus {
    background: #e09f28;
}
.vigilanteati-header .main-menu .hs-menu-wrapper > ul > li:last-of-type ul {
    display: none !important;
}
.product-banner-wrapper {
    background-image: url ('https://cdn2.hubspot.net/hubfs/3836852/header-image-1920x.jpg');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
    min-height: 900px !important;
}
/*Extra wrapper for screens larger than 1400px */
.product-banner-max {
    margin: 0 auto !important;
    float: none !important;
    max-width: 1400px;
    position: relative;
}
.product-banner {
    margin: 0 auto !important;
    float: none !important;
    padding: 250px 30px 0;
    max-width: 1160px;
    margin: 0 auto;
}
.product-banner > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.product-banner .product-desc-wrapper {
    max-width: 450px;
    z-index: 3;
    color: #fff;
}
.product-banner .product-desc-wrapper h1 {
    font-size: 30px;
    margin: 0 0 30px;
    line-height: normal;
}
.product-banner .product-desc-wrapper h2 {
    color: #fff;
    font-size: 45px;
    line-height: 1.27;
    position: relative;
    padding: 0 0 25px;
    letter-spacing: normal;
    margin: 0 0 20px;
}
.product-banner .product-desc-wrapper h2:after {
    content: " ";
    position: absolute;
    background-color: #88cf00;
    height: 3px;
    width: 40px;
    bottom: 0;
    left: 0;
}
.product-banner .product-desc-wrapper.alt-color h2:after {
    background-color: #ffae1a;
}
.product-banner .product-desc-wrapper p {
    color: #fff;
    letter-spacing: 1.1px;
    line-height: 1.63;
}
.product-banner .product-desc-wrapper a.button-style-1 {
    margin-top: 10px;
    min-width: 202px;
    box-shadow: 15px 12px 60px 10px rgba(0,0,0,.4);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}
.product-banner .product-img {
    margin-top: 30px;
    z-index: 2;
    position: absolute;
    right: 0;
    max-width: 60%;
    width: 810px;
    float: right;
}
@media (max-width: 1100px) {
    .product-banner .product-img {
        margin-top: 0;
    }
    .product-banner > .row-fluid-wrapper > .row-fluid {
        align-items: center;
    }
}
@media (max-width: 1024px) {
    .product-banner-wrapper {
        min-height: 800px !important;
    }
    .product-banner {
        padding-top: 200px;
    }
}
@media (max-width: 980px) {
    .product-banner > .row-fluid-wrapper > .row-fluid {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .product-banner .product-desc-wrapper {
        max-width: 600px;
        width: 100%;
        margin-bottom: 40px;
    }
    .product-banner .product-img {
        position: relative;
        right: initial;
        width: 100%;
        max-width: none;
    }
    .product-banner .product-desc-wrapper a.button-style-1 {
        display: block;
        margin: 30px auto 0;
        max-width: 202px;
    }
}
@media (max-width: 767px) {
    .product-banner .product-desc-wrapper {
        max-width: 450px;
    }
    .product-banner {
        padding: 150px 20px 0;
    }
}
@media (max-width: 600px) {
    .product-banner-wrapper {
        min-height: 700px !important;
    }
    .product-banner .product-img {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .product-banner .product-desc-wrapper h2 {
        font-size: 42px;
    }
}

.product-highlights-wrapper {
    background: #174798;
    padding: 140px 0 100px;
    position: relative;
}
.product-highlights-wrapper:before {
    content: "";
    position: absolute;
    top: -122px;
    height: 400px;
    background: url(https://cdn2.hubspot.net/hubfs/3836852/blue-swoop-privacyarmor.svg?t=1542394618410);
    background-size: 100%;
    width: 100%;
    z-index: 1;
}
.product-highlights-wrapper .page-center {
    max-width: 1160px !important;
}
.product-highlights-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.product-highlight {
    margin-left: 30px !important;    
}
.product-highlight:first-child {
    margin-left: 0 !important;
}
.product-highlight {
    z-index: 2;
    position: relative;
    width: 25% !important;
}
.product-highlight img {
    position: absolute;
    z-index: 1;
    max-width: 64px;
    height: auto;
    top: -85px;
    left: 0;
}
.product-highlights-wrapper.old-icons .product-highlight img {
    position: absolute;
    z-index: 1;
    max-width: initial;
    min-width: 67px;
    height: auto;
    top: -135px;
    left: -40px;
}
.product-highlight .highlight-text {
    z-index: 2;
    position: relative;
}
.product-highlight h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.4px;
}
.product-highlight p {
    color: #fff;
    letter-spacing: -.2px;
}
@media (max-width: 1400px) {
    .product-highlights-wrapper:before {
        display: none !important;
    }
}
@media (max-width: 980px) {
    .product-highlights-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 980px) and (min-width: 601px) {
    .product-highlight {
        width: 50% !important;
        margin-left: 0 !important;
        padding: 0 20px;
        margin-bottom: 120px;
    }
    .product-highlight:nth-of-type(n+3) {
        margin-bottom: 0;
    }
    .product-highlight img {
        left: 0;
    }
    .product-highlights-wrapper.old-icons .product-highlight img {
        left: -20px;
    }
}
@media (max-width: 767px) and (min-width: 601px) {
    .product-highlight:nth-of-type(odd) img {
        left: 0;
    }
    .product-highlights-wrapper.old-icons .product-highlight img {
        left: -40px;
    }
    .product-highlight:nth-of-type(odd) {
        padding: 0 20px 0 0;
    }
    .product-highlight:nth-of-type(even) {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 600px) {
    .product-highlight {
        max-width: 450px;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 120px;
        padding: 0;
        text-align: center;
    }
    .product-highlight:first-child {
        margin-left: auto !important;
    }
    .product-highlight:last-of-type {
        margin-bottom: 0;
    }
    .product-highlight img {
        left: 50%;
        -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
    .product-highlights-wrapper.old-icons .product-highlight img {
        left: 55%;
        -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
}

.vigilante-slider-center {
    max-width: 1160px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 30px;
    min-height: 600px !important;
}
.vigilante-slider-center > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.vigilante-slider-center .widget-type-linked_image {
    position: absolute;
    left: 0;
    max-width: 625px;
    margin-top: -80px;
}
.vigilante-slider {
    margin-top: 80px;
}
.vigilante-slider .hs_cos_gallery_main {
    padding: 0;
}
.vigilante-slider .slick-slider button.slick-arrow {
    display: none !important;
}
.vigilante-slider .slick-slide-inner-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.vigilante-slider .slick-slide-inner-wrapper img {
    display: none !important;
}
.vigilante-slider .slick-slide-inner-wrapper .caption.below {
    z-index: 2;
    width: 100% !important;
    max-width: 550px;
    display: block;
}
.vigilante-slider .slick-dots {
    top: 0;
}
.vigilante-slider .slick-dots li {
    margin: 0 8px;
}
.vigilante-slider .slick-dots li button:before {
    border-radius: 50%;
    padding-top: 1px;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: normal;
    color: #212325;
    border: 2px solid transparent;
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;;
}
.vigilante-slider .slick-dots li.slick-active button:before {
    border: 2px solid #212325;
    color: transparent;
    border-radius: 50%;
    opacity: 0.3;
    width: 16px;
    height: 16px;
}
.vigilante-slider .caption h4 {
    margin-top: 0;    
}
@media (min-width: 1401px) {
    .vigilante-slider .slick-slide-inner-wrapper .caption.below {
        max-width: 800px;
    }
}
@media (max-width: 980px) {
    .vigilante-slider-center {
        min-height: 400px !important;
    }
    .vigilante-slider {
        margin-top: 40px;
    }
    .vigilante-slider-center .widget-type-linked_image {
        margin-top: -40px;
    }
}
@media (max-width: 768px) {
    .vigilante-slider-center {
        min-height: 0 !important;
    }
    .vigilante-slider .slick-slide-inner-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .vigilante-slider-center > .row-fluid-wrapper > .row-fluid {
        display: block;
    }
    .vigilante-slider-center .widget-type-linked_image {
        display: none !important;
    }
    .vigilante-slider {
        margin-top: 0;
    }
    .vigilante-slider-wrapper {
        padding-bottom: 60px;
    }
}

.product-demo-form-container {
    padding-top: 100px;
    border-top: 2px solid #f1f1f1;
}
.product-demo-form-container .section-title h2 {
    margin-bottom: 20px;
}
.product-demo-form-container .section-title h2 span {
    font-weight: bold;
    text-transform: uppercase;
}


/* =====================================
   2k. PrivacyArmor Product Page                                   
   ===================================== */
   
.privacyarmor-header .main-menu .hs-menu-wrapper > ul > li:last-of-type a {
    background: #88cf00;
}
.privacyarmor-header .main-menu .hs-menu-wrapper > ul > li:last-of-type a:hover {
    background: #9adb2e;
}
.privacyarmor-header .main-menu .hs-menu-wrapper > ul > li:last-of-type a:active,
.privacyarmor-header .main-menu .hs-menu-wrapper > ul > li:last-of-type a:focus {
    background: #80b924;
}
.privacyarmor-header .main-menu .hs-menu-wrapper > ul > li:last-of-type ul {
    display: none !important;
}
.protection-benefits-wrapper {
    padding: 100px 0 80px;
    background: #fff;
}
.protection-benefits-wrapper .section-title h2 {
    max-width: 625px;
}
.protection-benefits > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.protection-benefits .protection-text {
    width: 100%;
}
.protection-benefits .protection-img {
    width: 100%;
    max-width: 450px;
    margin-left: 60px;
}
.protection-benefits .protection-img img {
    width: 100% !important;
    height: auto;
}
.protection-benefits p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.46;
    font-weight: 300;
    color: #212325;
    font-family: 'Montserrat', sans-serif;;
}
.protection-benefits p.pa-disclaimer {
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.88;
    font-size: 16px;
    color: #4a4c50;
    font-family: 'Open Sans', Sans-Serif;
}
@media (max-width: 1024px) {
    .protection-benefits .protection-img {
        margin-left: 20px;
    }
}
@media (max-width: 980px) {
    .protection-benefits .protection-img {
        display: none !important;
    }
    .protection-benefits .protection-text {
        max-width: 600px;
    }
}
@media (max-width: 600px) {
    .protection-benefits-wrapper {
        padding: 80px 0;
    }
    .protection-benefits p {
        font-size: 24px;
    }
}

.wavy-section-wrapper {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/wavy-backdrop.svg?t=1542394618410');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 638px !important;
    padding: 160px 0 0;
    position: relative;
}
.wavy-section-wrapper .wavy-section.page-center {
    max-width: 650px !important;
}
.wavy-section-wrapper .wavy-section h3 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Montserrat', sans-serif;;
}
.wavy-section-wrapper .wavy-section p {
    color: #fff;
}
.privacyarmor-details-wrapper {
    max-width: 950px !important;
    width: 80% !important;
    margin: 0 auto !important;
    float: none !important;
    position: relative;
}
.privacyarmor-details {
    margin-top: 50px;
    padding: 50px 50px 40px;
    background: #fff;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}
.privacyarmor-details h4 {
    margin: 0 0 25px;
    text-align: center;
}
.privacyarmor-details ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.privacyarmor-details ul li {
    width: 49%;
    margin-bottom: 20px;
    line-height: 1.88;
    letter-spacing: -.2px;
    padding-left: 30px;
    position: relative;
}
.privacyarmor-details ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    height: 16px;
    width: 16px;
    background-size: 100%;
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/bullet-point-checkmark.svg?t=1542394618410');
    background-repeat: no-repeat;
}
.privacyarmor-details p.offer-disclaimer {
    text-align: center;
}
@media (min-width: 2060px) {
    .wavy-section-wrapper {
        background-size: 100%;
        background-position: bottom;
    }
}
@media (max-width: 1400px) {
    .wavy-section-wrapper {
        background-size: auto;
    }
}
@media (max-width: 980px) {
    .privacyarmor-details {
        padding: 40px 40px 30px;
    }
}
@media (max-width: 768px) {
    .privacyarmor-details ul li {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .wavy-section-wrapper {
        padding: 100px 0 0;
    }
    .wavy-section-wrapper .wavy-section h3 {
        font-size: 30px;
    }
    .privacyarmor-details-wrapper {
        width: 100% !important;
    }
    .privacyarmor-details {
        padding: 40px 20px 30px;
        margin-top: 40px;
        box-shadow: none;
    }
}
@media (max-width: 360px) {
    .wavy-section-wrapper .wavy-section h3 {
        font-size: 28px;
    }
}

.privacyarmor-slider-wrapper .page-center {
    max-width: 1260px !important;
}
.privacyarmor-slider .hs_cos_gallery_main {
    padding: 60px 0 0;
}
.privacyarmor-slider .slick-slider button.slick-arrow {
    display: none !important;
}
.privacyarmor-slider .slick-slide-inner-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.privacyarmor-slider .slick-slide-inner-wrapper img {
    width: 50% !important;
    display: block;
    margin-right: 70px;
    margin-bottom: 70px;
    max-width: 500px;
    box-shadow: 25px 25px 50px 0 rgba(0, 0, 0, 0.3);
}
.privacyarmor-slider .slick-slide-inner-wrapper .caption.below {
    width: 50% !important;
    max-width: 550px;
    display: block;
}
.privacyarmor-slider .slick-dots {
    top: 0;
}
.privacyarmor-slider .slick-dots li {
    margin: 0 8px;
}
.privacyarmor-slider .slick-dots li button:before {
    border-radius: 50%;
    padding-top: 1px;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: normal;
    color: #212325;
    border: 2px solid transparent;
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;;
}
.privacyarmor-slider .slick-dots li.slick-active button:before {
    border: 2px solid #212325;
    color: transparent;
    border-radius: 50%;
    opacity: 0.3;
    width: 16px;
    height: 16px;
}
.privacyarmor-slider .caption h4 {
    margin-top: 0;    
}
@media (max-width: 980px) {
    .privacyarmor-slider .slick-slide-inner-wrapper .caption.below {
        width: 55% !important;
    }
    .privacyarmor-slider .slick-slide-inner-wrapper img {
        width: 45% !important;
        box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.3); 
    }
}
@media (max-width: 768px) {
    .privacyarmor-slider .hs_cos_gallery_main {
        padding: 30px 0 0;
    }
    .privacyarmor-slider .slick-slide-inner-wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .privacyarmor-slider .slick-slide-inner-wrapper .caption.below {
        width: 100% !important;
    }
    .privacyarmor-slider .slick-slide-inner-wrapper img {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 60px;
    }
}
@media (max-width: 600px) {
    .privacyarmor-slider-wrapper {
        border-top: 2px solid #f1f1f1;
    }
    .privacyarmor-slider .hs_cos_gallery_main {
        padding: 0;
    }
    .privacyarmor-slider .slick-slide-inner-wrapper img {
        margin-bottom: 50px;
        box-shadow: none; 
    }
}

.product-solution-wrapper {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/protect-your-family-with-privacyarmor-bg.jpg?t=1542394618410');
    background-color: #f8f8f7;
    background-position: 50% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1000px !important;
    padding-top: 180px;
}
.product-solution-wrapper .page-center {
    max-width: 1260px !important;
}
.product-solution {
    padding-bottom: 130px;
}
.product-solution > .row-fluid-wrapper > .row-fluid,
.product-solution-cards > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-solution-cards > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.product-solution .product-solution-img {
    width: 50% !important;
    position: relative;
    left: -20px;
    margin: 0 !important;
}
.product-solution .product-solution-img img {
    width: 100% !important;
    max-width: 565px;
    pointer-events: none;
}
.product-solution .product-solution-text {
    width: 48% !important;
    max-width: 540px;
    margin: 0 !important;
}
.product-solution-text h4 {
    margin-top: 0;
    color: #fff;
}
.product-solution-text p {
    color: #fff;
}
.product-solution-cards {
    padding-bottom: 170px;
}
.product-solution-cards .solution-card {
    width: 46% !important;
    min-height: 325px;
    margin: 0 2% !important;
    border-radius: 5px;
    background-color: #fff;
    padding: 35px 40px;
    box-shadow: 40px 40px 80px 0 rgba(0, 0, 0, 0.1);
}
.solution-card h4 {
    margin-top: 0;
    margin-bottom: 25px;
}
@media (max-width: 980px) {
    .product-solution-wrapper {
        padding-top: 140px;
    }
    .product-solution {
        padding-bottom: 80px;
    }
    .product-solution > .row-fluid-wrapper > .row-fluid,
    .product-solution-cards > .row-fluid-wrapper > .row-fluid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .product-solution .product-solution-img {
        left: initial;
        text-align: center;
        width: 100% !important;
        padding-bottom: 30px;
    }
    .product-solution .product-solution-text {
        width: 100% !important;
    }
    .product-solution-cards .solution-card {
        max-width: 600px;
        min-height: 0;
        width: 100% !important;
        margin: 0 0 40px !important;
    }
}
@media (max-width: 600px) {
    .product-solution-wrapper {
        padding-top: 110px;
    }
    .product-solution {
        padding-bottom: 60px;
    }
    .product-solution-cards .solution-card {
        padding: 30px 25px;
    }
}

.product-faq-wrapper {
    position: relative;
}
.product-faq-wrapper:before {
    content: "";
    z-index: 1;
    height: 300px;
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/faq-wave-bg-longer.png?t=1542394618410');
    position: absolute;
    top: -108px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
}
.product-faq-wrapper .page-center {
    position: relative;
    z-index: 2;
}
.product-faqs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.product-faqs > div {
    width: 48%;
}
@media (min-width: 1921px) {
    .product-faq-wrapper:before {
        display: none;
    }
}
@media (max-width: 600px) {
    .product-faqs > div {
        width: 100%;
    }
}




/* ==========================================================================
   3. HEADER & MAIN NAVIGATION                                        
   ========================================================================== */
   
/* =====================================
   3a. Header Structure                                         
   ===================================== */

.header-container-wrapper {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: inherit;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.header-container-inner {
    position: relative;
    max-width: 1400px;
    float: none !important;
    padding: 25px 40px 10px;
    margin: 0 auto !important;
}
.header-container-inner .logo {
    width: 25% !important;
    margin: 20px 0 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.header-container-inner .nav-group, .header-container-inner .lp-group {
    width: 75% !important;
    margin: 0 !important;
    float: right !important;
}

/* Logo styling */
/*
.header-container-inner .logo {
    max-width: 208px;
}
*/
.header-container-inner .logo img {
    width: 208px;
    height: 37px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
@media (max-width: 980px) {
    .header-container-inner {
        padding: 20px 30px !important;
    }
    .header-container-inner .logo {
        width: 100% !important;
        margin: 10px 0 0 !important;
    }
    .header-container-inner .nav-group {
        width: 100px !important;
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (max-width: 600px) {
    .header-container-inner .logo img {
        width: auto !important;
        height: 30px !important;
    }
}

/* =====================================
   3b. Main Menu                                   
   ===================================== */

.main-menu {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.main-menu ul {
    float: right;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px 5px;
    max-width: none;
    overflow: hidden;
    text-decoration: none;
}
.main-menu .hs-menu-wrapper > ul > li:first-of-type {
    padding-left: 0;
}

/* Parent List */
.main-menu .hs-menu-wrapper > ul{}
.main-menu .hs-menu-wrapper > ul > li{
    margin: 0 20px;
}
.main-menu .hs-menu-wrapper > ul > li:first-of-type{
    margin-left: 0;
}
.main-menu .hs-menu-wrapper > ul > li > a{}
.main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: " ";
    background-image: url(https://cdn2.hubspot.net/hubfs/3836852/nav-down-arrow.svg?t=1542394618410);
    height: 7px;
    margin-top: 12px;
    margin-left: 8px;
    width: 11px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}
.main-menu .hs-menu-wrapper > ul > li > a:hover{}

/* Request Quote Button */
.main-menu .hs-menu-wrapper > ul > li:last-of-type{
    margin-top: 5px;
    margin-right: 0;
}
.main-menu .hs-menu-wrapper > ul > li:last-of-type a{
    background: #88cf00;
    width: 151px;
    height: 36px;
    font-size: 11px;
    color: #fff !important;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -.14px;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    -ms-transition: background .2s ease;
    transition: background .2s ease;;
}
/*
.main-menu .hs-menu-wrapper > ul > li:last-of-type a:hover{
    background: #9adb2e;
}
.main-menu .hs-menu-wrapper > ul > li:last-of-type a:focus, 
.main-menu .hs-menu-wrapper > ul > li:last-of-type a:active {
    background: #80b924;
}
*/
.main-menu .hs-menu-wrapper > ul > li:last-of-type > a:after {
    content: none !important;
}

/* Child List */
.main-menu .hs-menu-wrapper > ul ul {
    background: #212325;
    min-width: 140px;
    padding: 15px 0 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}
.main-menu .hs-menu-wrapper > ul ul li {}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a{
    text-transform: none;
    color: #fff !important;
    font-size: 13px;
    padding: 8px 20px;
    letter-spacing: -.15px;
    line-height: 23px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}

/* Child List Seperator*/
.main-menu .hs-menu-wrapper > ul ul li a span {
    font-weight: bold;
    letter-spacing: -.13px;
    font-size: 12px;
    text-transform: uppercase;
    transition: none !important;
}
.main-menu .hs-menu-wrapper > ul > li:nth-of-type(1) > ul > li:nth-of-type(3) a /* targets specific position to make seperator */ {
    pointer-events: none;
    border-top: 1px solid #404040;
    padding-top: 15px;
    margin-top: 15px;
}
.main-menu .hs-menu-wrapper > ul ul li a:hover{
    color: #00A9DE !important;
}

/* Request Quote Child List */
.main-menu .hs-menu-wrapper > ul > li:last-of-type ul {
    top: 36px;
    margin: 0;
    padding: 0;
    box-shadow: none;
    left: 53px !important;
    background: transparent;
    max-width: 151px;
    width: 100%;
    border: 1px solid #80b924;
}
.main-menu .hs-menu-wrapper > ul > li:last-of-type ul li a {
    font-size: 11px;
    color: #fff !important;
    background: #80b924;
}
.main-menu .hs-menu-wrapper > ul > li:last-of-type ul li a:hover, 
.main-menu .hs-menu-wrapper > ul > li:last-of-type ul li a:focus {
    background: #88cf00;
}

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

/* Center positioning for child menus */
@media (min-width: 981px) {
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 40%;
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
}
}

/*ALTERNATE THEME FOR WHITE BACKGROUNDS*/
.light-theme .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    color: #4a4c50;
}
.light-theme .main-menu .hs-menu-wrapper > ul > li > a:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/3836852/nav-down-arrow-darksvg.svg?t=1542394618410);
}

/* =====================================
   3c. Secondary Menu                                    
   ===================================== */

.secondary-menu {
    margin: 0;
}
.secondary-menu ul {
    float: right;
}
.secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    font-weight: 400;
    max-width: none;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
}
.secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #00A9DE !important;
}
.secondary-menu .hs-menu-wrapper > ul > li:nth-of-type(1){
  margin: 0 10px 0 0;
}
.secondary-menu .hs-menu-wrapper > ul > li:nth-of-type(2){
  margin: 0 0 0 10px;
}
.secondary-menu .hs-menu-wrapper > ul > li:nth-of-type(2) a{
  padding-right: 0;
}

/* Child List */
.secondary-menu .hs-menu-wrapper > ul ul{
    background: #212325;
    padding: 10px 0 15px;
    top: 36px;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}
.secondary-menu .hs-menu-wrapper > ul ul li {}

.secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a{
    text-transform: none;
    color: #fff !important;
    font-size: 12px;
    padding: 6px 12px;
    letter-spacing: -.15px;
    line-height: 23px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}

/*ALTERNATE THEME FOR WHITE BACKGROUNDS*/
.light-theme .secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #212325;
}


/* =====================================
   3d. Mobile Menu                                    
   ===================================== */

#mobile-menu {
    display: none !important;
    position: absolute;
    background: #8d8d8f;
    border-radius: 50%;
    top: 30px;
    right: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media (max-width: 980px) {
    .main-menu {
        display: none !important;
    }
    .secondary-menu {
        display: none !important;
    }
    #mobile-menu {
        display: inline-block !important;
    }
}

#mobile-menu img {
    width: 40px;
    height: auto !important;
    padding: 9px;
}
.sidr .hs-menu-wrapper a{
    font-weight: normal;
    color: #333;
}
.sidr .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
    width: 100%;
    overflow: inherit;
    margin-bottom: 0;
}
.sidr .hs-menu-wrapper ul li {
    display: block;
    float: inherit !important;
}
.sidr .main-mobile-menu .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a,
.sidr .secondary-mobile-menu .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
    max-width: inherit;
    display: block;
    font-size: 12px;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 8px 10px 0;
    text-transform: uppercase;
    color: #999;
}
.sidr .main-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.sidr .secondary-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    position: static;
    z-index: 1;
    display: block;
}

/*Hide SOLUTIONS FOR on mobile*/
.sidr .main-mobile-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-of-type(1) > ul > li:nth-of-type(3) {
    display: none !important;
}

.sidr .main-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a,
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a,
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1:nth-of-type(1) a{
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
    padding: 5px 10px;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;
}
.sidr .secondary-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: block;
    padding: 8px 10px 8px;
    font-size: 12px;
    max-width: inherit;
    width: 100%;
    color: #333;
    overflow: hidden;
}

/*Request Quote Buttons*/
.sidr .main-mobile-menu .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type > ul li a {
    background: #88cf00;
    width: 240px !important;
    max-width: 100% !important;
    font-size: 14px;
    color: #fff;
    margin: 10px;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.14px;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    -ms-transition: background .2s ease;
    transition: background .2s ease;;
}
.sidr .main-mobile-menu .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type > ul li a:hover{
    background: #9adb2e;
}
.sidr .main-mobile-menu .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type > ul li a:focus, 
.sidr .main-mobile-menu .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type > ul li a:active {
    background: #80b924;
}

.sidr .main-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover, 
.sidr .main-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:focus, 
.sidr .main-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:active,
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1:nth-of-type(1) a:hover, 
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1:nth-of-type(1) a:focus, 
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1:nth-of-type(1) a:active,
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover, 
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:focus, 
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:active {
    background: rgba(221,221,221,.7);
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}

@media (max-width: 600px) {
    #mobile-menu {
        top: 25px;
    }
    #mobile-menu img {
        width: 35px;
        padding: 7px;
    }
}


/* =====================================
   3e. Landing Page & Toolkit Menu                                    
   ===================================== */

.toolkit-header .nav-group {
    visibility: hidden;
}
.header-container-inner .lp-group {
    opacity: 0;
    padding-top: 45px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.3px;
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.lp-header-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    min-height: 68px;
}
.lp-header-contents .header-content-title {
    text-align: right;
    margin-right: 20px;
    line-height: normal;
}
.lp-header-contents .button-style-1 a {
    padding: 12px 15px;
    min-width: 180px;
}
@media (max-width: 980px) {
    .lp-header-contents {
        min-height: 0;
    }
    .lp-header-contents .header-content-title {
        max-width: 320px;
        margin-right: 10px;
        line-height: 19px;
    }
    .header-container-inner .lp-group {
        font-size: 16px;
    }
    .header-container-inner .lp-group {
        padding-top: 7px;
        position: absolute;
        right: 30px;
        top: 3px;
    }
}
@media (max-width: 767px) {
    .header-container-inner .header-content-title {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .header-container-inner .lp-group {
        right: 20px;
        max-width: 180px;
        top: 5px;
    }
    .lp-header-contents .button-style-1 a {
        font-size: 12px;
        min-width: 100px !important;
        padding: 5px 10px;
    }
}


/* =====================================
   3f. Sticky Header                              
   ===================================== */
   
.header-container-wrapper.sticky-header {
    top: -60px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header-container-wrapper.sticky-header .main-menu {
    margin-top: 10px !important;
}
.sticky-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a, 
.sticky-header .secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    color: #4A4C50;
}
.sticky-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-of-type > a {
    color: #fff;
}
.sticky-header .header-container-inner .logo {
    margin-top: 65px !important;
}
.sticky-header .header-container-inner .logo img {
    width: 186px !important;
    height: auto;
}
.sticky-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/nav-down-arrow-gray.svg?t=1542394618410');
}
.lp-sticky .header-container-inner .lp-group {
    opacity: 1;
}

.secondary-menu .hs-menu-wrapper > ul,
.main-menu .hs-menu-wrapper > ul {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.sticky-header .secondary-menu .hs-menu-wrapper > ul {
    position: relative;
    top: 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.sticky-header .main-menu .hs-menu-wrapper > ul {
    position: relative;
    top: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 980px)  {
    .header-container-wrapper.sticky-header {
        top: 0;
    }
    .sticky-header .header-container-inner .logo {
        margin-top: 0 !important;
    }
    .sticky-header .header-container-inner .logo img {
        width: 180px !important;
        height: auto;
    }
    .sticky-header #mobile-menu {
        top: 15px;
    }
}
@media (max-width: 600px) and (min-width: 481px) {
    .sticky-header #mobile-menu {
        top: 18px;
    }
    .sticky-header .header-container-inner .logo img {
        width: auto !important;
        height: 30px !important;
    }
}
@media (max-width: 480px) {
    .sticky-header .header-container-inner {
        padding: 15px 20px !important;
    }
    .sticky-header .header-container-inner .logo img {
        width: auto !important;
        height: 25px !important;
    }
    .sticky-header #mobile-menu {
        top: 15px;
        right: 20px;
    }
}




/* ==========================================================================
   4. FOOTER                                           
   ========================================================================== */
   
/* =====================================
   4a. Footer Structure                                         
   ===================================== */

.footer-container-wrapper {
    background: #4a4c50;
}
.footer-container {
    max-width: 1200px;
    padding: 70px 40px 60px;
    color: #8d8d8f;
    margin: 0 auto;
}
.footer-container ul {
    list-style-type: none;
    padding-left: 0;
}
.footer-container .flex-footer > .row-fluid-wraper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer-contact {
    width: 30% !important;
    margin: 0 !important;
}
.footer-links {
    width: 17.5% !important;
    margin: 0 !important;
}
.footer-contact img.footer-logo {
    width: 118px;
    height: 21px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 25px
}
.footer-contact p {
    color: #8d8d8f;
    margin: 0;
    line-height: 26px;
}
.footer-contact ul.social-links li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-contact ul.social-links li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);;
}
.footer-contact ul.social-links li:last-of-type {
    margin-right: 0;
}
.footer-contact ul.social-links li img {
    width: 100%;
    height: auto;
}
.footer-links p, .footer-contact p.title {
    color: #fff;
    margin-top: 0;
    font-weight: 600;
    line-height: 30px;
}
.footer-links ul li {
    margin-bottom: 1px;
}
.footer-links ul li a, .footer-contact p a {
    color: #8d8d8f;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-links ul li a:hover, .footer-contact p a:hover {
    color: #fff;
}
.footer-copyright {
    text-align: center;
}
.footer-copyright ul.policies {
    list-style-type: none;
    padding-left: 0;
    display: inline-block;
    text-align: center;
    margin: 15px 0 0;
}
.footer-copyright ul.policies li {
    float: left;
    line-height: normal;
    margin-right: 30px;
    margin-bottom: 5px;
}
.footer-copyright ul.policies li:last-of-type {
    margin-right: 0;
}
.footer-copyright ul.policies li a {
    text-decoration: none;
    color: #8d8d8f;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-copyright ul.policies li a:hover {
    color: #fff;
}
.footer-copyright p {
    line-height: normal;
    color: #8d8d8f;
    margin: 0;
}

@media (max-width: 1120px) and (min-width: 768px) {
    .footer-contact {
        width: 25% !important;
        padding-right: 10px;
    }
    .footer-links {
        width: 18.75% !important;
        padding: 0 10px;
    }
    .footer-contact ul.social-links li {
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .footer-container .flex-footer > .row-fluid-wraper > .row-fluid {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .footer-contact {
        width: 100% !important;
        float: left !important;
        margin-bottom: 30px !important;
    }
    .footer-links {
        width: 25% !important;
        float: left !important;
        padding-right: 10px;
    }
    .footer-links:last-of-type {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .footer-links {
        width: 50% !important;
    }
    .footer-links:nth-of-type(odd) {
        padding: 0 0 0 10px !important;
    }
    .footer-links:nth-of-type(even) {
        padding: 0 10px 0 0 !important;
    }
}


/* =====================================
   4b. Footer Menu                                         
   ===================================== */




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

/* =====================================
   5a. Blog Structure                                      
   ===================================== */

/*IE Fix for blog not centering*/
.blog-listing-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-title {
    margin-top: 138px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #f1f1f1;
}
.blog-title.employees {
    border-bottom: 2px solid #88cf00;
}
.blog-title.hr-professionals {
    border-bottom: 2px solid #00a9de;
}
.blog-title.security-professionals {
    border-bottom: 2px solid #ffae1a;
}
.blog-title.board-members {
    border-bottom: 2px solid #003059;
}
.blog-title a {
    text-decoration: none;
}
.blog-title h1 {
    font-size: 48px;
    display: inline-block;
    line-height: 55px;
    margin: 10px 0 0;
    color: #212325;
    font-weight: 300;
}
.blog-title a h1 {
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.blog-title a:hover h1, .blog-title a:focus h1 {
    color: #00a9de;
}
.blog-title span {
    font-weight: 600;
}
.blog-title .page-center {
    position: relative;
}
@media (max-width: 1024px) {
    .blog-title {
        margin-bottom: 30px;
    }
    .blog-title h1 {
        font-size: 36px;
        line-height: 42px;
        margin: 20px 0 0;
    }
}
@media (max-width: 980px) {
    .blog-title {
        margin-top: 87px;
        margin-bottom: 20px;
    }
}

.blog-listing > div:first-of-type {
    margin-bottom: 45px;
}

.dropbtn {
    background-color: rgba(208, 211, 210, 0.38);
    min-width: 200px;
    text-align: left;
    padding: 10px 27px 10px 15px;
    font-size: 15px;
    color: rgba(33, 35, 37, .35);
    border: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.dropbtn:hover, .dropbtn:focus {

}
.dropbtn.active-topic {
    color: #212325;
}
.dropdown-wrapper {
    position: absolute;
    right: 30px;
    top: 25px;
    display: inline-block;
}
.dropdown-wrapper span {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: -0.2px;
    color: #212325;
    margin-right: 10px;
    font-family: 'Open Sans', Sans-Serif;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropbtn:before {
    content: " ";
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/nav-down-arrow-darksvg.svg?t=1542394618410');
    background-size: 100%;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 17px;
}
.dropdown-content {
    margin-top: 8px;
    display: none;
    min-width: 100%;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    background: #212325;
    padding: 15px 0 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.dropdown-content a, .dropdown-content button {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -.15px;
    text-transform: capitalize;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}
.dropdown a:hover, .dropdown-content button:hover {
    color: #00A9DE;
}
.show { 
    display: block;
}
@media (max-width: 980px) {
    .dropdown-wrapper span {
        font-size: 16px;
    }
    .dropbtn {
        font-size: 14px;
    }
}
@media (max-width: 920px) {
    .dropdown-wrapper {
        margin-top: 20px;
        position: static;
        display: block;
    }
}
@media (max-width: 600px) {
    .dropdown-wrapper {
        margin-top: 10px;
    }
}

.category-select-wrapper {
    margin-top: 35px;
}
.category-select-wrapper .section-title {
    margin-top: 0;
}
.category-select-wrapper .section-title h2 {
    margin-bottom: 50px;
}
.category-select-wrapper .section-title h2 span {
    font-weight: bold;
}
.category-select-wrapper > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.category-select-wrapper .category-select {
    width: 25% !important;
    margin: 0 !important;
    -webkit-flex: 1 1 25%;
}
.category-select a p.information-for {
    color: #c1c1c1;
    font-size: 12px;
    display: block;
    font-weight: bold;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.category-select a h4 {
    margin: 0 0 22px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.category-select a p.subheader {
    display: none !important;
}
.category-select-wrapper .category-select a {
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    cursor: pointer;
    width: 100%;
    height: 362px;
    padding: 40px 23px 10px;
    border: 1px solid #cecece;
    border-top: 0;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;;
}
.category-select-wrapper .category-select a:after {
    content: "";
    left: 23px;
    margin: 0;
    bottom: 17px;
    width: 22px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}
.category-select-wrapper .category-select a:hover {
    opacity: 0.85;
}

/*Employees*/ 
.category-select-wrapper .category-select:nth-of-type(1) a {
    border-bottom: 7px solid #88cf00;
    border-left: 0;
}
.category-select-wrapper .category-select:nth-of-type(1) a {
    background: url('https://cdn2.hubspot.net/hubfs/3836852/employees-blog-rectangle-10@2x.jpg?t=1542394618410');
}
.category-select-wrapper .category-select:nth-of-type(1) a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/info-arrow-green.svg?t=1542394618410');
}

 /*HR Professionals*/
.category-select-wrapper .category-select:nth-of-type(2) a {
    border-bottom: 7px solid #00a9de;
    border-left: none;
}
.category-select-wrapper .category-select:nth-of-type(2) a {
    background: url('https://cdn2.hubspot.net/hubfs/3836852/hr-professionals-blog-rectangle@2x.jpg?t=1542394618410');
}
.category-select-wrapper .category-select:nth-of-type(2) a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/info-arrow-blue.svg?t=1542394618410');
}

/*Security Professionals*/
.category-select-wrapper .category-select:nth-of-type(3) a {
    border-bottom: 7px solid #ffae1a;
    border-left: none;
}
.category-select-wrapper .category-select:nth-of-type(3) a {
    background: url('https://cdn2.hubspot.net/hubfs/3836852/security-professionals-blog-rectangle@2x.jpg?t=1542394618410');
}
.category-select-wrapper .category-select:nth-of-type(3) a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/info-arrow-orange.svg?t=1542394618410');
}

/*Brokers*/
.category-select-wrapper .category-select:nth-of-type(4) a {
    border-bottom: 7px solid #003059;
    border-left: none;
    border-right: none;
}
.category-select-wrapper .category-select:nth-of-type(4) a {
    background: url('https://cdn2.hubspot.net/hubfs/3836852/board-members-blog-rectangle@2x.jpg?t=1542394618410');
}
.category-select-wrapper .category-select:nth-of-type(4) a:after {
    background-image: url('https://cdn2.hubspot.net/hubfs/3836852/info-arrow-white.svg?t=1542394618410');
}

@media (max-width: 980px) {
    .category-select-wrapper .category-select {
        width: 50% !important;
        -webkit-flex: 1 1 49%;
    }
    .category-select-wrapper .category-select a {
        height: 300px;
    }
}
@media (max-width: 600px) {
    .category-select a h4 {
        font-size: 20px;
        margin-bottom: 60px;
    }
    .category-select-wrapper .category-select a {
        height: 250px;
    }
}
@media (max-width: 400px) {
    .category-select-wrapper .category-select {
        width: 100% !important;
        -webkit-flex: 1 1 100%;
    }
    .category-select-wrapper .category-select a {
        height: 100%;
    }
}


/* =====================================
   5b. Blog Listing                                        
   ===================================== */

.blog-author-section {
}
.blog-author-section > .page-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #cfcfcf;
}
.blog-author-section .author-avatar {
    width: 250px;
}
.blog-author-section .author-avatar img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.blog-author-section .author-desc {
    margin-left: 30px;
    -webkit-flex-shrink: 2;
        -ms-flex-negative: 2;
            flex-shrink: 2;
}
.blog-author-section .author-desc h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-author-section h3 {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 0;
    font-weight: bold;
}
@media (max-width: 600px) {
    .blog-author-section {
        text-align: center;
    }
    .blog-author-section > .page-center {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 20px !important;
    }
    .blog-author-section .author-avatar {
        width: 150px;
        margin-bottom: 20px;
    }
    .blog-author-section .author-desc {
        margin-left: 0;
    }
    .blog-author-section .author-desc h2 {
        margin-bottom: 10px;
    }
}

.recent-posts-section > ul,
.recent-posts-section-home > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: stretch;
    list-style-type: none;
    padding-left: 0;
}
.recent-posts-section > ul > li, 
.recent-posts-section-home > ul >li {
    width: 31.32%;
    margin: 14px 1.5%;
    display: block;
    border: 1px solid #cfcfcf;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.recent-posts-section > ul > li:hover,
.recent-posts-section-home > ul > li:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}
li.post-by-recent > a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 15px;
}
li.post-by-recent > a .featured-img {
    min-height: 210px;
    background-size: cover !important;
    margin-bottom: 15px;
    background-position: 50% 50% !important;
}
li.post-by-recent h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #00a9de;
    font-family: 'Open Sans', Sans-Serif;
}
li.post-by-recent p {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 7px;
    font-style: normal;
    letter-spacing: normal;
    color: #212325;
    font-family: 'Open Sans', Sans-Serif;
}
li.post-by-recent p span {
    margin-left: 15px;
}
li.post-by-recent p.topic-tag {
    display: inline-block;
    font-weight: normal;
    float: left;
    text-transform: capitalize;
    color: #212325;
    margin: 0 7px 5px 0;
    line-height: normal;
    padding: 4px 12px;
    font-size: 11px;
    border-radius: 11px;
    background-color: rgba(0, 48, 89, 0.05);
}
li.post-by-recent .post-tags-break {
    display: block;
}
li.post-by-recent .post-tags {
    display: inline-block;
}
li.post-by-recent .post-tags p.blog-category {
    display: block;
    width: 100%;
    float: left;
    margin-right: 15px;
    line-height: 1.7em;
    font-weight: bold;
    margin-top: 3px;
}
.recent-posts-section-home li.post-by-recent:nth-of-type(1) .post-tags p.blog-category {
    display: inline-block;
    width: auto;
}
.popular-posts-section h2 {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 1.67;
    letter-spacing: -0.4px;
    color: #333333;
    font-family: 'Open Sans', Sans-Serif;
}
.popular-posts-section > ul {
    padding-left: 0;
    list-style-type: none;
}
.popular-posts-section > ul > li.popular-post {
    width: 100%;
    border: 1px solid #d3d2d0;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.popular-posts-section > ul > li.popular-post:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}
.popular-posts-section > ul > li.popular-post:last-of-type {
    margin-bottom: 0;
}
.popular-posts-section > ul > li.popular-post a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
li.popular-post h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #00a9de;
    font-family: 'Open Sans', Sans-Serif;
}
li.popular-post p {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4c50;
    font-family: 'Open Sans', Sans-Serif;
}
li.popular-post p span {
    font-weight: 400;
}

/*Listing Homepage */
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) {
    order: 1;
    width: 65.64%;
    margin-left: 0;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) a .featured-img {
    min-height: 356px;
    height: 100%;
    -webkit-flex: 1 4;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) a .post-desc-wrapper {
    -webkit-flex: 1;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) h3 {
    font-size: 24px;
    line-height: 1.17;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) .post-tags-break {
    display: inline-block;
}
.recent-posts-section-home > ul > aside.popular-posts-section {
    order: 2;
    display: block;
    width: 31.32%;
    margin: 14px 0 14px 1.5%;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(2) {
    order: 3;
    margin-left: 0;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(3) {
    order: 4;
}

/*BLOG OFFER CTA */
.recent-posts-section-home > ul > li.blog-offer {
    order: 5;
    box-shadow: none !important;
    margin-right: 0 !important;
}
.recent-posts-section > ul > li.blog-offer {
    box-shadow: none !important;
}
li.blog-offer {
    position: relative;
    text-align: center;
    overflow: hidden;
}
li.blog-offer .blog-offer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px 20px;
}
/*li.blog-offer p {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}*/
.blog-offer .blog-offer-img {
    display: block;
    width: 100%;
}
.blog-offer .blog-offer-img img {
    max-height: 300px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.blog-offer a.blog-offer-btn {
    display: block;
    background: #88cf00;
    max-width: 280px;
    width: 100%;
    margin: 10px auto 0;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-duration: 4s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    -ms-transition: background .2s ease;
    transition: background .2s ease;;
}
.blog-offer a.blog-offer-btn:hover {
    background: #9adb2e;
}
.blog-offer a.blog-offer-btn:focus,
.blog-offer a.blog-offer-btn:active {
    background: #80b924;
}
/*END BLOG OFFER CTA */

.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(4) {
    order: 6;
    margin-left: 0;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(4) a .featured-img {
    min-height: 356px;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) {
    order: 7;
    width: 65.64% !important;
    margin-right: 0;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) a .featured-img {
    min-height: 356px;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) h3 {
    font-size: 24px;
    line-height: 1.17;
}
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) .post-tags-break {
    display: inline-block;
}

/*Main Blog Listing - Hide Extra Blogs */
.recent-posts-section > ul > li.post-by-recent:nth-of-type(n+6), 
.recent-posts-section-home > ul > li.post-by-recent:nth-of-type(n+6) {
    display: none !important;
}

/*Simple Listing Page */
.recent-posts-section.simple-list > ul > li.blog-offer {
    display: none !important;
}
.recent-posts-section.simple-list > ul > li.post-by-recent:nth-of-type(n+6) {
    display: block !important;
}
@media (min-width: 981px) {
.recent-posts-section.simple-list > ul > li.post-by-recent:nth-of-type(3n+1) {
    margin-left: 0;
}
.recent-posts-section.simple-list > ul > li.post-by-recent:nth-of-type(3n+3) {
    margin-right: 0;
}
}

/*All Other Listing Pages*/
.recent-posts-section > ul > aside.popular-posts-section {
    display: none !important;
}
@media (min-width: 981px) {
.recent-posts-section > ul > li.post-by-recent:nth-of-type(1) {
    margin-left: 0;
}
.recent-posts-section > ul > li.post-by-recent:nth-of-type(2) {
}
.recent-posts-section > ul > li.post-by-recent:nth-of-type(3) {
    margin-right: 0;
}
.recent-posts-section > ul > li.post-by-recent:nth-of-type(4) {
    margin-left: 0;
}
.recent-posts-section > ul > li.post-by-recent:nth-of-type(5) {
}
.recent-posts-section > ul > li.blog-offer {
    margin-right: 0 !important;
}
}

@media (max-width: 980px) {
    .recent-posts-section > ul > li,
    .recent-posts-section-home > ul > li {
        width: 48.5%;
        margin: 14px 1.5%;
    }
    .recent-posts-section > ul > li:nth-of-type(odd) {
        margin-left: 0;
    }
    .recent-posts-section > ul  li:nth-of-type(even) {
        margin-right: 0;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) {
        order: 1;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) > a {
        display: block;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) a .featured-img {
        min-height: 325px;
        height: initial;
    }
    .recent-posts-section-home li.post-by-recent:nth-of-type(1) .post-tags p.blog-category {
        display: block;
        width: 100%;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) h3 {
        font-size: 24px;
        line-height: 1.17;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(2) {
        order: 3;
        margin-left: 0;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(3) {
        order: 4;
        margin-right: 0;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(4) {
        order: 5;
        margin-left: 0;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) {
        order: 6;
        width: 48.5% !important;
        margin-right: 0;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(4) a .featured-img,
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) a .featured-img {
        min-height: inherit;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) h3 {
        font-size: 16px;
        line-height: 1.56;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) .post-tags-break {
        display: block;
    }
    .recent-posts-section-home > ul > aside.popular-posts-section {
        width: 100%;
        margin: 10px 0 0;
    }
    .popular-posts-section > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .popular-posts-section > ul > li.popular-post {
        display: block;
        margin: 14px 1.5%;
        width: 48.5%;
    }
    .popular-posts-section > ul > li.popular-post:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .popular-posts-section > ul > li.popular-post:nth-of-type(odd) {
        margin-left: 0;
    }
    .popular-posts-section > ul > li.popular-post:nth-of-type(even) {
        margin-right: 0;
    }
    .popular-posts-section > ul > li.popular-post:last-of-type {
        margin-bottom: 14px;
    }
    .recent-posts-section-home > ul > li.blog-offer {
        order: 7;
        display: none !important;
    }
}
@media (max-width: 600px) {
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) a .featured-img {
        min-height: 210px;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) h3 {
        font-size: 16px;
        line-height: 1.56;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(1) .post-tags-break {
        display: block;
    }
    li.popular-post h3 {
        font-size: 14px;
    }
    li.popular-post p {
        font-size: 11px;
    }
    li.post-by-recent > a .featured-img {
        min-height: 150px;
    }
    .popular-posts-section > ul > li.popular-post {
        margin: 8px 1.5%;
    }
    .popular-posts-section > ul > li.popular-post:last-of-type {
        margin-bottom: 8px;
    }
    .recent-posts-section > ul > li,
    .recent-posts-section-home > ul > li {
        margin: 8px 1.5%;
    }
}
@media (max-width: 480px) {
    .recent-posts-section > ul > li, 
    .recent-posts-section-home > ul > li {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    li.post-by-recent > a .featured-img {
        min-height: 175px !important;
    }
    .recent-posts-section-home > ul > li.post-by-recent:nth-of-type(5) {
        width: 100% !important;
    }
    .popular-posts-section > ul > li.popular-post {
        margin: 8px 0 !important;
        width: 100% !important;
    }
    .popular-posts-section > ul > li.popular-post a {
        padding: 10px;
    }
    .popular-posts-section > ul > li.popular-post:first-of-type {
        margin-top: 0 !important;
    }
}


/* =====================================
   5c. Blog Pagination                                      
   ===================================== */
   
.blog-pagination-wrapper {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}
.blog-pagination-wrapper, ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul.pagination {
    line-height: 0;
    list-style: none;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    padding: 0;
}
ul.pagination li {
    font-size: 1em;
    margin: 0 5px;
    line-height: 1.6em;
    color: #444;
}
ul.pagination li a {
    display: block;
    padding: 6px;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    width: 40px;
    color: #00a9de;
    height: 40px;
    font-size: 16px;
}
ul.pagination li a:hover,
ul.pagination li a:focus {
    text-decoration: underline;
    color: #88cf00;
}
ul.pagination li.disabled a {
    color: #bbb !important;
    pointer-events: none !important;
    text-decoration: none !important;
}
ul.pagination li.active a {
    color: #fff;
    background-color: #88cf00;
}
ul.pagination li.active a:hover, 
ul.pagination li.active a:focus {
    text-decoration: none;
    color: #fff;
}
ul.pagination li.prev-page a, ul.pagination li.next-page a {
    background-color: transparent;
    font-weight: normal;
    width: auto !important;
}
ul.pagination li.prev-page a:hover, ul.pagination li.next-page a:hover, 
ul.pagination li.prev-page a:focus, ul.pagination li.next-page a:focus {
    color: #88cf00;
}

@media screen and (max-width: 600px) {
    ul.pagination li {
        font-size: 1em;
        margin: 0;
        line-height: 1.6em;
    }
    ul.pagination li a {
        display: block;
        padding: 4px 6px;
        background-color: transparent;
        border-radius: 50%;
        text-align: center;
        width: 35px;
        height: 35px;
        font-size: 16px;
        letter-spacing: .03em;
        -webkit-font-smoothing: antialiased;
    }
}
@media screen and (max-width: 320px) {
    ul.pagination li.prev-page a span {
        display: none !important;
    }
    ul.pagination li.next-page a span {
        display: none !important;
    }    
}

   
/* =====================================
   5d. Blog Post                                 
   ===================================== */

.blog-banner-wrapper {
    background: gray;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 520px;
}
.blog-banner-overlay {
    background-color: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.blog-banner {
    text-align: center;
    margin: 0 auto !important;
    max-width: 900px !important;
    float: none !important;
    position: relative;
    padding: 200px 20px 10px;
}
.blog-banner h1 {
    margin-top: 20px;
    font-size: 38px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;;
}
.blog-banner .minutes {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}
.blog-banner .minutes a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}
.blog-banner .minutes a:hover {
    color: #00A9DE;
}
.blog-banner .post-author a {
    text-decoration: none;
    height: 100%;
    display: inline-block;
}
.blog-banner .post-author img {
    height: 47px;
    width: 47px;
    border-radius: 50%;
    margin-bottom: 5px;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;;
}
.blog-banner .post-author img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);;
}
.blog-banner .post-author p {
    font-size: 12px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
}
.blog-banner .post-author a:hover p {
    color: #00A9DE;
}
.blog-banner ul.blog-post-topics {
    padding-left: 0;
    margin-top: 47px;
    list-style-type: none;
    display: inline-block;
}
.blog-banner ul.blog-post-topics li {
    margin-right: 9px;
    margin-bottom: 8px;
    float: left;
}
.blog-banner ul.blog-post-topics li:last-of-type {
    margin-right: 0;
}
.blog-banner ul.blog-post-topics li a {
    background-color: rgba(255, 255, 255, 0.12);
    border: solid 1.3px rgba(255, 255, 255, 0.36);
    font-size: 12px;
    border-radius: 14px;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;;
}
.blog-banner ul.blog-post-topics li a:hover, 
.blog-banner ul.blog-post-topics li a:focus {
    background-color: rgba(255, 255, 255, 0.5);
}
.blog-post-body, .blog-post-body p, .blog-boilerplate span {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.2px;
    color: #4a4c50;
    font-family: 'Open Sans', Sans-Serif;
}
.blog-boilerplate {
    margin-top: 40px;
    text-align: center;
}
.blog-boilerplate span {
    font-style: italic;
}
.blog-post-body h2, .blog-post-body h3 {
    font-size: 24px;
    margin: 25px 0;
    font-weight: 400;
    line-height: 1.25;
    font-family: 'Open Sans', Sans-Serif;
}
.blog-post-body > span > *:first-child {
    margin-top: 0 !important;
}
span#hs_cos_wrapper_infoarmor_blog_share {
    margin-top: 35px;
    text-align: center;
    display: block;
    width: 100%;
}
span#hs_cos_wrapper_infoarmor_blog_share > a:nth-of-type(n+4) {
    display: none !important;
}
span#hs_cos_wrapper_infoarmor_blog_share a {
    height: 100%;
    margin: 0 12px 10px;
    display: inline-block;
}
span#hs_cos_wrapper_infoarmor_blog_share a img {
    width: 21px;
    opacity: 0.4;
    height: auto;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    transition: opacity .2s ease;;
}
span#hs_cos_wrapper_infoarmor_blog_share a:hover img {
    opacity: 1;
}
.blog-post-cta {
    text-align: center;
    margin-top: 45px;
}
.blog-post-cta img {
    height: auto !important;
}
@media (max-width: 980px) {
    .blog-banner {
        padding: 150px 20px 10px;
    }
}
@media (max-width: 600px) {
    .blog-banner {
        padding: 125px 20px 10px;
    }
    .blog-banner ul.blog-post-topics {
        margin-top: 30px;
    }
}

.blog-center {
    display: block;
    max-width: 765px;
    padding: 0 30px;
    float: left;
    margin-left: 10px;
}
.blog-post-wrapper {
    margin: 60px auto;
    max-width: 1055px;
    position: relative;
    display: inline-block;
    left: 50%;
    overflow: visible;
    transform: translateX(-50%);
}
.blog-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    margin-left: -250px;
    float: left;
}
@media (max-width: 1300px) {
    .blog-sidebar {
        display: none !important;
    }
    .blog-center {
        margin-left: 0;
        float: initial;
        width: 100%;
    }
    .blog-post-wrapper {
        display: block;
        max-width: 765px;
        transform: none;
        left: 0;
    }
}
@media (max-width: 480px) {
    .blog-center {
        padding: 0 20px;
    }
}

.blog-sidebar-inner span#hs_cos_wrapper_infoarmor_blog_share {
    margin-top: 0 !important;
    display: block !important;
    width: 250px !important;
}
.blog-sidebar-inner span#hs_cos_wrapper_infoarmor_blog_share a {
    display: block;
    margin: 0 auto;
}
.blog-sidebar-inner span#hs_cos_wrapper_infoarmor_blog_share a img {
    width: 22px !important;
}
.blog-sidebar-inner span#hs_cos_wrapper_infoarmor_blog_share > a:nth-of-type(3) {
    margin-bottom: 20px;
}
@media (max-height: 730px) {
    .blog-sidebar-inner span#hs_cos_wrapper_infoarmor_blog_share > a:nth-of-type(3) {
        margin-bottom: 0;
    }
    .blog-sidebar-inner span#hs_cos_wrapper_infoarmor_blog_share a {
        display: inline-block;
        margin: 0 12px 20px;
    }
}
.blog-sidebar-inner span.hs_cos_wrapper_type_form {
    display: inline-block;
    max-width: 250px;
    border: solid 1px #cfcfcf;
    padding: 20px;
}
.blog-sidebar-inner span.hs_cos_wrapper_type_form h3 {
    color: #333333;
    margin-top: 0;
    font-family: 'Open Sans', Sans-Serif;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.blog-sidebar-inner label span {
    font-weight: 600;
    display: block;
    text-align: center;
}
.blog-sidebar-inner span.hs-form-required {
    display: none !important;
}
.blog-sidebar-inner ul.hs-error-msgs.inputs-list {
    color: #ff3366;
    font-size: 14px;
}
.blog-sidebar-inner form.hs-form > div.hs_submit {
    margin: 10px 0 0;
    display: block;
    width: 100%;
}
.blog-sidebar-inner li.hs-form-checkbox span {
    font-size: 14px;
    text-align: left;
    line-height: 1.88;
    font-weight: normal;
    letter-spacing: -0.1px;
    color: #4a4c50;
    margin-left: 35px;
    display: inline-block;
    margin-bottom: 7px;
}
.blog-sidebar-inner input[type="email"] {
    -webkit-border-radius: 0px;
    border-radius: 0;
    background: #f4f4f4;
    height: 33px;
    padding: 2px 10px 3px 10px;
    font-size: 14px;
    outline: none !important;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.blog-sidebar-innerinput[type="email"]:focus {
    border: 1px solid #88cf00;
}
.blog-sidebar-inner input[type="email"].invalid.error {
    border: 1px solid #ff5882;
}
.blog-sidebar-inner .hs-button.primary,
.blog-sidebar-inner input[type="submit"],
.blog-sidebar-inner input[type="button"] {
    -webkit-border-radius: 0px;
    border-radius: 0;
    background-color: #88cf00;
    border: none;
    font-size: 12px;
    font-weight: 400;
    height: 33px;
    letter-spacing: -.1px;
    display: block;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    transition: background-color .2s ease;;
}
.blog-sidebar-inner .hs-button.primary:hover,
.blog-sidebar-inner input[type="submit"]:hover,
.blog-sidebar-innerinput[type="button"]:hover {
    background-color: #9adb2e;
}
.blog-sidebar-inner .hs-button.primary:active,
.blog-sidebar-inner input[type="submit"]:active,
.blog-sidebar-inner input[type="button"]:active {
    background-color: #80b924;
}
.blog-sidebar-inner input[type="checkbox"]{
    -webkit-appearance: initial;
    -moz-appearance: none;
    appearance: initial;
    background: #f4f4f4;
    border: 4px solid #f4f4f4;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    border-radius: 0;
    position: absolute;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.blog-sidebar-inner li.hs-form-checkbox:nth-of-type(1) input[type="checkbox"]:checked {
    background: #00a9de;
}
.blog-sidebar-inner li.hs-form-checkbox:nth-of-type(2) input[type="checkbox"]:checked {
    background: #88cf00;
}
.blog-sidebar-inner li.hs-form-checkbox:nth-of-type(3) input[type="checkbox"]:checked {
    background: #ffae1a;
}
.blog-sidebar-inner li.hs-form-checkbox:nth-of-type(4) input[type="checkbox"]:checked {
    background: #003059;
}
.blog-sidebar-inner input[type="checkbox"]:checked:after {
    /* Heres your symbol replacement - this is a tick in Unicode. */
    content: " ";
    color: #fff;
}
.blog-sidebar-inner .hs_error_rollup {
    display: none !important;
}
.blog-sidebar-inner .submitted-message {
    text-align: center;
}

.related-posts-section .row-fluid .page-center {
  max-width: 1360px;
}
.related-posts-section {
    padding: 5px 0 50px;
}
.related-posts-section .section-title h2 {
    margin-bottom: 60px;
}
.related-posts-wrapper {
    margin-bottom: 30px;
}
.related-posts-wrapper ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.related-posts-wrapper ul li {
    width: 33.3%;
    display: block;
    float: left;
    margin: 0 20px;
    border: 1px solid #cfcfcf;
    padding: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.related-posts-wrapper ul li:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}
.related-posts-wrapper ul li a {
    display: block;
    text-decoration: none;
}
.related-posts-wrapper ul li a .featured-image {
    min-height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
}

.related-posts-wrapper .post-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.56;
    text-decoration: none;
    letter-spacing: normal;
    text-align: left;
    color: #00a9de;
}
.related-posts-wrapper p {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 7px;
    font-style: normal;
    letter-spacing: normal;
    color: #212325;
    font-family: 'Open Sans', Sans-Serif;
}
.related-posts-wrapper p.no-related {
    font-size: 14px;
}
.related-posts-wrapper p.topic-tag {
    display: inline-block;
    font-weight: normal;
    float: left;
    text-transform: capitalize;
    color: #212325;
    margin: 0 7px 5px 0;
    line-height: normal;
    padding: 4px 12px;
    font-size: 11px;
    border-radius: 11px;
    background-color: rgba(0, 48, 89, 0.05);
}
.related-posts-wrapper .post-tags {
    display: block;
}
.related-posts-wrapper .post-tags p.blog-category {
    display: block;
    width: 100%;
    float: left;
    margin-right: 15px;
    line-height: 1.7em;
    font-weight: bold;
    margin-top: 3px;
}

@media (max-width: 1200px) {
    .related-posts-wrapper ul li a .featured-image {
        min-height: 190px;
    }
    .related-posts-wrapper ul li {
        margin: 0 10px;
    }
}
@media (max-width: 980px) {
    .related-posts-wrapper ul {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .related-posts-wrapper ul li {
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }
    .related-posts-wrapper ul li:last-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 980px) and (min-width: 601px) {
    .related-posts-wrapper ul li a .featured-image {
        float: left;
        min-height: 200;
        width: 300px;
        margin-right: 20px;
    }
    .related-posts-wrapper .post-title {
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    .related-posts-wrapper ul li a .featured-image {
        min-height: 190px;
        width: 100%;
        margin-right: 0;
    }
}

/* =====================================
   5e. News Page                                     
   ===================================== */

.news-wrapper {
    border-bottom: 2px solid #f1f1f1;
    padding: 80px 0;
    margin-bottom: 40px;
}
.news-listing .blog-pagination-wrapper {
    margin-bottom: 10px;
}
.news-listing ul {
    list-style-type: none;
    padding-left: 0;
}
.news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
    border-top: 2px solid #f1f1f1;
    padding-top: 40px;
}
.news-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.news-item a.featured-img {
    display: block;
    margin-right: 40px;
    width: 50%;
    max-width: 525px;
    -webkit-flex: 1 1 50%;
    min-height: 315px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.news-item a.featured-img:hover {
    opacity: .85;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}
.news-item .news-desc-wrapper {
    width: 50%;
    -webkit-flex: 1 1 50%;
}
.news-item a {
    text-decoration: none;
}
.news-item h3 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: -0.4px;
    color: #00a9de;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
    font-family: 'Open Sans', Sans-Serif;
}
.news-item h3:hover {
    color: #12c3fb;
}
.news-item p {
    margin-bottom: 20px;
}
.news-item p.date-published {
    margin: 6px 0 0;
    color: #4a4c50;
    line-height: normal;
    font-size: 12px
}
.news-item a.read-more-btn {
    background: transparent;
    border: 2px solid #979797;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #979797;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .6px;
    text-decoration: none;
    width: 200px;
    height: 45px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
    font-family: 'Montserrat', sans-serif;;
}
.news-item a.read-more-btn:hover {
    background: #88cf00;
    border: 2px solid #88cf00;
    color: #fff;
    font-weight: bold;
}
.news-item a.read-more-btn:focus, .news-item a.read-more-btn:active {
    background: #80b924;
    border: 2px solid #80b924;
    color: #fff;
    font-weight: bold;
}
.news-wrapper p.topic-tag, .news-wrapper a.topic-tag {
    letter-spacing: normal;
    font-style: normal;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    float: left;
    text-transform: capitalize;
    color: #212325;
    margin: 0 7px 5px 0;
    line-height: normal;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 11px;
    background-color: rgba(0, 48, 89, 0.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.news-wrapper a.topic-tag:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.13);
}
@media (max-width: 768px) {
    .news-item {
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .news-item .news-desc-wrapper {
        width: 100%;
        -webkit-flex: 1 1 100%;
    }
    .news-item a.featured-img {
        margin: 0 0 20px;
        width: 100%;
        -webkit-flex: 1 1 100%;
    }
}
@media (max-width: 767px) {
    .news-wrapper {
        padding: 60px 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .news-item a.featured-img {
        min-height: 200px;
    }
}

.news-post {
    display: block;
    max-width: 765px;
    padding: 0 30px;
    margin: 0 auto;
    float: none;
}
.news-post p.date-published {
    margin: 0 0 5px;
}
.news-post h1 {
    font-size: 42px;
    margin: 0 0 20px;
    line-height: normal;
}
.news-body {
    display: inline-block;
}
.news-body, .news-body p, .news-body li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.2px;
    color: #4a4c50;
    font-family: 'Open Sans', Sans-Serif;
}
.news-body li {
    margin-bottom: 20px;
}
.news-post h2, .news-post h3 {
    font-size: 24px;
    margin: 25px 0;
    font-weight: 400;
    line-height: 1.25;
    font-family: 'Open Sans', Sans-Serif;
}
.news-body img {
    width: 100%;
    height: auto !important;
}
.news-body a {
    color: #00a9de !important;
}
@media (max-width: 600px) {
    .news-post h1 {
        font-size: 36px;
    }
}


/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */

.widget-type-raw_html {
    min-height: 0 !important;
}

/*HIDE RevealOnScroll elements until .js is triggered */
.sr .reveal,
.sr .product-highlight { 
    visibility: hidden;
}

/* =====================================
   6a. CSS Animations                   
   ===================================== */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* =====================================
   6b. Override CTA styles                       
   ===================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

/* =====================================
   6c. Announcement Code                    
   ===================================== */
   
.header-announcement {
    display: none !important;
}
/*   
body {
    padding-top: 50px;
}
.header-container-wrapper.sticky-header {
    top: -112px;
}
.header-announcement {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    background: #212325;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.header-announcement p {
    color: #fff;
    margin: 0;
    line-height: normal;
}
.sticky-header .header-announcement {
    opacity: 1;
    display: block;
}
@media (max-width: 980px) {
    .header-container-wrapper.sticky-header {
        top: -52px;
    }
}
@media (max-width: 600px) {
    .header-announcement {
        display: none !important;
    }
    .header-container-wrapper.sticky-header {
        top: 0;
    }
    body {
        padding-top: 0;
    }
}
*/