/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Js/stacktable.css');

/* 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 {
  background: #fff;
    font-family: 'Dosis',Arial,sans-serif;
    font-size: 1.1875em;
    line-height: 30px;
    color: #5f5f5f;
    font-weight: 300;
}

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

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


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

/* Basic text */
p {
    margin: 0 0 20px
} 
small {}
strong {
    font-weight: 600
}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    margin: 0 0 5px;
    padding: 16px 0 0 0
}

h2 {
    margin: 20px 0 0;
    color: #00a379;
    font-size: 2em;
    font-weight: 300;
    line-height: 120%
}

h3 {
    margin: 40px 0 0;
    color: #5f5f5f;
    font-size: 2em;
    font-weight: 300;
    line-height: 120%
}

h4 {
    margin:36px 0 5px;
    font-size: 1.73684211em;
    color: #5f5f5f;
    font-weight: 300;
    line-height: 120%;
}

h5 {
    margin: 36px 0 5px;
    color: #5f5f5f;
    font-size: 1.26315789em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 120%
}

h6 {
    margin: 36px 0 5px;
    color: #5f5f5f;
    font-size: 1.26315789em;
    font-weight: 400;
    line-height: 120%
}

/* Anchor Links */
a {
    color: #00a379;
    text-decoration: underline
}
a:hover, a:focus { 
    
}

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

ul {
    list-style: none;
    margin: 10px 0 20px 0;
    padding: 24px 6px 14px;
    background: #efefef
}

ul li {
    padding: 0 0 5px 34px;
    background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-ul.png) no-repeat 10px 9px;
    list-style: none;
    margin: 0
}

ol {
    padding: 0 0 10px 15px
}

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

/* Horizontal Rules */
hr {
    border: 1px solid #dfdfdf;
    border-width: 1px 0 0 0;
    border-collapse: collapse;
    clear: both;
    margin: 35px 0
}

blockquote {
    font-size: 1.4em;
    font-weight: 200;
    font-style: italic;
    text-align: center;
    color: #00a379;
    margin: 35px;
    padding: 0;
    line-height: 1.8em;
}


img, embed, object, video, iframe {
    max-width: 100%;
}



/* =============== 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 {}
.lp-footer .footer-copyright {
    padding-bottom: 29px;
}
/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

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

.custom-header .row-fluid .page-center {
    max-width: 75%;
    position:relative;
}
.header-logo a {
    width: 140px;
    height: 210px;
    margin: 0 0 -63px;
    display: block;
    position: relative;
    z-index: 1;
}
.header-quicklinks {
    position: relative;
    right: 0;
    padding-right: 215px;
}
#quickLinks {
    float: none;
    margin-top: 11px;
    display: inline-block;
    vertical-align: top;
    margin-left: 6em;
}   
#quickLinks a {
    display: block;
    color: #afafb0;
    float: left;
    padding-left: 32px;
    margin-right: 40px;
    font-size: 1.05263158em;
    text-decoration: none;
    height: 30px;
    background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-headIcons.png) no-repeat;
}
#quickLinks a:hover {
    color: #5f5f5f
}
a#home {
    background-position:0 0;
}
a#home:hover {
     background-position:0 -37px;
}
a#translate {
    background-position: 0 -74px;
}

a#translate:hover {
     background-position: 0 -112px;
}
a#media {
    background-position: 0 -150px;
}
a#media:hover {
     background-position: 0 -189px;
}
a#hcontact {
    background-position: 0 -228px;
    margin-right: 36px;
}

a#hcontact:hover {
     background-position: 0 -267px;
}
div#login {
    display: inline-block;
    vertical-align: top;
    float: right;
}
#login a {
    display: block;
    float: left;
    text-decoration: none
}
#login a {
    color: #00a379;
    font-weight: 500;
    font-size: 1.15789474em;
    padding-left: 27px;
    background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/icon-phone.png) no-repeat;
    margin: 10px 6px 0 0
}
.custom-header {
    line-height: 24px;
}
.custom-header .widget-type-google_search {
    max-width: 215px;
    float: right;
    position:absolute;
    right: 0;
    top: 0;
}
.custom-header .widget-type-google_search label {
    display: none;
}
.custom-header .input {
    position: relative;
}
.custom-header .widget-type-google_search input[type="text"] {
    border: none;
    background-color: #fff6cb;
    margin: 0;
    padding: 5px 50px 7px 15px;
    color: #5d5f61;
    font-size: 1em;
    text-transform: lowercase;
    display: block;
    margin: 0;
    height: auto;
    line-height: 1.5;
    font-weight:400;
    width:100%;
}
.custom-header .widget-type-google_search .hs-button.primary {
    background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/btn-search.png) no-repeat 10px center;
    width: 50px;
    height: 40px;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
.custom-header .header-right{
    width: auto;
    float: right;
    margin: 0;
}
.custom-header .header-logo {
    max-width: 140px;
}
/* =============== Content =============== */
body{
    position:relative;
}

.body-container {}

body:not(.cm-hs-lyt):not(.blog):not(.custom-blog ) .content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.button {
    text-transform: uppercase;
    text-decoration: none;
    color: #00a379;
    border: 1px solid #00a379;
    padding: 8px 16px;
    display: inline-block;
    margin: 0 .3em 1em 0
}

.cm-hero-banner.inner.green {
    background: #00a379;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cm-hero-banner.inner.green img {
    margin-bottom: -1px;
    margin-top: -1px;
    height:auto;
    max-width: 900px;
    width: 100%;
}

.cm-hero-banner.inner.green .text {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: left;
}

.cm-hero-banner.inner.green h1 {
    font-size: 2.63157895em;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 20px 20px 20px 12.4%;
    line-height: 1em;
    display: inline-block;
    text-align: left;
    background: #00a379;
}

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

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

.custom-footer {
    width: 100%;
    position: absolute;
    color: #fff;
    line-height: 24px;
    z-index: 1111;
    bottom: 0;
}

.custom-footer {
    line-height: 24px;
}

.custom-footer a {
    color: #ffffff;
    text-decoration: none;
}
.custom-footer ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
    background: none;
}
.custom-footer ul li {
    background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-footer-ul.png) no-repeat 15px 10px;
    padding: 0 0 5px 40px;
}

.footer-top {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 35px;
    background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-footerTop.png) repeat;
}

.footer-bottom {
    background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-footerBottom.png) repeat;
}
.button.yellow {
    color: #fff;
    border: 1px solid #fff;
    background: none;
    font-weight: 100;
    text-align: center;
    padding: 17px;
    margin: 25px 0 30px 0;
    float: right;
}

.footer-copyright p {
    float: left;
    font-size: 1.05263158em;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 0;
}

.footer-copyright p+p {
    float: left;
    font-size: .89473684em;
    font-weight: 300;
    margin-top: 12px;
    clear: left;
    margin-bottom: 0;
}

.min-height-0 {
    min-height: 0 !important;
}

.footer-location p {
    float: left;
    margin-bottom: 15px;
    margin-right: 8%;
}

.footer-location p:first-of-type {
    margin-right: 8%;
}

.custom-footer h5 {
    color: #bfbfbf;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.15789474em;
    margin: 0;
    padding-left: 40px;
    padding-bottom: 25px;
    position: relative;
}

.footer-location p:last-child {
    margin-bottom: 0;
}

