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


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

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



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


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

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

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

@import url(//fonts.googleapis.com/css?family=Roboto%3A100%2C300%2C400&#038;ver=4.9.1);

@import url('//fonts.googleapis.com/css?family=Open+Sans');

@font-face {
  font-family: "Univers W01";
  font-style: normal;
  font-weight: 200;
  src: url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal-1.eot") format("eot"), 
  url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/d4a01ff3-d1c6-49c0-a4e8-350a6eef9880.woff2") format("woff2"), 
  url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal.woff") format("woff"),
  url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal.ttf") format("truetype");
}

@font-face {
  font-family: "Univers W01";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal%20400.eot") format("eot"), 
  url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal%20400.woff2") format("woff2"), 
  url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal%20400.woff") format("woff"),
  url("////cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal%20400.ttf") format("truetype");
}

@font-face {
  font-family: "Univers W01";
  font-style: normal;
  font-weight: 700;
  src: url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal%20700.eot") format("eot"), 
  url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal%20700.woff2") format("woff2"), 
  url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal%20700.woff") format("woff"),
  url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/Univers%20W01%20Normal%20700.ttf") format("truetype");
}

@font-face {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/entypo.eot") format("eot"), 
       url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/entypo.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Fonts/entypo.ttf") format("truetype");
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}





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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

    
body {
    color: #5e676a;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size:16px;
    line-height:26px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
    line-height: 1.625;
    margin-bottom: 1.625em;
} 
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: 400;
    color:#2c3b45;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 1.75em;
    font-weight: 200;
    line-height: 1.20588235;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.5625em;
    line-height: 1.2;
    margin-bottom: 0.48em;
}

h3 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
    margin-bottom: 0.5em;
}

h5 {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
}

h6 {
    font-size: 0.875em;
    line-height: 1.28571429;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 25em){
h1 {
    font-size: 2.125em;
}
}


/* Anchor Links */
a { 
    color: #15a748;
    text-decoration: none;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
}

