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


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

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


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


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

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

@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700');


@font-face {
  font-family: "Gilroy-Regular";
  src: url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/365970_6_0.eot#iefix") format("embedded-opentype"),
    url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/365970_6_0.woff2") format("woff2"),
    url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/365970_6_0.woff") format("woff"),
    url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/365970_6_0.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Thin";
  src: url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/365970_0_0.eot#iefix") format("embedded-opentype"), 
    url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/365970_0_0.woff2") format("woff2"),
    url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/365970_0_0.woff") format("woff"),
    url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/365970_0_0.ttf") format("truetype");
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/Gilroy-Bold.eot');
    src: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/Gilroy-Bold.eot#iefix') format('embedded-opentype'),
        url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/Gilroy-Bold.woff') format('woff'),
        url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}






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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (max-width: 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.net/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.net/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; font-variant-ligatures: no-common-ligatures;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family:'Gilroy-Regular', 'Arial', sans-serif;
  color: #1B4C51;
  font-size: 1.125em;
  line-height: 1.5;
}

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

@media (max-width: 1190px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}*/


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

/* Basic text */
p {
  font-weight: 300;
}

p+p {
  margin-top: 1em;
}



b,
strong {
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
}

em {
  font-style: italic;
}
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:0;
  line-height: 1.1;
  margin-bottom: 40px;
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-bottom: 40px;
  font-size: 2.875em;
}
h2 {
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  font-size: 2.15em;
}
h3 {
  font-size: 2em;
  margin-bottom: 10px;
   line-height: 1.5;
}
h4 {
  color: #02636e;
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  font-size: 1em;
}
h5 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 10px;
}
h6 {
  font-size: 1.33em;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* Anchor Links */
a {
  color: #49b3f6;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.white-link a {color: #fff; text-decoration: underline;}

a:hover, a:focus {
  text-decoration: underline;
}

/* Lists */
ul, ol {
  margin-bottom: 15px;
	margin-left: 10px;
}

ul ul, ul ol, ol ol, ol ul {}

li {
  line-height: 1.5;
  margin:8px 0 0 0;
  padding:0;
}

/*.list {
	margin-bottom: 15px;
	margin-left: 10px;
}

.list li {
  line-height: 1.5;
  margin:8px 0 0 0;
  padding:0;
}*/


/* Block Quotes */
blockquote {margin-bottom: 5px;}
blockquote small {}

blockquote p {
  background-color: #511b4c;
  color: #fff;
  font-family: 'Noto Sans','Arial', serif;
  font-size: 1.1em !important;
  padding: 25px !important;
  font-style: italic;
}

blockquote p:last-child {
 margin-bottom: 0 !important;
}

blockquote p strong {font-family: 'Noto Sans','Arial', serif; font-weight: bold; font-style: italic;}

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


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

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

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {padding: 10px;}
#hs-eu-cookie-confirmation-inner p{text-align: right !important; font-size: 13px !important;}

/* 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: sticky;
  top: 0;
  z-index: 9999999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.header-container {}

.custom-header {
  background: #fff;
  padding: 0 0 20px 0;
}

.custom-logo-wrapper {
  width: auto !important;
}


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

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

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.body-container .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
input[type="search"]{
   -webkit-appearance: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
   padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

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

.footer-container-wrapper {}
.footer-container {}
p{
  margin:0;
}
.custom-footer {
  background-color: #1c3134;
  color: #fff;
  padding: 50px 0;
  background-size: cover;
}

.custom-footer .page-center>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-footer .col,
.custom-footer-right-col{
  width: auto !important;
  margin-left: 0 !important;
  float: none !important;
}

.custom-footer .custom-footer-right-col .col {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
}

.custom-footer .custom-footer-logo.col {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a {
  color: #fff;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li:first-child>a {
  text-decoration: underline;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li:first-child {
  padding:0px 30px;
  text-decoration: underline;
}
.custom-member-logo img {
  margin-bottom: 7px;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li {
  float: none;
  vertical-align: middle;
  display: inline-block;
}
.site-footer .social-icons {
  list-style: none;
  padding: 0;
  border: 0;
  margin: 0 30px 0 56px
}

.site-footer .social-icons i {
  color: #fff;
}
.site-footer .social-icons li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 19px;
  margin-right: 25px;
}

.site-footer .social-icons li a {
  color: #fff;
  text-decoration: none;
}
.social-icons i {
  font-size: 28px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.site-footer .social-icons i {
  color: #fff;
}
.social-icons i:hover, .social-icons i:focus, .social-icons i:active {
  color: #26BFBB;
}

.custom-menu-wrapper {
  margin-left: 0 !important;
  width: auto !important;
  float: none !important;
}

#hs-pwd-widget-password {
    height: auto !important;
    margin: 5px  0 0 !important;
}


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


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

/* Parent List */
.custom-header-right-menu .hs-menu-wrapper > ul {
  padding-top: 10px;
}
.custom-header-right-menu .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
.custom-header-right-menu .hs-menu-wrapper > ul > li{
  padding-left: 30px;
  padding-right: 4px;
}
.custom-header-right-menu .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  color: #1B4C51;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-decoration:none;
}

.custom-header-right-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #49B3F6;
}

.custom-header-right-menu .hs-menu-wrapper > ul > li:last-child > a {
  background-color: #f78100;
  border-radius: 30px;
  border: none;
  color: #ffffff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 15px 8px 15px;
  display: inline;
  letter-spacing: 1px;
}

.custom-header-right-menu .hs-menu-wrapper > ul > li:last-child > a:hover {
  color: #fff !important;
  cursor: pointer;
  background-color: #de7218;
}

.custom-header-right-menu {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
}
.custom-menu-primary {
  width: auto !important;
  margin-left: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul{
  padding-top: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding: 0 4px 0 25px;
  padding-left: 25px;
  padding-right: 4px;
  margin: 0;

}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  color: #1B4C51;
  text-decoration: none;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: .83em;
  text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  text-decoration:none;
  color: #49B3F6;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 9px -6px rgba(0, 0, 0, 0.69);
  box-shadow: 0px 3px 9px -6px rgba(0, 0, 0, 0.69);
  text-align: left;
  z-index: -1;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 250px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  padding-right: 30px;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #1B4C51;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-size: 17px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #49B3F6;
}

/* 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;
}
.mobile-view {
  display: none !important;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1150px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

}


/* =============== Custom Menu Secondary =============== */

/*----------------------------------------------Second Header-------------------------------------*/
#secondary-header{display:block; float: right; background-color: #f5f5f5; text-align: right;}
#secondary-header ul{}
#secondary-header li{display:inline-block; margin: 0;}
#secondary-header li:first-child{margin:0; padding:0; border:none;}

#secondary-header li+li:before
{
  content: '|';
  font-family: 'Gilroy-Thin', sans-serif;
  margin:0 8px;
}

#secondary-header a {
	font-family: 'Gilroy-Regular', sans-serif;
  color: #255f80;
	font-size: .75em;
	text-decoration: none;
}

#secondary-header a:hover {
	color: #49b3f6;
	text-decoration: none;
}

#secondary-header .login {
  font-family: 'Gilroy-Regular', sans-serif;
color: #49b3f6;
}

#secondary-header .login:hover {text-decoration: underline;}

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

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

@media (max-width: 1149px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    width: 35px;
    top: 35px;
    float: right;
    z-index: 100000000;
    position: absolute;
    right: 20px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */

    border-color: transparent;
  }
  #hamburger span {
    width: 100%;
    height: 5px;
    margin-bottom: 5px;
    background-color: #1B4C51;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

    border-color: transparent;
  }
  .mobile-open .custom-header .custom-menu-wrapper .custom-menu-primary.js-enabled {
    position: fixed;
    width: 98% !important;
    text-align: left;
    overflow: visible !important;
    top: 25px;
  }
  .mobile-open .custom-header-right-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #49B3F6;
    padding: 0 0 35px 0;
  }
  .mobile-open #hamburger span {
    background-color: #fff;
  }

  .mobile-open #hamburger span.top {
    -webkit-transform-origin: 10% 40%;
    transform-origin: 10% 40%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open #hamburger span.middle {
    background-color: transparent;
  }

  .mobile-open #hamburger span.bottom {
    -webkit-transform-origin: 10% 40%;
    transform-origin: 10% 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.mobile-open {
    position: fixed;
  }

  /* Toggle Button Icon */


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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 20px !important;
    padding: 0 !important;
    left: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:after {
    content: url('//4536279.fs1.hubspotusercontent-na1.net/hubfs/4536279/GoodEgg_October2018/images/up.svg');
    width: 23px;
    height: 11px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .child-trigger.child-open:after{
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    margin-top: 10px;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    width:100% !important;

  }
  .custom-header-right-menu {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100% !important;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper{

    width: 100%; /* Full screen width */
  }
  .mobile-open .custom-header {
    background-color: #1B4C51;
    color: #fff;
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 10000;
    padding-bottom: 163px;
  }
  .custom-menu-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }
  .mobile-open .custom-header-logo.desktop-view img{
    display: none !important;
  }
  .mobile-open .custom-header-logo.mobile-view img,
  .mobile-open .custom-header-logo.mobile-view{
    display: block !important;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {

    overflow-y: auto;
    max-height: calc(100vh - 287px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul >li{
    width: 100%;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    line-height: 25px;

  }
  .custom-menu-primary .hs-menu-wrapper >  ul >li> a{
    font-size: 18px;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #fff;
  }
  .custom-header-right-menu .hs-menu-wrapper > ul {
    padding-top: 0;
  }
  .custom-header-right-menu .hs-menu-wrapper > ul > li:last-child {
    padding: 0;
  }
  .custom-header-right-menu .hs-menu-wrapper > ul > li a {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    color: #fff !important;
    display: inline-block;
  }
  .custom-header-right-menu .hs-menu-wrapper > ul > li {
    padding-left: 0;
    padding-right: 0;
    float: none !important;
    width: 100%;
    display: inline-block;
    height: auto;
    padding-bottom: 20px;
  }
  .custom-header-right-menu .hs-menu-wrapper > ul > li:last-child > a {
    border-color: #fff !important;
    width: auto !important;
    color: #fff !important;
    display: inline-block;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 10px;
    line-height: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    line-height: 23px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {

    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

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


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


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

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

/* Blog 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 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.about-author-sec img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #CCC;
  display: block;
  float: right;
  margin-right: 15px;
  width: 75px;
}

.about-author-sec a {color: #888;}

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

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

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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

.blog .pull-quote {
  background-color: #f8f8f8;
  color: #1B4C51;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 35%;
  left: 65%;
  padding: 65px 35px;
}
/* =============== 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 {
  padding: 0;
  margin: 0;
  font-size: .9em !important;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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


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


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

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

/* Descriptions */
.hs-field-desc {font-size: .8em;}

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

/* 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
 {
  box-shadow: none !important;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  font-size: 15px;
  padding: 5px;
  line-height: 0.3;
  min-height: 60px;
  color: #585858;
  margin: 3px 0 20px 0;
  display: block;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width:100%;
  max-width:500px;
  border: 1pt solid #bbb;
}

select {
 padding: 17px 3px;
}


select option:first-child {
	font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  padding: 5px;
  min-height: 60px;
  color: #585858!important;
  margin: 5px 0;
  display: block;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width:100%;
  max-width:500px;
}

textarea {padding: 13px 0 0 10px;}

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-color: transparent;
    border-color: #49B3F6;
}
.signup-block form .hs-input:focus {
    border-color: transparent;
    outline-color: rgb(77, 144, 254);
}
.custom-get-started form .hs-input:focus {
    border-color: transparent;
    outline-color: rgb(77, 144, 254);
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
	display: block;
} /* 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%; }

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  font-size: 16px;
  margin: 30px 0;
  width: auto;
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid #49B3F6;
  color: #49B3F6;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1;
      white-space: normal;
}

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

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

.hs-button.solid,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  font-size: .9em;
  margin: 30px 0;
  letter-spacing: 1pt;
  width: auto;
  background-color: #49B3F6;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 20px 30px;
  display: inline-block;
  line-height: 1;
      white-space: normal;
}

.hs-button.solid:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #409cd7;
  color: #fff;
}


ul.hs-error-msgs.inputs-list {
  background-color: #eef6fb;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  display: block;
}


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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs-col {
  width: 100%;
  float:left;
  position: relative;
}

.hs-col-1-2 {
  width: 50%;
}

.hs-col-1-3 {
  width: 33%;
}

.hs-col-2-3 {
  width: 66%;
}
.custom-footer.site-footer.lp-footer .custom-footer-logo img {
    margin: 34px 0 34px;
}
.hs-col-1-4 {
  width: 25%;
}

.hs-col-3-4 {
  width: 75%;
}
.custom-footer.site-footer.lp-footer .custom-footer-right-col {
    max-width: 888px;
    width: 100% !important;
    margin-top: 40px;
}
@media (max-width: 1149px) {
  .hs-col {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  /*.custom-header {
    background: #fff;
    padding: 25px 0 23px;
  }*/
  .custom-banner.entry-header.full-bg.mobile-bg-overlay.not-bg {
      background-color: transparent !important;
  }
  .custom-footer.site-footer.lp-footer .custom-footer-right-col {
      max-width: 100%;
      width: 100% !important;
      margin-top: 20px;
  }
    .custom-footer.site-footer.lp-footer .custom-footer-logo img {
      margin: 24px 0 4px;
  }
}

.full-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

@media (max-width: 1149px) {
  .hidden-mobile, #secondary-header {
    display: none !important;
  } 
  
  .section.testimonial {
    background-image: none!important;
  }
  
  #inline-form .hs-form .hs-form-field {
  width: 250px !important;
}
  
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select
 {
   line-height: 2;
  }
}

.visible-mobile {
  display: none;
}
.custom-header-no-nav {
 padding-top: 20px;  
}
.custom-header-no-nav div#hamburger {
    display: none !important;
}
@media (max-width: 1149px) {
  .visible-mobile {
    display: block !important;
    margin: 0 auto;
  }
}

@media (min-width: 1150px) {
  .hidden-desktop {
    display: none !important;
    margin: 0 auto;
  }
  .mobile-bg {
    display: none;
  }
  #related-articles .hs-col.hs-col-1-2 {
    background-image: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active>a {
    color: #49B3F6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active>a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch> a:hover{
    color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch> a{
    color: #49B3F6;
  }
   
   .two-column-list li {
    float: left;
    width: 50%;
  }
}

.visible-desktop {
  display: none;
}
.entry-header {
  padding-top: 100px;
  padding-bottom: 70px;
  color: #fff;
  min-height: 300px;
}

.full-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}


.entry-header span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.entry-header h1 {
  font-size: 4.60em;
  margin-left: -6px;
  font-weight: normal;
  margin-bottom: 0;
}

.single-hiring_solutions #main-content,
#main-content {
  color: #1B4C51;
  padding-top: 115px;
  padding-bottom: 115px;
}
.single-hiring_solutions #main-content h2,
#main-content h2 {
  font-size: 44px;
  margin-bottom: 40px;
}
sup {
  display: inline !important;
}