.custom-footer h5 img {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-contact a {
    position: relative;
    padding-left: 40px;
    padding-bottom: 9px;
    display: block;
    text-decoration: none;
}

.footer-contact a img {
    position: absolute;
    left: 17px;
    top: 3px;
}

.footer-contact br {
    display: none;
}

.footer-contact br+a img {
    top: 7px;
    left: 15px;
}

img {}

.footer-follow li img {
    position: absolute;
    left: 0;
}

.custom-footer .footer-follow li {
    position: relative;
    background: transparent;
    padding-bottom: 9px;
}
.custom-footer {
    line-height: 24px;
}


.footer-form-btn {
    background-color: rgb(240, 240, 240) !important;
    color: rgb(34, 34, 34) !important;
    display: block;
    position: fixed;
    bottom: 0;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    z-index: 1111;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
    padding: 0px 15px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    cursor:pointer;
    font-weight: 400;
    width: 115px;    
    
}
.cm-footer-pop-up-from {
   display: none!important;
}

.cm-footer-pop-up-from .hs-form-field > label {
    display: none;
}



.footer-form-open .cm-footer-pop-up-from {
   display: block!important;
}



.footer-form-open .footer-form-btn {
   display: none;
}


.cm-footer-pop-up-from {
    position: fixed;
    z-index: 1000001;
    bottom: 39px;
    padding: 23px 19px 19px;
    width: 30%!important;
    margin: 0 auto!important;
    float: none!important;
    left: 0;
    right:0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f0f0f0 !important;
}

.cm-footer-pop-up-from .hs-form-required{
    display:none;
}

.cm-footer-pop-up-from h3
{
    color: #222222;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}






.cm-footer-pop-up-from  input[type="submit"] {
     width:100%;
     display:block;
     font-family: "Helvetica N;eue","Helvetica",Helvetica,Arial,sans-serif;
     padding:16px  10px 17px;
     font-size:16px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     background: #0f52ba!important;
     color: #ffffff;
     margin: 0;
}
.cm-footer-pop-up-from  input[type="email"] , .cm-footer-pop-up-from  textarea
{
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 16px 0;
    padding: 8px;
    height: 37px;
    resize: vertical;
    border: 1px solid #ccc;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    overflow: auto;
    line-height: normal;
    max-width: 100%;
    width: 100%;
}

.cm-footer-pop-up-from  input[type="email"]:focus , .cm-footer-pop-up-from  textarea:focus
{
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999;
}



.form-close-icon:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: normal;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    background: transparent;
    font-family: Arial, sans-serif;
}

.form-close-icon {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: 0;
    cursor: pointer;
    color: rgb(34, 34, 34) !important;
}

.main-content table, 
.custom-blog .post-body table {
    margin: 36px 0 15px;
    width: 100%;
    border-spacing: 1px;
}
.custom-blog .post-body table {
    border-collapse: collapse;
}

.main-content table th , 
.custom-blog .post-body th {
    padding: 12px 0 12px 2%;
    border: 1px solid #fff;
    background: #5f5f5f;
    color: #efefef;
    text-align: left;
    font-size: 1.29411765em;
    font-weight: 300;
    text-transform: uppercase;
}


.main-content table td , .custom-blog .post-body td{
    padding: 10px 0 10px 2%;
    /*border: 1px solid #fff;*/
    background: #efefef;
    color: #5f5f5f;
    text-align: left;
}

.translateTable h6 {
   margin-top: 0;
}

.main-content table img {
   max-width: 100%;
}

.cm-three-col-equal-wrap {
    max-width: 800px;
    font-size: 19px;
    overflow: hidden;
    margin: 36px 0 15px;

}

.cm-three-col-equal-wrap .span4 div {
    padding: 10px;
    border: 1px solid #fff;
    background: #efefef;
    color: #5f5f5f;
}

.cm-three-col-equal-wrap .span4 {
    width: 33.3%;
    margin: 0;
}

.cm-three-col-equal-wrap .span4 img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

.cm-three-col-equal-wrap .span4 div p {
    margin: 0;
}


.cm-three-col-equal-wrap .span4  .img-section {
    min-height: 185px;
    border-bottom: none;
    border-left: none;
}

table.teeth-table {
    border-collapse: collapse;
    border-spacing: 1px;
    margin: 36px 0px 15px;
    max-width: 800px;
    color: rgb(95, 95, 95);
    font-family: Dosis, Arial, sans-serif;
    font-size: 19px;
    line-height: 30px;
    width: 100%;
}


table.teeth-table td {
    padding: 10px 0px 10px 15.9688px;
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    background: rgb(239, 239, 239);
}


.sidebar-title {
   background: #5f5f5f;
   display: block;
}
.sidebar-title h4 {
   font-size: 1.31578947em;
   color: #fff;
   padding: 20px;
   padding-left: 40%;
   margin: 0;
}


/*Normal Blog*/
.custom-blog .blog-sidebar h3 {
    margin: 36px 0 5px;
    color: #5f5f5f;
    font-size: 1.26315789em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 120%;
}

.custom-blog .blog-sidebar ul {
    padding: 0;
    margin: 0;
    background: transparent;
}

.custom-blog .blog-sidebar ul li {
    padding: 0;
    list-style: none;
    background: none;
}




.custom-blog  .blog-sidebar input[type="email"] {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    display: block;
    padding: 0 0.4em;
    margin: 0 4% 10px 0;
    min-height: 32px;
    width: 58%;
    min-width: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    -webkit-appearance: none;
    color:#000;
}




.custom-blog  .blog-sidebar input[type="submit"] {
        display: block;
        margin: 0 0 10px 0;
        min-width: 90px;
        float:none;
        clear: both;
        background-color: #aaa;
        border: 0 none;
        border-radius: 4px;
        letter-spacing: .03em;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 15px;
        line-height: 32px;
        margin: 0 5px 10px 0;
        padding: 0;
        text-align: center;
        text-decoration: none;
        vertical-align: top;
        white-space: nowrap;
        transition: all 0.23s ease-in-out 0s;
        -webkit-transition: all 0.23s ease-in-out 0s;
        -moz-transition: all 0.23s ease-in-out 0s;
        width: 35%;
        text-transform: none;
        font-family: Arial;
        

}

.custom-blog  .blog-sidebar input[type="submit"]:hover{ 
    background-color: #777;
}
.custom-blog .blog-sidebar .hs_email.field.hs-form-field > label {
    display: none;
}
.custom-blog  .blog-sidebar .widget-type-blog_subscribe h3 {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: none;
    font-family: Helvetica, Arial, sans-serif;
    line-height: normal;
    margin: 0;
}









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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    margin: 45px 0 0;
    padding: 0;
    display: block;
    float: right;
    line-height: 1.42857142857143em;
    background: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0;
    padding: 0;
    background: none;
    display: block;
    float: left;
    width: auto;
    font-size: inherit;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 400;
    font-size: 1.26315789em;
    padding: 0 0 33px 1em;
    display: block;
    text-decoration: none;
    transition: all .5s ease 0s;
    color: #5f5f5f;
}


  
@media screen and (min-width: 1340px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 1.2em;
}
}

@media screen and (min-width: 1400px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 1.4em;
}
}
@media screen and (min-width: 1460px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 1.6em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  margin-left: 8px;
}
}
@media screen and (min-width: 1520px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 1.8em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  margin-left: 8px
}
}
@media screen and (min-width: 1580px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 3em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  margin-left: 37px
}
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #00a379;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
      background-color: #fff;
    padding: 0 35px 0 0;
    line-height: 1.42857142857143em;
    width: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0;
    background: none;
    display: block;
    margin: 5px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
    opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 1.05263158em;
    opacity: .75;
    color: #000;
    padding-left: 35px;
    padding-bottom: 16px;
    text-decoration:none;
    font-weight: normal;
    transition: all .5s ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #eb6b06;
}

/* 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:1280px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        display: none!important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4):hover > a {
        color: #eb6b06;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a[href*="/for-referrers"]{
        color: #bb0a7d;
    }

}


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

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

@media (max-width: 1279px){

  /* 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: 0px;
        right: 0;
        width: auto;
        height: auto;
        text-align: left;
        margin-top: 65px;
    }
  /* ===== Mobile Child Toggle Buttons ===== */

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    background: #eee;
    padding: 0;
    display: block;
    margin: 0;
    line-height: 51px;
    border-bottom: #d8d9da solid 1px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a {
        padding: 0 10px;
        color: #fff;
        border: none;
        line-height: 25px;
        padding: 22px 7.5% 20px;
        position: relative;
        display: block;
        text-decoration: none;
        color: #333;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 18px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        
        text-align: center;
    }
    span.ui-icon.ui-icon-circle-plus {
        background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/ac-plus.png) no-repeat;
        margin: 5px 0 0 -25px;
        display: inline-block;
        width: 16px;
        height: 16px;
        position: absolute;
    }


  

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
        margin: 0;
        padding: 0;
        background: transparent;
    }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
        line-height: 24px;
        font-size: 13px;
        background: #ffd300;
        text-shadow: none;
        margin: 0;
    }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font-size: 16px;
        padding: 15px 0!important;
  }

  /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li {
        background-color: #fffbe4;
    }  
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
         padding: 10px 7.5%!important;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
  
    
  
}


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


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

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

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

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

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


