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


/* ==========================================================================
   MACROS                                            
   ========================================================================== */




















/* ==========================================================================
   CUSTOM FONTS                                           
   ========================================================================== */
@import url('https://2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/CSS/Glyphicons-Halflings-fonts.css');
@font-face {
    font-family: OpenSans-Regular;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/OpenSans-Regular.ttf');
   /* testing loading font swap*/
  font-display: swap;
}
@font-face {
    font-family: OpenSans-Light;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: OpenSans-Bold;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: OpenSans-Semibold;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: OpenSans-Italic;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/OpenSans-Italic.ttf');
}
@font-face {
    font-family: OpenSans-SemiboldItalic;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/OpenSans-SemiboldItalic.ttf');
}
@font-face {
    font-family: OpenSans-BoldItalic;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/OpenSans-BoldItalic.ttf');
}
@font-face {
    font-family: ProximaNova-Bold;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/ProximaNova-Bold.otf');
   /* testing loading font swap*/
  font-display: swap;
}
@font-face {
    font-family: ProximaNova-Semibold;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/ProximaNova-Semibold.otf');
   /* testing loading font swap*/
  font-display: swap;
}
@font-face {
    font-family: ProximaNova-Regular;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/ProximaNova-Regular.otf');
  /* testing loading font swap*/
  font-display: swap;
}
@font-face {
    font-family: ProximaNova-Light;
    src: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Fonts/ProximaNova-Light.otf');
}


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

/* GovPilot_Apr2017-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: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

body {
    background: #fff;
    color: #333;
    font-family: "ProximaNova-Regular", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1280px;
    margin: 0 auto;
    position:relative;
}
@media (max-width: 1199px) {
    .container-fluid .row-fluid .page-center {
        max-width: 940px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1049px) {
    .container-fluid .row-fluid .page-center {
        max-width: 915px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 979px) {
    .container-fluid .row-fluid .page-center {
        max-width: 699px;
    }
}
@media (max-width: 767px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (max-width: 480px) {
    .container-fluid .row-fluid .page-center {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 320px) {
    .container-fluid .row-fluid .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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


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

/* Basic text */
p {
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 30px;
} 
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 {
    margin-top: .5em;
    margin-bottom: .5em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font: 400 38px/39px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    color: #303f52;
}
h2 {
    font: 400 30px/31px "ProximaNova-Semibold", "ProximaNova-Regular", Helvetica, sans-serif;
    color: #41b3e6;
}
h3 {
    font: 400 26px/27px "ProximaNova-Semibold", "ProximaNova-Regular", Helvetica, sans-serif;
    color: #333;
}
h4 {
    font: 400 normal 1.3em/1.5 "ProximaNova-Regular", Helvetica, sans-serif;
    color: #005990;
}
h5 {
    letter-spacing: -0.02em;
    font-weight: 700;
    font-style: normal;
    color: #fdb813;
    font-size: 18px;
}
h6 {
    letter-spacing: -0.02em;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

/* Anchor Links */
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}

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

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

/* Horizontal Rules */
hr {
    color: #666;
    background-color: #666;
    height: 1px;
    border: none;
    clear: both;
    margin-top: 20px;
    margin-bottom: 8px;
}


/* =============== 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 {
    position: relative;
    z-index: 100;
    height: 47px;
}
.header-container {}

.header-container .row-fluid [class*="span"] {
    min-height: 0;
}

.header-container .header-full-wh {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.header-container .image-logo {
    /*width: 150px;*/
    padding-top: 12px;
}
.header-container .image-logo a {
    outline: none;
}
.header-container .desktop-menu {
    /*width: calc(100% - 150px);*/
    margin: 0;
    text-align: right;
}
.header-container .mobile-nav {
    display: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.mobile-top-nav > div {
    display: flex;
    align-items: center;
}
.m-right-tools {
    margin-left: auto;
}
/* .m-right-tools a {
    color: #343e50;
    font-size: 18pt;
    margin: 0 20px;
} */
.nav_btn {
  color: #343e50 !important;
  background: #fdb813 !important;
  border: 1px solid #fdb813;
  margin: 10px 0px 10px 0;
  text-decoration: none;
  border-radius:5px;
  font: 600 22.4px/23px "ProximaNova-Bold",Helvetica,sans-serif; 
}

@media (max-width: 1199px) {
    .header-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 1068px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1049px) {
    .header-container-wrapper,
    .header-container .header-full-wh,
    .header-container .m-image-logo {
        /*min-height: 58px !important;*/
    }
    .header-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding-right: 30px;
    }
    .header-container .desktop-nav {
        display: none;
    }
    .header-container .mobile-nav {
        display: block;
    }
    .header-container .m-image-logo {
        width: auto;
        float: left;
        padding: 7px 3px;
        margin-right: 1vw;
    }
    .header-container .m-image-logo a {
        outline: none;
    }
    .header-container .mobile-trigger {
        margin: 0 3px 0 2px;
        padding: 6px 3px 5px;
        float: left;
        width: auto;
        cursor: pointer;
    }
    .header-container .m-phone,
    .header-container .m-email {
        margin: 0 10px 0 2px;
        padding: 6px 3px 5px;
        float: right;
        width: auto;
    }
}
@media (max-width: 979px) {
    .header-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .header-container-wrapper,
    .header-container .header-full-wh,
    .header-container .m-image-logo {
        /*min-height: 59px !important;*/
    }
    .header-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .header-container .mobile-trigger {
        margin: 0 3px 0 0;
    }
    .header-container .m-phone,
    .header-container .m-email {
        margin: 0 10px 0 0;
    }
  
}
@media (max-width: 342px) {
    .header-container .m-phone,
    .header-container .m-email {
        width: 40px;
    }
    .header-container .mobile-trigger {
        width: 40px;
    }
}


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

.body-container-wrapper {
    position: relative;
    z-index: 3;
}
.body-container {
    padding: 70px 0 0;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

@media (max-width: 1049px) {
    .body-container {
        padding: 0;
    }
}


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

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

.footer-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0;
}
.footer-full-wh {
    background: #212121;
    color: #fff;
    font: 500 13.4333px/14px "ProximaNova-Bold",Helvetica,sans-serif;
}
.footer-full-wh .footer-top {
    padding: 20px 0 20px;
    margin-left: -15px !important;
    width: calc(100% + 15px);
}
.footer-full-wh .footer-top h6 {
    font: 400 14.4px/16px "ProximaNova-Regular", Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
}
.footer-full-wh .footer-top h6 > a {
    display: inline-block;
    border: 1px solid #fdb813;
    color: #fdb813;
    background: none;
    padding: 22px 18px;
    text-decoration: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.footer-full-wh .footer-top h6 > a:hover {
    border: 1px solid #fdb813;
    background: #fdb813;
    color: #343E50;
    text-decoration: none;
}
.footer-full-wh .footer-links h2 {
    font: 500 12.8px/14px "ProximaNova-Regular",Helvetica,sans-serif;
    margin: 0;
    color: #fff;
}
.footer-full-wh .footer-links span.footer-link {
    text-decoration: underline;
}
.footer-full-wh .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-full-wh .footer-links ul > li {
    line-height: 14px;
    margin-top: 10px;
}
.footer-full-wh .footer-links ul > li > a {
    color: #fff;
    text-decoration: none;
}
.footer-full-wh .footer-links ul > li > a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-full-wh .footer-links ul ul > li {
    margin: 10px 0 0 20px;
}
.footer-full-wh .footer-links ul ul > li > a {
    color: #999;
    text-decoration: none;
}
.footer-full-wh .footer-links ul ul > li > a:hover {
    color: #ff9933;
    text-decoration: none;
}
.footer-full-wh .footer-box {
    width: 25%;
    margin-left: 0;
    padding: 0 15px;
}
.footer-full-wh .footer-bottom {
    padding: 30px 0 20px;
    font: 600 9.6px/11px "ProximaNova-Regular",Helvetica,sans-serif;
    color: #999;
    text-align: center;
    border-top: solid 1px #999;
    margin-right: 15px;
    width: calc(100% - 15px);
}
.footer-full-wh .footer-bottom .bottom-link {
    color: #ccc;
    text-decoration: underline;
}
.footer-full-wh .footer-bottom .bottom-link:hover {
    color: #fdb813;
    text-decoration: none;
}
.footer-full-wh .footer-bottom .highlight {
    color: #fdb813;
    text-decoration: underline;
}
.footer-full-wh .footer-bottom .highlight:hover {
    color: #fdb813;
    text-decoration: none;
}

.footer2020-full-wh {
    background: #343e50;
    color: #fff;
    font: 400 16px "ProximaNova-Regular",Helvetica,sans-serif;
}
.footer2020-full-wh .footer-top {
    padding: 40px 0 20px;
    margin-left: -15px !important;
    width: calc(100% + 15px);
}
.footer2020-full-wh .footer-top h6 {
    font: 400 14.4px/16px "ProximaNova-Regular", Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
}
.footer2020-full-wh .footer-top a{
  color: #fff; 
}

.footer2020-full-wh .footer-top .footer-menu ul{
  list-style:none;  
}
.footer2020-full-wh .footer-top .footer-menu-item, .footer2020-full-wh .footer-top .footer-menu .hs-menu-item{
  display:block;
  padding: 10px 0;
}

@media(max-width: 979px) {
  .footer-logos {
    margin-top: 10px !important;
  }
  
  .footer-bottom {
    padding-bottom: 40px !important;
    padding-top: 0 !important;
  }
  
  .footer-top {
    padding-bottom: 15px !important;
    padding-top: 25px !important;
  }
  
  .footer-logos .row-fluid-wrapper.row-depth-2.row-number-1 .row-fluid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .footer-logos .widget-span.widget-type-custom_widget {
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  
  .footer-menu-item, .hs-menu-item {
    font-size: 15px;
  }
}

#book-consultation-form-container select {
  appearance: none;
  -webkit-appearance: none;
  background: white;
      background-repeat: repeat;
      background-image: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
  text-overflow: ellipsis;
  padding-right: 13px;
  overflow: hidden;
  font-size: 14px;
  height: 40px;
}

#book-consultation-form-container .request-a-demo-form label, .request-a-demo-form label.hs-error-msg {
    display: unset;
    font-size:14px;
    margin:0;
    padding:0
}

#book-consultation-form-container input[type="text"], #book-consultation-form-container input[type="email"], #book-consultation-form-container input[type="tel"] {
  min-height: 40px;
  padding: 9px;
}

@media(max-width: 979px) {
  #book-consultation-form-container #book-consultation-main .row-fluid {
    display: flex;
    flex-direction: column;
  }
  
  #book-consultation-form-container .book-15min-consultation-form {
    order: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }
  
  #book-consultation-form-container #book-consultation-form-left-content {
    order: 1;
  }
  
  #book-consultation-form-container .section-header {
    text-align: center;
  }
}