a:hover, a:focus {
    color: #5e676a;
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.custom-header-wrapper .page-center {
    margin: 0 auto ;
    max-width: 75em ;
}


.custom-header-wrapper.cm-lp {
   padding: 0.75em 3.75%  1.5em; 
}

.custom-header-wrapper {
    background-color: #2a3842;
    left: 0;
    padding: 0.75em 3.75%  .3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

.custom-logo {
    margin-top: 5px;
    width: 158px;
}

.custom-logo a {
    border-bottom:0;
}

.custom-logo img {
    display: block;
    float: left;
    border-bottom: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 30px;
    height: 100%;
    width: 100%;
    max-width: 158px;
}


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

body:not(.blog) .body-container-wrapper {
    
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px;
}
body:not(.blog) .body-container-wrapper ul,
body:not(.blog) .body-container-wrapper ol{
    padding-left: 20px;
    font-size: 1em;
    line-height: 1.625;
    margin-bottom: 1.625em;
}

.body-container {}
.subscription-template .body-container-wrapper .page-center {
    padding-top:60px;
} 

.body-container-wrapper .page-center {
    max-width: 90em !important;
    background: #fff;
    padding: 30px;
    overflow:hidden;
}
.body-container-wrapper {
    padding: 60px 0 0;
    background: #2a3842;
}

.banner-group h1 {
    font-weight: 430;
    margin:  auto;
    z-index: 90;
    position:  relative;
    margin-top: 33px;
    margin-bottom: 30px;
    max-width:  965px;
    text-align:  center;
    color: #ffffff;
    font-size: 78px;
    line-height: 80px;
    letter-spacing: 1px;
}

img.banner-img {
    z-index: 1;
    position: absolute;
    animation: move 40s ease;
    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -moz-animation: move 40s ease;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}

.banner-group .page-center {
    padding:  15px;
    position:  relative;
    min-height: 714px;
    display: flex;
    background:#12161F;
    vertical-align:  middle;
    align-items: center;
}

.banner-group h2 {
    z-index: 90;
    background-repeat: no-repeat;
    color: #fff;
   text-align:center;
    max-width: 1000px;
    margin: 0 auto;
    cursor: pointer;
    position:  relative;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 1px;
}

.banner-group {
    width: 100%;
    align-items:  center;
    overflow:  hidden;
}

.banner-group .inner-group {
    width:  100%;
}

.banner-group h2 a {
    /* text-decoration: none !important; */
    border:  none;
    color:  #fff;
}

.banner-group h2 a:hover {
    /* color: #ffffff !important; */
    opacity: 0.6;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: inline-block;
}

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

.footer-container-wrapper {}
.footer-container {}
.custom-footer-wrapper {
    padding: 0 3.75%;
    background-color:#2A3842;
}

.custom-footer-wrapper.cm-lp .custom-bottom-footer {
    padding-top: 10px;
}

 .custom-footer-wrapper .page-center {
    max-width: 75em;
    margin:0 auto;
}
 .custom-top-footer {
    max-width: 75em;
    margin:0 auto;
}

.custom-left-footer-menu ul li a,
.custom-right-footer-menu ul li a{
    color: #fff;
    margin-bottom: 1em;
    font-size: 0.875em;
    line-height: 1.42857143;
    font-weight: 700;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border-bottom:0;
}

.custom-left-footer-menu ul ul {
    line-height: 1.42857143;
}

.custom-left-footer-menu ul ul li,
.custom-right-footer-menu ul ul li{
    margin-bottom: 0.42em;
}

.custom-left-footer-menu ul ul li a,
.custom-right-footer-menu ul ul li a{
    color: rgba(255, 255, 255, 0.5);
    margin-bottom:0;
    font-weight:400;
}

.custom-left-footer-menu ul ul li a:hover,
.custom-right-footer-menu ul ul li a:hover{
    color: #fff;
}

.custom-social-sharing {
    float: right !important;
    width: auto !important;
}

.social-navigation ul {
    list-style-type:none;
    padding-left:0;
    margin:0;
 
}

.social-navigation li:first-child {
    margin-left: 0;
}

.social-navigation li {
    float: left;
    margin: 0 0 0 1.1em;
}

.social-navigation li a {
    position: relative;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    border-bottom:0;
    font-size: 1.125em;
    line-height: 1.625;
}

.social-navigation li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: inherit;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    content: "\f0c1";
}

.social-navigation li a:hover, .social-navigation li a:active {
    color: #fff;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.social-navigation li a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-navigation li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.social-navigation li a[href*="youtube.com"]:before {
    content: "\f16a";
}

.social-navigation li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-navigation li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.custom-bottom-footer {
    text-align: center;
    font-size: 14px;
    padding-bottom: 13px;
}

.custom-copyright p {
     margin: 0;
    margin-bottom: 0.65em;
    font-size: 1em;
    line-height: 1.625;
   
}

.custom-copyright p a {
    color: #15a748;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.625;
    border-bottom: 0;
    font-weight: 400;
}

.custom-footer-logo a {
    height: 67px;
    width: 43px;
    margin: 0 auto;
    display: block;
}

.custom-copyright p a:hover,
.custom-copyright p a:active {
    color: #5e676a;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */

.custom-menu-primary.js-enabled {
    margin-left:0 !important;
        float: right;
}

.custom-menu-primary .hs-menu-wrapper {
    float:right;
    text-align:right;
}

.custom-menu-primary .hs-menu-wrapper > ul{}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 1.5em;
    margin-top:9px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
        color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 0.8125em;
    font-weight: 700;
    padding: 0;
    border-bottom: 0;
    line-height: 28px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    color: #fff;
    padding: 0.55em 2.5em .7em;
    display: block;
    font-size: 0.8125em;
    background-color: #15a748;
    border: none;
    font-weight: 700;
    white-space: nowrap;
    width: auto;
    -webkit-border-radius: 6.25em;
    margin-top:-7px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background-color: #37c96a;
    border: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #2A3842;
    /* visibility: visible !important; */
    padding-top: 0.25em;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
    display: block;
    float: none;
    margin: 0;
    background-color: #2A3842;
    line-height: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 0.8125em;
    font-weight: 700;
    padding: 0 10px;
    border-bottom:0;
    text-align:left;
    line-height:30px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #fff;
}

/* 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:879px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


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

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

@media (max-width: 878px){

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

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

  .mobile-trigger{
       display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 148px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    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: 18px; /* 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: #fff; /* Icon color */
  }
  
 .mobile-open .mobile-trigger i:after {
    top: 6px;
    transform: rotate(-45deg) translate(6px, -3px);
    -webkit-transform: rotate(-45deg) translate(6px, -3px);
    -moz-transform: rotate(-45deg) translate(6px, -3px);
    -ms-transform: rotate(-45deg) translate(6px, -3px);
    -o-transform: rotate(-45deg) translate(6px, -3px);
    background-color: #fff !important;
}

