@import url("https://use.typekit.net/itx0nfc.css");

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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

body {
  margin: 0;
  font-family: Century Gothic, sans-serif;
}
.page-center {
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  float: none !important;
}
.narrow-width {
  max-width: 900px !important;
}
.padding40 {
  padding:40px 20px;
}
/****************************Header***********************/

#communitybox-target {
  max-width: 1200px;
  margin: 0 auto;
}

/* Sticky header */

.eo-header.topStickyCustomClass, .navy-back.topStickyCustomClass {
  background:#0c0c31;
}
.eo-header.topStickyCustomClass {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding-top: 20px;
  padding-bottom: 10px;
  transition: ease-in 0.5s all !important;
}
.navy-back.topStickyCustomClass {
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: ease-in 0.5s all !important;
}
.navy-back.topStickyCustomClass .eo-header-wrapper {
  padding-top:20px;
  padding-bottom:10px;
}
.eo-header.topStickyCustomClass .eo-logo img, .navy-back.topStickyCustomClass .eo-logo img {
  width:164px !important;
  transition: 0s all;
}
.eo-header .eo-logo img, .navy-back .eo-logo img {
  transition: 0.4s all;
}


/* */

.lp-header .eo-header-wrapper {
  text-align:left !important;  
}
.eo-header {
  position: relative;
  z-index: 9999;
  padding: 35px 20px 20px;
}

.span12.widget-span.widget-type-cell.eo-header {
  padding: 40px 20px;
}
.custom-menu-primary ul li.hs-menu-depth-1:first-child {
  display: none;
}
.eo-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-transform: uppercase;
  max-width: initial;
  padding: 6px 15px;
}
.header-member a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.36px;
  color: #F9F9F9;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 20px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-family: Century Gothic,sans-serif;
}
.header-member {
  padding-top: 10px;
  text-align: left;
}
.eo-header-wrapper {
  text-align: right;
}
.Footer-Section {
  padding: 50px 20px;
  background-color: #0C0C31;
}
.navy-back .hs-menu-item.hs-menu-depth-2, .eo-header.topStickyCustomClass .hs-menu-item.hs-menu-depth-2 {
  background-color: #0c0c31;
}
.navy-back ul > li.hs-item-has-children:last-child > a:first-child {
  cursor: context-menu;
}
.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 {
  text-align: left;
}
.top-text-eo .text-image-wr .block-image {
  margin-bottom:40px;
}


/* Landing Pages */

.lp-body-outer.lp-body-outer-one-col {
  padding: 20px 30px 80px;
  float: none;
}
.lp-body-outer-curve {
  margin-top:-60px;
}
.shorter-banner .lp-body-outer {
  padding: 0px 30px 130px;
}
.text-column .left-col-text p {
  color:#2B2E34;
  font-size:18px;
  line-height:1.6;
}
.text-column .left-col-text {
  max-width:100%;
  padding-bottom:20px;
}
.text-column h3 {
  color: #2B2E34;
  font-family: Century Gothic, sans-serif;
  font-size: 25px;
  font-weight: normal;
  padding-top:20px;
  padding-bottom: 10px;
}
.shorter-banner .left-text h3 {
  max-width: 80%;
  margin: 0 auto;
}
.text-column .left-col-form {
  max-width: 100%;
}
.text-column .left-col-form form input, .text-column .left-col-form form textarea, .one-col-form form input, .one-col-form form textarea, select {
  border-radius: 16px;
  border: 1px solid #C0C4C7;
  box-shadow: 2px 4px 10px rgba(192, 196, 199,0.5);
  -webkit-box-shadow: 2px 4px 10px rgba(192, 196, 199,0.5);
  -mos-box-shadow: 2px 4px 10px rgba(192, 196, 199,0.5);
  -ms-box-shadow: 2px 4px 10px rgba(192, 196, 199,0.5);
  font-family: Century Gothic, sans-serif;
  font-size: 18px;
  padding: 11px;
  width: 97.5% !important;
  margin-bottom: 20px; 
  margin-top:5px;
}
.text-column .left-col-form form input[type="checkbox"] {
  width: unset !important;
}
.one-col-form form label.hs-form-booleancheckbox-display span {
  margin-left:15px;
}
.text-column .left-col-form form textarea, .one-col-form form textarea {
  min-height: 145px;
}
.text-column .left-col-form form input.hs-button {
  width: auto !important;
  float:right;
  background:#EDCA47;
  border-radius:30px;
  padding:10px 40px;
  font-size:18px;
  text-transform: uppercase;
  font-family: Century Gothic, sans-serif;
  -webkit-appearance: none;
  font-weight: 700;
}
.testimonial-lp .text-column .left-col-form form input.hs-button {
  margin-right: 30px;
}
.lp-full-width .text-column .left-col-form form input.hs-button {
  margin-right: 25px;
}
.verification-lp .text-column .left-col-form form input.hs-button {
  margin-right: 35px;
}
.one-col-form form input.hs-button {
  width: auto !important;
  float:left;
  background:#EDCA47;
  border-radius:30px;
  padding:10px 40px;
  font-size:18px;
  text-transform: uppercase;
  font-family: Century Gothic, sans-serif;
  -webkit-appearance: none;
  font-weight: 700;
}
.text-column .left-col-form form input.hs-button:hover, .one-col-form form input.hs-button:hover {
  background:#E5B103;
}
.text-column .left-col-form form input, .text-column .left-col-form form input:focus, .text-column .left-col-form form textarea, .text-column .left-col-form form textarea:focus, .one-col-form form input, .one-col-form form input:focus, .one-col-form form textarea, .one-col-form form textarea:focus {
  outline: none !important;
  background-color: #ffffff;
}
.text-column .left-col-form form input[type="file"] {
  width: 95.5% !important;
}
.text-column .left-col-form form ul.hs-error-msgs, .one-col-form form ul.hs-error-msgs {
  list-style-type: none;
  margin:0px 0px 10px;
  padding-left: 0px;
}
.one-col-form form fieldset, form fieldset {
  max-width: 100% !important;
}
form fieldset.form-columns-2 legend.hs-field-desc {
  max-width: 90%;
}
form fieldset.form-columns-2 .input {
  margin-right: 25px !important;
}
.right-col-offer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  background: #F5F5F5;
}
.right-col-offer-wrap .orange-header {
  background: #F45B1D;
  text-align: center;
}
.right-col-offer-wrap .orange-header h3 {    
  color: #F9F9F9;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Century Gothic, sans-serif;
  margin: 15px 0px;
}
.right-col-offer-wrap h2.book-title {
  color: #2B2E34;
  font-size: 25px;
  text-transform: uppercase;
  font-family: Century Gothic, sans-serif;
  margin:0px;
  padding:0px 30px;
}
.right-col-offer-wrap h4.book-subtitle {
  color: #2B2E34;
  font-size: 25px;
  font-family: Century Gothic, sans-serif;
  font-weight: normal;
  padding: 0px 55px;
  margin-top:10px;
}
.right-col-offer-wrap .book-button a {
  color: #2B2E34;
  font-family: Century Gothic, sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #F5F5F5;
  border-radius:30px;
  border: 1px solid #2B2E34;
  font-weight: 500;
}
.right-col-offer-wrap .book-button a:hover {
  background: #2B2E34;
  color: #F9F9F9;
}
.right-col-offer-wrap .book-button {
  padding: 10px 30px 55px;
}
.right-col-offer-wrap .book-img {
}
.lp-body-outer .right-column {
  margin-top:20px;
}
.left-col-form h3 {
  display: none;
}
.membership-lp .lp-body-outer-curve {
  margin-top: 60px;
}
.membership-lp h1, .hs-content-id-29333882727 h1 {
  max-width: 70%;
  margin: 0 auto;
}
.testimonial-lp h1{
  max-width: 80%;
  margin: 0 auto;
}
.membership-lp .navy-page-header .blog-banner-image, .hs-content-id-29333882727 .navy-page-header .blog-banner-image  {
  height: 500px;
}
.upcoming-events .membership-lp .lp-body-outer {
  padding-top:0px !important;  
}
.membership-lp .lp-body-outer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 30px 80px;
  float: none;
  margin: 0 auto;
}
.lp-body-outer-one-col-form .membership-lp .lp-body-outer {
  padding: 60px 30px 40px;
}
.membership-lp .lp-new-design .lp-body-outer {
  padding-top: 0px;
  margin-top: -60px;
}
.membership-lp .lp-body-outer .left-column {
  width:60%;
}
.membership-lp .lp-body-outer .right-column {
  width: 40%
}
.membership-lp .left-column .left-col-text p {
  color:#2B2E34;
  font-size:19px;
}
.membership-lp .left-column .left-col-text a {
  color:#f45b1d;
  text-decoration: none;
}
.membership-lp .left-column .left-col-text {
  max-width:90%;
  padding-bottom:20px;
}
.membership-lp .left-column .left-col-text img {
  margin:10px 0px 15px 15px !important;  
}
.membership-lp .right-column h3 {
  color: #2B2E34;
  font-family: futura-pt, sans-serif;
  font-size: 25px;
  font-weight: normal;
  margin-top:0px;
}
.membership-lp .right-column .left-col-form {
  max-width: 100%;
}
.membership-lp .right-column .left-col-form form input, .membership-lp .right-column .left-col-form form textarea {
  border-radius: 16px;
  border: 1px solid #C0C4C7;
  box-shadow: 2px 4px 10px rgba(192, 196, 199,0.5);
  -webkit-box-shadow: 2px 4px 10px rgba(192, 196, 199,0.5);
  -mos-box-shadow: 2px 4px 10px rgba(192, 196, 199,0.5);
  -ms-box-shadow: 2px 4px 10px rgba(192, 196, 199,0.5);
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  padding: 11px;
  width: 100% !important;
  margin-bottom: 20px; 
  margin-top:5px;
}
.membership-lp .right-column .left-col-form form input[type="checkbox"], .right-column .left-col-form form input[type="radio"] {
  width: unset !important;
}
.membership-lp .right-column .left-col-form form ul.inputs-list {
  padding-left: 0px;
}
form ul.inputs-list {
  padding-left: 0px;
}
form input[type="checkbox"] {
  width: unset !important;
}
.membership-lp .right-column .left-col-form form textarea {
  min-height: 145px;
}
.membership-lp .right-column .left-col-form form input.hs-button {
  width: auto !important;
  float:right;
  background:#eecb48;
  border-radius:30px;
  padding:12px 40px;
  font-size:18px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  -webkit-appearance: none;
  font-weight: 500;
  cursor: pointer;
}
.membership-lp .right-column .left-col-form form input.hs-button:hover {
  background:#E5B103;
}
.membership-lp .right-column .left-col-form form input, .membership-lp .right-column .left-col-form form input:focus, .membership-lp .right-column .left-col-form form textarea, .membership-lp .right-column .left-col-form form textarea:focus {
  outline: none !important;
}
.membership-lp .right-column .left-col-form form ul.hs-error-msgs {
  list-style-type: none;
  margin:0px 0px 10px;
  padding-left: 0px;
}
.membership-lp .right-col-offer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  background: none;
}
.membership-lp .lp-body-outer .right-column {
  margin-top:20px;
}
.lp-banner-2020 .banner-image.lp-outer-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 620px;
}
.lp-banner-2020 .lp-outer-wrap .banner-text-area {
  max-width: 55%;
  float: left;
  position: relative;
  top: 80px;
  padding: 0px 30px;
}
.lp-banner-2020 .banner-image.lp-outer-wrap h1 {
  color: #F9F9F9;
  font-family: Century Gothic, sans-serif; 
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom:0px;
}
.lp-banner-2020 .banner-image.lp-outer-wrap h2 {
  color: #EECB48;
  font-family: Century Gothic, sans-serif;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top:0px;
}
.lp-banner-2020 .banner-image.lp-outer-wrap h3 {
  color: #F9F9F9;
  font-family: Century Gothic, sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 15px 15px 15px 0;
  text-align: left;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  max-width: 87%;
}
.lp-banner-2020 .banner-image.lp-outer-wrap h3 span {
  color: #f45b1d;
}
.lp-banner-2020 .banner-image.lp-outer-wrap h4 {
  color: #F9F9F9;
  font-family: Century Gothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  max-width:90%;
  margin-bottom:45px;
}
.lp-banner-2020 .lp-outer-wrap .banner-button-wrap a {
  color: #2B2E34;
  font-family: Century Gothic, sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 20px;
  background: #EECB48;
  border-radius:30px;
  border: 1px solid #EECB48;
  transition: all 0.3s;
  font-weight: 800;
}
.lp-banner-2020 .lp-outer-wrap .banner-button-wrap a::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 13px;
  position:relative;
  top: 10px;
  background: transparent no-repeat center center;
  background-image: url(https://4989207.fs1.hubspotusercontent-na1.net/hubfs/4989207/Site%20Build%202020/LP%202020/Group%20836.png);
}
.lp-banner-2020 .lp-outer-wrap .banner-button-wrap a:hover {
  background:#E3C247;
  color: #2B2E34;
  border: 1px solid #E3C247;
}
.lp-banner-2020 .lp-outer-wrap .banner-text-area .logo {
  padding-bottom:60px;
}
.lp-body-outer-one-col-form .left-col-form {
  padding: 0px 30px;
}
.lp-body-outer-one-col-form {
  background-color: #a3a7e4;
  position: relative;
}
.lp-body-outer-one-col-form:after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  right: 0;
  z-index: 9;
  background: transparent no-repeat center center;
  background-image: url(https://www.eolondon.org/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-lilac.png);
  margin-top: -1px;
}
.lp-body-outer-one-col-form .text-column {
  padding-bottom: 130px;
}
.verification-lp .navy-page-header .blog-banner-image {
  height: 600px;
}

/* GSEA Page */

.gsea-img-text-mod-outer .img-text-mod-inner .img-section {
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  height: auto;
}
.gsea-img-text-mod-outer .img-text-mod-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gsea-img-text-mod-outer .img-text-mod-inner .img-section {
  flex: 1 1 47%;
}
.img-text-mod-inner .text-section-wrap {
  flex: 1 1 42%;
}
.gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
.gsea-img-text-mod-outer .img-text-mod-inner .img-section img {
  width: 100%;
}
.gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
  font-size: 53px;
  line-height:53px;
} 
.gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h4 {
  font-size: 30px;
  font-weight:600;
  color: #B7B8C3;
  margin-bottom:0px;
}
.gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h3 {
  font-size: 20px;
  font-weight:600;
  color: #1D007F;
  text-transform: uppercase; 
}
.gsea-img-text-mod-outer .bordered-sub-header {
  border-top: 1px solid #0C0C31;
  border-bottom: 1px solid #0C0C31; 
  margin: 10px 0px 30px;
}
.gsea-img-text-mod-outer .text-section-wrap .page-intro p {
  font-size: 18px;
  font-weight: normal;
}
.gsea-img-text-mod-outer .img-text-mod-inner .text-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 30%;
}
.gsea-img-text-mod-outer .text-section-wrap {
  margin-left: 5%;
}
.gsea-img-text-mod-outer .text-section-wrap .page-intro {
  padding-bottom: 0px;
}
.gsea-outer {
  background-color: #0C0C31;
  padding: 70px 20px 130px;
  position: relative;
}
.gsea-outer::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-navy.png);
  z-index:9;
}
.gsea-inner {
  display: flex;
  justify-content: center;
}
.gsea-left-col-icons, .gsea-right-col-icons {
  flex: 1 1 50%;
}
.gsea-left-col-icons {
  padding-right: 50px;
}
.gsea-right-col-icons {
  margin-left: 8%;
}
.gsea-outer h2 {
  color: #EECB48;
  font-size: 40px;
  font-weight: 600;
}
.gsea-bullet-point {
  position: relative;
  color: #F9F9F9;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}
.gsea-bullet-point:before {
  content: '';
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Logos%20and%20Icons/gsea-yellow-arrow.png);
  position: absolute;
  width: 32px;
  height: 30px;
  top: 7px;
  left: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.gsea-icons-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.gsea-bullet-points-group {
  padding-left: 20px;
}
.gsea-cta a, .gsea-button a {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #f9f9f9;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid #eecb48;
  border-radius: 30px;
  transition: .4s all;
  font-weight: 600;
}
.gsea-cta a:hover, .gsea-button a:hover {
  background-color: #eecb48;
  color: #0c0c31;
}
.gsea-cta, .gsea-button {
  margin-top:30px;
}
.gsea-icon-text {
  color:#F9F9F9;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 30px;
}
.www-yellow-outer {
  background-color: #EECB48;
  padding: 90px 20px 90px;
  position: relative;
}
.www-yellow-outer::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-yellow-2.png);
  z-index:9;
}
.www-gsea-cta a, .www-gsea-button a {
  border: 1px solid #3239CB;
  text-transform: uppercase;
  padding: 6px 30px;
  text-decoration: none;
  color: #0C0C31;
  font-size: 18px;
  display: inline-block;
  border-radius:30px;
  font-weight: 600;
  margin: 20px 0px 20px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  line-height: 34px;
  letter-spacing: 0px;
}
.www-gsea-cta  a:hover, .www-gsea-button a:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.www-gsea-cta,.www-gsea-button {
  text-align: center;
  margin-top: 50px;
}
.wwww-inner h3 {
  color:#1D007F;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.wwww-inner h4 {
  color:#0C0C31;
  font-size: 18px;
  line-height:30px;
  font-weight: 600;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}
.wwww-inner {
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
  flex: 0 0 27%;
  flex-wrap: wrap;
}
.wwww-outer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.white-gsea-outer-wrap { 
  padding: 70px 20px 0px;
}
.white-gsea-outer-wrap .criteria-outer {
  display: flex;
  justify-content: space-around;
}
.white-gsea-outer-wrap .criteria-inner {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 0 30px;
}
.white-gsea-outer-wrap .criteria-inner h3 {
  color: #1D007F;
  font-size: 40px;
  font-weight: 600;
}
.white-gsea-outer-wrap .criteria-gsea-cta a, .white-gsea-outer-wrap .criteria-gsea-button a {
  border: 1px solid #3239CB;
  text-transform: uppercase;
  padding: 6px 30px;
  text-decoration: none;
  color: #0C0C31;
  font-size: 18px;
  display: inline-block;
  border-radius:30px;
  font-weight: 600;
  margin: 20px 0px 20px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  line-height: 34px;
  letter-spacing: 0px;
}
.white-gsea-outer-wrap .criteria-gsea-cta  a:hover, .white-gsea-outer-wrap .criteria-gsea-button a:hover {
  background-color: #3239CB;
  border: 1px solid #3239CB;
  color: #F9F9F9;
}
.white-gsea-outer-wrap .criteria-gsea-cta, .white-gsea-outer-wrap .criteria-gsea-button {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px;
}
.white-gsea-outer-wrap .border-outer {
  border-bottom: 1px solid #0C0C31;
}
.gsea-updates-wrap {
  padding: 70px;
}
.gsea-updates-wrap .hs-rss-item {
  display: flex;
}
.gsea-updates-wrap .hs-rss-item .hs-rss-item-text {
  order:2;
  width: 50%;
  margin-left:5%;
  padding-right:0px;
}
.gsea-updates-wrap .hs-rss-item .hs-rss-item-image-wrapper {
  order:1;
  width: 50%;
}
.gsea-updates-wrap .hs-rss-title span {
  color: #1D007F;
  font-size: 30px;
  font-weight: 600;
  line-height:30px;
}
.gsea-updates-wrap a.hs-rss-title {
  text-decoration: none;
}
.gsea-updates-wrap .hs-rss-description p a {
  display: block;
  max-width:120px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #0c0c31;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 30px;
  border: 1px solid #3239cb;
  border-radius: 30px;
  transition: .4s all;
  font-weight: 600;
}
.gsea-updates-wrap .hs-rss-description p a:hover {
  background-color: #3239cb;
  border: 1px solid #3239cb;
  color: #f9f9f9;
}

/* */


.page-center-blog {
  float: none !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}
