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

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

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

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


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

/* global styles */
h1, h2, h3, h4, h5 {
    font-family:'Sintony','Sans-serif';
    font-weight:400;
}
.container-fluid {
     padding-right: 0px !important; 
    padding-left: 0px !important;
    margin-right:auto;
    margin-left:auto;
}


body {
    font-family: font-family: 'Lato', sans-serif;
    max-width: 100%;
    overflow-x: hidden;

}

html, html a {
    -webkit-font-smoothing: antialiased!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility; 
}


footer { 
    background: #ddd;
    height:280px;
}


/* navbar styles */

body {
    padding-top: 60px;
}

header {
    background: white;
    height: 60px;
    position: fixed;
    top: 0;
   transition: top 0.05s ease-in-out;
    width: 100%;
    z-index:250;
    border-bottom: 1px solid #ddd;
}

.nav-up {
    top: -60px;
}


    .navbar {
            padding-right: 0;
            padding-left: 0;
            }
            
 @media (max-width: 930px) { 
     #logo {width:100%; padding-left: 0%;}
     
     } 

 @media (min-width: 931px){ 
     #logo {padding-left:0%;}
     
     } 

@media (max-width: 435px) {
.navbar-brand {
    max-width: 225px;
    padding-top: 20px !important;
}
}

.nav-down {
     box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.navbar-toggle {
    border: 1px solid #1a2841 !important;
    z-index: 3;
}

@media (min-width: 768px) and (max-width: 805px) {
   /* .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    } */
    .navbar-header {
        max-width:220px;
    }
}

#action:hover {
                color: white  !important;
                    } 
                
#action {
  position: relative;
display:block;
  margin: 5px 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left:10px;
  padding-right:10px;
  color: #383736;
 /* border: 2px #1a2841 solid; */
  border-radius: 4px;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.12s ease-in;
  -o-transition:      0.12s ease-in;
  -ms-transition:     0.12s ease-in;
  -moz-transition:    0.12s ease-in;
  -webkit-transition: 0.12s ease-in;
}

@media (min-width: 768px) {
    #action {margin: 10px 7px;}
    
    }

.active {background-color:transparent;}

.fill:hover {
  color: whitesmoke;
}

.fill:before {
  content: "";
  position: absolute;
  background: #ea526f;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.13s ease-in;
}

.fill:hover:before {
  top: 0;
  padding-right: 5px;
}

.nav>li>a {
    font-family: 'Lato', 'sans-serif';
    font-weight:400;
    font-size:1.2em;
    color:#1a2841 !important;
    transition: color .2s ease;
    cursor:pointer;
    text-transform: uppercase;
}

.nav>li>a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color:#239e99 !important;
    cursor:pointer;
}


.pull-right {
    background-color: white;
    
    }
    
@media (max-width: 767px) {
    .navbar-nav {margin-top: 0px !important;}
    .pull-right {opacity: .9;
    padding: 10px;
    margin-top:-5px;}
    #action {padding-right: 9px;}
}

.menucon { 
        font-family: 'Lato", 'Sans-serif';
        font-weight:300;
        font-size: .8em;
        color: #1a2841;  
}

/* blog subscribe bar styles */

#sticky {

}

#sticky.stick {
    margin-top: -15px !important;
    margin-left: 0px !important;
    z-index: 10000;
    background-color: rgba(26, 40, 65, 0.5);
    padding-top: 10px;
    width: 100% !important;
}
#sticky.stick2 {
    margin-top: -15px !important;
    margin-left: 0px !important;
    z-index: 10000;
    background-color: transparent;
    width: 100% !important;
}

.carl {
    margin-top:-30px;
}


@media (max-width:767px){
    #sticky.stick {
         margin-top: -20px !important;
         padding-bottom: -5px !important;
    }
    #sticky.stick2 {
    margin-top: -20px !important;
}
    .blog-posts .header-background {
    padding-bottom:40px!important;
}
.hs_submit {
    padding-bottom: 10px !important;
}
}

/* end of blog subscribe bar styles */



/* end of navbar styles */

/* modal contact styles */




.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}
    .overlay-content {
        display: none;
        background: #fff;
        padding: 1%;
        width: 70%;
        position: absolute;
        top: 15%;
        left: 50%;
        margin: 0 0 0 -35%; /* add negative left margin for half the width to center the div */
        cursor: default;
        z-index: 10001;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0,0,0,0.9);
    }

    .close-btn {
        cursor: pointer; 
        font-size: 1.3em;
        position:relative;
        float:right;
        margin-top:0;
        height:90%;
        margin-bottom:5%;
        
    }
    
            #modal-head {
        font-family: 'Sintony', 'Sans-serif';
        font-weight:400;
        font-size: 2.1em;
        }
    
 /*   .modality {
        background-color: #efefef;
        width: 100% !important;
        height: 200% !important;
        
} */


.form-prompt {
    font-family: 'Lato', 'Sans-Serif';
    font-weight:300;
}

#phone {text-align: center; 
        padding:15%;
        font-family: 'Lato', 'Sans-serif' !important;
        font-weight:400 !important;
        font-size: 1.3em;
        color:#279af1 !important;
        margin-top:40px;
        }
        
.coldcall {
      font-family: 'Lato', 'Sans-serif';
        font-weight:300;
}        



/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px){

    .overlay-content {
        width: 96%;
        margin: 0 2%;
        left: 0;
    }
}
/* end of modal contact styles */

/* footer styles */

.footer2 {
    background: #191308;
    padding-top:30px;
    padding-bottom:70px;
}

.footer-logo-box {
    padding:5% 2%;
}

.footer-menu-box{
    padding-top:5%;
}
    
.contact-f:hover {
    color:#239e99;
    cursor:pointer;
}    

.footer2-copyright {
        color:white;
    line-height:2em;
    text-transform: uppercase;
    font-family:'lato','sans-serif';
    font-weight:300;
    font-size:10px;
    letter-spacing:3px;
    padding-top:5px;
    }

.footer-address p, .footer-address a {
    color: white;
    text-transform: uppercase;
    font-family:'lato','sans-serif';
    font-weight:300;
    font-size:16px;
    letter-spacing:1px;
}

.footer-address a:hover {
text-decoration:none;
}

.follow-me img {
    width:35px;
}


.follow-me a:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}

.footer-menu-header{
        color:white;
    line-height:2em;
    text-transform: uppercase;
    font-family:'lato','sans-serif';
    font-weight:400;
    font-size:16px;
}

.footer-menu-list {
    list-style:none;
    color:white;
    line-height:2em;
    text-transform: uppercase;
    text-align:left;
    cursor:pointer;
}

.footer-menu-list ul {
    padding:0;
}

.footer-menu-list li {
    list-style:none;
    color:white;
    line-height:2em;
    text-transform: uppercase;
    font-family:'lato','sans-serif';
    font-weight:300;
    font-size:16px;
    letter-spacing:1px;
    text-align:left;
}

.footer-menu-list a {
    text-decoration:none;
    color:white;
}

.footer-menu-list a:hover {
    color:#239e99;
}