/* =============== 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 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{

}

/* Read More Link */
a.more-link {}

/* 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-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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


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




/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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

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

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

/* Labels and Legends */
label {
    clear: both;
    color: #5f5f5f;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
    display:block;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width:100%;
    padding: 7px 17.969px;
    font-size: 20px;
    font-family: 'Dosis',Arial,sans-serif;
    color: #00ad84;
    line-height: 35px;
    margin: 8px 0;
    border: 1px solid #00ad84;
    max-width:767px;
    display:block;
}

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

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.hs-error-msgs label {
    color: red;
    text-transform: none;
    padding: 0;
    margin-top: -10px;
    font-family: 'Dosis',Arial,sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
}

/* 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 */
.hs-error-msgs label{}

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

.cm-footer-pop-up-from   ::-webkit-input-placeholder {
    color: #999;
    opacity:1;

    

} /* Webkit Browsers */
.cm-footer-pop-up-from   :-moz-placeholder {
    color: #999;
    opacity:1;


    
} /* Firefox 18- */
.cm-footer-pop-up-from   ::-moz-placeholder {
    color: #999;
    opacity:1;


} /* Firefox 19+ */
.cm-footer-pop-up-from   :-ms-input-placeholder {
    color: #999;
    opacity:1;

} /* IE10 */


.blog-sidebar ::-webkit-input-placeholder , .cm-footer-pop-up-from ::-webkit-input-placeholder {
    opacity:0.6;
} /* Webkit Browsers */
.blog-sidebar :-moz-placeholder , .cm-footer-pop-up-from ::-webkit-input-placeholder   {
    opacity:0.6;
} /* Firefox 18- */
.blog-sidebar ::-moz-placeholder ,  .cm-footer-pop-up-from  ::-webkit-input-placeholder  {
    opacity:0.6;
} /* Firefox 19+ */
.blog-sidebar :-ms-input-placeholder , .cm-footer-pop-up-from ::-webkit-input-placeholder  {
    opacity:0.6;
} /* IE10 */



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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background: #00ad84;
    font-family: 'Dosis',Arial,sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    float: right;
    margin-right: 3%;
    margin-top: 15px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    height: auto;  
}

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

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

body:not(.cm-hs-lyt) .hs-button.primary, body:not(.cm-hs-lyt) input[type="submit"], body:not(.cm-hs-lyt) input[type="button"] {
    float: none;
    display: inline-block;
}
body:not(.cm-hs-lyt) .form-title{
    margin-top: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                                      
   ========================================================================== */
   
 
.error-template .cm-hero-banner,
		.subscription-template .cm-hero-banner,
		.password-template .cm-hero-banner
		{
			min-height:50px;
}
		
 
   
/* LEFT SIDEBAR THAT STACKS BELOW CONTENT ON MOBILE */
   .cm-two-col-right-layout .sidebar.right , 
   .cm-two-col-right-layout .sidebar.right{
   margin-left: 0 !important;
   float: left;
   width: 31.25%;
   margin-right: 3.75%;
   background: #efefef;
   line-height: 24px;
}

.cm-two-col-right-layout  span.hs-form-required {
    display:none;
}


.cm-two-col-right-layout input, .cm-two-col-right-layout textarea , .cm-two-col-right-layout select {
    max-width: 100%!important;
}

.cm-two-col-right-layout textarea {
    min-height: 37px;
    line-height: 19px;
}

.cm-two-col-right-layout .main-content {
   margin-right: 0 !important;
   float: right !important;
   width: 65% !important;
}
.cm-two-col-right-layout .main-content .main-content-inner {
   width: 80.769230769231%;
   padding: 30px 0 50px;
      float: none;
   
}
a.documentLink {
   padding: 13px 20px 13px 60px;
   margin: 10px 0 10px;
   line-height: 120%;
   display: inline-block;
   font-size: 1em;
   font-weight: 300;
   color: #00a379;
   text-decoration: none;
   background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-doc.png) no-repeat 14px 10px #f3f3f3;
}

.breadcrumb-menu ul li {
    background: none !important;
    float: none!important;
    display: inline-block;
    padding: 0;
}

.breadcrumb-menu  ul.hs-breadcrumb-menu {
    border-bottom: 1px solid #dfdfdf;
    display: block;
    margin: 0 0 35px;
    background: transparent;
    padding: 0 0 5px;
}

.breadcrumb-menu .hs-breadcrumb-menu-divider:before {
    content: " > ";
    padding-left: 0;
}


.social-sharing-widget-vertical {
    height: auto;
    margin: 0;
    padding: 10px 8px 35px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9999;
    background: #fff;
    transform: translateY(-50%);
    width: 44px!important;
}



.social-sharing-widget-vertical a {
    display: block;
    margin-bottom: -20px;
}



  


.cm-right-content a.documentLink {
    display: block;
}

      
      
.event-blog.cm-two-col-right-layout .sidebar.right {
   margin-right: 0;
}

.event-blog .main-content-inner .custom-breadcrumb hr {
   margin: 5px 0 35px;
}

.event-blog.hs-blog-listing .post-section {
   display: none !important;
}

.event-blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item {
   border: 0;
   padding: 0;
   clear: both;
   margin-bottom: 39px;
   overflow: hidden;
   padding-top: 10px;
}

.event-blog.hs-blog-listing .eventDate {
   float: left;
   width: 15.204678362573%;
   margin-right: 4.385964912281%;
   text-align: center;
}

.event-blog.hs-blog-listing .eventDetails {
   float: left;
   width: 80.409356725146%;
   vertical-align: top;
}

.event-blog.hs-blog-listing .eventDate span.month {
   color: #008fc3;
   font-size: .89473684em;
   text-transform: uppercase;
}

.event-blog.hs-blog-listing .eventDate span.day {
   display: block;
   color: #fff;
   font-size: 1.57894737em;
   background: #008fc3;
   border-radius: 30px;
   padding: 16px 0;
}

.event-blog.hs-blog-listing .eventDetails h5 {
   margin: 0!important;
   font-size: 1.15789474em;
   font-weight: 500;
   color: #008fc3;
}

.event-blog.hs-blog-listing .eventDetails p {
   margin: 5px 0;
   font-weight: 300;
}

.event-blog.hs-blog-listing .eventDetails p strong {
   font-weight: normal;
}
   
   
.event-blog.hs-blog-listing .post-item a.more-link {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 5px;
}




.event-blog.hs-blog-post .list-section {
    display: none !important;
}


.event-blog.hs-blog-post .post-header h1 {
    margin: 0;
    color: #00a379;
    font-size: 2em;
    font-weight: 300;
    line-height: 120%;
    padding: 0;
}

.event-blog.hs-blog-post table.table {
    margin: 36px 0 15px;
    width: 100%;
    border-spacing: 1px;
    font-family: "Segoe UI", Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    border-collapse: collapse;
    max-width: 100%;
    background-color: transparent;
    line-height: 30px;
}

.event-blog.hs-blog-post table.table tbody > tr {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid transparent;
}

.event-blog.hs-blog-post table.table th {
    padding: 12px 0px 12px 2%;
    border: 1px solid #fff;
    background: #5f5f5f;
    color: #efefef;
    text-align: left;
    font-size: 1.29411765em;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 20px;
    font-family: "Segoe UI", Helvetica, Verdana, Arial, sans-serif;
}

