@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,300,300i,400,400i,600,600i,700,700i');
@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);




/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */


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

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom 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

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



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

/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/





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



body .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(1),.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) {
        display: inline-block;
}



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


   2. COS STRUCTURE                                            


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





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


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

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






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


.body-container-wrapper { background-color: #ffffff; }
.body-container {}


/* Banner */
.banner-image{
    display: none !important;
}
.banner{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:90px 30px 80px 30px;
    position: relative;
    min-height: 660px !important;
}
.color-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
}
.banner-text{
    color: #ffffff;
    position: relative;
    z-index: 100;
}
.banner-text h1,
.banner-text h2,
.banner-text h3,
.banner-text h4,
.banner-text h5,
.banner-text h6,
.banner-text p {
    color: #ffffff;
}
.banner-text h1{
    font-family: ;
    font-size: 57px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    margin: 20px 0px;
}
.banner-text h2{
    font-size: 42px;
    font-weight: 700;
}
.banner-text h3{
    font-size: 30px;
    font-weight: 700;
}
.banner-text p{
    font-size: 18px;
}
.banner-text .cta_button{
    display: inline-block;
    background-color: linear-gradient(90deg,#ee192a 0,#f23082);
    color: #ffffff;
    font-size: 18px;
    padding: 11px 24px;
    font-family: ;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
}
.banner-text .cta_button:hover{
    background-color: #1a1a1a;
}

.homepage h4{
    margin:5px 0px 10px;
}

.offer-background{
    background: linear-gradient(90deg,#ee192a 0,#f23082); 
}
.offer-background .hs-button.primary, body input[type="submit"], body input[type="button"], .cta_solid_button{
    background-color: none;
    border: 1px solid #fff;
}
.offer-background label{
    color: #fff;
}



/* Reusable Components
   ========================================================================== */

/* Text Alignment */
.text-center { text-align: center; }

/* Page Title Background */
.title-background { background: #f5f5f5; }
.title-background h1, 
.title-background h2 { margin-bottom: 0px; }

/* Team member Module */
.team-member-headshot img{
    border-radius: 100px;
    max-width: 125px; 
    max-height: 125px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    width: 100%;
    height: auto;
}
.team-member-social a { 
    font-size: 18px;
    border-radius: 50%;
    display: inline-block;
    background: linear-gradient(90deg,#ee192a 0,#f23082);
    line-height: 1;
    text-align: center;
    margin: 0 5px 5px 0;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.three-column .team-member-social a { 
    display: block; 
    margin-right: 0;
}
.team-member-social a:last-child { margin-right: 0px; }
.team-member-social a:hover {
    background: #1a1a1a;
}
.team-member-name{
    margin: 0px;
    font-weight: 600;
}
.team-member-title{
    margin: 0px;
    font-weight: 100;
}

/* Well Module */
#well{
    min-height: 20px;
    margin-bottom: 20px;       
    border-radius: ;
    color: #fff;
}
#well .default{
    border-radius: ;
    border-style: solid;
    border-width: 1px;
    background: linear-gradient(90deg,#ee192a 0,#f23082);
}
#well .primary{
    border-radius: ;
    background: ;
    border: 1px solid ;
}    
#well .success{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: ;
    border: 1px solid ;
}    
#well .danger{
    border-radius: ;
    background: ;
    border: 1px solid ;
}    
#well .info{
    border-radius: ;
    background: ;
    border: 1px solid ;        
}   
#well .plain{
    border-radius: ;
    background:;
    color: rgba(25,26,26,.7);
    border: 1px solid #ddd;
}
#well .small { padding: 20px; }
#well .medium { padding: 24px; }   
#well .large { padding: 28px; }
#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: rgba(25,26,26,.7);
}