@media (max-width:767px) {
    .footer-menu-list li {
        text-align:center;
    }
    .footer-menu-header {
        text-align:center;
    }
    
        .footer-address p {
        text-align:center;
    }
    .footer-logo img {
        width:200px !important;
        padding-bottom:5px;
        margin-bottom:5px;
    }
    .footer2 {
    padding-top:50px;
    padding-bottom:50px;
}
.follow-me p {
    text-align:center;
}
}

.mobile-blog {
   /* padding-top:45px; */
    color:#239e99;
    text-decoration:none;
}

.mobile-blog a {
    padding-top:45px;
    color:#239e99;
    text-decoration:none;
}


.footer-copyright-lp {
    text-align:center;
    color:white;
    font-weight:300;
    font-size:12px;
    font-family: 'lato', 'sans-serif';
    letter-spacing: 2px;
}

/* end of footer styles */

/* end of global styles */


/* home page styles */

.hero-image {
    background-image: url("//cdn2.hubspot.net/hubfs/35287/hero6.jpg?t=1494881062018");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position: center center;
    background-repeat: repeat, no-repeat;
    min-height:400px;
    padding-bottom:10px;
}


.hero-image:before  {
    content: '';
        position: absolute;
        top: 0;
		right: 0;
		bottom: 0;
		left: 0;
        background-color:#1a2841;
		background-image: linear-gradient(to bottom right,#1a2841,#239e99);
            background: -moz-linear-gradient(to bottom right,rgba(26,40,65,0.7) 0,rgba(35,158,153,0.7) 100%);
    background: -webkit-linear-gradient(to bottom right,rgba(26,40,65,0.7) 0,rgba(35,158,153,0.7) 100%);
    background: linear-gradient(to bottom right,rgba(26,40,65,0.7) 0,rgba(35,158,153,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a2841',endColorstr='#239e99',GradientType=1);
    z-index:1 !important;
  }

.hero-image .lift {
    z-index:5 !important;
    position:relative;
}

.hero-image-headline {
        padding-top: 10px;
    padding-bottom: 15px;
        text-align:center;
    font-size:5rem;
    font-family:'Sintony', sans-serif;
    font-weight:700;
    color:white;
}

.hero-image-subhead {
    color:white;
    font-family: 'Lato' , 'sans-serif';
    font-weight:300;
    font-size:24px;
    padding-bottom:80px;
    position:relative;
    z-index: 5;
}

.hero-button {
    position:relative;
    z-index:5;
    font-size:18px;
    background-color
    border-radius: 3px;
    padding-top:30px;
    padding-bottom:8%;
}

.hero-button-cta:hover {

}

.hero-image {
    text-align:center;
    padding-top:17%;
    padding-bottom: 10px;
}

.slide-contain {
    position:relative;
    z-index:5;
}

.hero {
    position:relative;
}

.client-logo-slider{
   display:none;
}

.slick-initialized {
    display:block;
}

.client-logo-slider div {
    height:100px;
    background-size:cover;
    background-position:center;
        opacity: .9;
}


 @media (min-width:436px) and (max-width:767px) {
     .hero-image-headline {
    font-size:4rem;
    font-family:'Sintony', sans-serif;
    font-weight:700;
    color:white;
     }
 }
     

  @media (max-width:435px) {
    .hero-image {
    background-image: url("//cdn2.hubspot.net/hubfs/35287/hero-small.jpg?t=1494881062018");
    padding-top: 40%;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
}
.hero-image-headline {
        text-align:center;
    font-size:3rem;
    font-family:'Sintony', sans-serif;
    font-weight:700;
    color:white;
}
.hero-button {
    position:relative;
    z-index:5;
    font-size:18px;
    border-radius: 3px;
    padding-top:25px;
    padding-bottom: 25%;
}
.hero-image-subhead {
    color:white;
    font-family: 'Lato' , 'sans-serif';
    font-weight:300;
    font-size:24px;
    padding-bottom:40px;
    position:relative;
    z-index: 5;
}

.client-logo-slider div {
    height:150px;
    background-size:cover;
    background-position:center;
}
}


.p3-wrapper {
    padding-top:2.5%;
    padding-bottom:5%;
}

.p3-picture {
    padding-top:1%;
    padding-bottom:1.5%;
}


.healthy-funnel-headline {
    text-align:center;
    font-family:'Sintony' , 'sans-serif';
    font-weight:700;
    color: #191308;
    font-size:3.5rem;
}

.healthy-funnel-paragraph {
    font-family: 'Lato' , 'sans-serif';
    font-weight:300;
    font-size:18px;
    line-height:1.6em;
}

.p3-columns {
    padding-top:3%;
}

.p3-column-item a {
    color:#239e99;
    text-transform:uppercase;
    font-family:'Lato' , 'sans-serif';
    font-weight:400;
}

.p3-column-item p {
    font-family:'Lato' ,'sans-serif';
    font-weight:300;
    font-size:18px;
}

@media (min-width: 768px) {
.p3-column-item:nth-last-child(1) {
    border-right: 0;
}
.p3-column-item {
    border-right: 1px solid #ddd;
    padding: 10px 25px;
}
}

.p3-column-item span.glyphicon:nth-last-child(1) {
    margin-left:-7px;
    transition: all 0.7s ease;
}

.p3-column-item:hover span.glyphicon:nth-last-child(1) {
    margin-left:0px;
    padding-left:5px;
}

.p3-column-item:hover a {
    color:#279af1;
}

@media (max-width:767px) {
    .p3-wrapper {
        padding-top:60px;
        padding-bottom:60px;
    }
    .p3-column-item{
    margin-top:25px;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.p3-column-item:nth-last-child(1) {
    border-bottom: 0;
}
.healthy-funnel-paragraph {
    padding:10px;
}
}


.aaisp-cred {
    font-family:'Lato', sans-serif;
    color:white;
    font-weight: 350;
    font-size: 1.3em;
    text-align: center;
}

.aaisp-medals {
    padding-top:7%;
    padding-bottom:3%;
}

@media (min-width:767px) and (max-width:992px) {
    .aaisp-medals {
        padding-top:10%;
    }
}

  @media (min-width:768px) { 
      .aaisp-cred {
          padding-top: 5%;
          padding-bottom:5%;
      } }
      

     .full-width-bg22 {
          background:#1a2841; 
          margin-top: 0;
          padding-top:1.5%; 
          padding-bottom: 1.5%;
          
     }
     
     @media (max-width:767px) {
              .full-width-bg22 {
        padding-top:80px;
        padding-bottom:80px;
     }

     }

.resource-topic-buttons {
    padding-bottom:10%;
    padding-top:5%;
}

.resource-topic-buttons-cta {
        padding: 40px 0px 40px 0px;
}


     .resources-snapshot-description {
    font-family:'Sintony', sans-serif;
    font-weight:400;
    color:black;
    padding-top:5%;
     }
     
          .resources-snapshot-description h5 {
    font-family:'Sintony', sans-serif;
    font-weight:700;
    color:black;
    font-size:1.5em;
    line-height: 1.4em;
     }

    .resources-snapshot-wrapper {
   background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/home-resources-button-bg.jpg?t=1494881062018");
    background-size: cover !important;
    background-position: 50%!important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    position:relative;
} 


 .resources-snapshot-wrapper .lift {
    z-index:5 !important;
    position:relative;
}

.resources-snapshot-coverlay {
            background: rgba(255,255,255,0.8);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    padding-top:80px;
    padding-bottom:0px;
}



.resources-snapshot-description {
    font-size: 1.3em;
    padding-top:1.5%;
}

.homepage-blog-subscribe-wrapper {
    background-color:#457c8f;
    padding-top:2rem;
    padding-bottom:2rem;
    text-align:center;
}

@media (max-width:768px) {
    .resources-snapshot-wrapper{
        background-image:none;
        background-color: #9fa3b8;
    }
    .homepage-blog-subscribe-wrapper {
    background-color:#457c8f;
    padding-top:60px;
    padding-bottom:60px;
    text-align:center;
}
}

.home-blog-subscribe-bar-text {
    font-family:'sintony' , 'sans-serif';
    font-weight:300;
    font-size:2rem;
    padding-top:5rem;
    color:white;
}

.homepage-subscribe-form .hs-error-msgs.inputs-list label {
    display: none;
}
.homepage-subscribe-form  {
    padding: 0;
    padding-top:2rem;
}
.homepage-subscribe-form  div.input {
    width: 70%;
    display: inline-block;
    float: left;
}
.homepage-subscribe-form  div.hs_submit {
display: inline-block;
    float: left;
    padding-left: 0;
    padding-top: 0;
}
.homepage-subscribe-form .hs_cos_wrapper_type_form input[type="email"], .homepage-subscribe-form input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 0px 0 0 0px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #808080;
    height: 45px;
    padding: 10px 15px;
    margin: 0 0 20px;
}
.homepage-subscribe-form  .hs_submit div.actions {
    margin: -40px 0 0 0px !important;
}
.homepage-subscribe-form  .hs-button.primary.large {
    background: #279af1;
    font-size: 16px;
   border-radius: 0px 3px 3px 0px;
   border:none;
   color:white;
    height: 45px;
    padding: 10px;
}
.homepage-subscribe-form .hs-form-required {
    display: none;
}


@media (max-width: 1025px) {
    
    .homepage-subscribe-form  div.input {
        width: 60%;
    }
    .homepage-subscribe-form  div.hs_submit {
        width: 35%;
    }
    
}


@media (max-width: 768px) {
    .homepage-subscribe-form .hs-button.primary.large{
        font-size: 12px;
    }
    .hs-form fieldset.form-columns-2 .input {
        width: 97.5%;
    }  
    .homepage-subscribe-form .hs-button.primary.large {
        font-size: 14px;
    }
}

@media (max-width: 767px) { 
    .homepage-subscribe-form  div.input {
        width: 70%;
    }
    .homepage-subscribe-form  div.hs_submit {
        width: 30%;
    }
    .homepage-subscribe-form  .hs-button.primary.large {
        padding: 10px 25%;
    }
      
}


      .recent-wrapper {
          background-color:#efefef;
          padding-top:60px;
          padding-bottom:60px;
      }
      
      .recent-wrapper-headline {
                    color:#191308;
          font-family: 'sintony' , 'sans-serif';
          font-size:2.5rem;
          font-weight:700;
          padding-top:20px;
          padding-bottom:40px;
      }
      
      .recent-wrapper p  {
          color:#191308;
          font-family: 'Lato' , 'sans-serif';
          font-weight:300;
          text-align:left;
      }
      
      .recent-wrapper h1 , .recent-wrapper h2 , .recent-wrapper h3 {
          color:#191308;
          font-family: 'Lato' , 'sans-serif';
      }
      

.home-hightlight {
    transition:all .2s ease-in-out;;
}

 .widget-span.home-highlight:hover {
    box-shadow: 0 50px 80px -40px rgba(0,0,0,.55),0 25px 25px -20px rgba(0,0,0,.55);
} 

.glj-feature {
    padding:20px 20px 40px 20px
}

.glj-feature p {
    font-size:16px;
}


.recent-feature-top {
    padding:30px;
    border-bottom: 1px solid #d7ddee;
}

.recent-feature-btm {
    padding:30px;
}

.recent-feature-btm-row {
        padding: 30px;
    border-right: 1px solid #d7ddee;
}

@media (max-width:767px) {
  .glj-feature {
    border-bottom: 1px solid #d7ddee;
}  
.recent-feature-btm-row {
        padding: 30px;
    border-bottom: 1px solid #d7ddee;
}
.recent-feature-btm{
    border-bottom: 1px solid #d7ddee;
}

}



/*  end of home page styles */

/*  start of resources styles */
/*
.full-width-bg-6 {
    background: #9fa3b8;
    background: -moz-linear-gradient(65deg,#9fa3b8 0,#457c8f 70%,#457c8f 100%);
    background: -webkit-linear-gradient(65deg,#9fa3b8 0,#457c8f 70%,#457c8f 100%);
    background: linear-gradient(65deg,#9fa3b8 0,#457c8f 70%,#457c8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fa3b8',endColorstr='#457c8f',GradientType=1);
    z-index: 1;
    padding-bottom:9%;
}

*/
/*
.impactbnd-resources>.resource-bg {
    background: url(//cdn2.hubspot.net/hub/145335/file-389721062-jpg/impactbnd-COS/images/backgrounds/inbound-marketing-resources-bg.jpg?t=1440795973830);
    background-size: 120% auto;
    padding: 45px 0 15px;
    background-repeat: no-repeat;
    background-position: center 80%;
} */

.full-width-bg-6 {
    background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/resources-bg.jpg?t=1494881062018");
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position: center center;
    background-repeat: repeat, no-repeat;
    position:relative;
}


.full-width-bg-6:before  {
    content: '';
        position: absolute;
    	top: 0;
		right: 0;
		bottom: 0;
		left: 0;
        background: #9fa3b8;
    background: -moz-linear-gradient(65deg,#9fa3b8 0,#457c8f 70%,#457c8f 100%);
    background: -webkit-linear-gradient(65deg,#9fa3b8 0,#457c8f 70%,#457c8f 100%);
    background: linear-gradient(65deg,#9fa3b8 0,#457c8f 70%,#457c8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fa3b8',endColorstr='#457c8f',GradientType=1);
    z-index: 3;
    opacity:.9;
  }

.lift {
    z-index:5 !important;
    position:relative;
}
     

  @media (max-width:435px) {
    .full-width-bg-6 {
    background-image: none;
}
.full-width-bg-6:before {
    opacity:1.0;
}

}

.resources-page-header {
    text-align: center;
    font-family: 'sintony', 'sans-serif';
    font-weight:700;
    font-size:2.05em;
    padding-top:9%;
    padding-bottom:5%;
    color:white;
}

.resources-page-subhead{
    text-align:center;
    font-family:'Lato', 'sans-serif';
    font-weight:300;
    color:#1a2841;
    font-size:22px;
    padding-bottom:2.5%;
    color:white;
}


select {
        text-align: center;
        padding: 20px;
    }
    
      @media (max-width:435px) { 
.full-width-bg-6 {
    padding-bottom:15%;
} 
.resources-page-header {
    text-align: center;
    font-family: 'sintony', 'sans-serif';
    font-weight:700;
    font-size:1.65em;
    padding-top:15%;
    padding-bottom:10%;
    padding-left:5px;
    padding-right:5px;
}
.resources-page-subhead {
    padding-top:15%;
    padding-bottom:5%;
    padding-left:5px;
    padding-right:5px;
}
.select-style {
        padding-bottom:10%;
        padding-top:5%;
        padding-left:10px;
        padding-right:10px;
    }
      }
      
            @media (min-width:436px) and (max-width:767px) { 
.full-width-bg-6 {
    padding-bottom:15%;
} 
.resources-page-header {
    text-align: center;
    font-family: 'sintony', 'sans-serif';
    font-weight:700;
    font-size:1.75em;
    padding-top:10%;
    padding-bottom:5%;
    padding-left:5px;
    padding-right:5px;
}
.resources-page-subhead {
    padding-top:10%;
    padding-bottom:7%;
    padding-left:5px;
    padding-right:5px;
}
.select-style {
        padding-bottom:5%;
        padding-top:2.5%;
        padding-left:10px;
        padding-right:10px;
    }
      }



.sortheadings {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family:Lato , 'sans=serif';
  color:#1a2841;
  text-transform:uppercase;
  letter-spacing:1px;
}
 
.resources-check  label{
  font-weight: 300;
  font-family: Lato , sans-serif;
  font-size:18px;
  color:white;
  
}
 
button{
  display: inline-block;
  vertical-align: top;
  padding: .4em .8em;
  margin: 4rem 0 0;
  background-color:rgba(39,154,241,.6);
  border: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  font-family:Lato , 'sans-serif';
  color:white;
}
 
button:focus , button:hover {
  outline: 0 none;
  background-color:rgba(39,154,241,1);
}

header>button:hover {
    background-color:none !important;
}
 

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #ea526f;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}


.resources-check {
    width:100%;
   text-align:center;
}

.inline{
    display:inline-block;
    box-sizing:border-box;
    text-align:left;
    margin: 3px 5px 0 5px;
    width:15em;
}

@media (max-width: 768px){
    .inline{
    width:100%;
    display:block;
    margin: 15px 0px 0px 0px;
}
.resources-check {
   text-align:left;
   margin-left:10rem;
}
}

.select-style select {
    appearance: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background-color: white;
    font-family: 'Lato', 'Sans-serif';
    font-weight:400;
    font-size:16px;
    padding:5px 5px;
}

.select-style select:focus {
    outline: none;
}

h6 {text-align: center;}


  @media (min-width:768px) { 
      #leftselect {
    margin-left:75%;
      } 
      }


  .box {
        display: inline-block;
        margin-top: 1.5rem;
        margin-left: 2rem;
        
    }
/*
.box:hover { 
            transform: scale(1.1);
            font-weight:300;
            transition: all .2s ease-in-out;
        } */
       
/* .box:hover .content-image  {
    background:rgba(25,19,8,.9);
               } */
               
             .box:hover .boxbottom {
                   background-color:black !important;
               }
               
               .box:hover .boxbottom .content-description {
                   color:white;
               } 
               
               .box:hover .boxbottom .content-title {
                   color:white;
               } 

        
            .prospecting .boxbottom {
            border-style: solid;
            border-width: 0px 0px 30px 0px;
            border-radius: 0 0 5px 5px;
            border-color:#1a2841; 
            position:relative;
            }

    .team-performance .boxbottom {
        border-style: solid;
    border-width: 0px 0px 30px 0px;
    border-radius: 0 0 5px 5px;
     border-color:#239e99; 
     position: relative;
     }
    .qualifying .boxbottom { 
        border-style: solid;
    border-width: 0px 0px 30px 0px;
    border-radius: 0 0 5px 5px;
    border-color:#457c8f; 
    position:relative;
    }

    .sales-process .boxbottom { 
        border-style: solid;
    border-width: 0px 0px 30px 0px;
    border-radius: 0 0 5px 5px;
    border-color:#d7dcee; 
    position:relative;
    }

    .box {
        border-style: solid;
    border-radius: 5px; 
    border-width: 1px;
    border-color:#d7d7d7;
    max-width:25rem;
    }

   .boxtop {
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    background-color: #000;
}


.boxbottom {
        background-color: #fff!important;
        border-style: solid;
    border-width: 0px 0px 15px 0px;
    border-radius: 0 0 5px 5px;
    position: relative;
    height: 22rem;
        box-shadow: 0 0 15px rgba(0,0,0,.15);
        padding: 10px 10px 0px;
}


    
            #FilterContainer {
        margin-left:auto;
        margin-right:auto;
        max-width:1300px;
        }

        #FilterContainer a {
            text-decoration:none;

        }
        
        #FilterContainer a:hover {
            text-decoration:none;
            
        }
    
    
                    .boxlinks {
            text-decoration:none !important;
        }
        
        .boxlinks:hover {
            text-decoration:none !important;
        }

        .content-title{
            font-family:'Lato', "Sans-Serif";
            font-weight:400;
            color:#1a2841;
            font-size: 1.05em;
            height:4rem;
            text-align:center;
        }
        
       .content-image {
              box-shadow: inset 0 0 50px rgba(0,0,0,.25);
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50%;
       }

        .content-description{
            text-align:center;
            color:black;
            font-family:'Lato', 'Sans-serif';
            font-weight:300 !important;
            margin-top:5%;
            height:14rem;
            overflow:hidden;
        }
        
        .content-key{
            text-transform: uppercase;
            text-align: center;
            color: white;
            font-family: 'Lato' , 'sans-serif';
            font-weight: 400;
            letter-spacing: 1px;
            bottom: 1.65rem;
            position: relative;
        }
        
        /* ---------------------- */
        
        .homepage-resources{
            padding-top:5%;
            padding-bottom:10%;
             visibility:hidden;
        }
        
        .fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;	

	animation-duration: .6s;	
	-webkit-animation-duration: .6s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

        @keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

        @-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}
        
        .full-width-bg-2 a {
            text-decoration:none !important;
        }
        
        .full-width-bg-2 a:hover {
            text-decoration:none !important;
        }
        

        .center-children {
        text-align: center;
        }
        


.full-width-bg-7 {
    background: #efefef;
    background: -moz-radial-gradient(center,ellipse cover,#d7d7d7 0,#1a2841 100%);
    background: -webkit-radial-gradient(center,ellipse cover,#d7d7d7 0,#1a2841 100%);
    background: radial-gradient(ellipse at center,#d7d7d7 0,#1a2841 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7',endColorstr='#1a2841',GradientType=1);
    z-index: 1;
    margin-top:-28px;
}

/*  end of resources styles */

/*  start of solutions styles */

.solutions-parallax-hero {
    background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/solutions-hero.jpg?t=1494881062018");
    background-size: cover !important;
    background-position: 50%;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    height:100%;
}

.solutions-parallax-hero2 {
    background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/solutions-hero.jpg?t=1494881062018");
    background-size: cover !important;
    background-position: 50%;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    height:100%;
}

.solutions-section-2-wrapper {
        background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/homepage-bg-test.jpg?t=1494881062018");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    height:100%;
    padding-bottom: 0;
    padding-top: 0;
}

.coverlay {
        background: rgba(26,40,65,0.82);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    padding-top:80px;
    padding-bottom:80px;
}

.coverlay2 {
        background: rgba(26,40,65,0.82);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    padding-top:80px;
    padding-bottom:0px;
}

.highlights-wrapper {
      background-color: #1a2841;
      background: -o-linear-gradient(155deg, #457c8f 50%, #1a2841 15%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(155deg, #457c8f 50%, #1a2841 15%); /* For Firefox 3.6 to 15 */
      background-image: -webkit-linear-gradient(155deg, #457c8f 50%, #1a2841 15%);
  background-image: -webkit-linear-gradient(155deg, #457c8f 50%, #1a2841 15%);
    padding-top:4%;
    padding-bottom:4%;
}



@media (max-width:768px) { .solutions-parallax-hero{
    background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/solutions-hero.jpg?t=1494881062018");
           -webkit-background-attachment: initial !important;
        -moz-background-attachment: initial !important;
        background-attachment: initial !important;
        background-position: center !important;
}
.solutions-parallax-hero2{
    background:#1a2841;
}
.coverlay2 {
        background:transparent;
        background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/Textures/60-lines.png?t=1494881062018");
    overflow: hidden;
    height: 100%;
    z-index: 2;
    padding-top:20px;
    padding-bottom:20px;
}
.series-headline {
    margin-bottom:20px;
}

.solutions-section-2-wrapper {
        background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/homepage-bg-test.jpg?t=1494881062018");
webkit-background-attachment: initial !important;
        -moz-background-attachment: initial !important;
        background-attachment: initial !important;
        background-position: 50% !important;
        background-size:cover;
   /* padding-bottom: 0;
    padding-top: 0; */
    height:100%;
}
.highlights-wrapper {
    padding-bottom:50px;
          background-color: #1a2841;
      background: -o-linear-gradient(155deg, #457c8f 20%, #1a2841 15%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(155deg, #457c8f 20%, #1a2841 15%); /* For Firefox 3.6 to 15 */
      background-image: -webkit-linear-gradient(155deg, #457c8f 20%, #1a2841 15%);
  background-image: -webkit-linear-gradient(155deg, #457c8f 20%, #1a2841 15%);
    
}
}



.solutions-hero-text {
    padding-top:12%;
    padding-bottom:12%;
    font-family: 'Sintony' , Sans-serif;
    font-weight:700;
    color:white;
    font-size:4rem;
    text-align:center;
    }
    
.conversations {
    padding-top:25px;
    padding-bottom:35px;
    background-color:#191308;
}    

.conversations p {
    font-size:20px;
    line-height:1.4em;
    font-family:'Lato' , 'sans-serif';
    font-weight: 300;
}

.conversations-pullout {
    padding:15px;
    background-attachment:fixed;
    z-index:3;
    color:white;
}

.conversations-pullout h2 {
    margin-bottom:15px;
     color:white !important;
}


.pseries {
   padding-top:2.5%;
   padding-bottom:5%;
}

@media (max-width:767px) {
    .pseries {
        padding-top:60px;
        padding-bottom:80px;
    }
}

.button-row {
    width:100%;
    height:90px;
    display:inline-block;
}

.series {
    margin-left:0;
    margin-right:0;
    border: 1px solid #d7ddee;
    background-color: rgba(255,255,255,0.8);
    border-radius: 0px;
    text-align:center;
    height:90px;
    overflow:hidden;
    cursor: pointer;
    color: rgba(26,40,65,0.5);
}

.button-row.stuck {
    height:50px;
}

.series.stuck {
    height:50px
}

.series h3 {
    margin-top: 10px;
    font-family: 'Lato' , 'sans-serif';
    text-transform: uppercase;
    font-size:22px;
}

.series p {
    font-family: 'Lato' , 'sans-serif';
    font-weight:300;
    font-size:16px;
}


.series:hover {
    background-color: white;
     color: rgba(26,40,65,1.0);
}

.clicked {
    background-color: rgba(255,255,255,1.0);
    border:5px solid #279af1;
    color: rgba(26,40,65,1.0);
}

@media (max-width:768px) {
    .series p {
        display:none;
    }  
         .series h3 {
    margin-top: 20px;
}
    .series h3 {
        font-size:16px;
        
    }
    .series {
        padding: 0;
        height:60px;
    }
    .button-row {
        height: 60px;
    }
}

@media (max-width: 435px) {
     .series h3 {
    margin-top: 20px;
    font-size:12px;
    font-weight:400;
}
}


.highlight {
    color:white;
    padding-top:5%;
    padding-bottom:5%;
}

.highlight h4 {
        font-size:2.7rem;
    padding:25px;
    line-height:2em;
    text-align:justify;
}

.highlight-box {
    background-color:rgba(35,158,153,0.7);
}

.highlight:hover .highlight-box {
    background-color:rgba(35,158,153,1.0);
}

.qualification , .process {
    display:none;
}

.tooltips {
    position: relative;
}

/* Tooltip text */
.tooltips .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    margin-top:-35px;
    z-index: 1;
}

.highlight i {
    font-size:1.7em;
    padding:1px;
    margin-left:5px;
    color:rgba(255, 255, 255, .7);
}

.highlight i:hover {
        color:rgba(255, 255, 255, 1.0);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltips:hover .tooltiptext {
    visibility: visible !important;
}

.checklist {
}

.checklist div {
    text-align: left;
    width: 80%;
    margin-left: 20%;
}

.checklist h5 {
    font-family:'Lato' , Sans-serif;
    font-weight:400;
    color:#efefef;
    font-size:2.25rem;
}

.checklist label {
    display:block;
    font-family:'Lato' , sans-serif;
    font-weight:300;
    color:white;
    font-size:1.8rem;
    line-height:2em;
}

.seriesname {
    color:#279af1;
    font-weight:700;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
   background: #279af1;
}

.ctatbh {
    display:none;
}

.checkbox-custom:checked + .buttonchange:before {
   background: #ea526f;
}

.three-col-bg {
    background-color:rgba(255,255,255, 0.85);
    height:100%;
    z-index: 2;
    padding-bottom: 5%;
    padding-top: 5%;
}

.fadebox {
    height:53rem;
    overflow:hidden;
}

.solutions-section-2-headers {
    font-family: 'Lato','Sans-serif';
    font-weight:400;
    color:#191308;
    text-align:center;
    padding-top:30px;
    font-size:22px;
}

.program-name {
    margin-bottom:5%;
}

@media (max-width:768px) {
 .checklist h5 {
     text-align:center;
 }   
 .fadebox {
    height:60rem;
    overflow:hidden;
}
.program-name {
    margin-bottom:10%;
}
.checklist div {
    text-align: left;
    width: 90%;
    margin-left: 5%;
    padding-top:2px;
}
}

.delivery {
    padding-top:5%;
}

.delivery h6 {
    font-family:'Lato' , sans-serif;
    font-weight:400;
    font-size:1.7rem;
    color: #1a2841;
    padding-bottom:20px;
}

.delivery p {
    font-family:'Lato' , sans-serif;
    text-transform: uppercase;
    color: rgba(26,40,65,0.7);
}

.delivery-icons div {
        display:inline-block;
        float:none;
}

.delivery-icons i {
    font-size:5rem;
    color:  rgba(26,40,65,0.7);
    padding:10px 30px 10px 30px;
}

 .online:hover i , .online:hover p {
    color: rgba(215,221,238,1.0);
}


.fa-users {
    border-right: 1px solid #1a2841;
}

.pillars {
    padding:30px;
    font-family:'Lato', sans-serif;
    font-weight:300;
    font-size:18px;
    color:#1a2841;
}

.pillars ul { 
    padding-left:20px; 
    list-style:none; 
    text-align:left;
    }
.pillars li { 
    margin-bottom:10px;
    }
.pillars ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    color:#457c8f; 
    margin:0 5px 0 -15px;
}

.pillars ul li ul li {
    font-weight:300;
}

.pillars ul li ul li:before {
    color:#d7ddee;
    content: '\f061';
}

.thumby li {
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
}

.thumby li.selected {
        opacity:0.5;
                -webkit-filter: saturate(100%);
    filter: saturate(100%);
}

.thumby {
    margin-top:5%;
    margin-bottom:0%;
}

.testimonials {
       /*  background: linear-gradient(to bottom right,rgba(27,97,105,0.9) 60%,rgba(76,196,209,0.9); 
       background:#0f434c; */
       background:#efefef;
        padding-top:4%;
    padding-bottom:15%;
        height: 82.5rem;
}

.theadr {
    text-align:center;
    font-weight:700;
    padding-bottom:2%;
    color:#191308;
}

.testimonial-imgs {
    float:right;
    display:block;
    height:auto;
    max-width:100%;
}

.pics {
    text-align: right;
}

#slider-thumbs {
    padding-top:10%;
    padding-bottom: 0%;
     /*   width:100%; */
}

#slider-thumbs li {
    width: 100px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px 10px 5px 10px;
}

@media (max-width:435px) {
    #slider-thumbs {
        display:none;
    }
    .testimonials {
        padding-top:40px;
        height: 83.5rem;
    }
    .delivery {
    padding-bottom:15%;
}
#myCarousel .item h3 {
    text-align:left;
}

}

@media (min-width:435px) and (max-width: 768px) {
#slider-thumbs li {
    width: 80px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px 10px 5px 10px;
}
    .thumby {
    margin-top:0%;
    margin-bottom:0%;
}
    #slider-thumbs {
    padding-top:5%;
    padding-bottom: 0%;
}

}

@media (min-width:435px) and (max-width: 992px) {

    .testimonials {
        padding-top:40px;
        height: 87.5rem;
    }
}

#myCarousel .item h3 {
    padding-left:10%;
    padding-right:10%;
}

@media (min-width:768px){
    
#myCarousel .item h3 {
    text-align:justify;
}

}



#myCarousel .item h3:before {
        font-family: 'FontAwesome';
    margin:20px 5px 0 -15px;
    content:'\f10d';
    color:#9fa3b8;
}