.event-blog.hs-blog-post table.table td {
    padding: 10px 0 10px 2%;
    border: 1px solid #fff;
    background: #efefef;
    color: #5f5f5f;
    text-align: left;
    display: table-cell;
    vertical-align: top;
    line-height: 20px;
    font-family: "Segoe UI", Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
}


.event-blog.hs-blog-post table.table td span {
    font-size: 19px;
}

.event-blog.hs-blog-post .post-body strong {
    color: #000;
}

form.hs-form .hs-form-field ul.inputs-list {
   list-style: none;
   padding: 0;
   margin: 0;
   background: transparent;
}
form.hs-form .hs-form-field ul.inputs-list li {
   background: transparent;
   padding: 0;
}



.cm-blue-lyt .footer-bottom {
    background-image: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-footerBottom-blue.png);
}

.cm-blue-lyt .main-content h2 a , .cm-blue-lyt .breadcrumb-menu ul li a {
    color: #008fc3;
}
 
.cm-blue-lyt .cm-hero-banner.inner.green , .cm-blue-lyt .cm-hero-banner.inner.green h1{
    background: #008fc3;
}


.cm-orange-lyt .breadcrumb-menu ul li a, .cm-orange-lyt .main-content h2  {
    color: #eb6b06;
}

.cm-orange-lyt .cm-hero-banner.inner.green , .cm-orange-lyt .cm-hero-banner.inner.green h1{
    background: #eb6b06
}

.cm-purple-lyt .footer-bottom {
    background-image: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-footerBottom-pink.png);
}
.cm-purple-lyt  .breadcrumb-menu ul li a, .cm-purple-lyt .main-content h2 ,
.cm-purple-lyt .breadcrumb-menu ul li:first-child span.hs-breadcrumb-label{
    color: #bb0a7d!important
    
}

.cm-purple-lyt .cm-hero-banner.inner.green , .cm-purple-lyt .cm-hero-banner.inner.green h1{
    background:#ba097d;
}


.main-content-inner .hs_cos_wrapper_type_rich_text > h2:first-child , .main-content-inner .hs_cos_wrapper_type_rich_text > h6:first-child {
    margin-top: 0;
}


.cm-feedback  .main-content .field.hs-form-field > label {
    padding: 10px 0 10px 2%;
    border: 1px solid #fff;
    background: #efefef;
    color: #5f5f5f;
    text-align: left;
    width: 20%;
    font-family: 'Dosis',Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height:  30px;
    display: table-cell;
    vertical-align: middle;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.cm-feedback  .hs-form-field > .input {
    padding: 10px 2% 10px 2%;
    border: 1px solid #fff;
    background: #efefef;
    color: #5f5f5f;
    text-align: left;
    display: table-cell;
    vertical-align: inherit;
    width: 80%;
    border-bottom-width: 2px;
}
.cm-feedback .hs-form-field {
    display: table;
    width: 100%;
    position:relative;
    background: #efefef;
}

.cm-feedback form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list.inputs-list {
    display: table-row!important;
    position: relative;
    height: 60px;
}

.cm-feedback form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list.inputs-list li {
    position: absolute;
    left: 22%;
}

.cm-feedback form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list.inputs-list li label {
    padding: 17px 0 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.cm-feedback .hs-form-field ::-webkit-input-placeholder {
    opacity:0.7;
    color: #5f5f5f;
    font-size:19px;
} 
.cm-feedback .hs-form-field :-moz-placeholder {
    opacity:0.7;
    color: #5f5f5f;
    font-size:19px;
} 
.cm-feedback .hs-form-field ::-moz-placeholder {
    opacity:0.7;
    color: #5f5f5f;
    font-size:19px;
} 
.cm-feedback .hs-form-field :-ms-input-placeholder {
    opacity:0.7;    
    color: #5f5f5f;
    font-size:19px;
} 

.cm-feedback .hs-form-field > .input label input[type="radio"] {
    margin-right: 10px;
}





.cm-feedback  .hs-form-field > .input   label {
    font-size: 16px;
    color: #444;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.cm-feedback label.hs-form-checkbox-display input {
    margin-right: 10px;
}


.cm-feedback  .main-content .hs_submit {
    background: #efefef;
    padding: 40px 2% 40px 26%;
}

.cm-feedback  .main-content input[type="submit"] {
    width: 100%;
    display: block;
    margin: 0;
    float: none;
    line-height: 35px;
}







/*-----------------------Custom Blog-----------------------------*/

.custom-blog .cm-hero-banner.inner.green img {
   margin-bottom: 0;
   margin-top: -1px;
}
.custom-blog .post-header h2 {
   font-size: 2.05882353em;margin:0;
}
.custom-blog .post-header h2 a {
   text-decoration: none;
}
.custom-blog .post-item .display-date {
   margin: 10px 0;
   font-size: 1em;
   text-transform: none;
   color: #aaa;
}
.custom-blog .post-body{
   margin: 3px 0;
}
.custom-blog .post-item .blog-right-col{
   width: 79.761904761905%;
   float: left;
}
.custom-blog .post-item .blog-right-col a{
   text-decoration: none;
}
.custom-blog .post-item .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
        width: 100%;
}
.custom-blog .post-item a.more-link {
   background: #00ad84;
   display: inline-block;
   font-size: 16px;
   font-weight: 400;
   text-transform: uppercase;
   color: #fff;
   padding: 0 10px;
   border: none;
   cursor: pointer;
   text-decoration: none;
   height: auto;
   outline: 0;
}
.custom-blog .post-item {
   clear: both;
   margin-bottom: 37px;
   border-bottom: 1px solid #dfdfdf;
   padding-bottom: 30px;
}

.custom-blog .post-item .hs-featured-image-wrapper {
   float: left;
   width: 17.857142857143%;
   margin-right: 2.380952380952%;
}
.custom-blog .post-item {
   clear: both;
   margin-bottom: 37px;
   border-bottom: 1px solid #dfdfdf;
   padding-bottom: 30px;
   overflow: hidden;
}
.custom-blog .blog-content {
   padding: 36px 0 40px 0;
   width: 60% !important;
}
.custom-blog .blog-sidebar {
   float: right;
   width: 35%;
   padding-bottom: 40px;
   padding-top: 36px;
   margin-left: 0 !important;
}

.custom-blog .post-header h2 {
    font-size: 2.05882353em;
    margin: -8px 0 0;
}



.custom-blog .post-item #hubspot-topic_data {
   color: #fff;
   margin-top: 10px;
}
.custom-blog .post-item #hubspot-topic_data a.topic-link {
   background: #dfdfdf;
   display: inline-block;
   font-weight: 400;
   text-transform: uppercase;
   color: #464646;
   padding: 0 10px;
   border: none;
   cursor: pointer;
   height: auto;
}

.custom-blog .post-header h1 {
   margin: 20px 0 0;
   color: #00a379;
   font-size: 2em;
   font-weight: 300;
   line-height: 120%;
   padding: 0;
}

.custom-blog .hs-blog-social-share .hs-blog-social-share-list {
   padding-left: 0;
   padding: 0;
   background: transparent;
}
.custom-blog .hs-blog-social-share {
   margin-top: 0;
   padding: 6px 0 0 0;
   border-top: none;
   border-bottom: none;
   height: auto;
}
.custom-blog .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
   height: 30px;
   list-style: none !important;
   background: none;
   padding: 0;
}
.custom-blog .hs-featured-image-wrapper-post-page img {
   width: 100%;
   margin: 20px 0;
}
.custom-blog.hs-blog-post .blog-post-wrapper .display-date {
    margin: 6px 0 0;
    font-size: 1em;
    text-transform: none;
    color: #aaa;
}

.custom-blog .post-body hr {
    border-color: inherit;
    margin: 0;
    padding: 0;
}

