/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* 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;}



/*****************************************/
/* Start your style declarations here    */
/*****************************************/




/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - 3m Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */






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



/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */

    /*  */
    /*  */
    /*  */

    /*  */
    /*  */
    /*  */

/* KeyTouch brand */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */





/* Typography */
  /*  */
                                                            /*  */
                                                             /*  */



/* ==========================================================================
  WEB FONTS
   ========================================================================== */
   
    @font-face{
        font-family:"Helvetica Neue LT W01_41488878";
        src:url("//www.securelandcommunications.com/hubfs//1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix");
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix") format("eot"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf") format("truetype"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/82a4e1c2-7ffd-4c58-86fa-4010a6723c8e.svg#82a4e1c2-7ffd-4c58-86fa-4010a6723c8e") format("svg");
    }
    @font-face{
        font-family:"Helvetica Neue LT W01_55 Roman";
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg");
    }
    @font-face{
        font-family:"Helvetica Neue LT W01_65 Md";
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/e5567978-93ef-4de1-804d-1f0e3654a014.svg#e5567978-93ef-4de1-804d-1f0e3654a014") format("svg");
    }
    @font-face{
        font-family:"Helvetica Neue LT W01_95 Black";
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix");
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix") format("eot"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/bd8486cc-4614-412d-ba1d-15e1a7c9fada.woff2") format("woff2"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/a7bdf5a9-752e-4e69-b17c-b7e62575b07a.woff") format("woff"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/e1f8b69f-5d23-44bc-88bf-94778cc978a3.ttf") format("truetype"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/22a406f9-eeb2-41eb-ab5e-242ec26f3a88.svg#22a406f9-eeb2-41eb-ab5e-242ec26f3a88") format("svg");
    }

    @font-face{
        font-family:"Rockwell W01";
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?#iefix");
        src:url("//www.securelandcommunications.com/hubfs/keytouch-fonts/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?#iefix") format("eot"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/8dd355f9-1a9a-4d91-8aa1-7dcc9deeb439.woff2") format("woff2"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/de4b0540-9702-4662-8f3a-228419485257.woff") format("woff"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/bc34c4cd-af2c-400d-b4d0-726e2d89f690.ttf") format("truetype"),url("//www.securelandcommunications.com/hubfs/keytouch-fonts/59c05ddc-99f9-44db-82ce-cb7f503b5110.svg#59c05ddc-99f9-44db-82ce-cb7f503b5110") format("svg");
    }
    
@font-face {
	font-family: Inter;
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Regular.woff2?v=3.19) format("woff2"), url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Regular.woff?v=3.19) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Italic.woff2?v=3.19) format("woff2"), url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Italic.woff?v=3.19) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Medium.woff2?v=3.19) format("woff2"), url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Medium.woff?v=3.19) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Bold.woff2?v=3.19) format("woff2"), url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Bold.woff?v=3.19) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: "Inter var";
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-roman-var.woff2?v=3.19) format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-stretch: 100%;
	font-display: swap;
	font-named-instance: "Regular";
}

@font-face {
	font-family: "Inter var";
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-italic-var.woff2?v=3.19) format("woff2");
	font-weight: 400 700;
	font-style: italic;
	font-stretch: 100%;
	font-display: swap;
	font-named-instance: "Italic";
}

 /*  */
 /*  */
 /*  */
 /*  */


 /*  */



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


/* Media Queries */




 /* was set at 1140px for some reason*/



/* ==========================================================================
   Macros                                                  
   ========================================================================== */


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

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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


/* ==========================================================================
   Transitions                                          
   ========================================================================== */

a,
.mag-cta-top,
.nav-wrap .hs_cos_wrapper_type_logo img,
body input {
    transition: all 0.5s ease;
}


.home-page .nav-wrap .hs_cos_wrapper_type_logo img {
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;   
}




html {
        -webkit-font-smoothing: antialiased;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #111;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: Inter, Georgia, Times, serif;
  font-size: 16px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1680px;
  margin: 0 auto;
}