.footer2020-full-wh .footer-top h6 > a {
    display: inline-block;
    border: 1px solid #fdb813;
    color: #fff;
    background: none;
    padding: 22px 18px;
    text-decoration: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.footer2020-full-wh .footer-top h6 > a:hover {
    border: 1px solid #fdb813;
    background: #fdb813;
    color: #343E50;
    text-decoration: none;
}
.footer2020-full-wh .footer-logos{
  margin-top: 100px;
  margin-bottom: 30px;
}

.footer2020-full-wh .footer-links h2 {
    font: 500 12.8px/14px "ProximaNova-Regular",Helvetica,sans-serif;
    margin: 0;
    color: #fff;
}
.footer2020-full-wh .footer-links span.footer-link {
    text-decoration: none;
}
.footer2020-full-wh .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer2020-full-wh .footer-links ul > li {
    line-height: 14px;
    margin-top: 10px;
}
.footer2020-full-wh .footer-links ul > li > a {
    color: #fff;
    text-decoration: none;
}
.footer2020-full-wh .footer-links ul > li > a:hover {
    color: #fff;
    text-decoration: none;
}
.footer2020-full-wh .footer-links ul ul > li {
    margin: 10px 0 0 20px;
}
.footer2020-full-wh .footer-links ul ul > li > a {
    color: #999;
    text-decoration: none;
}
.footer2020-full-wh .footer-links ul ul > li > a:hover {
    color: #ff9933;
    text-decoration: none;
}
.footer2020-full-wh .footer-box {
    width: 25%;
    margin-left: 0;
    padding: 0 15px;
}
.footer2020-full-wh .footer-bottom {
    padding: 10px 20px 0 20px;
    font: 600 9.6px/11px "ProximaNova-Regular",Helvetica,sans-serif;
    color: #999;
    text-align: center;
    margin-right: 15px;
    width: calc(100% - 15px);
}
.footer2020-full-wh .footer-bottom .bottom-link {
    color: #ccc;
}
.footer2020-full-wh .footer-bottom .bottom-link:hover {
    color: #fdb813;
    text-decoration: none;
}
.footer2020-full-wh .footer-bottom .highlight {
    color: #fdb813;
    text-decoration: underline;
}
.footer2020-full-wh .footer-bottom .highlight:hover {
    color: #fdb813;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .footer-container-wrapper .container-fluid .row-fluid .page-center {
        padding-left: 10px;
        padding-right: 0;
    }
}
@media (max-width: 1049px) {
    .footer-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 940px;
    }
}
@media (max-width: 979px) {
    .footer-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 724px;
    }
    .footer-full-wh {
        font: 400 11.5167px/17px "OpenSans-Bold",Helvetica,sans-serif;
    }
    .footer-full-wh .footer-bottom {
        font: 600 9.6px/11px "ProximaNova-Regular",Helvetica,sans-serif;
    }
    .footer-full-wh .footer-links ul > li {
        line-height: 17px;
    }
  
    .footer2020-full-wh {
        font: 400 11.5167px/17px "OpenSans-Bold",Helvetica,sans-serif;
    }
    .footer2020-full-wh .footer-bottom {
        font: 600 9.6px/11px "ProximaNova-Regular",Helvetica,sans-serif;
    }
    .footer2020-full-wh .footer-links ul > li {
        line-height: 17px;
    }
}
@media (max-width: 767px) {
    .footer-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }
    .footer-full-wh .footer-top {
        margin-left: 0 !important;
        width: 100%;
        padding: 50px 0 43.0333px;
    }
    .footer-full-wh {
        font: 400 12.4833px/18px "OpenSans-Regular",Helvetica,sans-serif;
    }
    .footer-full-wh .footer-box {
        width: 100%;
        padding: 0;
        margin-bottom: 6.9667px;
    }
    .footer-full-wh .footer-links ul > li {
        font: 400 18.7167px/27px "OpenSans-Light",Helvetica,sans-serif;
        margin-top: 14.9667px;
    }
    .footer-full-wh .footer-links ul ul > li {
        line-height: 32px;
    }
    .footer-full-wh .footer-links h2 {
        font: 500 13px/18px "OpenSans-Bold",Helvetica,sans-serif;
    }
    .footer-full-wh .footer-top h6 {
        font: 400 9.36667px/10px "ProximaNova-Regular",Helvetica,sans-serif;
        margin-top: 21.1333px;
    }
    .footer-full-wh .footer-bottom {
        font: 400 12.4833px/18px "OpenSans-Regular",Helvetica,sans-serif;
        margin-right: 0;
        width: 100%;
        padding: 26px 0 215px;
    }
  
  
    .footer2020-full-wh .footer-top {
        margin-left: 0 !important;
        width: 100%;
        padding: 50px 0 43.0333px;
    }
    .footer2020-full-wh {
        font: 400 12.4833px/18px "OpenSans-Regular",Helvetica,sans-serif;
    }
    .footer2020-full-wh .footer-box {
        width: 100%;
        padding: 0;
        margin-bottom: 6.9667px;
    }
    .footer2020-full-wh .footer-links ul > li {
        font: 400 18.7167px/27px "OpenSans-Light",Helvetica,sans-serif;
        margin-top: 14.9667px;
    }
    .footer2020-full-wh .footer-links ul ul > li {
        line-height: 32px;
    }
    .footer2020-full-wh .footer-links h2 {
        font: 500 13px/18px "OpenSans-Bold",Helvetica,sans-serif;
    }
    .footer2020-full-wh .footer-top h6 {
        font: 400 9.36667px/10px "ProximaNova-Regular",Helvetica,sans-serif;
        margin-top: 21.1333px;
    }
    .footer2020-full-wh .footer-bottom {
        font: 400 12.4833px/18px "OpenSans-Regular",Helvetica,sans-serif;
        margin-right: 0;
        width: 100%;
        padding: 26px 0 215px;
    }
}
@media (max-width: 480px) {
    .footer-container-wrapper .container-fluid .row-fluid .page-center {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 320px) {
    .footer-container-wrapper .container-fluid .row-fluid .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
}


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


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

@media screen and (min-width: 1050px) {
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li,
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        vertical-align: top;
    }
    
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul{
        padding: 10px 0 10px 20px;
        text-align: left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-child){
        margin-left: 2px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 16px;
        line-height: 12px;
        font-weight: 400;
        font-family: "ProximaNova-Semibold",Helvetica,sans-serif;
        color: #303f52;
        padding: 13px 8px;
        margin-right: 10px;
        text-decoration: none;
        outline: none;
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.sign-in > a{
        border: solid 1px #3a404c;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.get-demo > a { 
        background-color: #fdb716 !important;
        border: 1px solid #fdb716;
        color: #3a404c !important;
        padding-left: 15px;
        padding-right: 15px;
    }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.get-demo > a:hover { 
        background-color: #3a404c !important;
        border-color: #3a404c;
        color: #fff!important;
    }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.get-demo > a, .custom-menu-primary .hs-menu-wrapper > ul > li.get-demo > a:hover, .custom-menu-primary .hs-menu-wrapper > ul > li.get-demo > a:visited, .custom-menu-primary .hs-menu-wrapper > ul > li.get-demo > a:active {
    text-decoration: none;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-child-open > a {
        background: #0D427B;
        color: #fdb813;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        color: #fdb813;
        text-decoration: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
        margin-bottom: -30px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        margin-bottom: 30px;
    }
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        background: #333;
        width: 250px;
        padding: 5px 0;
        border: 1px solid rgba(0,0,0,0.2);
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul:before {
        display: block;
        content: '';
        position: absolute;
        top: -23px;
        left: 30px;
        background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/dropdown-arrow.png') scroll 0 50% no-repeat;
        width: 19px;
        height: 23px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.big-submenu-1 > ul {
        left: -180px !important;
        padding-bottom: 17px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.big-submenu-1 > ul:before {
        left: 200px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.big-submenu-2 > ul {
        left: -50px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.big-submenu-2 > ul:before {
        left: 60px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul > li{
        width: 90%;
        padding: 6px 0 0 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul > li.header {
        padding: 15px 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
        font-size: 12.6px;
        line-height: 13px;
        font-weight: 400;
        font-family: "ProximaNova-Regular", Helvetica, sans-serif;
        color: #fff;
        padding: 3px 20px;
        white-space: normal 1important;
        text-decoration: none;
        outline: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul > li.highlight > a {
        color: #25fcd1;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul > li.header > a {
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        font-family: "ProximaNova-Bold", Helvetica, sans-serif;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul ul > li.highlight > a:hover {
        color: #fdb813;
        text-decoration: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        margin-top: -5px;
    }
    
    /* 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;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        opacity: 0;
        visibility: hidden;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper.hs-submenu-open {
        opacity: 1;
        visibility: visible;
    }

    /* Fix menu disappearing on desktop after toggling mobile menu */
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}

@media (max-width: 1199px) and (min-width: 1050px) {
    .custom-menu-primary .hs-menu-wrapper > ul{
        padding-right: 15px;
    }
}

/* ======== IE Only - Custom Menu Primary ========== */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul,
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li,
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    vertical-align: top;
}

/* Parent List */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul{
    padding: 17px 25px 17px 20px;
    text-align: left;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-child){
    margin-left: 2px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    font-family: "ProximaNova-Semibold",Helvetica,sans-serif;
    color: #fff;
    padding: 5px 8px;
    margin-right: 10px;
    text-decoration: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.sign-in > a{
    border: solid 1px #39e;
    padding-left: 15px;
    padding-right: 15px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-child-open > a {
    background: #0D427B;
    color: #fdb813;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #fdb813;
    text-decoration: none;
}

.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    margin-bottom: -30px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    margin-bottom: 30px;
}

/* Child List */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #333;
    width: 250px;
    padding: 5px 0;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul:before {
    display: block;
    content: '';
    position: absolute;
    top: -23px;
    left: 30px;
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/dropdown-arrow.png') scroll 0 50% no-repeat;
    width: 19px;
    height: 23px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.big-submenu-1 > ul {
    left: -180px !important;
    padding-bottom: 17px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.big-submenu-1 > ul:before {
    left: 200px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.big-submenu-2 > ul {
    left: -50px !important;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.big-submenu-2 > ul:before {
    left: 60px;
}

.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul > li{
    width: 90%;
    padding: 6px 0 0 10px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul > li.header {
    padding: 15px 0 0;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
    font-size: 12.6px;
    line-height: 13px;
    font-weight: 400;
    font-family: "ProximaNova-Regular", Helvetica, sans-serif;
    color: #fff;
    padding: 3px 20px;
    white-space: normal 1important;
    text-decoration: none;
    outline: none;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul > li.highlight > a {
    color: #25fcd1;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul > li.header > a {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    font-family: "ProximaNova-Bold", Helvetica, sans-serif;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover,
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul > li.highlight > a:hover {
    color: #fdb813;
    text-decoration: none;
}

.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    margin-top: -5px;
}

/* Override max width on menu links */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul li a, 
.lt-ie9 .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;
}

.lt-ie9 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity:0;
    visibility:hidden;
}
.lt-ie9 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper.hs-submenu-open {
    opacity:1;
    visibility:visible;
}


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

@media (max-width: 1049px){

  /* 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 Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -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: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    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 .hs-menu-wrapper,
  .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;
    padding: 10px 0;
    background-color: #333;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #3e4960;
    width: 100%; /* Full screen width */
    padding: 10px 0;
  }

   /* Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 15px 3px 15px;
    max-height: calc(100vh - 58px);
    overflow-y: auto;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li{
    /*margin-top: 3px;*/
  }
  .custom-menu-primary .hs-menu-wrapper ul > li > a{
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
    font-family: "ProximaNova-Regular",Helvetica,sans-serif;
    overflow: visible;
    padding: 12px 3px 12px;
    white-space: normal !important;
    color: #fff;
    background: #3e4960;
    text-align: center; 
    text-decoration: none;
    outline: none;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li.sign-in > a {
    font-family: "ProximaNova-Bold",Helvetica,sans-serif;
    border: 1px solid #39e;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li > a:hover {
      color: #fdb813;
      text-decoration: none;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    background: #333;
  }
}
@media (max-width: 979px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 0 0 3px;
    }
}


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


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

.full-wh-subscription {
    background: #333;
    color: #ccc;
    margin: -70px 0 42px;
    padding: 30px 5%;
}
.full-wh-subscription h3 {
    font: 500 24px/46px "ProximaNova-Semibold", Helvetica, sans-serif;
    color: #ccc;
    margin: 0;
    white-space: nowrap;
}
.full-wh-subscription h3 smal {
    margin-left: 20px;
    font-size: 18px;
    line-height: 46px;
}
.full-wh-subscription .widget-type-blog_subscribe h3.form-title {
    display: none;
}
.full-wh-subscription .hs-form-field > label,
.full-wh-subscription .hs-form .hs-error-msgs {
    display: none !important;
}
.full-wh-subscription #hs_form_target_blog_subscription input[type="email"] {
    margin: 0 4% 0 0;
    width: calc(96% - 120px);
    float: left;
    border: solid 1px #ccc;
}
.full-wh-subscription #hs_form_target_blog_subscription .hs-button.primary.large {
    margin: 0;
    padding: 13px 18px;
    width: 120px !important;
    max-width: 120px !important;
    min-width: 120px !important;
    float: right;
    border: solid 1px #FDB813;
    background: #FDB813;
    color: #fff;
    font: 600 14.4px/16px "ProximaNova-Bold", Helvetica, sans-serif;
    min-height: 44px;
}

/* Blog Post and Listing Body Class */
.blog {}
.events-blog.hs-blog-listing .body-container {
    padding: 0 !important;
    background: #F6F6F6;
}
.events-blog.hs-blog-post .body-container {
    padding-bottom: 55px;
}
.events-blog .title-full-wh {
    padding: 68px 0 60px;
    background: #fff;
}
.events-blog .title-full-wh h1 {
    text-align: center;
    font: 500 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #999;
    margin: 0;
}

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

/* 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 {
    font: 700 20px/24px "ProximaNova-Semibold", Helvetica, sans-serif;
    margin: 40px 0 20px;
    letter-spacing: -1px;
    line-height: 1.5;
}
.post-header h2 a {
    color: #666;
    text-decoration: none;
}
.post-header h2 a:hover {
    color: #fdb813;
    text-decoration: none;
}
.post-header h1 {
    font: 600 50px/58px "ProximaNova-Semibold", Helvetica, sans-serif;
    color: #666;
    margin-top: 0;
    margin-bottom: 20px;
}
.events-blog .post-header h1 {
    font: 400 27.2px/1 "ProximaNova-Light",Helvetica,sans-serif;
    color: #999;
    margin-top: 0;
    margin-bottom: 20px;
}
.blog h2.post-listing-simple {
    font: 400 24px/26px "ProximaNova-Semibold", Helvetica, sans-serif;
    color: #fdb813;
    margin: 13px 0;
}
.events-blog.hs-blog-listing .post-header h2,
.events-blog.hs-blog-listing h2.post-listing-simple {
    font: 400 12.8px/14px "ProximaNova-Semibold", Helvetica, sans-serif;
    color: #fdb813;
    margin: 13px 0;
}
.events-blog.hs-blog-listing .post-header h2 a,
.events-blog.hs-blog-listing .post-header h2 a:hover,
.events-blog.hs-blog-listing h2.post-listing-simple a,
.events-blog.hs-blog-listing h2.post-listing-simple a:hover,
.blog h2.post-listing-simple a,
.blog h2.post-listing-simple a:hover {
    color: #fdb813;
    text-decoration: none;
}

/* Events Blog Post Date Interval */
.events-blog .event-date-interval h2 {
    font: 700 16px/40px "Times New Roman",Georgia,Serif;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    font: 600 14.4px/16px "ProximaNova-Light", Helvetica, sans-serif;
    color: #fdb813;
    margin: 0 0 10px;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {
    color: #fdb813;
    text-decoration: none;
}
#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%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.events-blog.hs-blog-listing .post-listing .post-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #ddd;
}
.hs-blog-listing .body-container .post-body {
    margin-bottom: 40px;
}
.events-blog .body-container .post-body {
    font: 300 16px/27.2px "ProximaNova-Regular",Helvetica,sans-serif;
}
.hs-blog-listing.events-blog .body-container .post-body {
    margin-bottom: 0;
}
.events-blog.hs-blog-listing .body-container .blog-bg {
    background: url('https://2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/bg-gray-ds.png') scroll 50% 0 no-repeat;
    background-size: cover;
    padding-top : 50px;
    padding-bottom: 60px;
}
.body-container .post-body p {
    font: 400 20px/30px "ProximaNova-Regular", Helvetica, sans-serif;
    margin: 0;
    color: #666;
}
.body-container .post-body p a {
    color: #fdb813;
    text-decoration: none;
}
.events-blog .body-container .post-body p {
    margin-top: 0;
    margin-bottom: 10px;
}
.events-blog .body-container .post-body h3 {
    margin-bottom: 35px;
}
.events-blog .events-notices {
    font: 400 16px/20px "Times New Roman", Georgia, Serif;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    color: #3a87ad;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.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 {}
.events-blog.hs-blog-listing a.more-link {
    display: inline-block;
    margin-top: 25px;
    color: #fff;
    background: #fdb813;
    border: solid 1px #fdb813;
    text-decoration: none;
    padding: 9px 35px 12px;
    text-transform: uppercase;
    font: 600 14.4px/16px "ProximaNova-Bold", Helvetica, sans-serif;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.events-blog.hs-blog-listing a.more-link:hover {
    text-decoration: none;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#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 {
    text-align: center;
}
.blog-pagination a {
    display: inline-block;
    margin: 25px 10px 0;
    color: #fff;
    background: #fdb813;
    border: solid 1px #fdb813;
    text-decoration: none;
    padding: 9px 35px 12px;
    text-transform: uppercase;
    font: 600 14.4px/16px "ProximaNova-Bold", Helvetica, sans-serif;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

.blog .post-nav {
    margin: 50px 0;
}
.blog .post-nav .previous-post {
    float: left;
    display: inline-block;
}
.blog .post-nav .next-post {
    float: right;
    display: inline-block;
}
.blog .post-nav .info {
    font: 600 14.4px/16px "ProximaNova-Light", Helvetica, sans-serif;
    margin: 0;
}
.blog .post-nav a {
    color: #666;
    text-decoration: underline;
}
.blog .post-nav a:hover {
    color: #666;
    text-decoration: none;
}

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

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

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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 30px;
}
.blog .blog-sidebar .widget-span h3:first-child {
    font: 700 34px/35px "ProximaNova-Bold", Helvetica, sans-serif !important;
    color: #666;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}
.blog .blog-sidebar .widget-type-post_filter ul,
.blog .blog-sidebar .widget-type-post_listing ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}
.blog .blog-sidebar .widget-type-post_filter ul li,
.blog .blog-sidebar .widget-type-post_listing ul li {
    margin: 15px 0 0 40px;
    font: 600 18px/19px "ProximaNova-Light", Helvetica, sans-serif;
}
.blog .blog-sidebar .widget-type-post_filter ul li a,
.blog .blog-sidebar .widget-type-post_listing ul li a,
.blog .blog-sidebar .widget-type-post_filter ul li a:hover,
.blog .blog-sidebar .widget-type-post_listing ul li a:hover {
    font: inherit;
    color: #666;
    text-decoration: none;
}
.blog .blog-sidebar .widget-type-post_filter ul li a {
    text-transform: capitalize;
}
.blog .blog-sidebar .widget-type-post_filter ul li a span {
    display: none;
}

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

@media (max-width: 1049px) {
    .events-blog.hs-blog-post .body-container {
        padding-bottom: 25px;
    }
    .blog .full-wh-subscription {
        margin-top: -25px;
    }
    .blog .full-wh-subscription .page-center .span6.widget-span {
        width: 100%;
        margin: 0;
    }
    .blog .full-wh-subscription h3 {
        line-height: 26px;
        white-space: normal;
        margin-bottom: 30px;
    }
    .blog .full-wh-subscription h3 small {
        display: block;
        clear: both;
    }
}
@media (max-width: 479px) {
    .full-wh-subscription #hs_form_target_blog_subscription input[type="email"],
    .full-wh-subscription #hs_form_target_blog_subscription .hs-button.primary.large {
        margin: 10px 0 0;
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}


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

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

  /* Labels */
             /* Label Text Color */
                    /* Label Text Color */
                     /* Label Text Font Size */
                   /* Label Text Line Height */
                   /* Label Text Font Family */
                   /* Label Text Font Weight */
                     /* Label Text Margin Bottom */
  
  /* One Line Inputs */
                 /* Input Background Color */
                       /* Input Text Color */
                     /* Input Text Font Size */
                   /* Input Text Font Weight */
                   /* Input Text Line Height */
                   /* Input Text Font Family */
                   /* Input Text Transform */
                      /* Input Text Letter Spacing */
                    /* Input Margin Bottom */
            /* Input Padding ( top, right, bottom, left ) */
                     /* Input Minim Height */
                /* Input Border Style & Color */
                     /* Input Border Radius */
                       /* Input Box Shadow */
                      /* Input Text Shadow */
  
  /* One Line Inputs Focus */
                /* Input Focus Background Color */
                      /* Input Focus Text Color */
                         /* Input Focus Border Style & Color */
                      /* Input Focus Box Shadow */
  
  /* One Line Inputs Error */
                /* Input Error Background Color */
                      /* Input Error Text Color */
                         /* Input Error Border Style & Color */
                      /* Input Error Box Shadow */
  
  /* All Global Buttons (Excluding CTAs) */
                 /* Button Background Color */
                       /* Button Text Color */
                     /* Button Text Font Size */
                   /* Button Text Font Weight */
                   /* Button Text Line Height */
                   /* Button Text Font Family */
                   /* Button Text Transform */
                      /* Button Text Letter Spacing */
                    /* Button Margin Bottom */
            /* Button Padding ( top, right, bottom, left ) */
                     /* Button Minim Height */
                /* Button Border Style & Color */
                     /* Button Border Radius */
                       /* Button Box Shadow */
                      /* Button Text Shadow */
  
  /* Hover -> All Global Buttons (Excluding CTAs) */
                /* Button Hover Background Color */
                      /* Button Hover Text Color */
               /* Button Hover Border Style & Color */
                      /* Button Hover Box Shadow */
                     /* Button Hover Text Shadow */
  
  /* Focus -> All Global Buttons (Excluding CTAs) */
                /* Button Focus Background Color */
                      /* Button Focus Text Color */
               /* Button Focus Border Style & Color */
                      /* Button Focus Box Shadow */
                     /* Button Focus Text Shadow */


/* Label -> H3 style */
.widget-type-google_search label,
.hs_cos_wrapper_type_google_search label {
    display: inline-block;
    cursor: text;
    font: 400 26px/27px "ProximaNova-Semibold", "ProximaNova-Regular", Helvetica, sans-serif;
    color: #333;
    margin-top: .5em;
    margin-bottom: .5em;
}

.only-placeholder h3.form-title,
.banner-form h3.form-title {
    text-align: center;
    font: 400 25px/25px "ProximaNova-Semibold";
    color: #42b2e7;
    margin-top: 0;
    margin-bottom: 20px;
}

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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 2px;
}
.only-placeholder .hs-form-field > label,
.banner-form .hs-form-field > label {
    display: none;
}
.hs-form-field > label > .hs-form-required {
    color: red;
    margin-left: 2px;
}

/* 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%;
    background-image: none;
    vertical-align: middle;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 46px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);;
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);;
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);;
    color: #555;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0;
}
.only-placeholder input[type="text"],
.only-placeholder input[type="password"], 
.only-placeholder input[type="datetime"], 
.only-placeholder input[type="datetime-local"], 
.only-placeholder input[type="date"], 
.only-placeholder input[type="month"], 
.only-placeholder input[type="time"], 
.only-placeholder input[type="week"], 
.only-placeholder input[type="number"], 
.only-placeholder input[type="email"], 
.only-placeholder input[type="url"], 
.only-placeholder input[type="search"], 
.only-placeholder input[type="tel"], 
.only-placeholder input[type="color"],
.only-placeholder input[type="file"],
.only-placeholder textarea,
.only-placeholder select,
.banner-form input[type="text"],
.banner-form input[type="password"], 
.banner-form input[type="datetime"], 
.banner-form input[type="datetime-local"], 
.banner-form input[type="date"], 
.banner-form input[type="month"], 
.banner-form input[type="time"], 
.banner-form input[type="week"], 
.banner-form input[type="number"], 
.banner-form input[type="email"], 
.banner-form input[type="url"], 
.banner-form input[type="search"], 
.banner-form input[type="tel"], 
.banner-form input[type="color"],
.banner-form input[type="file"],
.banner-form textarea,
.banner-form select{
    font: 400 18px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    min-height: 38px;
}

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 {
    outline: none;
    color: ;
    background-color: ;
    border: 1px solid rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
}

body input.invalid,
body textarea.invalid,
body select.invalid,
body input.error,
body textarea.error,
body select.error,
body input.invalid:focus,
body textarea.invalid:focus,
body select.invalid:focus,
body input.error:focus,
body textarea.error:focus,
body select.error:focus {
    color: #b94a48;
    background-color: ;
    border: 1px solid #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    -o-box-shadow: 0 0 6px #f8b9b7;
    -ms-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.hs-form .hs-error-msgs {
    color: #b94a48;
    margin-top: 0;
}
.only-placeholder .hs-form .hs-error-msgs,
.banner-form .hs-form .hs-error-msgs {
    display: none !important;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 150px;
    width: 100% !important;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    min-height: 1px;
}
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{}

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


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

.hs-form fieldset[class*="form-columns"] {
    width: calc(100% + 10px) !important;
}

@media (max-width: 480px) {
    .hs-form fieldset[class*="form-columns"] {
        width: 100% !important;
    }
}
@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"] {}

#hs-search-module input.hs-input {
    margin-bottom: 10px;
}

/* =============== Captcha Table ==================== */
#captcha_wrapper {
    margin-bottom: 10px;
}


/* ==========================================================================
   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;
    display: inline-block;
    text-align: center;
    outline: none;
    vertical-align: middle;
    font-family: 'ProximaNova-Bold', Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14.4px;
    line-height: 16px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    border: 1px solid #999;
    min-height: 56px;
    margin-bottom:  10px;
    padding: 22px 18px 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="submit"],
input[type="button"] {
    padding-top: 0;
    padding-bottom: 0;
}

.only-placeholder .hs-button.primary,
.only-placeholder input[type="submit"],
.only-placeholder input[type="button"],
.banner-form .hs-button.primary,
.banner-form input[type="submit"],
.banner-form input[type="button"] {
    font: 400 20px/21px "ProximaNova-Semibold", Helvetica, sans-serif;
    padding: 14px 15px 10px;
    display: block;
    width: 100%;
    text-align: center;
    background: #fdb813;
    color: #fff;
    border: none;
    margin: 10px 0 6px;
    min-height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 400px) {
    .banner-form .hs-button.primary, .banner-form input[type="submit"] {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .banner-form .hs-button.primary, .banner-form input[type="submit"] {
        font-size: 14px;
    }
    .banner-form h3.form-title {
        font-size: 20px;
    }
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    outline: none;
    color: #343E50;
    background: #fdb813;
    border: 1px solid #fdb813;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
}

.only-placeholder .hs-button.primary:hover,
.only-placeholder input[type="submit"]:hover,
.only-placeholder input[type="button"]:hover,
.banner-form .hs-button.primary:hover,
.banner-form input[type="submit"]:hover,
.banner-form input[type="button"]:hover {
    background: #fdb813;
    color: #fff;
    border: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
    color: #343E50;
    background: #fdb813;
    border: 1px solid #fdb813;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
}

.only-placeholder .hs-button.primary:focus,
.only-placeholder input[type="submit"]:focus,
.only-placeholder input[type="button"]:focus,
.banner-form .hs-button.primary:focus,
.banner-form input[type="submit"]:focus,
.banner-form input[type="button"]:focus {
    background: #fdb813;
    color: #fff;
    border: none;
}


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

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

@media (max-width: 767px) {
    .widget-type-google_search label,
    .hs_cos_wrapper_type_google_search label {
        font: 24.9667px/26px "ProximaNova-Semibold", "ProximaNova-Regular", Helvetica, sans-serif;
    }
    .hs-button.primary,
    input[type="submit"],
    input[type="button"] {
        font-family: "OpenSans-Bold", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12.4833px;
        line-height: 18px;
        min-height: 33px;
        padding: 7.48px 14.98px;
        color: #666;
        border: 1px solid #666;
        min-width: 185px;
        max-width: 100%;
        margin-top: 18.7333px;
        white-space: normal;
    }
}



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


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

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Text */
.text-center{
    text-align: center; 
}
.text-left{
    text-align: left; 
}
.text-right{
    text-align: right; 
}
/* Margins */
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}

.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}

/* Float */
.fl {
    float: left;
}
.fr {
    float: right;
}

/* Clear */
.cl {
    clear: left;
}
.cb {
    clear: both;
}

/* Buttons */
a.clear {
    display: inline-block;
    font: 600 14.4px/16px "ProximaNova-Bold", Helvetica, sans-serif;
    margin: 20px 20px 10px 0 !important;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    color: #fff;
    padding: 22px 18px 22px !important;
    text-decoration: none !important;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a.learn-more {
    border: 1px solid #343e50;
    background: #343e50;
}
a.clear:hover {
    border: 1px solid #fdb813;
    background: #fdb813;
    color: #000000 !important;
    text-decoration: none;
}
#whitepaper-button a.button,
.manage-dep-see-all a,
.benefits-lm a {
    font: 400 18px/16px "ProximaNova-Semibold", Helvetica, sans-serif;
    background: #fdb813;
    color: #ffffff;
    padding: 11px 0 8px;
    margin-top: 40px;
    width: 240px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #fdb813;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a.clear-gray {
    display: inline-block;
    border: 1px solid #999;
    background: transparent;
    padding: 22px 18px 18px;
    color: #999;
    text-decoration: none;
    font: 600 14.4px/16px "ProximaNova-Bold", Helvetica, sans-serif;
    text-align: center;
    min-width: 160px;
    margin: 0 auto 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a.clear-gray.learn-more {
    color: #fff;
    border: 1px solid #fdb813;
    background: #fdb813;
}
a.clear-gray:hover {
    color: #343E50;
    border: 1px solid #fdb813 !important;
    background: #fdb813 !important;
}

@media (max-width: 767px) {
    a.clear {
        font: 400 12.4833px/18px "OpenSans-Semibold",Helvetica,sans-serif;
        padding: 7.5px 15px !important;
    }
    a.clear-gray {
        font: 400 12.4833px/18px "OpenSans-Bold",Helvetica,sans-serif;
        padding: 7.5px 0 !important;
        color: #666;
        border: solid 1px #666;
        width: 160px;
        max-width: 100%;
        text-align: center;
    }
}

/* Banner Top - Custom Module */
.custom-banner-image {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -70px;
}
.custom-banner-image .banner-text {
    padding: 45px 0;
    min-height: 660px;
    color: #fff;
    position: relative;
}
.custom-banner-image .banner-text a {
    color: #343e50;
    text-decoration: underline;
}
.custom-banner-image .banner-text * {
    color: #343e50;
}
.custom-banner-image .banner-text h1.banner-title {
    font: 58px/54px "ProximaNova-Semibold", Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}
.custom-banner-image .banner-text h2.banner-subtitle {
    font: 400 22px/23px "ProximaNova-Regular",Helvetica,sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
.custom-banner-image .banner-text .left-col {
    margin-top: 150px;
    padding-right: 15px;
    width: calc(50% - 15px);
    max-width: calc(100% - 425px);
}
.custom-banner-image .banner-text .left-col > :first-child {
    margin-top: 0;
    padding-top: 0;
}
.custom-banner-image .banner-text .left-col > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.custom-banner-image .banner-text .left-col > ul {
    padding-left: 20px;
}
.custom-banner-image .banner-text .left-col h2 {
    font: 400 24px/25px "ProximaNova-Regular",Helvetica,sans-serif;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media (max-width: 1049px) {
    .custom-banner-image {
        margin-top: -25px;
    }
}
@media (max-width: 767px) {
    .custom-banner-image .banner-text {
        min-height: unset;/*calc(100vh - 59px);*/
    }
    .custom-banner-image .banner-text h1.banner-title {
        font: 21.8333px/31px "OpenSans-Semibold", Helvetica, sans-serif;
        margin-top: 2em;
    }
    .custom-banner-image .banner-text .left-col {
        margin-top: 7px;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .custom-banner-image .banner-text .left-col h2 {
        font: 400 13.567px/19px "OpenSans-Regular", Helvetica, sans-serif;
    }
}

/* Banner Form */
.banner-form {
    background: #323e52;
    padding: 17px 0;
}
.banner-form .page-center {
    position: relative;
    min-height: 22px !important;
}
.banner-form .page-center .span12.widget-span {
    background: #f4f4f4;
    border: 2px solid #c4c4c4;
    padding: 30px;
    width: 410px;
    max-width: 100%;
    margin: 0;
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

@media (max-width: 400px) {
        padding: 10px;
    }
}

.banner-form .page-center .span12.widget-span.demo-form {
    bottom: 180px;
}

@media (max-width: 400px) {
    .banner-form .page-center .span12.widget-span.demo-form {
        bottom: 0;
    }
}

.banner-form .page-center .span12.widget-span.demo-form select,
.banner-form .page-center .span12.widget-span.demo-form option {
    color: #555;
}

@media (max-width: 767px) {
    .banner-form .page-center .span12.widget-span {
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
    }
}

.banner-form .page-center fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

/* Lightbox Gallery */
.hs_cos_gallery_lightbox_container .slick-list,
.hs_cos_gallery_lightbox .slick-list {
    max-height: 96vh !important;
    margin-top: 2vh !important;
    height: 96vh !important;
}
.hs_cos_gallery_lightbox_thumbnails {
    max-width: 940px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.hs_cos_gallery_lightbox_thumbnails .slick-list {
    max-height: 100%;
    overflow: visible;
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    width: 180px !important;
    height: 90px !important;
    margin: 0 4px 8px !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide:hover {
    z-index: 100;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    left: 0 !important;
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Backgrounds */
.full-wh-white {
    background: #fff;
}
.full-wh-gray {
    background: #F7F7F7;
}
.full-wh-dark-gray {
    background: #f2f2f2;
}

/* Full Width Column */
.full-wh-bg {
    padding: 60px 0;
}
.full-wh-bg h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.full-wh-bg p {
    text-align: justify;
}
.full-wh-bg .hs_cos_wrapper_type_linked_image img {
    width: 100% !important;
    height: auto !important;
}
.full-wh-bg .hs-right-text,
.full-wh-bg .hs-right-img {
    margin: 0 !important;
}
.full-wh-bg .hs-left-text,
.full-wh-bg .hs-right-text {
    width: calc(58.33333333% + 15px);
}
.full-wh-bg .hs-left-text {
    padding-right: 15px;
}
.full-wh-bg .hs-right-text {
    padding-left: 15px;
}
.full-wh-bg .hs-left-img,
.full-wh-bg .hs-right-img {
    width: calc(41.66666667% - 15px);
}
.full-wh-bg .hs-left-img {
    padding-right: 15px;
}
.full-wh-bg .hs-right-img {
    padding-left: 15px;
}

.full-wh-bg .hs-right-text > .cell-wrapper > .hs_cos_wrapper > :first-child,
.full-wh-bg .hs-left-text > .cell-wrapper > .hs_cos_wrapper > :first-child {
    margin-top: 0;
}
.full-wh-bg .hs-right-text > .cell-wrapper > .hs_cos_wrapper > :last-child,
.full-wh-bg .hs-left-text > .cell-wrapper > .hs_cos_wrapper > :last-child {
    margin-bottom: 0;
}

.full-wh-bg .page-center >.row-fluid-wrapper:not(:last-child) {
    margin-bottom: 30px;
}
.full-wh-bg .page-center .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.full-wh-bg .page-center .row-fluid > .widget-span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width: 767px) {
    .full-wh-bg .page-center .row-fluid {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .full-wh-bg .hs-left-text,
    .full-wh-bg .hs-right-text,
    .full-wh-bg .hs-left-img,
    .full-wh-bg .hs-right-img {
        width: 100% !important;
        padding: 0 !important;
    }
    .full-wh-bg .hs_cos_wrapper_type_linked_image {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .full-wh-bg .hs_cos_wrapper_type_linked_image img {
        width: auto !important;
        height: auto !important;
    }
    .full-wh-bg .hs-left-img {
        order: 2;
        -ms-order: 2;
        -webkit-order: 2;
    }
}

/* Bottom Group - RSS modules */
.bottom-group {
    background: #fff url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/drop-shadow.png') scroll 50% 0 no-repeat;
    padding: 150px 7% 100px;
}
.bottom-group.home-rss {
    background: #F7F9F9;
    padding: 80px 7% 30px;
}
.bottom-group .hs_cos_wrapper_type_rss_listing h3 {
    font: 400 16px/32px"ProximaNova-Bold", Helvetica, sans-serif;
    color: #666;
    border-bottom: solid 1px #999;
    text-transform: uppercase;
    margin: 0;
}
.bottom-group.home-rss .hs_cos_wrapper_type_rss_listing h3 {
    font: 400 29.333px/31px "ProximaNova-Semibold", Helvetica, sans-serif;
    padding-bottom: 20px;
    border-bottom: solid 1px #333;
    color: #323e52;
}
.bottom-group .hs-rss-item {
    margin-top: 40px;
    margin-bottom: 0;
}
.bottom-group.home-rss .hs-rss-item {
    margin-top: 30px;
}
.bottom-group .hs-rss-item .hs-rss-title {
    font: 700 34px/35px "ProximaNova-Bold",Helvetica,sans-serif;
    letter-spacing: -0.683333px;
    color: #666;
    text-decoration: none;
}
.bottom-group .hs-rss-item .hs-rss-title span {
    font: inherit;
    display: inline-block;
}
.bottom-group.home-rss .hs-rss-item .hs-rss-title {
    font: 400 18.6667px/19px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #42b3e6;
    letter-spacing: 0;
}
.bottom-group .hs-rss-item .hs-rss-title:hover {
    color: #666;
    text-decoration: none;
}
.bottom-group.home-rss .hs-rss-item .hs-rss-title:hover {
    color: #42b3e6;
}
.bottom-group .hs-rss-item .hs-rss-byline {
    font: 600 14.4px/16px "ProximaNova-Light", Helvetica, sans-serif;
    color: #fdb813;
    margin-top: 5px;
    margin-bottom: 16px;
}
.bottom-group.home-rss .hs-rss-item .hs-rss-byline {
    font: 600 14.6667px/16px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}
.bottom-group .hs-rss-item .hs-rss-description p {
    font: 400 20px/30px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #333;
    margin: 0;
}
.bottom-group .hs-rss-item .hs-rss-description a,
.bottom-group .hs-rss-item .hs-rss-description a:hover {
    color: #fdb813;
    text-decoration: none;
}
.bottom-group .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: none;
    padding: 0;
}
.bottom-group .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: none;
}
.bottom-group .hs-rss-item .hs-featured-img img {
    width: 100%;
    height: auto;
    margin-bottom: 46px;
}
.bottom-group.home-rss .hs-rss-item .hs-featured-img img {
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .bottom-group {
        padding: 35px 15px 0;
        margin-bottom: 0 !important;
    }
}


/* ==========================================================================
   Custom Pages         
   ========================================================================== */

/* Government Solutions Pages */
.solutions-page .body-container {
    padding-bottom: 0;
}
.solutions-page .custom-banner-image .banner-text .left-col ul {
    margin-top: 0;
    margin-bottom: 0;
}
.solutions-page .custom-banner-image .banner-text .left-col ul > li {
    padding-top: 24px;
    font: 400 28px/29px "ProximaNova-Semibold",Helvetica,sans-serif;
}
.solutions-page .full-wh-bg h1,
.solutions-page .full-wh-bg h2 {
    margin: 0;
}
.solutions-page .full-wh-bg .full-wh-group > span > div:not(:last-child) {
    margin-bottom: 60px;
}

/* Company Outings page */
.co-page {
    background: #333;
}
.co-page .body-container {
    color: #fff;
    text-align: center;
}
.co-page .body-container h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 65px;
    color: #999;
}
.co-page .body-container h3 {
    font: 700 18px/19px "ProximaNova-Bold", Helvetica, sans-serif;
    letter-spacing: -0.366667px;
    margin-top: 40px;
    margin-bottom: 23px;
    padding-top: 20px;
    color: #fdb813;
}

/* Download page */
.download-page .body-container {
    padding-bottom: 0;
}
.download-page .custom-banner-image .banner-text {
    padding: 36px 0 6px;
    min-height: 1px;
}
.download-page .custom-banner-image .banner-text {
    text-align: center;
}
.download-page .custom-banner-image .banner-text a {
    color: #1a1a1a;
}
.download-page .custom-banner-image .banner-text .page-center * {
    color: #1a1a1a;
    font: 400 20px/21px "ProximaNova-Regular", Helvetica, sans-serif;
    margin: 0;
}
.download-page .custom-banner-image .banner-text h1.banner-title {
    font: 400 42px/43px "ProximaNova-Semibold", Helvetica, sans-serif;
    margin-bottom: 0;
    color: #333;
}
.download-page .custom-banner-image .banner-text h2.banner-subtitle {
    font: 400 28px/29px "ProximaNova-Regular", Helvetica, sans-serif;
    padding-bottom: 30px;
    color: #555;
}
.download-page-v2 .custom-banner-image .banner-text h2.banner-subtitle {
    font: 400 24px/25px "ProximaNova-Regular", Helvetica, sans-serif;
}
.download-page .custom-banner-image .banner-text .page-center img {
    margin-top: 30px;
    margin-bottom: 0;
}
.download-page-v2 .custom-banner-image .banner-text .page-center img {
    margin-top: 0;
    margin-bottom: 10px;
}
.download-page .custom-banner-image .banner-text .left-col {
    width: calc(100% - 455px);
}
.download-page .banner-form {
    background: transparent;
    padding: 0;
}
.download-page .banner-form .page-center .span12.widget-span {
    bottom: auto;
    top: -395px;
    width: 361px;
}
.download-page-v2 .banner-form .page-center .span12.widget-span {
    top: -400px;
    background-color: #343e50;
    border: 0;
    border-radius: 0;
}

.download-brochure-form fieldset {
  display: flex;
  flex-direction: column;
}

.download-brochure-form .hs-form-field {
    width: 100% !important;
}

.download-brochure-form .hs-form-field label {
    display: inherit;
    color: white;
    font-family: ProximaNova-Regular;
    font-size: 17px;
}

.download-brochure-form select {
    appearance: none;
    background: white;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 6px;
    text-overflow: ellipsis;
    padding-right: 13px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 7px;
}

.download-brochure-form input, .download-brochure-form select {
    min-height: 36px !important;
    margin-bottom: 15px !important;
}

.download-brochure-form input[type="submit"] {
  height: 38px;
  padding: 0px !important;
}

.download-brochure-form {
  top: -400px;
}

.download-page .banner-form .widget-type-cell {
  border-bottom: 2px solid #c6c6c6;
  padding-bottom: 50px;
}

.download-page .banner-form h3.form-title {
    display: none;
}
.download-page .banner-form input[type="text"],
.download-page .banner-form input[type="password"], 
.download-page .banner-form input[type="datetime"], 
.download-page .banner-form input[type="datetime-local"], 
.download-page .banner-form input[type="date"], 
.download-page .banner-form input[type="month"], 
.download-page .banner-form input[type="time"], 
.download-page .banner-form input[type="week"], 
.download-page .banner-form input[type="number"], 
.download-page .banner-form input[type="email"], 
.download-page .banner-form input[type="url"], 
.download-page .banner-form input[type="search"], 
.download-page .banner-form input[type="tel"], 
.download-page .banner-form input[type="color"],
.download-page .banner-form input[type="file"],
.download-page .banner-form textarea,
.download-page .banner-form select{
    margin-bottom: 30px;
}
.download-page .download-left-col {
    width: calc(100% - 475px);
}
.download-page .download-left-col > .hs_cos_wrapper > .hs_cos_wrapper:last-child > .custom-list {
    padding: 0;
}
.download-page .full-wh-bg .page-center > .row-fluid-wrapper:first-child {
    margin-bottom: 0;
}
@media (max-width: 979px) {
    .download-page .custom-banner-image .banner-text .left-col,
    .download-page .download-left-col {
        width: calc(50% - 15px);
        max-width: 100%;
    }
    .download-page .banner-form .page-center .span12.widget-span {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .download-page .custom-banner-image .banner-text .left-col,
    .download-page .download-left-col {
        width: 100%;
        padding: 0;
    }
    .download-page .banner-form .page-center .span12.widget-span,
    .download-page-v2 .banner-form .page-center .span12.widget-span {
        width: 100%;
        position: relative;
        top: auto;
        margin-top: 60px;
    }
}

/* Schedule a demo page */
.schedule-a-demo-page .body-container h1 {
    font: 400 46px/47px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #323e52;
}
.schedule-a-demo-page .body-container h3 {
    font: 400 24px/25px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #777;
    margin-top: 50px;
    margin-bottom: 50px;
}
.schedule-a-demo-page .hs_cos_wrapper_type_form {
    background: #f4f4f4;
    border: 2px solid #c4c4c4;
    padding: 30px;
    margin: 50px 0 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.schedule-a-demo-page input[type="text"],
.schedule-a-demo-page input[type="password"], 
.schedule-a-demo-page input[type="datetime"], 
.schedule-a-demo-page input[type="datetime-local"], 
.schedule-a-demo-page input[type="date"], 
.schedule-a-demo-page input[type="month"], 
.schedule-a-demo-page input[type="time"], 
.schedule-a-demo-page input[type="week"], 
.schedule-a-demo-page input[type="number"], 
.schedule-a-demo-page input[type="email"], 
.schedule-a-demo-page input[type="url"], 
.schedule-a-demo-page input[type="search"], 
.schedule-a-demo-page input[type="tel"], 
.schedule-a-demo-page input[type="color"],
.schedule-a-demo-page input[type="file"],
.schedule-a-demo-page textarea,
.schedule-a-demo-page select{
    margin-bottom: 30px;
}
.schedule-a-demo-page .hs_cos_wrapper_type_form h3.form-title {
    display: none;
}
.schedule-a-demo-page .hs_submit {
    text-align: center;
}
.schedule-a-demo-page .hs-button.primary,
.schedule-a-demo-page input[type="submit"],
.schedule-a-demo-page input[type="button"] {
    font: 600 22.4px/23px "ProximaNova-Bold", Helvetica, sans-serif;
    padding: 15px 30px;
    display: inline-block;
    width: auto;
    color: #343E50 !important;
    margin: 0 auto;
    min-height: 53px;
}
@media (max-width: 520px) {
    /*
    .schedule-a-demo-page .body-container h1 {
        font: 400 28px/40px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    }*/
  .home-page .learn-more {display: block;}
}
@media (max-width: 769px) {  
  .home-page .custom-banner-image {     
    background-position: 30% center; 
  }
}


/* Our Team page */
.team-page .body-container {
    padding: 0;
}
.team-page .top-bg {
    background: #333;
}
.team-page .top-bg h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin-top: 90px;
    margin-bottom: 65px;
    color: #999;
}
.team-page .bottom-bg {
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/history-bg.jpg') scroll 50% 0 no-repeat;
    background-size: cover;
    padding: 100px 7%;
    color: #666;
}
.team-page .bottom-bg .page-center {
    max-width: 810px;
}
.team-page .bottom-bg h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin: 0;
    color: #999;
}
.team-page .bottom-bg p {
    font: 400 19.2px/21px "ProximaNova-Regular", Helvetica, sans-serif;
    margin-top: 50px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .team-page .top-bg h1 {
        font: 400 26px/27px "ProximaNova-Light",Helvetica,sans-serif;
        margin-top: 55px;
        margin-bottom: 32px;
    }
    .team-page .bottom-bg {
        padding: 65px 15px;
    }
    .team-page .bottom-bg h1 {
        font: 400 26px/27px "ProximaNova-Light",Helvetica,sans-serif;
    }
    .team-page .bottom-bg p {
        font: 400 15.6px/22px "OpenSans-Regular",Helvetica,sans-serif;
    }
}

/* Goverment Solutions page*/
.gsol-page .body-container {
    padding: 0;
}
.gsol-page .top-bg h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 64px;
    color: #999;
}
.gsol-page .widget-span.widget-type-custom_widget {
    width: 33.33%;
    margin: 0;
    padding: 0 15px;
}
.gsol-page .bottom-bg {
    background: url('https://2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/bg-gray-ds.png') scroll 50% 0 no-repeat;
    background-size: cover;
    padding: 90px 7%;
}
.gsol-page .bottom-bg h1 {
    font: 500 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.gsol-page .bottom-bg p {
    font: 600 20px/21px "ProximaNova-Bold", Helvetica, sans-serif;
    color:#666;
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}
.gsol-page .bottom-bg .hs-form {
    max-width: 415px;
}
.gsol-page .bottom-bg .hs_cos_wrapper_type_form h3.form-title {
    display: none;
}
.gsol-page .bottom-bg .hs-form .hs-form-field > label{
    display: none;
}
@media (max-width: 991px) {
    .gsol-page .widget-span.widget-type-custom_widget {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .gsol-page .widget-span.widget-type-custom_widget {
        width: 100%;
        padding: 0;
    }
    .gsol-page .top-bg h1 {
        font: 400 26px/27px "ProximaNova-Light", Helvetica, sans-serif;
        margin-top: 41px;
        margin-bottom: 30px;
    }
    .gsol-page .bottom-bg {
        padding: 46.8px 15px;
    }
    .gsol-page .bottom-bg h1 {
        font: 400 18.7167px/27px "OpenSans-Light",Helvetica,sans-serif;
        margin-top: 0;
        margin-bottom: 18.7167px;
    }
    .gsol-page .bottom-bg p {
        font: 600 13px/14px "ProximaNova-Bold",Helvetica,sans-serif;
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .gsol-page .bottom-bg .hs-form {
        max-width: 100%;
        padding: 30px 15px 0;
    }
}

/* Contact Us page */
.contact-page .custom-banner-image {
    min-height: 50vh;
    background-position: 50% 0;
}
.contact-page .custom-banner-image .banner-text {
    min-height: 1px;
}
.contact-page .custom-banner-image .banner-text * {
    color: #999;
}
.contact-page .custom-banner-image .banner-text h1 {
    font: 500 48px/54px "ProximaNova-Regular", Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 0;
}
.contact-page .custom-banner-image .banner-text h2 {
    font: 400 24px/25px "ProximaNova-Regular", Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
.contact-page .center-group {
    padding: 80px 7% 90px;
    background: #fff;
}
.contact-page .center-group .hs_cos_wrapper_type_form h3.form-title {
    display: none;
}
.contact-page .center-group .hs-form-field > label {
    display: none;
}
.contact-page .center-group .hs-button.primary,
.contact-page .center-group input[type="submit"],
.contact-page .center-group input[type="button"] {
    width: 166px;
    max-width: 100%;
}
.contact-page .center-group p {
    font: 400 16px/17px "ProximaNova-Regular", Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    color: #666;
}
.contact-page .center-group a {
    font: 1em "ProximaNova-Bold", Helvetica, sans-serif;
    color: #666;
    text-decoration: underline;
}
.contact-page .center-group a:hover {
    color: #666;
    text-decoration: none;
}
.contact-page .center-group p span {
    font: 1em "ProximaNova-Bold", Helvetica, sans-serif;
}
@media (max-width: 767px) {
    .contact-page .body-container {
        padding-bottom: 0;
    }
    .contact-page .body-container .widget-span {
        margin-bottom: 50px;
    }
    .contact-page .center-group {
        margin-bottom: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact-page .custom-banner-image .banner-text h1 {
        font: 400 21.833px/31px "OpenSans-Semibold",Helvetica,sans-serif;
        margin-top: 0;
    }
    .contact-page .custom-banner-image .banner-text h2 {
        font: 400 13.5167px/19px "OpenSans-Regular",Helvetica,sans-serif;
        margin-top: 7px;
    }
}

/* Member Organizations page */
.membero-page .body-container {
    padding: 0;
}
.membero-page .top-bg {
    background: #fff;
}
.membero-page .top-bg h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    color: #999;
}
.membero-page .center-bg {
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/bg-gray-ds.png') scroll 50% 0 no-repeat;
    background-size: cover;
    padding: 100px 7%;
}
.membero-page .center-bg .member-box {
    font: 400 20px/21px "ProximaNova-SemiBold",Helvetica,sans-serif;
    width: 33.33%;
    margin: 0 0 60px;
    padding: 0 15px;
    text-align: center;
    color: #666;
}
.membero-page .center-bg .member-box:nth-child(3n+1) {
    clear: both;
}
.membero-page .center-bg .member-box .hs_cos_wrapper_type_linked_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 170px;
    margin-bottom: 5px;
}
.membero-page .center-bg .member-box .widget-type-linked_image img {
    -webkit-box-flex: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 991px) {
    .membero-page .center-bg .member-box {
        width: 50%;
    }
    .membero-page .center-bg .member-box:nth-child(3n+1) {
        clear: none;
    }
    .membero-page .center-bg .member-box:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .membero-page .top-bg h1 {
        font: 400 26px/27px "ProximaNova-Light",Helvetica,sans-serif;
        margin-top: 50px;
        margin-bottom: 65px;
    }
    .membero-page .center-bg .member-box {
        width: 100%;
        padding: 0;
        float: none;
    }
    .membero-page .center-bg .member-box .hs_cos_wrapper_type_linked_image {
        min-height: 1px;
        margin-bottom: 10px;
    }
}

/* GovAlert page */
.govalert-page .body-container {
    padding-bottom: 0;
}
.govalert-page .custom-banner-image .banner-text {
    min-height: 923px;
    padding-top: 160px;
}
.govalert-page .custom-banner-image .banner-text h1.banner-title {
    font: 400 56px/57px "ProximaNova-Semibold",Helvetica,sans-serif;
    margin-bottom: 18px;
    margin-top: 0 !important;
    color:#fff;
}
.govalert-page .custom-banner-image .banner-text h2.banner-subtitle,
.custom-banner-image .banner-text .left-col h2 {
    font: 400 25px/26px "ProximaNova-Regular",Helvetica,sans-serif;
    padding-top: 14px !important;
    padding-bottom: 8px;
    color:#fff;
}
.govalert-page .custom-banner-image .banner-text .left-col {
    margin-top: 134px;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.govalert-page .custom-banner-image .banner-text .left-col p a img {
    margin: 0 6px 6px 0;
}
.govalert-page .full-wh-bg {
    padding: 0;
}
.govalert-page .full-wh-bg .hs-left-text,
.govalert-page .full-wh-bg .hs-right-text,
.govalert-page .full-wh-bg .hs-left-img,
.govalert-page .full-wh-bg .hs-right-img {
    width: 50%;
}
.govalert-page .full-wh-bg .hs-left-text,
.govalert-page .full-wh-bg .hs-right-text {
    padding: 0;
}
.govalert-page .full-wh-bg .hs-left-img,
.govalert-page .full-wh-bg .hs-right-img {
    text-align: center;
}
.govalert-page  .full-wh-bg .hs_cos_wrapper_type_linked_image img {
    width: auto !important;
}
.govalert-page .full-wh-bg h3 {
    font: 400 44px/45px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    color: #323e52;
    padding-bottom: 44px;
}
.govalert-page .full-wh-bg p {
    font: 400 18px/23px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    padding-bottom: 10px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.govalert-page .bottom-col .hs_cos_wrapper_type_header h3 {
    font: 400 46px/47px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    color: #323e52;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.govalert-page .mobile-app-box {
    padding-bottom: 56px;
}
.govalert-page .mobile-app-box > .row-fluid-wrapper > .row-fluid > .widget-type-linked_image {
    margin-top: 40px;
    text-align: center;
}
.govalert-page .mobile-app-box .hs_cos_wrapper_type_header h4 {
    font: 400 24px/25px "ProximaNova-Bold", "ProximaNova-Regular", Helvetica, sans-serif;
    color: #333;
    padding-top: 24px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    height: 92px;
    text-align: center;
}
.govalert-page .mobile-app-box p {
    font: 400 17px/18px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .govalert-page .full-wh-bg h3 {
        font: 400 40px/41px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
        color: #323e52;
        padding-bottom: 24px;
    }
    .govalert-page .full-wh-bg p {
        font: 400 16px/22px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    }
    .govalert-page .mobile-app-box .hs_cos_wrapper_type_header h4 {
        height: 116px;
    }
}
@media (max-width: 767px) {
    .govalert-page .full-wh-bg .hs-left-img,
    .govalert-page .full-wh-bg .hs-right-img{
        order: 1;
        -ms-order: 1;
        -webkit-order: 1;
    }
    .govalert-page .full-wh-bg .hs-left-text,
    .govalert-page .full-wh-bg .hs-right-text {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        order: 2;
        -ms-order: 2;
        -webkit-order: 2;
    }
    .govalert-page .full-wh-bg .hs_cos_wrapper_type_linked_image {
        margin-top: 0;
    }
    .govalert-page .bottom-col {
        padding-bottom: 56px;
    }
    .govalert-page .mobile-app-box {
        padding-bottom: 0;
    }
}
@media (max-width: 520px) {
    .govalert-page .custom-banner-image .banner-text h1.banner-title {
        font: 400 36px/37px "ProximaNova-Semibold",Helvetica,sans-serif;
        color:#fff;
    }
    .govalert-page .full-wh-bg h3 {
        font: 400 26px/27px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
        padding-bottom: 44px;
    }
    .govalert-page .full-wh-bg p {
        font: 400 18px/23px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    }
    .govalert-page .bottom-col .hs_cos_wrapper_type_header h3 {
        font: 400 36px/37px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    }
}

/* Home page */
.home-page .custom-banner-image .banner-text {
    padding-top: 100px;
}
.home-page .custom-banner-image .banner-text .page-center > * {
    max-width: 672px;
}
.home-page .custom-banner-image .banner-text h1.banner-title {
    font: 400 44px "ProximaNova-SemiBold",Helvetica,sans-serif;
    margin-top: 45px;
    margin-bottom: 14px;
}
.home-page .custom-banner-image .banner-text .left-col {
    margin-top: 36px;
}
.home-page .custom-banner-image .banner-text a.clear {
    font: 600 22.4px/23px "ProximaNova-Bold", Helvetica, sans-serif;
    color: #fff;
    padding: 16px 30px 14px !important;
    /*width: 266px;*/
}
.home-page .top-mobile-app {
    padding-top: 33px;
    padding-bottom: 37px;
}
.home-page .top-mobile-app .hs-left-img {
    width: 31.67%;
    padding: 0;
    text-align: center;
}
.home-page .top-mobile-app .hs-right-text {
    width: 68.33%;
    max-width: 576px;
    padding: 0;
    margin: 0;
    text-align: left;
}
.home-page .top-mobile-app .hs-right-text h1 {
    font: 400 46px/47px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #323e52;
    margin: 0;
    padding-top: 27px;
}
.home-page .top-mobile-app .hs-right-text h2 {
    font: 400 24px/25px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #323e52;
    margin: 0;
    padding-top: 8px;
}
.home-page .top-mobile-app .hs-right-text p {
    font: 400 20px/21px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #404040;
    margin-top: 30px;
    margin-bottom: 10px;
}
.home-page .top-mobile-app .hs-right-text a#govalert-learn-more {
    display: inline-block;
    font: 400 24px/25px "ProximaNova-semibold", Helvetica, sans-serif;
    color: #ffb600;
    margin-top: 10px;
}
.home-page .top-mobile-app .hs-right-text a#govalert-learn-more i {
    font-size: 19px;
}
.home-page .top-mobile-app .hs-right-text a.download-btn {
    display: inline-block;
    margin: 30px 10px 0 0;
}
.home-page .goverments-choose {
    padding: 80px 7% 40px;
}
.home-page .goverments-choose .hs_cos_wrapper_type_header h1 {
    font: 400 42.667px/43px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #323e52;
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
}
.home-page .testimonial-wrapper [class*="span"] {
    margin: 0 !important;
}
.home-page .goverments-choose .goverments-box {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-page .goverments-choose .goverments-box img {
    width: 167px;
    height: 166px;
}
.home-page .goverments-choose .goverments-box h2 {
    font: 400 20px/23px "ProximaNova-Semibold", Helvetica, sans-serif;
    margin-top: 22px;
    margin-bottom: 16px;
    min-height: 46px;
    color: #464646;
}
.home-page .goverments-choose .goverments-box p {
    font: 300 16px/17px "ProximaNova-Regular", Helvetica, sans-serif;
    margin-top: 8px;
    margin-bottom: 20px;
    min-height: 90px;
    color: #464646;
}
.home-page .goverments-choose .goverments-box .hs_cos_wrapper_type_text,
.home-page .goverments-choose .goverments-box .name {
    font: 400 18px/19px "ProximaNova-Semibold", Helvetica, sans-serif;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-page .full-wh-dark-gray {
    padding: 36px 7%;
}
.home-page .full-wh-dark-gray .hs-left-img {
    width: 32%;
    text-align: center;
    padding-right: 15px;
}
.home-page .full-wh-dark-gray .hs-right-text {
    width: 68%;
    margin: 0;
}
.home-page .full-wh-dark-gray .hs-left-img .hs_cos_wrapper_type_linked_image a {
    display: inline-block;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.35);
    -o-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.35);
    -ms-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.35);
}
.home-page .full-wh-dark-gray .hs-right-text h1 {
    font: 400 20px/21px "ProximaNova-Semibold", Helvetica, sans-serif;
    color: #404040;
    margin: 0;
}
.home-page .full-wh-dark-gray .hs-right-text h2 {
    font: 400 40px/41px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #00427f;
    margin: 0;
    padding-top: 8px;
}
.home-page .full-wh-dark-gray .hs-right-text h3 {
    font: 400 16px/17px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #666666;
    margin: 0;
}
.home-page .full-wh-dark-gray .hs-right-text p {
    font: 400 20px/21px "ProximaNova-Light", Helvetica, sans-serif;
    color: #404040;
    max-width: 574px;
    margin-top: 10px;
    margin-bottom: 0;
}
.home-page .manage-dep {
    padding: 30px 7%;
}
.home-page .manage-dep .section-header h1 {
    font: 400 42.6667px/43px "ProximaNova-Regular", Helvetica, sans-serif;
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    color: #323e52;
}
.home-page .manage-dep .section-header p.secondary-header {
    font: 400 24px/25px 'ProximaNova-Bold';
    color: #666;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}
.home-page .manage-dep .widget-type-custom_widget {
    /*width: 33.33%;*/
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 0 30px;
}
.home-page .departments-list-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}
.home-page .department-list-item {
    text-align: center;
    max-width: 300px;
    flex: auto;
    width: 300px;
    padding: 10px;
}
.home-page .department-list-item a {
    color: #fff;
    text-decoration: none;
}
.home-page .custom-box-manage-dep a:hover {
    color: #f6b500;
    text-decoration: none;
}
.home-page .department-list-item .image_bg {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home-page .department-list-item:hover .image_bg {
    opacity: .6;
}
.home-page .department-list-item .title-box {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;*/
    background: rgba(0, 0, 0, 0.6);
    font: 300 21.3333px/57px 'ProximaNova-Semibold';
    white-space: nowrap;
    padding-top: 3px;
    color: #fff;
}
.home-page .custom-box-manage-dep .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home-page .custom-box-manage-dep a:hover .overlay {
    opacity: 1;
}
.home-page .manage-dep-see-all {
    text-align: center;
}
.home-page .manage-dep-see-all a {
    margin-top: 0;
}
.home-page .benefits-gov {
    padding: 15px 7%;
}
.home-page .benefits-gov .hs_cos_wrapper_type_header h3 {
    font: 400 42.6667px/43px "ProximaNova-Semibold", Helvetica, sans-serif;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 60px;
    color: #323e52;
}
.home-page .benefits-gov .benefits-box {
    text-align: center;
    margin-bottom: 40px;
}
.home-page .benefits-gov .benefits-box .hs_cos_wrapper_type_header h4 {
    font: 400 22.6667px/23px "ProximaNova-Bold", Helvetica, sans-serif;
    margin-top: 40px;
    margin-bottom: 26px;
    color: #333333;
    min-height: 46px;
}
.home-page .benefits-gov .benefits-box p {
    font: 400 14.6667px/16px "ProximaNova-Bold", Helvetica, sans-serif;
    color: #333;
    margin-top: 7.333px;
    margin-bottom: 40px;
    min-height: 48px;
}
.home-page .benefits-gov .benefits-box .benefits-lm {
    text-align: center;
}
.home-page .benefits-gov .benefits-box .benefits-lm a {
    margin-top: 0;
}
.home-page .resources-bt {
    padding: 80px 7% 60px;
}
.home-page .resources-bt .section-header h1 {
    font: 400 42.6667px/43px "ProximaNova-Semibold", Helvetica, sans-serif;
    color: #323e52;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.home-page .resources-bt .section-header p.secondary-header {
    font: 400 24px/25px "ProximaNova-Bold", Helvetica, sans-serif;
    color: #666;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.home-page .two-custom-list .title-list h3 {
    font: 400 29.3333px/31px "ProximaNova-Bold", Helvetica, sans-serif;
    color: #333;
    padding-top: 0;
    padding-bottom: 5px;
}
.home-page .two-custom-list .title-list p {
    font: 400 15px/16px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #333;
    padding-top: 7.5px;
    padding-bottom: 20px;
}
@media (max-width: 1199px) {
    .home-page .goverments-choose .goverments-box h2 {
        min-height: 70px;
    }
    .home-page .goverments-choose .goverments-box p {
        min-height: 120px;
    }
    .home-page .manage-dep .widget-type-custom_widget {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 979px) {
    .home-page .goverments-choose .goverments-box {
        width: 100%;
        margin: 0;
    }
    .home-page .goverments-choose .goverments-box h2 {
        min-height: 46px;
    }
    .home-page .full-wh-dark-gray .hs-left-img {
        width: 45%;
    }
    .home-page .full-wh-dark-gray .hs-right-text {
        width: 55%;
    }
    .home-page .goverments-choose .goverments-box .hs_cos_wrapper_type_header h2 {
        min-height: 1px;
    }
    .home-page .goverments-choose .goverments-box p {
        min-height: 106px;
    }/*
    .home-page .manage-dep .widget-type-custom_widget {
        width: 50%;
    }*/
    .home-page .benefits-gov .benefits-box {
        width: 50%;
        margin-left: 0;
        padding: 0 15px;
    }
    .home-page .benefits-gov .row-fluid > .benefits-box:last-child {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .home-page .benefits-gov .benefits-box .hs_cos_wrapper_type_header h4 {
        min-height: 1px;
    }
    .home-page .benefits-gov .benefits-box p {
        min-height: 136px; 
    }
    .bottom-group.home-rss .widget-type-raw_jinja {
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }
}
@media (max-width: 767px) {
    .slick-prev, .slick-next {
        display:none !important;
    }
    .home-page .goverments-choose,
    .home-page .full-wh-dark-gray,
    .home-page .manage-dep,
    .home-page .benefits-gov,
    .home-page .resources-bt,
    .bottom-group.home-rss {
        padding-left: 0;
        padding-right: 0;
    }
    .home-page .top-mobile-app .hs-left-img,
    .home-page .full-wh-dark-gray .hs-left-img {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .home-page .top-mobile-app .hs-right-text,
    .home-page .full-wh-dark-gray .hs-right-text {
        width: 100%;
        max-width: 100%;
    }
    .home-page .full-wh-dark-gray .hs-right-text h1 {
        padding-top: 36px;
    }
    .home-page .manage-dep .widget-type-custom_widget {
        width: 100%;
        padding: 0;
    }
    .home-page .benefits-gov .benefits-box {
        width: 300px;
        max-width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        padding: 0;
    }
    .home-page .goverments-choose .goverments-box h2 {
        min-height: 1px;
    }
    .home-page .goverments-choose .goverments-box p {
        min-height: 1px;
    }
}
@media (max-width: 690px) {
    .home-page .custom-banner-image .banner-text h1.banner-title {
        font: 400 34px/35px "ProximaNova-Semibold",Helvetica,sans-serif;
    }
}
@media (max-width: 425px) {
    .home-page .goverments-choose .hs_cos_wrapper_type_header h1 {
        font-size: 32px;
    }
}

/* Why GovPilot page */
.why-govp .body-container {
    padding-top: 0;
    padding-bottom: 0;
}
.why-govp .full-wh-manage-dep {
    font: 400 14.4px/16px "ProximaNova-Regular", Helvetica, sans-serif;
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/manage-bg.png') scroll 46% 0 no-repeat;
    background-size: cover;
    min-height: 772px;
    padding: 130px 5% 79px;
    color: #ccc;
}
.why-govp .full-wh-manage-dep .page-center .span2.widget-span {
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 40px;
}
.why-govp .full-wh-manage-dep a {
    color: #ffcc00;
    text-decoration: none;
}
.why-govp .full-wh-manage-dep h1,
.why-govp .full-wh-manage-dep h2,
.why-govp .full-wh-manage-dep h3,
.why-govp .full-wh-manage-dep h4,
.why-govp .full-wh-manage-dep h5,
.why-govp .full-wh-manage-dep h6 {
    color: #fff;
}
.why-govp .full-wh-manage-dep .hs_cos_wrapper_type_header h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 90px;
    color: #999;
    text-align: center;
}
.why-govp .full-wh-manage-dep h3 {
    font: 400 20px/21px "ProximaNova-Bold", Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}
.why-govp .full-wh-manage-dep p {
    margin-top: 0;
    margin-bottom: 10px;
}
.why-govp .full-wh-saver {
    background: #fff;
    padding: 90px 5% 110px;
}
.why-govp .full-wh-saver h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 90px;
    color: #999;
}
.why-govp .full-wh-impp {
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/bg-gray-ds.png') scroll 50% 0 no-repeat;
    background-size: 2000px 100%;
    padding: 90px 5% 110px;
}
.why-govp .full-wh-impp h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 90px;
    color: #999;
}
.why-govp .full-vh-enhc {
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/bg-gray-ds.png') scroll 50% 0 no-repeat;
    background-size: 2000px 100%;
    padding: 90px 5% 110px;
}
.why-govp .full-vh-enhc h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 90px;
    color: #999;
}
.why-govp .bottom-trusted {
    font: 400 14.4px/16px "ProximaNova-Regular", Helvetica, sans-serif;
    padding: 80px 5% 100px;
    background: #333;
    color: #fff;
    text-align: center;
}
.why-govp .bottom-trusted .hs_cos_wrapper_type_header h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 90px;
    color: #fff;
}
.why-govp .bottom-trusted p {
    margin-top: 20px;
    margin-bottom: 0;
}

.why-govp .mobile-sl {
    display: none;
}
.hs-inline-edit .why-govp .mobile-sl {
    display: block;
}
.why-govp .top-tile {
    background: #fff;
}
.why-govp .top-tile h1 {
    font: 400 40px/41px "ProximaNova-Light", Helvetica, sans-serif;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #9999;
    text-align: center;
}
.why-govp .mobile-sl h2,
.why-govp .desktop-sl h2 {
    font: 500 25.6px/27px "ProximaNova-Semibold", Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    color: #666;
}
.why-govp .mobile-sl p,
.why-govp .desktop-sl p {
    font: 300 16px/17px "ProximaNova-Regular", Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666;
}
.why-govp .mobile-sl .item-four,
.why-govp .desktop-sl .slide-item-4 {
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/happy-residents-bg.png') scroll 0 0 no-repeat;
    background-size: cover;
}
.why-govp .mobile-sl .item-six {
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/smart-phone-tablet.png') scroll -50px 100px no-repeat;
    background-size: 50% auto;
}
.why-govp .desktop-sl .slide-item-6 {
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/smart-phone-tablet.png') scroll -150px 250px no-repeat;
    background-size: 50% auto;
}
.why-govp .mobile-sl .item-one > .row-fluid-wrapper,
.why-govp .mobile-sl .item-two > .row-fluid-wrapper,
.why-govp .mobile-sl .item-three > .row-fluid-wrapper,
.why-govp .mobile-sl .item-four > .row-fluid-wrapper,
.why-govp .mobile-sl .item-five > .row-fluid-wrapper,
.why-govp .mobile-sl .item-six > .row-fluid-wrapper {
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/bg-gray-ds.png') scroll 50% 0 no-repeat;
    background-size: cover;
    padding: 100px 5%;
}
.why-govp .mobile-sl .clear-gray,
.why-govp .desktop-sl .clear-gray {
    margin-right: 20px;
}
.why-govp .mobile-sl .left-column {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin: 0;
}
.why-govp .mobile-sl .right-column {
    float: right;
    width: 50%;
    padding-left: 15px;
    margin: 0;
}
.why-govp .mobile-sl h3.slide-title,
.why-govp .desktop-sl h3.slide-title {
    display: none;
    width: 270px;
    max-width: 100%;
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/why-nav-current-m.png') scroll 50% 0 no-repeat;
    min-height: 51px;
    font: 300 14.5667px/44px "OpenSans-Bold";
    color: #7a7a7a;
    padding: 0 7px 15px;
    margin: 0 auto 40px;
}
.hs-inline-edit .why-govp .mobile-sl h3.slide-title,
.why-govp .desktop-sl h3.slide-title {
    display: block;
}
.why-govp .mobile-sl .item-four .left-column,
.why-govp .mobile-sl .item-six .left-column {
    display: none;
}
.hs-inline-edit .why-govp .mobile-sl .item-four .left-column,
.hs-inline-edit .why-govp .mobile-sl .item-six .left-column {
    display: block;
}

.why-govp .desktop-sl .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
    height: 650px !important;
}
.why-govp .desktop-sl .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
    height: 650px;
}
.why-govp .desktop-sl .hs_cos_gallery_main .slick-list {
    max-height: 100%;
}
.why-govp .desktop-sl .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    position: static !important;
}
.why-govp .desktop-sl [class*="slide-item-"] {
    padding: 60px 5% 30px;
    height: 100%;
}
.why-govp .desktop-sl .caption {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 650px !important;
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/bg-gray-ds.png') scroll 50% 0 no-repeat;
    background-size: cover;
}
.why-govp .desktop-sl .left-column {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.why-govp .desktop-sl .right-column {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.why-govp .desktop-sl .slide-item-1 .left-column {
    width: 500px;
    max-width: calc(50% - 11px);
    overflow: hidden;
    padding: 0;
}
.why-govp .desktop-sl .slide-item-1 .left-column video {
    margin-right: -10px;
    margin-bottom: -10px;
    max-width: 100%;
    height: auto;
}
.why-govp .desktop-sl .hs_cos_gallery_main .slick-dots {
    margin: 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: transparent;
}

@media (max-width: 991px) {
    .why-govp .mobile-sl {
        display: block;
    }
    .why-govp .desktop-sl {
        display: none;
    }
    .hs-inline-edit .why-govp .desktop-sl {
        display: block;
    }
    .why-govp .full-wh-manage-dep .page-center .span2.widget-span {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .why-govp .full-wh-manage-dep {
        font: 400 15.6px/22px "OpenSans-Regular", Helvetica, sans-serif;
        padding: 37px 0 24px;
        padding-bottom: 24px;
    }
    .why-govp .full-wh-manage-dep h3 {
        font: 400 18.7167px/27px "OpenSans-Bold", Helvetica, sans-serif;
    }
    .why-govp .full-wh-manage-dep .hs_cos_wrapper_type_header h1 {
        font: 400 22.8833px/32px "OpenSans-Light", Helvetica, sans-serif;
        color: #fff;
        margin-bottom: 69px;
    }
    .why-govp .full-wh-manage-dep .page-center .span2.widget-span {
        width: 100%;
        padding: 0;
    }
    .why-govp .full-wh-saver {
        padding: 31px 0;
    }
    .why-govp .full-wh-saver h1 {
        font: 400 26px/27px "ProximaNova-Light", Helvetica, sans-serif;
        margin-bottom: 78px;
        color: #999;
    }
    .why-govp .full-wh-impp {
        padding: 31px 0;
    }
    .why-govp .full-wh-impp h1 {
        font: 400 26px/27px "ProximaNova-Light", Helvetica, sans-serif;
        margin-bottom: 78px;
    }
    .why-govp .full-vh-enhc {
        padding: 31px 0;
    }
    .why-govp .full-vh-enhc h1 {
        font: 400 26px/27px "ProximaNova-Light", Helvetica, sans-serif;
        margin-bottom: 78px;
    }
    .why-govp .bottom-trusted {
        font: 400 15.6px/22px "OpenSans-Regular", Helvetica, sans-serif;
        padding: 31px 0;
    }
    .why-govp .bottom-trusted .hs_cos_wrapper_type_header h1 {
        font: 400 20.8px/30px "OpenSans-Light",Helvetica,sans-serif;
        margin-bottom: 10px;
    }
    .why-govp .bottom-trusted .page-center .span4.widget-span {
        margin-top: 52px;
    }
    
    .why-govp .mobile-sl .item-one > .row-fluid-wrapper,
    .why-govp .mobile-sl .item-two > .row-fluid-wrapper,
    .why-govp .mobile-sl .item-three > .row-fluid-wrapper,
    .why-govp .mobile-sl .item-four > .row-fluid-wrapper,
    .why-govp .mobile-sl .item-five > .row-fluid-wrapper,
    .why-govp .mobile-sl .item-six > .row-fluid-wrapper {
        padding: 60px 0 30px;
    }
    .why-govp .mobile-sl .left-column,
    .why-govp .mobile-sl .right-column {
        float: none;
        width: 100%;
        padding: 0 0 30px;
    }
    .why-govp .mobile-sl h3.slide-title {
        display: block;
    }
    .why-govp .mobile-sl .item-four,
    .why-govp .mobile-sl .item-six {
        background: none;
    }
    .why-govp .mobile-sl .item-four .left-column,
    .why-govp .mobile-sl .item-six .left-column {
        display: block;
    }
}


/* ==========================================================================
   Custom Modules
   ========================================================================== */

/* Two Column Equal List - Custom Module */
.solutions-page .full-wh-bg .full-wh-group > span > div > .two-custom-list {
    margin-top: -60px;
}
.two-custom-list .list-left,
.two-custom-list .list-right {
    min-height: 1px;
    width: 50%;
    float: left;
}
.two-custom-list .list-left {
    padding: 0 15px 30px 0;
}
.two-custom-list .list-right {
    padding: 0 0 30px 15px;
}
.two-custom-list a,
.two-custom-list a:hover {
    color: inherit;
    text-decoration: none;
}
.two-custom-list p {
    margin: 0;
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/check.jpg') scroll 0 0 no-repeat;
    padding-left: 36px;
    text-align: left;
}
.two-custom-list .title-list p {
    background: none
}
.two-custom-list .title-list h3 {
    font: 400 22px/23px "ProximaNova-Bold", "ProximaNova-Regular", Helvetica, sans-serif;
    margin: 0;
    background: url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/check.jpg') scroll 0 0 no-repeat;
    padding: 3px 0 16px 36px;
    text-align: left;
    color: #474747;
}
@media (max-width: 991px) {
    .two-custom-list .list-left,
    .two-custom-list .list-right {
        width: 100%;
        float: none;
        padding: 0 0 30px;
    }
}
@media (max-width: 520px) {
    .two-custom-list .title-list h3 {
        font: 400 18px/19px "ProximaNova-Bold", "ProximaNova-Regular", Helvetica, sans-serif;
    }
}

/* Custom List - Custom Module */
.custom-list {
    padding-bottom: 30px;
}
.custom-list .icon-list-img {
    width: 67px;
    height: 67px;
    float: left;
    margin-right: 15px;
}
.custom-list .list-text {
    width: calc(100% - 82px);
    float: right;
}
.custom-list .list-title h3 {
    font: 400 20px/21px "ProximaNova-Bold", Helvetica, sans-serif;
    margin: 4px 0 0;
    color: #333;
}
.custom-list .list-description {
    font: 400 18px/19px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #1a1a1a;
}
.custom-list .list-description * {
    font: 400 18px/19px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #1a1a1a;
    margin: 0;
}

/* Three Column Team Members - Custom Module */
.three-col-team-members {
    max-width: 1008px;
    float: none;
    margin: 0 auto;
}
.three-col-team-members .box-one,
.three-col-team-members .box-two,
.three-col-team-members .box-three {
    width: 33.33%;
    float: left;
    margin: 0;
    text-align: center;
    overflow: hidden;
    min-height: 1px;
}
.three-col-team-members .team-box {
    margin: 0 15px 20px;
    background: #fff;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -o-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -ms-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
}
.three-col-team-members .team-box .team-avatar {
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.three-col-team-members .team-box h3 {
    font: 400 20px/30px "ProximaNova-Regular",Helvetica,sans-serif;
    color: #005990;
    margin: 0;
    padding: 0;
}
.three-col-team-members .team-box p {
    font: 400 14px/21px "OpenSans-Italic";
    color: #333;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .three-col-team-members .box-one,
    .three-col-team-members .box-two,
    .three-col-team-members .box-three {
        width: 336px;
        max-width: 100%;
        float: none;
        margin: 0 auto;
    }
}

/* Background Separation line - Custom Module */
.custom-separator {
    max-width: 1008px;
    float: none;
    margin: 0 auto 20px;
    padding: 0 15px;
}
.custom-separator > * {
    height: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.sep-white {
    background: white;
}
.sep-black {
    background: black;
}
.sep-red {
    background: red;
}
.sep-blue {
    background: blue;
}
.sep-green {
    background: green;
}
.sep-gray {
    background: gray
}
.sep-yellow {
    background: yellow;
}
.sep-orange {
    background: #fdb813;
}

/* Solutions Box - Custom Module */
.custom-box-solutions {
    width: 333px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.custom-box-solutions a {
    text-decoration: none;
    outline: none;
    color: #fff;
}
.custom-box-solutions a:hover {
    color: #fdb813;
    text-decoration: none;
}
.custom-box-solutions .image_bg {
    display: block;
    width: 100%;
    padding-top: 63.67%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.custom-box-solutions .title-box {
    display: block;
    background: #333 url('//2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Backgrounds/software-modules-arrow.png') scroll calc(100% - 10px) 50% no-repeat;
    padding: 13px 43px 13px 44px;
    font: 400 14.4px/16px "ProximaNova-Regular";
    position: relative;
}
.custom-box-solutions .title-box .image_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
}

/* Three numbered boxes - Custom module */
.three-numbered-boxes .three-boxes {
    width: 33.33%;
    float: left;
    padding: 0 25px;
    min-height: 1px;
    margin-bottom: 40px;
}
.three-numbered-boxes .two-boxes {
    width: 50%;
    float: left;
    padding: 0 35px;
    min-height: 1px;
    margin-bottom: 40px;
}
.three-numbered-boxes .one-box {
    width: 100%;
    float: left;
    padding: 0 35px;
    min-height: 1px;
    margin-bottom: 40px;
}
.three-numbered-boxes .number {
    font: 400 26px/56px "ProximaNova-semibold", Helvetica, sans-serif;
    width: 56px;
    height: 56px;
    border: solid 2.5px #BCBBBB;
    color: #BCBBBB;
    background: transparent;
    margin: 0 auto 20px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.three-numbered-boxes .title-box {
    font: 400 20px/21px "ProximaNova-Bold", Helvetica, sans-serif;
    color: #666;
    margin-bottom: 20px;
}
.three-numbered-boxes .description-box {
    font: 400 14.4px/16px "ProximaNova-Regular", Helvetica, sans-serif;
    color: #666;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .three-numbered-boxes .three-boxes,
    .three-numbered-boxes .two-boxes,
    .three-numbered-boxes .one-box {
        width: 100%;
        float: none;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .three-numbered-boxes .title-box {
        font: 400 18.7167px/27px "OpenSans-Bold", Helvetica, sans-serif;
    }
    .three-numbered-boxes .description-box {
        font: 400 15.6px/22px "OpenSans-Regular", Helvetica, sans-serif;
    }
}
/* About Us Template*/
.about-us-module {
    display: flex;
    padding-bottom: 40px;
}
.about-us-items {
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
.about-us-content{
    padding: 15px;
    height: 180px;
    display: flex;
    flex-direction: column;
    color: #363e4e;
}
.about-us-title {
    font-weight: bold;
}
.about-us-link-a {
    color: #73dece;
}
.about-us-excerpt {
    flex: 1;
    overflow: hidden;
}

/********Case Studies Module********/
/*BESMIR ALIA - 2019-07-11 */
.main-case-study-mod {
    display: flex;
    padding-bottom: 40px;
}
.case-study-items {
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
.case-study-content{
    padding: 15px;
    height: 180px;
    display: flex;
    flex-direction: column;
    color: #363e4e;
}
.case-study-title {
    font-family: ProximaNova-Semibold;
    font-size: 20px;
    color: #333;
}
.case-study-link-a {
    color: #73dece;
}
.case-study-excerpt {
    flex: 1;
    overflow: hidden;
}

/*CASE STUDY TEMPLATE LANDING PAGE*/

.case-study-landing-page .case-study-module-name h1{
    color: #73dece;
    font-weight: bold;
    font-size: 32px;
}
.case-study-landing-page .case-study-print a {background: deepskyblue;padding: 5px 10px;border-radius: 5px;color: #fff;}
.case-study-landing-page .case-study-items-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.case-study-landing-page .case-study-item {
    min-width: 50%;
    width: 50%;
    flex: 1;
}

.case-study-landing-page .case-study-item-title {
    color: #73dece;
    font-weight: bold;
    font-size: 30px;
}

.case-study-landing-page .case-study-item-content {
    border-top: 2px solid #888;
    margin-right: 20px;
}

/*Case Study New
 * Besmir Alia 
 * 2020-06-21
 */
.main-case-study-module .row-fluid {
    display: flex;
}
.main-case-study-module .case-study-item {
    display: flex!important;
    flex-direction: row;
    margin-bottom: 50px;
    width:50%;
}
.main-case-study-module .case-study-item-image {
    width: 160px;
    background-position: center;
    background-size: cover;
}
.main-case-study-module .case-study-item-content {
    padding: 0 0 0 15px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    color: #363e4e;
    flex: 1;
}
.main-case-study-module .case-study-item-title {
    font-weight: bold;
}
.main-case-study-module .case-study-item-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.main-case-study-module .case-study-item-link {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 5px 15px 0;
}
.main-case-study-module .case-study-item-link-title {
    color: #43cda3;
    font-family: ProximaNova-Semibold;
    font-size: 15px;
}

.main-case-study-module .case-study-item-link-title:hover{
  color: #49deb1;
}

.main-case-study-module .case-study-item-link-population {
    font-size: 14px;
    color: #888;
}
/*Case Study Landing Mobile*/
@media (max-width: 576px){
  .main-case-study-module .row-fluid{
    flex-direction: column; 
  }
  .main-case-study-module .case-study-item{
    width: 100%;
  }
  .main-case-study-module .case-study-item-links{
    flex-direction: column;
  }
  .main-case-study-module .case-study-item-link{
    width: 100%;
    display: flex;
  }
  .case-study-landing-page .case-study-item {
    min-width: 100%;
  }
}

/*One line testimonial*/
.one-line-testimonial{
    background-color: #f7f7f7;  
}
.testimonial-card {
    display: flex;
    padding: 80px 50px;
    align-items: center;
    justify-content: space-around;    
}

.testimonial-author {
    font-weight: bold;
}
.testimonial-content {
    padding: 10px 25px;
}
.testimonial-text {
    margin-bottom: 30px;
}
.testimonial-text blockquote {
    margin-left: 0;
}

/*Testimonial Mobile*/
@media (max-width: 576px){
  .testimonial-card {
    padding: 80px 0px;
    justify-content: space-around;    
  }
  .testimonial-img{
    display: none; 
  }
  .testimonial-content {
    padding: 10px 0px;
  }
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


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

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


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

@media (max-width: 767px) {
    p {
        font-weight: 400;
    }
}

@media (max-width: 520px) {
    body {
        font-family: "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 26px;
    }
    /*
    h1 {
        font: 400 28px/29px "ProximaNova-Regular", "ProximaNova-Regular", Helvetica, sans-serif;
    }
    h2 {
        font: 400 26px/27px "ProximaNova-Semibold", "ProximaNova-Regular", Helvetica, sans-serif;
    }
   */
}


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

@media (max-width: 480px) {
    form.hs-form fieldset[class*="form-columns"] .hs-form-field {
        width: 100% !important;
        padding: 0 !important;
    }
    form.hs-form fieldset[class*="form-columns"] .hs-input {
        width: 100% !important;
    }
}

/* ==========================================================================
   MODAL WINDOW                              
   ========================================================================== */
   
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
/*
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 728px;
	background: #eee no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
*/

.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -640px;
	width: 1280px;
	height: 728px;
	background: #eee no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

@media (max-width: 900px) {
  .reveal-modal {
      position: fixed;
      top: 58px !important;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 10px;
  }
}

@media (max-width: 360px) {
  .reveal-modal {
      padding: 4px;
  }
}
	
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}

/* ==========================================================================
   CATALOG                              
   ========================================================================== */

.catalog-page .catalog-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    width: auto;
}

.catalog-page .catalog-header.fixed .white-bg {
    background-color: #ffffff;
}

.catalog-page .catalog-table-header.fixed {
    z-index: 98;
}

.catalog-page h1 {
    font: 400 58px "ProximaNova-Semibold",Helvetica,sans-serif;
    color: #323e52;
    margin: 0 0 40px;
}

.catalog-page .widget-type-text {
    font: 20px "ProximaNova-Regular",Helvetica,sans-serif;
    color: #777777;
    line-height: 28px;
    margin: 0 0 20px;
}

.catalog-page .search-bar {
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #4d4d4d;
}

.catalog-page .search-bar #catalog-search {
    min-height: 0;
    height: 32px;
}

.catalog-page .department-list>.hs_cos_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.catalog-page .department-list .hs_cos_wrapper_type_custom_widget {
    flex: 1 1 auto;
    text-align: center;
    margin-bottom: 16px;
}

.catalog-page .all-top-list .hs_cos_wrapper_type_custom_widget {
    text-align: center;
    float: left;
    margin-top: 4px;
    margin-bottom: 12px;
}

.catalog-page .catalog-department-filter {
    font: 22px "ProximaNova-Regular",Helvetica,sans-serif;
    color: #ffffff;
    background-color: #3ab3e0;
    margin: 0 10px;
    padding: 6px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.catalog-page .catalog-department-filter.selected {
    background-color: #fdb715;
}

.catalog-page .hs_cos_wrapper_type_custom_widget:first-child .divider {
    display: none;
}

.catalog-page .divider {
    color: #b3b3b3;
    font: 22px "ProximaNova-Semibold",Helvetica,sans-serif;
    float: left;
}

.catalog-page .catalog-department {
    margin-bottom: 60px;
}

.catalog-page .catalog-table-header {
    border: 1px solid #d0d7e5;
    background-color: #f4f6fa !important;
    padding-left: 30px;
}

.catalog-page .catalog-table-header.catalog-table-header-placeholder {
    position: relative;
    z-index: -99;
}

.catalog-page .catalog-department h1,
.catalog-page .catalog-table-header h1 {
    font: 20px "ProximaNova-Bold",Helvetica,sans-serif;
    color: #305ca6;
    margin: 18px 0 18px;
}

.catalog-page .catalog-table-header h1 {
    font: 18px "ProximaNova-Bold",Helvetica,sans-serif;
    color: #333333;
}

.catalog-page .catalog-department .catalog-process {
    font: 18px "ProximaNova-Regular",Helvetica,sans-serif;
    color: #4d4d4d;
    border-left: 1px solid #d0d7e5;
    border-right: 1px solid #d0d7e5;
    border-bottom: 1px solid #d0d7e5;
    line-height: 60px;
    padding-left: 30px;
}

.demo-button img,
.brochure-button img,
.form-button img {
    position: relative;
    top: -16px;
}

.catalog-page #catalog-book-a-demo{
  background: orange;
  width:300px;
  font-size: 24px;
  color:#fff;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  bottom: 90px;
  right: 15px;
  display: none;
}
.catalog-page #catalog-book-a-demo a{
  font-size: 24px;
  color:#fff;
}

.catalog-page .reveal-modal {
    padding: 15px;
    background: #ffffff;
    overflow: auto;
}

.catalog-page .reveal-modal .form-wrapper {
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.catalog-page .reveal-modal .hs-button.primary, input[type="submit"] {
    color: #ffffff;
    background: #337ab7;
    border-color: #337ab7;
    padding: 15px;
    margin: 0;
    min-height: 0;
}

.catalog-page iframe {
    width: 100%;
    height: 95%;
    border: 0;
}

.catalog-page .hs-form .hs-error-msgs {
    display: none !important;
}

.catalog-page .form-title,
.catalog-page .hs-input {
    margin-top: 0;
    margin-bottom: 28px;
}

.close-popup {
    padding: 5px;
    text-align: right;
    border-radius: 4px;
    color: #fff;
    font-size: 1.8em;
    margin-top: -5px;
    margin-bottom: 5px;
    display:block;
}
.close-popup a{
    color: #888;
}

@media (max-width: 767px) {
  /*  
  .hs-image-widget {
        display: none;
    }
    */
    .catalog-table-header > div > div > .span6,
    .catalog-process > div > .span6 {
        width: 48.618784527%;
        float: left;
    }
    
    .catalog-table-header > div > div > .span3,
    .catalog-process > div > .span3 {
        width: 22.928176794%;
        margin-left: 2.762430939%;
        float: left;
    }
    
    .catalog-table-header > .row-fluid-wrapper > .row-fluid > .widget-type-section_header,
    .catalog-process > .row-fluid > .widget-type-section_header {
        width: 33%;
        height: 60px;
        float: left;
        text-align: center;
    }
    
    .catalog-table-header > .row-fluid-wrapper > .row-fluid > .widget-type-section_header:first-child,
    .catalog-process > .row-fluid > .widget-type-section_header.process-name {
        width: 100%;
        text-align: left;
    }
    
    .catalog-header.fixed {
        position: static !important;
    }
    
    .catalog-header-placeholder,
    .catalog-table-header-placeholder {
        display: none !important;
    }
}

@media (max-width: 490px) {
    .catalog-page h1 {
        font-size: 40px;
    }
    
    .catalog-page  .catalog-table-header h1 {
        font-size: 12px;
    }
    
    .catalog-page .catalog-department .catalog-process {
        font-size: 14px;
    }
}

/* ==========================================================================
   BOOK A CONSULTATION                              
   ========================================================================== */
.book-consultation {
    margin-bottom: 20px;
}

.book-consultation h1 {
    text-align: center;
    font-size: 44px;
}

.book-consultation .secondary-header {
    text-align: center;
    font-size: 24px;
    padding: 0 22%;
    color: #777777;
}

.book-consultation .lightbulb-img {
    text-align: center;
    margin-bottom: 60px;
}

.book-consultation .benefits {
    margin: 40px 0 20px;
}

.book-consultation .benefits .widget-type-text {
    color: #323e52;
    line-height: 28px;
    padding-top: 2px;
    padding-left: 50px;
    margin-bottom: 12px;
    margin-left: 40px;
}

.book-consultation .benefits .widget-type-text.chain-icon {
    background: url('https://2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Images/chain_icon.png') scroll 0 0 no-repeat;
}

.book-consultation .benefits .widget-type-text.cloud-icon {
    background: url('https://2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Images/cloud_icon.png') scroll 0 0 no-repeat;
}

.book-consultation .benefits .widget-type-text.heart-icon {
    background: url('https://2857984.fs1.hubspotusercontent-na1.net/hubfs/2857984/GovPilot_Apr2017/Images/heart_icon.png') scroll 0 0 no-repeat;
}

.book-consultation .widget-type-text span {
    font-family: "ProximaNova-Light";
}

.book-consultation .widget-type-text.contact-us {
    color: #777777;
}

.book-consultation .widget-type-text.contact-us span {
    font-family: "ProximaNova-Regular";
}

.book-consultation .banner-form .page-center .span12.widget-span {
    position: static;
    margin-left: 50px;
}

.book-consultation .banner-form {
    background: 0;
    padding: 0;
}


#calendar-modal input, #calendar-modal button{
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    -ms-transition: unset !important;
    transition: unset !important;
}

.star-rating {
    min-height: auto!important;
    margin-bottom: 5px !important;
}
.star-orange {
    color: orange;
}
.star-gray {
    color: #ddd;
}

/*HOMEPAGE TICKER*/
.ticker-container-wrapper {
    height: 46px;
    position: fixed;
    top: 60px;
    z-index: 101;
    width: 100%;
    background: rgba(57, 215, 172, .75);
    align-items: center;
    display: flex;
    justify-content: center;
}

.ticker-link, .ticker-link:hover {
    font-family: "ProximaNova-Regular",Helvetica,sans-serif;
    font-size: .80em;
    margin-left: 30px;
    color: #fff;
}

.ticker-img {
    width: 40px;
}
.mg-l-20 {
    margin-left: 20px;
}


.home-page #govtech{
    display:inline-flex !important;

    /*position: absolute;
    top: 0;
    right: 0px;*/
    vertical-align: top;
    align-items: center;
}

.home-page #govtech-link {
    text-decoration: none;
    vertical-align: middle;
    width: 250px;
    font-size: 24px;
    font-family: ProximaNova-SemiBold;
    margin-left: 25px;
}

.home-page #govtech-img{
    width:140px;
}
@media (max-width: 480px) {
    .home-page #govtech {
        position: inherit;
    }
    .home-page #govtech-link {
        font-size: 20px;
    }  	
    #banner-form {
      display: none;
    }
}
/* Besmir Alia 2020-08-05*/
.book-consultation-with-testimonial .body-container{
  padding-bottom: 0;
}
.book-consultation-with-testimonial .mt-0 .section-header h1{
  margin-top: 0; 
}
/*Besmir Alia 2018-08-09*/
/*#banner-form */.request-a-demo-form label, .request-a-demo-form label {
    display: none;
}
/*#banner-form */.request-a-demo-form input {
    font-size: 14px!important;
}
.request-a-demo-form .actions{
 	display: flex;
  align-items: center;
  justify-content: center;
}
.request-a-demo-form .actions input {
    min-height: 30px;
    margin: 0 !important;
    padding: 10px !important;
    font-size: 16px !important;
    background-color: #fdb813;
    border-color: #fdb813;
    color: #fff;
    width: 100%;
}
#login-form-wrapper {
    background: linear-gradient(to top,#fff 0%,rgba(240,240,250,.5) 100%);
    border-radius: 5px;
    padding: 20px;
    font-size: 1em;
}
.text-right {
    text-align: right;
}

a.forgot-link {
    font-size: 14px;
    text-decoration: none!important;
    color: #42b3e6!important;
    padding-top: 15px;
}

#login-form .actions {
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
}

#login-form button {
    font-size: 16px;
    background: #42b3e6;
    border: 1px solid #42b3e6;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    /* font-weight: bold; */
    font-family: 'ProximaNova',Helvetica,sans-serif;
    /* text-transform: uppercase; */
    cursor: pointer;
    width: 100%;
}

#login-form .gp-input {
    min-height: unset;
    padding: 9px!important;
  	margin-bottom: 15px;
}
#login-form #msg {
    color: red;
    font-size: 14px;
}
#login-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
    opacity: 1; /* Firefox */
  	font-size: 16px;
}

#login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
  font-size: 16px;
}

#login-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
  	font-size: 16px;
}

#breaking-banner{
    background: #fa6400;
    /*opacity: 0.7;*/
    text-align: center;
    padding: 5px;
    font-size: 16px;
}
#breaking-banner .breaking-banner-link{
  color:#fff; 
}
/*hide on /free page*/
.free-landing #breaking-banner {
    display: none;
}
/*
 * BESMIR ALIA - 2020-01-27
 * NEW CONTACT US PAGE
 */
.contact-page #contact-us-ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
    list-style-type: none;
}
.contact-page #contact-us-ul li {
  float: left;
    width: 50%;
    position: relative;
    padding-left: 22px;
    text-align: left;
    margin-bottom: 8px;
}
.contact-page #contact-us-ul li a{
  color: #343e50;
  font-size: 16px;
  text-decoration: none;
  outline: none;
}