.blog-listing-2020 .page-center-blog {
  float: none !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}
.global-header-lp .logo {
  position: relative;
}
p, ul li, span, h1, h2, h3, h4, ul li, ol li {
  font-family: Century Gothic, sans-serif;
}
p, ul li, span {
  line-height: 1.8;
  font-size: 18px;
}
body {
  margin:0px;
}
p a, ul li a, ol li a {
  color: #A32246;
  word-break: break-word;
}
.posts-two-col-wrap .post-listing {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 10px 20px;
  justify-content: space-between;
}
.posts-three-col-wrap .post-listing  {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 10px 0px;
  justify-content: space-between;
}
.posts-two-col-wrap .post-category, .posts-three-col-wrap .post-category, .posts-one-col-wrap .post-category {
  position: absolute;
  top: 0;
  left: 5%;
  display: none;
}
.posts-three-col-wrap .post-category p {
  line-height: 1;
}
.posts-two-col-wrap .post-category p a.topic-link, .posts-three-col-wrap .post-category p a.topic-link, .posts-one-col-wrap .post-category p a.topic-link {
  font-size: 13px;
  color: #242530;
  text-transform: uppercase;
  padding: 2px 10px;
  background: #FFFFFF;
}
.posts-two-col-wrap .post-item {
  box-sizing: border-box;
  width: 48%;
  min-width: 300px;
  display: inline-block;
  flex: 0 1 auto;
  position: relative;
  margin-bottom: 140px;
}
.posts-one-col-wrap .post-item  {
  position: relative;
}
.posts-three-col-wrap .post-item {
  box-sizing: border-box;
  width: 30%;
  display: inline-block;
  flex: 0 1 auto;
  position: relative;
  margin-bottom: 30px;
}
.posts-two-col-wrap .hs-featured-image, .posts-three-col-wrap .hs-featured-image, .posts-one-col-wrap .hs-featured-image-wrapper img  {
  max-width: 100%;
  float: none;
  margin:0px;
}
.posts-two-col-wrap .post-header {
  display: block;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: -90px;
  left: 20px;
  padding: 0px 30px;
  height:150px;
}
.posts-two-col-wrap .post-header h2 {
  font-size: 22px;
  color: #F9F9F9;
  line-height: 1.4;
}
.posts-three-col-wrap .post-header h2, .posts-one-col-wrap .post-header h2 {
  font-size: 22px;
  color: #242530;
  line-height: 1.4;
}
.posts-three-col-wrap .post-item .post-header:hover h2, .posts-one-col-wrap .post-header:hover h2 {
  text-decoration: underline;
}
.posts-three-col-wrap a.post-header {
  line-height: 1.4;
  margin: 10px;
}
.posts-two-col-wrap .post-listing .one-of-four_1 .post-header {
  background: #31AB8E;
}
.posts-two-col-wrap .post-listing .one-of-four_2 .post-header {
  background: #31AB8E;
}
.posts-two-col-wrap .post-listing .one-of-four_3 .post-header {
  background: #31AB8E;
}
.posts-two-col-wrap .post-listing .one-of-four_4 .post-header {
  background: #31AB8E;
}
.posts-two-col-wrap .post-listing .post-header::after {
  content:url(https://www.equinetmedia.com/hubfs/EquinetMedia%202020/Images/Blog%20Listing%20Arrow.png);
  color:#ffffff;
  font-size: 50px;
  position: absolute;
  right: 20px;
  float: right;
  bottom:0;
  transition: all 0.5s;
}
.posts-two-col-wrap .post-listing .one-of-four_1 .post-header:hover::after {
  right: 5px; 
}
.posts-two-col-wrap .post-listing .one-of-four_1 .post-header:hover {
  background: #216D5B;
}
.posts-two-col-wrap .post-listing .one-of-four_2 .post-header:hover::after {
  right: 5px; 
}
.posts-two-col-wrap .post-listing .one-of-four_2 .post-header:hover {
  background: #216D5B;
}
.posts-two-col-wrap .post-listing .one-of-four_3 .post-header:hover::after {
  right: 5px; 
}
.posts-two-col-wrap .post-listing .one-of-four_3 .post-header:hover {
  background: #216D5B;
}
.posts-two-col-wrap .post-listing .one-of-four_4 .post-header:hover::after {
  right: 5px; 
}
.posts-two-col-wrap .post-listing .one-of-four_4 .post-header:hover {
  background: #216D5B;
}
.listing-bottom-section-wrap {
  padding: 0 10px;
}
.listing-bottom-section-wrap div.row-fluid-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.load-more-section .post-listing  {
  padding-top: 30px;
}
.load-more-section .loadmore-posts {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 30px 0px 50px;
}
.load-more-section a.load {
  color:#242530;
  font-size:22px;
  font-weight: 600;
  font-family: Century Gothic, sans-serif;
}
.load-more-section .loadmore-posts img {
  padding-top: 10px;
}
.post-outer-720 {
  max-width: 788px !important;
  position: relative;
  float: none !important;
  margin: 0 auto !important;
}
.post-outer-720 .social-share-wrap {
  position: absolute;
  top: 40px;
  left: -145px;
  bottom: 0;
  width: auto;
}
.post-outer-720 .social-share-wrap > div {
  position: sticky;
  top: 130px;
  bottom: 50px;
}
.post-outer-720 .post-top-section div.section.post-body span p:first-child {
  font-size:25px;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 30px;
}
.post-outer-720 .post-top-section .hubspot-editable span, .post-outer-720 .post-top-section .hubspot-editable a, .post-outer-720 .post-top-section div.hubspot-editable {
  font-size: 18px;
  color: #242530;
  font-family: Century Gothic, sans-serif;
}

.post-outer-720 h2 {
  font-size: 25px;
  font-weight: 600;
  color: #242530;
}
.post-outer-720 h3 {
  font-size: 25px;
  font-weight: 600;
  color: #242530;
}
.post-outer-720 .comments-header  h2 {
  font-size: 22px;
  margin-top: 70px;
  margin-bottom: 30px;
}
.post-outer-720 h1, .post-outer-720 h1 span {
  color: #0C0C31;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.post-outer-720 p, .post-outer-720 ul li, .post-outer-720 ol li {
  font-size: 18px;
  color: #242530;
}
.post-outer-720 p a {
  text-decoration: underline;
} 
.post-outer-720 .post-inner-wrap {
  padding-top: 30px;
}
.blog-post-tags  a.topic-link {
  padding: 5px 20px;
  background: #C7C9CB;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #C7C9CB;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 15px;
}
.blog-post-author .about-author-sec {
  border: 1px solid #242530;
}
.blog-post-author .about-author-sec .span2 img {
  padding: 40px;
}
.blog-post-author .about-author-sec .span10 {
  padding: 10px 30px 10px 60px;
}
.blog-post-author .about-author-sec .span10 h3, .blog-post-author .about-author-sec .span10 h3 a {
  font-size: 25px;
  color: #242530;
}
.post-outer-720 .blog-comments-2020 {
  padding-bottom: 80px;
}
.post-outer-720 .blog-comments-2020 form label span {
  color: #242530;
  font-size: 18px;
  font-weight: bold;
}
.post-outer-720 .blog-comments-2020 form label span.hs-form-required {
  color: #F15E13;
}
.post-outer-720 .blog-comments-2020 form input[type="text"], .post-outer-720 .blog-comments-2020 form input[type="email"] {
  background: #f4f4f5;
  border: none;
  margin: 10px 0px 20px;
  height: 49px;
  font-size: 20px;
}
.post-outer-720 .blog-comments-2020 form textarea {
  background: #f4f4f5;
  border: none;
  margin: 10px 0px 20px;
  height: 244px;
  font-size: 20px;
}
.post-outer-720 .blog-comments-2020 form ul.hs-error-msgs, form ul.hs-error-msgs {
  font-size: 16px;
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
}
.post-outer-720 .blog-comments-2020 form ul li label.hs-error-msg, .single-col .one-col-form form ul li label.hs-error-msg, form ul li label.hs-error-msg {
  font-size: 16px;
  list-style: none;
  padding-left: 0px;
}
form label a {
  color:#A32246;
}
.post-outer-720 .blog-comments-2020 form div.grecaptcha-badge {
  display: inline;
  text-align: right;
}
.post-outer-720 .blog-comments-2020 form input[type="submit" i] {
  border-radius: 20px;
  font-size: 17px;
  margin-top: 13px !important;
  padding: 10px 30px !important;
  border-style: unset;
  background: #F1836F;
  color: #0C0C31;
  text-transform: uppercase;
  cursor: pointer;
  outline: none !important;
  font-weight: 600;
  font-family: Century Gothic,sans-serif;
  -webkit-appearance: none;
}
.post-outer-720 .blog-comments-2020 form div.hs_submit {
  text-align: right;
}
.navy-back .eo-header-wrapper {
  background: #0C0C31;
  padding: 50px 20px 30px;
  position: relative;
}
.navy-back .eo-header-wrapper::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-navy.png);
  z-index:9;
}

/**** Footer Starts Here ****/

.footer-logo-menu-outer-wrap {
  display: flex;
}
.footer-container-wrapper {
  background: #0C0C31;
  padding: 80px 20px;
  background-image:url('https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/footer-background.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.top-menu {
  padding-bottom: 20px;
}
.top-menu a {
  color: #F9F9F9;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  min-width: 194px;
  text-align: center;
  margin: 0 10px;
}
.top-menu ul li:first-child a {
  border: 1px solid #3FAB8E;
}
.top-menu ul li:first-child a:hover {
  background: #3FAB8E;
  color: #0C0C31;
}
.top-menu ul li:nth-child(2) a {
  border: 1px solid #F3836F;
}
.top-menu ul li:nth-child(2) a:hover {
  background: #F3836F;
  color: #0C0C31;
}
.top-menu ul li:nth-child(3) a {
  border: 1px solid #EECB48;
}
.top-menu ul li:nth-child(3) a:hover {
  background: #EECB48;
  color: #0C0C31;
}
.top-menu ul li:nth-child(4) a {
  border: 1px solid #F9F9F9;
}
.top-menu ul li:nth-child(4) a:hover {
  background: #F9F9F9;
  color: #0C0C31;
}
.bottom-menu-outer {
  display: flex;
}
.bottom-menu {
  flex: 1 1 60%;
}
.social-footer {
  flex: 1 1 15%;
  padding-top: 10px;
}  
.bottom-menu a {
  color: #B7B8C3;
  font-weight: 600;
  font-size: 20px;
}
.footer-outer .menu-wrapper-outer .bottom-menu a:hover {
  text-decoration: underline;
}
.menu-wrapper-outer, .footer-logo {
  flex-grow: 1;
}
.email-phone-text {
  font-weight: 600;
  color: #F9F9F9;
  font-size: 15px;
}
.email-phone {
  color: #F9F9F9;
}
.footer-outer .contact-info {
  color: #f9f9f9;
  font-family: Century Gothic, sans-serif;
  font-size: 15px;
}
.comp-name {
  color: #f9f9f9;
  font-family: Century Gothic,sans-serif;
  font-size: 15px;
}
.email-phone-text-pad {
  margin-left: 20px;
}
.credentials {
  color: #f9f9f9;
  font-family: Century Gothic, sans-serif;
  font-size: 13px;
  padding-top: 10px;
}
.contact-outer-wrap {
  padding-left: 20px;
}
.social-footer img {
  margin-right: 10px;
}
.bottom-menu ul li a {
  margin-right: 30px;
}
.home-icon .contact-info {
  color: #f9f9f9;
  text-align: center;
  font-family: Century Gothic, sans-serif;
  font-size: 16px;
}
.home-icon .comp-name {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.footer-outer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  text-overflow: clip;
}
/**** Footer Ends Here ****/

/**** System Pages ****/

.system-page input[type="text"], input[type="password"], .system-page input.hs-input.email-edit {
  width: 60%;
  outline: none !important;
}
.system-page input.hs-input.email-edit {
  margin-top: 10px;
}
.system-page input[type="password"] {
  padding:15px;
}
.system-page .main-content {
  padding: 50px 20px 100px;
  min-height: 525px;
}
.system-page a.hs-button, .system-page input[type="submit" i]  {
  letter-spacing: .36px;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  text-decoration: none;
  background-color: #f1836f;
  padding: 6px 40px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #f1836f;
  transition: .4s all;
  margin-left: 50px;
  cursor: pointer;
  text-transform: uppercase;
  outline: none !important;
}
.system-page a.hs-button:hover, .system-page input[type="submit" i]:hover {
  background-color: #9b5348;
  border: 1px solid #9b5348;
}
.subs-pref-page input[type="submit" i]  {
  margin-left:0px;
  margin-top: 40px;
}
.subs-pref-page .checkbox-row input {
  top: 10px;
}
form ul li.hs-form-checkbox, form ul li.hs-form-radio {
  list-style: none;
}
.system-page h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.8;
}
.system-page input.hs-input.email-edit {
  float: left;
}

/* One Col Page */

.single-col-body-outer {
  padding: 60px 30px 80px;
  float: none;
}
.single-col-body-outer .left-column .left-col-text p {
  color:#2B2E34;
  font-size:17px;
  line-height:1.6;
}
.single-col-body-outer .left-column .left-col-text {
  max-width:80%;
  padding-bottom:20px;
  margin: 0 auto;
}
.single-col .single-col-body-outer .left-column .left-col-text {
  max-width: 100%;
}
.single-col-body-outer .left-column h3 {
  color: #2B2E34;
  font-family: Century Gothic, sans-serif;
  font-size: 25px;
  font-weight: normal;
  padding-top:20px;
  padding-bottom: 10px;
}
.single-col-body-outer .left-column h1 {
  color: #2B2E34;
  font-family: Century Gothic, sans-serif;
  font-size: 45px;
  line-height:45px;
  font-weight: bold;
  padding-top:20px;
  padding-bottom: 10px;
}
.single-col .one-col-form {
  padding: 0px 30px 30px;
}
.single-col .one-col-form form input[type="checkbox"] {
  width: auto !important;
}
.single-col .one-col-form form ul.inputs-list {
  list-style-type: none;
  padding-left: 0px;
}

/* Partner Main page */

.partners {
  max-width:1400px;
  float:none;
  margin:0px auto;
}
.partners h1 {
  text-align:center;
  font-size:80px;
  margin-top:100px;
  margin-bottom:30px;
}
.partner-block {
  border:2px solid #1D0C7F;
  border-radius:50px;
  padding:40px;
  margin:20px;
  display:inline-block;
}
a.partner-link  {
  text-decoration:none;  
}
a.partner-link p, .regular-paragraphs p a {
  color:#0c0c31;  
}
.partner-block h2 {
  font-size:30px;
  font-weight:600;
  color:#31AB8E;
}
.one-column-section .partner-block:after {
  display:none;  
}
.partner-block:after, .one-column-section .right-column:after {
  content:'+';
  font-size:50px;
  border-radius:100px;
  color:#EECB48;
  background-color:#5E617D;
  font-weight:600;
  padding:0 14px;
  width:30px;
  display:block;
  cursor:pointer;
  margin:0 0 0 auto;
}
.partner-block:hover:after, .one-column-section .right-column:hover:after {
  color:#5E617D;
  background-color:#EECB48;
}
.partner-block .half-width {
  width:45%;
  float:left;
}
.partner-block .half-width.right-column {
  margin-left:8%;
}
.partner-block .centered-image {
  text-align:center;
  margin-top:20px;
  height:110px;
}
.partner-block .bold-paragraphs p {
  font-weight:600;  
}
a .partner-block p {
  color:#0C0C31; 
}
.one-column-section, .two-column-section, .three-column-section {
  display:flex;  
  flex-wrap:wrap;
}
.one-column-section .the-main-block {
  flex:0 100%;  
}
.two-column-section .the-main-block {
  flex:0 50%; 
  float:left;
}
.two-column-section .content {
  height:480px;  
}
.three-column-section .content {
  height:670px;  
}
.three-column-section .the-main-block {
  flex:0 33.33%; 
  float:left;
}
.strategic-logo-wrappr {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 20px;
  flex-wrap:wrap;
  max-width:1000px;
  margin:0 auto;
  align-items:center;
}
.border-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 70px;
}
.no-bottom-border .border-wrap {
  border-bottom: none;  
}
.strategic-logo {
  padding: 20px;
  text-align:center;
}
.strategic-logo-heading {
  text-align: center;
}
.strategic-logo-heading h3 {
  font-size: 30px;
  margin: 0px;
  letter-spacing: 0px;
  color: #0C0C31;
  font-weight: 700;
}
.logo-butt a {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #3239CB;
  font-weight: 700;
  display: inline-block;
}
.logo-butt {
  text-align: center;
}
.strategic-logo-wrapper {
  padding: 70px 20px 0px;
}
.logos-mobile {
  display: none;
}
.logos-desktop, .logos-mobile {
  text-align: center;
}
.logos-desktop { 
  max-width: 1000px;
  margin: 0 auto;
}

/* Partner Internal page */

.partner-page-logo {
  text-align:center;
  padding:100px 20px 20px 20px;
}
.next-previous-pages .link {
  margin-bottom:20px;
}
.next-previous-pages .previous-page-link {
  text-align:left;
  padding-left:20px;
  float:left;
}
.next-previous-pages .previous-page-link  span.reverse-arrow {
  transform: rotateY(180deg);
  display:inline-block;
}
.next-previous-pages .next-page-link {
  text-align:right; 
  padding-right:20px;
  float:right;
}
.next-previous-pages .link a {
  color:#0c0c31;
  font-weight:600;
  text-decoration:none;
}
.next-previous-pages .link a:hover {
  opacity:0.8;  
}
.person-profile-block {
  margin-top:120px;  
}
.person-profile-block:after {
  content: "";
  display:inline-block;
  width:98px;
  height:82px;
  position:absolute;
  right:0;
  z-index:9;
  background:transparent no-repeat center center;
  background-image:url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-white.png); 
  margin-top:-1px;
}
.person-profile-block .person {
  display:flex;
  margin: 0 auto;
  max-width:1135px;
  border-top:2px solid #ccc;
  border-bottom: none;
  padding: 60px 140px 30px;
}
.hs-content-id-34423559842 .person-profile-block .person:first-child {
  border-top: none;
}
.person-profile-block .person:last-child {
  border-bottom:none;
}
.person-profile-block .person .image {
  flex:0 27%;
  margin-right:5%;
  margin-bottom:40px;
}
.person-profile-block .person .info {
  flex:0 68%;
  color:#0C0C31;
  margin-bottom:50px;
}
.person-profile-block .person .info h3 {
  margin-top:0px;
  font-size:20px;
}
.person-profile-block .person .info a {
  color:#ff346e;
  text-decoration: none;
}
/*.person-profile-block .person .info a:hover {
background-color:#9B5348;
}*/
.range-of-services:after {
  content: "";
  display:inline-block;
  width:98px;
  height:82px;
  position:absolute;
  right:0;
  z-index:9;
  background:transparent no-repeat center center;
  background-image:url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-navy.png); 
  margin-top:-1px;
}
.range-of-services {
  background-color: #0C0C31; 
}
.range-of-services .content {
  padding: 40px 20px;  
}
.range-of-services .content h2 {
  color: #A3A7E4;
  text-align:center;
  font-size: 2em;
}
.range-of-services .content ul {
  list-style:none;  
  max-width:750px;
  float:none;
  margin:40px auto;
  padding-left:0px;
}
.range-of-services .content ul li {
  color: #f9f9f9;
  width:49%;
  font-weight:600;
  display:inline-block;
}
.range-of-services .content ul li:before {
  content:"➔";
  color: #A3A7E4;
  margin-right:20px;
}
.range-of-services .cta {
  text-align:center;
  float:none;
  margin:20px auto;
  width:100%;
}
.white-cta a {
  background-color:#f9f9f9;
  padding:4px 35px;
  border-radius:50px;
  display:inline-block;
  color:#0c0c31;
  text-decoration:none;
  font-weight:600;
  letter-spacing:0.02em;
  text-transform:uppercase;
}
.range-of-services .cta a:hover {
  background-color:#A3A7E4;
  color:#f9f9f9;
}
.get-in-touch-details {
  background-color: #A3A7E4; 
}
.get-in-touch-details .content {
  padding: 40px 20px;  
}
.get-in-touch-details .content h2 {
  color: #f9f9f9;
  text-align:center;
  font-size:30px;
}
.get-in-touch-details .content ul {
  list-style:none;  
  max-width:1070px;
  float:none;
  margin:40px auto;
  display:flex;
  padding-left:0px;
  justify-content:center;
  align-items:center;
}
.get-in-touch-details .content ul li {
  flex:0 35%;
  text-align:center;
  padding: 0 20px;
}
.get-in-touch-details .content ul li a {
  color: #2B2E34;
  font-weight:600;
  text-decoration:none;
}
.get-in-touch-details .content ul li a:hover {
  color: #f9f9f9;
}
.get-in-touch-details .content ul li:nth-child(2) {
  border-right:2px solid #f9f9f9;
  border-left:2px solid #f9f9f9;
}