a { color: #0098d7; }
a:hover, a:focus { color: #e8554e; }

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






/* Basic text */
p {
    font-family: Inter, Georgia, Times, serif;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
   font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
}
h2, h3 {
   font-family: Inter, Georgia, Times, serif;
}
h3 {}
h4 {}
h5 {}
h6 {}

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


/* H1 Header */

.widget-type-email_subscriptions h1,
.widget-type-email_simple_subscription h1,
 h1 {
    font-size: 3.65em;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: .25em 0;
    word-wrap: break-word;
}


@media (max-width: 480px) {
     h1 {
        font-size: 2.65em;
    } 
}


/* H2, H3 Headers */

.blog-sidebar h2,
.blog-sidebar h3,
.homepage-topics--list h3,
.sidebar-widget h2,
.keytouch-listing.topics .sidebar-section h3,
.hs-blog-post .widget-type-post_filter h3,
.home-page .widget-type-rich_text h2,
.home-page .widget-type-header h2,
.keytouch-listing .widget-type-rich_text h2,
.keytouch-listing .widget-type-header h2,
.sidebar-section h2,
.sidebar-section .sidebar-nav h3 {
    font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
    color: #0098d7;
    font-size: 1.45rem;
    letter-spacing: -0.045em;    
    border-bottom: 4px solid rgba(51,51,51,.12);
    padding-bottom: 0.35em;    
    margin-top: 1em;
}

.homepage-topics--list .post-header h3 {
    border: 0;
    padding-bottom: 0;
}




.mag-listing--sidebar h2 {
    margin-top: 0px!important;
}

        .flush--top {
            margin-top: 0!important;
        }

@media (max-width: 767px) {
        .flush--top {
            margin-top: 1em!important;
        }
    }
    
@media (min-width: 768px) {
        .flush--top {
            margin-top: 0!important;
        }
    }
    

.hs-blog-listing .widget-type-rich_text h2,
.hs-blog-listing .widget-type-header h2 {
    margin-top: 0;
}


.related-stories .related-title h2,
.related-stories .related-title h2 a,
.keytouch-listing .post-header h2,
.keytouch-listing .post-header h2 a,
.keytouch-listing.magazine .post-header h3,
.home-page .post-header h3,
.home-page .post-header h3 a,
.home-magazine-issues h3,
.magazine-issue h3 {
    font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
    color: #333;
    font-size: 1.45rem;
    text-decoration: none;
    line-height: 1;
    letter-spacing: -0.025em;
    margin: .25em 0;  
    float: left;
    width: 100%;
}

.home-magazine-issues h2,
.keytouch-listing.magazine .post-header h2 {
    font-family: Inter, 'Helvetica Neue LT W01_41488878', Helvetica, Arial, Sans-serif;
    letter-spacing: 0;
    margin-bottom: 0;
}

.magazine-issue h3 {
    margin-top: .5em;
    padding: 0;
    border: 0;
}

.home-page .magazine-issue h3 {
    font-size: 1.25em;
}


.blog-listing .span12.widget-span.widget-type-post_filter h3 {
    display: none;
}



/* Resetting the styles of the listing on homepage */

.home-page .post-header h3 a,
.homepage-topics--list .post-summary p {
    margin: 0;
}

.homepage-topics--list .post-summary p:first-child,
.home-magazine-issues .post-summary p:first-child {
    margin-bottom: .5em;
}

.home-magazine-issues .post-summary p {
    margin-top: 0;
}

.home-page .post-header h3 {
    padding-top: .5em;
}




/* END TYPOGRAPHY */





/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





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


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

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

.body-container {
    padding-bottom: 3em;
}


.row-fluid .span12.container-inner,
.span12.widget-span.widget-type-cell.container-inner,
.body-container-wrapper {
    padding: 0 2.5%;
    max-width: 1680px;
    margin: 0 auto;
    float: none;
}

@media (max-width: 767px) {
    .row-fluid .span12.container-inner,
    .span12.widget-span.widget-type-cell.container-inner,
    .body-container-wrapper {
        padding: 0 5.5%;
    }
}







.body-container-wrapper img {
    width: 100%;
    height: auto;

}

.related-post-item img {
    width: 100%;
}





   
   
   

/*  ====================================================================================================================================================
    
    HOMEPAGE STYLES

    ==================================================================================================================================================== */
    
    
    
   
/* Magazine Issues */
   
.home-magazine-issues .magazine-issue:first-child {
    width: 100%;
    margin-left: 0;
}

.hs-featured-image-wrapper.magazine-issue  img.hs-featured-image,
.home-magazine-issues .magazine-issue img {
    min-width: 100%;
    width: 100%;
    margin-bottom: .5em;
}

.home-magazine-issues .magazine-issue img {
    margin-bottom: 0;
}


@media (min-width: 1680px) {
    .home-magazine-issues .magazine-issue:first-child img {
        width: 48%;
        min-width: 48%;
        float: left;    
        margin-right: 4%;
        margin-bottom: 4%;
    }  
    
    .home-magazine-issues h3 {
        float: none;
    }
}



/* Editors Choice */

.editors-choice-banner {
    position: relative;
    padding: 5% 0 5%;
}


@media (max-width: 767px) {
    .editors-choice-banner {
        padding: 200px 0 3% 0;
    }
}

@media (min-width: 768px) {
    .editors-choice-banner {
        padding: 125px 0 3% 0;
    } 
}

@media (min-width: 1024px) {
    .editors-choice-banner {
        padding: 9% 0 4% 0;
    }
}

@media (min-width: 1680px) {
    .editors-choice-banner {
        padding: 5% 0 4% 0;
    }
}

.editors-choice-banner * {
    position: relative;
    /* hack */
}

.editors-choice-banner:before {
    display: block;
    content: "";;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* background-color:rgba(0,76,107,.51);  */  
    background-color:rgba(22,35,51,.45);
}


.editors-choice-wrap {
    width: 100%;
}

@media (min-width: 1024px) {
    .row-fluid .span12.editors-choice-wrap {
        width: 75%;
    }
}


@media (max-width: 767px) {

.stack-row > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
    .main-content{
        order: 1;
-webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    
        width: 100%;
    }
    .sidebar {
        order: 2;
-webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
        width: 100%;
    }
}


.editors-choice-banner .editors-title {
    color: #fff;
    font-size: 1.6em;
    text-transform: inherit;
    line-height: 1;
    font-family: Inter, "Rockwell W01";
    margin-bottom: .5em;
    float: left;
}

.editors-choice-banner h1 {
    color: #fff;
    font-size: 3.25em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0;
    letter-spacing: normal;
    margin: 0 0 .5em;            

}

@media (max-width: 767px) {
    
        .editors-choice-banner h1 {
            font-size: 2.65em;

        }
        
    }

@media (min-width: 768px) {
    
        .editors-choice-banner h1 {
            font-size: 3.25em;

        }
        
    }
@media (min-width: 1024px) {
    
        .editors-choice-banner h1 {
            font-size: 3.25em;

        }
        
    }
@media (max-width: 480px) {
    
        .editors-choice-banner h1 {
            font-size: 2em;

        }
        
    }




/* Most Popular on homepage */


.home-most-popular .most-popular-wrap {
    border-bottom: 1px solid rgba(51,51,51,.12);    
    margin-bottom: 1em;
}


.home-most-popular .most-popular-wrap a{
    color: #0098d7;
    text-decoration: none;
    font-size: .95rem;
}

.home-most-popular .most-popular-wrap h3 {
    margin: 0;
    font-weight: bold;
}

.home-most-popular .most-popular-wrap p {
    margin-top: 0;
}






/* ----GRID STYLES on HOMEPAGE for Topics and Magazines---- */
   
    
@media (min-width:960px) {

    .home-magazine-issues .magazine-issue,
    .home-page .post-item.span6 {
        margin-left: 4%;
        margin-right: 0;
        margin-bottom: 1em;
        width: 48%;
        float: left;
    }
    
    .home-magazine-issues .magazine-issue:nth-child(2n),
    .home-page .post-item.span6:nth-child(2n+1),
    .blog-listing-wrapper .post-item.span4,
    .blog-listing-wrapper  .post-item.span3:nth-child(4n+1) {
        margin-left: 0;

    }  
    


    .blog-listing-wrapper .post-item.span4 {
        margin-right: 2.564102564%;        
        width: 31.623931624%;
    }
    
    .blog-listing-wrapper .post-item.span4:nth-child(3n) {
        margin-right: 0; 
    }
    
    
    .blog-listing-wrapper .post-item.span4 {
        margin-bottom: 1em;
    }
    
    
    
}


@media (max-width:960px) and (min-width:768px){
    
    .home-magazine-issues .magazine-issue
    .home-page .post-item.span6,
    .blog-listing-wrapper  .post-item.span4,
    .blog-listing-wrapper  .post-item.span3 {
        margin-left: 4%;
        margin-right: 0;
        width: 48%;
        float: left;
    }
    
    .home-page .post-item.span6 {
        margin: 0;
        width: 100%;
    }
    
    .home-magazine-issues .magazine-issue:nth-child(2n),
    .home-page .post-item.span6:nth-child(2n+1),
    .blog-listing-wrapper  .post-item.span4:nth-child(2n+1),
    .blog-listing-wrapper  .post-item.span3:nth-child(2n+1) {
        margin-left: 0;
    }
    
    

}


@media (max-width:767px){

    .blog-listing-wrapper  .post-item.span4,
    .blog-listing-wrapper  .post-item.span3 {
        margin-left: 4%;
        margin-right: 0;
        width: 48%;
        float: left;
    }
    
    .blog-listing-wrapper  .post-item.span4:nth-child(2n+1),
    .blog-listing-wrapper  .post-item.span3:nth-child(2n+1) {
        margin-left: 0;
    }

}

@media (max-width:480px){
    
     .blog-listing-wrapper .row-fluid .post-item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
     }   
     
}



/* TOPICS & Filter NAV STYLES  -  AREA ON HOMEPAGE AND TOPICS PAGES                                    
   ========================================================================== */



/* this is setting where the topic title sits over the image on Blog listings and homepage */

.stories {
    position: relative;
}

.hs-featured-image-wrapper {
    position: relative;
    float: left;
}

.story-text-wrap {
    margin-top: -56px;
    position: relative;
    float: left;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin: 0;
}


a.topic-link {
    text-decoration: none;
}
a:hover.topic-link {
    background-color: #333;
    color: #fff;
}

.hs-blog-post .topic-link {
    margin-left: 0;
}

.topic-link {
    background-color: #e8554e;
    font-size: .85rem;
    font-family: Inter, "Rockwell W01";
    color: #fff;
    padding: .25em .75em .45em .75em;
}


    
    
  
@media (min-width: 1024px) {
        .topic-link {
            margin-left: -10px;
        }
    } 
   
    .hs-blog-post .widget-type-post_filter h3 {
        display: block;
    }
    
    .widget-type-post_filter ul  {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;  
        float: left;
        margin-top: 0;
    }
    
    .widget-type-post_filter ul li {
        display: inline;
        float: left;
    }

    .widget-type-post_filter ul li a {
        background-color: rgba(51,51,51,.12);
        color: #333;
        text-decoration: none;
        margin-right: 5px;
        padding: .5em 1em;
        font-family: Inter, 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, Sans-serif;
        font-size: .85em;
        display: inline-block;
        margin-bottom: 5px;
    }
    
    .widget-type-post_filter ul li a:hover {
        background-color: #e8554e;
        color: #fff;
    }






/*  ====================================================================================================================================================
    
   Blog STYLES  (i.e. TOPICS/STORIES SECTION & MAGAZINE SECTION)

    ==================================================================================================================================================== */
    


/*--.blog-main h2, 
.blog-main h3,
.blog-main h4 {
font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
}--*/

.blog-main h2 {
    font-size: 1.65em;
    font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
    line-height: 1.1;
    margin-bottom: 0;    
    letter-spacing: -0.045em;    
    margin-top: 1.2em;
}

.blog-intro p {
    font-family: Inter, 'Helvetica Neue LT W01_41488878', Helvetica, Arial, Sans-serif;
    margin: .5em 0;    
    font-size: 1.65em;
    line-height: 1.35;
}

.blog-intro img {
    margin-top: .5em;
}


.blog-main p {
    font-size: 1.15em;
    line-height: 1.45;
}


.blog-main h2 + p,
.blog-main h3 + p {
    margin-top: .5em;
}

/*.blog-main img {
    padding: 2em;    
}
*/

.blog-main img {
    padding:0 0 1em 0;    
}

.blog-intro img,
.blog-main img {
    width: 100%;
    max-width: 100%;
}


@media (max-width: 767px) {
        .blog-intro img,
        .blog-main img {
            width: 100%!important;
        }
    }

/* Blockquote
   ========================================================================== */

.blog-main blockquote {
    width: 100%;
    clear: both;
    border-left: 1px solid #0098d7;
    margin: 4.5em 0;
    padding: .5em 0;
    padding-left: 3em;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

.blog-main blockquote:before {
    font-family: Inter, Georgia;
    display: block;
    content: "\201C";
    font-size: 3rem;
    position: absolute;
    left: 15px;
    top: 0px;
    color: #333;
}

.blog-main blockquote p {
    display: inline;
    font-family: Inter, Georgia, Times, serif;
    font-style: italic;
}



.blog-main ul,
.blog-main ol {
    width: 100%;
    font-size: 1.1rem;
}

.blog-main ul li,
.blog-main ol li {
    padding-bottom: .65em;
}

.blog-main ul li {
    list-style: none;
}

.blog-main ul li:before{
    color: #0098d7;  
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -18px;
    top: -4px;
    font-size: 22px; 
}



.blog-main ol li strong {
    font-style: normal;
}

/* Lists */
.body-container ul,
.body-container ol {
    width: 100%;
}



/* Table */

.blog-main table {
    margin: 1em 0;
    width: 100%;
}
.blog-main table th {
    background: #dce0d9;
    text-align: left;
}

.blog-main table th, td {
    border-bottom: 1px solid #dce0d9;
    padding: 0.5em;
}                   



/* VIDEO STUFF
   ========================================================================== */
   
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    height: 400px;
}
.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo {
        float: left; 
        width: 100%;
}


/* RELATED STORIES
   ========================================================================== */


.related-stories {
    background-color: #ddd;
    padding:2em 0 4em;
}


.related-stories h3 {
    font-family: 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
    color: #e8554e;
    font-size: 1.45em;
    letter-spacing: -0.045em;
    padding-bottom: 0.35em;
    margin-top: 1em;
    text-align: center;
}




/* BLOG LISTING (TOPICS listing and MAGAZINE listing pages)  GENERAL STYLES
========================================================================== */


.hs-featured-image-wrapper  img.hs-featured-image {
    width: 100%;
    float: left;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    max-height: 100%;
}

.blog-listing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}




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