.single-hiring_solutions #main-content p,
#main-content p {
  font-size: 26px;
}
.single-hiring_solutions #main-content.has-background,
#main-content.has-background {
  text-align: left;
  background-size: auto;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  /*padding-top: 130px;
  padding-bottom: 180px;*/
}

.single-hiring_solutions #main-content.has-background h2,
.single-hiring_solutions #main-content.has-background p,
#main-content.has-background h2,
#main-content.has-background p {
  max-width: 600px;
}

.single-hiring_solutions #main-content:not(.has-background) h2,
.single-hiring_solutions #main-content:not(.has-background) p,
#main-content:not(.has-background) h2,
#main-content:not(.has-background) p {
  margin-left: auto;
  margin-right: auto;
}

.section.block--statistic2 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}

.section.block--statistic {
  text-align: center;
  color: #fff;
  position: relative;
}

.section.block--statistic * {
  position: relative;
  color: #fff;
  z-index: 10;
}

.section.block--statistic p a {
  font-size: 12px;
}

.section.block--statistic .full-bg {
  padding-top: 125px;
  padding-bottom: 130px;
}

.section.block--statistic .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.85;
  z-index: 1;
}

.section.block--statistic2 .full-bg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.block--statistic2 .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.85;
  z-index: -1;
}

.section.block--statistic span {
  font-size: 210px;
  line-height: 1;
  font-family: 'Gilroy-Thin', sans-serif;
  display: inline-block;
  margin-bottom: 50px;
}


.section.block--statistic p {
  font-size: 20px;
}

.section.block--screening_continuum {
  text-align: center;
  background-color: #005884;
  color: #fff;
}
.section.block--screening_continuum .screening-continuum {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #005884;

}

.section.block--screening_continuum h2,
.section.block--screening_continuum p {
  max-width: 750px;
  margin: 0 auto;
}

.section.block--screening_continuum h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.section.block--screening_continuum p {
  font-size: 20px;
}

.section.block--screening_continuum img {
  margin-right: -119px;
  margin-bottom: 26px;
  margin-top: 65px;
}

.section.block--screening_continuum .button {
  margin-top: 80px;
}

.section.block--screening_continuum .slide {
  margin-bottom: 0;
}
.screening_continuum.slick-initialized.slick-slider ul {
  margin: 0;
  padding: 0;
}
.section.block--screening_continuum .screening-continuum.reverse {
  background-color: #49B3F6;


}
.screening-dots {
  margin-top: 50px;
}


.screening_continuum {
  max-width: 1040px;
  margin: 0 auto;
}

.screening_continuum h3 {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.section.block--screening_continuum .screening-continuum.reverse ul li {
  text-align: left;
}

.section.block--screening_continuum .custom-text .more-items {
  opacity: 0;
  display: none;
}

.section.block--screening_continuum .custom-text .see-more-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 27px;
}

.section.block--screening_continuum .custom-text .slide p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}


.section.block--screening_continuum .custom-text .slide ul li {
  font-size: 20px;
  font-family: 'Gilroy-Thin', sans-serif;
  margin-left: 50px !important;
  list-style: disc;
  display: list-item;
  margin-bottom: 20px;
}

.section.block--screening_continuum .custom-image .screening_continuum {
  margin-right: -60px;
}

.section.block--screening_continuum .button:hover {
  color: #005884 !important;
}

#related-articles {
  position: relative;
  float: left;
  width: 100%;
}
.button {
  background-color: transparent;
  border-radius: 30px;
  border: 1.5px solid #49B3F6;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
}

.button:hover{
  color: #fff !important;
  cursor: pointer;
  background-color: #49B3F6;
}
.button.reverse {
  border-color: #fff;
}
.section.block--screening_continuum .button:hover {
  color: #005884 !important;
}
.button.reverse:hover{
  background-color: #fff !important;
}
.section.block--screening_continuum .button {
  margin-top: 80px;
}
#related-articles {
  position: relative;
}

#related-articles .bg{
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#related-articles .bg-1 {
  left: 0;
  right: 50%;
}

.single-industries #related-articles:before {

}

#related-articles .bg-2 {
  left: 50%;
  right: 0;
}

.single-industries #related-articles:after {

}

/*#related-articles a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#related-articles a:hover,
#related-articles a:active,
#related-articles a:focus {
  opacity: 0.8;
  margin-right: -2px;
}*/

#related-articles .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  opacity: 0.88;
}

#related-articles .hs-col {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.custom-test-row1 .section.block--screening_continuum .custom-text .slide p{
  text-align: left;
  margin: 0;
}
.custom-test-row1 .screening_continuum.slick-initialized.slick-slider {
  margin-right: -60px;
}
#related-articles .hs-col * {
  display: block;
  position: relative;
}

#related-articles .hs-col:first-child {
  padding-right: 40px;
}
#related-articles .hs-col:first-child * {
  color: #fff;
}

.single-industries #related-articles .hs-col:first-child * {
  color: #1B4C51;
}

/*#related-articles .hs-col:first-child a:after {

  width: 24px;
  display: inline-block;
  margin-left: 7px;
}*/

#related-articles .hs-col a, #related-articles .hs-col .fas {
  display: inline-block !important;
}

#related-articles .hs-col:last-child {
  padding-left: 40px;
}

#related-articles .hs-col:last-child * {
  color: #1B4C51;
}

.single-industries #related-articles .hs-col:last-child * {
  color: #fff;
}

/*#related-articles .hs-col:last-child a:after {
  content: url('//4536279.fs1.hubspotusercontent-na1.net/hubfs/4536279/GoodEgg_October2018/images/arrow-right-blue.svg');
  width: 24px;
  display: inline-block;
  margin-left: 7px;
}

#related-articles .hs-col:last-child a:after {
  content: url('//4536279.fs1.hubspotusercontent-na1.net/hubfs/4536279/GoodEgg_October2018/images/arrow-right.svg');
}
#related-articles .hs-col:first-child a:after {
  content: url('//4536279.fs1.hubspotusercontent-na1.net/hubfs/4536279/GoodEgg_October2018/images/arrow-right.svg');
  width: 24px;
  display: inline-block;
  margin-left: 7px;
}
#related-articles.custom-rec-testimonial_1 .hs-col:last-child a:after {
  content: url('//4536279.fs1.hubspotusercontent-na1.net/hubfs/4536279/GoodEgg_October2018/images/arrow-right-blue.svg');
      width: 23px;
}*/
#related-articles span.title {
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 44px;
  letter-spacing: 0.06em;
}
.signup-block form label span.hs-form-required {
  display: none !important;
}
#related-articles h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 21px;
}

#related-articles p {
  margin-bottom: 30px;
  font-size: 18px;
}

#related-articles a {
  text-decoration: underline;
}

#related-articles .testimonial p {
  font-size: 32px;
  color: #1B4C51;
  font-weight: 400;
  max-width: 90%;
  display: inline-block;
}

#related-articles .testimonial p.attribution {
  font-size: 20px;
}

#sign-up {
  text-align: center;
  background: #f8f8f8;
  color: #1B4C51;
  padding-top: 60px !important;
  padding-bottom: 50px;
  padding-left: 20%;
  padding-right: 20%;
}

#sign-up h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

#sign-up form .hs-form-field{
  width: 550px !important;
  max-width: 100%;
}

#sign-up form .hs-form-field br {
  display: none !important;
}

#signup-form, #sign-up {background: #f8f8f8;}

#signup-social-media {background: #1a4a50;}
#signup-social-media {color: #ffffff;}

#signup-form,
#sign-up,
#signup-social-media {
  text-align: center;
  padding-top: 40px;
}

#signup-form h3,
#sign-up h3,
#signup-social-media h3 {
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  font-size: 1.75em;
  letter-spacing: .02em;
  margin-bottom: 40px;
}

#signup-form form,
#sign-up form,
#signup-social-media form {
  max-width: 750px;
  margin: 0 auto;
}

#signup-form form input,
#signup-form form select,
#sign-up form input{
  width: 100%;
  border: 1pt solid #628496;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 18px 15px 15px 15px;
  font-size: 15px;
  position: relative;
  background-color: #fff;
  margin: 0;
  line-height: inherit;
  max-width:100%;
}

#sign-up form select,
#signup-social-media form input,
#signup-social-media form select {
  width: 100%;
  border: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 18px 15px 15px 15px;
  font-size: 15px;
  position: relative;
  background-color: #fff;
  margin: 0;
  line-height: inherit;
  max-width:100%;
}

#sign-up form select option:nth-child(n+2),
#signup-form form select option:nth-child(n+2),
#signup-social-media form select option:nth-child(n+2) {
	color: #1b4c51;
}
#sign-up form select option:first-child,
#sign-up-form select option:first-child,
{
  color: #585858;
}

#sign-up span.hs-form-required {
  display: none;
}
#signup-form form input:focus,
#signup-form form select:focus,
#sign-up form input:focus,
#sign-up form select:focus,
#signup-social-media form input:focus,
#signup-social-media form select:focus {
  outline: 0;
  border-color: #49B3F6;
}
#sign-up .actions {
  padding: 0 18px 0 0;
}

#sign-up ul.hs-error-msgs.inputs-list {
  background-color: #fff;
  max-width: 553px;
  margin: 0 auto;
  padding: 7px !important;
}

#signup-form form select,
#sign-up form select,
#signup-social-media form select {
  height: 55px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
}

#signup-form form.hs-form fieldset .hs-form-field,
#sign-up form.hs-form .hs-form-field,
#signup-social-media form.hs-form fieldset .hs-form-field {
  float: none;
  width: 48%;
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  background: #fff;
  vertical-align: top;
}