.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    width: 18px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    display: inline-block;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.mobile-open .mobile-trigger i {
    background-color: transparent;
}

.mobile-open .mobile-trigger i:before {
    top: -6px;
    transform: rotate(45deg) translate(6px, 2px);
    -webkit-transform: rotate(45deg) translate(6px, 2px);
    -moz-transform: rotate(45deg) translate(6px, 2px);
    -ms-transform: rotate(45deg) translate(6px, 2px);
    -o-transform: rotate(45deg) translate(6px, 2px);
    background-color: #fff !important;
}

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0 !important;;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 8px;
    height: 1px;
    background-color: #fff;
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* 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{
        position: absolute;
        top: 3.65em;
        padding: 0;
        overflow: visible !important;
        z-index: 999;
        width: 18.5em !important;
        right: -6.7%;
        border-bottom: 6px solid #15a748;
  }
  
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #2A3842;
    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: 22px; /* 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 solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    margin-left:0 !important;
  }
  
   .custom-menu-primary .hs-menu-wrapper > ul li:first-child {
       border-top:0;
   }
   
   .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        display: none;
    }
   
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 0.8125em !important;
    font-weight: 700;
   padding: 1em 1.5em;
    line-height: 1.625;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color:#2A3842;
    border-top:0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 0.8em !important;
    font-weight: 700;
    padding: 0.4em 0.4em 0.4em 2em;
  }

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

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


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


/* =============== General Blog Styles =============== */

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

.blog .body-container-wrapper .page-center.content-wrapper {
    margin: 0 auto !important;
    max-width: 1260px;
    background:#fff;
    padding: 0;
}

.blog .right-sidebar-blog-search .input {
    position: relative;
    border: 1px solid #dedede;
    border-radius: 16px;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 5px;
}

.blog article.article-wrapper {
    width: 30%;
    margin-left: 3.33%;
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 30px;
}

.article-outer-container {
    width: calc(100% + 2rem);
    margin: 0 -2rem 10px;
    display: inline-block;
}

.blog .article-outer-container article.article-wrapper:nth-child(3n) {
    margin-right: 0;
}

.cm-post-topic-sidebar ul {
    margin: 0 0 20px;
    background-color: #f0f5f7;
    cursor: pointer;
    list-style-type:none;
    padding-left: 29px;
    padding-bottom:10px;
}

.cm-explore-sidebar {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cm-explore-sidebar h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #5e676a;
    margin-bottom: 0.48em;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
}

.cm-explore-sidebar ul {
    font-size: inherit;
    margin: 0 0 20px;
    padding-left: 0;
    line-height: 1.625;
    list-style-type: none;
    list-style: none;
    padding-top:10px;
    background-color: #f0f5f7;
}

.cm-explore-sidebar ul li {
    padding: 0 0 10px 24px;
    position: relative;
}

.cm-explore-sidebar ul li:before {
    content: "\e78b";
    font-family: 'entypo', sans-serif;
    margin-left: 5px;
    color: #15a748;
    margin-right: 8px;
    float: left;
    font-style: italic;
}

.cm-explore-sidebar ul li a {
    line-height: 25px;
    font-size: 16px;
    color: #15a748;
    border-bottom: 0;
    text-decoration: none;
}

.cm-explore-sidebar ul li a:hover,
.cm-post-topic-sidebar ul li a:hover{
    color: #5e676a;
}

.cm-explore-sidebar span.filter-link-count {
    display: none;
}

.cm-email-subs-sidebar h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 0.48em;
    color: #5e676a;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top:0;
    letter-spacing: normal;
    white-space: nowrap;
}

.cm-post-topic-sidebar ul li a {
    color: green;
    color: #15a748;
    text-decoration: none;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

.le-main-cat {
    padding-top: 10px;
    font-size: 13px;
    color: lightgray;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height:normal;
}

.cm-post-topic-sidebar h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #5e676a;
    margin: 0 0 10px;
    letter-spacing: normal;
}

.blog-content h3 {
    font-size: 17px;
    padding-top: 10px;
    display: block;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #2c3b45;
    letter-spacing: normal;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 0;
}

.blog-content a {
    color: black;
    border-bottom: 0;
}

.blog-content a:hover {
    color: black;
}

.le-meta {
    font-size: 14px;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #5e676a;
    font-style: normal;
    font-weight: 400;
    line-height:normal;
}

.article-outer-container {
    margin-bottom: 10px;
}