.blog .blog-sidebar {
    
}

@media (max-width: 479px) {
        .blog-sidebar {
            margin-top: 3em;
        }
    }


/* Resize the size of the magazine img on Topics/story pages */




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

.blog-sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul {
    margin-bottom: 0;
}


.blog-sidebar .hs-menu-wrapper.hs-menu-flow-vertical li a {
    padding: 0 0 1em 0;
    margin: 0;
    list-style-type: none;
    font-size: 1rem;
    color: #0098d7;
}

.blog-sidebar .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
    color: #e8554e;
}




/* SOCIAL SHARING ICONS - USED ON TOPIC ARTICLE PAGES- to be made 'Sticky nav'
   ========================================================================== */

.share-icons {
    text-align: center;
    margin-top: 5px;
}

.share-icons h3 {
    font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
    color: #0098d7;
}

.share-icons h3:after {
    border-bottom: 1px solid #ccc;
    content: '';
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 12px;
}

.lp-social-share-basic {
    
}


.lp-social-share-basic .fa-envelope:before {
    margin-left: -2px;
}

.lp-social-share-basic .fa-facebook-f:before, .lp-social-share-basic .fa-facebook:before {
    margin-left: -1px;
}


.lp-social-share-basic a.social-icon-button {
    color: #a9b3c1;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    text-align: center;    
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-bottom: 5px;
}