#signup-form form.hs-form fieldset .hs-form-field br,
#sign-up form.hs-form .hs-form-field br,
#signup-social-media form.hs-form .hs-form-field br {
  display: none !important;
}

#signup-form .actions,
#signup-social-media .actions {
  padding: 0 20px 0 0;
}

#signup-form form.hs-form fieldset .hs-form-field:nth-child(odd),
#sign-up form.hs-form  .hs-form-field:nth-child(odd),
#signup-social-media form.hs-form fieldset .hs-form-field:nth-child(odd) {
  margin-right: 1%;
}

#signup-form form.hs-form fieldset .hs-form-field:nth-child(even),
#sign-up form.hs-form .hs-form-field:nth-child(even),
#signup-social-media form.hs-form fieldset .hs-form-field:nth-child(even) {
  margin-left: 1%;
}

#signup-form form.hs-form fieldset .hs-form-field.hs-fieldtype-select:after,
#sign-up form .hs-fieldtype-select:after,
#signup-social-media form.hs-form fieldset .hs-form-field.hs-fieldtype-select:after {
  content: '↓';
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 17px;
  font-family: 'Gilroy-Regular', sans-serif;
  font-family: 'Gilroy-Thin', sans-serif;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#signup-form form.hs-form fieldset .hs-form-field,
#signup-social-media form.hs-form fieldset .hs-form-field {
  padding: 0;
}
#signup-form form.hs-form fieldset .hs-form-field.hs-fieldtype-select.open:after,
#sign-up form .hs-fieldtype-select.open:after,
#signup-social-media form.hs-form fieldset .hs-form-field.hs-fieldtype-select.open:after {
  -webkit-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
}

#signup-form form .hs-form-field > label,
#sign-up form .hs-form-field > label,
#signup-social-media form .hs-form-field > label {
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #1B4C51;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#signup-form form .hs-form-field > label span.hs-form-required,
#signup-social-media form .hs-form-field > label span.hs-form-required {
  display: none;
}
#signup-form form .hs-form-field > label.focused,
#sign-up form .hs-form-field > label.focused,
#signup-social-media form .hs-form-field > label.focused {
  top: 6px;
  left: 15px;
  font-size: 11px;
  font-weight: 500;
  opacity: 1;
}

#signup-form form input[type="submit"],
#sign-up form input[type="submit"] {
  margin: 30px auto 30px auto;
  width: auto;
  background-color: #49B3F6;
  border: 1pt solid #49B3F6;
  border-radius: 30px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
}

#signup-social-media form input[type="submit"] {
  margin: 30px auto 30px auto;
  width: auto;
  background-color: #f78100;
  border-radius: 30px;
  border: none;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 20px 35px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 1px;
}

#signup-form form input[type="submit"]:hover,
#signup-form form input[type="submit"]:focus,
#signup-form form input[type="submit"]:active,
#sign-up form input[type="submit"]:hover,
#sign-up form input[type="submit"]:focus,
#sign-up form input[type="submit"]:active {
  background-color: #3d95cd;
  color: #fff !important;
}

#signup-social-media form input[type="submit"]:hover,
#signup-social-media form input[type="submit"]:focus,
#signup-social-media form input[type="submit"]:active, {
  background-color: #de7218 !important;
  color: #fff !important;
}




ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
}
.screening-dots .slick-dots li {
  display: inline-block;
}

.screening-dots .slick-dots li a {
  height: 13px;
  width: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  margin-right: 13px;
}

.screening-dots .slick-dots li.slick-active a {
  opacity: 1;
}

.custom-banner.not-bg{
    background-color: rgba( 239, 201, 40, 0.9 );
}
.custom-about-banner {
  padding: 80px 0 0;
}
.custom-about-banner h1 {
  color: #EFC928;
  font-size: 70px;
  margin-bottom: 50px;
}

.custom-about-banner .bg-img {
  height: 511px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 50px;
}
.custom-about-banner .content.page-center .inner-content {
  margin-bottom: 25px;
}

.custom-about-banner .content.page-center .inner-content p {
  font-size: 28px;
  line-height: 1.4;
}
#guiding-principles * {
  color: #fff;
}

#guiding-principles {
  padding-top: 70px;
  padding-bottom: 120px;
  background-color: #EFC928;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

#guiding-principles h2 {
  font-size: 70px;
  margin-bottom: 70px;
}

#guiding-principles h2 {
  font-size: 70px;
  margin-bottom: 70px;
}


#guiding-principles .inner-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  max-width: 720px;
  margin: 0 auto;
}


#guiding-principles .inner-wrapper .items{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size: 20px;
  margin-bottom: 46px;
}

#guiding-principles .img {
  width: 40px;
  text-align: right;
  max-width: 40px;
  min-width: 40px;
}

#guiding-principles .text {
  padding-left: 20px;
}

#guiding-principles h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 9px;
}
#guiding-principles p {
  font-size: 20px;
  line-height: 1.4;
}
#guiding-principles a {
  text-decoration: underline;
}
div#signup-form,
div#signup-social-media{
  float: left;
  width: 100%;
}
#guiding-principles .img img {
  height: 35px;
  max-height: 35px;
  width: auto;
  display: inline-block;
}

#where-to-find-us {
  color: #fff;
  background: #49B3F6;
  width: 100%;
  padding-top: 85px;
}

#where-to-find-us h2 {
  font-size: 70px;
  margin-bottom: 86px;
}
#where-to-find-us .row {
  margin-bottom: 100px;
  min-height: 500px;
}

#where-to-find-us .address {
  float: left;
}

#where-to-find-us .address p {
  font-size: 20px;
  font-family: 'Gilroy-Regular', sans-serif;
  margin-bottom: 8px;
  margin-top: 0;
}

#where-to-find-us .address p span {
  font-family: 'Gilroy-Regular', sans-serif;
  margin-bottom: 40px;
  display: block;
}

#where-to-find-us .address a {
  text-decoration: none;
  color: #fff;
}

#where-to-find-us .address {
  float: left;
  width: 100%;
  max-width: 221px;
}
#where-to-find-us .acf-map {
  width: 70%;
  height: 500px;
  position: absolute;
  right: 0;
  left: 35%;
  margin: 0;
  float: right;
  /* fixes potential theme css conflict */
}
#where-to-find-us .acf-map iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(229, 227, 223);
}
#where-to-find-us .custom-map-wrapper{
  margin-bottom: 100px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}



.signup-block form input[type="submit"] {
  border-radius: 0px;
  background-color: #49B3F6;
  color: #fff !important;
  height: 50px;
  width: 50px;
  font-size: 23px;
  font-weight: 400;
  padding: 0;
}

.signup-block form p {
  float: left;
}

/* .signup-block form fieldset {
background: #fff;
height: 50px;
padding-right: 15px;
font-size: 16px;
color: #1B4C51;
border: 0;
float: left;
min-width: 74%;
}
*/
.signup-block form .hs-form-field {

  opacity: 1 !important;
  width: 87%;
}

#related-articles .hs-col form * {
  position: static;
}
.signup-block ul.hs-error-msgs.inputs-list {
  border: 2px solid #f7e700;
  padding: 5px !important;
  margin: 11px 0;
  width: 100% !important;
  max-width: 300px;
}
#related-articles .hs-col .hs-submit * {
  position: static;
}
.signup-block .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin: 0;
  position: absolute !important;
  right: 3px;
  top: 0;
}

.signup-block form .hs-form-field > label{
  font-size: 16px;
  position: absolute !important;
  top: 15px;
  left: 15px;
  color: #1B4C51;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10000000;
}
.signup-block .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin: 0;
}

.signup-block .hs_submit.hs-submit {
  float: right;
}
.signup-block form label.focused {
  top: 6px;
  left: 15px;
  font-size: 11px;
  font-weight: 500;
  opacity: 1;
}
.signup-block form input[type="email"] {
  min-width: 80%;
  min-height: 50px;
  padding-left: 15px;
  line-height: 1.4;
  margin: 0;
  
    font-size: 100%;
}

.signup-block h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1B4C51;
}

.signup-block br {
  display: none !important;
}

.signup-block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 74%;
}
p + p {
  margin-top: 1em;
}
#related-articles h3.form-title {
  margin: 0;
  padding: 0;
}
.custom-get-started p {
  font-size: 16pt;
  color: #fff;
  padding: 0pt 0pt 0pt 10pt;
  margin-bottom: 20px;
  margin-top: 1em;
}
.custom-get-started {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 70px;
}

.custom-get-started h1 {
  font-size: 36pt;
  color: #fff;
  padding: 10pt 0pt 0pt 10pt;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.4;
}

.custom-get-started span.hs-form-required {
  display: none;
}

.custom-get-started .hs-input {
  max-width: 315px;
  /*margin: 5px 5px 10px;*/
  margin: 5px 0;
  /* float: left; */
  display: block;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  letter-spacing: 0;
  font-size: 15px;
}

.custom-get-started .hs_error_rollup {
  padding: 0 0 0 10px;
}
.custom-get-started ul.hs-error-msgs.inputs-list {
     background-color: #49B3F6 !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid #49B3F6 !important;
    -webkit-box-shadow: none !important;
    display: block;
    margin-top: 7px;
    border-radius: 6px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.7em 0.6em 0.4em!important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    position: relative;
}
.custom-get-started .hs_error_rollup ul.hs-error-msgs.inputs-list:before {
    display: none;
}
.custom-get-started ul.hs-error-msgs.inputs-list:before {
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    margin-top: 5px;
    background-color: #49B3F6 !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid #49B3F6 !important;
    -webkit-box-shadow: none !important;
    content: "";
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    top: -7px;
    left: 5px;
    z-index: 100;
}

.custom-get-started form.hs-form fieldset .hs-form-field:nth-child(2) {
  padding-left: 20px;
}

.custom-get-started .actions {
  padding: 0 15px;
}

.custom-get-started input.hs-button.primary.large {
  cursor: pointer;
  min-height: 50px;
  max-width: 190px;
  font-family: 'Gilroy-Bold', sans-serif;
  color: #FFFFFF !important;
  background-image: none !important;
  background: rgba(0,0,0,0);
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
  /* float: left !important; */
  /* margin-left: 15px !important; */
  padding: 0.4em 1em;
  font-size: 1em;
  box-shadow: 1px 1px 6px 1px #ccc;
  width: 100%;
  margin-bottom: 0;
  outline:0;
  font-size: 14px;
}
.screening_continuum p {
  font-size: 18px !important;
  font-family: 'Gilroy-Regular', sans-serif;
  max-width: 80%;
}

.section.block--screening_continuum p {
  max-width: 750px;
  margin: 0 auto;
}
.single-hiring_solutions .section.block--screening_continuum .screening-continuum.reverse {
  background-color: #005884;
}
.custom-get-started h3.form-title {
  margin: 0;
}
.custom-get-started input.hs-button.primary.large:hover {
  color: #01363C !important;
  background-color: #FFFFFF !important;
}
.custom-get-started form {
  margin-bottom: 5%;
}
.custom-get-started .hs-input:focus {
 
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out;
}
.custom-get-started form.hs-form fieldset .hs-form-field {
  padding: 0 0 0 10px;
  max-width: 325px;
  width: 100% !important;
}

.section.block--text_list, .section.block--title {
  color: #1B4C51;
}
.section.block--text_list .text-list .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.block--icons {
  text-align: center;
  color: #fff;
  background-color: #1B4C51;
  padding-top: 85px;
  padding-bottom: 80px;
}

.section.block--icons h2, .section.block--icons p {
  margin: 0 auto;
}
.section.block--icons .icon-col:nth-child(1), .section.block--icons .icon-col:nth-child(2n), .section.block--icons .icon-col:nth-child(5) {
  padding-right: 20px;
}

.section.block--icons .icon-col:nth-child(2n), .section.block--icons .icon-col:nth-child(3n) {
  padding-left: 20px;
}

.section.block--icons img {
  width: auto;
  max-height: 75px;
  margin-bottom: 32px;
}

.section.block--icons h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}



#testimonial, .testimonial-block {
  text-align: center;
  position: relative;
  padding-top: 85px;
  padding-bottom: 95px;
  background-position: center center;
}