/*------------------------------Media Blog--------------------------------*/
.media .sidebar-title {
   background: #5f5f5f;
   display: block;
}
.media .sidebar-title h4 {
   font-size: 1.31578947em;
   color: #fff;
   padding: 20px;
   padding-left: 40%;
   margin: 0;
}
.media .bCrumb hr {
   margin: 5px 0 35px;
}
.media .span9.post-item-content {
   width: 79.761904761905%;
   margin-left: 0;
}
.media .span3.post-item-image {
   width: 17.857142857143%;
   margin-right: 2.380952380952%;
}
.media .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
   margin: 0;
   max-width: 100%;
   max-height: none;
   display: block;
   float: none;
}
.media .hs-blog-listing .post-header h2 {
   font-size: 2.05882353em;
   margin: -8px 0 0;
}
.media .hs-blog-listing .post-header h5 {
   margin: 10px 0;
}
.media .post-header h2 a {
   text-decoration: none;
}
.media .post-item a {
   text-decoration: none;
}
.media .post-item-content .post-body * {
   display: inline;
   margin: 0;
   padding: 0;
}
.media .blog-listing-wrapper .post-listing .post-item .post-body {
   margin: 3px 0;
}
.media a.rss-link img {
   vertical-align: middle;
   margin-right: 2px;
}
.media #hs_cos_wrapper_post_body p {
   margin-bottom: 10px;
}

.landingItem a, .landingItem a:hover {
    text-decoration: none;
}
.landingItem {
    float: left;
    width: 17.857142857143%;
    margin: 25px 3.571428571429% 25px;
    text-align: center;
    height: 175px;
}
.discipline-icon {
    width: 150px;
    height: 150px;
    background-repeat: none;
    margin: 10px auto;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    
}




.disciplineItem {
    min-height: 230px;
    width: 150px;

}

.disciplineItem-main-wrapper.group {
    clear: both;
    overflow: hidden;
}


.landingItem h5 {
    font-size: 1.05263158em;
    text-transform: uppercase;
    color: #5f5f5f;
    margin: 10px 0 0;
}

.group:before, .group:after  {
    content: "";
    display: table;
}

.disciplineItem:hover .discipline-icon, .disciplineItem:focus .discipline-icon {
    margin: 0 auto 20px;
}

.custom-sidebar-menu ul {
    margin: 0;
}


.custom-sidebar-menu .hs-menu-wrapper >ul li.active-branch {
   display: block;
}
.custom-sidebar-menu .hs-menu-wrapper >ul >li > ul {
    margin-top: -1px;
}


.custom-sidebar-menu .hs-menu-wrapper ul >li {
   display: none;
}
.custom-sidebar-menu .hs-menu-wrapper ul >li.show {
   display: block;
}
.custom-sidebar-menu .hs-menu-wrapper a {
   font-size: 1.15789474em;
   color: #5f5f5f;
   padding: 20px;
   padding-left: 40%;
   display: block;
   border-bottom: 1px solid #fff;
   text-decoration: none;
   text-decoration: none;
   white-space: normal !important;
}
.custom-sidebar-menu .hs-menu-wrapper >ul >li > a {
   font-weight: 300;
   line-height: 120%;
   font-size: 1.31578947em;
   color: #fff;
   padding: 20px;
   padding-left: 40%;
   margin: 0;
   background: #5f5f5f;
}
.custom-sidebar-menu .hs-menu-wrapper > ul > li > ul >li {
   display: block;
}
.custom-sidebar-menu .hs-menu-wrapper >ul >li> ul >li > a {
   font-size: 1.15789474em;
   color: #5f5f5f;
   padding: 20px;
   padding-left: 40%;
   display: block;
   border-bottom: 1px solid #fff;
   text-decoration: none;
}    
.custom-sidebar-menu .hs-menu-wrapper >ul >li> ul >li > a:hover {
   background: #fff;
   text-decoration: none;
}
.custom-sidebar-menu .hs-menu-wrapper >ul >li> ul >li.active-branch > a {
   background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/arrow-selected.png) no-repeat right center #ffd300;
   background-size: 19px 100%;
   margin-right: -19px;
}
.custom-sidebar-menu .hs-menu-wrapper ul >li {
   background: transparent;
   padding: 0;
}

.custom-sidebar-menu .hs-menu-wrapper >ul ul ul{
   background-color: #fffbe4;
}
.custom-sidebar-menu .hs-menu-wrapper >ul ul ul >li > a {
   padding: 15px;
   padding-left: 44%;
   border-bottom-color: #dfdfdf;
   font-size: 1.05263158em;
}
.custom-sidebar-menu .hs-menu-wrapper > ul ul ul li a:hover {
   font-weight: 500;
   text-decoration: none;
}
.custom-sidebar-menu .hs-menu-wrapper > ul ul ul li.active a{
   background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/arrow-selected2.png) no-repeat right center #ffd300;
   background-size: 11px 100%;
   margin-right: -11px;
   border-bottom: none;
}


.custom-sidebar-menu.secondary .hs-menu-wrapper ul >li {
   display: block;
}


.custom-sidebar-menu .hs-menu-wrapper >ul >li > ul > li > ul > li {
    display: none;
}

.media .blog-content .main-content-inner {
    padding-top: 30px;
}


.breadcrumb-menu ul {
    background: transparent;
}


.post-pagination > a {
    margin-bottom: 10px;
    float: left;
    width: 48%;
    text-decoration: none;
    display: block;
}

.post-pagination > a:nth-child(odd) {
    margin-right: 4%;
}

.post-pagination > a h3 {
    margin-bottom: 4px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    color: rgb(0, 163, 121);
    font-family: "Helvetica Neue",arial,sans-serif;
}

.post-pagination > a ul {
    background: transparent;
    padding: 0;
    margin: 0;
    color: rgba(30,55,70,.4);
}

.post-pagination > a ul
 li {
    padding: 0;
    background: none;
    display: inline;
    line-height: 1.1em;
    font-weight: 500;
    font-size: 12px;
}


table.stacktable {
    display: none;
}


.blog.media.cm-two-col-right-layout .sidebar.right {
    margin-right: 0;
}


.blog.media.cm-two-col-right-layout h5#hubspot-author_data {
    margin: 10px 0px;
}

.blog.hs-blog-listing.media.cm-two-col-right-layout .post-header h2{
    margin: -8px 0 0;
    font-size: 2.05882353em;
}



.custom-blog .post-body td {
    border: 1px solid #fff;
}

.sumo_twilighter_highlighted:hover{
    cursor: pointer !important;
    background-color: rgba(95, 95, 95, 0.3) !important;
}

.sumo_twilighter_shares{
    background-color: transparent !important;
    background-image: url('//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/twilighter_sm.png') !important;
    background-position: 4px 0 !important;
    background-repeat: no-repeat !important;
    box-shadow: none !important;
    color: #5eabdf !important;
    font-size: xx-small !important;
    font-weight: normal !important;
    padding: 0 4px 0 18px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle !important;
    line-height: initial;
}


/*HomePage*/

.home-page .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
    max-height: 450px;
}

.home-page .caption.superimpose {
    margin: 0 auto;
    width: 72.916666666667%;
    left: 0;
    right: 0;
    background: transparent;
    top: 30%;
    padding: 0 !important;
    text-align: left;
}

.home-page .caption.superimpose span {
    float: right;
    width: 44%;
    line-height: 50px;
    text-align: left;
}

.home-page .caption.superimpose h3 {
    font-size: 2em;
    color: #bb0a7d;
    font-weight: 500;
    margin: 0 0 40px;
}

.home-page .caption.superimpose .button {
    font-size: 1.15789474em;
    font-weight: 500;
    color: #bb0a7d;
    border-color: #bb0a7d;
}
.home-page .slick-prev, 
.home-page .slick-next {
    display: none !important;
}    
.home-section2 {
    background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/bg-ctas.png) repeat;
    position: relative;
    min-height: 340px !important;
}
.ctaItem {
    text-align: center;
    margin-top: 48px;
}
.ctaItem a {
    text-decoration: none;
}
.ctaItem img {
    transition: all .5s ease 0s;
}
.ctaItem:hover img {
    margin-bottom: 10px;
    margin-top: -10px;
}
.ctaItem h5 {
    font-size: 1.57894737em;
    font-weight: 500;
    margin: 20px auto;
    padding-top: 9px;
}

