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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

@font-face{
	font-family:"Lexend Deca";
	font-style:normal;
	font-weight:600;
	src:url(https://53.fs1.hubspotusercontent-na1.net/hubfs/53/tools/fonts/LexendDeca-SemiBold.woff2) format("woff2")
}
@font-face{
	font-family:"Lexend Deca";
	font-style:normal;
	font-weight:500;
	src:url(https://53.fs1.hubspotusercontent-na1.net/hubfs/53/tools/fonts/LexendDeca-Medium.woff2) format("woff2")
}
@font-face{
	font-family:"Lexend Deca";
	font-style:normal;
	font-weight:300;
	src:url(https://53.fs1.hubspotusercontent-na1.net/hubfs/53/tools/fonts/LexendDeca-Light.woff2) format("woff2")
}
/* Queens Font Family Added Here */
@font-face {
    font-display: swap;
    font-family: "Queens Medium";
    font-weight: 500;
    src: url("//53.fs1.hubspotusercontent-na1.net/hubfs/53/tools/fonts/Queens-Medium.woff2") format("woff2")
}

body{
  padding:0;
  font-size: 18px ;
  line-height: 29px;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "Lexend Deca", Helvetica, Arial, "sans serif"!important;
  font-style: normal;
  font-weight: 500;
  margin:0 auto;
  color: #33475B;
  position:relative;
}
.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 2080px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:0px;
  padding-right:0px;

}
h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
}
.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

a{
  margin-bottom:0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  transition: all .15s ease-out;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 29px;
  color: #0091AE;
  text-decoration: none;
  cursor: pointer;
}
h1{
  font-size: 36px;
  font-family: "Queens Medium";
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 0;
  color: #33475B;
}
h2{
    font-family: "Queens Medium";
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 0;
  color: #33475B;
}
h3{
    font-family: "Queens Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0;
  color: #33475B;
}
h4{
     font-family: "Queens";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  color: #33475B;
  
}
h5{
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #33475B;
}
h6{
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  color: #33475B;
}
.pre-section-heading p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
}
p{
  font-size: 16px;
  line-height: 20px;
  color: #33475B;
  font-weight: 300;
  font-family: Lexend Deca; 
}

td p{ 
 line-height: 12px;  
}

.medium-text p{
  color: #33475B;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
.medium-link a{
  color: #0091AE;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.small-text p{
  color: #516F90;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 23px;
}
.small-link a{
  color: #0091AE;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}
.body-container-wrapper {
  background:#fff;
  overflow:hidden;
}
.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}
.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}
.body-container-wrapper li{
  font-size: 15px;
  line-height: 28px;
  color: #616161;
  letter-spacing: .4px;
  font-weight: 300;
  position: relative;
  margin-left: 20px;
  margin-bottom: 0px;
}
.body-container-wrapper li:before{
  position: absolute;
  top: 9px;
  left: -18px;
  content: '';
  width: 9px;
  height: 9px;
  background: url(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/LasVegas%20LP/arrow%20white.svg) no-repeat;
  background-size: 100%;
}
.zero-margin h1,
.zero-margin h2,
.zero-margin h3,
.zero-margin h4,
.zero-margin h5,
.zero-margin h6,
.zero-margin p,
.zero-margin a{
  margin-bottom:0;
}

/* CTA & Scrolling links */

body a.cta_button,
body .container-fluid .row-fluid .hs-button{
  padding: 15px 30px;
  margin: 0px 10px; 
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
  border-radius: 3px;
  border: 0;
  background: #ED6744;
  
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  opacity: 0.9;
  transform: translateY(-3px);
   transition: all 0.2s ease-in-out 0s;
}
body .orange-medium-cta a.cta_button,
body .container-fluid .row-fluid .orange-medium-cta .hs-button{
  background: #ED6744;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 18.7px;
}
body .orange-medium-cta a.cta_button:hover,
body .container-fluid .row-fluid .orange-medium-cta .hs-button:hover{
  background: #ED6744;
}
body .orange-medium-cta a.cta_button:focus,
body .container-fluid .row-fluid .orange-medium-cta .hs-button:focus{
  background: #ED6744;
}
body .white-medium-cta a.cta_button,
body .container-fluid .row-fluid .white-medium-cta .hs-button{
  border: 1px solid #ED6744;
  border-radius: 3px;
  background-color: #fff;
  font-size: 15px;
  line-height: 14px;
  padding: 12px 20.7px;
  color: #ED6744;
}
body .white-medium-cta a.cta_button:hover,
body .container-fluid .row-fluid .white-medium-cta .hs-button:hover{
  background: #ED6744;
}
body .white-medium-cta a.cta_button:focus,
body .container-fluid .row-fluid .white-medium-cta .hs-button:focus{
  background: #ED6744;
}

body .container-fluid .row-fluid .white-medium-cta .hs-button .cta-get-it-now p{ 
font-size: 14px;
border-radius:5px; 
font-family: lexend deca; 
font-weight: 700;
padding: 15px 30px;
line-height: 20px;
background-color: #ED6744; 
}


a:hover { 
  text-decoration: none;
}

body .container-fluid .row-fluid .hs-button{
  position:relative;
}
body .container-fluid .row-fluid form .actions{
  position:relative;
}
.align-center {
  text-align:center;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.float-left{
  float:left;
}
body .container-fluid .row-fluid .float-right{
  float:right;
}
.gray-bg{
  background: rgb(245, 248, 250);
}
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}
body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}
.section-bg,
.with-bg{
  background-size: cover!important;
  background-position: center center!important;
}
.section-bg .bg-image{
  display:none!important;
}
.section-hide{
  display: none !important;
}
@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}


/*========================================================
Animations
========================================================*/
@keyframes grow-shrink {
        0%   { transform: scale(1,1)    translateY(0); }
        50%  { transform: scale(1,1.3) translateY(0); }
  100%   { transform: scale(1,1)    translateY(0); }
}

@keyframes bounce {
   0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
   40% {transform: translateY(-30px);} 
   60% {transform: translateY(-15px);} 
} 