#testimonial .page-center, .testimonial-block .page-center {
  max-width: 750px;
}

#testimonial *, .testimonial-block * {
  color: #fff;
  z-index: 1;
  position: relative;
  display: block;
}

#testimonial span.title, .testimonial-block span.title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 20px;
}

#testimonial p, .testimonial-block p {
  font-size: 34px;
}

#testimonial p.attribution, .testimonial-block p.attribution {
  font-size: 20px;
  margin-top: 50px;
}

#testimonial img, .testimonial-block img {
  width: 72px;
  height: auto;
  display: inline-block;
  margin-bottom: 6px;
}

#testimonial:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #26BFBB;
  opacity: 0.85;
}

.testimonial-block .color-overlay {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #26BFBB;
  opacity: 0.85;
}

.section.block--icons .button {
  margin-top: 25px;
}

.section.block--icons .button:hover {
  color: #1B4C51 !important;
}
.section.block--icons h2 {
  font-size: 32px;
  margin-bottom: 40px;
  max-width: 710px;
}

.section.block--icons p {
  font-size: 20px;
  max-width: 750px;
}
.section.block--icons p {
  font-size: 17px;
}
.section.block--icons .row {
  margin-top: 80px;
}

.section.block--icons .icon-col {
  display: inline-block;
  float: none;
  width: 33%;
  vertical-align: top;
  margin-bottom: 75px;
}

/* .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module:last-child .section.block--text_list, .section.block--title:last-child {
padding-bottom: 90px;
} */
.section.block--text_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.block--text_list .text-list, .section.block--title .text-list {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.block--text_list .col, .section.block--title .col {
  vertical-align: middle;
}

.section.block--text_list .col:first-child, .section.block--title .col:first-child {
  width: 60%;
}


.section.block--text_list h2, .section.block--title h2 {
  font-size: 46px;
  margin-bottom: 45px;
}

.section.block--text_list p, .section.block--title p {
  font-size: 28px;
}

.section.block--text_list ul li, .section.block--title ul li {
  font-size: 20px;
  margin-bottom: 33px;
}

.section.block--text_list ul li:last-child, .section.block--title ul li:last-child {
  margin-bottom: 0;
}

.section.block--text_list ul li:before, .section.block--title ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 1.33em;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}

.section.block--text_list .style-2, .section.block--title .style-2 {
  padding: 0;
}

.section.block--text_list .style-2 .row, .section.block--title .style-2 .row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.block--text_list .style-2 p, .section.block--title .style-2 p {
  font-size: 22px;
}

.section.block--text_list .style-2 ul li, .section.block--title .style-2 ul li {
  font-size: 18px;
  margin-bottom: 16px;
}

.section.block--text_list .style-2 ul li:last-child, .section.block--title .style-2 ul li:last-child {
  margin-bottom: 0;
}

.section.block--stats .stats {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.block--stats .col span.title {
  font-size: 6.7em;
  font-family: 'Gilroy-Thin', sans-serif;
  display: block;
  line-height: 1;
  margin-bottom: 40px;
}
.col-1-3 {
  width: 33%;
}
.section.block--stats .col p {
  font-size: 1.1em;
  font-family: 'Gilroy-Regular', sans-serif;
}

.section.block--stats .col:nth-child(1), .section.block--stats .col:nth-child(2) {
  padding-right: 20px;
}

.section.block--stats .col:nth-child(2), .section.block--stats .col:nth-child(3) {
  padding-left: 20px;
}

.section.block--slider {
  position: relative;
}

.section.block--slider #tabs .slick-dots li.slick-active img.icon {
  display: none;
}

.section.block--slider #tabs .slick-dots li.slick-active img.hovericon {
  display: inline-block;
}

.section.block--slider #tabs .slick-dots li:not(.slick-active) img.icon {
  display: inline-block;
}

.section.block--slider #tabs .slick-dots li:not(.slick-active) img.hovericon {
  display: none;
}


.tabbed-slider .slide {
  min-height: 750px;
  padding-top: 200px;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tabbed-slider .slide h4 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 45px;
}

.tabbed-slider .slide p {
  font-size: 24px;
}

.tabbed-slider .slide h4, .tabbed-slider .slide p {
  max-width: 350px;
}


.block--slider #dots .slick-dots {
  text-align: center;
}

.block--slider #dots .slick-dots li {
  display: inline-block;
}

.block--slider #dots .slick-dots li a {
  height: 13px;
  width: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #1B4C51;
  opacity: 0.5;
  margin-right: 13px;
}

.block--slider #dots .slick-dots li.slick-active a {
  opacity: 1;
}

#tabs {
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
}

#tabs .slick-dots {
  display: table;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 115px;
  margin-top: 5px;

  position: static;
}

#tabs .slick-dots .slider-tab {
  cursor: pointer;
}

#tabs .slick-dots li {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
}

#tabs .slick-dots li .arrow {
  width: 100px;
  height: 40px;
  position: absolute;
  overflow: hidden;
  top: -45px;
  left: 25%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

#tabs .slick-dots li .arrow:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
  left: 25px;
  -webkit-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

#tabs .slick-dots li.slick-active .arrow {
  opacity: 1;
}

#tabs .slick-dots li.slick-active:last-child .arrow {
  opacity: 0.8;
}

#tabs .slick-dots li a {
  max-width: 100px;
  text-align: left;
}

#tabs .slick-dots li span {
  display: inline-block;
  vertical-align: top;
  max-width: 126px;
}
.custom-get-started * {
/*   color: #fff; */

}
#tabs .slick-dots li img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.custom-get-started  .submitted-message{
  padding:0 15px;
}
.custom-mon-row1 .custom-two-col-bg.sk-block.block--text_list.section.clearfix .text-list.style-1.clearfix {
  padding-bottom: 180px;
}
.section.block--industry_slider {
  background-color: #1B4C51;
  color: #fff;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 115px;
}
.tabbed-slider.slick-slider{
  margin: 0;
}
.body-container .hs-search-results .hs-search-results__listing li {
    padding: 10px 0;
}
.custom-screen-row1 .hs_cos_wrapper_type_module:last-child .custom-two-col-bg.sk-block.block--text_list.section.clearfix {
  padding-bottom: 90px;
}

.section.block--industry_slider h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 75px;
}
.industry-slider .slick-dots li {
  display: inline-block;
}
.section.block--text_list ul li:last-child, .section.block--title ul li:last-child {
  margin-bottom: 0 !important;
}
.industry-slider .slick-dots li a {
  height: 13px;
  width: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  margin-right: 13px;
}

.industry-slider .slick-dots li.slick-active a {
  opacity: 1;
}
.industry-slider .caption h4 {
  text-align: left;
  font-size: 20px;
  margin: 25px 0 0;
}

.section.block--industry_slider .slick-slide {
  text-align: left;
  font-size: 20px;
}

.section.block--industry_slider .slick-slide-inner-wrapper {
  width: 95%;
  height: 205px;
  margin-bottom: 25px;
}

.block--industry_slider .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}
.custom-screen-row1 .section.block--text_list .text-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-screen-row1 .section.block--text_list p {
  font-size: 22px;
}
.custom-screen-row1 .section.block--text_list ul li {
  font-size: 18px;
  margin-bottom: 16px;
}
.custom-screen-row1 .custom-full-col-bg.section.sk-block.block--title {
  padding-bottom: 10px;
}

.industry-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
}
.industry-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
  margin: 0;
}

.custom-full-col-bg.section.block--title{
  padding-top: 90px;
  padding-bottom: 90px;
  color: #1B4C51;
}
.custom-full-col-bg.section.block--title p {
  text-align: left;
  font-size: 22px;
}

/*** Home Page ***/
.home h2,
.home .section.block--screening_continuum h2{
  font-size: 40px;
  margin-bottom: 35px;
}

.custom-banner-post.not-bg {
    background-color: rgba( 239, 201, 40, 0.9 );
}


.home-banner.entry-header {
  text-align: left;
  padding: 115px 0 150px 0;
  background-position-y: top !important;
}
.home-banner.entry-header .page-center{
  padding-right: 45%;
}
.home-banner.entry-header p {
  font-size: 28px;
}
.home-banner.entry-header h1 {
  font-size: 98px;
  margin-bottom: 40px;
  margin-left: 0;
}

.home-banner.entry-header * {
  color: #fff;
}


#statistics-slider {
  /*background-color: #8CB200;*/
  color: #fff;
  padding-top: 80px;
  padding-bottom: 17px;
  text-align: center;
}

#statistics-slider .number {
  font-size: 210px;
  display: inline-block;
  font-family: 'Gilroy-Thin', sans-serif;
  line-height: 1;
}
#statistics-slider p {
  font-size: 20px;
  margin-bottom: 95px;
}

#statistics-slider p+p{
  font-size: 12px;
  margin-bottom: 0;
}

#statistics-slider {
  position: relative;
}

#statistics-slider #dots {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
}

#statistics-slider .arrow-right, #statistics-slider .arrow-left {
  content: url('//4536279.fs1.hubspotusercontent-na1.net/hubfs/4536279/GoodEgg_October2018/images/arrow-slider.svg');
  display: inline-block;
  width: 50px;
  position: absolute;
  top: -60%;
}

#statistics-slider .arrow-right {
  right: 0;
}

#statistics-slider .arrow-left {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#statistics-slider a {
  color: #fff;
}

#statistics-slider .slick-dots li {
  display: inline-block;
}

#statistics-slider .slick-dots li a {
  height: 13px;
  width: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  margin-right: 13px;
}

#statistics-slider .slick-dots li.slick-active a {
  opacity: 1;
}
.home .section.block--screening_continuum .slide {
  margin-bottom: 50px;
}
.home .section.block--screening_continuum .screening-continuum.reverse{
  background-color: #49B3F6;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.block--screening_continuum .button {
  margin-top: 80px;
}
.home .section.block--screening_continuum p{
  max-width: 75%;
  margin: 0 auto;
  font-size: 20px;
  font-family: 'Gilroy-Regular', sans-serif;
}

.home .section.block--screening_continuum img {
  margin-top: 90px;
  margin-bottom: 26px;
  margin-right: -120px;
}
.button.green {
  border-color: #1B4C51;
  color: #1B4C51 !important;
}
.vertical-decoration {
  width: 100%;
  height: 95px;
  position: relative;
  display: block;
  margin: 50px 0;
}
.vertical-decoration:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #1B4C51;
}

.button.green:hover, .button.green:active, .button.green:focus {
  background-color: #1B4C51 !important;
  color: #fff !important;
}

.home .section.block--screening_continuum .button:hover {
  background-color: #fff !important;
  color: #49B3F6 !important;
}
.home .section.block--screening_continuum .custom-text .slide p {
  text-align: center;
  max-width: 75%;
}

#monitoring {
  background-color: #fff;
  padding-top: 105px;
  padding-bottom: 95px;

  text-align: center;
}

#monitoring h2,  #monitoring p {
  max-width: 530px;
  margin: 0 auto;
}


#monitoring h2 {
  margin-bottom: 40px;
  font-size: 46px;
}

#monitoring p {
  font-size: 20px;
  margin-bottom: 30px;
}

#monitoring h1{
  font-size: 210px;
  font-family: 'Gilroy-Thin', sans-serif;
  margin: 0;
  line-height: 1;
}
#monitoring h5 {
  font-size: 20px;
  max-width: none;
  margin: 0 auto;
  margin-bottom: 30px;
}


#monitoring h6{
  font-size: 16px;
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.4
}

.home .section.block--screening_continuum .button {
  margin-top: 0;
}
#screening {
  background-color: #1B4C51;
  color: #fff;
  padding-top: 80px;
  text-align: center;
}
.vertical-decoration.reverse:after {
  background-color: #fff;
  opacity: 0.5;
}

#hiring h2,  #hiring p {
  margin: 0 auto;
}

#hiring h2 {
  max-width: 500px;
  margin-bottom: 40px;
}

#hiring p {
  max-width: 750px;
}

#hiring img {
  margin-top: 50px;
}

#hiring .vertical-decoration {
  margin-top: 6px;
}

#smarter-screening {
  display: inline-block;
  padding-bottom: 60px;
}

#smarter-screening h2 {
  max-width: 475px;
  margin: 0 auto 80px;
}

#smarter-screening .icon-col {
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
  float: none;
  display: inline-block;
  width: 33%;
  margin-bottom: 80px;
  vertical-align: top;
}