.le-meta a {
    color: #15a748;
    text-decoration: none;
    float: left ;
    padding-left: 5px;
}

.le-meta a:hover {
    color: #5e676a;
}

.loader {
    clear: both;
    cursor: pointer;
    background-color: #f0f5f7;
    color: #9b9b9b;
    width: 80%;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 auto 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
}

.le-meta span {
    float: left;
}

.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 30px;
    width: 30.8%;
    margin-right: 3.33%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    float:left;
}

.blog div#hs_form_target_blog_subscription {
    background: #f0f5f7;
    position: relative;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    white-space: normal;
}

.cm-email-subs-sidebar h2 {
    font-size: 18px;
    color: #5e676a;
    margin-bottom: 15px;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 400;
    margin-top:0;
}

.cm-email-subs-sidebar p {
    font-size: 16px;
    line-height: 1.25;
    color: #484848;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    margin-top:0;
}

.blog #hs_form_target_blog_subscription input[type="email"] {
    color: #5e676a;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 6px;
    overflow: hidden;
    outline: none;
    margin: 0 0 10px;
    vertical-align: middle;
    display: inline;
    font-family: Open Sans;
}
.blog #hs_form_target_blog_subscription .hs-form-field,
.blog #hs_form_target_blog_subscription form input.hs-button.primary.large{
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
    margin-right: 0;
}

.hs_cos_wrapper_type_header h1 {
    background-color: #cbd9df;
    color: black;
    font-size: 34px;
    padding-left: 5px;
    line-height: 44px;
    font-weight: 200;
    margin-bottom: 15px;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 15px;
    letter-spacing: 0;
}

.blog div#blogposts_sticky {
    display: block;
    width: 100%;
    height: 457px;
    background-size: cover;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    background-color:#ccc;
}
.le_thumb {
        width: 100%;
    height: 200px;
    background-size: cover;
    position: relative;
    background-position:center;
}
.blog a.cm-aboslute {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
div#blogposts_sticky_inner {
    width: 97.5%;
    margin: 0 auto;
    bottom: 10px;
    left: 10px;
    /*height: 95px;*/
    position: absolute;
    background-color: rgba(44, 58, 69, 0.95);
    color: white;
    cursor: auto;
}

.blog #blogposts_sticky_inner h3 {
    color: white;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 50px;
    height: 40px;
    padding-left: 10px;
    margin-top:0;
}

.blog div#blogposts_sticky_inner p {
    color: white;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 17px;
    line-height: 1.625;
    padding-left: 10px;
}

.blog #blogposts_sticky_inner p a{
    color: #15a748;
    text-decoration: none;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.625;
    margin-top:0;
    border-bottom:0;
}

.blog #blogposts_sticky_inner a:hover {
    color: #5e676a;
}

.custom-blog-content-type ul {
    padding-left: 1.2em;
    font-size: inherit;
    margin: 0.5em 0;
}

.custom-blog-content-type ul li {
    list-style: none;
    margin-bottom: 0;
}

.custom-blog-content-type ul li a {
    line-height: 25px;
    font-size: 16px;
    color: #15a748;
    text-decoration: none;
    border: 0;
}

.custom-blog-content-type ul li a:hover {
    color: #5e676a;
}

.blog header#blogposts_topheader {
    min-height: 128px;
    color: white;
    background-size: cover !important;
    margin-bottom: 20px;
    text-align:center;
}

.custom-blog-content-type {
    margin-bottom: 26px;
}

.blog div#hs_form_target_blog_subscription h2 {
    font-weight: bold;
    color: #5e676a;
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.25;
    letter-spacing: 0;
}

.blog div#hs_form_target_blog_subscription p {
    font-size: 16px;
    line-height: 1.25;
    color: #484848;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
}

.blog #hs_form_target_blog_subscription form .hs-form-field > label {
    display: none;
}

.blog #hs_form_target_blog_subscription ul.hs-error-msgs.inputs-list {
    margin: -5px 0 10px;
}

.blog #hs_form_target_blog_subscription ul.hs-error-msgs.inputs-list li label {
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    color: #ff0000;
    margin: 10px 0;
    line-height: 18px;
    text-align: left;
}

.blog #hs_form_target_blog_subscription ul.hs-error-msgs.inputs-list {
    margin: -5px 0 10px;
    text-align: left;
}

.blog #hs_form_target_blog_subscription form input.hs-button.primary.large {
    width: 100%;
    border-radius: 0;
    font-family: "Open Sans", serif;
    font-size: 16px;
    padding: 4px 6px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}