/* Pricing Module */
.label {
    padding: 0 10px;
    text-align: center;
    font-family: ;
    background-color: linear-gradient(90deg,#ee192a 0,#f23082);
    min-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px 4px 0 0;
}
.pricing-table{
    border-radius: ;
    margin: 30px 0;
    text-align: center;
    padding: 0;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}
.pricing-table.popular{
    margin-top: 0;
    padding-bottom: 30px;
    border-radius: 0 0 4px 4px;
}
.pricing-table h3.heading {
    font-family: ;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}    
.pricing-table .content {
    text-align: center;
    padding: 15px 15px 30px 15px;
}
.pricing-table .content ul{
    list-style: none;
    padding-left: 0px;  
}
.pricing-table .content ul li{
    padding: 10px 0px;  
} 
.pricing-table .price-figure{
    font-family: ;
    margin: 0;
}
.pricing-table .number{    
    font-size: 60px;
    font-weight: 700;
}
.pricing-table .currency{
    font-size: 24px;
    position: relative;
    top: -25px;
}
.pricing-table .unit{
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
} 
.pricing-table .content a{
    padding: 10px 25px;
}  



/* Tabber Module */
.body-container .tabber-tabs {
    list-style: none;
    padding-left: 40px;
    margin: 0 0 -2px 0;
    border-bottom: 2px solid #ddd;
}
.tabber-tabs > li {
    float: left;
}
.homepage .tabber-tabs > li {
    float: left;
    width: 33%;
    text-align: center;
}
.tabber-tabs > li > a {
    margin-right: 20px;
    line-height: 14px;
    padding: 10px 15px;
    display: block;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
.tabber-tabs > .active > a, 
.tabber-tabs > .active > a:hover, 
.tabber-tabs > .active > a:focus {
    color: linear-gradient(90deg,#ee192a 0,#f23082);
    cursor: pointer;
    border-bottom-color: linear-gradient(90deg,#ee192a 0,#f23082);
}
.tabber-content {
    padding: 20px 0;
}
.body-container .tabber-content ul {
    padding: 0;
    margin: 0;
}
.tabber-content .block h3 {
    display: none;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    border-radius: ;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px;
}



/* Simple Menu */
.hs_cos_wrapper_type_simple_menu a {
    font-family: ;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.25em;
    display: block;
    padding: 0 0 .75em;
    color: rgba(26,26,26,.4);
}
.hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal a { padding-right: .75em; }
.hs_cos_wrapper_type_simple_menu a:hover { color: #000; }


/* Modular Selectors
   ========================================================================== */

/* Colors */
.accentColor1 { color: linear-gradient(90deg,#ee192a 0,#f23082); }
.accentColor2 { color: #1a1a1a; }
.accentColor3 { color: #ddd; }


/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }





/* Stratus Pillar Page */
.pillar-page .banner {
    min-height:400px !important;
}
.pillar-content {
    margin-bottom: 60px;
}
.stratus-pillar {
    position: relative;
}

/* Pillar Module Styles */
.stratus-pillar__title {
    display: block;
    font-size: 2em;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1.5em;
}
.stratus-pillar__title:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1a1a1a;
    margin-top: .5em;
}
/* General Nav Styles */
.stratus-pillar__nav {
    text-align: center;
}
.stratus-pillar__nav ul {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    
}
.stratus-pillar__nav ul li {
    position: relative;
}
.stratus-pillar__nav ul li a {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 2px;
    position: relative;
		z-index:10;
}
.stratus-pillar__nav a:hover {
    text-decoration: none;
    opacity: .9;
}
.stratus-pillar__nav a:active,
.stratus-pillar__nav a:focus {
    text-decoration: none;
}

/* Hide Table of contents when mobile menu is visible */
.stratus-pillar__toc--vertical.fixed > div {
    opacity: 0;
    visibility: hidden;
}
.stratus-pillar__toc--horizontal {
    padding-top: 1em;   
}

/* Mobile Menu */
.stratus-pillar__mobile {
    display: none;
    text-align: center;
    width: 100%;
    z-index: 1;
    width: 100%;
}
.stratus-pillar__mobile ul {
    background: linear-gradient(90deg,#ee192a 0,#f23082);
}
.stratus-pillar__mobile.fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    height: auto;
} 
.stratus-pillar__mobile.fixed.open ul {
    max-height: calc(100vh - 2em);
    overflow-y: auto;
}
.stratus-pillar__mobile.absolute-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
    height: auto;
}
.stratus-pillar__mobile li {
    overflow: hidden;
    transition: opacity .4s ease, max-height .5s ease;
}
.stratus-pillar__mobile li:not(.selected) {
    max-height: 0;
    opacity: 0;
}
.stratus-pillar__mobile.open li:not(.selected) {
    max-height: 100px;
    opacity: 1;
}
.stratus-pillar__mobile li a {
    color: #fff;
    padding: 10px; 
}
.stratus-pillar__mobile.fixed .anchor-nav-show-hide {
    background: linear-gradient(90deg,#ee192a 0,#f23082);
    color: #fff;
    position: absolute;
    display: block;
    left: 50%; 
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 6em;
    top: 100%;
    height: 2em;
    cursor: pointer;
}
.stratus-pillar__mobile.fixed .anchor-nav-show-hide:before {
    border-style: solid;
    border-width: .25em .25em 0 0;
    content: '';
    display: inline-block;
    height: 1em;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 1em;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
} 

@media (min-width: 768px) {
    /* Hide Mobile Menu on Desktop */
    .stratus-pillar__mobile {
        display: none !important;   
    }
    .stratus-pillar__toc--vertical > div {
        text-align: left;
        padding: 50px 0 30px;
    }
    .stratus-pillar__toc--vertical.fixed > div {
        opacity: 1;
        visibility: visible;
        position: fixed;
        left: initial;
        top: 0;
    }
    .stratus-pillar__toc--vertical.absolute-bottom > div {
        opacity: 1;
        visibility: visible;
        position: absolute;
        left: initial;
        top: auto;    
        bottom: 0;
    }
    .stratus-pillar__toc--vertical ul li.selected a {
        color: #000;
    }
    
    .stratus-pillar__toc--horizontal {
        background-color: #fff;
        border-bottom: 1px solid rgba(25,26,26,.4);
        padding: .5em;
    }
    .stratus-pillar__toc--horizontal ul {
        padding: 0;
    }
    .stratus-pillar__toc--horizontal ul li {
        display: inline-block;
    }
    .stratus-pillar__toc--horizontal ul li.selected {
        background: linear-gradient(90deg,#ee192a 0,#f23082);
    }
    .stratus-pillar__toc--horizontal ul li.selected a {
       color: #fff;
    }
    .stratus-pillar__toc--horizontal ul li a {
        padding: 10px 20px;
    }
    .stratus-pillar__toc--horizontal.fixed {
        opacity: 1;
        visibility: visible;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
				z-index:10;
    }
    .stratus-pillar__toc--horizontal.absolute-bottom {
        opacity: 1;
        visibility: visible;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;    
        bottom: 0;
    }
    
    
}
@media (min-width: 1280px) {
    .stratus-pillar__toc--vertical.fixed > div,
    .stratus-pillar__toc--vertical.absolute-bottom > div {
        width: 23.076923077%;
        max-width: 228px;
    }
}
@media (max-width: 1139px) and (min-width: 768px) {
    .stratus-pillar__toc--vertical.fixed > div,
    .stratus-pillar__toc--vertical.absolute-bottom > div {
        width: 22.928176794%;
        max-width: 228px;
    }
}









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


   5. COS COMPONENTS                                        


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





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


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

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

/* Blog Listing */
body.hs-blog-listing {}
body.hs-blog-listing h4{
    font-size: 22px;
}

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


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

.blog .blog-content { padding: 0px 13%; }

/* 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{
    text-align: center;
    position: relative;
    z-index: 100;
}
.hs-blog-header h1{
    font-family: ;
    font-size: 68px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* Blog Post Date */
.listing-date{
    color: #aaa;
    font-size: 16px;
}
.post-date{
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-style: italic;
}

/* Blog Post Title */
.post-header h2 { margin: 0; }

/* Blog Author and Avatar */
#hubspot-author_data {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 10px;
}

.banner #hubspot-author_data {
    display: inline-block;
    width: 420px;
    max-width: 100%;
    border-top: 2px solid #fff;
    padding: 30px 60px 0 60px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.hs-author-avatar {
    float: left;
    margin: 10px 15px 0 0;
}
.hs-author-avatar img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.author-info{
    text-align: center;
}
.author-name{
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}
.author-name a.author-link{
    color: #fff;
    text-decoration: underline;
}
.author-social-links a {
    color: #fff;
    font-size: 36px;
    margin: 0 5px;
}
.author-name a.author-link:hover, 
.author-social-links a:hover{
    color: linear-gradient(90deg,#ee192a 0,#f23082);
}
.hs-author-social-links a.hs-author-social-link:hover {
    color: #1a1a1a;
}

/* Comment Count */
.comment-count{
    float: right;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 150px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

/* Blog Topics List */
#hubspot-topic_data {
    font-family: ;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0;
    color: #1a1a1a;
}
#hubspot-topic_data a.topic-link {
    text-transform: none;
}

/** 
 * Blog Social Sharing icons
 **/ 

.social-sharing-widget-vertical{
    width: 85px;
    height: 295px;
    margin: 0 20px 0 -105px;
    padding: 10px 8px 5px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    display: block;
    text-align: center;
    float: left;
}

/* Captcha */
#captcha_wrapper {
    margin-bottom: 20px;
}

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

.custom_listing_comments{
    display: block;
    border: 1px solid #e2e2e2;
    padding: 15px;
    line-height: 165%;
    margin-top: 20px;
}

#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{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}
.blog-pagination a {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    background-color: linear-gradient(90deg,#ee192a 0,#f23082);
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    font-family: ;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.blog-pagination a:hover {
    background-color: #333;
}
.blog-pagination .previous-posts-link {
    padding: 10px 7px;
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
    padding: 10px 5px 10px 9px;
}

/* Written By Blurb */
.hs-blog-post .about-author-sec {
    margin-top: 50px;
}
.about-author-sec img {
    border-radius: 50%;
    border: 1px solid #CCC;
    display: block;
    width: auto;
    height: auto;
}
.about-author-sec h4,
.about-author-sec h2 {
    margin: 0 0 0.75em;
}
.about-author-sec .hs-author-social-links a.hs-author-social-link {
    text-indent: 0;
    font-size: 22px;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(90deg,#ee192a 0,#f23082);
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
}
.about-author-sec .hs-author-social-links a.hs-author-social-link:hover {
    background: #790000;
}

/* About Author Page */
.hs-author-listing-header {
    margin: 60px 0 50px;
}



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


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








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


   7. MOBILE MEDIA QUERIES                              


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

@media (max-width: 1139px){

    .social-sharing-widget-vertical {
        width: auto;
        height: auto;
        margin: 10px 0 10px 0;
        display: inline-block;
        float: none;
    }

}



/* Landscape tablet and smaller devices
   ========================================================================== */
   
@media (max-width: 1030px) and (min-width: 768px) { 
    body.error-template .body-container-wrapper,
    body.password-template .body-container-wrapper,
    body.subscription-template .body-container-wrapper {
        padding-top: 140px;
    }
}

@media (max-width: 767px) {

    /* Headings */
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    .banner-text h1 {
        font-size: 48px;
    }
    
    /* Sidebar */
    .sidebar {
        margin-top: 30px;
    }
    
    
    /* Blog */
    .blog .blog-content {
        padding: 0;
    }
    .blog-listing-wrapper .post-listing .post-item {
        margin-bottom: 70px;
    }
    body.hs-blog-listing h4 {
        margin-bottom: 15px;
    }
    body.blog .blog-content {
        padding-right: 0;
    }
    .hs-blog-header {
        margin: 50px 0 30px;
    }
    .hs-blog-header h1 {
        font-size: 48px;
    }
    .about-author-sec img {
        margin-bottom: 20px;
    }
    
    /* Header */
    .header-container {
        padding: 20px 20px 0;
    }
    .header-container .widget-type-cta a {
        position: absolute;
        top: 50px;
        right: 10px;
    }
    .banner {
        padding: 100px 20px 40px;
        min-height: 0 !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        padding: 0;
    }
    .header-container .widget-type-cta a {
        display: none;
    }
    
    /* Footer */
    .footer-text span {
        display: block;
    }
    .footer-text {
        font-size: 16px;
    }
    
    /* Pillar Content */
    .pillar-page .banner {
        min-height: initial !important;
        background-size: cover !important;
        background-position: center center !important;
    }
}
     

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

@media (max-width: 479px) {
    
    /* Headings */
    .banner-text h1,
    .hs-blog-header h1 {
        font-size: 36px;
    }
    
}




.body-container ul.nav-items li{
	padding:0px;
}

.body-container ul.nav-items li:before{
	display:none;
}