/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css%22');

/* 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.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: 'Montserrat UltraLight';
	src: url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/montserrat-ultralight.eot');
	src: url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/montserrat-ultralight.eot') format('embedded-opentype'),
		url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/montserrat-ultralight.woff') format('woff'),
		url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/montserrat-ultralight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'thegem-icons';
	src:url('https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/thegem-icons.eot') format('embedded-opentype'),
		url('https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/thegem-icons.woff') format('woff'),
		url('https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/thegem-icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'thegem-socials';
	src:url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/thegem-socials.eot') format('embedded-opentype'),
		url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/thegem-socials.ttf') format('truetype'),
		url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/thegem-socials.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ElegantIcons';
	src:url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/ElegantIcons.eot') format('embedded-opentype'),
		url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/ElegantIcons.woff') format('woff'),
		url('//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/fonts/ElegantIcons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


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

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

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

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #fff;
    color: #1e384b;
    font-size: 16px;
    font-family: Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height:  1.5;
    font-weight: 400;
}

th, td {
  padding:10px;
  text-align:left;
  vertical-align:top;
  line-height: 1.5;

}


/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1212px;
    margin: 0 auto;
    padding-left: 21px;
    padding-right: 21px;
}

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


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

/* Basic text */
p {
    margin: 0 0 1.5em;
}

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, .form-title{
    color: #1e384b;
    font-weight: 700;
    font-family: 'Montserrat';
    margin: 1.2em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1{
    font-size: 36px;
    line-height: 3.25rem;
    font-weight: normal;
}

h2,{
    font-size: 24px;
    line-height: 2.75rem;
}

h3 {
    font-size: 20px;
    line-height: 2.5rem;
    
}

h4 {
    font-size: 18px;
    line-height: 2rem;
}

h5 {
    font-size: 18px;
    line-height: 1.75rem;
}

h6 {
    font-size: 16px;
    line-height: 1.75rem;
}

/* Anchor Links */
a {
    color: #0097A0;
    -o-transition: color 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #384554;
}

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

li {

}

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

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


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

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

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

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


.hs-header-right {
    float: right !important;
}

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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.hs-header-bg {
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
    
.hs-header-right,
.custom-menu-primary,
.hs-search-icon {
    width: auto !important;
}

.hs-header-col{
    margin: 0 !important;
}

.hs-header-bg .page-center {
    max-width: 100% !Important;
    padding-left: 37px !important;
    padding-right: 37px !important;
}

.hs-logo {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

.custom-menu-primary {
    display: table-cell !important;
    vertical-align: middle;
    text-align: right;
    position: relative;
    z-index: 10;
}

.hs-header-col.hs-search-icon {
    margin-right: -20px !important;
}

.hs-search-icon {
    padding: 34px 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.hs-search-icon a {
    padding-left: 7px;
    padding-right: 3px;
    color: #1F497D;
    line-height: normal;
    font-weight: 700;
    font-family: 'Montserrat';
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 0;
}

.hs-search-icon a:hover {
    color: #00B1A9;
}

.hs-search-icon a:before {
    content: "\e612";
    display: block;
    font-family: "thegem-icons";
    font-size: 24px;
    font-weight: normal;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.hs-search-icon.active a:before {
    content: "\e619";
}

.minisearch {
    background-color: #ffffff;
    left: auto;
    right: 0;
    position: absolute;
    top: 100%;
    padding: 20px;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    border: 1px solid #dfe5e8;
    z-index: 99;
}

.hs-search-icon.active .minisearch {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.minisearch form {
    position: relative;
}

.minisearch .sf-input {
    background-color: #f4f6f7;
    border: 1px solid #dfe5e8;
    color: #1F497D;
    width: 100%;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    border-radius: 4px;
    padding-right: 40px;
    outline: none;
    padding: 0 10px;
}

.minisearch .sf-submit-icon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
}

.minisearch .sf-submit-icon:before {
    content: "\e612";
    display: block;
    font-family: "thegem-icons";
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    margin-right: 5px;
    padding-right: 3px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 40px;
    color: #1F497D;
}

.minisearch .sf-submit {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
}

.minisearch .sf-submit:hover {
    background: transparent;
}
.hs-banner-bg {
    padding-top: 55px;
    padding-bottom: 100px;
    color: #ffffff;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}

.hs-banner-title h1 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-family: 'Montserrat UltraLight';
    font-weight: normal;
}

.hs-banner-title-excerpt {
    max-width: 840px;
    margin-top: 18px;
    line-height: 37px;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Source Sans Pro';
    display: inline-block;
}


.blog-border {
    border: 
    solid #1F497D; 2px; 
    padding: 0px 15px
}

/* menu children */
@media(min-width: 980px) {
    /* top-level menu item */
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover {}
    /* 2nd-level wrapper */
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
        visibility: visible;
        transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
        -moz-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
        -webkit-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
        opacity: 1;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        border-top: 1px solid #dfe5e8;
        background-color: #f4f6f7;
        white-space: nowrap;
        background-repeat: no-repeat;
        line-height: 1;
        width: 600px;
        position: absolute;
        left: -230px!important;
        top: 80px!important;
        border-bottom: 1px solid #dfe5e8;
    }
    /* 2nd-level items (parents) */
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children {
        border: 1px solid #dfe5e8;
        border-top: 0;
        display: inline-block;
        width: 300px;
        text-align: left;
        float: left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children:first-child {
        border-right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children:last-child {
        border-bottom: 0;
    }

    /* 2nd-level items (parents) link */
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children > a {
        color: #1F497D;
        padding: 13px 30px;
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: 700;
        cursor: default;
        line-height: 25px;
    }
    /* 3rd-level wrappers */
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    /*     border: 1px solid #dfe5e8; */
        border-top: 0;
        opacity: 1;
        visibility: visible;
        position: relative;
        left: auto!important;
    }
    /* 3rd-level items */
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li {
        border-top: 1px solid #dfe5e8;
        white-space: normal;
        line-height: 1;
    /*     float: left;
        clear: both;
        width: 100%; */
    }
    /* 3rd-level links */
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a {
        padding: 15px 30px 15px 55px;
        white-space: normal;
        position: relative;
        display: block;
        text-decoration: none;
        font-family: 'Source Sans Pro';
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #5f727f;
        background-color: #f4f6f7;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a::before {
        margin: 0;
        left: 30px;
        display: inline-block;
        font-weight: normal;
        font-family: 'FontAwesome';
        content: "\f105";
        font-size: 14px;
        vertical-align: baseline;
        width: 25px;
        text-align: left;
        margin-left: -13px;
        padding-left: 4px;
        position: absolute;
        left: 34px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:hover > a {
        padding-left: 52px;
        background-color: #ffffff;
        color: #1F497D;
        border-left: 3px solid #00B1A9;
        left: -1px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper > li:hover > a::before {
        left: 32px;
    }
}
@media (max-width: 979px){
    body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position: relative;
        visibility: visible;
        opacity: 1;
    }
    body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > ul {
        left: 0!important;
    }
    body .child-trigger::after {
        font-family: 'thegem-icons'!important;
        content: '\E634';
        color: #5f727f;
        position: absolute;
        top: 18px;
        right: 10px;
    }
    body .child-trigger.child-open::after {
        content: '\E635';
    }
}


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

.body-container-wrapper {}
.body-container {
    padding: 20px 0;
}

.body-container ul{
    margin: 0;
    padding: 0;
}

.body-container ol {
    margin: 0;
    padding: 0 0 0 1.2em;
}

.body-container ul li{
  margin-left: 30px;
  padding: 5px;
  font-size: 16px;
  text-decoration:none;
  line-height: 1.1;
  font-family: Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 400;
  
}
.body-container ol li {
    position: relative;
    margin-bottom: 0.7em;
}

/*.body-container ul li:before{
    color: #00bcd4;
    content: '\e650';
    font-family: 'thegem-icons';
    font-weight: normal;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    width: 21px;
    text-indent: 0; */
}

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


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

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

.hs-footer-bottom-bg {
    background-color: #181828;
    padding: 40px 0 39px;
    border-top: 1px solid #313646;
}

.hs-footer-bottom-col {
    width: 25% !important;
    margin: 0 !important;
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
}

.hs-footer-bottom-col.col1 {
   /** left: 75%;**/
    width:35% !important;
}

.hs-footer-bottom-bg .page-center>div {
    margin: 0 -21px;
}

/** Twitter TImeline **/

    .cs-tweet:before, .cs-tweet:after {
    content: " ";
    display: table;
}

    .cs-tweet_img i:before {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    display: block;
    text-align: center;
}

    .mdi-twitter:before {
        content: "\f588";
}

.mdi:before {
    font-family: inherit;
    line-height: inherit;
}
   /** .cs-tweet_container {
        border-bottom: 1px solid #393d50;
        padding: 5px 0 10px;
        margin-bottom: 7px;
}
**/
    .cs-tweet_text, .cs-tweet_link {
    float: right;
    padding-left: 10px;
    width: calc(100% - 74px);
}
   .cs-tweet {
       padding-top:10px;
   }
    
    .cs-tweet_img i {
        color: #212331;
        padding: 5px 0 10px 0;
    }

    .mdi {
        font-family: 'MaterialDesignIcons';
        font-size: 24px;
        line-height: 24px;
        font-style: normal;
    }
    
    .cs-tweet_img {
         width: 64px;
        height: 64px;
        background: #393d50;
        border-radius: 100%;
        float: left;
        
    }

    .textwidget {
    margin-top: -15px;
    padding: 5px 0;
}


/** End of Embedded Twitter Timeline Style **/



#footer-socials {
    text-align: right;
}

#footer-socials .socials {
    text-align: right;
    margin: 0 -7px;
    display: inline-block;
    vertical-align: middle;
}

.inline-inside {
    font-size: 0;
    line-height: 0;
}

a.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
    line-height: 16px;
    font-size: 16px;
}

#footer-socials a:hover .socials-item-icon {
    color: #ffffff;
}

.socials-item-icon {
    display: inline-block;
    font-family: 'thegem-socials';
    font-weight: normal;
    width: 1.94em;
    height: 1.94em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

a .socials-item-icon {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.socials-colored a .socials-item-icon.facebook, 
.socials-colored-hover a:hover .socials-item-icon.facebook {
    color: #4e64b5;
}

.socials-colored a .socials-item-icon.linkedin, 
.socials-colored-hover a:hover .socials-item-icon.linkedin {
    color: #0288d1;
}

.socials-colored a .socials-item-icon.twitter,
.socials-colored-hover a:hover .socials-item-icon.twitter {
    color: #00aced;
}

.socials-colored a .socials-item-icon.instagram, 
.socials-colored-hover a:hover .socials-item-icon.instagram {
    color: #9a8f62;
}

.socials-colored a .socials-item-icon.pinterest, 
.socials-colored-hover a:hover .socials-item-icon.pinterest {
    color: #ff5757;
}

.socials-colored a .socials-item-icon.google-plus, 
.socials-colored a .socials-item-icon.googleplus, 
.socials-colored-hover a:hover .socials-item-icon.google-plus, 
.socials-colored-hover a:hover .socials-item-icon.googleplus {
    color: #f44336;
}

.socials-colored a .socials-item-icon.youtube, 
.socials-colored-hover a:hover .socials-item-icon.youtube {
    color: #c82929;
}

.socials-item-icon.facebook::before {
    content: '\e600';
}

.socials-item-icon.linkedin::before {
    content: '\e60a';
}

.socials-item-icon.twitter::before {
    content: '\e601';
}

.socials-item-icon.instagram::before {
    content: '\e607';
}

.socials-item-icon.pinterest::before {
    content: '\e602';
}

.socials-item-icon.google-plus::before, 
.socials-item-icon.googleplus::before {
    content: '\e603';
}

.socials-item-icon.youtube::before {
    content: '\e610';
}

.hs-footer-bottom-col p {
    color: #99a9b5;
    font-size: 92.86%;
    margin: 0;
}

.hs-footer-bottom-col.col3 {
    right: 75%;
}

.hs-footer-bottom-bg .page-center {
    position: relative;
}

.hs-footer-bottom-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.hs-footer-bottom-col ul li {
    display: inline-block;
    padding: 0 21px;
    position: relative;
    line-height: 1;
    margin-left: -3px;
}

.hs-footer-bottom-col ul li a {
    color: #99a9b5;
    display: block;
    font-size: 92.86%;
}

.hs-footer-bottom-col ul li a:hover {
    color: #00B1A9;
}

.hs-footer-bottom-col.col2 {
    /**width: 50% !important;**/
    left:90%;
}

.hs-footer-bottom-col ul li + li:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 0;
    border-left: 1px solid #232234;
    border-right: 1px solid #333146;
}

.hs-footer-top-bg {
    background-color: #212331;
    position: relative;
    padding: 110px 0 45px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.hs-footer-top-bg .page-center>div {
    margin: 0 -21px;
}

.hs-footer-top-col {
    /**width: 25% !important;**/
    float: none !important;
    display: inline-block !important;
    text-align: left;
    vertical-align: top;
    margin-bottom: 42px;
    margin-left: -3px !important;
    padding-left: 21px;
    padding-right: 21px;
}

    .hs-footer-top-col-1 {
        margin-bottom: 0 !important;
        float: none !important;
        display: inline-block !important;
        text-align: left;
        vertical-align: top;
        margin-left: -3px !important;
        padding-left: 21px;
        padding-right: 21px;
    }
    
    .hs-footer-top-col ul {
        list-style:none !important;
        padding:0px;
    }

.hs-footer-menu .hs-menu-wrapper ul {
    border-left: 1px solid #394050;
    border-right: 1px solid #394050;
    border-bottom: 1px solid #394050;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Source Sans Pro';
    display: block;
}

.hs-footer-menu .hs-menu-wrapper ul li {
    border-top: 1px solid #394050;
    display: block;
    float: none !important;
}

.hs-footer-menu .hs-menu-wrapper ul li a {
    color: #99a9b5;
    background: transparent;
    display: block;
    padding: 12px 12px 12px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat';
    letter-spacing: 0.05em;
}

.hs-footer-menu .hs-menu-wrapper ul li a:hover {
    color: #00B1A9;
}

.hs-footer-top-col h3 {
    color: #feffff;
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 19px;
    font-family: 'Montserrat';
    position: relative;
}

.hs-footer-top-col h3:after {
    color: #f44336;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: thegem-icons;
    content: '\e630';
    font-size: 8px;
    padding-left: 8px;
    font-weight: normal;
}

.gem-contacts div {
    line-height: inherit;
    display: block;
}

.gem-contacts-item.gem-contacts-address {
    border-bottom: 1px solid #393d50;
    padding-bottom: 30px;
    margin-top: -15px;
}

.gem-contacts-item {
    padding: 5px 0;
}

.gem-contacts-item.gem-contacts-phone {
    padding-top: 30px;
}

.gem-contacts .gem-contacts-item:before {
    color: #99a9b5;
}

.gem-contacts-address:before {
    font-family: thegem-icons;
    content: '\e604';
    font-size: 16px;
    display: inline-block;
    padding-right: 8px;
    font-weight: normal;
}

.gem-contacts-phone:before {
    font-family: thegem-icons;
    content: '\e625';
    font-size: 16px;
    display: inline-block;
    padding-right: 12px;
    font-weight: normal;
}

.gem-contacts-fax:before {
    font-family: thegem-icons;
    content: '\e606';
    float: left;
    display: inline-block;
    padding-right: 12px;
    font-size: 16px;
    font-weight: normal;
}

.gem-contacts-email:before {
    font-family: thegem-icons;
    content: '\e607';
    float: left;
    display: inline-block;
    padding-right: 12px;
    font-size: 16px;
    margin-top: -1px;
    font-weight: normal;
}

.gem-contacts-website:before {
    font-family: thegem-icons;
    content: '\e608';
    float: left;
    display: inline-block;
    padding-right: 12px;
    font-size: 16px;
}

.hs-footer-top-col.col2 {
    color: #99a9b5;
}

.hs-footer-top-col.col2 a {
    color: #00B1A9;
}

.hs-footer-top-col.col2 a:hover {
    color: #99a9b5;
}

.hs-footer-top-col h3.form-title {
    font-family: 'Montserrat';
    font-weight: 700;
}


.hs-footer-top-col h3.form-title {
    font-family: 'Montserrat';
    font-weight: 700;
}

.hs-footer-form .hs-form-required {
    display: none;
}

.hs-footer-form .hs-input {
    background-color: #181828;
    border: 1px solid #394050;
    padding: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color:#99a9b5 !important;
}

.hs-footer-form .hs-form-field {
    margin-bottom: 20px;
}

.hs-footer-form  textarea {
    min-height: 95px;
}

.hs-footer-form input[type="submit"] {
    margin: 0;
    width: 100%;
    display: block;
    color: #99a9b5;
    background-color: #394050;
    padding: 11px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 0;
    height: 40px;
}

.hs-footer-form input[type="submit"]:hover {
    background-color: #5f727f;
    color: #fff;
}

#back-to-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
    line-height: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    opacity: 0.5;
}

#back-to-top:after {
    font-family: 'thegem-icons';
    content: '\e633';
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #06060f;
    color: #99a9b5;
}

.sticky {
   opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: relative;
}

.hs-logo img {
    vertical-align: middle;
}

.hs-footer-bottom-nonav .hs-footer-bottom-col {
    width: 100% !important;
    right: 0 !important;
    margin: 0 !important;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 34px 3px;
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    margin-left: -3px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 0px 15px;
    color: #1F497D;
    line-height: 25px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
    position: relative;
    display: block;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #00B1A9;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  border-top: 1px solid #dfe5e8;

}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 .home{
    border: 2px solid #1F497D;
    padding: 0 15px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal  > ul {
    display:grid !important;
    padding-left:6%;
}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:980px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul,
    .hs-header-col.hs-header-right{ 
        display:block !important;
    }
    
   /* .header-container {
        padding-top: 93px;
    } */
    
    .hs-header-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        z-index: 999;
    }
    
    .fixed .hs-header-bg {
        -moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
        -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
        box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
        background-color: rgba(255, 255, 255, 0.95);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .fixed .sticky {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
    
    .fixed .normal {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
    }
    
    .fixed .custom-menu-primary .hs-menu-wrapper > ul > li,
    .fixed .hs-search-icon{
        padding-top: 24px;
        padding-bottom: 24px;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    
    .fixed .hs-logo {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    
    /*.fixed .header-container {
        padding-top: 93px;
    }*/
    
   /* .fixed .hs-header-right {
        padding: 6px 0;
    }*/
}


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

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

@media (max-width: 979px){
    
    .no-nav .mobile-trigger {
        display: none !important;
    }

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 36px;
    right: 37px;
    border: none;
    width: 36px;
    height: 30px;
    outline: none;
    background: transparent;
    padding: 0; 
  }
  .mobile-trigger:hover{}

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 36px;
    height: 4px;
    background-color: #99a9b5;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -10px; } /* Position top line */
  .mobile-trigger i:after{ top: 10px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{}

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
    /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border-top: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #f4f6f7;
    width: 100%; /* Full screen width */
  }
  
  

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 20px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #dfe5e8;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #5f727f;
    display: block;
    position: relative;
    padding: 16px 30px;
    outline: none;
    font-family: 'Source Sans Pro';
        text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #3c3950;
  }

  /* 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: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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


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


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

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

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

/* Blog Listing */
.hs-blog-listing {}

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

.hs-blog-header {
    background: url(//3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Career_Staff_August2017_Theme/image/2-11.jpg) no-repeat #6c7cd0;
    text-align: left;
    padding: 42px 0 65px;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.blog.hs-blog-post .hs-blog-header {
    padding: 35px 0 120px;
}

.hs-blog-header .page-title-title {
    clear: both;
    padding: 10px 0 0;
}

.blog-header-bg .page-title-icon {
	float: left;
}

.blog-header-bg .page-title-icon .gem-icon {
    position: relative;
    font-weight: normal;
    font-family: 'ElegantIcons';
    font-size: 24px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 3px;
}

.blog-header-bg .page-title-icon .gem-icon-size-medium {
    font-size: 48px;
    border-width: 4px;
    height: 80px;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    position: relative;
}

.blog-header-bg .page-title-icon .gem-icon {
	color: #91a0ac;
}

.blog-header-bg .page-title-icon .gem-icon.gem-icon-pack-material {
    font-family: 'MaterialDesignIcons';
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon.gem-icon-size-medium {
	margin: 5px 0;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-back {
    display: block;
    -webkit-transform: rotate(-30deg) skewX(30deg);
    -ms-transform: rotate(-30deg) skewX(30deg);
    -o-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 1;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-back {
    width: 91px;
    height: 77px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner, 
.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
    display: block;
    width: inherit;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    overflow: hidden;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-top {
    display: block;
    -webkit-transform: rotate(-30deg) skewX(30deg);
    -ms-transform: rotate(-30deg) skewX(30deg);
    -o-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 0;
    line-height: 1;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {
    width: 85px;
    height: 71px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    left: 3px;
    top: 3px;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner, 
.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
    display: block;
    width: inherit;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    overflow: hidden;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.blog-header-bg .page-title-icon .gem-icon-inner {
    position: relative;
    height: 100%;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: -1px;
}

.blog-header-bg .page-title-icon .gem-icon-size-medium .gem-icon-inner {
    width: 74px;
    height: 74px;
    line-height: 74px;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon .gem-icon-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0;
}

.blog-header-bg .page-title-icon .gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-inner {
    line-height: 77px;
}

.blog-header-bg .page-title-icon .gem-icon-inner {
	    display: none !important;
}

.blog-header-bg .page-title-icon .gem-icon .gem-icon-half-1, 
.blog-header-bg .page-title-icon .gem-icon .gem-icon-half-2 {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.blog-header-bg .page-title-icon .gem-icon .gem-icon-half-1 {
    margin-left: -50%;
}

.blog-header-bg .page-title-icon .gem-icon .back-angle {
    display: block;
    position: relative;
    width: 200%;
    height: 100%;
}

.blog-header-bg .page-title-icon .gem-icon .gem-icon-half-2 {
    margin-right: -50%;
}

.blog-header-bg .page-title-icon .gem-icon .back-angle {
    display: block;
    position: relative;
    width: 200%;
    height: 100%;
}

.blog-header-bg .page-title-icon .gem-icon .gem-icon-half-2 .back-angle {
    left: -100%;
}

.blog .body-container {
    padding: 0;
}

.breadcrumbs-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.breadcrumbs {
    display: inline-block;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    color: #384554;
}

.breadcrumbs > span {
    display: inline-block;
    vertical-align: top;
}

.bc-devider:before {
    font-family: thegem-icons;
    width: 20px;
    vertical-align: middle;
    padding: 0px 12px;
    content: '\e64c';
}

.breadcrumbs .current {
    color: #e7ff89;
    padding-bottom: 12px;
    border-bottom: 3px solid #e7ff89;
}

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

.blog.hs-blog-listing .blog-content {
    float: right;
}

/* 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 {
    margin: 0;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.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%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #dfe5e8;
    margin-bottom: 55px;
    padding-bottom: 55px;
}

.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 {
    padding: 0 24px;
    background: transparent;
    color: #00B1A9;
    line-height: 26px;
    border: 2px solid #00B1A9;
    border-radius: 3px;
    font-family: 'Montserrat';
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    margin: 20px 20px 0 0;
    height: 30px;
    vertical-align: top;
    text-align: center;
}

a.more-link:hover {
    background-color: #00B1A9;
    color: #fff;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  height: auto;
  margin-top: 17px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.post-footer {
    position: relative;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:before {
    display: none;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    text-indent: 0;
    margin-bottom: 0;
}


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display: block;
}
.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 {}

.hs-blog-content-wrapper {
    padding: 135px 0 110px;
}

.item-post-container {
    position: relative;
}

.post-item .post-image{
    text-align: center;
    margin-bottom: 10px;
}

.post-featured-content > a {
    display: block;
    position: relative;
    overflow: hidden;
}

.filter-link-count {
    display: none;
}

.post-featured-content > a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background-color: rgba(255, 255, 255, 0.8);
}

.post-featured-content > a:after{
    content: '\e628';
    position: absolute;
    top: 150%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-family: 'thegem-icons';
    font-size: 35px;
    line-height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    opacity: 0;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: top 0.4s, opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: top 0.4s, opacity 0.4s, transform 0s 0.4s;
    z-index: 10;
    background-color: #1F497D;
    color: #ffffff;
}

.post-featured-content > a:hover:before{
    opacity: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.post-featured-content > a:hover:after{
    opacity: 1;
    top: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: top 0s, opacity 0.4s, -webkit-transform 0.4s;
    transition: top 0s, opacity 0.4s, transform 0.4s;
}

.post-image img {
    display: block;
    width: 100%;
}

.comments-link a,
.post-meta-navigation a {
    color: #99a9b5;
}
.comments-link a:hover,
.post-meta-navigation a:hover {
    color: #00B1A9;
}

.entry-meta {
    margin-bottom: 8px;
}

.post-meta-right{
    margin-left: 100px;
    float: right;
    font-size: 16px;
    white-space: nowrap;
}

.post-meta-right > * {
    display: inline-block;
    vertical-align: top;
}

.comments-link a {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comments-link a:before {
    content: '\e61e';
    font-family: 'thegem-icons';
    font-size: 14px;
    font-weight: normal;
    margin-right: 6px;
    display: inline-block;
    line-height: inherit;
}

.sep {
    margin: 0 6px;
    border-left: 1px solid #d4dee1;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.post-meta-categories a {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.entry-title a {
    color: inherit;
}

.light {
    font-weight: normal;
    font-family: 'Montserrat UltraLight';
    text-transform: uppercase;
    font-size: inherit;
    line-height: inherit;
}

.summary * {
    color: #5f727f;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    line-height: 25px;
    font-weight: normal;
}

.post-footer-sharing {
    display: inline-block;
}

.gem-button-position-inline {
    display: inline-block;
    vertical-align: top;
}

.gem-button{
        position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    margin: 25px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}
.post-footer-sharing .gem-button-container .gem-button {
    border-radius: 3px;
    width: 30px;
    background-color: #b6c6c9;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat';
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    margin: 20px 13px 0 0;
    cursor: pointer;
}

.gem-button i.gem-print-icon {
    line-height: inherit;
    vertical-align: top;
    height: 100%;
    line-height: inherit;
    display: inline-block;
    font-family: 'thegem-user-icons';
       
}

.post-footer-sharing .gem-button-container .gem-button:hover{
    background-color: #1F497D;
}

.gem-icon-share::before {
    content: '\e60d';
    font-family: 'thegem-icons';
    font-size: 16px;
    vertical-align: top;
     font-weight: normal;
    text-align: center;
    font-style: normal;
    
}

.sharing-popup {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 50px;
    border-radius: 25px;
    padding: 0 25px;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: -20px;
    margin-bottom: -10px;
    background-color: #dfe5e8;
}

.sharing-popup.active {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
}

.post-read-more {
    display: inline-block;
}

.sharing-popup .sharing-styled-arrow {
    position: absolute;
    bottom: -100px;
    height: 100px;
    width: 50px;
    left: -30px;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 100% 0;
    -o-transform: rotate(-90deg) scale(0.3);
    -ms-transform: rotate(-90deg) scale(0.3);
    -moz-transform: rotate(-90deg) scale(0.3);
    transform: rotate(-90deg) scale(0.3);
    fill: red;
}

.sharing-popup .sharing-styled-arrow {
    fill: #dfe5e8;
}

.blog-content {
    width: 75% !important;
    margin: 0 !important;
    padding-left: 21px;
    padding-right: 21px;
}

.blog-sidebar {
    width: 25% !important;
    margin: 0 !important;
    padding-left: 21px;
    padding-right: 21px;
}

.hs-blog-content-wrapper .page-center>div {
    margin: 0 -21px;
}

.post-tags-list {
    margin-bottom: 30px;
    margin-left: 10px;
}

.post-tags-list a {
    color: #99a9b5;
    position: relative;
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
    background-color: #e7edf0;
    z-index: 2;
    padding: 0 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.post-tags-list a:before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg);
}

.post-tags-list a:after {
    background-color: #ffffff;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.post-tags-list a:hover {
    background-color: #00B1A9;
    color: #ffffff;
}

#comment-form .hs-button.primary:hover {
    background-color: #1F497D;
}

.related-post-wrapper {
    margin-top: 30px;
    border-bottom: 1px solid #dfe5e8;
    padding-bottom: 50px;
    float: left;
    width: 100%;
}

.related-post-wrapper h2 {
    margin: 1.2em 0;
}

.related-post-wrapper h2::before {
    content: '\e63c';
    font-family: 'thegem-icons';
    font-weight: normal;
    font-size: 48px;
    margin-right: 25px;
    vertical-align: top;
    color: #72cfce;
}

.related-post-wrapper .owl-item {
    padding: 0 21px;
}

.related-post-item > a {
    display: table-cell;
    padding-right: 14px;
}

.related-post-item img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 72px !important;
    width: 72px !important;
}

.related-post-item .related-element-info {
    display: table-cell;
    vertical-align: middle;
}

.related-post-item .related-element-info-excerpt p {
    margin: 0;
}

.related-post-item .post-meta-right {
    font: inherit;
    float: right;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 0;
}

.related-post-item .small-body {
    font-size: 85%;
    line-height: inherit;
    display: block;
    line-height: 23px;
}

.related-post-wrapper .owl-theme .owl-nav div {
    height: 30px;
    width: 30px;
    padding: 0;
    border: 2px solid #00bcd4;
    background: transparent;
    margin-left: 15px;
    opacity:1;
    overflow: hidden;
    color: transparent;
    text-align: center;
    cursor: pointer;
}

.related-post-wrapper .owl-theme .owl-nav div::before {
    font-size: 24px;
    font-family: 'thegem-icons';
    vertical-align: top;
    color: #00B1A9;
    text-indent: 0 !important;
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
}

.related-post-wrapper .owl-theme .owl-nav div:hover {
    background-color: #3c3950;
    border-color: #3c3950;
}

.related-post-wrapper .owl-theme .owl-nav div:hover::before {
    color: #ffffff;
}

.related-post-wrapper .owl-theme .owl-nav .owl-prev::before {
    content: '\e636';
}

.related-post-wrapper .owl-theme .owl-nav .owl-next::before {
    content: '\e634';
}

.related-post-wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -85px;
    right: 21px;
    float: right;
    margin: 0;
}



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

.blog .blog-sidebar {}

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

.blog-sidebar .widget-type-google_search input[type="text"] {
    border-radius: 3px;
    padding-right: 50px;
    padding: 6px 10px;
    min-height: auto;
}


.blog-sidebar form.hs-form {
    position: relative;
}

.blog-sidebar .widget-type-google_search .hs-button.primary {
    color: #00B1A9;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 38px;
    margin: 0;
    background-color: transparent !important;
    padding: 0;
}

.blog-sidebar .widget-type-google_search .hs-button.primary:before {
    content: '\e612';
    position: absolute;
    font-size: 24px;
    font-family: thegem-icons;
    left: 26%;
    font-weight: 100;
    margin-top: 0;
    margin: 0;
    vertical-align: middle;
    top: 5px;
}


.blog .blog-sidebar .row-fluid-wrapper .widget-span {
    margin-top: 68px;
}

.blog .blog-sidebar .row-fluid-wrapper:first-child .widget-span {
    margin-top: 0;
}

.blog-sidebar h3,
.hs-sidebar-search.widget-type-google_search label{
    line-height: 30px;
    font-size: 19px;
    margin-bottom: 28px;
    margin-top: 0;
    position: relative;
    color: #1F497D;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.05em;
    display: block;
}

.blog-sidebar h3:after,
.hs-sidebar-search.widget-type-google_search label:after{
    color: #f44336;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: thegem-icons;
    content: '\e630';
    font-size: 8px;
    padding-left: 8px;
    font-weight: normal;
}

.body-container .blog-sidebar ul {
    margin: 0;
    padding: 0;
}

.body-container .blog-sidebar ul li {
    text-indent: 0;
    margin-bottom: 0;
}

.blog-sidebar .hs-sidebar-recent-posts h3 {
    margin-bottom: 17px;
}

.hs-sidebar-recent-posts ul {
    background-color: #f4f6f7;
}

.hs-sidebar-recent-posts ul li {
    border-bottom: 1px solid #dfe5e8;
    padding-bottom: 25px;
    padding-top: 20px;
    list-style: none;
}

.hs-sidebar-recent-posts ul li:last-child {
    border: none;
}

.hs-sidebar-recent-posts ul li:before    {
    content: '\e63a';
    float: left;
    font-family: "thegem-icons";
    font-size: 24px;
    padding-left: 22px;
    padding-right: 6px;
    position: absolute;
    padding-top: 11px;
    color: #b6c6c9;
    width: auto;
    display: inline-block;
    clear: both;
    
}

.hs-sidebar-recent-posts ul li a {
    display: block;
    margin-left: 66px;
    padding-top: 9px;
    padding-right: 24px;
}

.blog-sidebar a {
    color: #5f727f;
}

.blog-sidebar a:hover {
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #00B1A9;
}

.hs-sidebar-archives ul li:nth-child(odd) {
    background-color: #f7f9f8;
}

.hs-sidebar-archives ul li {
    font-family: 'Source Sans Pro';
    list-style: none;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 12px;
}

.hs-sidebar-archives ul li:before {
    display: none;
}

.hs-sidebar-categories ul li:before {
    display: none;
}

.hs-sidebar-categories ul li {
    padding: 12px 12px 12px 0;
    border-top: 1px solid #dfe5e8;
}

.hs-sidebar-categories ul li a {
    color: #1F497D;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat';
    letter-spacing: 0.05em;
    padding-left: 18px;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hs-sidebar-categories ul {
    border: 1px solid #dfe5e8;
    border-top: none;
}

.hs-sidebar-categories ul li .filter-link-count {
    display: none;
}

.blog-sidebar .hs-sidebar-search.widget-type-google_search .hs-button.primary {
    top: auto;
    bottom: 1px;
}

.hs-sidebar-tags ul li:before {
    display: none;
}

.hs-sidebar-tags ul li a {
    border: 1px solid #99a9b5;
    background-color: #ffffff;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 4px;
    text-decoration: none;
    margin-bottom: 6px;
    padding: 2px 9px;
    display: inline-block;
    font-size: 16px;
    color: #5f727f;
}

.hs-sidebar-tags ul li a:hover {
    border-color: #00B1A9;
    background-color: #00B1A9;
    color: #ffffff;
}

.hs-sidebar-tags ul li .filter-link-count {
    display: none;
}

.hs-sidebar-tags ul li {
    display: inline;
}

.hs-sidebar-content {
    background-color: #212331;
    background-position: center top;
    padding-top: 43px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.hs-sidebar-content h4 {
    margin: 0 0 53px 0;
}

.hs-sidebar-content p {
    display: inline-block;
}

.back-angle {
    float: right;
    font-weight: normal;
    font-family: 'ElegantIcons';
    font-size: 24px;
    color: #91a0ac;
    line-height: inherit;
}

.blog-sidebar .socials-item {
    margin-left: 0;
    margin-right: 13px;
}

.blog-sidebar .socials-item-icon {
    margin-bottom: 13px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
    margin-bottom: 13px;
}

.social-item-rounded.socials-item-icon.twitter::before{
    /**content: '\e618';**/
    background-image: url(https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Email%20Images/linkedin-tp.png);
}

.social-item-rounded.socials-item-icon.facebook::before {
    /**content: '\e617';**/
    background-image:url(https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Email%20Images/facebook-tp.png);
}

.social-item-rounded.socials-item-icon.linkedin::before{
    /**content: '\e621';**/
    background-image :url(https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Email%20Images/linkedin-tp.png);
}

.social-item-rounded.socials-item-icon.glassdoor::before{
    /**content: '\e61a';**/
    background-image :url(https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Email%20Images/glassdoor-tp.png);
    
}

.social-item-rounded.socials-item-icon.instagram::before{
    /**content: '\e61e';**/
    background-image :url(https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Email%20Images/instagram-tp.png);
}

.social-item-rounded.socials-item-icon.indeed::before{
    /**content: '\e619';**/
    background-image :url(https://3353867.fs1.hubspotusercontent-na1.net/hubfs/3353867/Email%20Images/indeed-tp.png);
}

.social-item-rounded.socials-item-icon.youtube::before {
    content: '\e627';
}
/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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

.post-featured-content img {
    width: 100%;
}

.post-content .post-meta {
    margin-bottom: 55px;
}

.hs-blog-post .date-color {
    color: #99a9b5;
}

.blog-post-image {
    text-align: center;
    margin-bottom: 10px;
}

.post-meta-navigation {
    font-family: 'thegem-icons';
    font-weight: normal;
    font-size: 24px;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 10px;
}

.post-meta-navigation a {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post-meta-navigation > span + span {
    margin-left: -7px;
}

.post-content {
    margin-bottom: 60px;
}

#comments-listing.no-comments {
    border: none;
    margin: 0;
}

.post-author-block {
    background-color: #f4f6f7;
    margin-top: 85px;
    display: block;
    padding: 40px;
}

.post-author-avatar {
    display: block;
    float: left;
}

.post-author-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100px;
}

.post-author-info {
    margin-left: 135px;
    margin-top: 0;
}

.post-author-info .name {
    margin-top: 0;
}

.post-author-description {
    margin-bottom: 20px;
}

.post-author-posts-link a:before {
    content: '\e601';
    font-family: 'thegem-icons';
    font-weight: normal;
    vertical-align: top;
    margin-right: 5px;
    font-size: 16px;
}

.title-h5 {
    color: #1F497D;
    line-height: 30px;
    font-size: 19px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0.5em 0;
    letter-spacing: 0.05em;
}

.hs-author-social-section {
    margin-top: 15px;
}

a.post-author-avatar:after {
    display: block;
    text-align: center;
    content: '\e607';
    font-family: 'thegem-icons';
    font-weight: normal;
    font-size: 32px;
    padding-top: 25px;
    color: #00B1A9;
}

#comment-form {
    margin-top: 100px;
}

.comment-reply-title {
    line-height: 53px;
    font-size: 36px;
}

.comment-reply-title:before {
    content: '\e63e';
    font-family: 'thegem-icons';
    font-weight: normal;
    font-size: 48px;
    margin-right: 25px;
    vertical-align: top;
    color: #ff758f;
}

#comment-form input[type="text"], #comment-form .hs-input {
    max-width: 100%;
}

form.hs-form .hs-form-field ul.inputs-list li:before {
    display: none;
}

form.hs-form .hs-form-field ul.inputs-list li {
    text-indent: 0;
}

.hs-blog-post .page-title-excerpt {
    font-size: 24px;
    line-height: 37px;
    margin-top: 18px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    display: inline-block;
    width: 100%;
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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


/* Form Field */
.hs-form-field {
    margin-bottom: 24px;
}

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

/* 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 {
    width: 100%;
    max-width: 500px;
    display: block;
    padding: 12px;
    padding-left: 20px;
    border: 1px solid #dfe5e8;
    color: #1F497D;
    background-color: #f4f6f7;
    vertical-align: middle;
    font: inherit;
    margin: 0;
}

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

/* 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;
  margin: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

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

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

/* Error */
.hs-error-msgs label{
    color: red;
}

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


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

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

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

@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;
    line-height: 30px;
    padding: 10px 35px;
    font-size: 16px;
    width: auto;
    background-color: #0097A0;
    margin: 15px 0px;
    color: #1E384B;
    font-weight: 700;
    font-family: 'Montserrat';
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: normal;
    border: 0 none;
    vertical-align: middle;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

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

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


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


/* 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: 1320px) and (min-width: 1213px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0px 9px;
    }
}

@media (max-width: 1212px) and (min-width: 980px){
  
    .fixed .header-container {
        padding-top: 109px;
    }
    
    .fixed .normal {
        display: none;
    }
    
    .fixed .hs-logo {
        padding: 0;
    }
    
    .fixed .custom-menu-primary .hs-menu-wrapper > ul > li, .fixed .hs-search-icon {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}
@media (max-width: 1212px) {
    .container-fluid .row-fluid .page-center{
        max-width: 100%;
    }
    
    .hs-logo {
        width: 100% !important;
        text-align: center;
        padding: 30px 0 0;
    }
    
    .custom-menu-primary, .hs-header-col.hs-search-icon {
        float: none !important;
        display: inline-block !important;
        margin-left: -3px !important;
        text-align: center;
    }
    
    .hs-header-col.hs-search-icon {
        margin-right: 0 !important;
    }
    
    .hs-header-right {
        width: 100% !important;
        text-align: center;
        padding-right: 5px;
        
    }
    
    .hs-logo img {
        display: block;
        margin: 0 auto;
    }

    .hs-logo .sticky {
        display: none !Important;
    }
}

@media (max-width: 1085px) and (min-width: 979px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0 9px;
    }
    
    .hs-search-icon a {
        padding-left: 3px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li,
    .hs-search-icon {
        padding: 34px 2px;
    }
}

@media (max-width: 1000px) {
    h1{
    	font-size: 5vw;
    }
    
    .related-post-wrapper h2 {
        font-size: 3.6vw;
        line-height: 5.3vw;
    }
}
@media (max-width: 991px) {
    
    .hs-footer-bottom-col {
        width: 100% !important;
        text-align: center;
         margin-top: 1em !important;
    }
    
    .hs-footer-bottom-col.col1 {
        left: auto;
        margin-top: 0 !important;
        width:100% !important;
        padding-top:20px;
    }
    
    .hs-footer-bottom-col.col2 {
         width: 100% !important;
         left:0 !important;
         
    }
    
    .hs-footer-bottom-col.col3 {
        right: auto !important;
    }
    
    #footer-socials {
        text-align: center;
    }
    
    .hs-footer-top-col {
        width: 50% !important;
        margin-top: 3em;
    }
    
    
    
    .hs-footer-form .actions {
        padding-bottom: 30px;
    }
}

@media (max-width: 979px) {
    .hs-logo {
        width: auto !important;
        text-align: left;
        padding: 15px 0;
    }
    
    .hs-header-right {
        position: absolute;
        top: 93px;
        left: 0;
        right: 0;
        z-index: 999999;
        float: none !important;
        padding: 0 36px;
    }
    
    .custom-menu-primary, .hs-header-col.hs-search-icon {
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
    }
    
    .hs-search-icon a {
        display:  none;
    }
    
    .minisearch {
        opacity: 1;
        visibility: visible;
        transform: none;
        position: relative;
        width: 100%;
        top: 0;
    }
    
    .hs-header-col.hs-search-icon {
        padding: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
        border-bottom: none;
    }
    
    .minisearch .sf-input {
        max-width: 100%;
    }
    
    .hs-header-col.hs-header-right{
      display: none;
  }
  
  .blog-content {
        width: 100% !important;
        margin-bottom: 20px !important;
        padding-bottom: 30px;
    }
    
    .blog-sidebar {
        width: 100% !important;
        padding-top: 3em;
    }
    
    .blog-sidebar .widget-type-google_search input[type="text"] {
        max-width: 100%;
    }
    
    .hs-blog-post .blog-content {
        padding-bottom: 0;
    }
}

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

@media (max-width: 767px) {
    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%;
    }
    
    .hs-footer-top-col {
        width: 100% !important;
    }
    
    .hs-footer-form .actions {
        padding-bottom: 25px;
    }
    
    #back-to-top {
        right: 0;
    }
    
    .hs-footer-top-col {
        margin-left: 0 !important;
    }
    
    .hs-header-col.hs-logo img {
        width: 128px;
    }
    
    .mobile-trigger {
        top: 21px;
    }
    
    .hs-header-right {
        top: 61px;
    }
    
    .no-nav .hs-footer-bottom-col.col2 {
        margin-top: 0 !important;
    }
    
    .hs-logo .normal {
        display: none !important;
    }
    
    .hs-logo .sticky {
        display: block !important;
        margin: 0 !important;
        opacity: 1;
    }
    
    .hs-logo img {
        margin: 0 !important;
    }
    
    .post-meta-categories {
        display: block;
    }
    
    .post-meta-author + .sep {
        display: none;
    }
    
    .back-angle {
        float: none;
    }
    
    .hs-sidebar-content p {
        display: block;
    }
    
    
    
    .hs-blog-post .post-meta-categories + .sep {
        display: none;
    }
    
    .post-author-avatar {
        float: none;
        margin-bottom: 25px;
    }
    
    a.post-author-avatar:after {
        display: inline-block;
        vertical-align: middle;
        padding-top: 0;
        padding-left: 25px;
        line-height: 1;
    }
    
    .post-author-avatar img {
        vertical-align: middle;
    }
    
    .post-author-info {
        margin-left: 0;
        margin-top: 0;
    }
    
    .post-author-info .name {
        margin-top: 0;
    }
    .blog.hs-blog-listing .blog-content {
        float: none;
    }
}  

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

@media (max-width: 620px) {
    .related-post-wrapper .owl-item .related-post-item {
        width: 100%;
        max-width: 303px;
        margin: 0 auto !important;
    }
    .related-post-wrapper {
        margin-top: 75px;
    }
    .related-post-wrapper .owl-item {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .hs-banner-title-excerpt,
    .hs-blog-post .page-title-excerpt{
        font-size: 4vw;
        line-height: 6.16666666667vw;
    }
}

@media (max-width: 479px) {
    .post-meta-right {
        margin-left: 0;
        float: none;
    }
    
    .related-post-item > a {
        display: block;
        margin: 10px 0;
    }
    
    .related-post-item .related-element-info {
        display: block;
    }
}