.home-page .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    vertical-align: top;
}
.home-section2 .page-center {
    padding-left: 15px;
    padding-right: 15px;
}

.home-page .page-center.section3 {
    margin-bottom: 50px;
    margin-top: 30px;
}

.home-page .section3 .main-content h3 {
    font-size: 1.57894737em;
    font-weight: 500;
    color: #5f5f5f;
    margin: 0 auto 20px;
}
.home-page .section3 .main-content h5 {
    font-size: 1.15789474em;
    font-weight: 500;
    color: #008fc3;
    margin: 0 auto 15px;
    text-transform: none;
}

.home-page .section3 .main-content .hs_cos_wrapper_type_rich_text {
    padding-bottom: 45px;
}

.blogItem {
    clear: both;
    margin-bottom: 37px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px
}

.blogItem.featured,.blogItem.recent {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 15px;
    margin-top: 15px
}

.blogItem a {
    text-decoration: none
}

.blogItem img {
    float: left;
    width: 17.857142857143%;
    margin-right: 2.380952380952%
}

.blogItem.featured img {
    width: 37%
}

.blogItemText {
    width: 79.761904761905%;
    float: left
}

.blogItem.featured .blogItemText {
    width: 60%
}

.blogItem h2 {
    font-size: 2.05882353em;
    margin: -8px 0 0
}

.blogItem.featured h2 {
    font-size: 1.4em;
    margin-top: 0
}

.blogItem.recent h2 {
    font-size: 1.4em;
    margin-top: 0
}

.blogItem h5,.blogDate {
    margin: 10px 0;
    font-size: 1em;
    text-transform: none;
    color: #aaa
}

.blogItem p {
    margin: 3px 0
}

.blogDetailImage {
    margin: 20px 0;
    width: 100%
}

p.blogTags {
    color: #fff;
    margin-top: 10px
}
a.readMore {
    background: #00ad84;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    border: none;
    cursor: pointer;
    height: auto
}
.blogTags a {
    background: #dfdfdf;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    color: #464646;
    padding: 0 10px;
    border: none;
    cursor: pointer;
    height: auto
}

.group:before,.group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}
.home-page .sidebar.right h3 {
    font-size: 1.57894737em;
    font-weight: 500;
    color: #5f5f5f;
    margin: 0 auto 20px;
}


.home-page .sidebar.right h3 {
    font-size: 1.57894737em;
    font-weight: 500;
    color: #5f5f5f;
    margin: 0 auto 20px;
}

.home-page .sidebar.right h5 {
    font-size: 1.15789474em;
    font-weight: 500;
    color: #008fc3;
    margin: 0 auto 15px;
    text-transform: none;
}
.newsItem {
    clear: both;
}
.newsItem.home, .eventItem.home {
    margin-bottom: 20px;
}
.newsItem a {
    text-decoration: none;
}
.newsItem img {
    float: left;
    width: 17.857142857143%;
    margin-right: 2.380952380952%;
}
.newsItem.home img {
    width: 40.540540540541%;
}

.newsItem.home h5 {
    float: none;
    width: initial;
    margin: 0!important;
    text-transform: none; 
}
.newsItem p {
    margin: 3px 0;
}
.newsItem.home a p {
    color: #5f5f5f;
}
.home-page .sidebar.right .button {
    margin-bottom: 50px;
}

.eventItem {
    clear: both;
    margin-bottom: 39px;
}
.eventItem a {
    text-decoration: none;
}
.eventDate {
    float: left;
    width: 15.204678362573%;
    margin-right: 4.385964912281%;
    text-align: center;
}
.eventDate .month {
    color: #008fc3;
    font-size: .89473684em;
    text-transform: uppercase;
}
.eventDate .day {
    display: block;
    color: #fff;
    font-size: 1.57894737em;
    background: #008fc3;
    border-radius: 30px;
    padding: 16px 0;
}
.eventDetails {
    float: left;
    width: 80.409356725146%;
}
.eventDetails p {
    margin: 5px 0;
    font-weight: 300;
}
.eventItem.home a p {
    color: #5f5f5f;
}
.blogItemTextInner *:not(a) {
    font-weight: normal;
    color: inherit !important;
}
span.eventDetailsContent * {
    font-weight: normal;
    color: inherit;
}
@media screen and (max-width: 1330px){
    .home-page .caption.superimpose span{
        width: 77%;
    }
    .home-page .caption.superimpose h3 {
        font-size: 2em;
    }  
    .home-page .caption.superimpose .button {
        font-size: 1.4em;
        padding: 4px 14px;
    }    
}
@media screen and (max-width: 1200px){
    .home-page .caption.superimpose span{
        float: none;
        width: 100%;
    }
    .home-page .caption.superimpose h3 ,
    .home-page .caption.superimpose a {
        color: #fff;
    }    
    .home-page .hs_cos_gallery_main .slick-slide img {
        display: none;
    }    
    .home-page .caption.superimpose{
        position:static;
    }
    .home-page .caption.superimpose .button {
        color: #fff;
        border-color: #fff;
    }    
    .home-page .widget-type-gallery {
        background: #00a379;
        padding: 90px 0 40px;
    }   
    .home-page .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
        width: 100%;
    }
    .home-page .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
        margin: 0;
    }
    .home-page .hs_cos_gallery_main{
        max-height:none;
    }
}

.home-page #mobHomeLink {
    display: none;
}

.three-col-equal-wrap .span4 div p {
    margin: 0;
    text-align: center;
}
   
.landingItem a:hover h5 {
    color: #008fc3;
}

.cm-contacy-inner {
   padding-left: 40%;
   margin-top: 15px;
   padding-bottom: 35px;
   min-height: 930px;
}

.cm-contacy-inner h5{
   color: #008fc3;
   font-size: 1.05263158em;
   font-weight: 500;
   padding: 15px 0 0;
   margin: 0;
}


.cm-contacy-inner p{
   margin: 10px 0 0;
}

.custom-sidebar-menu .hs-menu-wrapper >ul >li > ul > li.active-branch > ul > li {
    display: block;
}

.cm-feedback form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list.inputs-list li label {
    padding: 7px 0 0;
}

.media .blog-listing-wrapper .post-listing .post-item:last-child .row-fluid + hr {
    display: none;
}

.hs-blog-post .cm-hero-banner.inner.green.cm-listing {
    display: none;
}
.hs-blog-listing .cm-hero-banner.inner.green.cm-post {
    display: none;
}

.contact-layout select {
    height: 52px;
}

.contact-layout textarea {
    min-height: 120px;
}





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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media screen and (max-width: 2050px){
    
    
}

@media screen and (max-width: 2230px){
    
    .disciplineItem {
        margin: 25px 2.5%;
    }
}

@media (min-width: 1551px) and (max-width: 1680px)  {
    
    
    .custom-header .header-right {
        margin: 0 0 0 -60px!important;
    }

    
    
}
@media (max-width: 1550px) {
    
    #quickLinks {
        margin-left: 7px;
    }

}

@media (max-width: 1500px) {
    
    .home-page .caption.superimpose h3.last-slide {
        margin-top: -15%!important;
    }
}

@media screen and (max-width: 1435px){
    
    .disciplineItem {
        margin: 25px 2%;
    }
}
@media screen and (max-width: 1365px){
    .disciplineItem {
        margin: 25px 4%;
    }
}



@media screen and (max-width: 1370px){
    #quickLinks a {
        margin-right: 30px;
    }

}

@media screen and (max-width: 1320px){
    
    #quickLinks a {
        margin-right: 25px;

    }
    
    #quickLinks {
        margin-left: 2px;
    }
    
    .header-quicklinks {
       padding-right: 205px;
    }
}