.lp-social-share-basic a.social-icon-button:hover {
    color: #0098d7;
    border: 1px solid #0098d7;
}

a.social-icon-button {
    font-family: FontAwesome;
    font-size: 16px;
    background-color: #fff;
    display: inline-block;
    padding:10px 13px 13px;
    vertical-align: middle;
    line-height: 1;
    margin: 0 2px;
}  


@media (max-width: 767px) {
    .share-icons h3,
    .lp-social-share-basic {
        text-align: left;
    }      
    .share-icons h3:after {
        width: 100%;
        text-align: left;
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    } 
}

@media (max-width: 1024px) and (min-width: 768px) {
    
    .row-fluid .span11.blog-main,
    .row-fluid .span1.share-icons {
        width: 100%;
        margin-left: 0;
    }
    
    .share-icons h3 {
        margin-top: 0;
        
    }
    
    .share-icons h3,
    .lp-social-share-basic {
        text-align: left;
    }   
    
    .share-icons h3:after {
        width: 100%;
        text-align: left;
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    }

}




/*  ====================================================================================================================================================
    
   Side bar/Side nav

    ==================================================================================================================================================== */

@media (min-width: 1024px) {
    
    #sidebar {
      width: 60px;
      position: absolute;
    }
    
    
    #sidebar.fixed {
      position: fixed;
      top: 68px;
    }

}

    .sidebar-nav {
        font-size: .985em;
    }
    
    .sidebar-nav a {
        color: #0098d7;
        border-bottom: 1px solid  #ccc;
        margin-bottom: 1em;
        display: block;
        text-decoration: none;
    }
    .sidebar-nav a:hover,
    .sidebar-nav a:hover h3 {
        color: #e8554e;
    }

    .sidebar-nav a:last-child {
        border: 0;
    }
    
    .sidebar-nav h3 {
        margin-bottom: 0;
        font-weight: bold;
    }
    
    .sidebar-nav h3:first-child {
        margin-top: 0;
    }

      .sidebar-nav p {
        margin-top: .25em;
    }  
    
    .sidebar-nav ul a {
       color: #0098d7; 
    } 
    
    
    .sidebar-nav.most-popular h3 {
        font-family: Inter, 'Helvetica Neue LT W01_65 Md', Helvetica, Arial, Sans-serif;
        font-size: 1rem;
        line-height: 1.2;
        border: 0;
        padding-bottom: 0;
        letter-spacing: normal;
    }
    