header#blogposts_topheader p {
    font-weight: 200;
    font-size: 50px;
    line-height: 128px;
    margin: 10px;
    margin-bottom: .4em;
}


div#blogposts_main_header {
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 32px;
    font-weight: 200;
    letter-spacing: -0.8px;
    line-height: normal;
    padding-bottom:15px;
}

.hs-blog-listing {
    background-color: #2a3842;
    position: relative;
}

.blog-content {
    padding-left: 40px !important;
}

.blog .featuredbar.kna-small-visible.kna-tiny-visible {
    position: absolute;
    top: -15px;
    left: 20px;
    height: 30px;
    line-height: 30px;
    background-color: #15a748;
    color: white;
    display: none;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.1px;
    font-weight: 200;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid white;
}

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

.hs-blog-post {
    background-color: #2a3842;
    position: relative;
}

.single-blogpost-header a {
    color: white;
    font-size: 24px;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 72px;
    margin-bottom: 0;
    margin-left: 20px;
    border-bottom:0;
    font-weight: 400;
}

header.single-blogpost-header {
    width: 100%;
    padding-top: 10px;
    background-color: #00a843;
    color: white;
}

.hs-blog-post .blog-content {
    padding: 4.2% 3.75% ;
    position: relative;
}

.hs-blog-post .blog-content .widget-type-blog_content,
.hs-blog-post  .widget-type-blog_comments {
    max-width: 700px;
    margin:0 auto !important;
    float: none !important;
}


.hs-blog-post .section.post-header h1 {
    color: #2c3b45;
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 200;
    line-height: 1.20588235;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding-bottom: 50px;
}

.hs-blog-post .post-byline,
.hs-blog-post #hubspot-author_data{
    line-height: 22px;
    display: block;
    font-size: 0.875em;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: #5e676a;
}

.hs-blog-post .post-byline a,
.hs-blog-post #hubspot-author_data a.author-link{
    color: #15a748;
}

.hs-blog-post .post-byline a:hover,
.hs-blog-post #hubspot-author_data a.author-link:hover {
    color: #5e676a;
}

.hs-blog-post .blog-post-wrapper .post-body p {
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 21px;
    line-height: 30px;
    color: #2c3b45;
}

.hs-blog-post .about-author-sec.row-fluid img {
    width: 85px;
    height: 85px;
}

.about-author-sec.row-fluid p {
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 21px;
    line-height: 30px;
    color: #2c3b45;
}

.about-author-sec.row-fluid h3 {
    padding-top:0;
}
.author .blog-pagination {
    margin: 20px 0 0 0;
}
.author .blog-pagination a {
    display: block;
}
/* Blog Listing */
.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:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ---- Blog Author ---- */

header.author-top {
    background-color: #cbd9df;
    padding: 4.2% 3.75% 0;
    position: relative;
    margin-top: 10px;
}

header.author-top .page-header-inner {
    background-color: #15a748;
    border-radius: 0.5em 0.5em 0 0;
    padding: 3.65% 3.75%;
    position: relative;
    max-width: 75em;
    margin: 0 auto;
}

header.author-top .col-wrapper {
    max-width: 49.5em;
    margin: 0 auto;
    position: relative;
}

header.author-top h1.page-title {
    color: #fff;
    margin-bottom: 0;
    margin:  0;
}

header.author-top .taxonomy-description p {
    font-size: 1em;
    line-height: 1.625;
    margin-bottom: 1.625em;
    margin-top: 0;
}
body.author .blog-content {
    padding: 0 3.75% 5.85% !important;
    margin: 0 !important;
    width: 100% !important;
    background-color: #f0f5f7;
    /* padding: 0 3.75% 5.85%; */
    position: relative;
}
.hs-blog-post.author-page {
    background: #fff;
    padding: 2.75% 3.75%;
    position: relative;
    max-width: 75em;
}
.hs-blog-post.author-page > .author-item {
    max-width: 49.5em;
    margin: 0 auto;
    margin-bottom: 3.25em;
}
.hs-blog-post.author-page > .author-item .section h2 a:hover {
    color: #15a748;
}
.hs-blog-post.author-page > .author-item .section h2 a {
    color: #2c3b45;
}
 .hs-blog-post.author-page > .author-item .section h2 {
    font-size: 2.125em;
    font-weight: 200;
    line-height: 1.20588235;
    margin-bottom: 0.5em;
    color: #2c3b45;
    margin-top:0;
}
 .hs-blog-post.author-page .hs-author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
 .hs-blog-post.author-page .author-grp {
    overflow: hidden;
}
/* 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;
  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 {}

h1.topic-heading {
    margin-top: 0;
}
h1.topic-heading span{
    text-transform: capitalize;
}
/* Blog Topics List */
#hubspot-topic_data {
    border-top: 1px solid #ced3d5;
    border-bottom: 1px solid #ced3d5;
    padding-top: 10px;
    padding-bottom: 10px;
}
#hubspot-topic_data a.topic-link {
    color: #15a748;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
}