@media screen and (min-width: 1280px){
    
    .hide-desktop{
        display:none!important;
    }
    
    .custom-blog .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
        color: #00a379;
    }
    .cm-purple-lyt.cm-two-col-right-layout .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
        color: #bb0a7d!important
        
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a  {
        color: #eb6b06;
    }
     
     .cm-two-col-right-layout .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a[href="//inspiro-org-au-2511815.hs-sites.com/get-involved/consumer-register"] {
        color: #eb6b06;
    }
     .cm-two-col-right-layout .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a  {
        color: #00a379;
     }
}

@media screen and (min-width: 768px) and (max-width: 1279px){

    
    .footer-location, .footer-quicklinks , .cm-footer-third-col {
        width: 33.3%!important;
        margin: 0!important;
    }
    
    .cm-footer-third-col {
        padding-left: 15px;
    }
    
    .footer-contact {
        padding-bottom: 30px;
    }
        
    
}

@media screen and (max-width: 1235px){
.disciplineItem {
    margin: 25px 3.5%;
}
}

@media screen and (max-width: 1180px){
    .disciplineItem {
        margin: 25px 3%;
    }
}
@media screen and (max-width: 1130px){
    .disciplineItem {
        margin: 25px 2.5%;
    }
}


@media screen and (max-width: 1050px){
    .disciplineItem {
        margin: 25px 1.5%;
    }
    
}

@media screen and (min-width: 981px){
    
    .main-content-inner .hs_cos_wrapper_type_rich_text > table:first-child{
       margin-top:0
    }

    .inner-wrapper.widget-span{
        width: 80.769230769231%;
        padding: 30px 0 50px;
    }
}

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