/*  ====================================================================================================================================================
    
    OTHER PAGES STYLES

    ==================================================================================================================================================== */


    /* Contact Us */
    
    
    
    /* About Us */
    
    .general-page--wrap .about-us--people {
        margin-top: 4em;
        padding-bottom: 4em;
        border-bottom: 1px solid rgba(51,51,51,.22);
    }

    .general-page--wrap .about-us--people h2,
    .general-page--wrap .about-us--people h3 {
        color: #0098d7;
        margin-bottom: 0;
        padding-bottom: 0;        
        margin-top: 0;
        padding-top: 0;
    }
    
    .general-page--wrap .about-us--people h2 {
        color: #333;
        font-family: Inter, 'Helvetica Neue LT W01_41488878', Helvetica, Arial, Sans-serif;
                
    }
    
    .general-page--wrap .about-us--people h2,
    .general-page--wrap .about-us--people p:first-of-type {
        margin-top: 0;
        padding-top: 0;

    } 
    
    .general-page--wrap .about-us--people p a,
    .general-page--wrap .about-us--people p i {
        color: #0098d7;
        text-decoration: none;
    }  
 
    .general-page--wrap .about-us--people p:hover a,
    .general-page--wrap .about-us--people p:hover i {
        color: #e8554e;
    }   
    
    
    
    
    
    /* GENERAL (a term for pages that are not Magazine or Topics) INTROS */
    
    .section-intro {
        padding: 1.5% 0;
    }
    
    .section-intro p,
    .general-page--wrap h1 + p  {
        font-family: Inter, 'Helvetica Neue LT W01_41488878', Helvetica, Arial, Sans-serif;
        font-size: 1.65em;
        margin: .75em 0;
        line-height: 1.35;
    }
    
    .section-intro a,
    .general-page--wrap h1 + p a {
        color: #0098d7;
        text-decoration: none;
        border-bottom: 1px dotted #0098d7;
    }

    .section-intro a:hover,
    .general-page--wrap h1 + p a:hover {
        color: #e8554e;
        text-decoration: none;
        border-bottom: 1px solid #e8554e;
    }


    .general-page--wrap h1 {
        margin-top: .5em;
    }
    
    .general-page--wrap h1 + p {
        margin-bottom: 1em;
    } 

    .general-page--wrap form {
        margin: 4em 0;
    }










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

    ==================================================================================================================================================== */


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


.footer-container-wrapper {
    background-color: #111;
}

.footer-container-wrapper .hs_cos_wrapper_type_logo img {
    margin-left: -10px;
    opacity: .5;
}

.footer-container-wrapper .hs_cos_wrapper_type_logo img:hover {
    opacity: 1;
}

.footer-container-wrapper .footer-details {
    padding-top: 3em;
}


.footer-container-wrapper .footer-nav ul {
    float: right;
}

.footer-container-wrapper .footer-nav ul a {
    color: rgba(255,255,255,.5) ;
    font-family: Inter, 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, Sans-serif;
    font-size: .85em;
}

.footer-container-wrapper .footer-nav ul a:hover {
    color: rgba(255,255,255,1) ;
}




/* Footer form
   ========================================================================== */
   
   