#hubspot-topic_data a.topic-link:hover {
    color: #5e676a;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 40px 0 0 0;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px;
  margin-top: 0px;
}
.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 {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding-top: 10px;
}

.blog .blog-sidebar h3 {
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #5e676a;
    letter-spacing: 0;
}

.blog .right-sidebar-blog-search .input .hs-input {
    border: none;
    border-radius: 16px;
    display: inline-block;
    padding-top: 5px;
    padding-left: 40px;
    margin-bottom: 0;
    width: 100%;
    padding-right: 5px;
    margin-right: 10px;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    line-height: normal;
}

.blog .right-sidebar-blog-search .hs-button.primary {
        display: inline-block;
    width: 32px;
    height: 30px;
    background-image: url(//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Images/search_icon_cut.png?t=1515731281394);
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 5px;
}

.blog .right-sidebar-blog-search {
    margin-top: -15px;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */

.form-title {
    font-weight: 200;
    line-height: 1.20588235;
    margin-bottom: 0.5em;
    color: #2c3b45;
    font-size: 34px;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 15px;
}

.widget-type-google_search label {
    font-weight: 200;
    line-height: 1.20588235;
    margin-bottom: 0.5em;
    color: #2c3b45;
    font-size: 34px;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 15px;
}
.error-template .widget-type-google_search label{
    display:block;
}
.hs-form-field {
    margin-bottom: 30px;
}

/* Descriptions */
.hs-field-desc {}
span.hs-form-required {
    color: #790000;
    margin-left: 4px;
}
/* Labels and Legends */
label {}
.hs-form-field > label {
    display: inline-block;
    line-height: 20.8px;
    font-weight: 700;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #5e676a;
    font-size: 16px;
}
ul.hs-error-msgs.inputs-list{
    padding:0;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    padding: 5px 4px;
    letter-spacing: normal;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background-color: #fff;
    border: 2px solid #ced3d5;
    border-radius: 0;
    color: #5e676a;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    max-width:482px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #2c3b45;
    color: #2c3b45;
    outline:0;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
    font-size: .813em;
    line-height: inherit;
}

ul.hs-error-msgs.inputs-list {
    list-style-type: none;
    margin:9px 0 0;
    padding-left: 0 !important;
}

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


.blog .blog-sidebar form input::-webkit-input-placeholder {
    color: #afafaf;
}

.blog .blog-sidebar form input:-moz-placeholder {color: #afafaf;}
.blog .blog-sidebar form input::-moz-placeholder {color: #afafaf;} 
.blog .blog-sidebar form input:-ms-input-placeholder {color: #afafaf;} 



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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  width: auto;
    margin: 0 16px 0 0;
    font-size: 16px;
    display: inline-block;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #15a748;
    border: none;
    border-radius: 0.25em;
    color: #fff;
    padding: 0.75em 1.5em;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    white-space: nowrap;
    margin-top: 20px;
    border-bottom:0;
    font-weight:400;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #37c96a;
    cursor: pointer;
}

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


/* =============== 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 {
    color: #ffffff;
    background: rgba(40,186,91,1);
    border-color: #28ba5b;
    font-weight: 400;
    margin-top:0;
}

#hs_form_target_blog_subscription .hs-button.primary.large:hover {
    color: #ffffff;
    background: rgba(40,186,91,1);
    border-color: #28ba5b;
    font-family: Open Sans;
}

#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 {}

.hs-blog-listing .blog-content {
    width: calc(75% - 2rem - -1px) !important;
}

.hs-blog-listing .blog-sidebar {
    width: calc(25% - 2rem - 12px) !important;
}

.blog .body-container {
    max-width: 1260px !important;
    margin: 0 auto;
}



/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.hs-blog-post .vertical-fixed {
   position:  fixed;
   left: -100%;
   top: 50%;
   transition: left 400ms linear;
   -moz-transition: left 400ms linear;
   -webkit-transition: left 400ms linear;
   -o-transition: left 400ms linear;
}
.hs-blog-post.social-share .vertical-fixed{
   left:0;
}
.hs-blog-post .vertical-fixed  .hs-blog-social-share {
   margin: 0;
   padding: 0;
   border: none;
}
.hs-blog-post .vertical-fixed  .hs-blog-social-share li {
   float: none !important;
}

.apply-button {
    display: none !important;
}

.cm-visible-phone{
    display:none !important;
}

.cm-hidden-phone{
    display:block !important;
}

.body-container-wrapper .has-padding {
    max-width: 90em !important;
    background: #fff;
    padding: 100px;
    overflow:hidden;
}

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


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


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

@media(max-width:1200px){
    .banner-group h1 {
        font-size: 40px;
        width: 80%;
        line-height: 46px;
    }
    
    .banner-group .page-center {
        min-height:524px;
    }
}

@media (max-width: 1125px) {
    .custom-top-footer {
        padding: 2.3em 0;
    }
    
    .social-navigation {
        padding-top: 4px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-left: 0.6em;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 0.7em;
    }
    
    .header-right {
        position: relative;
        width: 77% !important;
        float: right !important;
    }
    
    .blog .body-container-wrapper {
        padding: 60px 0px;
    }
    
}


@media (max-width:933px) {
    .blog article.article-wrapper {
            width: 29%
    }
    
    .blog-listing-wrapper .post-listing .post-item {
        width:29%;
    }
    
    .hs-blog-listing .blog-sidebar {
        width: calc(25% - 2rem - 0px) !important;
    }
}

@media (max-width:878px) and (min-width: 768px) {
    .blog .blog-sidebar h3 {
        font-size: 16px;
    }
}


@media (max-width:878px) {
    
    .hs-blog-post.author-page .hs-author-avatar {
        float: none;
        margin-bottom:10px;
    }
    
    .custom-header-wrapper {
        padding: 0.75em 3.75% 1.5em;
    }
    
    .custom-top-footer {
            padding: 2.3em 0 !important;
    }
    
    .apply-button a {
        display: inline-block !important;
        color: #fff;
        margin-top: -0.76923em;
        font-size: 0.8125em;
        font-weight: 700;
        background-color: #15a748;
        border: none;
        padding: 0.75em 2.5em 1em;
        white-space: nowrap;
        width: auto;
        -webkit-border-radius: 6.25em;
        line-height: 1.625;
        float: right;
        position: absolute;
        right: 0;
        top: 1.1em;
    }
    
    .header-right {
        position: relative;
    }
    
    .apply-button {
        display: block !important;
    }
    
    .custom-menu-primary.js-enabled {
        margin-left: 0 !important;
        float: none;
    }
    
    .header-right {
        width: 68% !important;
    }
    
    .custom-top-footer {
            padding: 2.2em 0;
    }
    
    
        
}


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

@media only screen and (max-width: 25em){
    .hs-blog-post.author-page > .author-item .section h2 {
        font-size: 1.75em;
    }
}

@media (max-width: 767px) {
    .custom-header-wrapper {
        width: 100% !important;
    }
    .author .cm-hidden-phone.author-head{
        display:block !important;
    }
    .custom-left-footer-menu, .custom-right-footer-menu {
        display: inline-block !important;
        vertical-align: top;
    }
    
    .custom-top-footer {
        padding: 2.7em 0 !important;
    }
    
    .blog-content {
        padding-left: 20px !important;
        padding-right: 20px;
    }
    
    .cm-visible-phone{
        display:block !important;
    }
    
    .cm-hidden-phone{
        display:none !important;
    }
    
    .blog .right-sidebar-blog-search .input {
        margin-bottom:0;
    }
    
    .blog article.article-wrapper {
        width: 100%;
    }
    
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
    }
    
    .blog .featuredbar.kna-small-visible.kna-tiny-visible {
        display:block;
    }
    
    .blog div#blogposts_sticky {
        display:none !important;
    }
    
    .blog-content h3 {
        margin-bottom: 5px;
    }
    
    .right-sidebar-blog-search {
        padding: 36px 20px 0;
    }
    
    .blog .right-sidebar-blog-search .input {
        padding-top: 6px;
    }
    
    .banner-group h1 {
        width: 100%;
        max-width: 285px;
        font-size: 30px;
        line-height: 42px;
    }
    
    .banner-group h2 {
        margin: 0 auto;
        font-size: 21px;
        line-height: 28px;
        max-width: 300px;
        text-align: center;
    }
    
    .blog .right-sidebar-blog-search {
        margin-top: 0;
    }
    
    .hs-blog-listing .blog-content {
        width: 100% !important;
    }
    
    .article-outer-container {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .blog article.article-wrapper {
        margin: 0;
        margin-bottom:30px;
    }
    
    .hs-blog-post .blog-content .widget-type-blog_content,
    .hs-blog-post  .widget-type-blog_comments {
        max-width: 100%;
        margin:0 auto !important;
        float: none !important;
    }
    
    
    input[type="text"], 
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"],
    input[type="search"], 
    input[type="tel"],
    input[type="color"],
    input[type="file"], 
    textarea, 
    select {
        max-width: 100%;
        width: 100% !important;
    }
    
}  

@media (max-width:699px) {
   .custom-social-sharing {
        float: left;
        margin-top: 1.5em;
        width: 100% !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        padding-left: 2.4em;
        padding-top: 0.4em;
        padding-right: 0.4em;
        padding-bottom: 0.4em;
        line-height: 1.625;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        padding-top:0;
    }
    .custom-top-footer {
        padding: 1.875em 0 !important; 
    }
    
     .custom-left-footer-menu ul li a, .custom-right-footer-menu ul li a {
        font-size: 0.83em;
    }
    
    .custom-social-sharing {
            margin-top: 1.1em;
    }
    
     .social-navigation li a {
        font-size: 1.03em;
        line-height: 1.7;
    }
    
    h3.cm-visible-phone {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: "Univers W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 32px;
    font-weight: 200;
    letter-spacing: -0.8px;
    color: #5e676a;
    line-height: normal;
}
    
    
}
@media screen and (max-width: 639px){
.custom-menu-primary .hs-menu-wrapper > ul li a {
    padding-top: 0.4em;
    padding-right: 0.4em;
    padding-bottom: 0.4em;
}
}
@media (max-width: 586px) {
    .header-right {
        width: 62% !important;
    }
   
}


@media (max-width: 586px) {
    .header-right {
        width: 55% !important;
    }
}

@media (max-width:504px) {
    .custom-left-footer-menu {
        margin-right: 7.5%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-size: 0.75em !important;
    }
}
/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 767px) and (max-height:520px) {
.custom-menu-primary.js-enabled .hs-menu-wrapper > ul {
    height: 70vh;
    overflow: scroll;
}
}
@media (max-width: 400px) {
    /*.custom-logo a img {
        display: none;
    }*/
    
    .custom-logo {
        margin-top: 7px;
        width: 58px !important;
        float: left !important;
    }
    
    .apply-button a {
        font-size: 0.76em;
        padding: 0.765em 2.5em 1em;
    }
    
    .mobile-trigger {
        top: 6px;
        right: 139px;
    }
    
    /*.custom-logo a {
        border-bottom: 0;
        display: block;
        float: left;
        border-bottom: none;
        background-image: url(//cdn2.hubspot.net/hubfs/3089456/Techstars%20January2018/Images/techstars-horizontal-logo_2x.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        -webkit-background-size: 158px 30px;
        background-size: 158px 30px;
        height: 30px;
        margin-top: 0;
        text-indent: -9999em;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 58px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }*/
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
            width: 12.5em !important;
    }
}

@media (min-width:43.75em){
    .custom-footer-wraqpper {
        padding: 2.5em 0;
    }
    
    .custom-top-footer {
        padding: 2.2em 0 2.1em;
    }
    
    .social-navigation {
        float: right;
        margin-top: 0;
        width: auto;
        padding-top: 4px;
    }
}

@media (min-width: 36.25em) {
    .custom-logo {
        margin-top: 5px;
    }
}

@media (min-width: 25em) {
    .custom-logo {
        width: 158px !important;
        float: left !important;
    }
    
    .header-right {
        position: relative;
        float: right !important;
    }
}

@media (min-width: 28.75em){
    .custom-left-footer-menu,
    .custom-right-footer-menu{
        margin-right: 8.5%;
        position: relative;
        width: 12.75em !important;
    }
    
    .custom-right-footer-menu {
         margin-right:0;
         margin-left:0 !important;
    }
}

@media (max-width: 767px) {
    .body-container-wrapper .has-padding {
      padding: 32px;
    }
}