/* Homepage */

.eo-sub-heading h4 {
  font-size: 30px;
  line-height: 70px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0px;
  color: #F9F9F9;
}
.eo-heading h1 {
  font-size: 80px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #F9F9F9;
  margin: 0px;
}
.button-1 a {
  letter-spacing: 0.36px;
  color: #F9F9F9;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  text-decoration: none;
  background-color: #3FAB8E;
  padding: 6px 40px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #3FAB92;
  transition: 0.4s all;
}
.button-2 a {
  letter-spacing: 0.36px;
  color: #F9F9F9;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  text-decoration: none;
  background-color: #F1836F;
  padding: 6px 40px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #f1836f;
  transition: 0.4s all;
}
.button-1 a:hover, .button-2 a:hover {
  background-color: #286D5B;
  border: 1px solid #286D5B;
}
.button-2 a:hover {
  background-color: #9B5348;
  border: 1px solid #9B5348;
}
.button-wrapper {
  display: flex;
}
.button-2 {
  margin-left: 40px;
}
.eo-banner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  padding: 180px 20px 180px;
  margin-top: -155px;
  position: relative;
}
.eo-banner-wrapper:before {
  content: '';
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 0px;
  left: 0;
  right: 0;
}
.eo-heading {
  padding: 20px 0px 50px;
}
.bottom-group h3 {
  font-size: 25px;
  line-height: 70px;
  letter-spacing: 0px;
  text-decoration: none;
  font-weight: 700;
}
h3.green {
  color: #A4D8CC;
  padding: 0px 30px 0px;
  margin: 0px;
}
h3.orange {
  color: #F9C6BE;
  padding: 0px 30px 0px;
  margin: 0px;
}
h3.orange:before {
  content: ' ';
  width: 5px;
  height: 66px;
  background-color: #F3836F;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 30px;
}
.bottom-section {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 120px;
}
h3.green:before {
  content: ' ';
  width: 5px;
  height: 66px;
  background-color: #31AB8E;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 30px;
}
.bottom-group {
  position: relative;
}
h3.yellow {
  color: #F7E7B1;
  padding: 0px 30px 0px;
  margin: 0px;
}
h3.yellow:before {    
  content: ' ';
  width: 5px;
  height: 66px;
  background-color: #EECB48;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 30px;
}
.eo-banner-outer { 
  max-width: 975px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0px 0px;
}
.text-image-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

.three .text-image-inner {
  flex: 0 29%;
}

.block-heading h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0px;
  text-align: center;
  color: #0C0C31;
}

.block-description p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
  text-align: center;
  color: #0C0C31;
}

.block-description {
  padding: 10px 0px;
}

.text-image-wr .block-image {
  margin-bottom: 20px;
}

.three .text-image-wr {
  text-align: center;
}

.text-image-wrapper {
  padding: 90px 20px 200px;
}
.four .text-image-inner {
  flex: 0 21%;
  text-align: left;
}
.four .block-heading h3 {
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-align: left;
  font-weight: 700;
}
.four .block-description p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #F9F9F9;
  font-weight: 400;
  text-align: left;
}

.four .block-description {
  padding: 0px;
}
.top-text-eo .text-image-wrapper {
  margin-top: -80px;
  border-top-right-radius: 90px;
  position: relative;
}
.top-text-eo .text-image-wrapper {
  padding-bottom: 90px;
}
.video-module-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left-video-module {
  flex: 0 55%;
  text-align: right;
}

.video-description-module {
  flex: 0 40%;
}
.video-description-module .video-description {
  max-width: 88%;
}
.video-heading h3 {
  font-size: 45px;
  line-height: 55px;
  margin: 0px;
  letter-spacing: 0px;
  color: #F9F9F9;
  font-weight: 700;
}

.video-description p, .video-description li {
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  letter-spacing: 0px;
  color: #F9F9F9;
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.recent-evets-outer-wrap .video-description p, .recent-evets-outer-wrap .video-description li {
  color: #0c0c31;
  padding-left: 0px;
}
.up-evets-outer-wrap .video-description p, .up-evets-outer-wrap .video-description li {
  padding-left: 0px;
}
.video-description ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.video-description li span {
  font-weight: 700;
}

.video-heading {
  padding-bottom: 20px;
}

.video-description li:before {
  content: '';
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/EO%202020/Homepage%202020/video-discription-arrow.png);
  position: absolute;
  width: 32px;
  height: 30px;
  top: 0;
  left: -15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.video-module-wrapper {
  padding: 110px 20px 30px;
}
.play-video-img img {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.video-outer-wrp {
  width: 100%;
  overflow-x:hidden !important;
}
.video-img {
  position: relative;
  width: 100%;
  text-align: center;
}
.video-out-wrap.active_video {
  background-image: none !important;
  background-color: #000;
}
.video-link {
  width: 100%;
  display:none;
}
.video-link iframe {
  height: 433.13px;
  border: 0px;
}
.active_video .play-video-img {
  display: none;
}
.video-out-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 430px;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.play-video-img {
  position: absolute;
  top: calc(50% - 55px);
  left: 0;
  cursor: pointer;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.membership-header h3 {
  font-size: 45px;
  line-height: 55px;
  margin: 0px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #0C0C31;
}
.member-description p {
  margin-top: 0px;
}
.membership-option-outer {padding: 0px 50px;}

.member-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0px 50px;
}
.member-image {
  flex: 0 38%;
}
.member-text {
  flex: 0 60%;
}
.member-text a {
  text-decoration: none;
}

.member-option-inner:nth-child(3n+1) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.member-option-inner:nth-child(3n+2) {
  border-bottom: 1px solid #ccc;
}
.membership-header {
  padding: 0px 50px 20px 50px;
}
.member-option-inner:nth-child(3n+1) .member-heading h4 {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #31AB8E;
  margin: 0px;
  font-weight: 700;
}
.member-heading a {
  text-decoration: none;
}
.member-option-inner:nth-child(3n+1) .member-description {
  font-size: 35px;
  line-height: 45px;
  margin: 0px;
  letter-spacing: 0px;
  color: #2B2E34;
  position: relative;
  padding-bottom: 30px;
}
.member-option-inner:nth-child(3n+2) .member-heading h4 {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #F3836F;
  margin: 0px;
  font-weight: 700;
}
.member-option-inner:nth-child(3n+2) .member-description {
  font-size: 35px;
  line-height: 45px;
  margin: 0px;
  letter-spacing: 0px;
  color: #2B2E34;
  position: relative;
  padding-bottom: 30px;
}
.member-option-inner:nth-child(3n+3) .member-heading h4 {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #1D007F;
  margin: 0px;
  font-weight: 700;
}
.member-option-inner:nth-child(3n+3) .member-description {
  font-size: 35px;
  line-height: 45px;
  margin: 0px;
  letter-spacing: 0px;
  color: #2B2E34;
  position: relative;
  padding-bottom: 30px;
}
.member-option-inner:nth-child(3n+1) .member-description:after {
  content: url(https://4989207.fs1.hubspotusercontent-na1.net/hubfs/4989207/EO%202020/Homepage%202020/A1.png);
  position: absolute;
  right: 10%;
  bottom: 10px;
  transition: all .5s;
  margin-left: 50px;
}
.member-description.mem-1:hover:after {
  right: 8%;
}
.member-option-inner:nth-child(3n+2) .member-description:after {
  content: url(https://4989207.fs1.hubspotusercontent-na1.net/hubfs/4989207/EO%202020/Homepage%202020/A2.png);
  position: absolute;
  right: 10%;
  bottom: 10px;
  transition: all .5s;
  margin-left: 50px;
}
.member-description.mem-2:hover:after {
  right: 8%;
}
.member-option-inner:nth-child(3n+3) .member-description:after {
  content: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Logos%20and%20Icons/navy-arrow-2.png);
  position: absolute;
  right: 10%;
  bottom: 10px;
  transition: all .5s;
  margin-left: 50px;
}
.member-description.mem-3:hover:after {
  right: 8%;
}
.membership-option-wrapper {
  padding: 100px 20px 80px;
  border-top-right-radius: 90px;
  background-color: #fff;
  margin-top: -80px;
}
.learning-outer {
  position: relative;
}
.learning-outer::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-navy.png);
  z-index:9;
}
.learnig-txt-inner {
  width: 100%;
  max-width: 500px;
}
.learning-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.learning-left-image {
  flex: 0 41%;
  height: 770px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.learning-right-text {
  flex: 0 48%;
}
.learning-topic h4 {
  letter-spacing: 0px;
  color: #EECB48;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  font-weight: 700;
}
.learning-heading h3 {
  font-size: 45px;
  line-height: 55px;
  margin: 0;
  letter-spacing: 0px;
  color: #F9F9F9;
  font-weight: 700;
}
.learning-description li {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
}
.learning-description li:before {
  content: '';
  position: absolute;
  background-image: url(https://4989207.fs1.hubspotusercontent-na1.net/hubfs/4989207/EO%202020/Homepage%202020/yellow.png);
  padding: 15px;
  background-repeat: no-repeat;
  left: -37px;
}
.learning-description ul {
  margin: 0px;
  padding-left: 30px;
}
.learning-button a {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid #EECB48;
  border-radius: 30px;
  transition: 0.4s all;
  font-weight:600;
  font-family: Century Gothic,sans-serif;
}
.learning-button a:hover {
  background-color: #EECB48;
  color: #0C0C31;
}
.learning-button {
  padding-left: 25px;
}
.recent-evets-outer-wrap .learning-button, .up-evets-outer-wrap .learning-button {
  padding-left: 0px;
}
.learning-description {
  padding: 25px 0px 50px;
}
.learning-image-text-wrapper:after {
  content: '';
  background-image: url(https://4989207.fs1.hubspotusercontent-na1.net/hubfs/4989207/EO%202020/Homepage%202020/Circle.png);
  position: absolute;
  top: -260px;
  right: 0;
  z-index: 99;
  width: 280px;
  height: 800px;
  background-size: 655px;
  background-repeat: no-repeat;
}
.learning-image-text-wrapper {
  position: relative;
}

/* Yellow CTA Banner */

.yellow-banner-outer {
  background-color: #EECB48;
  padding: 90px 20px 90px;
  position: relative;
}
.yellow-banner-outer::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-yellow-2.png);
  z-index:9;
}
.yellow-banner-outer .page-align {
  max-width: 1200px !important;
  margin: 0 auto !important;
  float: none !important;
}
.yellow-banner-inner {
  display: flex;
  flex-direction: row;  
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;  
  padding: 0 70px;
}
.ebook-image-wrap {
  flex: 1 1 37%;
  text-align: center;
}
.ebook-text-wrap {
  flex: 1 1 60%;
}
.ebook-cta a {
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
  text-transform: uppercase;
  padding: 6px 30px;
  text-decoration: none;
  color: #0C0C31;
  font-size: 18px;
  display: inline-block;
  border-radius:30px;
  font-weight: 600;
  margin: 20px 0px 20px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  line-height: 34px;
  letter-spacing: 0px;
}
.ebook-cta a:hover {
  background-color: #F7E7B1;
  border: 1px solid #F7E7B1;
}
.ebook-text-wrap h3 {
  color: #A32246;
  font-size: 30px;
  font-weight: bold;
  margin-bottom:0px;
}
.ebook-text-wrap h2 {
  color: #0C0C31;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.2;
}
.ebook-text-wrap p {
  color: #2B2E34;
  font-size: 18px;
  font-weight: bold;
  max-width: 85%;
  line-height: 30px;
}

/* latest Updates */

.latest-blog-outer-wrp .latest-page-align {
  max-width: 1100px;
  margin: 0 auto;
}
.blog-heading h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom:50px;
  color: #0C0C31;
}
.feedreader_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.thank-u-page-rss {
  flex: 0 50%;
  position:relative;
}
.latest-blog-outer-wrp {
  padding: 70px 20px 100px;
}
.author-name p.hs-author-name {
  font-size: 15px;
  line-height: 22px;
  color: #F9F9F9;
  margin: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.black-wrapper {
  position: relative;
}
.story-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  z-index: 9;
  min-width: 358px;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0px 20px;
  min-height: 130px;
  background: #3FAB8E;
}
.story-name-1 {background: #3FAB8E;}
.story-name-2 {background: #9B5348;}

.story-name a { 
  text-decoration: none;
}
.story-name .name h4 {
  margin: 0px;
  padding: 20px 10px 20px;
  color: #F9F9F9;
  font-size: 22px;
  font-weight: 600;
  max-width: 80%;
}
.story-name a.name::after {
  content: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/rss-feed-arrow.png);
  position: absolute;
  right: 50px;
  bottom: 15px;
  transition: all .5s;
}
.story-name a.name:hover::after {
  right: 15px;
}
.story-summary {
  padding: 60px 30px 10px;
}
.story-read-more {
  padding: 0 30px;
}
.story-read-more a:hover {
  text-decoration:underline;  
}
.post-name {
  padding-bottom: 25px;
}
.image-zoom-container {
  overflow: hidden;
  position: relative;
}
.featured-image {
  min-height: 256px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s;
}
.featured-image:hover {
  transform: scale(1.2);
}
.post-name {
  padding-bottom: 25px;
}
.single-blogs {
  padding: 20px;
}

/* Membership */

.img-text-mod-outer .img-text-mod-inner .img-section {
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  height: auto;
}
.img-text-mod-outer .img-text-mod-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.img-text-mod-outer .img-text-mod-inner .img-section {
  flex: 1 1 47%;
}
.img-text-mod-outer .img-text-mod-inner .text-section-wrap {
  flex: 1 1 42%;
}
.img-text-mod-outer .img-text-mod-inner .text-section-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
.img-text-mod-outer .img-text-mod-inner .img-section img {
  width: 100%;
}
.img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
  font-size: 80px;
} 
.img-text-mod-outer .text-section-wrap .page-intro p:first-child {
  font-size: 20px;
  font-weight: 600;
}
.img-text-mod-outer .text-section-wrap .page-intro p {
  font-size: 18px;
  font-weight: normal;
}
.img-text-mod-outer .img-text-mod-inner .text-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.img-text-mod-outer .text-section-wrap {
  margin-left: 5%;
}
.img-text-mod-outer .text-section-wrap .page-intro {
  max-width:60%;
  padding-bottom: 40px;
}
.green-icons-outer-wrap { 
  padding: 70px 20px 50px;
  position: relative;
  background-color: #31AB8E;
}
.green-icons-outer-wrap::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner.png);
}
.green-icons-outer-wrap .page-align {
  max-width: 1500px;
  margin: 0 auto;
}
.green-icons-outer-wrap .number-head-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;  
}
.green-icons-outer-wrap .bullet-point {
  box-sizing: border-box;
  flex: 1 1 15%;
}
.green-icons-outer-wrap .bullet-text {
  flex: 1 1 80%;
}
.green-icons-outer-wrap .bullet-text p {
  max-width: 100%;
  color: #F9F9F9;
}
.green-icons-outer-wrap .two-columns-of-text-with-headers-2 {
  display:flex; 
  justify-content: space-evenly;
  padding: 10px 0px 0px;
}
.green-icons-outer-wrap .two-columns-of-text-with-headers-2 .column-one, .green-icons-outer-wrap .two-columns-of-text-with-headers-2 .column-two  {
  flex:0 50%;
}
.green-icons-outer-wrap .two-columns-of-text-with-headers-2 .column-text-section {
  padding: 20px 20px 20px 40px;
  min-height: 170px;
}
.green-icons-outer-wrap .column-text-section h3 {
  font-size:22px; 
  font-weight:600;
  line-height:1.2em;
  padding-top:10px;
  color: #3C3E50;
  margin-top: 0px;
  margin-bottom:10px;
  text-transform: uppercase;
}
.green-icons-outer-wrap .buttons {
  display:block;
  margin-top:40px;
  width:100%;
  float:left;
  text-align:center;
  margin-bottom:40px;
}
.green-icons-outer-wrap .buttons .button-one, .green-icons-outer-wrap .buttons .button-two {
  margin:20px;
  display:inline-block;
}
.green-icons-outer-wrap .buttons .button-one a, .green-icons-outer-wrap .buttons .button-two a {
  text-decoration:none;
  text-align:center;
  font-family:myriad-pro,sans-serif;
  letter-spacing:0;
  font-size:15px;
  padding:5px 20px 6px 20px;
  border-radius:30px;
  transition:.4s all;
  display:inline-block;
  font-weight:600;
  text-transform:uppercase;
  background-color:transparent;
  color:#242530;
}
.green-icons-outer-wrap .buttons .button-one a:hover {
  background:#f15e13;
  color:#f9f9f9
}
.green-icons-outer-wrap .buttons .button-two a:hover {
  background:#19426c;
  color:#f9f9f9
}
.green-icons-outer-wrap .animate-block {
  transition:.3s all;
}
.green-icons-outer-wrap .animate-block.animated {
  animation: fadeIn ease 5s;
}
.green-icons-outer-wrap .extra-link a {
  color: #242530;
  text-decoration:none;
  font-weight:600;
  font-size:19px;
}
.green-icons-outer-wrap .extra-link a img {
  width:30px;
  margin-left:5px;
  position:relative;
  top:5px;
}
.green-icons-outer-wrap .two-columns-of-text-with-headers-2 h4.number {
  background:#A4D8CC;
  border-radius:50px;
  color:#f9f9f9;
  text-align:center;
  padding:7px;
  width:50px;
  font-size:40px;
  font-weight:600;
  margin: 0px 20px 0px 0px;
}
.application-outer-wrap { 
  padding: 70px 20px 50px;
}
.application-outer-wrap h2 {
  color: #0C0C31;
  font-size: 45px;
  text-align: center;
  margin: 20px 0px;
}
.application-outer-wrap .page-align {
  max-width: 1500px;
  margin: 0 auto;
}
.application-outer-wrap .number-head-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;  
}
.application-outer-wrap .bullet-point {
  box-sizing: border-box;
  flex: 1 1 10%;
}
.application-outer-wrap .bullet-text {
  flex: 1 1 70%;
}
.application-outer-wrap .bullet-text p {
  max-width: 95%;
}
.application-outer-wrap .two-columns-of-text-with-headers-2 {
  display:flex; 
  justify-content: space-evenly;
  padding: 10px 0px 0px;
}
.application-outer-wrap .two-columns-of-text-with-headers-2 .column-one, .application-outer-wrap .two-columns-of-text-with-headers-2 .column-two  {
  flex:0 50%;
}
.application-outer-wrap .two-columns-of-text-with-headers-2 .column-text-section {
  padding: 30px 30px 40px;
  min-height: 180px;
}
.application-outer-wrap .column-text-section h3 {
  font-size:30px; 
  font-weight:600;
  line-height:1.2em;
  padding-top:10px;
  color: #31AB8E;
  margin-top: 0px;
  margin-bottom:10px;
}
.application-outer-wrap .buttons {
  display:block;
  margin-top:40px;
  width:100%;
  float:left;
  text-align:center;
  margin-bottom:40px;
}
.application-outer-wrap .buttons .button-one, .application-outer-wrap .buttons .button-two {
  margin:20px;
  display:inline-block;
}
.application-outer-wrap .buttons .button-one a, .application-outer-wrap .buttons .button-two a {
  text-decoration:none;
  text-align:center;
  font-family:myriad-pro,sans-serif;
  letter-spacing:0;
  font-size:15px;
  padding:5px 20px 6px 20px;
  border-radius:30px;
  transition:.4s all;
  display:inline-block;
  font-weight:600;
  text-transform:uppercase;
  background-color:transparent;
  color:#242530;
}
.application-outer-wrap .buttons .button-one a:hover {
  background:#f15e13;
  color:#f9f9f9
}
.application-outer-wrap .buttons .button-two a:hover {
  background:#19426c;
  color:#f9f9f9
}
.application-outer-wrap .animate-block {
  transition:.3s all;
}
.application-outer-wrap .animate-block.animated {
  animation: fadeIn ease 5s;
}
.application-outer-wrap .extra-link a {
  color: #242530;
  text-decoration:none;
  font-weight:600;
  font-size:19px;
}
.application-outer-wrap .extra-link a img {
  width:30px;
  margin-left:5px;
  position:relative;
  top:5px;
}
.application-outer-wrap .two-columns-of-text-with-headers-2 h4.number {
  background:#A4D8CC;
  border-radius:50px;
  color:#f9f9f9;
  text-align:center;
  padding:7px;
  width:50px;
  font-size:40px;
  font-weight:600;
  margin: 0px 20px;
}
.fees-outer {
  background-color: #0C0C31;
  padding: 70px 20px 70px;
  position: relative;
}
.north-outer {
  background-color: #0C0C31;
  padding: 70px 20px 140px;
  position: relative;
}
.fees-outer::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-navy.png);
  z-index:9;
}
.fees-outer .fees-inner {
  text-align: center;
}
.fees-outer .fees-inner h2 {
  color: #f9f9f9;
  font-size: 40px;
}
.fees-outer .fees-inner p {
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 600;
  max-width: 80%;
  margin: 0 auto;
}
.fees-outer .membership-cta a {
  background-color: #3FAB8E;
  border: 1px solid #3FAB8E;
  text-transform: uppercase;
  padding: 6px 30px;
  text-decoration: none;
  color: #f9f9f9;
  font-size: 18px;
  display: block;
  border-radius:30px;
  font-weight: 600;
  margin: 40px 0px 30px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  line-height: 34px;
  letter-spacing: 0px;
}
.fees-outer .membership-cta a:hover {
  background: #286D5B;
  border: 1px solid #286D5B;
}
.fees-outer .apply-cta a {
  border: 1px solid #f9f9f9;
  text-transform: uppercase;
  padding: 6px 30px;
  text-decoration: none;
  color: #f9f9f9;
  font-size: 18px;
  display: block;
  border-radius:30px;
  font-weight: 600;
  margin: 40px 0px 30px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  line-height: 34px;
  letter-spacing: 0px;
  min-width: 206px;
}
.fees-outer .apply-cta a:hover {
  background: #f9f9f9;
  color: #0c0c31;
}
.fees-outer .fees-ctas-wrap {
  display: flex;
  justify-content: center;
}
.fees-outer .fees-ctas-wrap .membership-cta, .fees-outer .fees-ctas-wrap .apply-cta {
  margin: 0 2%;
}
.fees-outer .membership-cta a.pink-cta {
  background-color: #F3836F;
  border: 1px solid #F3836F;
}
.fees-outer .membership-cta a.pink-cta:hover {
  background-color: #9B5348;
  border: 1px solid #9B5348;
}
.accelerator-outer {
  background-color: #F9C6BE;
  padding: 70px 20px 90px;
  position: relative;
}
.accelerator-outer .page-align {
  max-width: 1800px;
  margin: 0 auto;
}
.accelerator-outer .tool-intro {
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.accelerator-outer .tool-intro p {
  font-weight: 600;
}
.accelerator-outer .accelerator-flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-evenly;
  padding: 0px 20px;
  margin-left:40px;
}
.accelerator-outer .tool-inner {
  width:20%;
}
/*.accelerator-outer::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-pink.png);
}*/
.accelerator-outer .accelerator-flex-wrap p {
  color: #0C0C31;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.accelerator-outer .tool-inner h2 {
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 22px;
}
.accelerator-outer .tool-bullet-point div {
  color: #0C0C31;
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  font-family: Century Gothic, sans-serif;
}
.accelerator-outer .tool-bullet-point {
  position:relative;
  margin-bottom: 25px;
}  
.accelerator-outer .tool-bullet-point div::before { 
  content: '';
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/bullet-points-arrow.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top:5px;
}
.qual-outer-wrap { 
  padding: 70px 20px 90px;
}
.qual-outer-wrap .page-align {
  max-width: 1500px;
  margin: 0 auto;
}
.qual-outer-wrap h2 {
  color: #0C0C31;
  font-size: 45px;
  text-align: center;
  margin: 20px 0px;
}
.qual-outer-wrap .number-head-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row; 
  align-items: center;  
  margin-bottom:20px;
}
.qual-outer-wrap .bullet-point {
  box-sizing: border-box;
  flex: 0 0 6%;
}
.qual-outer-wrap .bullet-text {
  flex: 0 0 80%;
}
.qual-outer-wrap .bullet-text p {
  max-width:80%;
}
.qual-outer-wrap .bullet-text h3 {
  font-size:30px; 
  font-weight:600;
  line-height:1.2em;
  padding-top:10px;
  color: #F3836F;
  margin: 0px;
}
.qual-outer-wrap .acc-qual-inner {
  padding-top:30px;
}
.qual-outer-wrap .acc-qual-inner h4.number {
  background:#F9C6BE;
  border-radius:50px;
  color:#f9f9f9;
  text-align:center;
  padding:7px;
  width:50px;
  font-size: 30px;
  font-weight:600;
  margin: 0px 30px 0px 0px;
}
.img-text-mod-outer-subs .img-text-mod-inner .img-section {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: auto;
}
.img-text-mod-outer-subs .img-text-mod-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.img-text-mod-outer-subs .img-text-mod-inner .img-section {
  flex: 1 1 47%;
}
.img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap {
  flex: 1 1 42%;
}
.img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap {
  padding-top: 70px;
  padding-bottom: 130px;
}
.img-text-mod-outer-subs .img-text-mod-inner .img-section img {
  width: 100%;
}
.img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap h1 {
  font-size: 80px;
  line-height: 80px;
} 
.img-text-mod-outer-subs .text-section-wrap .page-intro p:first-child {
  font-size: 20px;
  font-weight: 600;
}
.img-text-mod-outer-subs .text-section-wrap .page-intro p {
  font-size: 18px;
  font-weight: normal;
}
.img-text-mod-outer-subs .text-section-wrap .page-intro-bottom p {
  font-size: 18px;
  font-weight: normal;
}
.img-text-mod-outer-subs .img-text-mod-inner .text-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.img-text-mod-outer-subs .text-section-wrap {
  margin-left: 5%;
}
.img-text-mod-outer-subs .text-section-wrap .page-intro {
  max-width:60%;
  padding-bottom: 20px;
}
.img-text-mod-outer-subs .text-section-wrap .page-intro-bottom {
  max-width:60%;
  padding-bottom: 0px;
  padding-top: 20px;
}
.img-text-mod-outer-subs .intro-read-more {
  background-color: #EECB48;
  color: #0C0C31;
  text-transform: uppercase;
  max-width:57%;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  position: relative;
  font-family: Century Gothic,sans-serif;
}
.img-text-mod-outer-subs .intro-read-more:hover,
.img-text-mod-outer-subs.active .intro-read-more {
  background-color: #F7E7B1;
  cursor: pointer;
}
.img-text-mod-outer-subs .intro-read-more::after {
  content: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/black-arrow.png);
  position: absolute;
  right: 30px;
  bottom: 0px;
  transition: all .5s;
}
.img-text-mod-outer-subs .intro-read-more:hover::after,
.img-text-mod-outer-subs.active .intro-read-more::after {
  transform: rotate(90deg);
}