#smarter-screening .icon-col h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

#smarter-screening .icon-col p {
  font-size: 17px;
}

#smarter-screening .icon-col img {
  width: auto;
  max-height: 80px;
  display: inline-block;
  margin-bottom: 6px;
}

#smarter-screening .icon-col .prescription {
  min-height: 77px;
}

.hs-blog-listing {
  background-color: #1B4C51;

}

.hs-blog-listing .body-container{
  color: #fff;
}



.blog .page-header {
  margin-top: 115px;
  margin-bottom: 85px;
}

.blog .page-header span.title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}

.blog .type-post {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.blog .type-post:hover {
  -webkit-transform: scale(1.003);
  transform: scale(1.003);
}

.blog .page-header h1 {
  font-size: 67px;
  margin: 0;
}


.blog .format-standard {
  background-color: #fff;
  color: #1B4C51;
  margin-bottom: 55px;
}

.blog .format-standard .row {
  min-height: 450px;
}

.blog .format-standard .meta {
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.5;
  margin-bottom: 35px;
  color: #1B4C51;
}

.blog .format-standard .featured-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.blog .format-standard .meta span {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1149px) {
  .blog .format-standard .featured-img {
    position: relative;
    height: 250px;
  }
}

.blog .format-standard .col:last-child {
  padding: 27px 55px;
}

.blog .format-standard .entry-title {
  margin-bottom: 30px;
}

.blog .format-standard a {
  text-decoration: none;
}

.blog .format-standard a:hover, .blog .format-standard a:focus, .blog .format-standard a:active {
  text-decoration: underline;
}

.blog .format-standard:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.27);
}

.blog .format-standard:hover a {
  text-decoration: underline;
}

.blog  .meta {
  font-size: 18px;
  font-weight: 600;
}

.blog  .meta span {
  float: right;
}

.blog  .entry-title {
  font-size: 32px;
}

.blog .body-container p {
  font-size: 23px;
  font-weight: 300;
  padding-bottom: 40px;
}
.blog-listing-wrapper .post-listing .post-item .entry-header {
  padding: 0;
  min-height: 1px;
}

.blog .preview-card .meta {
  padding: 35px 35px 35px 35px;
  text-transform: uppercase;
  font-size: 18px;
  /* background-color: rgb(255, 255, 255); */
  color: rgb(27, 76, 81);
}
.blog-listing-wrapper .post-listing .post-item {
  background-color: #fff;
}

.blog-post-wrapper .post-body {
  max-width: 95%;
}
.blog.hs-blog-post .blog-content {
  width: 100%;
  position: relative;
}
.blog .meta span {
  float: right;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
}
.blog-listing-wrapper .post-listing .post-item .entry-header {
  padding: 0;
}
.blog .preview-card {
  width: 49.5%;
  color: #1B4C51;
  border: 10px solid #1B4C51;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* opacity: 0; */
  display: inline-block;
  vertical-align: top;
}

.blog .preview-card:hover {
  cursor: pointer;
}

.blog .preview-card:hover a {
  text-decoration: underline;
}

.blog .preview-card:hover .card {
  background: #fff;
  -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.27);
}

.blog .preview-card:hover .card * {
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog .preview-card .card {
  background-size: cover !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.blog .preview-card .card *:not(span) {
  z-index: 1000;
  position: relative;
}

.blog .preview-card .card.no-bg-img {
  background-color: #fff;
}

.blog .preview-card .entry-title {
  font-size: 32px;
  padding: 0 35px 32px 35px;
  line-height: 1.1;
  margin:0;
}

.blog .preview-card a {
  text-decoration: none;
}

.blog .preview-card a:hover, .blog .preview-card a:focus, .blog .preview-card a:active {
  text-decoration: underline;
}

.blog .preview-card .entry-content p {
  padding: 0 35px 45px 35px;
  font-size: 21px;
}
.blog .preview-card .overlay {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0 !important;
}
.blog .format-standard .entry-header {
  padding: 0;
  min-height: 1px;
}
.blog .format-standard .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog #newsletter-form {
  margin-bottom: 80px;
}

.blog #newsletter-form .col {
  vertical-align: middle;
}

.blog #newsletter-form h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
.blog #newsletter-form .col.form-wrap {
  margin-left: 1%;
}
.blog #newsletter-form form {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  float: right;
  position: relative;
  padding-right: 50px;
  margin-top: 0px;
}

.blog #newsletter-form form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0px;
    
}

.blog #newsletter-form h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 8px 0;
}
.blog #newsletter-form form .hs-form-field {
  background: #fff;
  position: relative;
}
.blog #newsletter-form span.hs-form-required {
  display: none;
}
.blog #newsletter-form form .hs-form-field > label {
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #1b4c51;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.blog #newsletter-form form label.focused {
  top: 6px;
  left: 15px;
  font-size: 11px;
  font-weight: 500;
  opacity: 1;
}
.blog-pagination a.next-posts-link {
  margin: 0 auto;
  color: #fff !important;
  border-color: #fff;
}
.blog #newsletter-form form input[type="email"] {
  height: auto;
  min-width: 450px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #1B4C51;
  border: 0;
  min-height: 50px;
  padding: 0 15px;
  margin:0;
}
.blog-pagination {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
.blog-pagination a.next-posts-link:hover {
  background: #fff;
  color: #1B4C51 !important;
}

.blog .post-listing{
  margin-left: -10px;
  margin-right: -10px;
}

.post-item.preview-card.white-color * {
  color: #fff;
}

.blog #newsletter-form form ul.hs-error-msgs.inputs-list {
  padding: 5px !important;
  background-color: #fff;
}

.blog #newsletter-form form input[type="submit"] {
  border-radius: 0px;
  background-color: #49B3F6;
  color: #fff !important;
  height: 50px;
  width: 50px;
  font-size: 23px;
  font-weight: 400;
  padding: 0;
  float: left;
  margin:0;
}


.blog .masonry {
  margin-left: -10px;
  margin-right: -10px;
}

.blog .masonry .gutter-sizer {
  width: 1%;
}

.blog .masonry .grid-sizer {
  width: 50%;
}

.single-post .entry-header {
  padding-top: 115px;
  padding-bottom: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}

.single-post .entry-header h1 {
  font-size: 67px;
}

.single-post .entry-header .meta {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-post .entry-header #overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-post .entry-header * {
  position: relative;
}

.single-post .entry-content {
  max-width: 95%;
}
.blog .body-container .pull-quote p {
  font-size: 32px;
  padding: 0;
  margin: 0;
}
.a2a_kit {
  margin-bottom: 45px;
  margin-left: -10px;
  line-height: 32px;
}
.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.a2a_default_style a {
  float: left;
  line-height: 16px;
  padding: 0 2px;
}
.a2a_kit a {
  cursor: pointer;
}

.blog #newsletter-form .hs_error_rollup {
    margin-top: 10px;
}


@media (max-width: 860px) {
  .single-post .entry-content {
    max-width: 100%;
    width: 100%;
  }
  .blog .pull-quote {
    
    position: relative;
    left: 0;
    margin-bottom: 40px;
  }
  .home .section.block--screening_continuum .slide {
    margin-bottom: 0;
  }
}

.single-post .entry-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-post .entry-content h3 {
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  font-size: 1.55em;
  line-height: 1.4;
  margin: .5em 0;
}

.single-post .entry-content p {
  font-size: 18px;
}

.single-post .entry-content p:first-child {
  font-size: 24px;
  font-weight: 500;
}

.single-post .entry-content ul {
  font-size: 18px;
  list-style: disc;
}

.single-post .entry-content ul li {
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.single-post .entry-content ol {
  font-size: 18px;
  list-style-type: decimal;
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
}
 
.single-post .entry-content ol>li {
  padding:0 0 0 2em;
  text-indent:-1.7em;
  list-style-type:none;
  counter-increment:item;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 20px;
}
 
.single-post .entry-content ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}

.single-post .entry-content p, .single-post .entry-content ul {
  margin-bottom: 20px;
}

.single-post .content-wrap {
  position: relative;
}

.single-post .pull-quote {
  background-color: #f8f8f8;
  color: #1B4C51;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 34%;
  left: 65%;
  padding: 65px 35px;
  width: auto;
  margin: 0;
}

.custom-banner-post {
  padding-top: 115px;
  padding-bottom: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}
.custom-banner-post div#overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-banner-post .page-center {
  position: relative;
  z-index: 1;
}

.custom-banner-post .page-center h1.entry-title, .custom-banner-post .page-center h1.entry-title span {
  font-size: 1.93em;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}
.blog-post-wrapper .post-body p:first-child {
  font-size: 1.33em;
  font-weight: 500;
}

.blog-post-wrapper .post-body h2 {
  font-size: 28px;
  margin-bottom: 12px;
  padding-top: 20px;
  line-height: 32px;
}

.blog-post-wrapper .post-body p, .blog-post-wrapper .post-body ul {
  margin-bottom: 20px;
}

.blog-post-wrapper .post-body p {
  font-size: 1em;
  padding: 0;
  line-height: 1.8;
}

/*.blog-post-wrapper .post-body a {font-family: 'Gilroy-Bold', 'Arial', sans-serif;}*/

.blog-post-wrapper .post-body ul {
  font-size: 18px;
  line-height: 1.5;
  list-style: disc;
  padding:0;
}
.blog-post-wrapper .post-body ul li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 860px) {
  .single-post .pull-quote {
    position: relative;
    left: 0;
    margin-bottom: 40px;
  }
}




@media (min-width: 1600px) {
  .home-banner.entry-header .page-center{
    padding-right: 30%;
  }
}

@media (max-width: 860px) {
  .blog .preview-card {
    width: 100%;
  }
 
}

@media (max-width: 1149px) {
  .blog #newsletter-form form {
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 0;
  }
  .blog #newsletter-form form input[type="email"] {
    min-width: 250px;
  }
  .blog-pagination {
    text-align: center;

  }
  .blog .format-standard .row{
    display:block;
  }
 
  .blog .format-standard .row .hs-col {
    float: none;
  }
  .blog #newsletter-form form input[type="submit"] {
    position: static;
    right: 0;
    top: 0px;
    margin-top: 5px !important;
  }
  .blog #newsletter-form h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px;
  }
  .blog .format-standard {
    float: left;
    width: 100%;
  }
  .blog #newsletter-form .col {
    vertical-align: middle;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1101px) {
  .section.block--screening_continuum .custom-text .slide:nth-child(2) {
    width: 340px !important;
  }
  .single-hiring_solutions .section.block--screening_continuum .custom-text .slide:nth-child(2){
    width: 360px !important;
  }
  .home .section.block--screening_continuum .custom-text .slide:nth-child(2) {
    width: 360px !important;
  }
  .screening_continuum .slide:nth-child(3) {
    width: 315px !important;
  }
  .screening_continuum .slide:first-child {
    width: 335px !important;
  }
  .single-hiring_solutions .custom-test-row1 .section.block--screening_continuum .custom-text .slide:nth-child(2){
    width: 340px !important;
  }

}


@media (min-width: 1150px) {
  .visible-desktop {
    display: block !important;
  }
  .custom-banner.entry-header.full-bg.mobile-bg-overlay.not-bg:not(.not-bg-bt-heading){
      display: none;
  }
  .single-hiring_solutions .container-fluid .row-fluid .custom-banner .page-center {
    padding-right: 30%;
  }
  .section.block--text_list .col:first-child, .section.block--title .col:first-child {
    padding-right: 130px;
  }

  .section.block--text_list .col:nth-child(2), .section.block--title .col:nth-child(2) {
    width: 40%;
  }
  .custom-header-logo.desktop-view {
    margin-bottom: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-bottom: -29px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 29px;
  }
  .single-hiring_solutions #main-content h2,
  #main-content h2 {
    max-width: 650px;
  }
  .single-hiring_solutions #main-content,
  #main-content {
    text-align: center;
  }
  .single-hiring_solutions #main-content p,
  #main-content p {
    max-width: 735px;
  }
  .single-industries .entry-header .page-center{
    /*padding-right: 30%;*/
    text-align: center;
  }
  .custom-about-banner .bg-img {
    margin-left: 25%;
    margin-bottom: 80px;
  }
  .custom-about-banner .content.page-center {
    margin-left: 25% !important;
  }
  .custom-about-banner .content.page-center .inner-content {
    padding-right: 30%;
    margin-bottom: 100px;
  }
}