.footer-form-wrapper {
    background-color: #192a67;
    text-align: center;
    color: #fff;
    padding: 3em 0;
}
.footer-form-wrapper .widget-type-rich_text h2 {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-form-wrapper .widget-type-form h3 {
    display: none;
}

.footer-form-wrapper p {
    text-align:  center;
}

.footer-form-wrapper .hs_email.field.hs-form-field {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.footer-form-wrapper input[type="email"] {
    width: 100%;
}
.footer-form-wrapper span.hs-form-required {
    position: absolute;
    left: -22px;
}

.footer-form-wrapper .actions {
    margin-top: 1.25em;
}


@media (max-width: 480px) {
    .footer-form-wrapper .hs_email.field.hs-form-field {
        width: 90%;
    }
}

/*  ==========================================================================================================================================================
    ==========================================================================================================================================================
    
   3. MAIN NAVIGATION

    ==========================================================================================================================================================
    ========================================================================================================================================================== */


/* MAIN NAV STYLES */


.nav-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;     
    z-index: 9999; 
    left: 0; 
    top: 28px; 
    width: 100%!important;   
    background-color: #0098d7;
}

.home-page .nav-wrap .hs_cos_wrapper_type_logo img {
    background-color: #0098d7;
    margin-left: 0;
}

.home-page .nav-wrap .hs_cos_wrapper_type_logo img:hover {
    opacity:1;
    background-color: #e8554e;
}

.nav-wrap .hs_cos_wrapper_type_logo img {
    margin-left: -10px;
    margin-top: 4px;
}

.nav-wrap .hs_cos_wrapper_type_logo img:hover {
    opacity: .5;
}


.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    margin-top: 12px;
    margin-right: -20px;
}

.nav-wrap ul {
    float: right;  
}

.nav-wrap ul li a {
    font-family: Inter, 'Helvetica Neue LT W01_65 Md', Helvetica, Arial, Sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .15em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
       padding: 14px 20px 18px 20px; 
}

.nav-wrap ul li a:hover {
    opacity: .5;
}

.nav-wrap li.hs-menu-item.hs-menu-depth-1.active.active-branch:after {
    border-bottom: 3px solid white;
    content: '';
    display: block;
    margin: 0 auto;
    width: 68%;
}

@media (max-width: 480px) {
    .nav-wrap li.hs-menu-item.hs-menu-depth-1.active.active-branch:after {
    width: 100%;} 
}


.home-page .nav-wrap {
    background: transparent;    
    position: absolute;
    top: 40px;
}


@media (max-width: 767px) {
    
    .nav-wrap .hs_cos_wrapper_type_logo img {
        margin-top: 16px;
    } 
    
    .home-page .nav-wrap {
        background: #0098d7;    

    } 
}

@media (min-width: 768px) {

    .nav-wrap ul li a {
        font-size: .85rem;
    }

}


@media (min-width: 1024px) {
    
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        border: 0;
    }
    
    .f-nav { 
        position: fixed; 
        top: 0;
        }
    
    .home-page .f-nav {
        background-color: #0098d7;  
        position: fixed; 
        top: 0;
        -webkit-box-shadow: 0px 9px 19px -2px rgba(0,0,0,0.31);
        -moz-box-shadow: 0px 9px 19px -2px rgba(0,0,0,0.31);
        box-shadow: 0px 9px 19px -2px rgba(0,0,0,0.31);
    } 
    
    .nav-wrap ul li a {
        font-size: .85rem;
    }


}



/* Styles for tablet Portrait 


@media (max-width: 767px) {
    
        .header-container .hs_cos_wrapper_type_logo a img {
            margin-top: 16px;
            margin-left: 0;
        }
    
        .home-page .nav-wrap {  
            position: relative;
            background-color: #0098d7;
            top: 44px;
        }
        
        .nav-wrap {  
            padding: 0;
        }
        
        li.hs-menu-item.hs-menu-depth-1.active.active-branch:after {
        border: 0;
        
        }

        
}

NOT SURE THIESE STYLES ARE NEEDED

*/










/* Follow us - AREA ABOVE MAIN NAV */

.social-links {
    width: 100%;
    display: block;
    background-color: #333;
}