/*AUCTION LANDING PAGE
 * BESMIR ALIA
 * 2020-10-25
 */
.auction-page .custom-banner-image .banner-text *{
    color: #fff
}
.auction-page .custom-banner-image .banner-text
{
    padding-top: 140px
}
/*HOW IT WORKS PAGE*/
.how-it-works-form label {
  display: none; 
}
.how-it-works-form input[type="submit"] {
  width: 100%!important;
  padding: 10px 0!important;
  min-height: unset!important;
}

/*new home page*/
.do-more-section{
  padding: 60px 0;
}
.do-more-section .header h1{
  font-family: 'ProximaNova-Semibold'; 
  color: #343e50;
  margin-bottom: 5px;
}
.do-more-section .subline{
  margin-bottom: 10px;
}
/*********Two col mod****/
.image-on-right-position .content-mod, .image-on-left-position .content-mod{
  max-width:60%;
  flex:0 0 60%;
}
.image-on-right-position .image-mod, .image-on-left-position .image-mod{
  max-width:40%;
  flex:0 0 40%;
  order: 2;
}
.image-on-left-position .content-mod {
	order: 2;
  padding-left: 70px;
}
.image-on-right-position .content-mod {
	padding-right: 70px;
}
.content-mod h2 {
  font-weight: ;
  font-family:;
}
.two-flex-col-mod .mod-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.two-flex-col-mod .mod-items{
  margin-bottom: 120px;
}
.two-flex-col-mod .mod-items:last-child {
	margin-bottom: 0px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 30px;
}
.section-title, .two-flex-col-mod .content-mod h1, .section-title h1 {
  font: 400 34px/35px "ProximaNova-Semibold",Helvetica,sans-serif;
}