@media (min-width: 1149px) and (max-width: 1400px) {
  .single-hiring_solutions #main-content.has-background,
  #main-content.has-background {
    background-position-x: 130%;
  }
}
@media (max-width: 1300px) {
  .custom-test-row1 .screening_continuum.slick-initialized.slick-slider {
    margin-right: 0;
  }
}

@media (max-width: 1149px) {
  .entry-header span {
    font-size: 16px;
  }
  .entry-header h1 {
    font-size: 60px;
  }
  .col-1-3 {
    width: 100%;
  }
  .custom-screen-row1 .custom-two-col-bg.sk-block.block--text_list.section.clearfix {
      padding-bottom: 0;
        padding-top: 0;
  }
  .industry-slider .caption h4 {
    text-align: center;
  }
  .industry-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0 0 50px;
  }
  .custom-about-banner  h1 {
    font-size: 60px;
  }
  .single-hiring_solutions #main-content,
  #main-content {
    padding-top: 35px;
    padding-bottom: 75px;
  }
  .single-hiring_solutions #main-content h2,
  #main-content h2 {
    font-size: 38px;
  }
  .custom-mon-row1 .custom-two-col-bg.sk-block.block--text_list.section.clearfix .text-list.style-1.clearfix {
    padding-bottom: 90px;
  }
  .single-hiring_solutions #main-content.has-background,
  #main-content.has-background {
    background-image: none !important;
    padding-bottom: 0;
    padding-top: 30px;
  }
  .section.block--statistic span {
    font-size: 157px;
  }
  #related-articles .bg-1 {
    right: 0;
    bottom: 50%;
  }
  #related-articles .bg-2 {
    left: 0;
    top: 50%;
  }
  #related-articles .overlay {
    right: 0;
    bottom: 50%;
  }
  #related-articles .container {
    padding-left: 0;
    padding-right: 0;
  }
  #related-articles .hs-col {
    margin-bottom: 0;
  }
  #related-articles .hs-col:first-child {
    padding-left: 40px;

    background-size: cover;
  }
  #related-articles .hs-col:last-child {
    padding-right: 40px;
    background-image: none;
    background-size: cover;
  }
  #related-articles .testimonial {
    text-align: center;
    padding-bottom: 150px;
  }
  #signup-form h3,
  #signup-social-media h3{
    text-align: left;
  }
  #signup-form form.hs-form fieldset .hs-form-field:nth-child(odd),
  #signup-form form.hs-form fieldset .hs-form-field:nth-child(even),
  #sign-up form.hs-form .hs-form-field:nth-child(odd),
  #sign-up form form.hs-form .hs-form-field:nth-child(even),
  #signup-social-media form.hs-form fieldset .hs-form-field:nth-child(odd),
  #signup-social-media form.hs-form fieldset .hs-form-field:nth-child(even) 
  {
    margin-right: 0;
    margin-left: 0;
  }
  #signup-form form.hs-form fieldset .hs-form-field,
  #sign-up form form.hs-form .hs-form-field,
  #signup-social-media form.hs-form fieldset .hs-form-field {
    width: 100%;
  }
  .entry-header:not(.hs-banner) {
    background-image: none !important;
  }
  .entry-header {
    position:relative;

    position: relative;
    overflow: hidden;
  }
  .mobile-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    z-index: -1;
  }
  .vertical-decoration {
    height: 55px;
    margin: 45px 0;
  }
  #hiring .vertical-decoration {
    margin-top: 0;
  }
  #related-articles .hs-col {
    margin-bottom: 0;
  }
  #related-articles .testimonial {
    text-align: center;
    padding-bottom: 150px;
  }
  #guiding-principles {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #guiding-principles h2 {
    font-size: 60px;
  }
  #where-to-find-us {
    padding-top: 35px;
  }
  .section.block--icons .icon-col {
    margin-bottom: 65px;
  }
  #where-to-find-us h2 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  #where-to-find-us .address {
    margin-bottom: 35px;
  }
  .signup-block form {
    margin-bottom: 35px;
  }
  .signup-block form input[type="email"] {
    min-width: 70%;
  }
  .custom-about-banner .bg-img {
    height: 235px;
  }
  .signup-block form input[type="email"] {
    min-width: 100%;
  }
  .signup-block form .hs-form-field {
    opacity: 1 !important;
    width: 100%;
  }
  .signup-block form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    padding-right: 50px;
  }
  .section.block--text_list, .section.block--title {
    padding-top: 35px;
    padding-bottom: 75px;
  }
  .home h2,
  .home .section.block--screening_continuum h2{
    font-size: 28px;
  }
  .home-banner entry-header {
    padding: 65px 0 110px 0;
  }
  .home-banner.entry-header h1 {
    font-size: 45px;
  }
  .home-banner.entry-header p {
    display: none;
  }
  #statistics-slider .number {
    font-size: 157px;
  }
  #monitoring h2,  #monitoring p {
    text-align: left;
  }
  #monitoring h1{
    font-size: 157px;
  }
  #monitoring h5 {
    text-align: center;
  }
  #monitoring h6{
    text-align: center;
  }
  #smarter-screening .icon-col {
    margin-bottom: 88px;
  }
  .home-banner.entry-header {
    padding: 65px 0 110px 0;
  }

  #smarter-screening .icon-col {
    margin-bottom: 88px;
    display: block;
    text-align: center;
    width: 100%;
  }
  
  .home .section.block--screening_continuum .screening-continuum.reverse{
  background-image: none !important;
  background-color: #49B3F6;
   }
   
  #testimonial {
  background-image: none !important;
   background-color: #26bfbb;
}
}


@media (max-width: 1100px) {
  .section.block--screening_continuum img {
    display: none !important;
  }
  .screening_continuum .slide .slide-img {
    height: 100px;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0 auto;
  }
  .home #screening-continuum img {
    display: none !important;
  }
  .screening_continuum .slide .slide-img {
    width: 250px;
  }
  .screening_continuum .slide:nth-child(2) .slide-img {
    background-position-x: -250px;
  }
  .screening_continuum .slide {
    margin-top: 50px;
  }
  .screening_continuum .slide:first-child .slide-img {
    background-position-x: 100px;
  }
  .screening_continuum .slide:nth-child(3) .slide-img {
    background-position-x: -585px;
  }
}
/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1500px) {
  .pull-quote {
  	display: none!important;
  }
}

@media (max-width: 1149px) {
  .custom-footer .page-center>div>div {
    display: inline-block;
  }
  .custom-footer .custom-footer-logo.col {
    display: block;
    margin-bottom: 35px;
    text-align: center;
  }
  .section.block--text_list .text-list .row{
    display: block;
  }
  .custom-footer {
    /*text-align: center;*/
    padding-top: 50px;
  }
  #main-content.has-background .content-col {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li:first-child {
      margin-bottom: 30px;
  }
  .site-footer .social-icons {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0 30px 0px 56px;
  }
  .custom-footer .custom-footer-right-col .col {
    margin-bottom: 30px;
  }
  .custom-footer .custom-footer-right-col .col.custom-footer-menu {
      margin-bottom: 0;
  }
  .entry-header {
    padding-top: 55px;
    padding-bottom: 55px;
    min-height: auto;
  }
  #related-articles .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section.block--stats .stats {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
  .block--slider #dots .slick-dots {
    margin-bottom: 50px;
  }
  .tabbed-slider .slide {
    background: none !important;
    padding-top: 40px;
    min-height: 0px;
    padding-bottom: 40px;
  }
  .custom-rec-testimonial_1 .hs-col-1 {
    background-image: url(//4536279.fs1.hubspotusercontent-na1.net/hubfs/4536279/GoodEgg_October2018/images/relatedpost-blue-bg.png?t=1539324584197);
  }
  .custom-rec-testimonial_1 .hs-col-2 {
    background-image: url(//4536279.fs1.hubspotusercontent-na1.net/hubfs/4536279/GoodEgg_October2018/images/relatedpost-yellow-bg.png);
  }
}

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


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

@media (max-width: 860px) {
  #where-to-find-us .acf-map {
    position: relative;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li {
    width: auto;
  }
  .custom-get-started ul.hs-error-msgs.inputs-list {
    max-width: 100%;
  }
  .custom-get-started form.hs-form fieldset .hs-form-field {
    padding: 0 15px 0 15px !important;
    max-width: 100%;
    width: 100% !important;
  }
  .custom-footer .custom-footer-logo.col {
    display: block;
    margin-bottom: 35px;
  }
  .custom-get-started form.hs-form fieldset .hs-form-field:nth-child(2) {
    padding-left: 10px;
  }
  .custom-get-started .hs-input {
    max-width: 100%;
    width: 100% !important;
    margin: 5px 0px 10px!important;
  }
  .mobile-open .mobile-trigger {
    right: 2%;
  }
  .child-trigger:after{
        margin-right: 32px;
  }
  input[type="text"], input[type="password"], input[type="datetime"],
  input[type="datetime-local"], input[type="date"], input[type="month"], 
  input[type="time"], input[type="week"], input[type="number"], 
  input[type="email"], input[type="url"], input[type="search"],
  input[type="tel"], input[type="color"], input[type="file"],
  textarea, select {
    max-width: 100%;
    width: 100% !important;
  }


}  


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

@media (max-width: 479px) {

  .custom-screen-row1 .section.block--statistic span {
    font-size: 98px;
  }
  .subscribe-options {
      margin-bottom: 12px;
      overflow: visible;
  }
  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
  }
  #monitoring h1 {
    font-size: 131px;
  }
  .custom-get-started h1 {
    font-size: 26pt;
  }
  .custom-banner.entry-header h1,
  .custom-banner-post .page-center h1.entry-title span{
     font-size: 49px;
     text-align: left;
  }
  .entry-header p {
     text-align: left;
   }
   
  .custom-screen-row1 .section.block--text_list .text-list {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .custom-banner-post .page-center h1.entry-title {
      line-height: 0.9;
  }
  .section.block--statistic p a {
      font-size: 12px;
      display: block;
      white-space: normal;
      word-wrap: break-word;
  }
  .blog .format-standard .col:last-child {
      padding: 27px 32px;
  }
  .blog .content-wrapper .pull-quote p {
    font-size: 20px;
  }
  select {
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  font-size: 16px !important;
  padding: 5px;
  height: 55px !important;
  color: #585858 !important;
  margin: 0 !important;
  display: block;
  background-color: rgb(255,255,255); !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1pt solid #5a839e !important;
  background-image: none !important;
  box-shadow: none !important;
  }
   
   #take-a-closer-look .button {
      text-align: right;
   }
}
@media (max-width: 370px) {
  #monitoring h6 {
    font-size: 13px;
  }
  .section.block--statistic span {
      font-size: 126px;
  }
  .custom-banner.entry-header h1,
  .custom-banner-post .page-center h1.entry-title span,
  h1.solutions,
  h1.solutions-full
  {
      font-size: 40px;
  }
}

/******** Button CTAs CSS - Not Hubspot CTA Styles *********/
.button {
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display:inline-block;
  font-weight: normal;
  letter-spacing: 1px;  
	text-decoration: none;
  text-transform: none;
}

.button.blueCTA {
	background: #49b3f6;
}

.button.orangeCTA {
	background: #f78100;
  border-color: #f78100;
}

.button.textCTA {
  background: transparent;
  border: 1pt solid #ffffff;
  border-radius: 0;
border: 1pt solid #ffffff;
  font-size: 14px;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
letter-spacing: 1pt;
  padding: 10px 70px;
}

#take-a-closer-look .button, #signup-social-media form input[type="submit"], .button.redCTA {
  background: #f34a60;
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  border-radius: 50px;
  border-color: transparent;
	color: #ffffff;
	cursor: pointer;
	display:inline-block;
  font-weight: normal;
  letter-spacing: 1px;  
	text-decoration: none;
  text-transform: none;
}

#take-a-closer-look .button:hover, .button.redCTA:hover {background-color: #e04459; text-decoration: none;}