.img-text-mod-outer-subs .page-intro-bottom {
  display:none;
}

/* Learning & Events */

.up-evets-outer-wrap {
  padding: 70px 20px 70px;
  position: relative;
  background-color:#0c0c31;
}
.up-evets-outer-wrap::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-navy.png);
  z-index: 9;
}
.up-evets-outer-wrap .video-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 213px;
}
.up-evets-outer-wrap .events-header h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.up-evets-outer-wrap .video-outer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.up-evets-outer-wrap .video-inner {
  padding: 0px 40px 40px;
  flex: 1 1 27%;
  max-width:387px;
}
.up-evets-outer-wrap .video-inner h3 {
  color: #f9f9f9;
  font-size: 30px;
  min-height: 109px;
  font-weight: normal;
}
.up-evets-outer-wrap .video-inner p {
  color: #f9f9f9;
}
.up-evets-outer-wrap .video-description {
  color: #0C0C31;
  font-size: 18px;
}
.up-evets-outer-wrap .video-description {
  padding: 20px 0px;
}
.up-evets-outer-wrap .learning-button a {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #f9f9f9;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid #eecb48;
  border-radius: 30px;
  transition: .4s all;
  font-weight: 600;
}
.up-evets-outer-wrap .learning-button a:hover {
  background-color: #eecb48;
  color: #0c0c31;
}
.up-evets-outer-wrap .loadmore-link {
  text-align: center;
}
.up-evets-outer-wrap a.loadmore {
  text-decoration: none;
  letter-spacing: 0px;
  color:#f9f9f9;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}
.up-evets-outer-wrap a.loadmore:after {
  content: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Logos%20and%20Icons/shevron-down.png);
  margin-top: 20px;
  display: block;
}
.recent-evets-outer-wrap {
  padding: 70px 20px 70px;
  position: relative;
}
.recent-evets-outer-wrap::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-white.png);
  z-index: 9;
}
.recent-evets-outer-wrap .video-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 213px;
}
.recent-evets-outer-wrap .video-outer {
  padding-bottom: 50px;
}
.recent-evets-outer-wrap .events-header h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.recent-evets-outer-wrap .video-outer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recent-evets-outer-wrap .video-inner {
  padding: 0px 40px 40px;
  flex: 1 1 27%;
  max-width:387px;
}
.recent-evets-outer-wrap .video-inner h3 {
  color: #0C0C31;
  font-size: 30px;
  font-weight: normal;
}
.recent-evets-outer-wrap .video-description {
  color: #0C0C31;
  font-size: 18px;
}
.recent-evets-outer-wrap .video-description {
  padding: 20px 0px;
}
.recent-evets-outer-wrap .learning-button a {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #0C0C31;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid #A3A7E4;
  border-radius: 30px;
  transition: .4s all;
  font-weight: 600;
}
.recent-evets-outer-wrap .learning-button a:hover {
  background-color: #A3A7E4;
  color: #0C0C31;
}
.recent-evets-outer-wrap .loadmore-link {
  text-align: center;
}
.recent-evets-outer-wrap a.loadmore {
  text-decoration: none;
  letter-spacing: 0px;
  color:#242530;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}
.recent-evets-outer-wrap a.loadmore:after {
  content: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Logos%20and%20Icons/shevron-down.png);
  margin-top:20px;
  display: block;
}
.partner-col-outer-wrap .partner-single-col-body-outer .left-column {
  max-width: 1135px;
  margin: 0 auto;
  padding: 80px 30px;
}
.partner-col-outer-wrap .one-col-template .partner-single-col-body-outer .left-column h2 {
  color: #31AB8E;
  font-size: 40px;
  margin-bottom:10px;
  padding: 0px;
}
.partner-col-outer-wrap .one-col-template .partner-single-col-body-outer .left-column h3 {
  padding: 0px;
  margin-bottom:0px;
}
.partner-col-outer-wrap .partner-single-col-body-outer ul li, .partner-col-outer-wrap .partner-single-col-body-outer ol li {
  color: #2b2e34;
  font-size: 18px;
  line-height: 1.6;
}
.partner-col-outer-wrap a.cta_button, .right-col-text a.cta_button {
  background-color: #3fab8e;
  border: 1px solid #3fab8e;
  text-transform: uppercase;
  padding: 6px 30px;
  text-decoration: none;
  color: #f9f9f9;
  font-size: 18px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
  margin: 40px 0px 30px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  line-height: 34px;
  letter-spacing: 0px;
}
.partner-col-outer-wrap a.cta_button:hover, .right-col-text a.cta_button:hover {
  background: #286d5b;
  border: 1px solid #286d5b;
}
.about-eo-global {
  background-color: #0C0C31;
  padding: 70px 30px 70px;
  position: relative;
}
.about-eo-global::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-navy.png);
  z-index:9;
}
.about-eo-global .fees-inner {
  text-align: center;
}
.about-eo-global .fees-inner h2 {
  color: #A3A7E4;
  font-size: 40px;
  text-align: center;
  margin-top: 0px;
}
.about-eo-global .fees-inner p {
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 600;
  max-width: 80%;
  margin: 0 auto;
  padding: 30px 0px;
}
.about-eo-global .membership-cta a {
  background-color: #3FAB8E;
  border: 1px solid #3FAB8E;
  text-transform: uppercase;
  padding: 2px 30px 2px 30px;
  text-decoration: none;
  color: #f9f9f9;
  font-size: 18px;
  display: inline-block;
  border-radius:30px;
  font-weight: 600;
  margin: 40px 0px 30px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}
.about-eo-global .membership-cta a:hover {
  background: #286D5B;
  border: 1px solid #286D5B;
}
.about-eo-global .membership-cta a.pink-cta {
  background-color: #F3836F;
  border: 1px solid #F3836F;
}
.about-eo-global .membership-cta a.pink-cta:hover {
  background-color: #9B5348;
  border: 1px solid #9B5348;
}
.about-eo-global .data-wrap-inner h3 {
  color: #F9F9F9;
  font-size: 60px;
  font-weight: 600;
  margin: 0px;
}
.about-eo-global .data-wrap-inner h4 {
  color: #F9F9F9;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
  max-width:70%;
  text-align: center;  
}
.about-eo-global .data-wrap-outer {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
  max-width: 1250px;
  margin: 0 auto;
}
.about-eo-global .data-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  border-right: 3px solid #f9f9f9;
}
.about-eo-global .data-wrap-inner:last-child {
  border: none;
}
.about-eo-global .global-img {
  text-align: center;
  padding: 50px 0px;
}

/* the board members module */

.teamModuleOuter {
  padding-left:20px;
  padding-right:20px;
  background: #5E617D;
  position: relative;
}
.teamModuleOuter::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-lilac-3.png);
  z-index:9;
}
.teamModuleOuter .page-align {
  float: none !important;
  max-width: 1250px !important;
  margin: 0 auto !important;
}
.teamModuleOuter .teamModuleInner {
  padding: 70px 0;
}
.teamModuleOuter .member-team-wrapper:hover .memberImage {
  transform: scale(1.1);
}
.teamModuleOuter .member-team-wrapper {
  overflow: hidden;
}
.teamModuleOuter .memberImage {
  transition: 0.4s all;
}
.teamModuleOuter .teamcontent h2 {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
.teamModuleOuter .teamcontent p {
  letter-spacing: 0px;
  color: #242530;
  text-align: center;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
}
.teamModuleOuter .filtertab {
  max-width: 882px;
  margin: 40px auto;
  border: 2px solid #EBEBEB;
  background-color: #f4f4f4;
  border-radius: 25px;
}
.teamModuleOuter .filtertab ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.teamModuleOuter .filtertab ul li {
  display: inline-block;
  width: 145px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s all;
}
.teamModuleOuter .filtertab ul li a {
  text-decoration: none;
  color: #242530;
  font-size: 17px;
  line-height: 23px;
  padding: 10px 0;
  display: block;
  transition: 0.4s all;
}
.teamModuleOuter .filtertab ul li:not(:last-child) {
  border-right: 2px solid #ebebeb;
}
.teamModuleOuter .teamMembersOuterWarp {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 90px;
}
.teamModuleOuter .teamMemberOuter {
  width:26%;
  margin-bottom: 30px;
  cursor: pointer;
}
.teamModuleOuter .memberImage {
  background-size: cover;
  background-position: center;
  min-height: 450px;
}
.teamModuleOuter .memberContentouter {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  top: 0px;
  left: 0;
  overflow-x: hidden;
  transition: .5s;
  display: none;
  align-items: center;
}
.teamModuleOuter a.closebtn {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 999;
}
.teamModuleOuter .memberContentInner {
  margin: 0 auto !important;
  background: rgba(255,255,255,0.95);
  position: relative;
  padding: 40px;
  float: none !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99999;
  flex: 0 1100px;
  border-radius: 0px;
  max-width: 850px;
  width: 90%;
  box-sizing: border-box;
  overflow: auto;
  height: 75%;
  max-height: 550px;
  border: 1px solid #707070;
  box-shadow: 5px 5px 10px #00000029;
  cursor: auto;
}
.teamModuleOuter .memberContent {
  flex: 0 70%;
  max-width: calc(100% - 265px);
}
.teamModuleOuter .memberQuote {
  flex: 0 35%;
  padding-top: 73px;
  max-width: 240px;
}
.teamModuleOuter p.reward-wrapper span img {
  padding-right: 8px;
  vertical-align: middle;
}
.teamModuleOuter p.reward-wrapper span {
  float: left;
  margin-bottom: 10px;
  margin-right:10px;
}
.teamModuleOuter p.reward-wrapper {
  padding-bottom: 0px !important;
}
.teamModuleOuter .menberNameDesignation {
  padding: 20px 0px;
  padding-right: 60px;
  position: relative;
}
.teamModuleOuter .menberNameDesignation:after {
  content: '';
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/about-arrow.png);
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
  top: 14px;
  transition: .4s all;
}
.teamModuleOuter .menberNameDesignation h3 {
  font-size: 22px;
  color: #F9F9F9;
  opacity: 1;
  margin: 0px;
  font-weight: 600;
}
.teamModuleOuter .menberNameDesignation p {
  font-size: 18px;
  line-height: 33px;
  margin: 0px;
  color: #F9F9F9;
  font-family: Century Gothic, sans-serif;
  font-weight: 600;
}
.teamModuleOuter .memberContent h3 {
  font-size: 30px;
  margin: 0px;
  color: #1D007F;
  opacity: 1;
  font-weight: 600;
}
.teamModuleOuter .memberContent h4 {
  color: #0C0C31;
  font-size: 22px;
  margin: 0px;
  font-family: Century Gothic, sans-serif;
  font-weight: 600;
  padding: 5px 0px;
}
.teamModuleOuter .memberContent p {
  opacity: 1;
}
.teamModuleOuter .memberQuote p {
  font-size: 18px;
  color: #1D007F;
  font-weight: 600;
  padding-bottom: 30px;
}
.teamModuleOuter .filtertab ul li.active {
  background: #a3cd59;
}
.teamModuleOuter .filtertab ul li.active a {
  color: #f9f9f9;
}
.teamModuleOuter .filtertab ul li:hover {
  background: #a3cd59;
}
.teamModuleOuter .filtertab ul li:hover a {
  color: #f9f9f9;
}
.teamModuleOuter .filtertab ul li:first-child:hover {
  background: #a3cd59;
  border-radius: 25px 0px 0px 25px;
}
.teamModuleOuter .filtertab ul li:last-child:hover {
  background: #a3cd59;
  border-radius: 0px 25px 25px 0px;
}
.teamModuleOuter .filtertab ul li:first-child.active {
  background: #a3cd59;
  border-radius: 25px 0px 0px 25px;
}
.teamModuleOuter .filtertab ul li:last-child.active {
  background: #a3cd59;
  border-radius: 0px 25px 25px 0px;
}
.teamModuleOuter .filtertab ul li.active {
  background: #a3cd59;
}