.home-page .social-links {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.social-links ul {
    margin:0;
    float: right;
    color: #fff;
    font-family: Inter, Georgia, Times, serif;
    font-style: italic;
}

.social-links ul li {
    display: inline;
}

.social-links ul li span {
    font-size: 1rem;
}

.social-links ul li.social-icon {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-indent: 0;
    width: 25px;
    display: inline-block;
    font-size: 16px;
    padding: 0;
    text-align:center;
}

.social-links ul li.social-icon a {
    color:#fff;
}

.social-links ul li.social-icon a:hover {
    color: #e8554e;
}



@media (max-width: 767px) {
    
        .social-links ul {
            padding: 10px 2.5% 10px 0;
        }
        
        .social-links ul li.social-icon {
            width: 40px;
            font-size: 24px;
        }
        
    }






/* MAGAZINE CTA - IN THE HEADER (Receive your FEE MAG...) */

    .mag-cta-top {
        width: 90%;
        float: right;
        border-left: 1px solid rgba(255,255,255,.5);
        margin-top: 6px!important;
        background-color: transparent;
    }
    
    .mag-cta-top:hover {
        opacity: .65;
    }
    
    .mag-txt {
        margin-top: -3px;
    }
    
    
    .mag-txt a {
        float: left;
        color: #fff;
        font-family: Inter, 'Helvetica Neue LT W01_65 Md', Helvetica, Arial, Sans-serif;
        text-align: right;
        width: 75%;
        margin-top: 6px;
        text-decoration: none;
    }
    
    .mag-txt span  {
        display: block;
        text-transform: uppercase;
        font-size: .85rem;
        letter-spacing: .15em;
    }
    
    .mag-txt span:first-child {
        font-family: Inter, 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, Sans-serif;
        text-transform: none;
        letter-spacing: initial;
        line-height: 0.75;
    }
    
    .mag-icon {
        float: right;
        width: 25%;
        margin-top: 2px;
        text-align: right;
    }
    
    
    


@media (max-width: 1024px) and (min-width: 768px) {
    
    .nav-wrap .row-fluid .span7 {
        width: 85%;
        margin: 0;
    }
    
    .nav-wrap .row-fluid .span3 {
        width: 100%;
        margin-left: 0;
        border-top: 1px solid rgba(255,255,255,.25);
    }
    
    .home-page .nav-wrap .row-fluid .span3 {
        border-top: 0;
    }
    
    .mag-cta-top {
        background-color: transparent ;
        margin-bottom: 20px;    
        width: 100%;
        border: 0;
        margin-top: 10px !important;
    }
    
    .mag-txt a {
        text-align: left;
        padding-left: 1.5%;
        margin-top: 5px;
    }
    
    .mag-txt span {
        display: inline;
    }
    
    .mag-txt span:first-child {
        text-transform: uppercase;
        font-family: Inter, 'Helvetica Neue LT W01_65 Md', Helvetica, Arial, Sans-serif;
        font-size: .85rem;
        letter-spacing: .15em;
        
    }
    
    .mag-txt {
        width: 93%;
        float: right;
    }
    
    .mag-icon {
        width: 43px;
        text-align: left;
        padding: 3px 0;
        margin-right: 0;
        float: left;
    }
        
}



@media (max-width: 767px) {
    
        .mag-cta-top {
            background-color: #e8554e ;
            margin-bottom: 20px;    
            width: 100%;
            border: 0;
            margin-bottom: 2em!important;
        }
        .mag-txt a {
            text-align: left;
            padding-left: 2.5%;
            margin-top: 10px;
        }
        .mag-txt span {
            display: inline;
        }
        .mag-txt span:first-child {
            text-transform: uppercase;
            font-family: Inter, 'Helvetica Neue LT W01_65 Md', Helvetica, Arial, Sans-serif;
            font-size: .85rem;
            letter-spacing: .15em;
            
        }
        .mag-icon {
            width: 22.5%;
            text-align: center;
            padding: 3px 0;
            margin-right: 2.5%;
        }
 
    }
       
    
@media (max-width: 480px) {
        .mag-txt a {
            margin-top: 5px;
        }
}


/* BREAD CRUMB NAV */

.hs-breadcrumb-menu-item:first-child {
    padding-left: 0;
}

.hs-breadcrumb-menu {
    border-bottom: 1px solid rgba(51,51,51,.22);
}

.hs-breadcrumb-menu-item {
    font-family: Inter, 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, Sans-serif;
    color: #0098d7;
    font-size: .85rem;
    display: inline-block;
    float: none;
}

.hs-breadcrumb-menu-item a {
    text-decoration: none;
    color: #333;
}
.hs-breadcrumb-menu-item a:hover {
    text-decoration: none;
    color: #e8554e;
}
.hs-breadcrumb-menu-divider:before {
    content: '/';
    padding-left: 10px;
}

@media (max-width: 479px) {
    
        .hs-breadcrumb-menu {
            display: none;
        }

    }



/* FAKE BREAD CRUMB NAV - used on general page template Two Column Right */

.hs-breadcrumb-menu-wrapper .hs-menu-flow-horizontal ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(51,51,51,.22);
}

.hs-breadcrumb-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0;
}

.hs-breadcrumb-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    padding: 10px 10px 6px 0px;
}

.hs-breadcrumb-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-family: Inter, 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, Sans-serif;
    color: #0098d7;
    font-size: .85rem;
}









   
.menu-toggle-btn {
    display: block;
}

.menu-btn-wrap {
    height: 0;
    overflow: hidden;
}

@media (min-width: 1024px) {

    .menu-toggle-btn {
        display: block;
    }
    .menu-toggle-btn {
        position: absolute;
        right: 0;
        top: 25px;
        text-indent: -9999px;
        z-index: 15;
        width: 40px;
        height: 40px;
        display: block;
    }

}


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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

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

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

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



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




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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




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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 72px;          /* Position Button at right of screen  */
    right: 2.5%;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #333;  /* Background color */
    border: 1px solid #0098d7;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #0098d7; 
  }
  
  .home-page .mobile-trigger {
    top: 28px; 
  }
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #333; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #333; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

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


  /* Child Toggle Button
     ========================================================================== */

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 0; /* Makes room for button */
       margin: 0;
       background-color: #333;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#0098d7; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 1em; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}






/*  ==========================================================================================================================================================
    ==========================================================================================================================================================
    
   4. TEMPLATE MODULE SELECTORS 

    ==========================================================================================================================================================
    ========================================================================================================================================================== */




/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {
    
}


body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}





body.landing-page .nav-wrap {
    background-color: #333;    
    padding: .75em 0;
}

body.landing-page.keytouch-thankyou .nav-wrap {
    background-color: #0098d7;    
}

body.landing-page.keytouch-thankyou .header-container-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

body.landing-page .body-container-wrapper {
    background-color: #0098d7;
    color: #fff;    
    padding: 1.75em 0;
    max-width: inherit;
}

body.landing-page .content-wrapper {
    padding: 0 2.5%;
}



body.landing-page .main-content p,
body.landing-page .main-content ul,
body.landing-page .main-content ol {
    font-size: 1.25rem;   
}


body.landing-page .body-container-wrapper img {
    width: 240px;
    border: 4px solid #fff;
    margin: 1em 0;
}



/* FORM AREA */

body.landing-page .hs-form-field > label {
    color: #fff;
}

