/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'Custom/system/default/Hs Default Custom Style.css'                      */
/****************************************************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



/* --------------------------------------------------------------
 * = RESETS
 * ----------------------------------------------------------- */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden!important;
}

/* Reset Hubspot to get rid of border and make website full width */

body {
  background: #fff;
  color: #2f353e!important;
  font-family: 'proxima-nova',arial,sans-serif!important;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body { border-top: none; }
body, .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper, .header-container, .body-container, .footer-container { padding: 0!important; margin: 0; }
.header-container-wrapper {position:relative!important;}
.header-container, .body-container, .footer-container { max-width: initial; background:none!important;}


.blog-listing-wrapper .post-listing .post-item {
  padding-left: 100px;
  padding-right: 100px;
}


/* --------------------------------------------------------------
 * = Typography
 * ----------------------------------------------------------- */
 
 /*MAIN*/
 

 body {
     font-family:"proxima-nova";
font-size:16px;
line-height:24px;
color:#495B68;
 }
 
 .main-menu a {font-weight:400;}
 .main-menu a:hover {color:#6acad3;}

 
 a {font-weight: 600; color: #0ea9b8;}
 
  h1 {
     font-size: 72px;
     line-height: 60px;
     letter-spacing: -2px;
     color: #2f353e;
     text-shadow: 0px 7px 7px rgba(194, 201, 201, 0.75);
     -webkit-text-shadow: 0px 7px 7px rgba(194, 201, 201, 0.75);
     -moz-text-shadow: 0px 7px 7px rgba(194, 201, 201, 0.75);
 }
 
 h2 {
    font-family: "Montserrat",sans-serif;
 font-size:48px;
 line-height:72px;
 color:#2F353E;
 font-weight:300!important;
 line-height:60px!important;
 }

h3 {
font-family:'proxima-nova';
font-size:30px;
line-height:60px;
color:#495B68;
}

strong h3 {font-family:'proxima-nova';
font-size:30px;
line-height:60px;
color:#495B68;
font-weight: bold;
}

h4 {font-family:'proxima-nova';
font-size:20px;
line-height:60px;
color:#495B68;
}

h5 {
font-family:'proxima-nova';
font-size:18px;
line-height:24px;
color:#495B68;
text-transform: uppercase;
}

strong h5 {
    font-family:'proxima-nova';
font-size:18px;
line-height:24px;
color:#495B68;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-transform: uppercase;
}

h6 {
font-family:'proxima-nova';
font-size:18px;
line-height:24px;
color:#495B68;
}


/*MAIN Menu */



.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    font-size:14px!important;
    max-width: 400px!important;
    overflow: hidden;
    padding: 10px 7px!important;
    text-transform:uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-menu a {color:#FFF; transition: all 0.2s ease-in-out;}
.main-menu.active a {color:#3C424A;}







 
 /*BLOG*/
 .blog-title {font-family:'proxima-nova';font-size:30px;line-height:36px;color:#495B68;}
 .blog-meta {font-family:'proxima-nova';font-weight:normal;font-size:14px;line-height:60px;color:#6770A1;}
 .blog-meta a {font-family:'proxima-nova';font-weight:bold;font-size:14px;line-height:60px;color:#6770A1;}
 .blog-meta a:hover {font-family:'proxima-nova';font-weight:bold;font-size:14px;line-height:60px;color:#828DC8;}
 .blog p {font-family:Merriweather;font-size:18px;line-height:28px;color:#2F353E;}
 .blog p a {font-family:Merriweather;font-size:16px;line-height:28px;color:#0ea9b8;}
 .blog p a:hover {font-family:Merriweather;font-size:16px;line-height:28px;color:#0ea9b8; border-bottom: 1px dashed;}

.post-body h3 {font-family:'proxima-nova';font-weight:600;font-size:18px;line-height:28px;color:#0EA9B8; text-transform:uppercase;}
 
.blog-form .hs-button {
  background: #7B58A4!important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: sans-serif;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 20px 12px!important;
  font-size: 14px;
  line-height: 1.42857143;
  /* -webkit-border-radius: 4px!important; */
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 3px!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #FFF!important;
  -webkit-appearance: none;
  width: 100%;
  text-transform: capitalize;
  border: none!important;
}
 
 .blog-form .hs-button:hover {
 background:#650C7B!important; }
 
.hs-content-id-4400001274 .blog-form {
  display: none;
}
 /* --------------------------------------------------------------
 * = Colors
 * ----------------------------------------------------------- */
 
 .light-aqua-bg {background-color:#6ACAD3;}
 .dark-aqua-bg {background-color:#0EA9B8;}
 
 .g_purple-bg {background-color:#6770A1;}
 .light-purple-bg {background-color:#7B58A4;}
 .dark-purple-bg {background-color:#650C7B;}
 
 .w-grey-bg {background-color:#FAFAFA;}
 .light-grey-bg {background-color:#F0F0F0;}
 .dark-grey-bg {background-color:#CCCCCC;}
 
 .indigo-bg {background-color:#2F353E;}
 .light-blue-bg {background-color:#0A85D3;}
 .dark-blue-bg {background-color:#175681;}
 
 .hot-pink-bg {background-color:#F04D68;}
 .dark-pink-bg {background-color:#BC384D;}
  
 .stripe-bg {background: url('//cdn2.hubspot.net/hubfs/468984/CR-modules/Background_Lines.png') repeat;}
 
 /* --------------------------------------------------------------
 * = Buttons
 * ----------------------------------------------------------- */
.btn {
 	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: none!important;
	text-shadow: none;
	box-shadow: none;
	line-height: 21px;
	padding-left: 17px;
	padding-right: 17px;
	position: relative;
	transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s!important;
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	white-space: nowrap;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
 }
 
 /*For call to actions etc */
 .btn-lg {padding: 15px 45px!important;}
 
.e-cta-bar-home .hs-button.primary, body input[type="submit"], body input[type="button"] {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #6770A1;
    border-color: #6770A1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}

body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {
    border: 2px solid #34495E;
    background: none repeat scroll 0% 0% #34495E;
    color: #FFF;
}
 
 
.btn-cons {
	margin-right: 5px;
	min-width: 120px;
} 
  
.btn-indigo,
.btn-indigo:focus {
	color:#FFFFFF;
	background-color: #2f353e;
	border-color: #2f353e;
}

.btn-indigo.hover, 
.btn-indigo:hover {
    background-color: #4c5563;
    border-color: #4c5563;
    color: #ffffff;
}

.btn-dark-blue,
.btn-dark-blue:focus {
	color:#FFFFFF;
	background-color: #0A85D3;
	border-color: #0A85D3;
}

.btn-dark-blue.hover, 
.btn-dark-blue:hover {
    background-color: #175681;
    border-color: #175681;
    color: #ffffff;
}

.btn-g-purple,
.btn-g-purple:focus {
	color:#FFFFFF;
	background-color: #6770A1;
	border-color: #6770A1;
}

.btn-g-purple.hover, 
.btn-g-purple:hover {
    background-color: #828DC8;
    border-color: #828DC8;
    color: #ffffff;
}

.btn-dark-purple,
.btn-dark-purple:focus {
	color:#FFFFFF;
	background-color: #7B58A4;
	border-color: #7B58A4;
}

.btn-dark-purple.hover, 
.btn-dark-purple:hover {
    background-color: #650C7B;
    border-color: #650C7B;
    color: #ffffff;
}

.btn-hot-pink,
.btn-hot-pink:focus {
	color:#FFFFFF;
	background-color: #F04D68;
	border-color: #F04D68;
}

.btn-hot-pink.hover, 
.btn-hot-pink:hover {
    background-color: #F7798E;
    border-color: #F7798E;
    color: #ffffff;
}


.btn-aqua,
.btn-aqua:focus {
	color:#FFFFFF !important;
	background-color: #6ACAD3 !important;
	border-color: #6ACAD3 !important;
}


.btn-aqua.hover, 
.btn-aqua:hover {
    background-color: #0EA9B8 !important;
    border-color: #0EA9B8 !important;
    color: #ffffff !important;
}

.btn-aqua-content,
.btn-aqua-content:focus {
    color:#29b3c0;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}


.btn-aqua-content.hover, 
.btn-aqua-content:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #222222;
}

.btn-blue-content,
.btn-blue-content:focus {
    color:#0A85D3;
    background-color: #FFFFFF;
	border-color: #FFFFFF;
}


.btn-blue-content.hover, 
.btn-blue-content:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #222222;
}

  
 /* --------------------------------------------------------------
 * = FORMS
 * ----------------------------------------------------------- */


  
 /* --------------------------------------------------------------
 * = HEADER
 * ----------------------------------------------------------- */
 
 
 
 /*for fixed header template*/
.cr-header-fixed {position:fixed;}
#cr-header {
  padding-top: 22px;
  padding-bottom: 22px;
  transition: all .2s ease-in-out;
  position: relative;
  top: -2px;
}
#cr-header.active {
    background: #FFF;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

#logo-cr {background-image: url('//cdn2.hubspot.net/hubfs/468984/CR-modules/TCR_1w.png'); background-repeat:no-repeat; transition: all 0.2s ease-in-out; background-size:contain; height:50px;}
#logo-cr.active {background-image: url('//cdn2.hubspot.net/hubfs/468984/CR-modules/TCR_1.png'); background-repeat: no-repeat; background-size:contain; height:50px;}

.topbar {
  background: #6acad3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #151515;
  position: relative;
  top: -2px;
}

 /* --------------------------------------------------------------
 * = PAGES
 * ----------------------------------------------------------- */

 /*HOME PAGE*/

.home-hero-bg {
  
}

.hero-header {
  padding-top: 290px;
  text-align: right;
  /* height: 578px; */
}

.hero-header-bg {
  height: 578px;
}

.header-a-right {text-align:right;}
.header-right {text-align:right;}


.highlights {padding-top:28px; padding-bottom:28px;}

.home-e-cta .input {width:50%; float:left;}
.home-e-cta label  {display:none;}
.e-cta-bar-home {padding-top:25px; padding-bottom:25px;}

.blog-header-home { background-image: url('//cdn2.hubspot.net/hubfs/468984/CR-Home_Page/Blog_Band_Image.jpg');
  background-size:cover; padding-top:50px; padding-bottom:50px; text-align:center;}
  
 .footer-cta {text-align:center; padding-top:80px; padding-bottom:60px;}
.testimonials {text-align:center;}

/*RSS blog Listing*/

/*
.blog-article {padding-top:35px; padding-bottom:35px; text-align:center; }
.blog-article:hover {background:#6770A1; color:#FFF!important;}
.blog-article:hover a {color:#FFF!important;}

*/

 /* --------------------------------------------------------------
 * = Courses
 * ----------------------------------------------------------- */
.course-title-block h1 {
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  line-height: 75px;
}


.course-info-wrap .btn {
  padding-left: 10px!important;
  padding-right: 10px!important;
  padding-top: 12px!important;
  padding-bottom: 12px!important;
}
.span3.widget-span.widget-type-cell.light-aqua-bg.social-bg {
    padding: 0px 20px !important;
}
.footer-title h3 {
    color: #fff;
    text-align: center;
    padding: 28px 20px !important;
    margin: 0;
    font-family: 'proxima-nova', sans-serif;
    font-weight: normal;
}


 /* --------------------------------------------------------------
 * = ELEMENTS
 * ----------------------------------------------------------- */
 
.alert {
width:568px;
height:128px;
background-color:#A4F2F9;
border: 1px solid #0EA9B8;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
font-family:'Helvetica Neue';
font-weight:bold;
font-size:14px;
line-height:18px;
color:#0EA9B8;
}

.dark-blue-star_cta {
    background: none repeat scroll 0 0 #0a85d3;
    border-bottom: 5px solid #175681;
    color: #fff;
    font-family: arial;
    text-align: center;
    position: relative;
    display:table-cell;
    vertical-align:middle;
    width:100%;
}
.dark-blue-star_cta .triangle {width: 0px; height: 0px; border-top: 50px solid #175681; border-right: 50px solid transparent; position: absolute; top:0px; left:0px; }


.light-aqua-star_cta {
    background: none repeat scroll 0 0 #6ACAD3;
    border-bottom: 5px solid #0ea9b8;
    color: #fff;
    font-family: arial;
    text-align: center;
    position: relative;
     display:table-cell;
    vertical-align:middle;
    width:100%;
}
.light-aqua-star_cta .triangle {width: 0px; height: 0px; border-top: 50px solid #0ea9b8; border-right: 50px solid transparent; position: absolute; top:0px; left:0px; }


.hot-pink-star_cta {
    background: none repeat scroll 0 0 #f04d68;
    border-bottom: 5px solid #bc384d;
    color: #fff;
    font-family: arial;
    text-align: center;
    position: relative;
     display:table-cell;
    vertical-align:middle;
    width:100%;
}
.hot-pink-star_cta .triangle {width: 0px; height: 0px; border-top: 50px solid #bc384d; border-right: 50px solid transparent; position: absolute; top:0px; left:0px; }



.light-purple-star_cta {
    background: none repeat scroll 0 0 #7b58a4;
    border-bottom: 5px solid #650c7b;
    color: #fff;
    font-family: arial;
    text-align: center;
    position: relative;
     display:table-cell;
    vertical-align:middle;
    width:100%;
}
.light-purple-star_cta .triangle {width: 0px; height: 0px; border-top: 50px solid #650c7b; border-right: 50px solid transparent; position: absolute; top:0px; left:0px; }


.cta { padding-left: 50px; padding-right: 50px;  
}



/*.cta p  http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ {  
  position: relative;
  top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);	
} */

.cta-star {
    left: 6px;
    position: absolute;
    top: -43px;
}	

.blog-pagination {
  text-align: center;
  float: left;
  width: 100%;
  font-size:40px;
  padding-top:20px;
  padding-bottom:20px;
}

.ias-spinner {padding-top:20px; padding-bottom:20px;}

/*tweetables*/
a.tweet1 {
    color: #002e50;
    text-decoration: none;
}

a.tweet1:hover{
    color:rgba(64, 153, 255, .6);
    text-decoration: none;
}

a.tweet1 span{
    border-bottom: 1px dotted #002e50;
}

a.tweet1:hover span{
    border-bottom: 1px dotted rgba(64, 153, 255, .6);
    color:rgba(64, 153, 255);
}

a.tweet1:after{
    content:"";
    display: inline-block;
    width: 26px;
    height: 23px;
    background-image:url(//cdn2.hubspot.net/hubfs/480468/ThemeFiles/icon-twitter.png);
    top: 5px;
    position: relative;
    margin-left: 3px;
}

a.tweet1:hover:after{
    background-position: -26px 0;
}

a.tweet2{
    display: block;
    width: 100%;
    text-align: center;
    margin: 70px 0px;
    color:#55ACEE;
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
    position: relative;
    text-decoration:none;
}

a.tweet2:hover{
    text-decoration: none;
}

a.tweet2:hover span{
    color:#55ACEE !important;
}

a.tweet2:after{
    content:"";
    display: block;
    width: 26px;
    height: 23px;
    background-image:url(//cdn2.hubspot.net/hubfs/480468/ThemeFiles/icon-twitter.png);
    margin:10px auto;
}

a.tweet2:hover:after{
    background-position: -26px 0;
}

/*END TWEET STYLES*/
h3.nlplp {
 font-family:'proxima-nova';
 font-size:30px;
 line-height:30px;
 color:#495B68;
}

h4 {font-family:'proxima-nova';
 font-size:20px;
 line-height:30px;
 color:#495B68;
}

ul.nlplp {
 list-style-type: circle;
}


/*************** Blog list style Starts***********/
.blog-list-wrappers {
    padding: 50px 20px;
}

.blog-list-wrappers .post-item.blog-article:hover {
    transform: translateY(-20px);
    -moz-box-shadow: 5px 15px 5px 0px #000;
    -webkit-box-shadow: 5px 15px 5px 0px #000;
    box-shadow: 0px 0px 10px 2px #70707080;
}
.read-more-btn {
    text-align: left;
    padding-top: 10px;
}
.read-more-btn a{
      color: #FFFFFF !important;
    /**background-color: #6ACAD3 !important;
    border-color: #6ACAD3 !important;
    padding: 6px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;**/
}
.blog-list-wrappers .post-listing {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-list-wrappers .post-item.blog-article {
    flex: 31.33%;
    max-width: 31.33%;
    margin: 0 1% 30px;
    background: #6770a1;
    transition: .6s all;
    padding: 0px !important;
}
.blog-list-wrappers .inner-posts {
    padding: 20px;
}
.blog-list-wrappers .post-item.blog-article h2{
    min-height: 70px;
    line-height: 1em !important; 
}
.blog-list-wrappers .post-item.blog-article h2 a{
    display: block;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    line-height: 1em !important;
    padding: 10px 0;
    color: #fff !important;
}

  .blog-list-wrappers .featured-col{
    width: 100%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
  }

/*************** Blog list style Ends***********/
@media (max-width: 1080px) {

.blog-list-wrappers .post-item.blog-article {
    flex: 41.33%;
    max-width: 41.33%;
}
  
  .p-burger-wrap {
    right: 50px;
  }
  
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}

/************** iphone roatate***************/
@media (max-width: 767px) {

.blog-list-wrappers .post-item.blog-article {
    flex: 80.33%;
    max-width: 80.33%;
}
  .blog-list-wrappers .post-item.blog-article h2{
    min-height: auto;
  }
  
  .p-burger-wrap {
    right: 50px;
  }
  
}

/************** iphone ***************/
@media (max-width: 479px) {}




@media(max-width: 767px){
.hero-header-bg {
  height: 350px !important;
}
.hero-header{
  padding-top: 100px !important;
}
.home-hero-bg h2 {
  font-size: 40px !important;
  line-height: 45px !important;
}
#social-media ul {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 10px 0px 20px;
}
#social-media ul li {
  margin: 0 15px 10px;
  display: inline-block;
}  
}
@media (max-width: 380px){
#social-media ul {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 10px 0px 20px;
    
}
}