#myCarousel .item h3:after {
        font-family: 'FontAwesome';
    margin:20px 25px 0 0px;
    content:'\f10e';
    color:#9fa3b8;
}

#myCarousel p {
    font-family: 'Lato' , sans-serif;
    padding-top:15px;
    text-transform:uppercase;
    color:#9fa3b8;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display:inline;
}



.face {
    width:150px;
    border-radius: 50%;
    border: 5px solid #9fa3b8;
}

.company {

}

.full-width-bg-14 {
    background-image: url("//cdn2.hubspot.net/hubfs/35287/Website-Images/solutions-footer-ds.jpg?t=1494881062018");
    background-size:cover;
    background-position:20%;
    height:40rem;
    position:relative;
}

.full-width-bg-14:before {
            content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*    background-color: #1a2841;
    background-image: linear-gradient(to bottom right,#1a2841,#239e99); */
        background: linear-gradient(to bottom right,rgba(27,97,105,0.9) 60%,rgba(76,196,209,0.9));
}

.page-closing-cta{
   padding-bottom:0px;
   padding-top:6% 
}

.final-cta-headline {
    font-family:'Sintony','sans-serif';
    font-weight:700;
    color:#1a2841;
    font-size:1.6em;
    padding-top:0;
    padding-bottom:1.5%;
    padding-left:5px;
    padding-right:5px;
}

.closing-cta-pullout {
  /*  position: absolute;
    top: -120px; */
    z-index: 5;
    
}

.animateblock {
  opacity: 0;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.animateblock.animated {
  opacity: 1;
}

.animateblock.btm {
  display: block;
 /* width: auto; */
  text-align: center;
  margin-top: -80px;
}
.animateblock.btm.animated {
  margin-top: -130px;
}

.closing-cta-pullout-box {
     padding:30px;
    background-color:white;
        z-index: 5;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 50px 80px -40px rgba(0,0,0,.55),0 25px 25px -20px rgba(0,0,0,.55);
}

@media (min-width:435px) and (max-width: 768px ) {
    .span4.widget-span.widget-type-cell.closing-cta-pullout-box.animateblock {
    }
}

.final-encouragement {
    font-family: Lato , 'sans-serif';
    color:white;
    font-size:22px;
    font-weight: 400;
    margin-bottom: 5%;
    position: absolute;
    z-index: 5;
    top: 25rem;
        padding-left: 3px;
    padding-right: 3px;
}

@media (max-width:768px) { 
    
    .final-encouragement {
    top: 30rem;
}
#myCarousel .item h3 {
        padding-left:5%;
    padding-right:5%;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
}

@media (max-width:435px) {
    
    .animateblock.btm {
  margin-top: -50px;
}
    .closing-cta-pullout {
          padding: 0 20px 0 20px;
    }
    .animateblock.btm.animated {
  margin-top: -80px;
}

    .final-encouragement {
    top: 30rem;
}

}

.centerfix {
    text-align: center !important;
}


/*  end of solutions styles */


.full-width-bg-12 {
        background: #239e99;
    background: -moz-linear-gradient(-244deg,#239e99 0,#efefef 60%,#efefef 100%);
    background: -webkit-linear-gradient(-244deg,#239e99 0,#efefef 60%,#efefef 100%);
    background: linear-gradient(-244deg,#239e99 0,#239e99 60%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#239e99',endColorstr='#efefef',GradientType=1);
}

.about-page-headline {
    padding-top:5%;
    padding-bottom:1%;
    text-align:center;
    font-family:'Sintony','sans-serif';
    font-weight:700;
    color:#1a2841;
    font-size:1.8em;
    padding-left:10px;
    padding-right:10px;
}

.about-header-description{
    text-align:left;
    font-family:'Lato','sans-serif';
    padding-left:10px;
    padding-right:10px;
    padding-top:3%;
    padding-bottom:3%;
}


@media (max-width:768px) {
.span6.widget-span.widget-type-cell.center-children.biorow h2 {
    text-align: center !important;
} 

.span6.widget-span.widget-type-cell.center-children.biorow p {
    text-align: center !important;
} 

}



@media (min-width:436px) and (max-width:768px) {
    .about-page-headline {
            font-size:2.1em;
            text-align:center;
            padding-left:10%;
            padding-right:10%;
            padding-top:13% !important;
            padding-bottom:4%;
}   
.about-header-description {
    padding-bottom:10%;
    padding-top:3%;
    padding-left:5%;
    padding-right:5%;
    
}
}

@media (max-width:435px) {
        .about-page-headline {
            padding-right:20px;
            padding-left:20px;
            padding-top:20%;
            padding-bottom:10%;
            font-size:2em;
}


.about-header-description{
    padding-bottom:80px;
}

.theteam-headline{
        font-family:'Sintony','sans-serif';
    font-weight:400;
text-align:center;
}
}


.theteam-headline{
        font-family:'Sintony','sans-serif';
    font-weight:400;
    color:#1a2841;
    font-size:1.5em;
    padding:50px;
}

.bio-box img{
    border-radius: 50% !important;
}

.bio-box>h1, .bio-box>h2, .bio-box>h3, .bio-box>h4, .bio-box>h5 {
    font-family:'Sintony','Sans-serif' !important;
    font-weight:400 !important;
    color:#191308 !important;
}

.bio-box p {
    font-family:'Lato','Sans-serif';
    font-weight:300;
    color:#191308;
    padding-left:15px;
    padding-right:15px;
}

.biorow {
    padding-bottom:3%;
}

.brand-value-box {
    background-color: #9fa3b8;
background-image: url("//cdn2.hubspot.net/hubfs/35287/cloth-alike.png?t=1494881062018");

}

.brand-value-box>h1, .brand-value-box>h2, .brand-value-box>h3, .brand-value-box>h4, .brand-value-box>h5, .brand-value-box>h6 {
    font-family:'Sintony','Sans-serif' !important;
    font-weight:400 !important;
    padding-top:10px !important;
    padding-left:10px !important;
    padding-right:10px !important;
}

.brand-value-box p {
    padding:15px;
    font-family:'Lato','Sans-serif' !important;
    font-weight:300;
    font-size: 1.05em
    
}

.brand-value-intro {
    padding:30 5 5 5px;
    font-size:1.1em;
}

/*  end of about page styles */

/*  start of landing and thank you page styles */
    
    .landingpage-header {
        font-family:'Sintony','sans-serif';
    font-weight:400;
    color:#1a2841;
    text-align:center;
    }
    
    .page-header{
        border-bottom:none !important;
    }
    
    
    .offer-description{
        font-family:'Lato','sans-serif';
        padding-left:5px;
        padding-right:5px;
    }
    
    .thankyoupage-header {
         font-family:'Lato','sans-serif';
        padding-left:5px;
        padding-right:5px;
    }
    
    p.secondary-header {
    font-size: 1.5em;
}
    
    
    .researchbanner {
        background-size: cover; 
        background-image: url('//cdn2.hubspot.net/hubfs/35287/Content/Events/KnowYourNumbers/numbers.jpg?t=1494881062018');
       /* filter: blur(2px); */
        z-index:1;
    }
    

/*  end of landing page styles */


/* start of glj page styles */

.diagonal-hero {
  background: #1a2841;
    background: -o-linear-gradient(155deg, #efefef 45%, #1a2841 35%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(155deg, #efefef 45%, #1a2841 35%); /* For Firefox 3.6 to 15 */
      background-image: -webkit-linear-gradient(155deg, #efefef 45%, #1a2841 35%);
  min-height: 300px !important;
}

.gljpg-hero-text {
    text-align:left;
    font-family: 'Sintony' , Sans-serif;
    font-weight:700;
    color:white;
    font-size:3rem;
    width:45% !important;
    padding:40px;
}

.gljpg-subhero {
    text-align:left;
    font-family: 'lato' , Sans-serif;
    font-weight:300;
    text-transform: uppercase;
    color:#9fa3b8;
    font-size:14px;
    padding-left:40px;
    width:42.5% !important;
}

.pseries-logo , .pseries-logo p {
    text-align:right;
    padding-right:120px;
    padding-bottom:60px;
}

@media (max-width:767px) {
    .diagonal-hero {
  background-color: #1a2841;
      background: -o-linear-gradient(155deg, #efefef 25%, #1a2841 15%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(155deg, #efefef 25%, #1a2841 15%); /* For Firefox 3.6 to 15 */
      background-image: -webkit-linear-gradient(155deg, #efefef 25%, #1a2841 15%);
  background-image: -webkit-linear-gradient(155deg, #efefef 25%, #1a2841 15%);
  min-height: 500px !important;
}

.gljpg-hero-text {
    text-align:left;
    font-family: 'Sintony' , Sans-serif;
    font-weight:700;
    color:white;
    font-size:3rem;
    width:82% !important;
    padding-left:10px;
    padding-bottom:30px;
}
.gljpg-subhero {
    text-align:left;
    font-family: 'lato' , Sans-serif;
    font-weight:400;
    text-transform: uppercase;
    color:#9fa3b8;
    font-size:14px;
    width:80% !important;
    padding-left:10px;
}
.pseries-logo , .pseries-logo p {
    text-align:right;
    padding-right:10px;
    padding-bottom:0px;
}
.pseries-logo img {
    width: 35% !important;
}

}



.glj-outcomes-wrapper {
    background:#efefef;
    padding-top:2%;
    padding-bottom:7.5%;
}

.glj-outcomes p>span {
    color:#239e99;
}


.glj-outcomes {
    color:#1a2841;
    font-family: 'lato' , 'sans-serif';
    font-weight:300;
    font-size:18px;
    line-height:1.3em;
    padding:40px 10px 10px;
}

.glj-outcomes  .glyphicon-ok {
    color:#239e99;
}

.content-columns {
    background:#191308;
    padding-bottom:175px;
}

.column-lift {
    margin-top: 40px;
}

.content-columns p {
    color:#efefef;
    font-family:'lato' , 'sans-serif';
    font-weight:300;
    font-size:18px;
    padding:15px;
    
}

.content-column-headers {
        font-family: 'Lato','Sans-serif';
    font-weight:400;
    color:#efefef;
    text-align:center;
    padding-top:30px;
    font-size:22px;
}

.pullout-p p {
    font-family:'lato' , 'sans-serif';
    font-weight:300;
    text-align:left;
    font-size:18px;
}

.glj-pullout-box {
    position:absolute;
     padding:30px;
    background-color:white;
        z-index: 5;
   /* position: relative; */
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 50px 80px -40px rgba(0,0,0,.55),0 25px 25px -20px rgba(0,0,0,.55);

}

@media (min-width:768px) {
    .glj-pullout-box{
            left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
    }
    .gljpg-hero-text {
    text-align:left;
    font-family: 'Sintony' , Sans-serif;
    font-weight:700;
    color:white;
    font-size:3.5rem;
    width:45% !important;
    padding:40px;
}

.gljpg-subhero {
    text-align:left;
    font-family: 'lato' , Sans-serif;
    font-weight:300;
    text-transform: uppercase;
    color:#9fa3b8;
    font-size:18px;
    padding-left:40px;
    width:42.5% !important;
}
}


.glj-pullout-box.animateblock.btm.animated {
    margin-top: -145px;
    position: absolute;
}


.glj-office-background {
    background-image:url("https://cdn2.hubspot.net/hubfs/35287/Website-Images/glj-comp-page-bg.jpg?t=1494881062018");
    background-size:cover;
        background-repeat: no-repeat;
        height:100%;
        background-position-y:25%;
}

.glj-office-background-coverlay {
        background: rgba(26,40,65,0.82);
   /* overflow: hidden; */
    height: 100%;
    z-index: 2;
}



.computer-lift {
  /*  position: absolute; */
    z-index: 5;
    padding-bottom:5px;
    bottom: 0;
    margin-top:15%;
}


.glj-features-headline {
    font-family:'sintony' , 'sans-serif';
    font-weight:700;
    color:white;
    font-size:2.5em;
    padding:20px;
    padding-bottom:8%;
    text-align:center;
}

.glj-features {
    color:white;
    font-family:'sintony', 'sans-serif';
    font-weight:300;
    font-size:22px;
    padding:30px;
    line-height:2.5em;
    text-align:center;
}

.glj-pic {
    position:relative;
}

.glj-screenshot {

}

.glj-client-slider {
    padding-top:1%;
    padding-bottom:2.5%;
}

.glj-client-slider p {
    text-align:center;
    color:#9fa3b8;
    font-family:'lato' , 'sans-serif';
    font-weight:300;
    font-size:18px;
}

@media (max-width:435px) {
.glj-pullout-box.animateblock.btm.animated {
    margin-top: -160px !important;
}
.glj-features-headline {
    font-family:'sintony' , 'sans-serif';
    font-weight:700;
    color:white;
    font-size:2.5em;
    padding:20px;
    text-align:center;
}
.computer-lift {
   margin-top:90%;
}
}


@media (min-width:1308px) {
.glj-office-background {
    background-image:url("https://cdn2.hubspot.net/hubfs/35287/Website-Images/glj-comp-page-bg.jpg?t=1494881062018");
    background-size:cover;
        background-repeat: no-repeat;
        background-position-y:40%;
}
.glj-features-headline {
    font-family:'sintony' , 'sans-serif';
    font-weight:700;
    color:white;
    font-size:2.5em;
    padding:20px;
    padding-bottom:10%;
    text-align:center;
}
.computer-lift {
    margin-top:5%;
}
}

@media (min-width:768px) and (max-width:1050px){
 .computer-lift {
        margin-top:15%;
    } 
    .glj-screenshot {
        margin-top:20%;
    }
}
.gljpg-final-encouragement {
    font-family: 'Sintony' , 'sans-serif';
    color:white;
    font-size:22px;
    font-weight: 700;
    z-index: 10;
    padding:40px;
    padding-top:80px;
    padding-bottom:80px;
}

.gljpg-final-cta {
        padding-top:80px;
    padding-bottom:80px;
}
@media (max-width:767px){
.gljpg-final-cta .cell-wrapper {
    padding-top:30px;
}
.gljpg-final-cta {
        padding-top:40px;
    padding-bottom:40px;
}
}

.glj-next-date-wrapper {
    background-color:#279af1;
}

.glj-next-date {
    text-align:center;
    font-family:'sintony','sans-serif';
    font-weight:300;
    font-size:22px;
    padding:30px;
    color:white;
}

.gljpg-final-wrapper {
        background-image:url("https://cdn2.hubspot.net/hubfs/35287/Website-Images/triple.jpg?t=1494881062018");
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position: center center;
    background-repeat: repeat, no-repeat;
    min-height:400px;
}

.glj-final-wrapper-overlay {
   /* overflow: hidden; */
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom right,rgba(27,97,105,0.9) 60%,rgba(76,196,209,0.9));
    padding-top:10%;
    padding-bottom:10%;
}



/* end of glj page styles */

/*  start of career and terms page styles */


.careers-header {
     font-family:'Sintony','sans-serif';
    font-weight:400;
    color:#1a2841;
    font-size:1.5em;
    padding-bottom:2%;
}


.role-headline {
    color:#1a2841;
    font-size:1.45em;
}


@media (min-width:768px){
.terms-copy{
   padding-right: 15% !important;
    padding-left: 15% !important;
}
.about-header-description{
    padding-right: 15% !important;
    padding-left: 15% !important;

}
}
@media (max-width:767px){
    .benelist{
        padding-left:5% !important;
        padding-right:5% !important;
    }
}
.benelist

.popuponem{
    visibility:hidden;
}

/*  end of career page styles */


/*  case study page styles */

.case-study-header h3 {
    font-weight:700;
    padding-bottom:2%;
    }

/*  end of case study page styles */

/* form styles */


.inputs-list {
    list-style: none;
}
ul.hs-error-msgs {
    list-style: none !important;
    padding-left: 5px;
}

.field {
    margin-top: 25px;
}

ul.hs-error-msgs.inputs-list label {
    color: #279af1;
    text-transform:uppercase;
    font-size:.8em;
    font-weight: 300 !important;
}

.hs-form-field label {
    color: #1a2841;
    font-size:1.2em;
    font-family: Lato , sans-serif;
}

.hs_submit {
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.input {
    font-size:16px;
}

.input select {
     border: 1px solid #ddd;
    padding:10px;
    margin-top:10px;
    font-size:16px;
}

.hs-form-booleancheckbox-display input {
    margin: 10px;
}

.actions input {
    background-color: #ea526f;
    border-radius: 5px;
    border-style: solid;
    border-color: white;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all .12s ease;
    font-size:1.4em;
}

.actions input:hover {
    background-color: #457c8f;
    border-style: solid;
    border-color: #d7dcee;
}

/* end of form styles */

/* 404 styles */

.404-satisfaction {
    margin-top:60px;
}

    .cse .gsc-search-button input.gsc-search-button-v2,
    input.gsc-search-button-v2 {
        height: 26px !important;
        margin-top: 0 !important;
        min-width: 13px !important;
        padding: 5px 26px !important;
        width: 68px !important;
    }

cse input.gsc-input, input.gsc-input {

background-image:url(“YOUR-IMAGE.gif”) !important;

background-repeat:no-repeat;

background-color:#fff;

}

/* end of 404 styles */

.casestudycontainer {
    margin-left:10%;
    margin-right:10%;
}

@media(max-width:767px){
    .casestudycontainer {
    margin-left:5%;
    margin-right:5%;
}
}

/* end of 404 styles */