body.landing-page .form-area h2 {
    font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
    font-size: 2em;
    border-bottom: 1px solid #fff;
    padding-bottom: .75em;
    margin-bottom: .25em;
}


bod.landing-pagey .hs-button.primary, body.landing-page input[type="submit"], body input[type="button"] {
    background-color: #333;
}






/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {
    padding: 2em 0;
}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {    
    padding: 2em 0;
    }
body.password-template form {
    width: 50%;
}   
body.password-template form input[type="password"] {
    padding:18px 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
}   

    
@media (max-width: 480px) {
    body.password-template form {
        width: 100%;
    } 
}


/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {
    padding: 2em 0;
}

body.subscription-template.one-column input.hs-input.email-edit {
    width: 50%!important;    
    margin-bottom: 1em;
}

body.subscription-template.one-column .checkbox-row span.fakelabel span {
    font-family: Inter, 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, Sans-serif;
}

@media (max-width: 480px) {
    body.subscription-template.one-column input.hs-input.email-edit {
        width: 100%!important;
    }
}



.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
    font-size: 1.25em;
}

.widget-type-email_subscriptions p, .widget-type-email_subscriptions_confirmation p, .widget-type-email_simple_subscription p {
    font-size: 1em;
}


/*  ==========================================================================================================================================================
    ==========================================================================================================================================================
    
   5. COS COMPONENTS 

    ==========================================================================================================================================================
    ========================================================================================================================================================== */



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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;

  height: 100%;
  width: 100%;
  display: inline-block !important;
  float: left;
  margin: 0;
}

/* Read More Link */
a.more-link {}

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

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

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

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

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }


/* Pagination */

.blog-pagination {
    border-top: 4px solid rgba(51,51,51,.12);
    margin-top: 2em;
    padding-top: 2em;
    text-align: center;
}

.blog-pagination a {  /* See (a.cta_button) for further styles */

}

.blog-pagination a.previous-posts-link:before {
    content: '\f104';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 5px 0px 0px;
    text-decoration: none;
}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 5px;
    text-decoration: none;
}




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

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

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

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





    



/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

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

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

/* Labels */
body label {}
body .hs-form-field > label {
    font-size: 1rem;
    color: #0098d7;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Inter, Georgia, Times, serif;
  font-size: 16px;
  border: 1px solid #ccc;
}

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

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

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

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

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

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

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


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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: .75em;
}

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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


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

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

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */
   
   
   
   
/* BACK TO TOP
   ========================================================================== */

   #back-to-top {
    position: fixed;
    bottom: 120px;
    right: 40px;
    z-index: 9999;
    width: 42px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    background: #e8554e;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    opacity: 0;
}

#back-to-top:hover {
    background: #000;
}
#back-to-top.show {
    opacity: 1;
} 


@media (max-width: 767px) {
   #back-to-top {
       bottom: 20px;
       right: 10px;
       }
}



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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #0098d7;
  border: 0;
  border-radius: 3px;
  font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
  color: #fff;    
  padding: 1em 2em;
  font-size: .75em;
    letter-spacing: 1px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #e8554e;
}

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


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

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


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

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


.blog-pagination a,
.editors-choice-banner a.cta_button,
.body-container-wrapper a.more-link,
.body-container-wrapper a.cta_button {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #0098d7;
    text-decoration: none;
    margin-bottom: 1.5em;
    display: inline-block;
    padding-bottom: .5em;
    font-family: Inter, 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    color: #0098d7;
    font-size: .75em;
    letter-spacing: 1px;
}

.editors-choice-banner a.cta_button:hover,
.body-container-wrapper a.more-link:hover ,
.body-container-wrapper a.cta_button:hover {
    border-bottom: 3px solid #e8554e;
    color: #e8554e;
}

.editors-choice-banner a.cta_button {
    color: #fff;
}

.editors-choice-banner a.cta_button:after,
.body-container-wrapper a.more-link:after,
.body-container-wrapper a.cta_button:after {
  content: '\f105';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 5px;
   text-decoration:none;
}

.blog-pagination a,
.body-container-wrapper a.cta_button.btn--large {
    border: 1px solid #e8554e;
    color: #e8554e;
    width: 100%;
    text-align: center;
    padding: 1em;
    box-sizing: border-box!important;
    font-family: Inter, 'Helvetica Neue LT W01_95 Black', Helvetica, Arial, Sans-serif;
    margin-top: 2em;
}

.blog-pagination a:hover,
.body-container-wrapper a.cta_button.btn--large:hover {
    background-color: #e8554e;
    color: #fff;
}


.blog-pagination a {  /* See (a.cta_button) for further styles */
    width: 20%;
    margin: 0 .5em;
}

@media (max-width: 767px) {
    .blog-pagination a {  /* See (a.cta_button) for further styles */
        width: 100%;
        margin: 1em 0;
    }  
}

.body-container-wrapper a.cta_button.kt-lp-cta  {
    color: #fff;
    border: 3px solid #fff;
    padding: 1em 2em;
}

.body-container-wrapper a.cta_button.kt-lp-cta:hover  {
    background-color: #fff;
    color: #0098d7;
}


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





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 





.keytouch-post-listing ul {
  padding-left: 0px;
  list-style-type: none;
  padding-top: 40px; 
}

.keytouch-post-listing h3 {
  display: none; 
}




/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

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


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

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

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

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