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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//fonts.googleapis.com/css?family=Fredoka+One');
@import url('//fonts.googleapis.com/css?family=Nunito:300,400,600,700');
@import url('//fonts.googleapis.com/css?family=Francois+One');

@font-face {
  font-family: "ETmodules";
  src: url("//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4Autism_May2018/fonts/ETmodules/modules.eot") format("embedded-opentype"), 
    url("//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4Autism_May2018/fonts/ETmodules/modules.ttf") format("truetype"), 
    url("//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4Autism_May2018/fonts/ETmodules/modules.woff") format("woff"), 
    url("//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4Autism_May2018/fonts/ETmodules/modules.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 18px;
  color: #666;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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


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

/* Basic text */
p {
  margin:0;
  padding-bottom:1em;
} 
strong {
    font-weight: bold;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { 
  top: -0.5em;
  font-size: 0.5em;
  vertical-align: super;
}
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  color: #333;
  padding-bottom: 10px;
  /*text-transform: uppercase;*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 72px;
}
h2 {
  font-size: 51px;
}
h3 {
  font-size: 43px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 31px;
}
h6 {
  font-size: 28px;
}

/* Anchor Links */
a {
  color: #f58749;
  text-decoration: none;
}
a:hover, a:focus {}

/* Lists */
ul, ol {
  margin:0 0 15px;
  padding: 0 0 0 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header-wrapper {
  min-height: 102.5px !important;
}


.custom-header-top {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 2px;
  background-color: #f68749;
  line-height: 1em;
  -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  z-index: 9;
  color: #fff;
  font-size: 12px;
  min-height: 28.5px !important;
}

.custom-header-top .page-center {
  line-height: 1em;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  padding-top: 0.75em;
  font-weight: 600;
}

.custom-header-top-menu {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: right;
  font-size: 10px;
}

.custom-header-top-menu .hs-menu-wrapper > ul {}

.custom-header-top-menu .hs-menu-wrapper > ul > li {
  position: relative;
  text-align: right;
  margin-right: 15px;
  display: inline-block;
  float:  none !important;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li a {
  display: block;
  padding-bottom: 0.75em;
  font-weight: normal;
  font-style: normal;
  /*text-transform: uppercase;*/
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, color 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s ease-in-out;
  color: #fff;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}
.custom-header-bottom {
  background: url(//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4Autism_May2018/images/r4a-header2.png) no-repeat center;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  line-height: 23px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 9;
}
.custom-header-bottom .page-center {
  position: relative;
}
.custom-logo {
  padding-left: 4px;
  padding: 10px 0 12px 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-logo img {
  max-width: 203px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.body-container-wrapper {}

.body-container .page-center {
  padding-top: 2%;
  padding-bottom: 2%;
}
.body-container ul {
  padding: 0 0 23px 1em;
  padding-bottom: 1em;
  line-height: 26px;
  list-style-type: disc;
  margin:0;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.custom-banner {
  margin-bottom: 50px;
}
.cm-educators-page .cm-educator-section-group{
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 4% 0 0;
  margin-bottom: 1em;
  background-position: center;
}
.cm-educators-page .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
  width: 94% !important;
  max-width: 94% !important;
}
.cm-educator-section1-group{
  padding: 0 0 2%;   
  margin-bottom:1em;
}
.cm-educator-section1 {
  background-color: rgba(41,41,41,0.9);
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 1.5%;
}
.cm-educator-section1 h1 {
  font-size: 60px;
  color: #fff;
  font-style: normal;
  /*text-transform: uppercase;*/
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin: 0;
}
.cm-educator-section1 h3 {
  color: #fff;
  font-style: normal;
  /*text-transform: uppercase;*/
  margin: 0;
  padding-bottom: 10px;
}
.cm-educator-section1 p {
  margin: 0;
  padding-bottom: 1em;
}
.cm-educator-section1 p:last-of-type {
  margin: 0;
  padding: 0;
}
.cm-educator-section2-group {
  padding: 2% 0 0;
  margin-bottom: 1em;
}
.cm-educator-section2-group .cm-one-col-cnt-img-wrap {
  width: 48.5%;
  margin-right: 3%;
  float: left;
  position: relative;
}
.cm-one-col-cnt-img-wrap:last-child {
  margin-right: 0;
}
.cm-one-col-cnt-img-grp {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 10px;
  color:#fff;
}
.cm-educators-page .cm-one-col-cnt-img-wrap:nth-child(odd) .cm-one-col-cnt-img-grp{
  background-color: rgba(17,115,203,0.9);
}
.cm-educators-page .cm-one-col-cnt-img-wrap:nth-child(even) .cm-one-col-cnt-img-grp{
  background-color: rgba(107,152,204,0.9);
}
.cm-one-col-cnt-img-inner-wrap {
  max-width: 550px;
  margin: 0 auto;
}
.cm-one-col-cnt-img {
  margin-bottom: 30px;
}
.cm-one-col-cnt-title h4 {
  font-family: 'Fredoka One',display;
  color: #fff;
  font-weight: 100;
  font-size: 36px;
  font-style: normal;
  /*text-transform: uppercase;*/
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin: 0;
  padding-bottom: 10px;
}
.cm-one-col-cnt ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  margin: 0;
}
.cm-one-col-cnt p {
  padding-bottom: 1em;
  margin: 0;
}
.cm-one-col-cnt p:last-of-type {
  padding: 0;
}
.cm-educator-section3-group {
  padding: 2% 0;
}
.cm-one-col-cnt-img-wrap {
  width: 31.333%;
  float: left;
  margin-right: 3%;
}
.cm-educator-section3-group {
  padding: 2% 0;
}
.cm-educator-section3-group .cm-one-col-cnt-img-wrap {
  width: 31.333%;
  float: left;
  margin-right: 3%;
}
.cm-educator-section3-group .cm-one-col-cnt-img-wrap:last-child {
  margin-right:0;
}
.cm-educator-section3-group .cm-one-col-cnt-title h4 {
  font-size: 18px;
}
.cm-one-col-cnt-title h4 a {
  color: #fff;
}
.cm-educator-section4-group {
  background-color: #292929;
}
.cm-hs-rss-feed .hs-rss-blog-title {
  font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
  /*text-transform: uppercase;*/
  line-height: 1em;
  background-color: rgba(0,0,0,0.8);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1em;
  letter-spacing: 0;
}
.cm-main-blog .cm-post-feature-image {
    display: inline;
    float: right;
    margin-left: 15px;
}
.cm-hs-rss-feed .hs-rss-item {
  color: #fff;
  margin: 0;
  background-color: rgba(255,255,255,0);
  background-size: cover;
  background-position: center;
  padding: 0 6%;
  min-height: 480px;
  background-repeat: no-repeat;
  position:relative;
}
.cm-hs-rss-feed .hs-rss-item-overlay {
  background-color: rgba(41,41,41,0.9);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cm-hs-rss-feed .hs-rss-item-inner {
  min-height: 480px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.cm-hs-rss-feed .hs-rss-item-text {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  width: auto;
  margin: auto;
  padding: 16% 8%;
  padding-bottom: 26%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cm-hs-rss-feed .hs-rss-title {
  font-size: 22px;
  font-style: normal;
  /*text-transform: uppercase;*/
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
}

.cm-hs-rss-feed .hs-rss-title a {
  color: inherit;
}

.cm-hs-rss-feed .hs-rss-description {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}


.cm-hs-rss-feed .hs-rss-byline {
  color: #fff;
  opacity:  1;
  font-size: 100%;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.cm-hs-rss-feed .hs-rss-byline a {
  color: #fff;
}
.hs-rss-more-link a{
  font-size: 14px;
  border-radius: 50px;
  font-weight: bold;
  font-style: normal;
  /*text-transform: uppercase;*/
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 20px;
  color: inherit;
  text-shadow: none;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.hs-rss-more-link a:after {
  line-height: 1.7em;
  content: 'E';
  font-size: 14px;
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  speak: none;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.hs-rss-more-link a:hover {
  padding: 0.3em 2em 0.3em 0.7em;
  border: 2px solid #f68749;
  color: #f9f9f9;
  background: #f68749;
  border-radius: 50px;
  letter-spacing: 1px;
}
.hs-rss-more-link a:hover:after {
  margin-left: 0.3em;
  opacity: 1;
}
.cm-hs-rss-feed .hs-rss-description p:last-of-type {
  margin: 0;
}

.cm-robot-section p {
  margin: 0;
  padding-bottom: 1em;
}
.cm-robot-section ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 1em;
  margin: 0;
}
.cm-robot-section p:last-of-type {
  padding: 0;
}
.cm-page-title h1 {
  /*text-transform: uppercase;*/
  font-size: 72px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
  word-wrap: break-word;
}
.cm-page-title {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  background-color: rgba(255,255,255,0);
}
.cm-robot-section .hs_cos_wrapper_type_rich_text	{
  margin-bottom: 1.5%;
  padding-bottom: 1em;
  display: block;
}
.cm-iframe-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2963%;
}

.cm-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cm-robot-section2-grp h5 {
  /*text-transform: uppercase;*/
}
.cm-robot-section2-grp ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 1em;
  margin: 0;
}
.cm-robot-section2-grp h4 {
  /*text-transform: uppercase;*/
}
.cm-robot-section2-grp h4 span {
  font-size: 18pt;
}
.cm-experts-page .custom-banner h1 {
  margin-bottom: 50px;
}
.cm-robot-main-group .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cm-robot-main-group .hs_cos_wrapper_type_rich_text{
  margin-bottom: 1.5%;
  padding-bottom: 1em;
  display:block;
}
.cm-robot-main-group .hs_cos_wrapper_type_rich_text h3 {
/*   /*text-transform: uppercase;*/ */
}
.custom-two-col-equal-mod {
  padding: 2.5% 0;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1em;
}
.cm-experts-page .custom-two-col-equal-mod-wrapper:nth-child(even) .custom-two-col-equal-mod {
    background: #f7f7f7;
}
.custom-two-col-equal-mod-wrapper:last-child .custom-two-col-equal-mod {
 margin-bottom:0;
}
.custom-two-col-sub-inner {
    width: 48.5%;
    margin-right: 3%;
    float: left;
}
.custom-two-col-sub-inner.col2 {
    margin-right: 0;
}
.custom-two-col-sub-inner p {
    margin: 0;
    padding-bottom: 1em;
}
.custom-two-col-sub-inner p:last-of-type {
 padding:0;
}
.custom-two-col-equal-mod h1,
.custom-two-col-equal-mod h2,
.custom-two-col-equal-mod h3,
.custom-two-col-equal-mod h4,
.custom-two-col-equal-mod h5,
.custom-two-col-equal-mod h6 {
  /*text-transform: uppercase;*/
  margin:0;
  padding-bottom:10px;
}
.custom-two-col-equal-mod ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 1em;
  margin:0;
}
.cm-two-col-right-layout .body-container .custom-banner .page-center {
  padding-top: 2%;
  padding-bottom: 4px;
}
.cm-two-col-right-layout .main-content p {
    margin: 0;
    padding-bottom: 1em;
}
.cm-two-col-right-layout .main-content p:last-of-type {
    padding: 0;
}
.cm-two-col-right-layout .body-container .sidebar .widget-type-form{
  margin-bottom: 3.787%;
}
.cm-two-col-right-layout .body-container .hs-form {
    margin: 18px 0;
}
.cm-two-col-right-layout .body-container .hs-form .hs-input{
    margin-top: 7px;
}
.cm-two-col-right-layout .sidebar .form-title {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 1em;
  text-transform: none;
}
.cm-two-col-right-layout .sidebar {
    padding-top: 1em;
}
.cm-two-col-right-layout .main-content ul{
    padding: 0 0 1em 1em;
    line-height: 26px;
    list-style-type: disc;
    margin: 0;
}
.cm-two-col-right-layout .sidebar .hs-submit{
    text-align: right;
    padding: 16px 0 10px;
    margin: 0;
}
.cm-two-col-right-layout .body-container .page-center {
  padding-top: 0;
  padding-bottom: 2%;
}
.cm-two-col-right-layout .body-container .main-content  h3 {
  /*text-transform: uppercase;*/
}
.widget-span.cm-educator-section4-col {
  width: 33.333%;
  margin: 0;
  margin-bottom: 1em;
}
.cm-educator-section4-col p {
  margin: 0;
  padding-bottom: 1em;
  color: #fff;
}
.cm-educators-page .cm-page-title {
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    /*text-transform: uppercase;*/
    line-height: 1em;
    background-color: rgba(0,0,0,0.8);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    border: none;
    margin-bottom: 1em;
}
.cm-educators-page .cm-page-title h1 {
    line-height: 1em;
    padding-bottom: 1em;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    /*text-transform: uppercase;*/
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0;
}
.cm-curriculum-section1 .cm-page-title {
  padding: 2% 0;
  margin: 0;
  border: none;
  margin-bottom: 1em;
}
.cm-curriculum-section1 .cm-page-title h1{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 100;
    font-size: 43px;
    margin-bottom: 1.5%;
}
.cm-curriculum-section1 .custom-two-col-equal-mod {
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1em;
    padding-bottom:0;
}
.custom-two-col-sub-inner.col2 .cm-iframe-wrapper {
    margin-bottom: 4.093%;
}
.cm-curriculum-page .body-container{
 padding-bottom:4%;
}
.cm-curriculum-section-grp .page-center {
 padding-top:0 !important;
  padding-bottom:0 !important;
}
.cm-curriculum-section2-col ul{
    padding: 0 0 23px 1em;
    padding-bottom: 1em;
    line-height: 26px;
    list-style-type: disc;
    margin: 0;
}
.cm-curriculum-section2-col p {
 margin:0;
  padding-bottom:1em;
}
.download-icon {
    position: relative;
    border: 1px solid #c3c3c3;
    color: #595a5a !important;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #e1e1e1 100%);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px #fff;
    margin: 0 5px 8px 0;
    padding: 6px 14px;
    padding-left: 36px;
    font-size: 12px;
    font-weight: bold !important;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 26px;
}
.et-icon {
    top: 7px;
    width: 17px;
    height: 20px;
    background: url(//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4autism_June2018/Images/shortcodes-sprite.png) no-repeat -3px -2px;
    position: absolute;
    left: 12px;
}
.cm-curriculum-section3 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 1.5%;
  padding-bottom: 1em;
}
.cm-curriculum-section3 .hs_cos_wrapper_type_rich_text h3{
    /*text-transform: uppercase;*/
}
.cm-curriculum-section3 .cm-one-col-cnt-img-grp {
  color: #666;
  margin-bottom: 6.593%;
  padding: 0;
}
.cm-one-col-cnt-img-wrap {
  width: 22.75%;
  color: #666;
}
.cm-one-col-cnt-img {
  text-align: center;
}
.cm-curriculum-section4 h3{
  font-size: 20px;
  /*text-transform: uppercase;*/
}
.cm-curriculum-section4 ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 1em;
  margin: 0;
}
.cm-curriculum-section4-col3{
    padding-bottom: 4.787%;
    padding-top: 80px;
}
.cm-curriculum-section4-col2 {
  padding-top: 4%;
}
.cm-curriculum-section4 p:last-of-type {
  padding:0;
}
.cm-faq-page .custom-banner {
  margin-top: 0px;
}
.cm-faq-section-grp .page-center {
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.cm-accordian-grp{
  margin-bottom: 1.5%;
 	position:relative;
}
.cm-faq-section-grp .hs_cos_wrapper_type_module{
  	position:relative;
}

.cm-accordian-item{
  margin-bottom: calc(1.5% + 1em );
  border: 1px solid #d9d9d9;
  padding: 20px;
  background-color: #f4f4f4;
  transition: all 1s;
}
.cm-accordian-item:last-child{
  margin-bottom:1.5%;
}
.cm-accordian-item.active {
  background-color:#fff;
  transition: all 1s;
}
.cm-accordian-title h5{
  position: relative;
  padding: 0 50px 0 0;
  cursor: pointer;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  margin:0;
  /*text-transform: uppercase;*/
  color: #666;
  padding-bottom:0 !important;
}
.cm-accordian-item.active .cm-accordian-title h5 {
  color: #333;
}
.cm-accordian-title h5:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  color: #ccc;
  font-size: 16px;
  content: "\e050";
  text-shadow: 0 0;
  font-family: "ETmodules";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  right: 0;
  left: auto;
}
.cm-accordian-item.active .cm-accordian-title h5:after {
  display:none;
}
.cm-accordian-content-inner{
  position: relative;
  padding-top: 20px;
}
.cm-accordian-content-inner p {
  padding-bottom: 1em;
  margin:0;
}
.cm-accordian-content-inner ul{
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  margin:0;
}
.cm-accordian-content-inner ol {
  padding: 0 0 23px 0;
  line-height: 26px;
  list-style-position: inside;
  list-style-type: decimal;
  margin:0;
}
.cm-support-page .body-container {
    padding: 4% 0;
}
.cm-support-page .body-container .page-center {
    padding: 2% 0;
}
.cm-support-section2{
    margin-bottom: 1.5%;
}
.cm-support-section1 {
    margin-bottom: calc(1.5% + 1em);
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border-radius: 10px;
    display: block;
}
.cm-support-section1 p {
    margin: 0;
    padding-bottom: 1em;
}

.cm-tabberlive-wrapper {
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
}

ul.tabbernav {
    background-color: #00adc1;
    border-radius: 10px 10px 0px 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: inherit;
    display: block;
    overflow: hidden;
}

ul.tabbernav li {
    line-height: 2em;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(0,173,193,0);
    float: left;
    display: table;
}
ul.tabbernav li a {
    line-height: 2em;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    display: table-cell;
    padding: 4px 30px 4px;
    vertical-align: middle;
    text-decoration: none;
}
ul.tabbernav li.tabberactive {
    background-color: #f68749;
}
.cm-tabberlive-item {
    background-color: rgba(255,255,255,0);
    line-height: 2em;
    font-size: 16px;
    color: #ffffff;
    padding: 50px;
}
.cm-tabberlive-content h3 {
  margin: 0;
  padding-bottom: 10px;
  word-wrap: break-word;
}
.cm-tabberlive-content ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  margin:0;
}
.cm-tabber-title {
    display: none;
}
.cm-networking-guide-page .body-container h1,
.cm-networking-guide-page .body-container h2,
.cm-networking-guide-page .body-container h3,
.cm-networking-guide-page .body-container h4,
.cm-networking-guide-page .body-container h5,
.cm-networking-guide-page .body-container h6 {
  /*text-transform: uppercase;*/
  margin:0;
  padding-bottom:10px;
}
.cm-networking-guide-page .body-container ol{
    padding: 0 0 23px 0;
    line-height: 26px;
    list-style-position: inside;
    list-style-type: decimal;
    padding-bottom: 1em;
    margin:0;
}
.cm-networking-guide-page .body-container .page-center {
    padding-top: 0;
    padding-bottom: 0;
}
.cm-milo-networking-section1,
.cm-milo-networking-section2,
.cm-milo-networking-section3,
.cm-milo-networking-section4,
.cm-milo-networking-section5 {
  padding: 4% 0;  
  margin-bottom: 1em;
}
.cm-milo-networking-section5 {
 margin-bottom:0;
}
.cm-milo-networking-section1 .hs_cos_wrapper_type_rich_text,
.cm-milo-networking-section2 .hs_cos_wrapper_type_rich_text,
.cm-milo-networking-section3 .hs_cos_wrapper_type_rich_text,
.cm-milo-networking-section4 .hs_cos_wrapper_type_rich_text,
.cm-milo-networking-section5 .hs_cos_wrapper_type_rich_text{
  margin-bottom: 1.5%;
  display: block;
}
.cm-networking-guide-page .body-container .cm-milo-networking-section1 .page-center {
  padding-bottom:2%
}
.cm-networking-guide-page .body-container .cm-milo-networking-section2 .page-center,
.cm-networking-guide-page .body-container .cm-milo-networking-section3 .page-center,
.cm-networking-guide-page .body-container .cm-milo-networking-section4 .page-center,
.cm-networking-guide-page .body-container .cm-milo-networking-section5 .page-center{
  padding-bottom:2%;
  padding-top:2%;
}
.cm-milo-networking-section2,
.cm-milo-networking-section3,
.cm-milo-networking-section5{
  background-color: #f7f7f7;
}
.cm-milo-networking-section2 .cm-page-title h1,
.cm-milo-networking-section3 .cm-page-title h1,
.cm-milo-networking-section4 .cm-page-title h1,
.cm-milo-networking-section5 .cm-page-title h1{
    font-size: 51px;
}
.cm-milo-networking-section2 .cm-page-title,
.cm-milo-networking-section3 .cm-page-title,
.cm-milo-networking-section4 .cm-page-title,
.cm-milo-networking-section5 .cm-page-title{
    border-bottom: none;
    margin-bottom: 1.5%;
    padding-bottom: 1em;
}
.cm-networking-guide-page .body-container blockquote {
    margin: 0 0 0 40px;
    border: none;
    padding: 0px;
}
.cm-networking-guide-page .body-container p small {
  font-size:100%;
}
.cm-networking-guide-page .body-container p {
  margin:0;
  padding-bottom:1em
}
.cm-networking-guide-page .body-container p:last-of-type {
  padding-bottom:0;
}
.cm-milo-networking-section5 .cm-accordian-item {
    border: 0px solid #d9d9d9;
    background-color: transparent;
}
.cm-milo-networking-section5 .cm-accordian-item.active {
    background-color: transparent;
}

.cm-technical-support-page .body-container .page-center {
  padding: 2% 0;
}
.cm-technical-support-section1 {
  margin-bottom: calc(1.5% + 1em);
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 10px;
  display: block;
}
.cm-technical-support-section1 p {
  margin:0;
  padding-bottom: 1em;
}
.cm-technical-support-section1 h1,
.cm-technical-support-section1 h2,
.cm-technical-support-section1 h3,
.cm-technical-support-section1 h4,
.cm-technical-support-section1 h5,
.cm-technical-support-section1 h6 {
 /*text-transform: uppercase;*/
}

.cm-milo-form-grp {
    background-position: center right;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2% 0;
}
.cm-milo-form-grp:after {
    background-image: linear-gradient(90deg,rgba(0,164,183,0.6) 40%,rgba(0,164,183,0) 60%);
    background-color: rgba(0,164,183,0.8);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cm-milo-form-grp .page-center{
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 3% !important;
  padding-bottom: 0 !important;
}
.cm-milo-form-title h4{
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  /*text-transform: uppercase;*/
}
.cm-milo-form-title p{
  margin: 0;
  padding-bottom: 1em;
}
.cm-milo-form-grp .hs-form{
  width: 50%;
  margin: 18px 0 61px !important;
}
.cm-milo-sign-up-form {
  margin-bottom: 20px;
}
.cm-milo-form-grp .hs-form-required {
    display: none;
}
.cm-milo-form-grp .hs-form-field > label {
 display:inline;
}
.cm-milo-form-grp .hs-form-field .hs-input {
  margin-top: 0;
}
.cm-milo-form-grp .hs-submit{
  text-align: right;
  padding: 16px 10px 10px 0;
  margin: 0px 0 0;
}
.cm-robot-section2-col2 p {
    margin: 0;
    padding-bottom: 1em;
}
.cm-robot-page .body-container .page-center {
  padding-top: 0;
  padding-bottom: 1em;
}
.cm-robot-section2-grp h1,
.cm-robot-section2-grp h2,
.cm-robot-section2-grp h3,
.cm-robot-section2-grp h4,
.cm-robot-section2-grp h5,
.cm-robot-section2-grp h6 {
 /*text-transform: uppercase;*/
}
.cm-robot-section2-grp p {
    margin: 0;
    padding-bottom: 1em;
}
.cm-robot-section2-grp p:last-of-type {
 padding:0;
}
.cm-one-col-cnt-left-img-grp {
    margin-bottom: 3.093%;
    padding-bottom: 1em;
}
.cm-one-col-cnt-left-img-inner-wrap {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    text-align: left;
}
.cm-one-col-cnt-left-img {
    display: table-cell;
    width: 32px;
    line-height: 0;
    max-width: 100%;
    margin-bottom: 30px;
}
.cm-one-col--left-img-cnt {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    text-align: left;
}
.cm-curriculum-section1 {
 padding-top:1em;
}
.cm-curriculum-section4 {
  padding: 2% 0;
}
.cm-curriculum-section4-col1 {
  margin-bottom: 1.787%;
}
.cm-curriculum-section4 {
  padding: 2% 0;
}
.cm-networking-guide-page .body-container {
    padding: 0;
}
.cm-networking-guide-page .body-container ol li ol {
    padding: 2px 0 2px 35px;
}
.cm-technical-support-section2 {
  margin-bottom: 1.5%;
}
.cm-faq-section-grp .cm-faq-section {
  padding-top:1em;
}
.cm-submit-ticket-page .body-container .custom-banner .page-center{
  padding-top: 2%;
  padding-bottom: 1em;
}
.cm-sign-up-section {
  padding-top: 1em;
}
.cm-ticket-form .hs-form-field {
  margin-top: 16px;
}
.cm-ticket-form .hs-error-msgs {
  margin: 0 !important;
}
.cm-ticket-form .hs-form-field .hs-input {
  margin-top: 8px;
  margin-bottom: 0;
}
.cm-ticket-form .hs-form-field.hs-robot_serial_number {
  padding-bottom: 40px;
  position: relative;
}
.cm-ticket-form .hs-form-field.hs-robot_serial_number legend.hs-field-desc{
    display: block;
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
}
.cm-ticket-form .hs-submit {
  text-align:right;
  padding: 16px 0 10px;
  margin: 16px 0 0;
}
ul.tabbernav:empty {
    display: none;
}
.cm-support-services-page .body-container .custom-banner .page-center {
 padding-top:2%;
}
.cm-support-services-page .body-container .custom-banner {
    padding-bottom: 1em;
}
.cm-support-service-content {
  font-family: 'Fredoka One',display;
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-size: 48px;
  line-height: 1.8em;
  margin-bottom: 1.5%;
}
.cm-sign-up-page .custom-banner .page-center {
 padding-top:2% !important;
}
.cm-milo-page .custom-banner {
  padding-bottom: 1em;
}
.cm-milo-section1-col {
  margin-bottom: 0;
}
.cm-milo-section1-col .cm-iframe-wrapper {
  margin-bottom: 4.787%;
}
.cm-milo-section2 {
  padding-top:1em;
}
.cm-milo-page .body-container {
  padding-bottom:0;
}
.cm-milo-page .body-container .page-center {
  padding-top:0;
  padding-bottom:0;
}
.cm-milo-section-grp {
  padding-bottom:4%;
  margin-bottom: 1em;
}
.cm-milo-section-grp .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 3.093%;
}
.cm-life-long-section1 p:last-of-type {
    padding: 0;
}
.cm-life-long-section1 {
  margin-bottom: 1.5%;
  padding-bottom: 2%;
}
.cm-life-long-section2{
    padding: 0 0 2%;
}
.cm-life-long-section3{
    padding: 2% 0 0;
}
.cm-life-long-image {
  text-align: center;
}
.cm-life-long-image .hs_cos_wrapper_type_linked_image {
  display: block;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4.787%;
}


.cm-contact-sidebar h5 {
  font-size: 16px;
}
.cm-contact-sidebar h5 a {
 color:inherit;
}
.cm-contact-page .custom-banner {
    padding-bottom: 1em;
}
.cm-contact-form .hs-submit {
    text-align: right;
}
.cm-contact-form textarea {
  min-height:202px;
}
.cm-contact-page .body-container .page-center {
  padding-top:0;
}
.cm-two-col-equal-page .custom-banner {
    padding-bottom: 1em;
}
.cm-two-col-equal-page .body-container .page-center {
    padding-top: 0;
}
.orange-btn {
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
    border-radius: 50px;
    font-weight: bold;
    font-style: normal;
    /*text-transform: uppercase;*/
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.orange-btn:hover {
  padding: 0.3em 2em 0.3em 0.7em;
  border: 2px solid transparent;
  color: #f9f9f9!important;
  background: #f68749!important;
  border-color: #f68749!important;
  border-radius: 50px;
  letter-spacing: 1px;
}
.orange-btn:after {
  content: "\35";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 32px;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  content: 'E';
  font-size: 14px;
  line-height: 1.7em;
}
.orange-btn:hover:after {
  margin-left: 0.3em;
  opacity: 1;
}
.cm-two-col-equal-page .main-content .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 3.093%;
}
.cm-educators-page .body-container {
    padding: 0;
}
.small-btn-orange {
    cursor: pointer;
    border: 1px solid #db9c51;
    color: #c7822f;
    background: #ffcb8c;
    background: -moz-linear-gradient(top, #ffcb8c 0%, #ffb660 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcb8c), color-stop(100%, #ffb660));
    background: -webkit-linear-gradient(top, #ffcb8c 0%, #ffb660 100%);
    background: -o-linear-gradient(top, #ffcb8c 0%, #ffb660 100%);
    background: -ms-linear-gradient(top, #ffcb8c 0%, #ffb660 100%);
    background: linear-gradient(to bottom, #ffcb8c 0%, #ffb660 100%);
    margin: 0 5px 8px 0;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 26px;
}
.small-btn-orange:hover{
    color: #a96c23;
}

/* ----- home page --- */
.hs-home-layout .body-container {
    padding: 0;
}
.home-banner-area {
  min-height: Calc(100vh - 102px);
  background-color: rgba(255,255,255,0);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
.home-banner-area .page-center {
  padding:0 !important;
  display: flex;
  width: 100%;
  height: Calc(100vh - 102px);
  align-items: center;
}

.cm-home-banner-cnt {
 width:100%;
}

.home-banner-area h1 {
  /*text-transform: uppercase;*/
  font-size: 80px;
  max-width: 49%;
  line-height: 1em;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.home-banner-area p {
  max-width: 44%;
  line-height: 1.2em;
  /*text-transform: uppercase;*/
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.hs-home-layout a.btn-orange {
  display: inline-block;
  margin-top: 20px;
  color: #f68749;
  font-size: 14px;
  border-radius: 50px;
  font-weight: bold;
  font-style: normal;
  /*text-transform: uppercase;*/
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  border: 2px solid;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0.3em 1em;
  line-height: 1.7em;
  margin-left: 11px;
}
.hs-home-layout a.btn-orange:after {
  line-height: 1.7em;
  content: 'E';
  font-size: 14px;
  text-shadow: 0 0;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  speak: none;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.hs-home-layout a.btn-orange:first-of-type {
  margin-left: 0;
}
.hs-home-layout a.btn-orange:hover {
  padding: 0.3em 2em 0.3em 0.7em;
  border: 2px solid transparent;
  color: #f9f9f9;
  background: #f68749;
}
.hs-home-layout a.btn-orange:hover:after {
  margin-left: 0.3em;
  opacity: 1;
}
.hs-home-layout .custom-two-col-sub-inner {
    width: 50%;
    float: left;
    padding: 0;
    margin:0;
}
.hs-home-layout .custom-two-col-sub-inner iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.hs-home-layout .custom-two-col-sub-inner h2 {
  color: #333;
  margin-top:5px;
}
.hs-home-layout .custom-two-col-sub-inner p {
    margin: 0;
}
.hs-home-layout .custom-two-col-equal-mod {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  margin-bottom: 1em;
  padding-left:0;
  padding-right:0;
  display: flex;
  align-items: center;
}

.hs-home-layout .custom-two-col-equal-mod-wrapper:nth-child(odd) .custom-two-col-sub-inner.col2,
.hs-home-layout .custom-two-col-equal-mod-wrapper:nth-child(even) .custom-two-col-sub-inner.col1 {
  text-align: center;
  padding: 0 20px;
}
.hs-home-layout .custom-two-col-equal-mod-wrapper:first-child .custom-two-col-equal-mod {
 padding-top:0;
}
.hs-home-layout .custom-two-col-equal-mod-wrapper:last-child {

}
.hs-home-layout .custom-two-col-equal-mod a.btn-orange {
  margin-left: 0;
  margin-top: 38px;
}
.hs-home-row2-group {
    border-top: 1px solid #ccc;
    background: #f9f9f9;
    padding: 4% 0;
}
.body-container .hs-home-row2-group .page-center {
    padding: 2% 0;
}

.hs-home-row1-group {
  padding: 2% 0;
  margin-bottom: 2em;
}

.hs-home-row1-group .page-center {
    padding: 0;
}
.hs-home-row2-group .cm-page-title {
    margin: 0;
    border: none;
    background: transparent;
    padding-bottom: 1em;
}
.hs-home-row2-group .cm-page-title h1 {
    font-size: 18px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 100;
    font-style: normal;
    /*text-transform: uppercase;*/
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-align: center;
}
.hs-home-row2-col1,
.hs-home-row2-col2,
.hs-home-row2-col3 {
    margin-bottom: 1.487%;
}
.hs-home-row2-group .hs-rss-byline {
 display:none;
}
.hs-home-row2-group .cm-hs-rss-feed .hs-rss-item-overlay {
  background-color: rgba(255,255,255,0.9);
}
.hs-home-row2-group .cm-hs-rss-feed .hs-rss-item-text {
    text-shadow: none;
    color: #333;
}
.hs-home-row2-group .cm-hs-rss-feed .hs-rss-title {
    color: #333;
}
.hs-home-layout .cm-hs-rss-feed .hs-rss-description{
  color: #333;
}
.hs-home-row2-group .hs-rss-more-link a {
  color: #f68749;
}
.hs-home-row2-group .hs-rss-more-link a:hover {
  color: #fff;
}

.hs-home-row3-group {
    border-top: 1px solid #ccc;
    background: #6fb2df;
    padding: 18px 0;
}
.body-container .hs-home-row3-group .page-center {
    padding: 2% 0;
}

.hs-home-row3-group .cm-page-title {
    margin: 0;
    border: none;
    background: transparent;
    padding-bottom: 1em;
}
.hs-home-row3-group .cm-page-title h1 {
    font-size: 18px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 100;
    font-style: normal;
    /*text-transform: uppercase;*/
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-align: center;
}

.hs-home-row3-group p {
    font-size: 24px;
  	color: #fff;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 27 px;
}

.hs-home-row3-group .hs-rss-byline {
 display:none;
}
.hs-home-row3-group .cm-hs-rss-feed .hs-rss-item-overlay {
  background-color: rgba(255,255,255,0.9);
}
.hs-home-row3-group .cm-hs-rss-feed .hs-rss-item-text {
    text-shadow: none;
    color: #333;
}
.hs-home-row3-group .cm-hs-rss-feed .hs-rss-title {
    color: #333;
}

.hs-home-row3-group .hs-rss-more-link a {
  color: #000;
}
.hs-home-row3-group .hs-rss-more-link a:hover {
  color: #000;
}

/* ----- home page end -----*/ 

/* ----- what is page --- height: Calc(100vh - 102px);*/
.what-is-banner-area {
  min-height: 600px;
  background-color: rgba(255,255,255,0);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}

.what-is-banner-area .page-center {
  padding:0 !important;
  display: flex;
  width: 100%;
  height: 800px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.what-is-banner-area h1 {
  /*text-transform: uppercase;*/
  font-size: 43px;
  line-height: 52px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.what-is-banner-cnt-centered {
 width:100%;
 text-align: center !important;
}

.hs-home-photo-background-group1 {
    border-top: 1px solid #ccc;
  	background-image: url("//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4STEM/Images/Header%204.jpg"); /* The image used */
  	background-color: #cccccc; /* Used if the image is unavailable */
  	height: 300px; /* You must set a specified height */
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
    padding: 20px 0;
}

.hs-home-photo-background-group1 h2 {
    color: #fff;
  	font-size: 48px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 58px;
}

.hs-home-photo-background-group1 p {
    font-size: 24px;
  	color: #fff;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 27 px;
}

.hs-home-photo-background-group2 {
    border-top: 1px solid #ccc;
  	background-image: url("//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4STEM/Images/Header%201.jpg"); /* The image used */
  	background-color: #cccccc; /* Used if the image is unavailable */
  	height: 300px; /* You must set a specified height */
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
    padding: 20px 0;
}

.hs-home-photo-background-group2 h2 {
    color: #fff;
  	font-size: 48px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 58px;
}

.hs-home-photo-background-group2 p {
    font-size: 24px;
  	color: #fff;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 27 px;
}

/* ----- what is page end -----*/ 

.cm-life-long-form .form-title{
  color: #f48549;
  font-size: 26px;
  position: relative;
  padding-bottom: 12px;
  font-weight: 500;
  font-style: normal;
  /*text-transform: uppercase;*/
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  text-align: center;
  padding-top: 8px;
}
.cm-life-long-form .hs-form-required {
  display:none;
}
.cm-life-long-form .hs-submit {
  text-align:right;
  margin-top: 30px;
}
.cm-nominate-form .hs_submit {
 text-align:right;
}
.cm-nominate-form textarea{
  min-height:202px;
}
.cm-Nominate-section .page-center {
  padding-bottom:0 !important;
}
.hs-have_you_spoken_with_the_school_district_about_milo_ ul.inputs-list{
    margin-top: 16px;
    margin-bottom: 18px;
}
.hs-have_you_spoken_with_the_school_district_about_milo_ ul.inputs-list li{
    margin: 0 0 8px;
    line-height: 1.3;
}
.hs-have_you_spoken_with_the_school_district_about_milo_ ul.inputs-list li > label {
  line-height: 1.5;
  font-size: .875em;
}






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

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

.custom-footer {
  background-color: #333333;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}
.custom-footer-top {
  background-color: rgba(255, 255, 255, 0.05);
}

.custom-footer-bottom {
  background: url(//4551843.fs1.hubspotusercontent-na1.net/hubfs/4551843/Robots4Autism_May2018/images/r4a-header2.png) no-repeat center;
  padding: 15px 0 5px;
}

.widget-span.custom-social-icons-wrapper {
  float: right;
  width: auto;
}

.widget-span.custom-copyright-wrapper {
  font-size: 10px;
  margin-left: 0;
  color: #ffffff;
  padding-bottom: 10px;
  text-align: left;
  width: 80%;
  float: none;
}

.social-icons ul {
  list-style:  none;
  margin:  0 0 -1px;
  padding: 0;
}

.social-icons ul li.social {
  display: inline-block;
  margin-left: 20px;
}

.social-icons ul li.social a {
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.social-icons ul li.social a span {
  display:  none;
}

.social-icons ul li.social a:before {
  text-shadow: 0 0;
  font-family: "ETmodules";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.et-social-facebook a.icon:before {
  content: "\e093";
}

.et-social-twitter a.icon:before {
  content: "\e094";
}

.et-social-rss a.icon:before {
  content: "\e09e";
}

.social-icons ul li.social a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-footer-design a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-footer-design p {
 padding:0;
  margin:0;
}

.custom-footer-design a:hover {
  opacity: 0.7;
}

.custom-footer-form .form-title {
  font-size: 10px;
  letter-spacing:  normal;
  margin:  0;
  line-height: 1.5em;
  display:  inline-block;
  font-weight: 300;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  padding:0;
  color:#fff;
  text-transform: none;
}

.custom-footer-form span > div {
  display:  inline-block;
}

.custom-footer-form .hs-form .hs-form-field > label {
  display:  none;
}

.custom-footer-form .hs-form > div {
  display:  inline-block;
}

.custom-footer-form .hs-form input[type="email"] {
  padding: 2px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  margin-right: 2px;
}

.custom-footer-form .hs-form input.hs-button.primary.large {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  cursor: pointer;
}

.custom-footer-form .hs-form {
  position:  relative;
}

.custom-footer-form .hs-form ul.hs-error-msgs.inputs-list {
  position:  absolute;
  top: 25px;
  margin: 0;
  line-height: normal;
  color: red;
}

.custom-footer-form .hs-form .hs_error_rollup {
  display: none;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 600;
  width:auto;
  padding-top: 1px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  /*text-transform: uppercase;*/
  text-decoration: none;
  color: #bbb;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  opacity: 0.7;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.active > a {
  color: #f38750;
}

.custom-footer-top {
  background-color: rgba(255, 255, 255, 0.05);
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  text-align: right;
  padding: 30px 0 0 0;
  line-height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
  line-height: 1em;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding-bottom: 30px;
  font-weight: normal;
  font-style: normal;
/*   /*text-transform: uppercase;*/ */
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ETmodules";
  font-size: 16px;
  font-weight: 800;
  content: "3";
}

.cm-lp-header-bottom .mobile-trigger {
 display:none !important;
}
/* Child List */


/* 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:981px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .widget-span.custom-menu-primary.custom-mobile-menu {
    display: none;
  }


  .custom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 50;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #00adc1;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    border-color: #f38750;
    width: 240px;
    border-top: 3px solid #f38750;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    -webkit-animation: flipInY 0.6s ease-in-out;
    -moz-animation: flipInY 0.6s ease-in-out;
    -o-animation: flipInY 0.6s ease-in-out;
    animation: flipInY 0.6s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0 20px;
    display: inline-block;
    line-height: 2em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    width: 200px !important;
    padding: 6px 20px;
    font-weight: normal;
    font-style: normal;
/*     /*text-transform: uppercase;*/ */
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 16px;
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    white-space: normal !important;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a{
    color: #f38750;
    background:transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a {
    padding-right: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    position: absolute;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
    top: 6px;
    right: 20px;
  }

  @-webkit-keyframes flipInY {
    0% {
      opacity: 0;
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      opacity: 1;
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }

    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }

  @keyframes flipInY {
    0% {
      opacity: 0;
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      opacity: 1;
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }

    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    right: 240px;
    left: auto !important;
    top: -23px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > ul {
    -webkit-animation: flipInX 0.6s ease-in-out;
    -moz-animation: flipInX 0.6s ease-in-out;
    -o-animation: flipInX 0.6s ease-in-out;
    animation: flipInX 0.6s ease-in-out;
    -webkit-backface-visibility: visible ;
    backface-visibility: visible ;
  }

  @-webkit-keyframes flipInX {
    0% {
      opacity: 0;
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      opacity: 1;
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }

    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }

  @keyframes flipInX {
    0% {
      opacity: 0;
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      opacity: 1;
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }

    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  /* Header Fixed */

  .custom-header-fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 20px;
    font-size: 12px;
  }

  .custom-header-fixed .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 19px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }


  .custom-header-fixed .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 12px;
  }
  .custom-header-fixed .custom-logo {
    padding: 7px 0 8px 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .custom-header-fixed .custom-logo img {
    max-width: 148px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

}




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

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

@media (max-width: 980px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
  }

  .mobile-trigger:before {
    color: #f68749;
    position: relative;
    top: 0;
    bottom: 50px;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    text-shadow: 0 0;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
  }

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

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

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
  }

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

  /* 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;
    left: 0;
    padding: 0;
    z-index: 50;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    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 {
    background-color: #00adc1;
    padding: 5%;
    border-top: 3px solid #f68749;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #fff;
    display: block;
    padding: 10px 5.1%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 14px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 23px;
    text-transform: capitalize;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    letter-spacing: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-left: 10px;
    visibility: visible !important;
    background-color:transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-left: 5%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 10px 5.2%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children a {
    font-weight: bold;
    background-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }

  /* Level 3 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    padding-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    font-weight: 300 !important;
    text-transform: none;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: bold;
  }
  .custom-logo {
    padding: 18px 0 19px 4px;
  }

}

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

.blog {
  padding-top: 40px;
}

/* listing */
.cm-press-blog .body-container{
    padding-top: 58px;
}
.cm-press-blog .post-header h2{
    font-size: 41.6px;
}

.cm-stories-top-content{
    margin-bottom: 2.02%;
    padding-bottom: 1em;
}

.cm-main-blog .body-container .page-center {
  padding-top:0;
}
.hs-blog-post .body-container {
    padding: 0;
}
.hs-subscribe label {
 margin-bottom:5px;
}
.hs-blog-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

.hs-blog-header h1 {
  font-size: 72px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
}

.post-item-inner p.post-meta {
  margin: 0;
  color: #666;
  font-size: 18px;
  margin-bottom: 6px;
  display: inline-block;
}
.post-item-inner p.cm-team-post-meta{
  margin-bottom: 6px;
  font-size: 14px;
}

.hs-press-mention-blog .blog-listing-wrapper .post-listing .post-item.first-post .post-item-inner p{
	font-size:18px;
}

.post-item-inner p.post-meta a {
  color: #666;
  text-decoration:  none;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin: 0;
  font-size: 18px;
  color: #666;
}
.post-body ul li ul {
  padding: 2px 0 2px 20px;
}

.cm-video-blog .blog-sidebar {
    width: 22.75%;
    margin: 0;
    float: left;
}	
.cm-video-blog .blog-content {
    width: 74.25%;
    float: right;
    margin: 0;
}
.post-body .entry-content iframe {
	width: 100%;
}
.cusotm-blog-side-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 13.186% !important;
  margin-top: 0;
}
.cusotm-blog-side-menu .hs-menu-wrapper > ul > li {
  font-family: 'Francois One',Helvetica,Arial,Lucida,sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
  float: none !important;
}
.cusotm-blog-side-menu .hs-menu-wrapper > ul > li > a {
  color: #666;
  font-family: 'Francois One',Helvetica,Arial,Lucida,sans-serif;
  font-size: 32px;
  display: inline-block;
  line-height: 32px;
}
.cusotm-blog-side-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgb(246, 135, 73);
}
.cm-video-blog .blog-sidebar .widget-span {
    margin-bottom: 6.593%;
    padding-bottom: 1em;
}
.cm-video-blog .blog-sidebar .cm-blog-form-title {
  margin-bottom: 0;
  padding: 0;
}
.blog .blog-sidebar form input {
  margin-top: 0;
}
.cm-blog-form-title h4{
    font-size: 20px;
    font-weight: 900;
}
.cm-blog-form{
  margin-top: 16px;
}
.cm-blog-form .hs-form-required {
  color: #790000;
  margin-left: 4px;
  display: none;
}
.cm-blog-form .hs-form-field > label {
  display: inline;
}
.cm-blog-form .hs-submit {
  text-align:left;
  padding: 0px 0 10px;
  margin: 0;
}



/* Post */

.hs-blog-post .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.blog.hs-blog-post .blog-content,
.blog.hs-blog-post .blog-sidebar {
  padding-top: 58px;
}

.blog.hs-blog-post .blog-content {
  border-right: #e2e2e2 1px solid;
  padding-right: 3%;
  padding-bottom: 23px;
}

.section.post-header h1 {
  font-size: 48px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
  text-transform:none;
}

.blog-post-wrapper p.post-meta {
  padding-bottom: 15px;
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: 0;
}

.blog-post-wrapper p.post-meta a {
  color: #666;
  text-decoration: none;
}

.blog-post-wrapper .post-body hr {
  display: none;
}

.blog-post-wrapper .post-body p {
  padding-bottom: 1em;
  margin: 0;
}

.hs-blog-post .section.post-footer {
  padding-bottom: 25px;
  margin-bottom: 27px;
}

/* Post Page Comment Form */

.hs-blog-post .section.post-footer {
  background: #f7f7f7;
  padding: 40px;
  margin-top: 50px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.hs-blog-post .section.post-footer h3 { 
  font-weight: 900;
  margin-bottom:10px;
}

.hs-blog-post .section.post-footer .hs-form .hs-richtext h3 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 900;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
}

.hs-blog-post .section.post-footer .hs-form .hs-form-field > label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 25px;
}
.cm-research-top-contnet-grp {
  padding-bottom: 1em;
  padding-top: 70px;
}

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

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

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

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

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


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  font-size: 51px;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
/*   /*text-transform: uppercase;*/ */
}
.hs-post-sucess-stories .cm-post-feature-image {
    float: none;
}
.post-header h2 a {
  color: inherit;
  text-decoration: none;
}
.cm-video-blog .post-header h2 {
  font-size: 36px;
  line-height: 1.2em;
  border-bottom: 1px dotted #f38750;
  margin-bottom: 15px;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 60px;
  padding:0;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {
  padding-top: 30px;
}

.cm-video-blog .blog-listing-wrapper .post-listing .post-item {
  padding-top: 1em;
}

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

.cm-post-feature-image {
  float: left;
  margin-right: 15px;
  position: relative;
  margin-top: 9px;
  background:#fff;
}

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}
.cm-video-more-link{
  background: rgb(249,249,249);
  background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#f2f2f2",GradientType=0 );
  border: 1px solid #e0dddd;
  border-radius: 5px 5px 5px 5px;
  color: #3d5054;
  font-size: 14px;
  padding: 0.3em 1em;
  text-decoration: none;
  float: right;
  margin: 0 5px 5px 0;
  font-weight: bold;
  font-style: normal;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  line-height: 1.7em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cm-video-more-link:hover {
  color: #f9f9f9;
  background: #f68749;
  border-color: #f68749;
  letter-spacing: 1px;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  margin-right: 8px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}



.cm-video-blog-pagination{
  display: block;
  position: relative;
  clear: both;
  margin-bottom: 30px;
  padding-top: 13px;
  border-top: 1px solid #e2e2e2;
  text-align: right;
}

.blog-pagination-count {
    margin: 0 5px;
    border: none !important;
    color: #666;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none;
    display: inline-block;
    padding: 3px 5px;
    vertical-align: middle;
}

.blog-pagination-left,
.blog-pagination-last{
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.blog-pagination-center {
    display: inline-block;
    vertical-align: middle;
}
.blog-pagination-right {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.cm-video-blog-pagination a{
  display: block;
  float: left;
  text-decoration: none;
  margin: 0 5px;
  border: none;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 3px 5px;
}

.cm-video-blog-pagination a:hover,
.cm-video-blog-pagination a:focus{
  color: #82c0c7;
  text-decoration: none;
}

.cm-video-blog-pagination a.elipses{
    border: 0;
}

.cm-video-blog-pagination a.active{
  color: #82c0c7;
  pointer-events: none;
  cursor: default;
}

.cm-video-blog-pagination a.next-link:hover,
.cm-video-blog-pagination a.prev-link:hover{
  color: #82c0c7;
}

.cm-blog-sidebar-post h3 {
    font-size: 36px;
}

.cm-blog-sidebar-post ul {
    padding: 0;
    padding: 0;
    list-style: none;
}

.cm-blog-sidebar-post ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    list-style-type: none;
    margin: 8px 0 3px;
    padding: 3px 0;
}

.cm-blog-sidebar-post ul li a {
    font-size: 15px;
    color: #666;
    text-decoration: none;
}
.cm-blog-sidebar-post ul li a:hover{
    color: #f68749;
}



/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  font-size: 51px;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
}
h2.post-listing-simple a {
  color: inherit;
  text-decoration: none;
}


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

.blog .blog-sidebar {}

.custom-related-post h3 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
}

.custom-related-post ul {
  list-style:  none;
  margin:  0;
  padding: 0;
}

.custom-related-post ul li.cat-post-item {
  border-bottom: 1px solid #ccc;
  list-style: none;
  list-style-type: none;
  margin: 3px 0;
  padding: 3px 0;
}

.custom-related-post ul li .related-post-item {
  margin: 5px 0 0 0;
  clear: both;
}

.custom-related-post ul li .related-post-item a {
  font-size: 15px;
  color: #666;
  text-decoration: none;
}

.custom-related-post ul li .related-post-item a:hover{
  color: #f68749;
}


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

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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



/*Blog Active STyling*/ 
.custom-menu-primary ul li.active > a,
.custom-menu-primary ul li.active-branch > a{
}



/* Blog Author Default Styling */
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */
.landing-page.one-column .body-container form, 
.error-template.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}

.body-container .hs-form{
  margin-bottom:30px;
}

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

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

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

/* Labels and Legends */
.body-container label {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
}
.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  display: inline-block;
  background-color: #eee;
  border: none;
  font-size: 14px;
  color: #999;
  padding: 16px;
  line-height: initial;
  font-family: inherit;
  letter-spacing: normal;
  margin-bottom: 16px;
  font-weight: 300;
  margin-top: 8px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  outline: 0;
}

.body-container select {
  padding-left:3px;
  height:51px !important;
}
legend.hs-field-desc {
    padding: 0 0 10px;
    margin-top: 9px;
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
}

.hs_error_rollup {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  margin-top: 10px;
}
.hs_error_rollup ul {
  display: block !important;
  margin: 0 !important;
}
.body-container .hs_error_rollup .hs-error-msgs label {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 18px;
    line-height: 1.5em;
}
span.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

/* Error */
.body-container .hs-error-msgs label{
  padding: 0 0 10px;
  padding-right: 16px;
  margin-top: 9px;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: 26px;
  clear: both;
  font-family: inherit;
}

.body-container ul.hs-error-msgs.inputs-list {
  margin: -15px 0 0;
  list-style: none;
  padding: 0;
}

.body-container .hs-input.invalid.error {
  border: 1px solid #790000;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  width: auto;
  display: inline-block;
  background-color: #fff;
  color: #f68749;
  border-width: 2px;
  border-color: #f68749;
  border-radius: 50px;
  font-weight: bold;
  font-style: normal;
  /*text-transform: uppercase;*/
  font-family: 'inherit', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 8px 0 0;
  padding: 6px 20px;
  border: 2px solid;
  white-space: normal;
}


.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-color: #f68749;
  color: #f9f9f9;
  border-color: #f68749;
  border-radius: 50px;
  letter-spacing: 1px;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  outline: 0;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS
========================================================================== */
.custom-header-wrapper.custom-lp-header-wrapper {
  min-height: 74px !important;
}

.custom-header.custom-lp-header .mobile-trigger {
  display: none !important;
}

/* Banner Area */

.body-container .custom-banner .page-center {
  padding-bottom: 0;
  padding-top: 0;
}

.custom-banner h1 {
  font-size: 72px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.2em;
  font-style: normal;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
  border-bottom: 1px solid #ccc;
  /*text-transform: uppercase;*/
}

.custom-banner h2 {
  font-size: 43px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 52px;
  font-style: normal;
  padding-bottom: 10px;
  color: #fff;
  margin: 0;
  border-bottom: 1px solid #ccc;
  /*text-transform: uppercase;*/
}

.custom-banner h3 {
  font-size: 43px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 52px;
  font-style: normal;
  padding-bottom: 10px;
  color: #fff;
  margin: 0;
  border-bottom: 1px solid #ccc;
  /*text-transform: uppercase;*/
}

/* Back To Top */

a#back-to-top {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ETmodules";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  speak: none;
}

a#back-to-top:before {
  content: "2";
}

.hs-search-field  .hs-search-field__input {
  max-width:500px;
}

.blog-listing-wrapper .post-listing .post-item .post-body video {
    display: none;
}

.cm-video-blog.hs-research-blog .blog-listing-wrapper .post-listing .post-item .post-body h2,
.cm-video-blog.hs-research-blog .blog-listing-wrapper .post-listing .post-item .post-body h1,
.cm-video-blog.hs-research-blog .blog-listing-wrapper .post-listing .post-item .post-body h3{
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    color: #666;
    font-weight: 300;
    font-family: lato;
}

.cm-video-blog.hs-research-blog .blog-listing-wrapper .post-listing .post-item .post-body p {
    display: inline;
}

/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width:1075px){  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 16px;
  }

}

@media (min-width: 981px) {
  .hs-home-row1-mobile-group {
    display:none !important;
  }
}

@media (max-width: 980px) {

  .container-fluid .row-fluid .page-center {
    max-width: 1080px;
  }

  .custom-header-wrapper {
    min-height: 80px !important;
  }

  h1 {
    font-size: 48px;
  }

  .body-container{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .body-container .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .body-container .custom-banner .page-center {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .custom-banner h1 {
    font-size: 48px;
  }

  .custom-mobile-menu-wrapper {
    position: absolute;
    width: 100% !important;
  }

  /* Header */

  .custom-header-top {
    display: none !important;
  }

  .widget-span.custom-menu-primary.custom-desktop-menu {
    display: none;
  }

  .custom-logo img ,
  .custom-header-fixed .custom-logo img{
    max-width: 169px;
  }

  .widget-span.custom-logo {
    width: 100%;
    position: relative;
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    display:none;
  }

  /* Footer */

  .widget-span.custom-social-icons-wrapper {
    float: none;
    text-align: center;
    margin: 0 0 5px;
  }

  .widget-span.custom-copyright-wrapper {
    text-align: center;
    width: 92%;
  }

  .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-footer-design a:last-child {
    padding-right: 9px;
  }

  /* Blog */

  .blog.hs-blog-listing .body-container{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog.hs-blog-listing .body-container .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hs-blog-header h1 {
    font-size: 48px;
  }

  .blog.hs-blog-post .blog-content {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 0;
  }

  .blog .blog-sidebar {
    width: 100%;
    margin-left: 0;
    padding-top: 0 !important;
    padding-bottom: 28px;
  }

  .section.post-header h1 {
    font-size: 60px;
  }

  .custom-related-post {
    margin-bottom: 30px;
  }

  .hs-blog-post .body-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cm-educators-page .body-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cm-educators-page .cm-educator-section-group {
    padding: 50px 0 0px;
    margin-bottom: 1em;
  }
  .cm-educators-page .body-container .page-center {
    padding-top: 0;
    padding-bottom: 0;
    width: 80% !important;
    max-width: 94% !important;
  }
  .cm-educator-section1 {
    margin-bottom: 30px;
  }
  .cm-educator-section2-group {
    padding: 30px 0;
    margin-bottom: 1em;
  }
  .cm-educator-section2-group .cm-one-col-cnt-img-wrap {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative;
    margin-bottom: 30px;
  }
  .cm-educator-section3-group {
    padding: 30px 0;
  }
  .cm-educator-section3-group .cm-one-col-cnt-img-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cm-one-col-cnt-img-inner-wrap {
    height: auto !important;
  }
  .cm-educator-section1-group {
    padding: 0px 0 30px;
    margin-bottom: 47px;
  }
  .cm-hs-rss-feed .hs-rss-item-text {
    padding-bottom: 16%;
    width: 100%;
  }
  .cm-page-title h1 {
    font-size: 48px;
  }
  .cm-robot-page .body-container .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cm-robot-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cm-robot-section .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
  }
  .widget-span.cm-robot-section2-col1,
  .widget-span.cm-robot-section2-col2 {
    width: 100%;
    float: none;
    margin: 0;
    padding-bottom: 30px;
  }
  .widget-span.cm-robot-section2-col2 {
   margin-bottom:30px;
  }
  .widget-span.cm-robot-section2-col1{
    margin-bottom: 13px;
  }
  .cm-educators-page .cm-page-title{
    margin-bottom: 0;
  }
  .widget-span.cm-educator-section4-col {
    width: 100%;
    margin: 0;
    margin-bottom: 0;
  }
  .cm-two-col-right-layout .body-container .custom-banner .page-center {
    padding-top: 28px;
    padding-bottom: 50px;
  }
  .cm-two-col-right-layout .body-container .page-center {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .cm-two-col-right-layout .main-content {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    margin-bottom: 32px !important;
  }
  .cm-two-col-right-layout .sidebar {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding-top: 0;
  }  
  .cm-two-col-right-layout .body-container .sidebar .widget-type-form {
    margin-bottom: 94px;
  }
  .cm-two-col-right-layout .body-container .hs-form {
    margin: 18px 0;
  }
  .custom-banner {
    margin-bottom: 30px;
  }
  .cm-experts-page .body-container .custom-banner .page-center {
   padding-bottom:0;
  }
  .cm-robot-main-group .hs_cos_wrapper_type_rich_text {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .custom-two-col-equal-mod {
    padding: 15px;
  }
  .custom-two-col-sub-inner {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px;
  }
  .custom-two-col-sub-inner.col2 {
    margin-bottom: 60px;
  }
  .cm-curriculum-section1 .custom-two-col-sub-inner.col2 {
    margin-bottom: 0;
  }
  .cm-experts-page .custom-two-col-equal-mod-wrapper:nth-child(odd) .custom-two-col-equal-mod {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-two-col-sub-inner.col2 .cm-iframe-wrapper {
    margin-bottom: 30px;
  }
  .cm-curriculum-section2-col {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .cm-one-col-cnt-img-wrap {
    width: 100%;
    color: #666;
    float: none;
    margin: 0;
  }
  .cm-one-col-cnt-left-img-grp {
    margin-bottom: 30px;
  }
  .cm-one-col-cnt-img-inner-wrap {
    max-width: 100%;
  }
  .cm-curriculum-section1 .custom-two-col-equal-mod {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cm-milo-networking-section1,
  .cm-milo-networking-section2,
  .cm-milo-networking-section3,
  .cm-milo-networking-section4, 
  .cm-milo-networking-section5 {
    padding: 50px 0;
  }
  .cm-networking-guide-page .body-container .cm-milo-networking-section1 .page-center {
    padding-bottom: 2%;
    padding: 30px 0;
  }
  .cm-milo-networking-section1 .hs_cos_wrapper_type_rich_text,
  .cm-milo-networking-section2 .hs_cos_wrapper_type_rich_text, 
  .cm-milo-networking-section3 .hs_cos_wrapper_type_rich_text, 
  .cm-milo-networking-section4 .hs_cos_wrapper_type_rich_text,
  .cm-milo-networking-section5 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 60px;
  }
  .cm-milo-networking-section2 .cm-page-title,
  .cm-milo-networking-section3 .cm-page-title,
  .cm-milo-networking-section4 .cm-page-title, 
  .cm-milo-networking-section5 .cm-page-title {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 1em;
  }
  .cm-networking-guide-page .body-container .cm-milo-networking-section2 .page-center,
  .cm-networking-guide-page .body-container .cm-milo-networking-section3 .page-center,
  .cm-networking-guide-page .body-container .cm-milo-networking-section4 .page-center,
  .cm-networking-guide-page .body-container .cm-milo-networking-section5 .page-center {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .cm-accordian-content-inner {
    padding-bottom: 18px;
  }
  .cm-accordian-item:last-child {
    margin-bottom: 30px;
  }
  .cm-accordian-item {
    margin-bottom: calc(30px + 1em );
  }

  .cm-networking-guide-page .body-container .cm-milo-networking-section5 .page-center,
  .cm-networking-guide-page .body-container .cm-milo-networking-section4 .page-center{
    margin-bottom:30px;
  }
  .cm-accordian-grp {
    margin-bottom: 30px;
  }
  .cm-technical-support-page .body-container .page-center {
    padding: 30px 0;
  }
  .cm-technical-support-section2 {
    margin-bottom: 60px;
  }
  .cm-submit-ticket-page .body-container .custom-banner .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cm-support-page .body-container .page-center {
    padding: 30px 0;
  }
  .cm-support-page .body-container {
    padding: 50px 0;
  }
  .cm-tabberlive-wrapper {
    margin-bottom: 60px;
  }
  .cm-support-services-page .body-container .custom-banner .page-center {
    padding-top: 30px;
  }
  .cm-support-services-page .body-container .custom-banner {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .cm-support-services-page .body-container .custom-banner .page-center {
    padding-top: 30px;
  }
  .cm-support-service-content {
    margin-bottom: 60px;
  }
  .cm-sign-up-page .custom-banner .page-center {
    padding-top:30px !important;
  }
  .cm-milo-section1-col {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    margin-bottom: 0 !important;
  }
  .cm-milo-section1-col .cm-iframe-wrapper {
    margin-bottom: 60px;
  }
  .cm-milo-section2-col {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    margin-bottom: 60px !important;
  }
  .cm-milo-form-grp .hs-form {
    width: 100%;
    margin: 18px 0 61px !important;
  }
  .cm-milo-form-grp {
    padding: 30px 0;
  }
  .cm-milo-section-grp .hs_cos_wrapper_type_linked_image {
    margin-bottom: 30px;
  }
  .cm-life-long-section1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cm-life-long-section3 {
    padding: 30px 0 30px;
  }
  .cm-life-long-section2 {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  .cm-life-long-form{
    margin-bottom: 60px;
  }
  .cm-two-col-equal-page .main-content {
    width: 100% !important;
    float: none !important;
    margin: 0;
    margin-bottom: 30px;
  }
  .home-banner-area {
    position: relative;
    height: Calc(100vh - 80px);
  }
  .home-banner-area:after {
    content: "";
    background-color: rgba(225,225,225,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: block;
  }
  .home-banner-area .page-center {
    position: relative;
    z-index: 12;
    height: Calc(100vh - 80px);
  }
  .home-banner-area h1 {
    font-size: 56px;
    max-width: 100%;
  }
  .home-banner-area p {
    max-width: 100%;
    font-size: 20px;
  }
  .hs-home-row1-group {
    padding: 50px 0;
    margin-bottom: 2em;
  }
  .hs-home-layout .custom-two-col-sub-inner {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
  .hs-home-layout .custom-two-col-equal-mod {
    display: block;
    text-align: center;
  }
  .hs-home-row1-group {
   display:none !important;
  }
  
  .hs-home-row1-mobile-group {
    display:block !important;
  }
  .hs-home-row1-mobile-group {
    padding: 50px 0;
    margin-bottom: 1em;
  }
  .hs-home-row1-mobile-group .page-center {
    padding: 0;
  }
  .hs-home-row1-mobile-group .custom-two-col-equal-mod-wrapper {
    padding: 30px 0;
  }
  .hs-home-row1-mobile-group .custom-two-col-equal-mod-wrapper:first-child {
    padding-top: 0;
  }
  .hs-home-row1-mobile-group .custom-two-col-equal-mod-wrapper:first-child {
    padding-top: 0;
  }
  .hs-home-row1-mobile-group .custom-two-col-equal-mod-wrapper {
    padding: 30px 0;
  }
  .hs-home-layout .custom-two-col-equal-mod-wrapper:last-child {
    padding-bottom: 0;
  }
  .hs-home-layout .custom-two-col-equal-mod {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-home-layout .hs-home-row1-mobile-group .custom-two-col-sub-inner.col2 {
    padding-top: 40px !important;
  }
  .hs-home-row2-col1, .hs-home-row2-col2, .hs-home-row2-col3 {
    margin-bottom: 60px;
    width: 100% !important;
    margin-left: 0 !important;
    padding-bottom: 0;
  }
  .hs-home-row2-group {
    padding: 50px 0;
  }
  .body-container .hs-home-row2-group .page-center {
    padding: 30px 0 50px;
  }
  
  .cm-contact-form {
    margin-bottom:50px;
    width:100% !important;
    float:none !important;
    margin-left:0;
  }
  .cm-contact-sidebar {
    width:100% !important;
    float:none !important;
    margin-left:0 !important;
    margin-bottom:15px;
  }
  .cm-video-blog .blog-content {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  .cm-post-feature-image {
    float: none;
    margin-right: 0;
    margin-top: 9px;
    margin-bottom: 30px;
    display: inline-block;
  }
  .cm-video-blog .post-header h2 {
    font-size: 16px;
  }

}

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


@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .error-template.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .cm-main-blog .cm-post-feature-image {
      display: block;
      float: none;
      margin: 0 auto 20px;
      text-align: center;
  }
  .custom-banner h1 {
    font-size: 30px;
  }
  .hs-search-field  .hs-search-field__input {
    max-width:100%;
  }

  /* Blog */

  .hs-blog-header h1 {
    font-size: 30px;
  }

  h2.post-listing-simple,
  .post-header h2 {
    font-size: 18px;
  }

  .section.post-header h1{
    font-size:38px;
  }

  .hs-author-profile .hs-author-bio {
    margin: 10px 0;
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .cm-page-title h1 {
    font-size: 30px;
  }	
  .cm-curriculum-section4-col3 {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .cm-one-col-cnt-left-img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .cm-one-col--left-img-cnt {
    display: block;
    vertical-align: top;
    padding-left: 0;
    text-align: left;
  }
  .cm-one-col--left-img-cnt h4 {
    font-size: 28px;
  }
  .cm-curriculum-section2-col p {
    white-space: normal !important;
    word-wrap: break-word;
  }
  .cm-curriculum-section4-col2 {
   padding-top:0;
  }
  .cm-curriculum-section4-col1,
  .cm-curriculum-section4-col2,
  .cm-curriculum-section4-col3 {
   margin-bottom:30px;
  }
  .custom-two-col-equal-mod h1, 
  .custom-two-col-equal-mod h2, 
  .custom-two-col-equal-mod h3, 
  .custom-two-col-equal-mod h4, 
  .custom-two-col-equal-mod h5,
  .custom-two-col-equal-mod h6 {
    word-wrap: break-word;
  }
  ul.tabbernav li a {
    display: block;
  }
  ul.tabbernav li {
    float: none;
    display: block;
  }
  .cm-support-service-content {
    font-size: 30px;
  }
  .cm-milo-sign-up-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .cm-milo-sign-up-form form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .cm-milo-sign-up-form .hs-button.primary.large {
    display: block;
    width: 100%;
  }
  .cm-milo-form-grp .hs-form-field .hs-input {
    width: 100% !important;
  }
  .cm-contact-form form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .cm-contact-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding: 0;
  }
  .cm-contact-form form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }
  .cm-video-blog-pagination {
    display: block;
    text-align: center;
  }
  .blog-pagination-count,
  .blog-pagination-left,
  .blog-pagination-center,
  .blog-pagination-right,
  .blog-pagination-last{
    text-align: center;
    display: block;
  }
  .cm-video-blog-pagination a {
    display: inline-block;
    float: none;
  }
  form.hs-form fieldset[class*="form-columns"] .hs-input {
   width:100% !important; 
  }
  .cm-video-blog .post-header h2 {
    font-size: 16px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: auto;
    float: none;
    margin: 0 0 20px;
  }
  .cm-press-blog .post-header h2{
    font-size: 18px;
  }
  .cm-milo-form-grp .hs-submit {
    padding: 16px 0 10px 0;
  }  
  .cm-tabberlive-content h3 {
    font-size: 20px;
  }
  .cm-tabberlive-content h5 {
    font-size: 20px;
  }
  .cm-tabberlive-item {
    padding: 30px;
  }
  .cm-accordian-item {
    padding: 20px;
  }
  .cm-milo-networking-section2 .cm-page-title h1,
  .cm-milo-networking-section3 .cm-page-title h1,
  .cm-milo-networking-section4 .cm-page-title h1,
  .cm-milo-networking-section5 .cm-page-title h1 {
    font-size: 36px;
  }
  .cm-milo-networking-section1 .hs_cos_wrapper_type_rich_text,
  .cm-milo-networking-section2 .hs_cos_wrapper_type_rich_text,
  .cm-milo-networking-section3 .hs_cos_wrapper_type_rich_text,
  .cm-milo-networking-section4 .hs_cos_wrapper_type_rich_text,
  .cm-milo-networking-section5 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
  }
  .cusotm-blog-side-menu .hs-menu-wrapper > ul {
   margin-top:0;
  }
  .hs-blog-post .section.post-footer .hs-form h4 { 
    font-size:24px;
  }
  .cm-research-top-contnet-grp {
    padding-bottom: 1em;
    padding-top: 30px;
  }
  form.hs-form .hs-form-field ul.inputs-list li input {
      width: auto !important;
  }
  .cm-nominate-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding:0 !important;
	}
  .cm-nominate-form form.hs-form fieldset .hs-form-field {
      padding: 0;
  }

}  

@media (max-width: 640px) {

  .checkbox-row span.fakelabel span {
    margin-left: 3px;
    font-size: 13px;
  }
  .cm-educator-section1 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .cm-educator-section1 h1 {
    font-size: 24px;
  }
  .cm-one-col-cnt-title h4 {
    font-size: 23px;
  }
  .cm-two-col-right-layout .main-content img {
    float: none !important;
    margin: 0 0 10px !important;
    display: block;
  }
  .cm-curriculum-section3 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 24px;
  }
  .cm-contact-form .hs-button.primary {
    display: block;
    width: 100%;
  }
  .cm-press-blog .post-header h2{
    font-size: 16px;
  }
  .cm-ticket-form .hs-form-field.hs-robot_serial_number legend.hs-field-desc {
    line-height:normal;
  }
  .cm-two-col-equal-page .main-content h2{
    font-size: 25px;
  }
  .cm-two-col-equal-page .main-content h3{
    font-size: 33px;
  }
  .cm-nominate-form .hs_submit {
      text-align: center;
  }
  .cm-nominate-form .hs_submit .hs-button.primary{
      display: block;
      width: 100%;
  }




}


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

@media (max-width: 479px) {

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  .checkbox-row span.fakelabel span {
    margin-left: 3px;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
  }

  .email-prefs input#submitbutton {
    font-size: 12px;
  }

  .subscribe-options label span {
    font-size: 11px;
  }

  /* Blog */

  h2.post-listing-simple,
  .post-header h2 {
    font-size: 16px;
    padding-bottom: 0;
  }

  .hs-blog-post .section.post-footer .hs-form {
    padding: 20px 15px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 25px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .hs-blog-post .section.post-footer .hs-form .hs-richtext h3 {
    font-size: 21px;
  }
  .cm-two-col-right-layout .body-container .main-content h3 {
    font-size: 24px;
  }
  .cm-curriculum-section1 .cm-page-title h1 {
    font-size: 30px;
  }
  .cm-milo-networking-section2 .cm-page-title h1,
  .cm-milo-networking-section3 .cm-page-title h1,
  .cm-milo-networking-section4 .cm-page-title h1,
  .cm-milo-networking-section5 .cm-page-title h1 {
    font-size: 27px;
  }
  .custom-logo {
    padding: 24px 0 25px 4px;
  }
  .custom-logo img,
  .custom-header-fixed .custom-logo img {
    max-width: 121px;
  }
  .cm-two-col-equal-page .main-content h2{
    font-size: 25px;
  }
  .cm-two-col-equal-page .main-content h3{
    font-size: 24px;
  }
  .cm-two-col-equal-page .main-content h5{
    font-size: 20px;
  }
  .cm-educator-section1 h3 {
    font-size: 20px;
  }

}

/* Missing Template at Path: \'Main Combo Template 2018\/_variables.css\' */


@media (min-width: 1181px) {
	
	.header-menu > .hs-menu-wrapper {
		display: block!important;
	}
	.header-menu > .hs-menu-wrapper,
	.header-menu .hs-menu-wrapper > ul,
	.header-menu .hs-menu-wrapper > ul > li {
		height: 100%;
	}
	
	.header-menu .hs-menu-wrapper ul {
		margin-top: 0;
	}
	.header-menu .hs-menu-wrapper li {

	}
	.header-menu > .hs-menu-wrapper > ul > li > a,
	.header-menu > .hs-menu-wrapper > ul  > li > .hs-menu-children-wrapper li a {
		color: inherit;
		padding: 1rem;
		font-size: .85rem;
		font-weight: light;
		color: ;
		opacity: 0.8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	.header-menu .hs-menu-wrapper > ul > li {
		position: relative;
	}
	.header-menu > .hs-menu-wrapper > ul > li > a {
		color: ;
		padding: 0px 1rem;
	}
	.header-menu .hs-menu-wrapper li a:hover {
		opacity: 1;
	}
	.header-menu > .hs-menu-wrapper > ul  > li > .hs-menu-children-wrapper li a {
		color: #fff;
	}
	.header .header-menu li.active > a {
		color: ;
	}
	.header-menu > .hs-menu-wrapper > ul  > li > .hs-menu-children-wrapper li.active a,
	.header-menu > .hs-menu-wrapper > ul  > li > .hs-menu-children-wrapper li a:hover {
		opacity: 1;
	}
	
	/* ---------
	 * Level 01
	 * ------------ */
	.header .header-menu > .hs-menu-wrapper > ul > li {
	}
	.header .header-menu > .hs-menu-wrapper > ul > li > a {
		position: relative;
		border-bottom: 1px solid transparent;
	}
	
	/* Active */ 
	.header .header-menu > .hs-menu-wrapper > ul > li:hover > a,
	.header .header-menu > .hs-menu-wrapper > ul > li.active-branch > a,
	.header .header-menu > .hs-menu-wrapper > ul > li.active > a {
		color: inherit;
		border-bottom: 1px solid;
	}
	.header .header-menu > .hs-menu-wrapper > ul > li.active-branch > a:after,
	.header .header-menu > .hs-menu-wrapper > ul > li.active > a:after {
		width: 100%;
		opacity: 1;
		background-color: ;
	}

	/* Hover */
	.header .header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		visibility: hidden;
		transition: 0.15s ease;
	}
	.header .header-menu > .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper,
	.header .header-menu > .hs-menu-wrapper > ul > li:focus-within > .hs-menu-children-wrapper {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	
	/* ---------
	 * Level 02
	 * ------------ */
	
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
		background-color: var(--gray-700);
		padding: 1rem 0;
		min-width: 10rem;
		width: auto;
		color: #fff;
	}
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li {
		width: 100%;
		margin-top: 0.25rem;
	}
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li + li {
		margin-top: .75rem;
	}
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a {
		display: block;
		padding: 0 1rem;
		font-size: .9rem;
		line-height: 1.25;
	}
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover > a {
		color: #fff;
	}
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-item-has-children {
		position: relative;
	}
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-item-has-children:before {
		content: "";
		position: absolute;
		right: 0.5rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	/* ---------
	 * Level 03
	 * ================= */
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
		position: absolute;
		left: 100%;
		top: -1rem;
		opacity: 0;
		transform: translateX(10px);
		-webkit-transform: translateX(10px);
		visibility: hidden;
		background-color: var(--gray800);
		padding: 1rem 0;
		min-width: 10rem;
		width: auto;
		background-color: var(--gray-700);
		color: #fff;
		transition: 0.15s ease;
	}
	.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a {
		padding: 0 1rem;
	}
		.header-menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover > .hs-menu-children-wrapper {
			left: 100%;
			opacity: 1;
			transform: translateX(0);
			-webkit-transform: translateX(0);
		  visibility: visible;
		}
	
}

@media (max-width: 1180px) {
	.header-menu-wrapper {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-self: flex-end;
	}
	.header-menu .hs-menu-wrapper {
		display: none;
	}
}

@media (min-width: 1181px) {
	.header-menu > .hs-menu-wrapper > ul > li > a {
    color: currentColor;
		opacity: .8;
  }
	.header .header-menu > .hs-menu-wrapper > ul > li:hover > a {
		color: currentColor;
		opacity: 1;
		border-bottom: 1px solid;
	}
}

@media (min-width: 1181px) {
	.mobile-trigger {
		display: none!important;
	}
}

@media (max-width: 1180px) {
	
	.header-menu > .hs-menu-wrapper {
		max-height: calc( 100vh - var(--header-height) );
		overflow-y: scroll;
	}

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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of header-menu. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .header-menu .hs-menu-wrapper > ul,
  .header-menu .hs-menu-wrapper > ul li,
  .header-menu .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
     ========================================================================== */
	.hamburger {
		padding: 0!important;
		outline: none!important;
		display: inline-flex;
	}
	.hamburger-box {
		width: 2rem;
	}
	.hamburger-inner, 
	.hamburger-inner:after, 
	.hamburger-inner:before {
    width: 2rem!important;
    height: 1.5px!important;
	}


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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 3rem !important;
    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%;
    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;
    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
     ========================================================================== */  
     
   .header-menu.js-enabled {
   }

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

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

  /* Mobile Menu Styles */ 
  .header-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
		width: 100%;
    padding: 0;
  }
  .header-menu .hs-menu-wrapper{
    background-color:;
    width: 100%;
  }
	.header-menu .hs-menu-wrapper li.active-branch > a {
	  font-weight: bold;
	}
	.header-menu .hs-menu-wrapper li.active > a {
		background: ;
		color: #fff;
	} 

   /* Level 1 Menu List Styles */
  .header-menu .hs-menu-wrapper > ul > li {
  }
  .header-menu .hs-menu-wrapper > ul > li a {
    font-size: 1rem;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .header-menu .hs-menu-wrapper > ul li {
    border-top: 1px dotted rgba(255, 255, 255, .35);
		position: relative;
  }
  .header-menu .hs-menu-wrapper >  ul li a{
		padding: 1rem;
    color: #fff;
		height: 3rem;
  }
  .header-menu .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .header-menu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .header-menu .hs-menu-wrapper > ul ul li a{
    text-indent: 10px;
    font-size: 1rem;
  }

  /* Level 3 and Higher Menu List Styles */
  .header-menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px;
  }
  .header-menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px;
  }
}

@media (max-width: 1180px) {
	.header-right {
		margin-left: auto;
		justify-self: flex-end;
	}
	.header-language-switcher-label-current {
		display: none;
	}
}

@media (max-width: 1180px) {
	.header-search-wrapper {
  	order: 3;
	}
}

@media (min-width 1181px) {
	.header-search-trigger-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100%;
	}
}

@media (max-width:1180px) {
	.mega-menu {
		display: none!important;
	}	
}