.button.blueCTA:hover {background-color: #005884; border-color: #005884; text-decoration: none;}

.button.orangeCTA:hover {background-color: #de7218; border-color: #de7218; text-decoration: none;}

.button.large{font-size: 1em; padding: .875rem 2.1875rem;}

/**************** Steph's CSS **************************/     
/* pop up form to appear on top of fixed menu */
@media only screen and (max-height: 700px) {
 .leadinModal.leadinModal-theme-default {
    z-index: 9999999;
   }
}

.bkg-yellow {
 background-color: #fbf6e3; 
}

.bg-white-pattern {background-color: #f3f3f3; background-image: url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/bg-white-gradient.jpg"); background-repeat: repeat-x;}

p.highlight {
  background-color: #eff6f9;
  /*border: 1pt solid #9baab4;*/
  color: #5e6e79;
  padding: 30px;
}



/* Adwords & Capterra Landing Page */
#adwords-form {padding: 50px; background: rgba(2, 69, 105, 0.6); color: #fff; text-align: center;}
#adwords-form label {color: #ffffff;}
#adwords-form .hs-form-field {margin-bottom: 8px !important;}
#adwords-form span.hs-form-required {display: none;}
#adwords-form .hs-button {box-shadow: none; border: none; border-radius: 5px; background-color: #f6800b !important;}
#adwords-form .hs-button:hover {background-color: #ff8d00 !important; color: #fff !important;}
#adwords-form .hs-input {border-radius: 5px; display: inline-block;}

#adwords-form-light {padding: 50px; background: rgba(255, 255, 255, 1); color: #1e252b; text-align: center;}
#adwords-form-light label {color: #1e252b;}
#adwords-form-light .hs-form-field {margin-bottom: 8px !important;}
#adwords-form-light span.hs-form-required {display: none;}
#adwords-form-light .hs-button {box-shadow: none; border: none; border-radius: 5px; background-color: #f6800b !important;}
#adwords-form-light .hs-button:hover {background-color: #ff8d00 !important; color: #fff !important;}
#adwords-form-light .hs-input {border-radius: 5px; display: inline-block;}

.blue-label input[type="text"],
.blue-label input[type="password"], 
.blue-label input[type="datetime"], 
.blue-label input[type="datetime-local"], 
.blue-label input[type="date"], 
.blue-label input[type="month"], 
.blue-label input[type="time"], 
.blue-label input[type="week"], 
.blue-label input[type="number"], 
.blue-label input[type="email"], 
.blue-label input[type="url"], 
.blue-label input[type="search"], 
.blue-label input[type="tel"], 
.blue-label input[type="color"],
.blue-label input[type="file"],
.blue-label textarea,
.blue-label select
 {
  box-shadow: none !important;
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  font-size: 16px;
  padding: 5px;
  line-height: 0.3;
  min-height: 60px;
  color: #4a7aaa;
  margin: 3px 0 20px 0;
  display: block;
  background-color: #f5f9fb;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width:100%;
  max-width:500px;
  border: 1pt solid #d0e2eb;
}

.section.social-media {
 /*background-image: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/social-media-pattern.jpg);
 background-repeat: repeat; */
  background-color: #26bfbb;
  color: #fff;
}

.section.homeyellow {
  background-color: #fde99d;
  padding: 70px 0;
}

.section.light-yellow {
	background-color: #faf0c9;
  padding: 50px 0;
}

.section.light-blue {
	background-color: #e1f2fd;
  padding: 50px 0;
}

.section.bright-blue {
	background-color: #49b3f6;
  padding: 50px 0;
  color: #fff;
}

.section.light-gray {
  background-color: #f4f5f7;
  padding: 50px 0;
}

.section.dark-purple {
  background-color: #2d0129;
  color: #fff;
  margin: 0;
  padding: 30px 0;
}

.section.blockquote {
  background-color: #511b4c;
}

.section.dark-blue {
  background-color: #005b88;
  color: #fff;
  margin: 0;
  padding: 30px 0;  
}

.section.social-media-news {
 background-image: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/background-news-titles.jpg);
 background-repeat: repeat; 
  background-color: #005b88;
  color: #fff;
  padding: 75px 0;
}

.section.teal {
  background-color: #25beba;
  color: #fff;
  margin: 0;
  padding: 50px 0;
}

.section.yellow {
  background-color: #efc928;
  color: #fff;
  margin: 0;
  padding: 50px 0;
  
}

.section.light-yellow {
  background-color: #faf0c9;
  margin: 0;
  padding: 50px 0;
  
}

.section.dark-blue-infinity {
  background-image: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/continuum-bg-dark.png);
  background-color: #005884;
  color: #fff;
  padding: 75px 0;
}

.section.dark-blue-infinity2 {
  background-image: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/dark-blue-infinity-1.jpg);
  background-color: #005884;
  color: #fff;
  padding: 75px 0;
  background-repeat: no-repeat;
  background-position:center;
}

.section.white-symbols {
  background-image: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/GoodEgg_October2018/images/white-pattern-bg-1.png);
  background-color: #fff;
}
.section.light-blue-infinity {
  background-image: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/Images/blue-infinity.png);
  color: #fff;
}

.section.marigold-infinity {
  background-image: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/Images/backgrounds/marigold-infinity.png);

  background-color: #ffdb8f;
  background-repeat: no-repeat;
  background-position:bottom;
}

.section.border {
  border: 1px 0 1px 0 solid #f5f5ee;
}

.section.sm-bkg {
  background: url(https://www.goodegg.io/hubfs/images/layout/istockphoto-592682240-1024x1024.png) no-repeat #191132;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}

.section.security {
  background: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Good%20Egg/Images/layout/security-bkg.jpg) repeat #f7f7f7;
  background-size: auto;
  padding: 50px 0;
}

.form-bg {
  background-image: url(https://www.goodegg.io/hubfs/Good%20Egg/GoodEgg_October2018/images/screening-bg.png);
  color: #fff;
}

/* Footer */
#footer {
 color: #fff;
 /*font-size: 13px;*/
}  

#footer a {
	color: #fff;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/*social media icons*/
#social-media-icons a {
 margin:0 5px
}

#social-media-icons a:first-child {margin-left: 0;}

#social-media-icons a {color: #25beba;}

#social-media-icons .fa-twitter {color: #fff; }
#social-media-icons .fa-twitter:hover {color: #01363c; transition: .3s}
#social-media-icons .fa-facebook-f {color: #fff;}
#social-media-icons .fa-facebook-f:hover {color: #01363c; transition: .3s}
#social-media-icons .fa-linkedin-in {color: #fff;}
#social-media-icons .fa-linkedin-in:hover {color: #01363c; transition: .4s}

.fa-lg {font-size:16px !important;}
.fa-check-circle::before {font-size: 15px;}


/* Resources */
#resources p+p {margin-top:0;}

#resources p {font-size: 16px; line-height: 1.4;}

#resources a {
  color: #444;
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  font-size: 20px;
  text-decoration: none;
} 

#resources a:hover {text-decoration: underline;}

.resource-type {
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
	font-size: 14px;
  color: #f78100;
  text-transform: uppercase;
  letter-spacing: 1pt;
}

.email-bkg-light-blue {color: #f7f8fa;}

/* Testimonials */
.section.testimonial {
  background: url('https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/indiana-mentor-testimonial.jpg') no-repeat #511b4c right top;
  color: #fff;
  padding: 70px 0;
}

.testimonial p {
  font-family: 'Noto Sans','Arial', serif;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.testimonial span {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 3;
}

.testimonial span a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}


/* Blog */
.sidebar {
	border: 2px solid #ddd;
  color: #333;
  margin: 40px 0;
  padding: 20px;
  width: 80%;
}

#subscribe .hs-form-required {display: none;}

#subscribe .hs-button.primary {
  background-color: #26bfbb; 
  border: none; 
  color: #fff; 
  width: 100%; 
  margin: 0; 
  border-radius: 5px; 
  letter-spacing: 1px;
  text-transform: none;
}
#subscribe input[type="email"] {
  border: 1pt solid #bbb;
  border-radius: 4px;
  min-height: 40px;
}
  
#subscribe h3 {
  color: #616770;
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
	font-size: 1em;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}

#subscribe p {
  color: #616770;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
 	font-size: .85em;
  line-height: 1.4;
  padding-bottom: 20px;
  text-align: center;
} 

#comments .hs-input {
  border: 1pt solid #bbb;
}

/*ol li::before, ol li span {
 	font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  font-size: 20px;
}*/  

.related-posts {
  background-color: #f4f5f7;
  border-left: 4px solid #49b3f6;
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
	padding: 1em;
  margin: 1em 0;
  width: 100%;
  display: block;
}

.blog h3 {
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 1em 0;
}

.blog p.highlight {
  background-color: #eff6f9;
  /*border: 1pt solid #9baab4;*/
  color: #5e6e79;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  padding: 30px;
}



/* custom lists */
#font-awesome li {
  position: relative;
  list-style: none;
}

#font-awesome  li {
  position: relative;
}

#font-awesome li i {
  position: absolute;
  left: -1.5em;
  top: .2em;
}

/* Careers page */
#careers h6 {
  margin: 0 0 0.313em;
  color: #536b6e;
  font-size: 1.2em;
  font-weight: normal;
} 

.hide-required form label span.hs-form-required {
  display: none !important;
}

/* Form Button Inline with Field */
#inline-form .hs-form .hs-form-field {
  float: left;
  width: 450px;
}

#inline-form input {
  border-radius: 5px; 
}

#inline-form form label span.hs-form-required {
  display: none !important;
}

#inline-form .hs-button.primary, input[type="submit"], input[type="button"] {
  background-color: #49b3f6;
  color: #fff;
  margin: 3px 0 0 10px;
  padding: 20px 30px;
}

#inline-form .hs-button.primary:hover {
  background-color: #50c4ff;
  border-color: #50c4ff;
}

/* Form on Thank You Request Pages */
#thankyou-form {

}

#thankyou-form .hs-button.primary, input[type="submit"], input[type="button"] {
  background-color: #49b3f6;
  color: #fff;
  margin: 3px 0 0 0;
  padding: 20px 30px;
  width: 100%;
}

/* Testimonials page */
.customer-testimonials {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
  margin-bottom: 30px;
}

.customer-testimonials p {
   padding: 20px;
}

/* Form Button - Full Width */
#form-full-width .hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  font-size: 16px;
  margin: 10px 0;
  width: auto;
  background-color: transparent;
  border-radius: 30px;
  border: 2px solid #49B3F6;
  color: #49B3F6;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1;
  white-space: normal;
  width: 100%;
}

#form-full-width .hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #49B3F6;
  color: #fff;
}

/* Resource Request Web Page */
.thank-you-box {
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(80,80,80,0.10);
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  transition: ease-in-out all .4s;
}

.thank-you-box:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  box-shadow: 0px 0px 25px 0px rgba(95,95,95,0.19);   
}

.thank-you-box-cta-container h3, .thank-you-box-cta-container h3:hover {
   color: #1b4c51;
   font-size: 1.8em;
   line-height: 1.2;
}

.thank-you-box-cta-container p, .thank-you-box-cta-container p:hover {
   color: #666;
   margin-bottom: 15px;
}

.thank-you-box-cta-container a {
   color: inherit;
   text-decoration: none;
}

.thank-you h2 {
  margin-bottom: 30px;  
}

.thank-you p {
  color: #666;
  padding-bottom: 20px;
}

.button.thank-you-secondary-offer {
  background: #1b4c51;
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  border: none;
  border-radius: 50px;
	color: #ffffff;
	cursor: pointer;
	display:inline-block;
  font-weight: normal;
  letter-spacing: 1px;  
	text-decoration: none;
  text-transform: none;
}