/*========================================================
Typography Responsive Styling
========================================================*/
@media (min-width:768px) and (max-width:1024px){
  .row-fluid [class*="span"].wrapper{
    padding-left:15px;
    padding-right:15px;
  }
  h1{
    font-size: 35px;
    line-height:40px;
  }
}
@media (max-width:767px){
  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }
  h1{
    font-size: 28px;
    line-height:40px;
   
  }
  h2{
    font-size: 24px;
    line-height: 34px;
  
  }
  .pre-section-heading p{
    font-size: 14px;
    line-height: 20px;

  }
  .testimonial-text{
    font-size: 20px;
    line-height: 32px;
  }
  .align-right {
    text-align: center;
  }
  .align-left {
    text-align: center;    
  }
  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }
  .body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
  }
  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }
}
@media(max-width: 767px){
  .mobile-hide{
    display: none !important;
  }
}/*===================================================
Two Col Adjust
====================================================*/
body .container-fluid .row-fluid .two-col-adjust>span {
  display:flex;
  -webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-3.5%;
}
body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:3.5%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}
@media (max-width:767px){
  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  } 
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }
}/*==================================================
Three Col Adjust 
==================================================*/
body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; 
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}
@media (max-width:767px){
  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  } 
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }
}
/*==================================================
Four Col Adjust 
==================================================*/
body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -1.77%;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 23.2%;
  -webkit-flex-basis: 23.2%;
  float: left;
  margin-right: 1.8%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width:767px){
  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}
/*=========================================================
FORM STYLING
=========================================================*/ 
/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 1.55;
  color: #33475b;
  font-weight:400;
}
:-moz-placeholder {
  font-size: 20px;
  line-height: 1.55;
  color: #33475b;
  font-weight:400;
}
::-moz-placeholder {  
  font-size: 20px;
  line-height: 1.55;
  color: #33475b;
  font-weight:400;
}
:-ms-input-placeholder {  
  font-size: 20px;
  line-height: 1.55;
  color: #33475b;
  font-weight:400;
}
select::-ms-expand {
  display: none;
}
.row-fluid form li{
  margin:0;
}
.row-fluid  form li:before{
  display:none;
}
.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  font-size: 20px;
  line-height: 1.55;
  text-align: left;
  color: #33475b;
  margin-bottom: 7px;
  border-radius: 0;
  background: transparent;
  padding: 0px 10px 6px 0;
  font-weight: 300;
  border: 0;
  border-bottom: solid 2px #d8d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.row-fluid form input:focus,
.row-fluid form select:focus,
.row-fluid form textarea:focus{
  outline:0;
  border:0;
  border-bottom: 2px solid #10e3c1;
}
.row-fluid  form textarea{
  height:130px;    
}
.row-fluid form .hs_file_upload input,
.row-fluid form .hs-form-checkbox input,
.row-fluid form .hs-form-radio input,
.row-fluid form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}
.row-fluid form .hs-form-checkbox input,
.row-fluid form .hs-form-radio input,
.row-fluid form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}
.row-fluid form .field>label{
  font-size: 20px;
  line-height: 1.55;
  text-align: left;
  color: #33475b;
  padding-bottom: 0;
  letter-spacing: 0;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
  margin-top: 14px;
  padding-left: 0;
}
.row-fluid form .hs_submit .actions{
  text-align:left; // CTA Button Alignment
}
.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 62px;
}
form .hs-error-msgs{
  margin:0;
  padding:0;
}
form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 300;
  font-size: 11px;
  position: relative;
  top: 0;
  letter-spacing: 0.5px;
}
.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
body .row-fluid .hs-form fieldset {
  max-width: 100%;
}
form .hs-form-required{
  display:none;
}
.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}
.body-container-wrapper form ul,
form ul{
  list-style:none;
}
.body-container-wrapper form li:before{
  display:none;
}
body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}
body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}
body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}
body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}
body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}
body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}
body .row-fluid select{
  background: #fff url(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/Chicago%20LP/select%20arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}
/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid ;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: ;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}
@media (max-width:480px){
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }
  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }
  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}
/******************* Header Style Start ********************/
.header-section{
  padding: 17px 0 15px 0;
  background: #1C2732;
  position: relative;
}
.header-section .right-col{
  text-align: right;
}
.header-section .left-col { 
 padding-left: 20px;  
}
@media(max-width: 767px){
  .header-section .wrapper>.row-fluid-wrapper>.row-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-section .left-col{
    width: 50%;
  }
  .header-section .right-col{
    width: 50%;
  }
  body .header-section .orange-cta a.cta_button{
    font-size: 14px;
  }

}
@media(max-width: 480px){
  body .header-section .orange-cta a.cta_button{
    line-height: 19px;
  }
}
/******************* Header Style End ********************/