/* Navy Header */
.navy-page-header .blog-banner-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 400px;
  margin-top:-153px;
  position: relative;
}
.navy-page-header .blog-banner-image .banner-text-area {
  margin: 0 auto;
  position: relative;
  padding: 200px 0px 0px;
}
.navy-page-header .blog-banner-image .banner-text-area h1 {
  font-size: 80px;
  font-weight: 600;
  text-align: center;
  color: #F9F9F9;
}
.testimonial-lp .navy-page-header .blog-banner-image .banner-text-area h1 {
  font-size: 70px;
  line-height:80px;
}
.navy-page-header .blog-banner-image::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  bottom: -81px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-navy.png);
  z-index: 9;
}

/* Blog Listing */

.blog-list-feedreader_box1 {
  margin-top: 100px;
  padding: 0 10px;
}
.blog-list-feedreader_box1 a {
  text-decoration: none;
  text-shadow: none;
}
.blog-list-feedreader_box1 .image-grid__item {
  height: 401px;
}
.blog-list-feedreader_box1 .image-grid__item {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 360px;
  align-items: stretch;
  justify-content: center;
  position: relative;
  height: 540px;
  transition: text-shadow .1s ease-in,-webkit-transform .14s ease-in;
  transition: transform .14s ease-in,text-shadow .1s ease-in;
  transition: transform .14s ease-in,text-shadow .1s ease-in,-webkit-transform .14s ease-in;
  padding: 0px;
}
.blog-list-feedreader_box1 .image-grid__item:before {
  content: "";
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 0;
  border-radius: 3px;
  box-shadow: 0 10px 24px 0px rgba(0,0,0,0.06), 0 8px 20px -2px rgba(0,0,0,0.1), 0 6px 10px -6px rgba(0,0,0,0.2);
  transition: visibility .1s ease-out,opacity .1s ease-out;
  opacity: 0;
}
.blog-list-feedreader_box1 .grid-item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: stretch;
  justify-content: center;
  text-decoration: none;
  color: #eee;
  overflow: hidden;
}
.blog-list-feedreader_box1 .grid-item__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  transition: -webkit-transform .35s cubic-bezier(0.25,0.46,0.45,0.94);
  transition: transform .35s cubic-bezier(0.25,0.46,0.45,0.94);
  transition: transform .35s cubic-bezier(0.25,0.46,0.45,0.94),-webkit-transform .35s cubic-bezier(0.25,0.46,0.45,0.94);
  z-index: 0;
  max-width: 1080px;
  margin: 0 auto;
}
.blog-list-feedreader_box1 .grid-item__name {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  justify-content: center;
  letter-spacing: 1px;
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
  text-align: center;
  background: rgba(247,191,2,0.8);
  max-height: 95%;
}
.blog-list-feedreader_box1 .grid-item__name_nohover {
  visibility: visible;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 300;
  text-shadow: 0px 0px 30px rgba(0,0,0,0.4), 2px 2px 6px rgba(0,0,0,0.3);
  letter-spacing: 1px;
  -webkit-transform: scale(0.928);
  transform: scale(0.928);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: visibility .14s ease-out,opacity .14s ease-out,-webkit-transform .24s ease;
  transition: visibility .14s ease-out,opacity .14s ease-out,transform .24s ease;
  transition: visibility .14s ease-out,opacity .14s ease-out,transform .24s ease,-webkit-transform .24s ease;
  opacity: 1;
  text-align: left;
  background: rgba(247,191,2,0.8);
  position: absolute;
  top: 29px;
  left:0px;
  padding: 20px;
}
.blog-list-feedreader_box1 .post-topic {
  padding-bottom: 10px;
  display: none;
}
.blog-list-feedreader_box1 .post-name {
  padding-bottom: 10px;
  width: 70%;
}
.blog-list-feedreader_box1 .post-name a.name {
  color: #f9f9f9;
  text-decoration: none;
  font-size: 45px;
  font-family: Century Gothic,sans-serif;   
  font-weight: 600;
  line-height: 1.2;
}
.blog-list-feedreader_box1 .grid-item__name_nohover a.name {
  color: #0C0C31;
  font-weight: 600;
  text-decoration: none;
  font-size: 30px;
  font-family: Century Gothic,sans-serif; 
}
.blog-list-feedreader_box1 a.topic-link {
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 15px;
}
.blog-list-feedreader_box1 a.topic-link:hover {
  color: #F15E13;
}
.blog-list-feedreader_box1 .post-blurb {
  width: 60%;
  padding-bottom: 30px;
}
.blog-list-feedreader_box1 .post-blurb p {
  color: #0C0C31;
  font-family: Century Gothic,sans-serif; 
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
.blog-list-feedreader_box1 .read-more-link {
  background: #f9f9f9;
  padding: 7px 20px;
  border: 1px solid #f9f9f9;
  border-radius: 30px;
}
.blog-list-feedreader_box1 .read-more-link a.read-more {
  text-transform: uppercase;
  font-size: 17px;
  color: #0C0C31;
  font-family: Century Gothic,sans-serif;
  vertical-align: middle;
  display: block;
  font-weight: 600;
}
.blog-list-feedreader_box1 .grid-item__name #hubspot-author_data, .blog-list-feedreader_box1 .grid-item__name #hubspot-author_data a.author-link {
  font-size: 15px;
  color: #f9f9f9;
  font-style: normal;
}
.blog-list-feedreader_box1 .grid-item__name #hubspot-author_data {
  display: none;
}
.blog-list-feedreader_box1 .grid-item__name .author-date-comm {
  padding-top: 50px;
}
.blog-listing-wrapper .post-item a, .loadmore-posts a {
  text-decoration: none;
}

/* Blog Listing Newsletter Sign Up */

.blog-form-outer {
  max-width: 1080px;
  margin: 0 auto;
}
.blog-form-outer .hs_cos_wrapper_type_form form {
  background: #242530;
  padding: 0px;
  margin-left: 30px;
}
.blog-form-outer .sign-up-form-2020 h3 {
  color:#F9F9F9 !important;
  font-size: 22px !important;
  font-family: Century Gothic, sans-serif !important;
}
.blog-form-outer .sign-up-form-2020 h3.form-title {
  display: none;
}
.blog-form-outer .blog-form .submitted-message p {
  color:#f9f9f9;  
  text-align:center;
}
.blog-form-outer .blog-form .hs_cos_wrapper_type_form form label {
  display: none;
}
.blog-form-outer .blog-form .hs_cos_wrapper_type_form form div.input {
  border-radius: 10px;
}
.blog-form-outer .blog-form .hs_cos_wrapper_type_form form .hs-button.primary{
  border-radius:20px;
  font-family: Century Gothic, sans-serif;
  font-size: 17px;
  margin-top: 8px !important;
  padding: 6px 30px !important;
  border-style: unset;
  background: #F1836F;
  color:#0C0C31;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  line-height: 34px;
  cursor: pointer;
  -webkit-appearance: none;
  white-space:nowrap;
}
.blog-form-outer .blog-form .hs_cos_wrapper_type_form form .hs-button.primary:focus {
  outline:none !important;  
}
.blog-form-outer .sign-up-form-2020 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #242530;
  max-width: 1080px;
  padding: 12px 20px 10px;
}
.blog-form-outer .blog-form-text {
  width: 49%;
}
.blog-form-outer .blog-form-text h3 {
  margin-top: 20px;
  text-align: center;
}
.blog-form-outer .blog-form {
  width: 49%;
}
.blog-form-outer .blog-from form .hs_email label {
  display: none;
}
.blog-form-outer .hs_cos_wrapper_type_form form {
  display: flex;
  width: 100%;
  text-align: left;
}
.blog-form-outer .hs_cos_wrapper_type_form form .hs-form-field {
  float: left;
  width: 55%;
  padding: 12px 20px 0px 20px;
}
.blog-form-outer .hs_cos_wrapper_type_form form .hs_submit {
  width: 30%;
}
.blog-form-outer .hs_cos_wrapper_type_form form div.input input[type="email"] {
  height: 40px;
  border-radius: 10px;
  border: 0px;
  outline: 0;
  padding: 10px 20px 10px 25px;
  font-size: 15px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: Century Gothic, sans-serif;
}
.blog-form-outer .blog-form .hs_cos_wrapper_type_form form ul.hs-error-msgs label {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.blog-form-outer .blog-form .hs_cos_wrapper_type_form ul.hs-error-msgs {
  margin-left: 0px;
  list-style: none;
  padding-left: 0px;
}
/* Blog Yellow eBook Module */
.blog-yellow-banner-outer {
  background-color: #EECB48;
  padding: 90px 20px 90px;
  position: relative;
}
.blog-yellow-banner-outer::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 82px;
  position: absolute;
  top: -1px;
  right: 0;
  background: transparent no-repeat center center;
  background-image: url(https://events.entrepreneursorganization.co.uk/hubfs/Site%20Build%202020/Internal%20Pages%202020/corner-white.png);
  z-index:9;
}
.blog-yellow-banner-outer .yellow-banner-inner {
  display: flex;
  flex-direction: row;  
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;  
  padding: 0 70px;
}
.blog-yellow-banner-outer .ebook-image-wrap {
  flex: 1 1 37%;
  text-align: center;
}
.blog-yellow-banner-outer .ebook-text-wrap {
  flex: 1 1 60%;
}
.blog-yellow-banner-outer .ebook-cta a {
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
  text-transform: uppercase;
  padding: 6px 30px;
  text-decoration: none;
  color: #0C0C31;
  font-size: 18px;
  display: inline-block;
  border-radius:30px;
  font-weight: 600;
  margin: 20px 0px 20px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  line-height: 34px;
}
.blog-yellow-banner-outer .ebook-cta a:hover {
  background-color: #F7E7B1;
  border: 1px solid #F7E7B1;
}
.blog-yellow-banner-outer .ebook-text-wrap h3 {
  color: #A32246;
  font-size: 30px;
  font-weight: bold;
  margin-bottom:0px;
}
.blog-yellow-banner-outer .ebook-text-wrap h2 {
  color: #0C0C31;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
}
.blog-yellow-banner-outer .ebook-text-wrap p {
  color: #2B2E34;
  font-size: 18px;
  font-weight: bold;
  max-width: 85%;
}

/* Single Col Tempalte */

.one-col-template .single-col-body-outer .left-column h2 {
  color: #31AB8E;
  font-size: 40px;
  margin-bottom:10px;
  padding: 0px;
}
.one-col-template .single-col-body-outer .left-column h3 {
  padding: 0px;
  margin-bottom:0px;
}
.one-col-template .single-col-body-outer ul li, .single-col-body-outer ol li {
  color: #2b2e34;
  font-size: 17px;
  line-height: 1.6;
  margin: 10px;
}
.partners-logos-outer .partners-inner h3 {
  color: #2b2e34;
  font-family: Century Gothic,sans-serif;
  font-size: 25px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.partners-logos-outer .logos-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 20px 20px;
  align-items: center;
}
.partners-logos-outer .logos-wrap .logo {
  width: 15%;
  text-align: center;
}
.partners-logos-outer .logos-wrap .logo img {
  max-height: 80px;
}
.partners-logos-outer .partners-inner {
  padding-bottom: 50px;
}



/***** Responsive *****/

@media (max-width: 1920px) { 
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-inner {
    margin-right: 20%;
  }
}


@media (max-width: 1810px) { 
  .img-text-mod-outer .text-section-wrap .page-intro {
    max-width: 80%;
  }
  .img-text-mod-outer-subs .text-section-wrap .page-intro, .img-text-mod-outer-subs .text-section-wrap .page-intro-bottom, .img-text-mod-outer-subs .text-section-wrap .page-intro {
    max-width: 80%;
  }
  .img-text-mod-outer-subs .intro-read-more {
    max-width: 75%;
  }
}


@media (max-width: 1730px) { 
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 48px;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h4 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 35px;
  }
  .membership-lp .blog-banner-image, .hs-content-id-29333882727 .blog-banner-image {
    height: 400px;
  }
  .membership-lp h1, .hs-content-id-29333882727 h1 {
    max-width:60%;
  }
  .testimonial-lp h1{
    max-width: 80%;
    margin: 0 auto;
  }
  .partners h1 {
    font-size:60px;  
  }
  .img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 60px;
  }
  .img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap h1 {
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 60px;
  }
  .navy-page-header .blog-banner-image .banner-text-area h1 {
    font-size: 60px;
  }
  .verification-lp .navy-page-header .blog-banner-image .banner-text-area h1 {
    max-width: 80%;
    margin: 0 auto;
  }
  .verification-lp .navy-page-header .blog-banner-image {
    height: 450px;
  }
}


@media (max-width: 1600px) {
  .qual-outer-wrap .acc-qual-inner {
    margin-left: 10%;
  }
}



@media (max-width: 1588px) { 
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap {
    margin-left: 3%;
    padding: 50px 0px 70px;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-inner {
    margin-right: 10%;
  }
  .img-text-mod-outer .text-section-wrap {
    margin-left: 3%;
  }
  .img-text-mod-outer-subs .text-section-wrap {
    margin-left: 3%;
  }
}



@media (max-width: 1440px) { 
  .gsea-img-text-mod-outer .text-section-wrap .page-intro {
    max-width: 90%;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    margin: 10px 0px 30px;
  }
  .eo-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 20px;
  }
  .header-member a {
    font-size: 18px;
    white-space: nowrap;
  }
  .header-member {
    padding-top: 14px;
  }
  .img-text-mod-outer .text-section-wrap .page-intro {
    max-width: 90%;
  }
  .img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    margin: 0px;
  }
  .img-text-mod-outer-subs .text-section-wrap .page-intro, .img-text-mod-outer-subs .text-section-wrap .page-intro-bottom, .img-text-mod-outer-subs .text-section-wrap .page-intro {
    max-width: 90%;
  }
  .img-text-mod-outer-subs .intro-read-more {
    max-width: 85%;
  }
  .img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap h1 {
    margin: 0px;
  }
}



@media (max-width: 1405px) {  
  .wwww-inner {
    flex: 0 0 42%;
    padding: 0px 20px;
  }
}



@media (max-width: 1366px) { 
  .gsea-img-text-mod-outer.img-text-mod-inner .img-section {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
  }  
  .gsea-img-text-mod-outer.img-text-mod-inner .text-section-wrap {
    flex: 1 1 68%;
  }  
  .img-text-mod-outer .img-text-mod-inner .img-section {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
  }  
  .img-text-mod-outer .img-text-mod-inner .text-section-wrap {
    flex: 1 1 68%;
  }  
  .img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    margin: 0px;
  }
  .img-text-mod-outer-subs .img-text-mod-inner .img-section {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
  }  
  .img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap {
    flex: 1 1 68%;
  }  
  .img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap h1 {
    margin: 0px;
  }
  .up-evets-outer-wrap .video-inner {
    padding: 0px 20px 40px;
  }
  .up-evets-outer-wrap {
    padding: 40px 20px 70px;
  }
  .recent-evets-outer-wrap .video-inner {
    padding: 0px 20px 40px;
  }
  .recent-evets-outer-wrap {
    padding: 40px 20px 70px;
  }
  .three-column-section .content {
    height:800px;  
  }
}



@media (max-width: 1280px) { 
  .green-icons-outer-wrap .green-icon-wrap {
    margin-right: 20px;
  }
  .accelerator-outer .tool-inner {
    width: 18%;
  }
  .person-profile-block .person {
    padding: 60px 40px 0px;
  }
}


@media only screen and (max-width: 1257px) {
  .footer-logo-menu-outer-wrap {
    flex-direction: column;
  }
  .footer-logo {
    text-align: center;
    padding-bottom: 50px;
  }
  .contact-outer-wrap {
    padding-left: 0px;
    padding-top: 20px;
    text-align: center;
  }
  .top-menu {
    display: flex;
    justify-content: space-evenly;
  }
  .bottom-menu-outer {
    justify-content: space-evenly;
  }
  .bottom-menu, .social-footer {
    flex: unset;
  }  
  .top-menu a {
    min-width: 150px;
  }
  .footer-container-wrapper {
    background-position: 100% 50%;
  }
}


@media (max-width: 1250px) {
  .two-column-section .content {
    height:550px;  
  }
  .eo-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 18px;
  }
}


@media (max-width: 1200px) {
  .three-column-section .content {
    height:900px;  
  }
}


@media (max-width: 1140px) {
  .eo-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 15px;
    padding:6px 8px;
  }
  .header-member a {
    font-size: 15px;
  }
  .header-member {
    padding-top: 14px;
  }
  .header-member {
    padding-top: 14px;
  }
  .header-member {
    padding-top: 14px;
  }
  .green-icons-outer-wrap .two-columns-of-text-with-headers-2 {
    padding: 30px 0px;
  }
  .application-outer-wrap .two-columns-of-text-with-headers-2 {
    padding: 30px 0px;
  }
}



@media only screen and (max-width: 1100px) {
  .blog-list-feedreader_box1 .grid-item .grid-item__name .post-name a.name {
    font-size: 36px;
  }
  .eo-header-wrapper .member-log-butt {
    margin-left: 10px;
  }
}



@media only screen and (max-width: 1080px) {
  .posts-two-col-wrap .post-item .post-header {
    left: 0px;
    right: 0px;
  }
  .post-outer-720 .social-share-wrap {
    position: absolute;
    left: -80px;
  }
  .post-outer-720 h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .blog-post-2020 .navy-back .eo-header-wrapper::after {
    display: none;
  }
  .two-column-section .content {
    height:600px;  
  }
  .member-option-inner .member-description p {
    font-size: 26px;
    line-height: normal;
    max-width: 75%;
  }
  .blog-form-outer .hs_cos_wrapper_type_form form {
    margin-left: 0px;
  }
  .two-column-section, .three-column-section {
    display:block;  
  }
  .two-column-section .content, .three-column-section .content {
    height:auto;  
  }
}



@media only screen and (max-width: 1025px) {
  .bottom-menu-outer {
    display: flex;
    flex-direction: column;
  }
  .bottom-menu {
    display: flex;
    justify-content: space-evenly;
  }
  .social-footer {
    flex: unset;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
  .two-col-text-logo-outer .left-column {
    flex: 0 0 30%;
  }
}



@media (max-width: 1024px) {  
  .yellow-banner-outer .ebook-image-wrap {
    margin-right: 20px;
    margin-top:20px;
  }
  .yellow-banner-outer .yellow-banner-inner {
    align-items: flex-start;
  }
  .single-blogs {
    padding: 10px;
  }
  .latest-blog-outer-wrp {
    padding: 70px 10px 100px;
  }
  .story-name {
    min-width: 300px;
  } 
  .accelerator-outer .tool-intro {
    max-width: 80%;
  }
  .accelerator-outer .accelerator-flex-wrap {
    justify-content: space-around;
  }   
  .blog-yellow-banner-outer .ebook-image-wrap {
    margin-right: 20px;
    margin-top:20px;
  }
  .blog-yellow-banner-outer .yellow-banner-inner {
    align-items: flex-start;
  }
  .eo-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 15px;
  }
  .header-member a {
    font-size: 15px;
  }
}