.button.thank-you-secondary-offer:hover {background-color: #1b4c51; opacity: .8; text-decoration: none;}

.button.thank-you-main-offer {
  background: #f34a60;
  font-family: 'Gilroy-Bold', 'Arial', sans-serif;
  border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display:inline-block;
  font-weight: normal;
  letter-spacing: 1px;  
	text-decoration: none;
  text-transform: none;
}

.button.thank-you-main-offer:hover {background-color: #e04459; text-decoration: none;}

/* Pricing Page */
.pricing-box {
  border: 1pt solid #eee;
  border-radius: 5px;
  padding: 1.250em 1.250em 1.875em;
}

.pricing-box h2 {
  font-size: 4rem;
  line-height: 87px;
  text-align: center;
}

.pricing-box h2 sup {
  font-size: 20px;
  top: -1.5em;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

.pricing-box h2 sub {
  bottom: -0.25em;
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  font-size: 20px;
}

.pricing-box h3 {
  margin-top: 6px;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.06rem;
  text-align: center;
}

.pricing-box p {
  color: #999; 
  font-family: 'Gilroy-Regular', 'Arial', sans-serif;
  font-size: .9em;
  margin-top: 40px;
}

.pricing-box .included {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.pricing-box .included > li {
 line-height: 2;
 color: #808080;
}

.pricing-box .included .fa-check::before {
  padding-right: 35px; 
}

@media (max-width: 767px) {
.pricing-box {
  margin-bottom: 1.875em;
  padding: 0 20px;
}
}

#assessment-button-center .hs-button.primary, input[type="submit"], input[type="button"]
{
cursor: pointer;
-webkit-appearance: none;
text-decoration: none !important;
font-family: 'Gilroy-Regular','Arial',sans-serif;
font-size: 16px;
margin: 30px 0px 0px 36%;
width: auto;
background-color: #fff;
border-radius: 30px;
border: 2px solid #49b3f6;
color: #49b3f6;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 15px 30px;
display: inline-block;
line-height: 1;
white-space: normal;
}

@media (max-width: 767px) {
#assessment-button-center .hs-button.primary, input[type="submit"], input[type="button"]
{
cursor: pointer;
-webkit-appearance: none;
text-decoration: none !important;
font-family: 'Gilroy-Regular','Arial',sans-serif;
font-size: 16px;
margin: 30px 0px 0px 0;
width: auto;
background-color: #fff;
border-radius: 30px;
border: 2px solid #49b3f6;
color: #49b3f6;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 15px 30px;
display: inline-block;
line-height: 1;
white-space: normal;
}
  
}

/* New Industry CSS */
h1.industry-title {
  font-size: 2.875em; 
}

/* New Solutions CSS */
h1.solutions {
  color: #49b3f6;
  max-width: 600px;
}  

h1.solutions-full {color: #49b3f6;}

/* New Homepage Header */
.home-header {
  padding-top: 100px;
  padding-bottom: 50px;
}

.home-header-headline {
  color: #1b4c51 !important;
  font-family: 'Gilroy-Bold','Arial',sans-serif !important;
  font-size: 2em !important;
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .home-header {padding: 0;}

}

/* New Homepage Reviews */
.home-review {
  background-color: #ffffff;
  box-shadow: 6px 6px 0 0 #f34a60;
  color: #333;
  height: 500px;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 50px;
  position: relative;
  text-align: center;
}

.home-review h4 {
  color: #333;
  font-family: 'Gilroy-Bold','Arial',sans-serif;
  font-size: 21px;
  margin-bottom: 5px;
}

.home-review p {
  font-size: 15px;
  line-height: 24px;
}

.home-review-rating {
  color: #fccf2b;
  font-size: .8em;
  margin: 0 0 20px -5px;
  list-style: none;
}

.home-review-rating > li {
  display: inline-block;
  padding: 0 6px;
}

.home-review-customer {
  position: absolute;
  bottom: 5%;
}

.home-review-customer h5 {
  display: inline;
  font-family: 'Gilroy-Bold','Arial',sans-serif;
  font-size: 15px;
}

.home-review-img {
  border: 1pt solid #999;
  border-radius: 50%;
  display: inline-block;
  height: 55px;
  padding: 8px;
  vertical-align: middle;
  width: 55px;
}

@media screen and (max-width: 767px) {
  .home-review {height: auto; padding: 30px;}
  .home-review-customer {position: inherit; padding: 10px 0;}
  .home-review-customer h5 {display: inherit;}
}

/* New Homepage Continuum */
.section.continuum {
  background: url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/screening-continuum-modified.png") #00b1f5 no-repeat top left;
  background-size: cover; 
  margin: 0;
  padding: 50px 0;
}

.homepage-continuum {
  text-align: left;
}

.homepage-continuum h2 {
  font-family: 'Gilroy-Bold','Arial',sans-serif;
  font-size: 24px;
  margin-bottom: .83em;
}

.homepage-continuum h3 {
  font-family: 'Gilroy-Regular','Arial',sans-serif;
  font-size: 20px;
  letter-spacing: .03em;
  margin-bottom: 5px; 
}

@media (max-width: 1500px) {
  .section.continuum {
    background: url("https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/homepage-ongoing-monitoring-infinity.png") #00b1f5 no-repeat top left;
    background-size: cover;
  }  
}

@media screen and (max-width: 767px) {
  .section.continuum {background: #00b1f5;}
  .homepage-continuum-description {margin-top: 40px;}
}

/* New Homepage Services */
.homepage-services-description {
  text-align: center;
}

.homepage-services h3 {
  font-family: 'Gilroy-Regular','Arial',sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.homepage-services p {margin-top: 0; margin-bottom: 50px;}

.homepage-services .learn-more:after {
  content: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/arrow-blue.gif);
  height: 12px;
  margin: 0 0 0 10px;
  width: 20px;
}


@media screen and (max-width: 767px) {
  .homepage-services-description {text-align: left;}
  .homepage-services h3 {font-size: 1.8em}
}

/* New Homepage Featured */
.homepage-featured {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}  

.homepage-featured h2 {
  color: #49b3f6;
  font-family: 'Gilroy-Regular','Arial',sans-serif;
  font-size: 2.5em;
  margin-bottom: 30px;
}  

.homepage-featured h3 {
  color: #1b4c51;
  font-family: 'Gilroy-Bold','Arial',sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}

.homepage-featured h4 {
  color: #f34a60;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 30px;
}

.homepage-featured p {
  max-width: 600px;
}

/* New Homepage CTA Banner */
.homepage.CTAbanner {
  background: #f34a60;
  background-size: cover; 
  color: #fff;
  margin: 0;
  padding: 20px 0;
}

/* New Resource Recommendations */
.resource-recommendations img {
  max-height:195px;
  width: 100%;
}

.resource-recommendations h4 {
  font-family: 'Gilroy-Regular','Arial',sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  padding-top: 30px;
  margin-bottom: 5px;
}

.resource-recommendations h4 a {color: #1b4c51;}

.resource-recommendations h4 a:hover {
  color: #49b3f6;
  text-decoration: none;

}

.resource-recommendations h5.read-more {
  font-family: 'Gilroy-Regular','Arial',sans-serif;
  font-size: 1.1em;
  padding-top: 5px;
}

.resource-recommendations h5.read-more:after {
  content: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/arrow-blue.gif);
  height: 12px;
  margin: 0 0 0 10px;
  width: 20px;
}  

@media screen and (max-width: 767px) {
  .resource-recommendations img {max-height: inherit;}
}

#cta_button_4536279_8c08f0c9-d25b-403e-9c38-25890f20d800:hover {color: #222 !important;}

@media (max-width: 1400px){
  .home-header {padding-top: 0;}
}

/* New Footer */
#footer h6 {
  color: #eee;
  font-size: .79rem;
  letter-spacing: .12em;
  line-height: 2;
  margin: 12px 0;
  text-transform: uppercase;
}

#footer ul {
 margin: 1em 0 2em 0; 
}

#footer ul li {
  margin-bottom: 8px; 
}

#footer .list-nostyle {
  padding-left: 0;
  list-style: none;
}

#footer p {
  font-size: 1em;
  letter-spacing: .03em;
  margin: 12px 0;
}

#footer a {
  color: #95a6a8;
  font-size: 14px;
  letter-spacing: .03em;
  text-decoration: none;
  transition: all .1s linear;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-right-col {
  text-align: right; 
}

@media (max-width: 767px) {
  .footer-right-col {text-align: center; padding-bottom: 20px; margin-top: 0; padding-top: 0;} 
}

#footer-secondary {
  border-top: 1pt solid #ddd;
  color: #fff;
  font-size: 14px;
  letter-spacing: .03em;
  padding: 15px 0;
}

#footer-secondary a {
  color: #95a6a8;
  text-decoration: none;
}

#footer-secondary a:hover {
  color: #fff;
  text-decoration: none;
}

 /*faq nav*/

.faq-nav {
  width: 100% !important; 
  background-color: #1B4C51;
  
}

.faq-nav .hs-menu-wrapper > ul{
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-nav .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: .83em;
  text-decoration:none;
}
.faq-nav .hs-menu-wrapper > ul > li > a:hover{
  text-decoration:none;
  color: #49B3F6;
}

@media screen and (min-width:1150px) {
  .faq-nav { 
    text-align: center;
  }
  .faq-nav .hs-menu-wrapper > ul > li{
  padding: 0 30px 0 0px;
  padding-left: 0px;
  margin: 0;

}}

  @media (max-width: 1149px){
.faq-nav .hs-menu-wrapper > ul > li { 
  margin: 0px;
  padding: 0 0px 0 20px;
  }}

 /*resources nav*/

.resources-nav {
  width: 100% !important; 
  background-color: #fff;
  
}

.resources-nav .hs-menu-wrapper > ul{
  padding-top: 10px;
  padding-bottom: 10px;
}

.resources-nav .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  color: #1B4C51;
  text-decoration: none;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 1.2em;
  text-decoration:none;
}
.resources-nav .hs-menu-wrapper > ul > li > a:hover{
  text-decoration:none;
  color: #49B3F6;
}

@media screen and (min-width:1150px) {
  .resources-nav { 
    text-align: center;
  }
  .resources-nav .hs-menu-wrapper > ul > li{
  padding: 0 30px 0 0px;
  padding-left: 0px;
  margin: 0;

}}

  @media (max-width: 1149px){
.resources-nav .hs-menu-wrapper > ul > li { 
  margin: 0px 0px -5px 0px;
  padding: 0 0px 0 0px;
    }

    }}



/*smaller header banner*/
.custom-banner.entry-header2.full-bg.mobile-bg-overlay.not-bg {
      background-color: transparent !important;
  }

.entry-header2 {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  min-height: 200px;
}


.entry-header2 span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.entry-header2 h1 {
  font-size: 4.60em;
  margin-left: -6px;
  font-weight: normal;
  margin-bottom: 0;
}

.home-banner.entry-header2 {
  text-align: left;
  padding: 115px 0 150px 0;
  background-position-y: top !important;
}
.home-banner.entry-header2 .page-center{
  padding-right: 45%;
}
.home-banner.entry-header2 p {
  font-size: 28px;
}
.home-banner.entry-header2 h1 {
  font-size: 98px;
  margin-bottom: 40px;
  margin-left: 0;
}

.home-banner.entry-header2 * {
  color: #fff;
}

@media (min-width: 1600px) {
  .home-banner.entry-header2 .page-center{
    padding-right: 30%;
  }
}

@media (min-width: 1150px) {
  
  .custom-banner.entry-header2.full-bg.mobile-bg-overlay.not-bg:not(.not-bg-bt-heading){
      display: none;
  }
}
  
  @media (max-width: 1149px) {
  .entry-header2 span {
    font-size: 16px;
  }
  .entry-header2 h1 {
    font-size: 60px;
  }
    
    .entry-header2:not(.hs-banner) {
    background-image: none !important;
  }
  .entry-header2 {
    position:relative;

    position: relative;
    overflow: hidden;
  }
    
    .home-banner entry-header2 {
    padding: 65px 0 110px 0;
  }
  .home-banner.entry-header2 h1 {
    font-size: 45px;
  }
  .home-banner.entry-header2 p {
    display: none;
  }
    
    .entry-header2 {
    padding-top: 55px;
    padding-bottom: 55px;
    min-height: auto;
  }
  }
  
  @media (max-width: 479px) {

  .custom-banner.entry-header2 h1,
  .custom-banner-post .page-center h1.entry-title span{
     font-size: 49px;
     text-align: left;
  }
  .entry-header2 p {
     text-align: left;
   }
    .custom-banner.entry-header2 h1,
  .custom-banner-post .page-center h1.entry-title span,
  h1.solutions,
  h1.solutions-full
  {
      font-size: 40px;
  }
}
  /*end smaller banner*/

/*foley dash*/

.section.dash-main {
  background: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley/dash-overview-BG.jpg) ;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px;
}

.section.casestudy {
  background: url(https://5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/Foley/koppers-case-study-BG.png) ;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px;
}

.dash {
  padding: 100px;
}
@media (max-width: 1149px){
  .dash {
    padding: 40px;
  }
}