/******************* Footer Style Start ********************/
.footer-section{
  position: relative;
  background: #2E3E50;
  padding: 75px 0 67px 0;
}
.footer-section .footer-copyright{
  margin-top: 4px;
}
.footer-section .footer-copyright p{
  color: #CBD6E2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
.footer-section .footer-copyright p span>a{
  color: #0091AE;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
.footer-section .footer-copyright p span.icon{
  color: #CBD6E2;
  font-size: 16px;
}
@media(max-width: 1024px){
  .footer-section{
    padding: 50px 0 37px 0;
  }
}
@media(max-width: 767px){
  .footer-section .footer-copyright p,
  .footer-section .footer-copyright p span>a{
    line-height: 25px;
  }
}
/******************* Footer Style End ********************/

/************* Certification Count Sown Style Start **************/
.count-down-section{
  background: #33475B;
}
.count-down-section .left-col p{
  line-height: 26px;
}
.count-down-section .days,
.count-down-section .hours,
.count-down-section .minutes,
.count-down-section .seconds{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  padding: 13px 37px 8px 37px;
  box-sizing: border-box;
}
.count-down-section .days{
  padding-left: 16px;
}
.count-down-section .timer-container .numbers{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}
.count-down-section .minutes{
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.count-down-section .hours{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media(min-width: 768px){
  .count-down-section .row-fluid .span4.left-col{
    width: 35.623932%;
  }
  .count-down-section .row-fluid .span8.right-col{
    width: 61.811966%;
  }
}
@media(max-width: 1100px) and (min-width: 768px){
  .count-down-section .row-fluid .span4.left-col{
    width: 42.618785%;
  }
  .count-down-section .row-fluid .span8.right-col{
    width: 54.618785%;
  }
  .count-down-section .days,
  .count-down-section .hours,
  .count-down-section .minutes,
  .count-down-section .seconds{
    padding: 13px 15px 8px 15px;
  }
}
@media(max-width: 767px){
  .count-down-section{
    padding: 5px 0;
    text-align: center;
  }
  .count-down-section .right-col{
    margin-top: 5px;
  }
  .count-down-section .timer-container .numbers{
    font-size: 25px;
    line-height: 30px;
  }
  .count-down-section .days,
  .count-down-section .hours,
  .count-down-section .minutes,
  .count-down-section .seconds{
    padding: 8px 15px 8px 15px;
  }
}
/************* Certification Count Sown Style End **************/

/************* Certification Banner Style Start **************/

.certification-banner-section{
  position: relative;
  z-index: 5;
  box-sizing:border-box!important;
  overflow: hidden;
}
.certification-banner-section .bottom-container .left-col.vertical-center{
  justify-content: flex-end; 
}

.certification-banner-section .cta-hero-cont { 
  display: flex; 
}

.certification-banner-section .cta-hero-cont .cta-main-signup { 
 margin: 0px 10px 0px 0px; 
  padding: 11px 30px; 
}

.certification-banner-section .banner-content {
  margin-bottom: 27px;

}
.certification-banner-section .inner-section{
      position: relative;
    padding: 63px 0 93px 0;
    min-height: calc(100vh - 152px)!important;
    max-width: 1200px;
    margin: 0 auto;
}
.certification-banner-section .inner-section:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-position: bottom center;
  bottom: -10px;
  right: -30%;

}

.certification-banner-section  .banner-content h5 { 
 letter-spacing: 2px;  
  margin-bottom: 5px;
    padding-top: 5px;
}

.certification-banner-section .right-hero-img img { 
 position: absolute; 
  bottom: 0px; 
    max-height: -webkit-fill-available;
    width: auto;
  z-index: -1; 
}


.certification-banner-section .right-img{
  text-align: right;
}
.certification-banner-section .right-img .image-module{
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 20px;
  margin-right: 20px;
}
.certification-banner-section .right-img .image-module:before{
  position: absolute;
  content: '';
  height: 130%;
  width: 130%;
  background: url('https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Spinning%20Slogan.png') no-repeat;
  background-size: cover;
  background-position: center;
  top: -17px;
  left: -19px;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-animation: rotation 15s infinite linear;
}
.certification-banner-section:before{
  position: absolute;
  content: '';
  width:auto;
  height: 198px;
/*   background: url('https://www.hubspot.com/hubfs/World%20Certification%20Week%202023%20Photos/World%20Certification%20Week%20Hero%20Image%201-2.png')repeat-x; */
  background-size: cover;
  background-position: center top;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  display:none;
}
.certification-banner-section .ocean { 
  height: 0;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  -webkit-animation: grow-shrink 3s ease-out infinite;
}
.certification-banner-section .wave {
  background: url('https://www.hubspot.com/hubfs/World%20Certification%20Week%202023%20Photos/WCW%20Hero%20elements.png') repeat-x; 
  z-index: 1; 
  position: absolute; 
  top: -60px;
  width:auto;
  height: 100px;
  transform: translate3d(0, 0, 0);
  left:0;
  right:0;
  z-index:-1;
}
.certification-banner-section .image-module{
  position: relative;

}
.certification-banner-section .image-module a.scroll-anchor{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
.certification-banner-section .icons-here{
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.certification-banner-section .text-here{
  display: inline-block;
  vertical-align: middle;
}
.certification-banner-section .icons-here .icon1{
  margin-right: 11px;
}
.certification-banner-section .banner-text-cont{
  max-width: 800px;
}
.certification-banner-section .banner-text-cont p{
  max-width:774px; 
  line-height: 1; 
}

/* .certification-banner-section .banner-text-cont { 
 padding-top: 50px;  
  padding-right: 100px; 
  padding-bottom: 100px; 
} */
.certification-banner-section .bottom-container .left-col{
  position: relative;
}
.certification-banner-section .bottom-desc{
  max-width: 205px;
}
.certification-banner-section .bottom-container{
  margin-top: 85px;
 }
.certification-banner-section .donation-container{
  max-width: 375px;
  margin: 0 0 0 auto;
  border-radius: 3px;
  background-color: #33475B;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.51);
  width:100%;
}
.certification-banner-section .donation-container .bottom-cont{
  background-color: #ffffff;
  padding: 34px 5px 32px 5px;
  position: relative;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.certification-banner-section .donation-container .top-cont{
  padding: 25px 30px 20px 30px;
}
.certification-banner-section .donation-container .top-cont h2{
  font-size: 40px;
  line-height: 28px;
}
.certification-banner-section .donation-container .top-cont .small-text p{
  color: #7C98B6;
}
.certification-banner-section .donation-container .progress-bar{
  height: 5px;
  width: 100%;
  background: #7C98B6;
  border-radius: 10px;
  margin: 18px 0 5px 0;
  position: relative;
  overflow: hidden;
}
.certification-banner-section .donation-container .progress-bar .fill-cont{
  position: absolute;
  height: 100%;
  background: #FF7A59;
  border-radius: 10px;
  transition: width 0.3s ease-in-out;
} c
@media(min-width: 2500px){
  .certification-banner-section .inner-section{
    min-height: auto !important;
  }
}
@media(min-width:1025px){
 
    
  
  .certification-banner-section .banner-content h1{
    font-size: 52px;
    line-height: 81px;
    margin-bottom:30px;
  }
  .certification-banner-section .banner-text-cont { 
 padding-top: 50px;  
  padding-right: 100px; 
  padding-bottom: 100px; 
}
}
@media(min-width:768px) and (max-width:1024px){
  .certification-banner-section .banner-content h1{
    font-size: 42px;
    line-height: 71px;
    margin-bottom:0px;
  }
  .certification-banner-section .inner-section:after {
    position: absolute;
    content: '';
    height: 58vw;
    width: 93vw;
    bottom: 0;
    background-position: top center; 
  }
}
@media(max-width:767px){
  .certification-banner-section .banner-content { 
   text-align: center;  
  }
  .certification-banner-section .inner-section{
    padding:60px 0px;
    min-height: auto !important;
  }
  .certification-banner-section .right-img {
    text-align: center;
    padding: 0px 0px 40px;
  }
  .certification-banner-section .inner-section:after {
    height: 75vw;
    width: 140vw;
    right: -45vw;
    z-index: -1;
    display: none;
  }
  .certification-banner-section .bottom-container {
    margin-top: 45px;
  }
  .certification-banner-section .bottom-container .left-col.vertical-center {
    margin-bottom: 0;
  }

}
/************* Certification Banner Style End **************/

/************* World Cert Week Style Start **************/
.world-cert-week{
  padding:100px 0px;
 content: '';
    height: 100%;
    width: 100%;
  transition: all 0.5s ease-in-out;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.world-cert-week h2{
  margin-bottom: 30px;
}
.section-container { 
padding: 0px 20px 200px;
}

.which-cert { 

  content: '';
    height: 100%;
    width: 100%;
  transition: all 0.5s ease-in-out;
    z-index: -1;
}

.which-cert .left-woman-img {
  bottom: 0; 
  left: 0; 
}





.statistics-header-container { 
     display: flex;
    justify-content: center; 
      text-align: center;
  padding: 10px 80px 0px 80px;
}
 .row-fluid { 
  margin: 0;
}
.statistics-banner { 
 background-color: #FF5C35;
  position: relative; 
  margin-left: 0px; 
  padding: 20px 0px; 
}
.three-stat-headers { 

      max-width: 1000px;
    margin: auto;
}
.left-img-container-cert-week { 
  display: list-item; 
  white-space: pre-line;
}
.left-img-of-woman-with-laptop { 
 
  position: absolute;
    z-index: 2;
    bottom: 0;
}

.left-img-of-woman-with-laptop img{
margin-bottom: -30px; 
}



.world-cert-week .statistics-col  {
    align-items: center;
}
.elements-of-stat-col { 
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  padding: 15px;
}
.elements-of-stat-col h1 { 
 margin:0;  
  color: #fff
}
.elements-of-stat-col p { 
 margin:0;  
  color: #fff
}





.yellow-background-image-container { 
  height: 45%;
  position: absolute;

}

.stats-yellow-line { 
    line-height: 0px;
    margin-bottom: 10px;
}


@media (min-width:768px) and (max-width:1024px){
.what-is-world-right-container { 
   padding: 0px 30px 0px 100px;
  margin-left: -20px; 
  }
  .yellow-background-image-container { 
     left: 0; 
  }
}

@media(max-width: 767px){
  .what-is-world-right-container { 
   padding: 0px;  
    text-align: center; 
  }
  .yellow-background-image-container { 
    z-index: -1; 
  }
  .world-cert-week .image-container {
    margin-top: 30px;
}
.left-img-of-woman-with-laptop{
       max-width: 179px;
      margin-left: -50px;
}
  .statistics-header-container { 
   padding: 0px; 
    margin: 0px; 
  }
  .left-img-container-cert-week { 
   
  }
  .stats-yellow-line { 
   z-index: 3;  
   
  }
  .stats-yellow-line { 
     max-width: 100px; 
  }
  .each-stat-container p { 
   z-index: 3;  
     position: relative;
  }
  .left-img-container-cert-week { 
   height: 0px;  
  }
  
  }

  
@media (min-width:1026px){
  .yellow-background-image-container { 
     left: 0; 
  }
  .what-is-world-right-container { 
    padding: 56px 201px 0px 22px
}
}



/************* World Cert Week Style End **************/

/************* How to Participate Style Start **************/

.how-to-participate-background { 
 background-color: #1C2732; 
}
.how-to-participate {
  padding:79px 0px 82px;
  position: relative;
  z-index: 1;
    background: url('https://www.hubspot.com/hubfs/World%20Certification%20Week%202023%20Photos/How%20to%20Participate%20BAckground.svg') no-repeat;
  background-size: cover; 
  background-position:  bottom; 

}

.how-to-participate .middle-content .three-col-adjust .hs_cos_wrapper .color-container{
  text-align: center;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  background-color: #FF5C35;
  box-shadow: 0 1px 50px 0 rgba(0,0,0,0.01);
  border-radius:50px;
  height: 62px;
  margin: 0 auto;
  max-width: 62px;
}
.how-to-participate .middle-content .three-col-adjust .hs_cos_wrapper .color-container h2 {
  line-height: 44px;
  margin-top: 10px;
}
.how-to-participate .middle-content .three-col-adjust .hs_cos_wrapper .simple-text{
  padding: 62px 12px 38px;
  font-weight: 100; 
}
.how-to-participate .middle-content .three-col-adjust .hs_cos_wrapper .simple-text p{
  font-weight: 100; 
}
.how-to-participate .middle-content .three-col-adjust .hs_cos_wrapper{
  max-width: 330px;
}
.how-to-participate .top-content{
  margin-bottom:70px;
}
.how-to-participate .bottom-content{
  margin-top:90px;
}

@media(min-width:1200px){
  .how-to-participate .middle-content .three-col-adjust .hs_cos_wrapper{
    margin-right: 28px;
  }
}
@media(max-width: 1024px){
  .how-to-participate:before{
    top: -62px;
  }
  .how-to-participate{
    margin-top: 50px;
  }
  .how-to-participate:before{
    background-size: contain;
  }
}
@media(max-width:767px){
  .section-padding{
/*     padding:60px 0px !important; */
  }
  .how-to-participate:before{
    background-size: contain;
    top: -38px;
  }
  .how-to-participate .middle-content .three-col-adjust .hs_cos_wrapper {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .how-to-participate .middle-content .three-col-adjust .hs_cos_wrapper .simple-text {
    padding: 50px 12px 20px;
  }
  .how-to-participate .bottom-content{
    margin-top:50px;
  }
  .how-to-participate .top-content{
    margin-bottom:50px;
  }
}
@media (min-width:768px) and (max-width:1024px){
  .section-padding{
    padding:80px 0px !important;
  }
}
/************* How to Participate Style End **************/

/************* Events Calendar Style Starts **************/

.calendar-section { 
  background: url(https://www.hubspot.com/hubfs/World%20Certification%20Week%202023%20Photos/Brand%20lines.svg) no-repeat;
  background-position: bottom;  
  background-size: contain; 
}
.calendar-section p a { 
 color: #33475B; 
  font-size: 8px; 
  line-height: 1px; 
  font-weight: 100; 
}

.calendar-section td:hover { 
transform: scale(1.2);
  transition: all 0.2s ease-in-out 0s;
   border: 3px solid  #fff; 
}

@media(min-width:1025px){
 .mobile-screen-table { 
   visibility: collapse;  
   height: 0px; 
  }
  .which-cert-tables-container { 
   display: flex; 
    flex-direction: column; 
  }
}
@media (min-width:800px) and (max-width:1300px){
  .which-cert .left-woman-img { 
   width: 150px;  
  }
}

@media (min-width:768px) and (max-width:1024px){
  .section-padding{
    padding:80px 0px !important;
  }
  .large-screen-table { 
   visibility: collapse;  
    height: 0px; 
  }
  
}
@media(max-width:767px){
.large-screen-table  { 
   visibility: collapse;  
    height: 0px; 
  
  }
}
/************* Events Calendar Style End **************/


/************* Which Cert Style Start **************/

.which-cert .table-container h4 { 
margin: 0px; 
}


@media(max-width:767px){
 .table-container { 
 padding: 0px;  
}
  .which-cert .left-woman-img { 
   max-width: 100px;  
  }
  .banner-text-sign-up { 
/*    text-align: center;   */
  }
  .empty-span-container { 
        white-space: initial;
  }
  .banner-text-sign-up h5 span { 
   font-size: 12px; 
    line-height: 12px; 
  }
  .bottom-orange-banner-with-sign-up-info { 
   margin-left: -40px; 
    padding: 0px 0px 0px 60px; 
  }
  .which-cert .section-padding { 
   padding: 0px;  
  }
 
  
  }


/************* Which Cert Style End **************/



/************* Your Impact Style Start **************/

.your-impact-background .color-container  { 
  padding: 5px 0px; 
}
.sign-up-banner-heading { 
  padding-bottom: 20px; 
}

/************* Your Impact Style End **************/


/************* Around the Globe Style Start **************/
.popular-certification{
  padding: 0px 100px 100px 100px;
  position: relative;
  z-index: 1;
}

.popular-certification:before{
  position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: none;
  
/*     background: url(https://www.hubspot.com/hubfs/World%20Certification%20Week%202023%20Photos/Regional%20cards%20bottom%20shape.svg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.popular-certification .content-block{
  transition: all 0.2s ease-in-out 0s;
/*   box-shadow: rgb(45 62 80 / 8%) 0px 3px 6px 0px; */
  box-shadow: none; 
  position: relative;
/*   background: red; */
/*   padding-bottom: 60px; */
  max-width: inherit;
  margin: 0px 12.5px -10px 12.5px;
}
.popular-certification .content-block:hover{
  transform: translateY(-3px);
  cursor: pointer;
}
.popular-certification .content-block .line-3{
  border-radius: 3px;
  height: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 3;
  background: rgb(203, 214, 226);
  top: -6px;
  width: 95%;
}
.popular-certification .content-block .line-2{
  border-radius: 3px;
  height: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  background: rgb(223, 227, 235);
  top: -12px;
  width: 90%;
}
.popular-certification .content-block .line-1{
  border-radius: 3px;
  height: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  background: rgb(234, 240, 246);
  top: -18px;
  width: 85%;
}
.popular-certification .content-block .box-cont{
  position: relative;
/*   border-top: 10px solid; */
  z-index: 4;
  border-radius: 3px;
/*   background-color: rgb(255, 255, 255); */
  background-color: transparent; 
}
.popular-certification .content-block .box-cont .marketing-icon{
/*   width: 500px;
  height: auto; */
  position: absolute;
/*   right: 10px; */
  border-radius: 25px;
/*   top: -5px; */
/*   padding: 8px; */
  z-index: 1;
  box-sizing: border-box;
 
}
.popular-certification .content-block .top-content{
  padding: 0px;
  border-bottom: 1px solid rgb(234, 240, 246);
  min-height: 260px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
}
.popular-certification .content-block:hover .top-content{
  transition: all 0.2s ease-in-out 0s;
  background-color: transparent;
}
.popular-certification .content-block .topic-cont{
  max-width: 78%;
  min-height: 28px;
  font-weight: 500;
  margin-bottom: 0.5rem;
    visibility: collapse; 
}
.popular-certification .content-block .topic{
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 4px;
  font-weight: 500;
    visibility: collapse; 
}
.popular-certification .content-block .top-content h3{
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  max-width: 95%;
  margin-bottom: 16px;
  margin-top: 17px;
  overflow-wrap: break-word;
  hyphens: auto;
    visibility: collapse; 
}
.popular-certification .content-block .new-tag-cont{
 visibility: collapse; 
 
}
.popular-certification .content-block .new-tag-cont .new-tag{
  background-color: rgb(51, 71, 91);
  border-radius: 20px 6px 6px 20px;
  box-shadow: rgb(255 255 255 / 20%) 0 1px 2px 0;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  min-height: 20px;
  padding: 0px;
  position: absolute;
  right: -4px;
  text-align: center;
  text-size-adjust: 100%;
  text-transform: uppercase;
  top: 8px;
  vertical-align: middle;
  visibility: collapse; 
}
.popular-certification .content-block .bottom-cont{
  padding: 16px 13px 0 13px;
  box-sizing: border-box;
}
.popular-certification .content-block .bottom-cont h4{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.popular-certification .content-block .logo-here{
  max-width: 100px;
  float: right;
}
.popular-certification .content-block .lessons-count{
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding-right: 8px;
  line-height: 29px;
}
.popular-certification .content-block .hours-count{
  margin-bottom: 16px;
  font-size: 12px;
  display: inline-block;
  color: rgb(0, 163, 141);
  font-weight: 500;
  line-height: 29px;
}
.popular-certification .content-block .desc-cont{
  display: block;
  margin-bottom: 16px;
  line-height: 28px;
}
.popular-certification .content-block .desc-cont p{
  font-size:12px;
  font-weight: 300;
  line-height: 21px;
  color: rgb(51, 71, 91);
}
.popular-certification .content-block .desc-cont p a{
  color: #0091ae;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
    visibility: collapse; 
}
.popular-certification .content-block .desc-cont p a:hover{
  text-decoration: underline;
}
.popular-certification .content-block .cta-cont a.cta_button{
  display: block;
}
.popular-certification .content-block:hover .cta-cont a.cta_button{
  background-color: #FF7A59;
}
.popular-certification .content-block .cta-cont{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  visibility: collapse; 
}
.popular-certification .content-block .card-click{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.popular-certification .content-container{
  position: relative;
}
.popular-certification button.slick-next.slick-arrow, 
.popular-certification button.slick-prev.slick-arrow {
  display: none !important;
}
.popular-certification .arrow-image-cont {
  height: 63px;
  width: 63px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popular-certification .arrows-slide{
  display: inline-block;
  vertical-align: middle;
}
.popular-certification .arrows-slide-cont{
  text-align: right;
  position: absolute;
  right: 0;
  top: -92px;
}
.popular-certification .bottom-cont .small-text p{
  color: #516F90;
}
.popular-certification .bottom-container{
  margin-top: 0px;
  padding: 0px; 
}
.popular-certification .bottom-container .cta-container{
  margin-top: 0px;
}

@media(max-width: 1024px){
  .popular-certification{
    padding: 0px;
  }
  .popular-certification .arrows-slide-cont{
    position: relative;
    top: unset;
    right: unset;
  }
  .popular-certification .section-heading{
    margin-bottom: 0px;
  }
  .popular-certification .bottom-container{
    margin-top: 0px;
  }
  .popular-certification:before{
    height: 250px;
    bottom: 112px;
  }
}
@media(max-width: 767px){
  .popular-certification .content-block{
    max-width: 100%;
    background-color: transparent; 
  }
  .popular-certification:before{
    height: 345px;
    bottom: 186px;
  }
  .popular-certification { 
    padding: 50px 0px;
  }
}
@media(max-width: 500px){
  .popular-certification .box-shadow-bars{
    display: none;
  }
  .popular-certification .content-block{
    margin-top: 17px !important;
    padding-bottom: 0;
  }
  .popular-certification .content-block .cta-cont{
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    display: none;
  }
  .popular-certification .content-block .desc-cont{
/*     display: none; */
  }
  .popular-certification .content-block .top-content{
    min-height: auto;
  }
  .popular-certification .content-block .logo-here{
    float: none;
    margin-bottom: 16px;
    width: 60px; 
  }
  .popular-certification .content-block .bottom-cont{
    padding: 16px 16px 16px 16px;
  }
  .popular-certification .content-block .hours-count{
    margin: 0;
  }
  .popular-certification .content-block .bottom-cont h4{
    display: inline-block;
    padding-right: 8px;
  }
}


/************* Popular Certification Style End **************/

/************* Learn Live Style Start **************/
.learn-live{
  padding:101px 0px 165px;
  transition: all 0.5s ease-in-out;
  position:relative;
  z-index:1;
}
.learn-live:after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 144px;
  right: 0;
  bottom: 0;
/*   background: url(https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Mask%20%281%29.svg)no-repeat; */
  background-position: top left;
  background-size: cover;
  width: 255px;
  height: 462px;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
body .learn-live .orange-medium-cta a.cta_button{
  font-size:13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
}
.learn-live .top-content {
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.learn-live .top-content h2{
  margin-bottom: 25px;
}
.learn-live .bottom-content .description-container {
  max-width: 277px;
  padding: 29px 24px 40px 27px;
  min-height: 315px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}
.learn-live .bottom-content .card {
  border-radius: 3px;
  background-color: #F5F8FA;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 8%);
  max-width: 330px;
  margin-right: 31px;
  position:relative;
  margin: 10px 31px 10px 00px;
}
.learn-live .bottom-content .card .cta-container.orange-medium-cta {
  position: absolute;
  bottom: 40px;
}
.learn-live .bottom-content .card  .small-text {
  margin-bottom: 81px;
}
.learn-live .bottom-content .card .small-text h5{
  min-height:56px; 
}
.learn-live .bottom-content button.slick-next.slick-arrow ,
.learn-live .bottom-content button.slick-prev.slick-arrow{
  font-size: 0;
  border: 0;
  background: 0;
}
.learn-live .bottom-content button.slick-next.slick-arrow::after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 25%;
  height: 64px;
  width: 64px;
  right: -32px;
  background-repeat: no-repeat;
/*   background-image: url(https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Arrow%20Icon.svg); */
  cursor: pointer;
}
.learn-live .bottom-content button.slick-prev.slick-arrow::after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 50%;
  height: 64px;
  width: 64px;
  left:-70px;
  background-repeat: no-repeat;
/*   background-image:url('https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Slider%20Icon.svg'); */
  cursor:pointer;
  display:none !important;
}
.learn-live .bottom-content button.slick-prev.slick-arrow.slick-disabled{
  display:none !important;
}
.slick-slider .slick-track {  
  display: flex; 
  justify-content: center; 
}

@media(max-width: 1390px){
  .learn-live:after{
    width: 156px;
    height: 278px;
    top: 42px;
  }
}
@media(max-width:1120px){
  .learn-live .bottom-content button.slick-next.slick-arrow::after{
    right: -20px; 
  }
}
@media(max-width: 1024px){
  .learn-live:after{
    top: 3px;
    width: 106px;
    height: 325px;
  }
}
@media(max-width:767px){
  .learn-live .top-content {
    margin-bottom: 0;
  }
  .learn-live .bottom-content button.slick-next.slick-arrow::after{
    display: none;
  }
}
@media(max-width:1400px){
  .learn-live.visible:after {
    top: 5vw;
    width: 14vw;
    height: 26vw;
  }
}
/************* Learn Live Style End **************/

/************* Calender Reminder Style Start **************/
.calender-reminder{
  padding:40px 0px 53px;
  position: relative;
  z-index: 1;
  margin-top: 88px;
}
.calender-reminder:before{
  position: absolute;
  content: '';
  background: url(https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Dark%20Wave.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 186px;
  top: -113px;
  left: 0;
  right: 0;
  z-index: -1;
}
.calender-reminder .heading-desc-cont h2{
  margin-bottom: 18px;
}
.calender-reminder .heading-desc-cont p {
  margin-bottom: 30px;
}
.calender-reminder .calender-cont p {
  margin: 0px !important;
}

@media(max-width: 1024px){
  .calender-reminder:before{
    background-size: contain;
    top: -82px;
  }
}
@media(max-width:767px){
  .calender-reminder:before{
    background-size: contain;
    top: -38px;
  }
  .calender-reminder .image-container {
    margin-bottom: 30px;
  }
  .calender-reminder .heading-desc-cont p{
    margin-bottom: 15px;
  }
  .calender-reminder.section-padding{
    padding-top: 50px !important;
    margin-top: 40px;
  }
  .calender-reminder .wrapper>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}


@media(min-width: 768px){
  .mobile-calendar { 
   visibility: collapse;  
  }
  .mobile-calendar-section { 
   height:0;  
    padding:0; 
  }
  .calendar-section-container { 
 padding: 0px 50px 150px 0px;
}
}
@media(max-width: 767px){
    .desktop-calendar { 
   visibility: collapse;  
  }
 .calendar-section .desktop-calendar-section { 
  height:0; 
    padding:0; 
  }
    .mobile-calendar { 
   padding:0;  
  }
}
@media(max-width: 500px){
  .desktop-calendar { 
   visibility: collapse; 
  }
  .desktop-calendar-section { 
   height:0;  
    padding:0; 
  }
  .mobile-calendar { 
   padding:0;  
  }
}
/************* Calender Reminder Style Style End **************/

/************* CInstagram Feeds Style Style Start **************/
.instagram-feed{
  padding: 122px 0 117px 0;
}
.instagram-feed .section-heading{
  max-width: 747px;
  margin: 0 auto;
}
.instagram-feed .section-heading h2 span{
  color: #FF7A59;
}
.instagram-feed .bottom-image{
  position: relative;
  max-width: 268px;
  margin: 0 auto;
  margin-top: 78px;
}
.instagram-feed .bottom-image:before{
  position: absolute;
  content: '';
  height: 1px;
  max-width: 126px;
  width: 100%;
  background: #FF8059;
  bottom: 7px;
  left: -11px;
}
.instagram-feed .bottom-image:after{
  position: absolute;
  content: '';
  height: 1px;
  max-width: 126px;
  width: 100%;
  background: #FF8059;
  bottom: 7px;
  right: -11px;
}
.instagram-feed .instagram-feed-cont{
  margin: 30px 0;
}
@media(max-width: 1024px){
  .instagram-feed{
    padding: 80px 0 80px 0;
  }
}
@media(max-width: 767px){
  .instagram-feed .bottom-image{
    margin-top: 40px;
  }
}
/************* CInstagram Feeds Style Style End **************/

/************* Go Foundation Style Start **************/
.go-foundation{
  padding: 84px 115px 125px;

}
 .go-foundation-text-box { 
  display: flex;
display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: end;
}

.go-foundation .top-img-cont{
  margin-bottom: 27px;
}
.go-foundation .cta-container {
  margin-top: 27px;
}
.go-foundation .right-col {
  max-width: 395px;
  margin-left: auto !important;
  display: flex; 
}
body .go-foundation .orange-medium-cta a.cta_button{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 10px 28.8px;
}

@media(max-width:767px){
  .go-foundation  .image-container {
    margin-bottom: 30px;
  }
  .go-foundation { 
   padding: 100px 0px;  
  }
  .go-foundation .right-col {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
/************* Go Foundation Style End **************/

/************* Hubspot Academy Style Start **************/
.hubspot-academy{
  padding:204px 0px 186px;
  position:relative;
  z-index:1;
}
.hubspot-academy::before{
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 0;
  top: 46px;
  background-size: contain;
  width: 123px;
  left: 0;
  background-image: url('https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Blue%20Blob.png');
  background-repeat: no-repeat;
  background-position: top right ;
}
.hubspot-academy .list-cont ul li{
  position:relative;
  margin-right: 35px;
  margin-left: 35px;
  font-size: 16px;
  line-height: 23px;
  color: #33465B;
}
.hubspot-academy .logo-cont {
  display: flex;
  align-items: center;
  margin-left: -25px;
  margin-bottom: 5px;
}
.hubspot-academy .logo-cont h2{
  margin:0;
}
.hubspot-academy .list-cont {
  margin-top: 10px;
  margin-bottom: 40px;
}
.hubspot-academy .img-cont img {
  margin-left: 27px;
}
.hubspot-academy .span4.vertical-center.right-col {
  margin-left: 90px;
}
.hubspot-academy  .list-cont ul li:before{
  position:absolute;
  content:'';
  width:23px;
  height:23px;
  background:url('https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Tick%20Icon.png');
  background-size:contain;
  background-repeat: no-repeat;
  left: -35px;
  top: 0px;
}
.hubspot-academy ul {
  display: flex;
}
.hubspot-academy blockquote {
  margin: 0px 0px 20px;
}
.hubspot-academy .left-col.pre-section-heading h6{
  color: #516F90;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
}
.hubspot-academy .left-col.pre-section-heading p{
  margin: 0;
}
.hubspot-academy .logo-cont .image-container img{
  height: 159px;
  max-width: 159px !important;
}
.hubspot-academy  .left-col-content {
  max-width: 577px;
}
.hubspot-academy .left-col {
  border-right: 1px solid rgba(66,91,118,0.19);
}
.hubspot-academy .right-col h5{
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.hubspot-academy .span8.vertical-center.left-col {
  width: 63%;
}
.hubspot-academy span {
  color: #FF7A59;
  font-family: 'Open Sans';
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 63px;
}
@media(max-width: 1024px){
  .hubspot-academy .span4.vertical-center.right-col{
    margin-left: 30px;
  }
  .hubspot-academy::before{
    width: 55px;
    top: 5px;
  }
}
@media(max-width:767px){
  .hubspot-academy .span8.vertical-center.left-col {
    width: 100%;
  }
  .hubspot-academy ul {
    display: block;
  }
  .hubspot-academy .list-cont ul li{
    margin-top: 20px;
  }
  .hubspot-academy .left-col {
    border-right: none;
  }
  .hubspot-academy .left-col-content {
    max-width: 100%;
  }
  .hubspot-academy .logo-cont{
    margin-left: 0px;
    display: block;
  }
  .hubspot-academy .list-cont {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .cta-container.orange-medium-cta {
    margin-bottom: 30px;
  }
  .span6.left-col.pre-section-heading.vertical-center {
    margin-bottom: 20px;
  }
  .hubspot-academy.span4.vertical-center.right-col {
    margin-left: 0px;
  }
  .hubspot-academy .span4.vertical-center.right-col {
    margin-left: 0px;
  }
  .hubspot-academy::before{
    width: 71px;
  }
}
/************* Hubspot Academy Style End **************/

/************* Dual Text Style Start **************/
.dual-text-module{
  padding:0px 0px 144px;
  position:relative;
  z-index:1;
  margin-top: 152px;
}
.dual-text-module::before{
  position: absolute;
  z-index: 0;
  content: '';
  top: -215px;
  right: 0;
  left: 0;
  width: 100%;
  height: 336px;
  background-image: url(https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Wave-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media(min-width:768px){
  body .container-fluid .row-fluid .dual-text-module .two-col-adjust>span{
    margin-right: -6.5%;
    align-items: center;
  }
}
@media(max-width: 1024px){
  .dual-text-module::before{
    top: -55px;
    background-size: contain;
  }
  .dual-text-module{
    margin-top: 81px;
  }
  .dual-text-module.section-padding{
    padding-top: 30px !important;
  }
}
@media(max-width: 767px){
  .dual-text-module{
    margin-top: 40px;
  }
  .dual-text-module::before{
    top: -36px;
  }
}
/************* Dual Text Style End **************/

/************* Thank You & Logos Style Start **************/
.thank-you-section{
  padding: 106px 0 180px 0;
  position:relative;
  z-index:1;
}
.thank-you-section::before{
  position: absolute;
  z-index: 0;
  content: '';
  top: -37%;
  bottom: 0;
  height: 361px;
  width: 177.72px;
  right: 0;
  background-image: url(https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Orange%20Blob.svg);
  background-repeat: no-repeat;
  background-position: top left;
  transition: all 0.5s ease-in-out;
}
.thank-you-section .top-container h2{
  margin-bottom: 9px;
}
.thank-you-section .top-container {
  max-width: 464px;
  margin: 0 auto 42px;
}
.thank-you-section .image-here{
  margin-bottom: 19px;
}
.thank-you-section .image-cont{
  max-width: 154px;
  margin: 0 14px;
  opacity: 0.3;
}
.thank-you-section .image-cont.slick-center{
  opacity: 1;
}
.thank-you-section .img-slider-cont{
  position:relative; 
}
.bottom-container.slick-initialized.slick-slider {
  max-width: 886px;
  margin: 0 auto;
}
.thank-you-section .img-slider-cont button.slick-next.slick-arrow ,
.thank-you-section .img-slider-cont button.slick-prev.slick-arrow{
  font-size: 0;
  border: 0;
  background: 0;
}
.thank-you-section .img-slider-cont button.slick-next.slick-arrow::after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 20%;
  height: 64px;
  width: 64px;
  right: -70px;
  background-repeat: no-repeat;
  background-image:url('https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Arrow%20Icon.svg');
  cursor:pointer;
}
.thank-you-section .img-slider-cont button.slick-prev.slick-arrow::after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 20%;
  height: 64px;
  width: 64px;
  left:-70px;
  background-repeat: no-repeat;
  background-image:url('https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Hubspot%20Certification%20Assets/Images%20Assets/Slider%20Icon.svg');
  cursor:pointer;
}
@media(max-width: 1300px){
  .thank-you-section::before{
    top: -22%;
  }
}
@media(max-width: 1024px){
  .thank-you-section{
    padding: 80px 0 80px 0;
  }
  .thank-you-section::before{
    width: 100.72px;
  }
  .thank-you-section .img-slider-cont button.slick-next.slick-arrow::after,
  .thank-you-section .img-slider-cont button.slick-prev.slick-arrow::after{
    display: none;
  }
}
@media(max-width: 767px){
  .thank-you-section::before{
    top: -32%;
    width: 54.72px;
  }
}
/************* Thank You & Logos Style End **************/




.logo-header-section .hubspot-logo{
   text-align:right;
   position:relative;
   padding-right:30px;
}

.logo-header-section .hubspot-logo:after{
   position:absolute;
   right:-2px;
   top:0;
   content:'';
   background:#CBD6E2;
   width:1px;
   height:auto;
   bottom:0;
}

@media(max-width:1024px){
.logo-header-section .hubspot-logo:after{
   right:5px;
}
}


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

}

@media(max-width: 767px){
  .logo-header-section .hubspot-logo:after {
    right: 13px;
  }
  
  .hero-content-section { 
    display: flex;
flex-direction: column;
line-height: 12px;
    text-align: left;
    font-size: 44px;
    padding: 0px;
    padding-top: 40px; 
  }
  
  .across-the-globe-heading { 
   padding: 0px; 
    margin:0px; 
  }
  .celndar-section-container { 
   padding:0px; 
    margin: 0px; 
  }
  .which-cert { 
   padding: 0px; 
    margin: 0px; 
  }
  .invite-others-section { 
   padding: 0px; 
    margin: 0px; 
  }
  }


@media(max-width: 767px) {
 
  .certification-banner-section .inner-section { 
    padding:0px; 
  }
  .certification-banner-section .banner-content {
    margin-bottom: 190px;
    display: flex;
    flex-direction: column;
}
  .certification-banner-section  .banner-content h5 {
   justify-content: center; 
    text-align: center; 
    display: flex; 
  }
  .certification-banner-section .right-hero-img img { 
   width: 170px;
  right: -60px; 
    display: none; 
  }
  .certification-banner-section .banner-content h5 img { 
    max-height: 50px;  
  }
  .certification-banner-section h1 span { 
   font-size: 30px;
  margin:0px; 
    line-height: 50px;
    display: flex;
    justify-content: center; 
    text-align: center; 
  }
  .certification-banner-section h5 span{ 
   font-size: 10px;
    margin: 0px; 
    line-height: 0px; 
    padding: 0px; 
display: flex; 
  }
   .certification-banner-section p span{ 
   font-size: 10px; 
     line-height: 0px; 
     letter-spacing: 0px; 
     margin: 0px; 
     padding: 0px; 
  }
   .certification-banner-section p strong{ 
   font-size: 12px;  
     line-height: 0px; 
     letter-spacing: 0px; 
     margin:0px; 
  }
  .certification-banner-section .cta-hero-cont { 
    margin-bottom: 144px;
    margin-top: -143px;
    font-size: 10px;
  }
}
@media(max-width: 767px) {
.slider-contr {
flex-flow: column-reverse;
}
}