@media (max-width: 1279px) {
    
        .home-page .caption.superimpose h3.last-slide {
            margin-top: 0%!important;
        }
        
        .hide-mobile{
            display:none!important;
        }
        
        #mobHomeLink {
            float: right;
            display: block;
            width: 27px;
            height: 25px;
            margin-top: 71px;
            background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/icon-home.png) no-repeat 0 0;
            position: absolute;
            right: 65px;
            text-indent: -999em;
            top:0;
        }
        
        .button.yellow {
            margin: 25px 0 5px 0;
            float: none;
        }
        .footer-bottom {
            padding-bottom: 25px;
        }
        
        .cm-mobile-menu-wrapper {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 320px!important;
        overflow-x: none;
        overflow-y: auto;
        background: #333;
        color: #fff;
        text-align: center;
        left: auto;
        right: -320px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
    
    }
    
    .mobile-open .cm-mobile-menu-wrapper {
        right:0;
    }
    
    
    .close-mobile {
        display: block;
        float: right;
        cursor: pointer;
        margin-top: -10px;
        position: absolute;
        right: 41px;
        top: 22px;
        opacity: .7;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        z-index:11
    
    }
    .close-mobile:hover {
        opacity: 1;
    }
    
    .cm-menu-title p {
        min-height: 47px!important;
        color: #fff;
        font-size: 1.31578947em;
        text-transform: uppercase;
        font-weight: 300;
        margin: 28px 7.5% 0!important;
        position: relative;
    }
    
    .cm-menu-title p {
        margin: 0;
    }
    
    .cm-menu-mobile-number {
        background-color: #eee;
        border-bottom: 1px solid #d8d9da;
        display: block;
        line-height: 25px;
        padding: 22px 7.5% 20px;
        color: #333;
        text-transform: uppercase;
        transition: all .5s ease;
        cursor: pointer;
    }
    
    .cm-menu-mobile-number:hover {
        background: #aaa;
    }

    
    .cm-menu-mobile-number a {5
        color: #00a379;
        font-weight: 500;
        font-size: 1.15789474em;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li:hover , .cm-mobile-qucik-links a:hover {
       background: #aaa;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li
    > a:hover , .cm-mobile-qucik-links a:hover  {
       color: #ffd300;
    }
    
    .cm-menu-google-search label {
        display: none;
    }
    
    .cm-menu-google-search input[type="text"] {
        border: none;
        margin: 0;
        padding:0px 50px 0 15px;
        height: 40px;
        width: 150px;
        color: #5d5f61;
        font-size: 1em;
        text-transform: lowercase;
        background-color: #e1e1e1;
        width: 100%;
        line-height: normal;
        font-family: Arial;
    }
    
    .cm-menu-google-search {
        background-color: #5d5f61;
        padding: 10px 10px;
        width: 100%;
        min-height: 40px!impoartant;
        position:relative;
    }
    
    .cm-menu-google-search.widget-type-google_search .hs-button.primary {
        background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/btn-search.png) no-repeat 10px center;
        width: 50px;
        height: 40px;
        cursor: pointer;
        border: none;
        text-indent: -9999px;
        overflow: hidden;
        margin-left: -50px;
        position: absolute;
        top: 8px;
        margin: 0;
        right: 5px;
    }
    
    .cm-mobile-qucik-links a {
        background-color: #eee;
        border-bottom: 1px solid #d8d9da;
        display: block;
        line-height: 25px;
        padding: 22px 7.5% 20px;
        color: #333;
        text-transform: uppercase;
    }
    
    .cm-mobile-qucik-links {
        padding-bottom: 120px;
    }
    
    .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
        position: relative;
        transition: all .5s ease;
        -webkit0transition: all .5s ease;
        -moz-transition: all .5s ease;
        right: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li.child-open {
        background: #aaa;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li.child-open >  a span.ui-icon.ui-icon-circle-plus {
        background: url(//cdn2.hubspot.net/hubfs/2511815/Inspiro_August2017/Images/ac-arrow.png) no-repeat;
    }

    .mobile-open .header-container-wrapper, .mobile-open .body-container-wrapper, 
     .mobile-open .footer-container-wrapper {
        right: 320px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
        color: #ffd300;
    }

}


@media (max-width: 1024px){

    .cm-footer-pop-up-from {
        width: 60%!important;
    }
    
    .ctaItem h5 {
        font-size: 1.05263158em;
    }
    
    .home-section2 {
        min-height: 305px !important;
    }
    
    .home-page .main-content {
        padding: 20px 0;
    }

}


@media (max-width:1080px){
       
       .breadcrumb-menu{
           display:none !important;
       }
       
       .custom-blog .blog-content,
       .custom-blog .blog-sidebar{
            width: 100% !important;
            margin-left:0 !important;
            float:none !important;
        }
       
  }


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

 @media(max-width:980px){
       
    .main-content .main-content-inner,
   
   
    .contact-layout.cm-two-col-right-layout .sidebar.right {
       display: block!important;
    }
    
    .cm-contacy-inner {
       padding-left: 20%;
    }
       
    .sidebar.right, .main-content , body.media .blog-content {
       float: none !important;
       width: 100% !important;
       margin: 0;
       max-width: none;
    }
   
    .cm-two-col-right-layout .sidebar.right {
        display: none !important;
    }
    
    .cm-two-col-right-layout .main-content {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }
    
    .bCrumb {
        display: none !important;
    }
    
    .cm-two-col-right-layout .main-content .main-content-inner {
        margin: 0 auto;
        width: 72.916666666667%;
    }
    
    .cm-hero-banner.inner.green h1 {
        padding: 20px 20px 20px 13.54%;
    }
    
    .media .main-content {
       margin-left: 0 !important;
       margin: 0 auto !important;
       width: 72.916666666667% !important;
       float: none !important;
    }
    
    body:not(.media) .post-header h2 {
       margin-top: 0;
    }
    
    .main-content-inner .hs_cos_wrapper_type_rich_text > h2:first-child{
        margin-top: 20px;
    }
    
    .media .sidebar.left {
        display: none;
    }
    .blog.media.news .inner-wrapper.widget-span {
        padding: 30px 0 50px;
        margin: 0 auto!important;
        width: 72.916666666667%!important;
        float: none;
    }
    .disciplineItem {
        margin: 25px 1.5%;
    }
    .sidebar-title h4 {
        padding-left: 20%;
    }
    
        
 }
 
 @media screen and (max-width: 940px){
    .disciplineItem {
        margin: 25px 5.5%;
    }
}
 
 @media screen and (max-width: 920px){
     
     .disciplineItem {
        margin: 25px 3.5%;
    }
    .footer-contact a {
        white-space: nowrap;
    }
    
     
     
 }
 
@media screen and (max-width: 850px){
    
    .disciplineItem {
        margin: 25px 3%;
    }    
    
}

 
@media screen and (max-width: 820px){
    
    .disciplineItem {
        margin: 25px 2.5%;
    }
    
}


 @media (max-width: 800px) {
    .cm-hero-banner.inner.green img {
        display: none;
    }
    
    .cm-hero-banner.inner.green {
        min-height: 200px;
    }
    
    .cm-hero-banner.inner.green .text {
        bottom: 0;
    }
    
    .cm-hero-banner.inner.green h1 {
        display: block;
        width: 72.916666666667%;
    }
    .custom-blog .post-item .hs-featured-image-wrapper {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .custom-blog .post-item .blog-right-col {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
}

@media screen and (max-width: 785px){
    .disciplineItem {
        margin: 25px 2.5%;
    }
}



@media (max-width: 767px) {
    .media .hs-featured-image-wrapper {
        margin-bottom: 20px;
    }  
     .cm-two-col-right-layout .main-content {
       margin-left: 0 !important;
       }
   
       .cm-two-col-right-layout .main-content,
       .cm-two-col-right-layout .sidebar.right{
       width: 100% !important;
       float: none !important;
     }
     .footer-location, .footer-quicklinks , .cm-footer-third-col {
        clear: both;
        padding: 0 0 30px;
    }
    
    .footer-location p {
        float: none;
        margin: 0 0 30px;
    }
    
    .footer-contact {
        margin-bottom: 30px;
    }
    
    .footer-top {
        padding-bottom: 25px;
    }
    
    .media .span3.post-item-image {
       width: 100% !important;
       margin-right: 0 !important;
    }
    
    .media .span9.post-item-content {
       width: 100%;
    }
    
    .inner-wrapper.widget-span {
       margin: 0 !important;
       width: 100% !important;
    }
    .cm-feedback  .main-content .field.hs-form-field > label {
        padding: 10px 2%;
        width: 100%;
        display: block;
    }
    
    .cm-feedback .hs-form-field {
        display: block;
    }
    
     .home-section2 {
        padding: 30px 0;
    }    
    .ctaItem {
        float: none;
        width: 100%;
        margin: 20px 0 30px;
    }
    .home-page .main-content img {
        float: none !important;
        display: block;
    }
    .blogItem img {
        float: none;
        margin: 0 27px 30px 0;
        width: 100%!important;
    }
    .blogItemText {
        width: 100%;
        float: none;
    }
    .newsItem.home img {
        width: auto;
        margin: 0;
        float: none;
        margin: 0 0 10px;
    }
    
    .cm-feedback  .hs-form-field > .input {
        width: 100%;
        display: block;
        padding: 10px 2%;
    }
    
    .eventDate {
        float: none !important;
        width: 80px !important;
    }
    
    .eventDetails {
        width: 100% !important;
        padding-top: 20px;
    } 
    
    .teeth-table td , .teeth-table tr , table.teeth-table tbody , table.teeth-table , table.teeth-table th , 
     table.responsive-table td , table.responsive-table tr , table.responsive-table tbody , table.responsive-table , table.responsive-table th{
        display: block!important;
        text-align: center;
    }
    
    table.teeth-table caption{
        display:none;
    }
    
    .cm-three-col-equal-wrap .span4 {
        width: 100%;
    }
    
    .blogItem img {
        float: none;
        margin: 0 0px 30px 0;
        width: 100%;
    }
    
    .post-pagination > a {
        width: 100%;
        margin: 0!important;
    }
    
    body:not(.cm-hs-lyt) .hs-form{
        margin-bottom:40px;
    }
    
    table.stacktable {
        display: block;
    }
    
    table.stack-table {
        display: none;
    }
    
    .cm-feedback  .main-content .hs_submit {
        padding: 40px 2% 40px 2%;
    }

    .cm-feedback form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list.inputs-list li {
        position: static;
        margin: 0;
        padding: 0 20px;
    }
    .cm-hero-banner.inner.green {
        display: table;
        width: 100%;
    }
    
    .cm-hero-banner.inner.green .text {
        bottom: 0;
        padding-top: 50px;
        position: relative;
        display: table-cell;
        vertical-align: bottom;
    }
    
    .custom-blog .post-body table {
        width: 100% !important;
    }
    
    .custom-blog .post-body td {
        border: 1px solid #fff;
        width: 100% !important;
        display: block;
        height: auto !important;
    }
    .footer-contact a {
        white-space: normal;
    }
    
    

}  


@media screen and (max-width: 760px){
    .disciplineItem {
        margin: 25px 2%;
    }
}

@media screen and (max-width: 730px){
    .disciplineItem {
        margin: 25px 1.5%;
    }
}

@media screen and (max-width: 705px){
    .disciplineItem {
        margin: 25px 9.5%;
    }
}

@media screen and (max-width: 670px){
    .disciplineItem {
        margin: 25px 7.5%;
    }
}

@media (max-width: 640px){

    
}
@media screen and (max-width: 630px){
    .disciplineItem {
        margin: 25px 7.5%;
    }
}

@media screen and (max-width: 605px){
    .disciplineItem {
        margin: 25px 5.5%;
    }
}




@media (max-width: 600px) {

    .custom-header .row-fluid .page-center , .container-fluid .row-fluid .page-center {
        max-width:85%;
    }
    .cm-two-col-right-layout .main-content .main-content-inner{
        width: 85%!important;
    }
    .media .main-content {
        width: 85%!important;
    }
    .social-sharing-widget-vertical {
        top: auto;
        width: 100%!important;
        z-index: 999999;
        transform: none;
        padding: 0;
        bottom: 0;
        padding: 5px 0 10px;
    }
    .footer-form-btn {
        display: none;
    }
    .social-sharing-widget-vertical a {
        display: inline-block;
        margin-bottom: 0;
        padding: 0 10px;
        width: auto!important;
    }
    .footer-bottom {
        padding-bottom:80px;
    }
    .cm-hero-banner.inner.green h1 {
           margin: 0 auto;
           display: block;
           width: 85%;
           padding: 20px 0;
    }
    
    
    .cm-two-col-right-layout .main-content img {
        float: none !important;
        display: block;
        text-align: center;
        margin: 0 auto!important;
    }
    
    .blog.media.news .inner-wrapper.widget-span {
        width: 85%!important;
        margin: 0 auto!important;
    }


}  
@media (max-width: 570px) {
    .sidebar-title h4 {
        padding-left: 10%;
    }
    .cm-contacy-inner {
        padding-left: 10%;
    }
}

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

@media (max-width: 479px) {
    
    .main-content .main-content-inner p img , .custom-blog .post-body img {
        float: none!important;
        margin: 0 auto 10px!important;
        display: block;
    }
    
    .cm-orange-lyt .main-content-inner img {
        display: block;
        float: none !important;
        margin: 10px 0 0 !important;
    }
    .disciplineItem {
        margin: 25px 4.5%;
    }
}

@media screen and (max-width: 455px){
    .disciplineItem {
        margin: 25px 3.5%;
    }

}

@media screen and (max-width: 435px){
    .disciplineItem {
        margin: 25px 2.5%;
    }
}
@media screen and (max-width: 415px){
    .disciplineItem {
        margin: 25px 1.5%;
    }
}
@media (max-width: 400px) {
    
    .cm-orange-lyt form.hs-form .form-columns-2 .hs-form-field .hs-input{
        width: 100%;
    }

}

@media screen and (max-width: 395px){
    .disciplineItem {
        margin: 25px 1.5%;
    }
}


@media screen and (max-width: 385px){
    .disciplineItem {
        margin: 25px auto;
        float: none;
    }
}