@media (max-width: 1010px){ 
  .lp-banner-2020 .banner-image.lp-outer-wrap .banner-text-area {
    max-width:70%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h2 {
    font-size: 30px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h3 {
    max-width: 60%;
  }
}




@media (max-width: 1000px) { 
  .green-icons-outer-wrap .two-columns-of-text-with-headers-2 h4.number {
    margin-right: 10px;
  }
  .application-outer-wrap .two-columns-of-text-with-headers-2 h4.number {
    margin-right: 10px;
  }
}


@media only screen and (max-width: 970px) {
  .post-outer-720 .social-share-wrap {
    position: unset;
    padding: 30px 0px 0px 26px;
    display: flex;
  }
  .post-outer-720 {
    padding: 0px 20px;
  }
  .posts-two-col-wrap .post-header {
    height:180px;
  }
}



@media (max-width: 960px){ 
  .right-col-offer-wrap h4.book-subtitle {
    padding: 0px 30px;
  }
  .membership-lp .right-col-offer-wrap h4.book-subtitle {
    padding: 0px 30px;
  }
  .verification-lp .navy-page-header .blog-banner-image .banner-text-area h1 {
    max-width: 90%;
  }
}



@media(max-width: 950px) {
  .teamModuleOuter .memberContentInner {
    max-width: 92%;
    padding: 30px;
  }
  .teamModuleOuter .memberQuote p {
    padding-bottom: 10px;
  }
  .teamModuleOuter .memberQuote {
    max-width: 100%;
    margin: 0 auto;
    flex: 0 100%;
    padding-top: 10px !important;
  }
  .teamModuleOuter .memberContent {
    flex: 0 100%;
    max-width: 100%;
  }
}




@media only screen and (max-width: 900px) {
  .footer-outer ul li a {
    font-size: 16px !important;
  }
  .footer-outer ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }    
  .bottom-menu ul li a {
    margin-right: 0px;
  }
  .top-menu a {
    margin-top: 20px;
    max-width: 170px !important;
  }
  .green-icons-outer-wrap .two-columns-of-text-with-headers-2 {
    flex-direction: column;
  }
  .green-icons-outer-wrap .bullet-point {
    flex: 1 1 10%;
  }
  .green-icons-outer-wrap .bullet-text {
    flex: 1 1 85%;
  }
  .green-icons-outer-wrap .bullet-text p {
    max-width: 100%;
  }
  .green-icons-outer-wrap .two-columns-of-text-with-headers-2 .column-text-section {
    padding: 30px 0px 0px;
    min-height: auto;
  }
  .green-icons-outer-wrap .column-text-section h3 {
    padding-top: 0px;
  }
  .green-icons-outer-wrap {
    padding: 30px 20px 50px;
  }
  .application-outer-wrap .two-columns-of-text-with-headers-2 {
    flex-direction: column;
  }
  .application-outer-wrap .bullet-point {
    flex: 1 1 10%;
  }
  .application-outer-wrap .bullet-text {
    flex: 1 1 85%;
  }
  .application-outer-wrap .bullet-text p {
    max-width: 100%;
  }
  .application-outer-wrap .two-columns-of-text-with-headers-2 .column-text-section {
    padding: 30px 0px 0px;
    min-height: auto;
  }
  .application-outer-wrap .column-text-section h3 {
    padding-top: 0px;
  }
  .blog-list-feedreader_box1 .grid-item .grid-item__name .post-blurb {
    width: 80%;
  }
  .blog-form-outer .blog-form-text {
    width: 44%;
  }
  .blog-form-outer .hs_cos_wrapper_type_form form .hs-form-field {
    padding-top: 30px;
  }
  .blog-form-outer .blog-form .hs_cos_wrapper_type_form form .hs-button.primary {
    margin-top: 28px !important;
  }
  .partner-two-col-outer-wrap .partner-double-col-body-outer {
    flex-direction: column;
  }
  .partner-double-col-body-outer .right-column {
    margin-top: 20px;
  }
  .partners-2 .person-profile-block {
    margin-top: 0px;
  }
  .two-col-text-logo-outer .partner-double-col-body-outer {
    padding: 0px 20px 40px;
  }
  .two-col-text-logo-outer .partner-double-col-body-outer .left-col-logo {
    text-align: left;
  }
}



@media only screen and (max-width: 870px) {
  .eo-header.topStickyCustomClass, .navy-back.topStickyCustomClass {
    display:none;
  }
  .eo-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 16px;
  }
  .custom-menu-primary ul li.hs-menu-depth-1:first-child {
    display: block;
  }
}



@media (max-width: 860px) {  
  .green-icons-outer-wrap .column-text-section h3 {
    font-size: 25px;
  }
  .application-outer-wrap .column-text-section h3 {
    font-size: 25px;
  }
  .application-outer-wrap .two-columns-of-text-with-headers-2 h4.number {
    margin: 0px;
  }
  .qual-outer-wrap .bullet-text h3 {
    font-size: 25px;
  } 
  .qual-outer-wrap .acc-qual-inner {
    margin-left: 5%;
  }
  .up-evets-outer-wrap .video-inner h3 { 
    font-size: 25px;
  }
  .recent-evets-outer-wrap .video-inner h3 { 
    font-size: 25px;
  }
  .about-eo-global .data-wrap-inner h3 {
    font-size: 35px;
  }
  .about-eo-global .data-wrap-inner h4 {
    font-size: 16px;
  }
}




@media only screen and (max-width: 845px) {
  .unsubs-page input[type="submit" i]  {
    margin-left: 0px;
    margin-top: 40px;
  }
  .unsubs-page input.hs-input.email-edit {
    float: none;
  }
  .get-in-touch-details .content ul {
    display:block;
    text-align:center;
  }
  .get-in-touch-details .content ul li:nth-child(2) {
    border-right:none;
    border-left:none;
  }

}



@media (max-width: 830px) {
  .eo-sub-heading h4 {
    font-size: 24px;
    line-height: normal;
  }
  .eo-heading h1 {
    font-size: 40px;
    line-height: normal;
  }
  .eo-banner-outer {
    max-width: initial;
  }
  .button-1 a,.button-2 a {
    font-size: 14px;
  }
  .video-heading h3 {
    font-size: 30px;
    line-height: normal;
  }
  .video-description p, .video-description li {
    font-size: 16px;
  }
  .text-image-inner {
    flex: 0 48% !important;
    margin-bottom: 30px;
  }
  .text-image-outer.four {
    padding: 0px;
  }
  .membership-header {
    padding: 20px 0px;
  }
  .membership-option-outer {
    padding: 0px;
  }
  .member-option-inner:nth-child(odd) .member-description p {
    font-size: 20px;
    line-height: normal;
  }
  .member-option-inner:nth-child(odd) .member-description p:after {
    top: 18px;
    right: 180px;
  }
  .member-option-inner:nth-child(odd) .member-heading h4 {
    font-size: 24px;
    line-height: 45px;
  }
  .member-image {
    flex: 0 35%;
  }
  .member-option-inner:nth-child(even) .member-heading h4 {
    font-size: 24px;
    line-height: 45px;
  }
  .member-option-inner:nth-child(even) .member-description p {
    font-size: 20px;
    line-height: normal;
  }
  .member-option-inner:nth-child(even) .member-description p:after {
    top: 18px;
    right: 180px;
  }
  .membership-option-wrapper {
    padding: 50px 20px 30px;
  }
  .learning-topic h4 {
    font-size: 20px;
  }
  .learning-heading h3 {
    font-size: 30px;
    line-height: normal;
  }
  .learning-right-text {
    flex: 0 50%;
  }
  .learning-left-image {
    flex: 0 45%;
  }
  .learning-button a {
    font-size: 14px;
  }
  .learnig-txt-inner {
    width: auto;
    max-width: initial;
    padding-right: 30px;
  }
  .membership-header h3 {
    font-size: 30px;
  }
  .text-image-outer {
    padding: 0px;
    justify-content: center;
  }
  .text-image-wrapper {
    padding: 0px 20px 130px;
  }
  .bottom-group a {
    font-size: 16px;
  }
  h3.green:before, h3.yellow:before, h3.orange:before {
    height: 45px;
    top: 11px;
  }
  .text-image-wr {
    padding: 20px;
  }
  .bottom-section {
    padding-top: 50px;
  }
  .eo-sub-heading h4 {
    font-size: 24px;
    line-height: normal;
  }
  .eo-heading h1 {
    font-size: 40px;
    line-height: normal;
  }
  .eo-banner-outer {
    max-width: initial;
  }
  .button-1 a,.button-2 a {
    font-size: 14px;
  }
  .bottom-group a {
    font-size: 16px;
  }
  h3.green:before, h3.yellow:before, h3.orange:before {
    height: 45px;
    top: 11px;
  }
  .text-image-wr {
    padding: 20px;
  }
  .bottom-section {
    padding-top: 50px;
  }
  .text-image-inner {
    flex: 0 48% !important;
    margin-bottom: 30px;
  }
  .text-image-outer.four {
    padding: 0px;
  }
  .text-image-outer {
    padding: 0px;
    justify-content: center;
  }
  .text-image-wrapper {
    padding: 40px 20px 80px;
  }
  .text-image-wr {
    padding: 20px;
  }
  .top-text-eo .text-image-wrapper {
    padding: 50px 30px 40px;
  }
  .video-heading h3 {
    font-size: 30px;
    line-height: normal;
  }
  .membership-header {
    padding: 20px 0px;
  }
  .membership-option-outer {
    padding: 0px;
  }
  .member-option-inner:nth-child(3n+1) .member-description p {
    font-size: 20px;
    line-height: normal;
  }
  .member-option-inner:nth-child(3n+1) .member-description p:after {
    top: 18px;
    right: 180px;
  }
  .member-option-inner:nth-child(3n+1) .member-heading h4 {
    font-size: 18px;
    line-height: 45px;
  }
  .member-image {
    flex: 0 35%;
  }
  .member-option-inner:nth-child(3n+2) .member-heading h4 {
    font-size: 18px;
    line-height: 45px;
  }
  .member-option-inner:nth-child(3n+2) .member-description p {
    font-size: 20px;
    line-height: normal;
  }
  .member-option-inner:nth-child(3n+2) .member-description p:after {
    top: 18px;
    right: 180px;
  }
  .member-option-inner:nth-child(3n+3) .member-heading h4 {
    font-size: 18px;
    line-height: 45px;
  }
  .member-option-inner:nth-child(3n+3) .member-description p {
    font-size: 20px;
    line-height: normal;
  }
  .member-option-inner:nth-child(3n+3) .member-description p:after {
    top: 18px;
    right: 180px;
  }
  .membership-option-wrapper {
    padding: 50px 20px 30px;
  }
  .learning-topic h4 {
    font-size: 20px;
  }
  .learning-right-text {
    flex: 0 50%;
  }
  .learning-left-image {
    flex: 0 45%;
  }
  .learning-button a {
    font-size: 14px;
  }
  .learnig-txt-inner {
    width: auto;
    max-width: initial;
    padding-right: 30px;
  }
}




@media(max-width: 823px) {
  .teamModuleOuter .filtertab {
    max-width: 750px;
  }  
  .teamModuleOuter .menberNameDesignation {
    background-position: right;
  }
}




@media(max-width: 812px) {
  .teamModuleOuter .filtertab {
    max-width: 750px;
  }  
  .teamModuleOuter .menberNameDesignation {
    background-position: right;
  }
  .testimonial-lp .navy-page-header .blog-banner-image .banner-text-area h1 {
  font-size: 50px;
  line-height:60px;
}
}




@media (max-width: 800px) { 
  .gsea-img-text-mod-outer .img-text-mod-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .img-section {
    order: 2;
    height: 400px;
    display: inline-block;
    flex: unset;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap {
    order: 1;
    margin: 0px;
    display: inline-block;
  }
  .gsea-img-text-mod-outer .text-section-wrap .text-section-inner {
    padding: 0px 0px 0px 30px;
  }
  .gsea-img-text-mod-outer {
    padding: 0px;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .gsea-img-text-mod-outer .text-section-wrap .page-intro {
    padding-bottom: 0px;
    max-width: 100%;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 { 
    font-size: 42px;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap {
    padding: 30px 0px 50px;
  }
  .fees-inner h2 {
    font-size: 35px;
  }
  .gsea-inner {
    flex-direction: column;
  }
  .gsea-outer {
    padding: 40px 40px 70px;
  }
  .gsea-right-col-icons {
    margin-left: 0px;
    padding-top: 50px;
  }
  .gsea-outer h2, .gsea-icon-text {
    font-size: 30px;
  }
  .gsea-cta a, .gsea-button a {
    font-size: 16px;
  }
  .gsea-cta, .gsea-button {
    text-align: center;
  }
  .wwww-inner {
    flex: 0 0 100%;
    padding: 0px 20px;
  }
  .wwww-inner h3 {
    margin-bottom:10px;
  }
  .www-yellow-outer {
    padding: 50px 20px 60px;
  }
  .www-gsea-cta a, .www-gsea-button a {
    font-size: 16px;
  }
  .white-gsea-outer-wrap .criteria-outer {
    flex-direction: column;
  }  
  .white-gsea-outer-wrap .criteria-inner {
    width: 90%;
  }
  .white-gsea-outer-wrap {
    padding-top: 30px;
  }
  .white-gsea-outer-wrap .criteria-inner h3 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .white-gsea-outer-wrap .criteria-gsea-cta a, .white-gsea-outer-wrap .criteria-gsea-button a {
    font-size: 16px;
  }
  .gsea-updates-wrap .hs-rss-item {
    flex-direction: column;
  }
  .gsea-updates-wrap .hs-rss-item .hs-rss-item-text, .gsea-updates-wrap .hs-rss-item .hs-rss-item-image-wrapper {
    width: 100%;
  }
  .gsea-updates-wrap .hs-rss-item .hs-rss-item-text {
    margin: 0px;
  }
  .gsea-updates-wrap .hs-rss-item-image-wrapper {
    padding-bottom: 30px;
  }
  .gsea-updates-wrap .hs-rss-description p a {
    display: block;
    max-width:120px;
    text-align: center;
    margin: 30px auto;
  }
  .gsea-updates-wrap {
    padding: 70px 50px;
  }
  .right-col-offer-wrap h4.book-subtitle, .right-col-offer-wrap .orange-header, .right-col-offer-wrap .book-img, .right-col-offer-wrap h2.book-title, .right-col-offer-wrap .book-button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .right-col-offer-wrap h2.book-title, .right-col-offer-wrap h4.book-subtitle {
    font-size: 22px;
  }
  .partners h1 {
    font-size:50px;  
  }
  .partner-block .half-width {
    width:100%;  
  }
  .partner-block .half-width.right-column {
    margin-left:0;  
  }
  .post-outer-720 h1, .post-outer-720 h1 span {
    font-size: 35px;
    line-height: 35px;
  }
  .single-col-body-outer .left-column h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .partner-block .partner-top-img {
    text-align: center;
  }
  .yellow-banner-outer .ebook-image-wrap {
    margin-right: 50px;
    margin-top: 40px;
  }
  .img-text-mod-outer .img-text-mod-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .img-text-mod-outer .img-text-mod-inner .img-section {
    order: 2;
    height: 400px;
    display: inline-block;
    flex: unset;
    background-position: top;
  }
  .img-text-mod-outer .img-text-mod-inner .text-section-wrap {
    order: 1;
    margin: 0px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .img-text-mod-outer .text-section-wrap .text-section-inner {
    padding: 50px 30px;
  }
  .img-text-mod-outer {
    padding: 0px;
  }
  .img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .img-text-mod-outer .text-section-wrap .page-intro {
    padding-bottom: 0px;
    max-width: 100%;
  }
  .application-outer-wrap h2 {
    font-size: 35px;
  }  
  .fees-outer .fees-inner h2 {
    font-size: 35px;
  }
  .accelerator-outer .tool-inner {
    width: 40%;
    padding: 20px;
  }
  .accelerator-outer .tool-intro {
    max-width: 95%;
  }
  .accelerator-outer .accelerator-flex-wrap {
    justify-content: space-between;
    margin-left:20px;
  }
  .qual-outer-wrap h2 {
    font-size: 35px;
  }  
  .img-text-mod-outer-subs .img-text-mod-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .img-text-mod-outer-subs .img-text-mod-inner .img-section {
    order: 2;
    height: 400px;
    display: inline-block;
    flex: unset;
  }
  .img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap {
    order: 1;
    margin: 0px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .img-text-mod-outer-subs .text-section-wrap .text-section-inner {
    padding: 50px 30px;
  }
  .img-text-mod-outer-subs {
    padding: 0px;
  }
  .img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .img-text-mod-outer-subs .text-section-wrap .page-intro {
    padding-bottom: 0px;
    max-width: 100%;
  }
  .img-text-mod-outer-subs .page-intro-bottom {
    padding-bottom: 0px;
  }
  .up-evets-outer-wrap .events-header h2 {
    font-size: 35px;
  }  
  .up-evets-outer-wrap .video-inner  {
    flex: 0 44%;
  }
  .up-evets-outer-wrap .video-inner h3 {
    min-height: auto;
  }
  .recent-evets-outer-wrap .events-header h2 {
    font-size: 35px;
  }  
  .recent-evets-outer-wrap .video-inner {
    flex: 0 44%;
  }
  .partner-col-outer-wrap .one-col-template .partner-single-col-body-outer .left-column h2 {
    font-size: 35px;
  }
  .partner-col-outer-wrap .partner-single-col-body-outer .left-column {
    padding: 40px 20px;
  }
  .about-eo-global .fees-inner h2 {
    font-size: 35px;
  }
  .about-eo-global .fees-inner p {
    max-width: 100%;
  }
  .teamModuleOuter .teamcontent h2 {
    font-size: 35px;
  }
  .navy-page-header .blog-banner-image .banner-text-area h1 {
    font-size: 50px;
  }
  .blog-yellow-banner-outer .ebook-image-wrap {
    margin-right: 50px;
    margin-top: 40px;
  }
  .one-col-template .single-col-body-outer .left-column h2 {
    font-size: 35px;
  }
  .membership-lp .right-col-offer-wrap h4.book-subtitle, .membership-lp .right-col-offer-wrap .orange-header, .membership-lp .right-col-offer-wrap .book-img, .membership-lp .right-col-offer-wrap h2.book-title, .membership-lp .right-col-offer-wrap .book-button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .membership-lp .right-col-offer-wrap h2.book-title, .membership-lp .membership-lp .right-col-offer-wrap h4.book-subtitle {
    font-size: 22px;
  }
  form fieldset.form-columns-2 legend.hs-field-desc, form fieldset.form-columns-1 legend.hs-field-desc {
    font-size:16px;
    margin-right:5px;
  }
}





@media (max-width: 769px) {
  .person-profile-block {
    margin-top:0px;  
  }
  .person-profile-block .person {
    display:block; 
    text-align:center;
  }
  .range-of-services .content {
    padding:40px 60px;  
  }
  .range-of-services .content ul li {
    width:100%;
  }
  .up-evets-outer-wrap .video-inner, .recent-evets-outer-wrap .video-inner {
    flex: 0 100%;
    max-width: 100%;
  }
}



@media (max-width: 768px) {
  .text-image-wrapper {
    padding: 20px 20px 130px;
  }
  .left-video-module {
    flex: 0 100%;
    padding-bottom: 40px;
  }
  .video-out-wrap {
    min-height: 400px;
  }
  .video-description-module {
    flex: 0 100%;
  }
  .video-module-wrapper {
    padding: 60px 50px 10px !important;
  }
  .qual-outer-wrap .acc-qual-inner {
    margin-left: 2%;
  }
  .teamModuleOuter .teamMemberOuter {
    flex: 0 44%;
  }  
  .teamModuleOuter .filtertab {
    max-width: 700px;
  }  
  .teamModuleOuter .filtertab ul li {
    width: 115px;
  }  
  .teamModuleOuter .teamMembersOuterWarp {
    padding-top: 50px;
  }
  .text-column .left-col-form form input[type="file"] {
    width: 96.5% !important;
  }
  .text-column .left-col-form form input, .text-column .left-col-form form textarea, .one-col-form form input, .one-col-form form textarea {
    width: 100% !important;
  }
  form fieldset.form-columns-2 .input {
    margin-right: 10px !important;
  }
  .verification-lp .text-column .left-col-form form input.hs-button {
    margin-right: 10px;
  }
  .partners-2 .person-profile-block .person {
    border: none;
  }
  .person-profile-block-inner {
    padding-bottom: 40px;
  }
  .lilac-title-module-wrap h1 {
    font-size: 42px;
  }
  .lp-full-width .text-column .left-col-form form input.hs-button {
    margin-right: 0px;
  } 
}



@media (max-width: 767px){     
  .lp-body-outer {
    display: inline-block;
    padding: 40px;
  }
  .shorter-banner .lp-body-outer {
    padding: 40px;
  }
  .lp-body-outer-curve {
    padding-top: 0px !important;
  }
  .lp-body-outer .text-column, .lp-body-outer .right-column {
    width: auto;
  }
  .lp-body-outer .text-column {
    padding-bottom: 80px;
  }
  .text-column .left-col-text, .text-column .left-col-form {
    max-width: 100%;
  }
  .right-col-offer-wrap h2.book-title, .right-col-offer-wrap h4.book-subtitle {
    font-size: 25px;
  }
  .shorter-banner .text-column h3 {
    max-width: 100%;
    margin: 0px 0px 20px;
  }
  .membership-lp .lp-body-outer.lp-body-outer-one-col {
    padding-bottom: 20px;
  }
  .posts-two-col-wrap .post-item {
    width: 100%;
    margin-bottom: 85px;
  }
  .posts-two-col-wrap .post-item .post-header {
    width: 80%;
    bottom: -50px;
  }
  .posts-three-col-wrap .post-item { 
    width: 100%;
  }
  .posts-three-col-wrap .post-listing {
    padding-top: 50px;
  }
  .posts-one-col-wrap .post-listing .post-item {
    margin-bottom: 50px;
  }
  .posts-one-col-wrap .post-listing .one-of-four_2 {
    margin-bottom: 30px;
  }
  .post-outer-720 .social-share-wrap {
    padding: 30px 0px 0px 0px;
  }
  .about-author-sec .span2 {
    width: 20%;
  }  
  .blog-post-author .about-author-sec .span2 img {
    padding-bottom: 0px;
  }
  .blog-post-author .about-author-sec .span10 {
    padding: 0px 40px 20px;
  }
  .post-outer-720 .post-top-section div.section.post-body span p:first-child {
    font-size: 20px !important;
  }
  .system-page input[type="text"], input[type="password"] {
    width: 100%;
  }
  .system-page a.hs-button {
    margin-left: 0px;
    margin-top:40px;
  }
  .single-col-body-outer .left-column .left-col-text {
    max-width: 100%;
    padding: 0px;
  }
  .single-col-body-outer {
    padding: 30px;
  }
  .posts-two-col-wrap .post-header {
    height:110px;
  }
  .yellow-banner-outer .yellow-banner-inner {
    flex-direction: column;
    align-items: center;
  }
  .ebook-text-wrap {
    margin: 0px;
  }
  .ebook-text-wrap {
    flex: 1 1 100%;
    text-align: center;
  }  
  .yellow-banner-inner {
    padding: 0 40px;
  }
  .yellow-banner-outer {
    padding: 70px 20px 70px;
  }
  .yellow-banner-outer .ebook-image-wrap {
    flex: 1 1 100%;
    text-align: center;
    margin: 0px;
  }
  .yellow-banner-outer .ebook-text-wrap p {
    max-width: 100%;
  }
  .teamModuleOuter .menberNameDesignation {
    background-position: right;
  } 
  .teamModuleOuter .filtertab ul li {
    display: block;
    width: 100%;
  }
  .teamModuleOuter .filtertab ul li:first-child.active {
    background: #a3cd59;
    border-radius: 25px 25px 25px 25px;
  }
  .teamModuleOuter .filtertab ul li:last-child.active {
    background: #a3cd59;
    border-radius: 25px 25px 25px 25px;
  } 
  .teamModuleOuter .filtertab ul li a {
    font-size: 16px;
  }
  .teamModuleOuter .filtertab ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  .teamModuleOuter .filtertab {
    max-width: 611px;
    margin-right: 20px;
    margin-left: 20px;
  }  
  .teamModuleOuter .memberContent {
    flex: 0 100%;
  }  
  .teamModuleOuter .memberQuote {
    flex: 0 100%;
    padding-top: 10px;
  }
  .blog-form-outer .blog-form-text {
    width: 100%;
  }
  .blog-form-outer .blog-form-text h3 {
    text-align: center;
  }
  .blog-form-outer .blog-form {
    width: 80%;
    margin: 0 auto;
  }
  .blog-form-outer .sign-up-form-2020 {
    padding: 10px 10px 40px;
  }
  .blog-form-outer .hs_cos_wrapper_type_form form .hs-form-field {
    padding-left: 0px;
    padding-top: 0px;
  }
  .blog-form-outer .blog-form .hs_cos_wrapper_type_form form .hs-button.primary {
    margin-top: -5px !important;
  }
  .blog-yellow-banner-outer .yellow-banner-inner {
    flex-direction: column;
    align-items: center;
  }
  .blog-yellow-banner-outer .ebook-text-wrap {
    margin: 0px;
  }
  .blog-yellow-banner-outer .ebook-text-wrap {
    flex: 1 1 100%;
    text-align: center;
  }  
  .blog-yellow-banner-outer .yellow-banner-inner {
    padding: 0 40px;
  }
  .blog-yellow-banner-outer {
    padding: 70px 20px 70px;
  }
  .blog-yellow-banner-outer .ebook-image-wrap {
    flex: 1 1 100%;
    text-align: center;
    margin: 0px;
  }
  .blog-yellow-banner-outer .ebook-text-wrap p {
    max-width: 100%;
  }
  .membership-lp .lp-body-outer {
    display: inline-block;
    padding: 40px;
  }
  .membership-lp .lp-body-outer .left-column, .membership-lp .lp-body-outer .right-column {
    width: auto;
  }
  .membership-lp .lp-body-outer .left-column {
    padding-bottom: 0px;
  }
  .membership-lp .right-column .left-col-text, .membership-lp .left-column .left-col-form {
    max-width: 100%;
  }
  .membership-lp .right-col-offer-wrap h2.book-title, .membership-lp .right-col-offer-wrap h4.book-subtitle {
    font-size: 25px;
  }
  .membership-lp .right-column .left-col-form form input.hs-button {
    float: none;
  }
  .membership-lp .right-col-offer-wrap {
    text-align: left;
  }
  .membership-lp .left-column .left-col-text {
    max-width: 100%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap .banner-text-area {
    max-width:100%;
    text-align: center;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h4 {
    max-width: 100%;
  }
  .lp-banner-2020 .banner-image h3 {
    max-width: 50%;
    margin: 0 auto;
  }
  .lp-banner-2020 .lp-outer-wrap .banner-text-area .logo {
    max-width: 50%;
    margin: 0 auto;
  }
  .banner-image.lp-outer-wrap {
    height: 720px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap {
    background-position: 23% 50%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h3 {
    margin: 0 auto;
    text-align: center;
  }
}




@media (max-width: 650px) {
  .text-image-inner {
    flex: 0 100% !important;
  }
  .text-image-wr {
    padding: 0px;
  }
  .left-video-module {
    flex: 0 100%;
  }
  .video-out-wrap {
    min-height: 400px;
  }
  .video-description-module {
    flex: 0 100%;
  }
  .membership-option-wrapper {
    padding: 50px 20px 0;
  }
  .member-image {
    flex: 0 100%;
  }
  .member-text {
    flex: 0 100%;
  }
  .learning-left-image {
    flex: 0 100%;
    height: 350px;
  }
  .learning-right-text {
    flex: 0 100%;
  }
  .learnig-txt-inner {
    padding: 70px 30px;
  }
  .strategic-logo-wrapper {
    padding: 70px 30px 0px;
  }
  .learning-image-text-wrapper:after {
    bottom: -260px;
    background-size: 300px;
    top: 0px;
  }
  .learning-image-text-wrapper:after {
    bottom: 0px;
    background-size: 400px;
    top: 266px;
  }
  .button-1 a, .button-2 a {
    font-size: 12px;
  }
  .button-wrapper {
    display: block;
  }
  .button-1 {
    padding-bottom: 20px;
  }
  .button-2 {
    margin-left: 0px;
  }
  .bottom-group a {
    font-size: 14px;
    padding: 10px;
  }
  .bottom-section {
    display: block;
    padding-top: 20px;
  }
  .eo-banner-outer {
    padding: 20px 0px 0px;
  }
  .block-description p {
    font-size: 16px;
  }
  .play-video-img img {
    width: 50px;
    height: 50px;
  }
  .play-video-img {
    top: calc(50% - 28px);
  }
  .video-description-module {
    padding-top: 20px;
  }
  .four .block-description p {
    font-size: 16px;
  }
  .membership-header {
    padding: 10px 0px;
  }
  .member-option {
    padding: 20px 0px 20px;
  }
  .member-option-inner:nth-child(odd) .member-description p {
    font-size: 16px;
  }
  .member-option-inner:nth-child(even) .member-description p {
    font-size: 16px;
  }
  .member-option-inner:nth-child(odd) .member-description p:after {
    background-size: 20px;
    right: 160px;
  }
  .member-option-inner:nth-child(even) .member-description p:after {
    background-size: 20px;
    right: 160px;
  }
  .strategic-logo {
    flex: 0 30%;
  }
  .strategic-logo-wrappr {
    flex-wrap: wrap;
  }  
  .eo-logo img {
    width: 120px !important;
  } 
  body .eo-menu .hs-menu-wrapper {
    top: 50px !important;
  }
  .text-image-wrapper {
    padding: 30px 40px 130px;
  }
  .button-1 a, .button-2 a {
    font-size: 12px;
  }
  .button-wrapper {
    display: block;
  }
  .button-1 {
    padding-bottom: 20px;
  }
  .button-2 {
    margin-left: 0px;
  }
  .bottom-group a {
    font-size: 14px;
    padding: 10px;
  }
  .bottom-section {
    display: block;
    padding-top: 20px;
  }
  .eo-banner-outer {
    padding: 20px 0px 0px;
  }
  .block-description p {
    font-size: 16px;
  }
  .four .block-description p {
    font-size: 14px;
  }
  .top-text-eo .text-image-wrapper {
    padding: 60px 20px 40px;
  }
  .img-title-center {
    text-align: center; 
    float: none; 
    margin: 0 auto;
  }
  .img-title-center .block-heading h3 {
    text-align: center; 
  }
  .text-image-wrapper {
    padding: 20px 40px 130px;
  }
  .text-image-wr .block-image {
    margin-bottom: 0px;
  }
  .block-description p {
    font-size: 16px;
  }
  .play-video-img img {
    width: 50px;
    height: 50px;
  }
  .play-video-img {
    top: calc(50% - 28px);
  }
  .video-description-module {
    padding-top: 20px;
  }
  .video-description-module .video-description {
    max-width: 98%;
  }
  .membership-option-wrapper {
    padding: 20px;
  }
  .member-image {
    flex: 0 100%;
  }
  .member-text {
    flex: 0 100%;
  }
  .membership-header h3 {
    font-size: 20px;
    line-height: normal;
  }
  .membership-header {
    padding: 10px 0px;
  }
  .member-option {
    padding: 20px 0px 20px;
  }
  .member-option-inner:nth-child(3n+1) .member-description p {
    font-size: 16px;
  }
  .member-option-inner:nth-child(3n+2) .member-description p {
    font-size: 16px;
  }
  .member-option-inner:nth-child(3n+3) .member-description p {
    font-size: 16px;
  }
  .member-description.mem-2 p i,.member-description.mem-1 p i {
    font-size: 16px;
  }
  .learning-left-image {
    flex: 0 100%;
    height: 350px;
  }
  .learning-right-text {
    flex: 0 100%;
  }
  .learnig-txt-inner {
    padding: 50px 20px;
  }
  .learning-image-text-wrapper:after {
    bottom: -260px;
    background-size: 300px;
    top: 0px;
  }
  .learning-image-text-wrapper:after {
    bottom: 0px;
    background-size: 400px;
    top: 266px;
  }  
  .thank-u-page-rss {
    flex:1 100%;
  }
  .story-name {
    top: -60px;
  }
}



@media (max-width: 640px){ 
  .membership-lp h1, .hs-content-id-29333882727 h1 {
    max-width: 80%;
  }
  .membership-lp .blog-banner-image .banner-text-area {
    padding-top: 170px;
  }
  .partners-logos-outer .logos-wrap {
    flex-wrap: wrap;
  }
  .partners-logos-outer .logos-wrap .logo {
    width: 22%;
    padding: 20px;
  }
  .ebook-download-lp .blog-banner-image .banner-text-area {
    padding-top: 200px;
  }
  .fees-outer .fees-ctas-wrap {
    flex-direction: column;
  }
  .fees-outer .fees-ctas-wrap .membership-cta, .fees-outer .fees-ctas-wrap .apply-cta  {
    margin: 0px;
  }
  .fees-outer .apply-cta a {
    margin-top: 10px;
  }
}



@media (max-width: 600px) { 
  .fees-inner h2 {
    margin-top:0px;
  }
  .latest-blog-outer-wrp {
    padding: 40px 10px 50px;
  }
  .green-icons-outer-wrap .bullet-point {
    flex: 1 1 15%;
  }
  .green-icons-outer-wrap .bullet-text {
    flex: 1 1 75%;
  }
  .fees-outer .fees-inner h2 {
    margin-top:0px;
  }
  .accelerator-outer .accelerator-flex-wrap {
    justify-content: left;
    margin-left:20px;
  }
  .accelerator-outer .tool-inner {
    width: 100%;
    padding: 0 20px;
  }
  .accelerator-outer {
    padding: 50px 20px 70px;
  }
  .accelerator-outer .tool-intro {
    padding-bottom: 10px;
  }
  .qual-outer-wrap {
    padding: 50px 20px 70px;
  } 
  .up-evets-outer-wrap .video-inner {
    flex: 0 100%;
  }
  .up-evets-outer-wrap .video-outer {
    justify-content: center;
  }
  .recent-evets-outer-wrap .video-inner {
    flex: 0 100%;
  }
  .recent-evets-outer-wrap .video-outer {
    justify-content: center;
  }
  .about-eo-global .fees-inner h2 {
    margin-top:0px;
  }
  .about-eo-global .data-wrap-outer {
    flex-wrap: wrap;
  }
  .about-eo-global .data-wrap-inner {
    width: 48%;
    margin-bottom: 50px;
  }
  .about-eo-global .data-wrap-inner:nth-child(2) {
    border: 0;
  }
  .about-eo-global .global-img {
    padding: 0px 0px 20px;
  }
  .about-eo-global  {
    padding-bottom: 10px;
  }
  .blog-list-feedreader_box1 .grid-item .grid-item__name .post-name a.name {
    font-size: 28px;
  }
  .blog-list-feedreader_box1 .grid-item .grid-item__name .post-name {
    width: 90%;
  }
  .blog-list-feedreader_box1 .grid-item .grid-item__name .post-blurb p {
    font-size: 18px;
  }
  .blog-list-feedreader_box1 .grid-item .grid-item__name .post-topic p {
    padding: 0 0 10px;
    margin: 0px;
  }
}



@media only screen and (max-width: 568px) {
  .footer-logo {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .bottom-menu {
    justify-content: start;
  }
  .social-footer {
    padding-top: 30px;
  }
  .footer-container-wrapper {
    background-position: 50% 50%;
  }
  .teamModuleOuter .memberContentInner {
    max-height: 700px;
  }
}




@media (max-width: 580px){ 
  .lp-banner-2020 .banner-image.lp-outer-wrap h1 {
    font-size: 30px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h2 {
    font-size: 24px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h3 {
    font-size: 20px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h4 {
    font-size: 18px;
    max-width: 85%;
    margin: 0 auto;
    padding: 40px 0px;
  }
  .lp-banner-2020 .lp-outer-wrap .banner-text-area .logo {
    padding-bottom: 30px;
  }
}





@media (max-width: 540px) {  
  .application-outer-wrap .bullet-point {
    flex: 1 1 10%;
  }
  .application-outer-wrap .bullet-text {
    flex: 1 1 80%;
  }
  .application-outer-wrap .two-columns-of-text-with-headers-2 h4.number {
    font-size: 30px;
    width: 38px;
  }
}




@media (max-width: 500px) {
  .teamModuleOuter .memberQuote p {
    font-size:20px !important;  
  }
  .teamModuleOuter p.reward-wrapper span {
    width:100%;  
  }
  .teamModuleOuter p.reward-wrapper span:last-child img {
    padding-left:0px;  
  }
  .teamModuleOuter .memberContent h3 {
    max-width:85%;  
  }
  .teamModuleOuter .teamMemberOuter {
    flex: 0 90%;
  }   
  .teamModuleOuter .filtertab ul li {
    display: inline-block;
    width: 100%;
  } 
  .teamModuleOuter .filtertab ul li:not(:last-child) {
    border: 0px;
  } 
  .teamModuleOuter a.closebtn {
    right: 40px;
  } 
}




@media (max-width: 480px) {
  .header-member {
    text-align: center !important;
  }
  .video-out-wrap {
    min-height: 200px;
  }
  .bottom-section {
    display: none;
  }
  .button-1 a, .button-2 a {
    min-width: 50%;
    display: block;
    text-align: center;
    min-height: 41px;
    font-size: 16px;
    line-height:33px;
    padding: 5px 0 0 0;
  }
  .text-image-wr .block-image {
    text-align: left;
    float: left;
  }
  .four .block-heading h3 {
    margin-left: 75px;
    margin-bottom: 30px;
    text-align: left;
  }
  .top-text-eo .four .block-heading h3 {
    margin: 0px;
    text-align: center;
  }
  .top-text-eo .text-image-wr .block-image {
    text-align: center;
    float: none;
    margin-bottom:20px;
  }
  .top-text-eo .text-image-wr .block-image img {
    max-width: 70px !important;
  }
  .gsea-img-text-mod-outer .text-section-wrap .page-intro p {
    font-size: 16px;
  }
  .gsea-img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .gsea-img-text-mod-outer .text-section-wrap .page-intro {
    max-width: 100%;
  }
  .fees-inner h2 {
    font-size: 30px;
  }
  .gsea-left-col-icons {
    padding-right: 0px;
  }
  .gsea-outer {
    padding: 40px 30px 70px;
  }
  .gsea-outer h2, .gsea-icon-text {
    font-size: 26px;
  }
  .white-gsea-outer-wrap .criteria-inner {
    padding: 0 10px;
  }
  .gsea-updates-wrap {
    padding: 70px 30px;
  }
  .gsea-updates-wrap .hs-rss-title span {
    font-size: 26px;
  }
  .gsea-img-text-mod-outer .text-section-wrap .text-section-inner {
    padding: 0px 30px;
    margin-right: 0px;
  }
  .lp-body-outer-curve {
    margin-top: -40px;
  }
  .text-column .left-col-form form input.hs-button {
    float: none;
  }
  .testimonial-lp .text-column .left-col-form form input.hs-button {
    margin-right:0px;
  }
  .text-column .left-col-form form div.hs-submit div.actions {
    text-align: center;
  }
  .shorter-banner .text-column h3 {
    margin-bottom: 0px;
  }
  .lp-body-outer .text-column {
    padding-bottom: 40px;
  }
  .banner-image h3 {
    text-align: center;
  }
  .text-column .left-col-text p {
    font-size: 16px;
  }
  .lp-body-outer {
    padding: 40px 20px;
  }
  .lp-body-outer-one-col {
    padding-bottom: 20px;
  }
  .lp-body-outer-one-col .text-column {
    padding-bottom: 0px;
  }
  .lp-outer-wrap .banner-button-wrap a {
    font-size: 16px;
  }
  .membership-lp .blog-banner-image .banner-text-area {
    padding-top: 200px;
  }
  .single-col-body-outer .left-column h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .person-profile-block .person {
    padding:0 30px;  
  }
  .range-of-services .content {
    padding:40px 30px;  
  }
  .range-of-services .content ul li:before {
    margin-right:10px;  
  }
  .partners h1 {
    font-size:40px;
    margin: 50px 0px 30px 30px;
    text-align: left;
  }
  .contact-outer-wrap {
    font-size:14px;  
  }
  .posts-two-col-wrap .post-header h2 {
    font-size: 18px;
  }
  .posts-two-col-wrap .post-listing .post-header h2::after {
    right: 10px;
    margin: 10px 0 10px 10px;
  }
  .post-outer-720 h1, .post-outer-720 span h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-author-sec .span2 {
    width: 40%;
  } 
  .blog-post-author .about-author-sec .span2 img {
    padding: 20px 20px 0px;
  }
  .blog-post-author .about-author-sec .span10 {
    padding: 0px 20px 10px;
  }
  p, ul li, span {
    font-size: 16px;
  }
  .tool-bullet-point div {
    font-size: 16px;
  }
  a.cta_button {
    font-size: 16px;
  }
  .hs-button.primary {
    font-size: 16px !important;
  }
  .post-outer-720 h1, .post-outer-720 h1 span {
    font-size: 30px;
    line-height: 30px;
  }
  .post-outer-720 .post-top-section div.section.post-body span p:first-child {
    font-size: 18px !important;
  }
  .post-outer-720 .post-top-section .hubspot-editable span, .post-outer-720 .post-top-section .hubspot-editable a, .post-outer-720 .post-top-section div.hubspot-editable, .post-outer-720 p, .post-outer-720 .blog-comments-2020 form label span, .post-outer-720 ul li, .post-outer-720 ol li {
    font-size: 16px !important;
  }
  .quote-text div {
    font-size: 20px;
  }
  .post-outer-720 h3 {
    font-size: 22px;
  }
  .blog-post-author .about-author-sec .span10 h3, .blog-post-author .about-author-sec .span10 h3 a {
    font-size: 22px;
  }
  .social-list img {
    max-width: 80% !important;
  }
  .post-outer-720 .post-inner-wrap {
    padding-top: 20px;
  }
  .quote-outer {
    padding: 30px 0px;
  }
  .posts-two-col-wrap .post-item .post-header {
    width: 70%;
  }
  .partner-block {
    padding: 40px 20px;
  }
  .partner-block .content img, .partner-block .centered-image img, .partner-page-logo img {
    max-width: 200px !important;
  }
  .partner-block .centered-image {
    margin-top: 20px;
    height:auto;
  }
  .partner-block:after, .one-column-section .right-column:after {
    font-size: 42px;
    width: 22px;
  }
  .partner-page-logo {
    padding: 50px 20px;
  }
  .membership-lp .blog-banner-image, .hs-content-id-29333882727 .blog-banner-image {
    height: 300px;
  }
  .video-out-wrap {
    min-height: 200px;
  }
  .video-module-wrapper {
    padding: 60px 30px 10px !important;
  }
  .learning-button {
    padding-left: 0px;
    text-align: center;
    position:relative;
    z-index:1000;
  }
  .learning-heading h3 {
    font-size: 26px;
  }
  .learning-description li {
    font-size: 16px;
  }
  .ebook-text-wrap h2 {
    font-size: 30px;
  }
  .ebook-text-wrap h3 {
    font-size: 25px;
  }
  .yellow-banner-inner {
    align-items: center;
    padding: 0px 20px;
  }
  .ebook-text-wrap, .ebook-image-wrap {
    text-align: center;
  }
  .ebook-text-wrap p {
    max-width: 100%;
    font-size: 16px;
  }
  .yellow-banner-inner .ebook-image-wrap img {
    max-width:80% !important;
    height: auto;
  }
  .story-name .name h4 {
    font-size: 20px;
  }
  .img-text-mod-outer .text-section-wrap .page-intro p {
    font-size: 16px;
  }
  .img-text-mod-outer .img-text-mod-inner .text-section-wrap h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .img-text-mod-outer .text-section-wrap .page-intro p:first-child {
    font-size: 18px;
  }
  .img-text-mod-outer .text-section-wrap .page-intro {
    max-width: 100%;
  }
  .green-icons-outer-wrap .column-text-section h3 {
    font-size: 22px;
  }
  .green-icons-outer-wrap .two-columns-of-text-with-headers-2 h4.number {
    font-size: 30px;
    width: 38px;
  }
  .application-outer-wrap h2 {
    font-size: 30px;
    margin: 0px;
  }  
  .application-outer-wrap .column-text-section h3 {
    font-size: 22px;
  }
  .application-outer-wrap .two-columns-of-text-with-headers-2 h4.number {
    margin-right: 20px;
  }
  .application-outer-wrap .bullet-text {
    flex: 1 1 70%;
  }
  .fees-outer .fees-inner h2 {
    font-size: 30px;
  }
  .accelerator-outer .tool-intro p {
    text-align: left;
  }
  .accelerator-outer .tool-bullet-point {
    margin-bottom: 15px;
  }
  .accelerator-outer .tool-bullet-point div::before {
    top: 0px;
  }
  .qual-outer-wrap .acc-qual-inner h4.number {
    font-size: 25px;
    width:38px;
  }
  .qual-outer-wrap .bullet-text h3 {
    font-size: 22px;
  }
  .qual-outer-wrap h2 {
    font-size: 30px;
  }
  .qual-outer-wrap .acc-qual-inner h4.number {
    margin-right: 20px;
  }
  .qual-outer-wrap .acc-qual-inner {
    margin-left: 0px;
  }
  .qual-outer-wrap .acc-qual-inner {
    padding-top: 10px;
  }
  .img-text-mod-outer-subs .text-section-wrap .page-intro p, .img-text-mod-outer-subs .text-section-wrap .page-intro-bottom p {
    font-size: 16px;
  }
  .img-text-mod-outer-subs .img-text-mod-inner .text-section-wrap h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .img-text-mod-outer-subs .text-section-wrap .page-intro p:first-child {
    font-size: 18px;
    line-height: 28px;
  }
  .img-text-mod-outer-subs .text-section-wrap .page-intro {
    max-width: 100%;
  }
  .img-text-mod-outer-subs .intro-read-more {
    font-size: 18px;
  }
  .img-text-mod-outer-subs .text-section-wrap .page-intro-bottom, .img-text-mod-outer-subs .text-section-wrap .page-intro {
    max-width: 100%;
  }
  .up-evets-outer-wrap .events-header h2 {
    font-size: 30px;
  }  
  .up-evets-outer-wrap .video-inner h3 { 
    font-size: 22px;
  }
  .up-evets-outer-wrap {
    padding: 40px 20px 40px;
  }
  .up-evets-outer-wrap .video-inner {
    padding: 0px 0px 40px;
  }
  .up-evets-outer-wrap .video-outer {
    padding-bottom: 20px;
  }
  .up-evets-outer-wrap .events-header h2 {
    text-align: left;
  }
  .up-evets-outer-wrap .learning-button a {
    text-align: center;
    display: block;
    min-width: 50%;
  }
  .recent-evets-outer-wrap .events-header h2 {
    font-size: 30px;
  }  
  .recent-evets-outer-wrap .video-inner h3 { 
    font-size: 22px;
  }
  .recent-evets-outer-wrap {
    padding: 40px 20px 40px;
  }
  .recent-evets-outer-wrap .video-inner {
    padding: 0px 0px 40px;
  }
  .recent-evets-outer-wrap .video-outer {
    padding-bottom: 20px;
  }
  .recent-evets-outer-wrap .events-header h2 {
    text-align: left;
  }
  .recent-evets-outer-wrap .learning-button a {
    text-align: center;
    display: block;
    min-width: 50%;
  }
  .partner-col-outer-wrap .one-col-template .partner-single-col-body-outer .left-column h2 {
    font-size: 30px;
  }
  .partner-col-outer-wrap .one-col-template .partner-single-col-body-outer {
    padding: 20px;
  }
  .partner-col-outer-wrap .one-col-template .partner-single-col-body-outer .left-column h3 {
    font-size: 22px;
  }
  .partner-col-outer-wrap .partner-single-col-body-outer .left-column {
    padding: 20px 10px;
  }
  .partner-col-outer-wrap .partner-single-col-body-outer ul li, .partner-col-outer-wrap .partner-single-col-body-outer ol li {
    font-size: 16px;
  }
  .about-eo-global .fees-inner h2 {
    font-size: 30px;
  }
  .about-eo-global .data-wrap-inner {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
  .about-eo-global .data-wrap-inner h4 {
    font-size:20px;
    max-width:80%;
  }
  .about-eo-global .data-wrap-outer {
    padding: 30px 0px 50px;
  }
  .about-eo-global .data-wrap-inner h3 {
    font-size:50px;
  }
  .teamModuleOuter .teamcontent h2 {
    font-size: 30px;
    padding-bottom: 0px;
  }
  .teamModuleOuter .teamModuleInner {
    padding: 50px 0px 20px;
  }
  .navy-page-header .blog-banner-image .banner-text-area h1 {
    font-size: 40px;
  }
  .navy-page-header .blog-banner-image {
    height: 300px;
  }
  .navy-page-header .blog-banner-image .banner-text-area {
    padding-top: 150px;
  }
  .navy-page-header .blog-banner-image::after {
    display: none;
  }
  .blog-list-feedreader_box1 .grid-item .grid-item__name .post-blurb {
    display: none;
  }
  .blog-list-feedreader_box1 .grid-item .grid-item__name .post-name {
    padding-bottom: 20px;
  }
  .blog-list-feedreader_box1 .grid-item .grid-item__name .author-date-comm {
    width: 80%;
  }
  .blog-list-feedreader_box1 {
    margin-top: 40px;
  }
  .blog-form-outer .hs_cos_wrapper_type_form form {
    display: inline;
  }
  .form-outer .hs_cos_wrapper_type_form form .hs-form-field {
    float: none;
    width: 100%;
  }
  .blog-form-outer blog-form-text h3 {
    margin-bottom: 0px;
  }
  .blog-form-outer .hs_cos_wrapper_type_form form .hs_submit {
    width: 100%;
    text-align: center;
  }
  .blog-form-outer .blog-form .hs_cos_wrapper_type_form form .hs-button.primary {
    margin-top: 35px !important;
  }
  .blog-yellow-banner-outer .ebook-text-wrap h2 {
    font-size: 30px;
  }
  .blog-yellow-banner-outer .ebook-text-wrap h3 {
    font-size: 25px;
  }
  .blog-yellow-banner-outer .yellow-banner-inner {
    align-items: center;
    padding: 0px 20px;
  }
  .blog-yellow-banner-outer .ebook-text-wrap, .blog-yellow-banner-outer .ebook-image-wrap {
    text-align: center;
  }
  .blog-yellow-banner-outer .ebook-text-wrap p {
    max-width: 100%;
    font-size: 16px;
  }
  .blog-yellow-banner-outer .yellow-banner-inner .ebook-image-wrap img {
    max-width:80% !important;
  }
  .blog-form-outer .hs_cos_wrapper_type_form form .hs-form-field {
    width: 100%;
  }
  .one-col-template .single-col-body-outer .left-column h2 {
    font-size: 30px;
  }
  .one-col-template .single-col-body-outer {
    padding: 20px;
  }
  .one-col-template .single-col-body-outer .left-column h3 {
    font-size: 22px;
  }
  .membership-lp .left-column .left-col-text p {
    font-size: 16px;
  }
  .membership-lp .lp-body-outer {
    padding: 40px 20px;
  }
  .membership-lp .lp-body-outer .left-column {
    padding-bottom: 0px;
  }
  .membership-lp .lp-outer-wrap .banner-button-wrap a {
    font-size: 16px;
  }
  .membership-lp .left-column .left-col-text img {
    margin:0px 0px 15px 0px !important;  
    float:none !important;
  }
  .lp-banner-2020 .lp-outer-wrap .banner-text-area {
    top: 50px;
  }
  .lp-banner-2020 .lp-outer-wrap .banner-text-area .logo {
    max-width: 70%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap {
    height: 690px;
    background-position: 35% 50%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h3 {
    max-width: 60%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h2 {
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h4 {
    padding: 30px 0px;
  }
  .ebook-download-lp .blog-banner-image .banner-text-area {
    padding-top: 200px;
  }
  .logos-mobile {
    display: block;
  }
  .logos-desktop {
    display: none;
  }
  .strategic-logo-wrapper {
    padding: 70px 50px 0px;
  }
  .text-column .left-col-form form input[type="file"] {
    width: 94.5% !important;
  }
  form fieldset.form-columns-2 legend.hs-field-desc {
    min-height: auto;
  }
  form fieldset.form-columns-2 legend.hs-field-desc, form fieldset.form-columns-1 legend.hs-field-desc {
    font-size: 14px;
  }
  .verification-lp .text-column .left-col-form form input.hs-button {
    margin-right: 0px;
  }
  .verification-lp .navy-page-header .blog-banner-image {
    height: 380px;
  }
  form fieldset.form-columns-2 .input {
    margin-right: 0px !important;
  }
  .lp-body-outer-one-col-form .text-column {
    padding-bottom: 70px;
  }
  .lilac-title-module-wrap h1 {
    font-size: 2.5em;
  }
  .partner-double-col-body-outer {
    padding: 50px 20px;
  }
  .testimonial-lp .navy-page-header .blog-banner-image .banner-text-area h1 {
    font-size: 40px;
    line-height:50px;
  }
  .north-form form {
    padding-left: 0px;
  }
  .north-form {
    padding-top:20px;
  }
  .north-outer {
    padding: 40px 20px 60px;
  }
  .fees-outer .fees-inner p {
    max-width: 90%;
  }
  .custom-menu-primary ul li.hs-menu-depth-2 a {
    font-size: 20px !important;
  }
  .north-form form input.hs-button {
    margin-left: 0px;
  }
}



@media only screen and (max-width: 479px) {
  .post-outer-720 ul, .post-outer-720 li, .post-outer-720 ul li {
    font-size: 16px !important;
  }
  .post-outer-720 .post-top-section .hubspot-editable span, .post-outer-720 .post-top-section .hubspot-editable a, .post-outer-720 .post-top-section div.hubspot-editable {
    font-size: 16px;
  }
  .posts-two-col-wrap .post-header {
    height:120px;
  }
  .learning-button a {
    font-size: 16px !important;
  }
  .header-member {
    text-align: center !important;
  }
  .member-option-inner:nth-child(3n+1) .member-description:after {
    right: 5%;
  }
  .member-description.mem-1:hover:after {
    right: 0%;
  }
  .member-option-inner:nth-child(3n+2) .member-description:after {
    right: 5%;
  }
  .member-option-inner:nth-child(3n+3) .member-description:after {
    right: 5%;
  }
  .member-description.mem-2:hover:after {
    right: 0%;
  }
}



@media only screen and (max-width: 442px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: block;
    min-width:98%;
  }
  .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0px 20px;
    min-height: 48px;
  }
  .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    position: relative:
  }
  .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a::after {
    content:'/';
    position: absolute;
    color: #B7B8C3;
    margin-left:20px;
    font-weight: bold;
  }   
  .bottom-menu .hs-menu-wrapper, .bottom-menu .hs-menu-wrapper *  {
    width: auto !important;
  }
  .bottom-menu {
    padding: 30px 0px;
    margin-left: -20px;
  }
  .footer-outer .bottom-menu ul li a {
    font-size: 18px !important;
  }
  .footer-logo {
    text-align: center;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .footer-container-wrapper {
    padding: 40px 20px;
  }
  .top-menu a {
    margin: 20px 0 0 ;
  }
  .footer-logo img {
    max-width: 50% !important;
  }
  .social-footer img {
    min-height: 48px;
    margin: 0px;
  }
  .social-footer {
    justify-content: space-evenly;
  }
}




@media (max-width: 430px){ 
  .lp-banner-2020 .banner-image.lp-outer-wrap h3 {
    max-width: 80%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h4 {
    padding: 20px 0px 40px;
    max-width: 90%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h2 {
    padding-bottom: 20px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap {
    background-position: 38% 50%;
  }
}





@media (max-width: 415px) {
  .story-name {
    min-width: auto;
  }
  .story-name a.name::after {
    right: 30px;
  }
  .green-icons-outer-wrap .bullet-point {
    flex: 1 1 20%;
  }
  .green-icons-outer-wrap .bullet-text {
    flex: 1 1 75%;
  }
  .green-icons-outer-wrap .two-columns-of-text-with-headers-2 {
    padding: 0px;
  }
}



@media (max-width: 393px){  
  .partners-logos-outer .logos-wrap .logo {
    width: 35%;
  }
}



@media (max-width: 380px) {  
  .member-log-butt {
    text-align: right !important;
    top: 40px  !important;
    right: 0px !important;
    width: auto !important;
  }
  .header-member {
    right: 0px !important;
  }
  .header-member {
    text-align: right !important ;
  }
  .eo-menu .hs-menu-wrapper {
    top: 40px !important;
    z-index: 9;
  }
  .navy-back .member-log-butt {
    top: 0px !important;
    right: 20px !important;
  }
  .member-option-inner:nth-child(odd) .member-description p:after {
    background-size: 20px;
    right: 187px;
    top: 40px;
  }
  .member-option-inner:nth-child(even) .member-description p:after {
    background-size: 20px;
    right: 187px;
    top: 40px;
  }
}



@media (max-width: 377px){ 
  .membership-lp .blog-banner-image, .hs-content-id-29333882727 .blog-banner-image {
    height: 400px;
  }
}




@media (max-width: 375px){
  .lp-banner-2020 .banner-image.lp-outer-wrap {
    height: 710px;
  }
}




@media (max-width: 364px){       
  .membership-lp .lp-body-outer {
    padding: 20px 30px 40px;
  }
  .membership-lp .lp-outer-wrap .banner-text-area .logo {
    padding-bottom: 60px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h1, .lp-banner-2020 .banner-image.lp-outer-wrap h2, .lp-banner-2020 .banner-image.lp-outer-wrap h3, .lp-banner-2020 .banner-image.lp-outer-wrap h4 {
    max-width: 100%;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h1 {
    font-size: 28px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h2, .lp-banner-2020 .banner-image.lp-outer-wrap h3 {
    font-size: 18px;
  }
  .lp-banner-2020 .banner-image.lp-outer-wrap h4 {
    padding: 40px 0px 40px;
  }
}




@media (max-width: 360px){       
  .lp-body-outer {
    padding: 20px 30px 40px;
  }
  .text-column .left-col-form form input.hs-button {
    white-space: break-spaces;
  }
  .single-col-body-outer {
    padding: 20px 30px 40px;
  }
  .teamModuleOuter .memberContentInner {
    max-height: 850px;
  }
  .membership-lp .lp-body-outer {
    padding: 20px 30px 40px;
  }
}



/**** Code from the Header ****/



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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}
.custom-menu-primary ul li.hs-item-has-children > a {
  cursor: context-menu;
}
.custom-menu-primary ul li.hs-menu-depth-2 {
  border-bottom:1px solid #f9f9f9;
}
.custom-menu-primary ul li.hs-menu-depth-2 a {
  font-size: 16px !important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:871px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 870px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this 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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #0C0C31; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
    z-index: 99999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }
  .navy-back .mobile-trigger {
    border: 1px solid #f9f9f9;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #0C0C31; 
    border-color: transparent;
  }


  /* 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: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* 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{
    background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .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:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 44px;
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#0C0C31; /* Menu background color set off global menuColorMobile variable */
    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: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid #fff; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .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 */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .eo-logo {
    text-align: left;
    padding-bottom: 15px;
  }

  .eo-header {
    padding: 20px 20px 20px;
  } 
  .header-member {
    text-align: right;
    position: relative;
    right: 65px;
  } 

  .eo-logo {
    width: 200px !important;
    float: left !important;
  }

  .eo-menu {
    padding: 0px !important;
    margin: 0px !important;
    min-height: 0px !important;
    position: absolute !important;
    right: 0;
    width: 100% !important;
  }

  .member-log-butt {
    position: absolute;
    right: calc(10% - 40px);
    width: 200px !important;
    top: -10px;
  }
  .navy-back .member-log-butt {
    position: absolute;
    right: calc(10% - 40px);
    width: 200px !important;
    top: 50px;
  }
  .eo-header-wrapper {
    position: relative;
  }

  .eo-menu .hs-menu-wrapper {
    top: 80px !important;
  }

  .header-member a {
    width: auto;
  } 
  .header-member {
    display: none;
  }  
}

/**** Code from the Header Ends Here ****/