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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- basic styles -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #333;
    padding: 0px;
    margin: 0px;
    background: #000;
    -webkit-font-smoothing:antialiased;
}

.container-fluid .row-fluid .container_12 {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0px auto 50px;
    float: none;
}

/* ---------------------------------------- transitions for all buttons ---------------------------------------- */

a, a:hover, .buttonDarkBkg, .buttonDarkBkg:hover, input[type="submit"], input[type="submit"]:hover, .productInfoButton, .productInfoButton:hover, .blogCTA, .blogCTA:hover, .ma-courses a, .ma-courses a:hover, .onlineRateQuoting-tc-CTA, .onlineRateQuoting-tc-CTA:hover {
    transition: all .25s ease;
    --transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

/* ---------------------------------------- header tags ---------------------------------------- */

h1, h2, h3, h4 {
    font-size: 130%;
    font-weight: bold;
    color: #0074E4;
    margin: 3% 0%;
    -moz-margin-start: 3%;
    -moz-margin-end: 3%;
    -webkit-margin-before: 3%;
    -webkit-margin-after: 3%;
}

h4 {
    font-weight: normal;
    border-bottom: 2px solid #0074E4;
}

.top-of-page {
    margin-top: 0%;
    -moz-margin-start: 0%;
    -webkit-margin-before: 0%;
}

h5 {
    font-size: 130%;
    font-weight: normal;
    color: #0074E4;
    margin: 3% 0% 1%;
    -moz-margin-start: 3%;
    -moz-margin-end: 1%;
    -webkit-margin-before: 3%;
    -webkit-margin-after: 1%;
    border-bottom: 2px solid #0074E4;
}

#pageTitle h1 { color: #FFF; margin: 0px; }

.hTop {
    margin: 0% 0% 3%;
    -moz-margin-start: 0%;
    -webkit-margin-before: 0%;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
    -moz-margin-start: 0px;7
    -moz-margin-end: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

/* ---------------------------------------- a tags ---------------------------------------- */

a {
    text-decoration: none;
    color: #0074E4;
}

a:hover {
    text-decoration: none;
    color: #87D300;
}

/* ---------------------------------------- forms ---------------------------------------- */

.formBkg h3 {
    margin-top: 0%;
    margin-bottom: 7%;
    -moz-margin-start: 0%;
    -moz-margin-end: 7%;
    -webkit-margin-before: 0%;
    -webkit-margin-after: 7%;
}

#blogSideBarFormBkg h3 {
    margin-top: 5%;
    margin-bottom: 3%;
    -moz-margin-start: 5%;
    -moz-margin-end: 3%;
    -webkit-margin-before: 5%;
    -webkit-margin-after: 3%;
}

@media (max-width: 767px) {
    .widget-type-form h3, #blogSideBarFormBkg h3, .formBkg h3 {
        margin-top: 5%;
        margin-bottom: 3%;
        -moz-margin-start: 5%;
        -moz-margin-end: 3%;
        -webkit-margin-before: 5%;
        -webkit-margin-after: 3%;
    }
}

.widget-type-form .field label, #blogSideBarFormBkg .field label, #comment-form .field label, .formBkg .field label { color:#333; }
.widget-type-form .field .hs-form-required, #blogSideBarFormBkg .field .hs-form-required, #comment-form .field .hs-form-required, .formBkg .field .hs-form-required, .hs-form-required { color: #F00; }

.input input[type="text"], .input input[type="email"], .input input[type="tel"], .input textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #333;
    margin: 3px 0px 15px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.hs_mi_companies .input ul.multi-container li { display: inline-block; width: 33%; }
.hs_mi_companies .input ul.multi-container li .hs-input { width: 20px; }

select { height: 32px; }
.widget-type-form .hs_submit .actions, #blogSideBarFormBkg .hs_submit .actions, .formBkg .hs_submit .actions { text-align: center; }

.widget-type-form .hs_submit .actions input[type="submit"], #blogSideBarFormBkg .hs_submit .actions input[type="submit"], .formBkg .hs_submit .actions input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 130%;
    font-weight: normal;
    color: #FFF;
    width: 100%;
    padding: 5px 5px 7px;
    background: #FF8B1B;
    border: none;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.widget-type-form .hs_submit .actions input[type="submit"]:hover, #blogSideBarFormBkg .hs_submit .actions input[type="submit"]:hover, #comment-form .hs_submit .actions input[type="submit"]:hover, .form .hs_submit .actions input[type="submit"]:hover { background: #FFA54E; }

@media (max-width: 1139px) {
    .widget-type-form .hs_submit .actions input[type="submit"], #blogSideBarFormBkg .hs_submit .actions input[type="submit"], .formBkg .hs_submit .actions input[type="submit"] { width: 100%; }
    .formBkg h3 { font-size: 115%; }
}

.hs-error-msgs {
    font-size: 85%;
    text-align: center;
    color: #F00;
    margin-top: -10px;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    display: block;
}

.hs-error-msgs li {
    width: 100%;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    display: block;
}

.hs-error-msgs li { display: inline-block; }
.hs_recaptcha { transform: scale(0.75); }

/* -------------------- ccpa checkbox -------------------- */

.hs_comms_check .inputs-list { padding-left: 30px; }
.hs_comms_check input[type="checkbox"] { width: 20px !important; margin-left: -30px; margin-top: 4px; float: left; }
.hs_comms_check ul li span { margin-left: -16px; font-size: 85%; color: #999; font-style: italic; }

.CCPA { font-size: 12px; color: #999; font-style: italic; padding-bottom: 20px; }


/* ---------------------------------------- blog comment section ---------------------------------------- */

#comment-form .hs_submit .actions input[type="submit"] {
    font-size: 130%;
    font-weight: normal;
    color: #FFF;
    padding: 5px 20px;
    margin-top: 15px;
    background: #FF8B1B;
    border: none;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#comment-form .hs_firstName, #comment-form .hs_lastName, #comment-form .hs_email, #comment-form .hs_website {
    width: 48%;
    display: inline-block;
}

#comment-form .hs_lastName, #comment-form .hs_website {
    float: right;
}

#comment-form .hs-form fieldset { max-width: 100%; }
#comment-form .input textarea { width: 100%; }

@media (max-width: 767px) {
    #comment-form .hs_firstName, #comment-form .hs_lastName, #comment-form .hs_email, #comment-form .hs_website { width: 100%; }
}

/* ---------------------------------------- form background ---------------------------------------- */

.formBkg, #blogSideBarFormBkg {
    padding: 30px 15px 15px;
    background: #EEE;
    border-radius: 0px 0px 10px 10px;
    display: inline-block;
}

@media (max-width: 767px) {
    .formBkg, #blogSideBarFormBkg {
        width: 100%;
        padding: 30px 0px 0px;
        background: 0px;
    }
}

#blogSideBarFormBkg {
    padding-top: 20px;
}

.formBkg .widget-type-post_listing ul, .formBkg .widget-type-post_listing ul a, #blogSideBarFormBkg .widget-type-post_listing ul, #blogSideBarFormBkg .widget-type-post_listing ul a {
    text-decoration: none;
    list-style: none;
    padding: 0px;
}

.formBkg .widget-type-post_listing ul li, #blogSideBarFormBkg .widget-type-post_listing ul li {
    margin-bottom: 7px;
}

/* ---------------------------------------- tables ---------------------------------------- */

.table-header { font-size: 120%; font-weight: bold; color: #fff; background: #0074e4; border: 1px solid #666; border-bottom-width: 2px; }
.table-header td { height: 35px;}
.table-row { height: 20px; }
.table-cell { border: 1px solid #666; }
.table-alt { background: #eee; }

/* ---------------------------------------- misc ---------------------------------------- */

@media (max-width: 1139px) {
    #spacer { display: none; }
}

sup {
    vertical-align: super;
    font-size: small;
}

.youTubeVideo, .googleMap { width: 640px; height: 360px; }

@media (max-width: 900px) {
    .youTubeVideo, .googleMap { width: 500px; height: 281px; }
}

.inline { display: inline-block; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- header -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.header-container {
    height: 0px;
    background: #FFF;
    padding-bottom: 54px;
}

.homePage .header-container {
    height: 0px;
    background: transparent;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    #requestDemoCTA-header {
        display: none;
    }
}

@media (max-width: 767px) {
    #requestDemoCTA-header a {
        font-size: 120%;
        font-weight: bold;
        text-decoration: none;
        color: #FFF;
        line-height: 40px;
        text-align: center;
        width: 100%;
        background: #FF8B1b;
        display: block;
        position: fixed;
        z-index: 99999;
    }
}

#headerBkg {
    width: 100%;
    height: 54px;
    padding: 0px;
    margin: 0px;
    background: rgba(255,255,255,.9);
    border-top: 4px solid #0074E4;
    border-bottom: 2px solid #DDD;
    float: none;
    position: fixed;
    z-index: 99999;
}

#logoHolder-header {
    height: 70px;
    padding: 7px 10px;
    margin-left: 10px;
    background: #0074E4;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.mortechLogo {
    text-decoration: none;
}

.fullLogoImg {
    width: 100%;
}

.ringsLogoImg {
    width: 100%;
    display: none;
}

@media (max-width: 1139px) and (min-width: 768px) {
    #logoHolder-header {
        width: 69px;
        height: 60px;
    }
    
    #navigation-header {
        width: 90%;
    }
    
    .fullLogoImg {
        width: 100%;
        display: none;
    }
    
    .ringsLogoImg {
        width: 100%;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #headerBkg {
        margin-top: 10px;
        height: 44px;
    }

    #logoHolder-header {
        width: 59px;
        height: 50px;
    }
    
    .fullLogoImg {
        width: 100%;
        display: none;
    }
    
    .ringsLogoImg {
        width: 100%;
        display: inline-block;
    }

    .ringsLogoImg {
        width: 40px;
    }
}

#navigation-header {
    margin-left: 1%;
}

.container-fluid .row-fluid .container_12-header {
    max-width: 1200px;
    padding: 0px;
    margin: 0px auto;
    float: none;
}

.container_12-header a {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.container_12-header ul, .container_12-header ul li {
    margin: 0px;
    -webkit-margin-after: 0px;
    height: 50px;
}

.container_12-header ul li:last-child {
    border-bottom: 2px solid #DDD;
}

.container_12-header ul li:last-child a {
    color: #FFF;
    background: #0074E4;
}

.container_12-header ul li ul li:last-child a {
    color: #333;
    background: rgba(255, 255, 255, .9);
}

.container_12-header ul li ul li:last-child a:hover {
    color: #FFF;
    background: #87D300;
}

.container_12-header ul li a {
    color: #333;
    line-height: 30px;
}

.container_12-header ul li a:hover {
    color: #FFF;
    background: #87D300;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li ul {
    margin-top: -4px;
}

.container_12-header ul li ul li a {
    color: #333;
    width: auto;
    min-width: 150px;
    background: rgba(255, 255, 255, .9);
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 190px;
    max-width: 190px;
}

/* ---------------------------------------- mobile styles ---------------------------------------- */

@media (min-width: 939px){

    .container_12-header ul li:last-child {
        border-bottom: none;
    }

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

}

@media (max-width: 939px){

/* ---------------------------------------- variables ---------------------------------------- */

    .container_12-header ul li:last-child {
        border-bottom: 2px solid #DDD;
    }

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

    .custom-menu-primary, .custom-menu-primary * {
      color: #333;
      width: 100%;
      max-width: none;
      height: auto;
      line-height: 1;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      position: static;
      display: block;
      float: none;
}

/* ---------------------------------------- toggle button ---------------------------------------- */

  a.mobile-trigger {
      text-transform: uppercase;
      width: auto;
      height: auto;  
      top: 4px;
      right: 10px;  
      padding: 12px 10px;
      cursor: pointer;
      position: fixed;
      display: inline-block !important;
      z-index: 99999999999;
  }

  a.mobile-trigger:hover {
      text-decoration: none;
      color: #FFF;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu';
  }

  a.mobile-trigger span:after{
      right: 2px;
      content: 'Close';
      background-color: rgba(255, 255, 255, .9);
      position: relative;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear;
      -moz-transition:background-color 0.2s linear;
      transition:background-color 0.2s linear;
      background: rgba(255, 255, 255, .9);
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }

/* ---------------------------------------- toggle button icon and animations ---------------------------------------- */

  a.mobile-trigger i {
      top: -5px;
      margin-left: 5px;
      display: inline;
      position: relative;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px;
      height: 2px;
      background-color: #333;
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px;
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px;
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }

/* ---------------------------------------- child toggle button ---------------------------------------- */

  a.child-trigger {
      width: 55px !important;
      min-width: 55px !important;
      height: 45px !important;
      top: 0px;
      right: 0px;
      cursor: pointer;
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
      position: absolute;
      display: none !important;
  }
  a.child-trigger:hover {
      text-decoration: none;
  }

/* ---------------------------------------- child toggle button icon and animations ---------------------------------------- */

  a.child-trigger span {
      top: 50%;
      margin: 0 auto !important;
      position: relative;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px;
      height: 1px;
      background-color: #333;
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

/* ---------------------------------------- menu styles on mobile devices ---------------------------------------- */

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .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-flow-horizontal{
      position: absolute;                                        
      width: 100%;
      top: 0;
      left: 0px;
      background: #FFF;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal{
      width: 100%;
      padding: 40px 0 0 0;
      background-color: rgba(255, 255, 255, .9);
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
   
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px;
      max-width: 100%;
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      background: #FFF;
      border-top: 1px dotted rgba(0, 0, 0, .10);
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #FFF; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

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

@media (max-width: 767px) {
    a.mobile-trigger {
        top: 44px;
    }
}

/* ---------------------------------------- sub nav bar ---------------------------------------- */

#subNav-mobile {
    display: none;
}

@media (max-width: 1139px) {
    .formBkg .widget-type-form {
        padding-bottom: 15px;
        border-bottom: 2px solid #FFF;
    }
    
    #subNav-mobile {
        width: 100%;
        margin-top: 8px;
        display: inline-block;
    }
}

#subNav-mobile ul {
    margin: 0px;
}

#subNav-mobile ul li a {
    text-decoration: none;
    padding: 7px 10px;
    border-bottom: 1px solid #FFF;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- body -------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------- basic styles ---------------------------------------- */

.mortechOffers, .mortechOffers-mobile { opacity: 0; }

@media (max-width: 1139px) {
    .mortechOffers-mobile { opacity: 1; }
}

@media (max-width: 767px) {
    .body-container { padding-top: 28px; }
}

.sectionTitle-body {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #999;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .sectionTitle-body { margin-top: 40px; }
}

.fullSectionTitle-body {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px #333;
    padding: 50px;
    background-color: #0074E4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.fullSectionTitleBkg-body {
    padding: 50px;
    background-color: #0074E4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.container-fluid .row-fluid .fullSectionTitleType-body {
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    color: #FFF;
    text-shadow: 1px 1px #333;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0px auto;
    float: none;
}

@media (max-width: 1139px) and (min-width: 768px) {
    .container-fluid .row-fluid .fullSectionTitleType-body { font-size: 120%; }
}

@media (max-width: 767px) {
    .container-fluid .row-fluid .fullSectionTitleType-body { font-size: 100%; }
}

.fullSectionTitleBkg-body {
    padding: 50px;
    background-color: #0074E4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.container-fluid .row-fluid #fullSectionTitle-phoneNumber a, .container-fluid .row-fluid #fullSectionTitle-phoneNumber h1 {
    font-weight: bold;
    text-align: right;
    color: #FFF;
    text-shadow: 1px 1px #333;
    padding: 0px;
    margin: 0px auto;
    float: none;
}

@media (min-width: 768px) {
    .fullSectionTitle-body, .fullSectionTitleBkg-body { padding: 30px; }
}

@media (min-width: 1921px) {
    .fullSectionTitle-body, .fullSectionTitleBkg-body { background-image: url("//cdn2.hubspot.net/hubfs/25649/2015_redesign/section_titles/sectioinTitleImg-lg.png"); }
}

@media (max-width: 1920px) and (min-width: 768px) {
    .fullSectionTitle-body, .fullSectionTitleBkg-body { background-image: url("//cdn2.hubspot.net/hubfs/25649/2015_redesign/section_titles/sectioinTitleImg-md.png"); }
}

@media (max-width: 767px) {
    .fullSectionTitle-body, .fullSectionTitleBkg-body { background-image: url("//cdn2.hubspot.net/hubfs/25649/2015_redesign/section_titles/sectioinTitleImg-sm.png"); padding: 15px; }
    .container-fluid .row-fluid #fullSectionTitle-phoneNumber h1 { text-align: left; }
}

.widgetContainer {
    margin-top: 30px;
}

/* ---------------------------------------- parallax image ---------------------------------------- */

.body-container {
    background: #FFF;
}

.homePage .container-fluid .row-fluid .container_12 {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 50px auto;
    float: none;
}

@media (max-width: 1200px) {
    .container_12 {
        width: 100%;
    }
}

.body-container .container_12-body {
    padding: 15px;
}

@media (max-width: 767px) {
    #parallaxSection {
        display: none;
    }
}

.parallax-section-1 {
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
}

.parallax-section-1 {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

@media (max-width: 1139px) {
    .parallax-section-1 { height: 75vh; background-attachment: scroll; }
}

@media (max-width: 767px) {
    .parallax-section-1 { margin-top: -28px; background-image: url('https://cdn2.hubspot.net/hubfs/25649/2015_redesign/parallax/parallaxBkg-sm.png'); }
}

@media (min-width: 768px) and (max-width: 1920px) {
    .parallax-section-1 { margin-top: -28px; background-image: url('https://cdn2.hubspot.net/hubfs/25649/2015_redesign/parallax/parallaxBkg-md.png'); }
}

@media (min-width: 1921px) {
    .parallax-section-1 { margin-top: -28px; background-image: url('https://cdn2.hubspot.net/hubfs/25649/2015_redesign/parallax/parallaxBkg-lg.png'); }
}

.parallaxHeaderText {
    font-size: 140%;
    color: #FFF;
    padding: 7px;
    border-radius: 10px;
}

#floatingCTA-bodyHeader {
    top: 10vh;
    position: relative;
}

@media (max-width: 767px) {
    #floatingCTA-bodyHeader {
        display: none;
    }
}

#floatingCTA-bodyHeader h1 { color: #FFF; margin: 0px; }

.topCTA-homePage {
    margin-top: 20px;
}

.topCTA-homePage a {
    font-size: 150%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    padding: 5px 30px;
    float: right;
    background: #FF8B1B;
    border: 2px solid #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.topCTA-homePage a:hover {
    background: #87D300;
}

@media (max-width: 767px) {
    #mobileHeader { margin-top: 53px; }
}

#headerImageTail-bkg { background: #444; }

#headerImageTail-bkg h1, #parallaxSection h1 {
    color: #FFF;
    font-size: 180%;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
}

.headerImageTail-cta {
    font-size: 180%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    padding: 5px 20px;
    margin: 30px auto 10px;
    width: 65%;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.headerImageTail-cta:hover { color: #444; background: #FFF; }

/* -------------------------------------------------------------------------------- 2016 products section -------------------------------------------------------------------------------- */

.productsBkg {
    background: #333;
    padding: 50px 15px 0px;
}

.productsBkg .sectionTitle-body {
    color: #FFF;
    padding-bottom: 0px;
}

@media (max-width: 1139px) and (min-width: 768px) {
    #porductsSection-body {
        width: 100%;
        margin: 0px;
    }
}

.description-products {
    font-size: 120%;
    color: #333;
    margin-bottom: 30px;
}

/* -------------------------------------------------------------------------------- 2016 solutions section -------------------------------------------------------------------------------- */

.homePage .solutionsImg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 100px;
}

.softwareSolutionsSection-home {
    margin-bottom: 50px;
}

#softwareSolutions .cta {
    text-align: center;
    padding-top: 80px;
}

#softwareSolutions .cta_button {
    font-size: 150%;
    color: #FF8B1B;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    padding: 10px 40px;
    background: transparent;
    border: 2px solid #FF8B1B;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#softwareSolutions .cta_button:hover {
    color: #FFF;
    background: #FF8B1B;
}

/* -------------------------------------------------------------------------------- testomionals -------------------------------------------------------------------------------- */

#testimonialsDesktop { display: block; }
#testimonialsMobile { display: none; }

@media (max-width: 1139px) and (min-width: 768px) {
    #testimonialsDesktop { display: none; }
    #testimonialsMobile { display: block; }
    
    #testimonialsMobile .row-fluid .span1 {
        width: 10%;
        display: inline-block;
    }
    
    #testimonialsMobile .row-fluid .span10 {
        width: 73%;
        margin-bottom: 15px;
        display: inline-block;
    }
    
    #testimonialsMobile .row-fluid .span3 {
        width: 220px;
        display: inline-block;
        margin-right: 0px;
    }
    
    #testimonialsMobile .row-fluid .span9 {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
    }
    
    .quoteImg img {
        max-width: 45px;
    }
    
    .QIL img {
        float: right;
    }

    .testimonialImg {
        max-width: 120px;
        float: right;
    }
}

@media (max-width: 767px) {
    #testimonialsDesktop { display: none; }
    #testimonialsMobile { display: block; }
    
    #testimonialsMobile .row-fluid .span1 {
        width: 10%;
        display: inline-block;
    }
    
    #testimonialsMobile .row-fluid .span10 {
        width: 73%;
        margin-bottom: 15px;
        display: inline-block;
    }
    
    #testimonialsMobile .row-fluid .span3 {
        width: 25%;
        display: inline-block;
        margin-right: 25px;
    }
    
    #testimonialsMobile .row-fluid .span9 {
        width: 65%;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
    }
    
    .quoteImg img {
        max-width: 45px;
    }
    
    .QIL img {
        padding-right: 7px;
        float: right;
    }

    .testimonialImg {
        max-width: 120px;
        float: right;
    }
}

.testimonialImgHolder {
    width: 100%;
}

.testimonialImg {
    width: 100%;
    border: 3px solid #0074E4;
    border-radius: 50%;
}

.testimonialBody {
    font-size: 115%;
    padding-bottom: 15px;
}

.testimonialsButton {
    font-size: 100%;
    font-weight: bold;
    color: #0074E4;
    text-decoration: none;
}

.quoteImg {
    vertical-align: top;
}

.testimonialSpacer {
    height: 70px;
}

.testimonialContact {
    margin-top: 15px;
}

.testimonialName {
    font-weight: bold;
    color: #0074E4;
}

.testimonialTitle {
    color: #666;
}

.testimonialCompany {
    color: #999;
}

/* -------------------------------------------------------------------------------- news and events -------------------------------------------------------------------------------- */

.newsAndEvents h3 {
    display: none;
}

.newsAndEvents ul {
    font-size: 130%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.newsAndEvents ul li {
    padding-bottom: 10px;
}

.newsAndEvents ul li a {
    font-weight: normal;
    color: #0074E4;
    text-decoration: none;
}

.newsAndEvents ul li a:hover {
    color: #87D300;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- footer -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.container-fluid .row-fluid .container_12-footer {
    color: #999;
    max-width: 1200px;
    padding: 0px 15px 15px;
    margin: 0px auto;
    float: none;
}

/* ---------------------------------------- buttons ---------------------------------------- */

.container_12-footer a {
    font-size: 100%;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}

.container_12-footer a:hover {
    color: #FFF;
}

a.buttonDarkBkg {
    font-size: 120%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    padding: 5px 20px;
    background: #FF8B1B;
    border: 2px solid #FF8B1B;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

a.buttonDarkBkg:hover {
    color: #FFF;
    background: #FFA54E;
    border-color: #FFA54E;
}

.button-footer a {
    font-size: 120%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px 0px;
    background: #999;
    cursor: pointer;
}

.button-footer a:hover {
    background: #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.footerButtonHolder, .footerButtonHolder a {
    display: inline-block !important;
}

@media (min-width: 1140px) {
    .footerButtonHolder {
        width: 23%;
        margin-top: 2%;
    }
}

@media (max-width: 1139px) and (min-width: 768px) {
    .footerButtonHolder {
        width: 32%;
        margin-top: 2%;
    }
}

@media (max-width: 767px) {
    .footerButtonHolder {
        width: 48% !important;
        margin-top: 3%;
    }
    
    #floatRight { margin-left: 2%; }
}





/* ---------------------------------------- footer Mega Menu ---------------------------------------- */

.button-footer a.footer-sectionTitle {
    color: #999;
    margin-bottom: 10px;
    background: transparent;
    border-bottom: 3px solid #999;
}

.button-footer a.footer-sectionTitle:hover {
    color: #FFF;
    border-bottom-color: #FFF;
}

.container_12-footer .footerButtonHolder .widget-type-rich_text a {
    padding: 5px 10px;
}

.footerTwo {
    border-top: 3px solid #000;
}

#footerDemoForm .form-title { font-size: 120%; font-weight: normal; text-align: center; padding: 5px 0px; margin: 0px 0px 10px; border-bottom: 3px solid #999; }
#footerDemoForm .form-title, #footerDemoForm .field label { color: #999; }
#footerDemoFrom input[type="text"] { padding: 2px 6px 5px; }
#footerDemoForm .hs-form-required { color: #FFF; }
#footerDemoForm .hs-button { padding: 5px 10px 6px; }





/* ---------------------------------------- backgrounds ---------------------------------------- */

.footerBkg {
    width: 100%;
    background: #333;
    padding-bottom: 15px;
}

/* ---------------------------------------- built in basic styles ---------------------------------------- */

.container_12-footer p {
    margin: 0px;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

/* ---------------------------------------- social sharing icons ---------------------------------------- */

.facebook-footer, .twitter-footer, .linkedIn-footer {
    width: 30px;
    height: 30px;
    background-image: url(//cdn2.hubspot.net/hubfs/25649/2015_redesign/socialSharingIcons.png);
    display: inline-block;
    float: left;
}

.twitter-footer { background-position:  0px 0px; }
.twitter-footer:hover { background-position: 0px -30px; }
.linkedIn-footer { background-position: 60px 0px; }
.linkedIn-footer:hover { background-position: 60px -30px; }
.facebook-footer { background-position: 30px 0px; }
.facebook-footer:hover { background-position: 30px -30px; }

/* ---------------------------------------- basic styles ---------------------------------------- */

.contactBar-footer {
    margin-top: 20px;
}

@media (max-width: 1139px) and (min-width: 768px) {
    #socialMediaBox {
        width: 32%;
        display: inline-block;
    }
    
    #contactTextBox {
        width: 66%;
        margin-left: 2%;
        display: inline-block;
    }
    
    #ctaHolderBox {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #socialMediaBox, #ctaHolderBox {
        width: 48.5%;
        display: inline-block;
    }
    
    #contactTextBox {
        width: 48.5%;
        float: right;
        display: inline-block;
    }
}

.header-footer { font-size: 120%; color: #999; border-bottom: 2px solid #999; margin-bottom: 15px; }

.cta-footer {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .cta-footer {
        margin-top: 25px;
    }
}

.copyRight {
    font-size: 100%;
    color: #999;
    text-align: center;
    padding-top: 15px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- solutions  and solutions for pages -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.solutionsProducts-body {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #solutions-body .row-fluid .span6 { width: 47%; }
    #solutions-body .row-fluid [class*="span"]:first-child { margin-left: 0px; }
    #solutions-body .row-fluid [class*="span"] { margin-left: 5%; }
}

@media (max-width: 767px) {
    .solutionsProducts-body { margin-top: 50px; }
}

#solutions-body h3 {
    text-align: center;
}

#personas-body .solutionsProducts-body img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: block;
}

.mortechTools img { max-height: 100px; margin: auto; display: block; }

/* ---------------------------------------- product tier availability ---------------------------------------- */

.OQ { border-color: #72AB42; }
.PRO { border-color: #0D84AC; }
.SEC { border-color: #CE5384; }
.MC { border-color: #ED9F22; }

.productAvailable, .productNotAvailable {
    text-align: center;
    width: 30%;
    margin: 0px 2% 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.productAvailable {
    color: #666;
    background: #EEE;
    border-top-width: 5px;
    border-top-style: solid;
}

.productAvailable:hover {
    background: #DDD;
}

.productNotAvailable {
    color: #EEE;
    background: #999;
    border-top: 5px solid transparent;
}

.productContent {
    padding: 15px 10px;
}

.productAvailable .productName, .productNotAvailable .productName {
    border-bottom-width: 2px;
}

.productAvailablility {
    padding-top: 10px;
}

.productNotAvailable .productAvailablility {
    color: #EEE;
}

.personasText {
    width: 100%;
    display: inline-block;
}

.personasImg {
    width: 30%;
    margin-top: 30px;
    margin-left: 20px;
    float: right;
}

.personasText ul li { padding-bottom: 10px; }

.productAvailable .productName { font-size: 100%; }
.OQ .productName, .PRO .productName, .SEC .productName, .MC .productName { font-size: 135%; }
.OQ .productAvailablility, .PRO .productAvailablility, .SEC .productAvailablility, .MC .productAvailablility { font-size: 120%; }

.productRecommended { color: #FFF; padding: 5px; display: none; }
.OQ .productRecommended { background: #72AB42; display: block; }
.PRO .productRecommended { background: #0D84AC; display: block; }
.SEC .productRecommended { background: #CE5384; display: block; }
.MC .productRecommended { background: #ED9F22; display: block; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- demo page -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.demoPageList-body li {
    padding-bottom: 10px;
}
/* -------------------- 2 testimonials -------------------- */
/* --------------------
.customerSSImgHolder {
    text-align: center;
    width: 55%;
    margin: 0px auto;
}

.customerSSImg {
    width: 100%;
    margin: 0px 0px 30px;
    border: 3px solid #0074E4;
    border-radius: 50%;
}
-------------------- */
 
/* -------------------- 1 testimonial -------------------- */

.customerSSImgHolder {
    width: 24%;
    display: inline-block;
}

.customerSSImg {
    width: 100%;
    border: 3px solid #0074E4;
    border-radius: 50%;
}

.customerSSText {
    width: 69%;
    margin: 20px 0 0 5%;
    display: inline-block;
    vertical-align: top;
}

.customerSSBio {
    margin-top: 15px;
}

.customerSSImg-bio {
    display: none;
}

@media (min-width: 768px) {
/* -------------------- 2 testimonials -------------------- */
    #customerSSBox:first-child {
        width: 40%;
        margin-left: 0%;
        float: left;
    }
    
    #customerSSBox {
        width: 40%;
        margin-left: 5%;
        float: right;
    }
}

@media (max-width: 767px) {
/* -------------------- 2 testimonials -------------------- */
    .customerSSBox2 { margin-top: 50px; }
    
/* -------------------- 1 testimonial -------------------- */
    .customerSSImgHolder { display: none; }
    .customerSSText { width: 100%; margin: 0px; }
    .customerSSBio { margin-top: 30px; }
    .customerSSImg { width: 150px; }
    .customerSSImg-bio { display: inline-block; }
    .customerSSBio-name {
        margin: 50px 0 0 30px;
        vertical-align: top;
        display: inline-block;
    }
    
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- leadership page -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#header-leadership {
    font-size: 130%;
    font-weight: bold;
    color: #0074E4;
    width: 100%;
    margin-bottom: 3%;
    -moz-margin-end: 3%;
    -webkit-margin-after: 3%;
    padding-bottom: 5px;
    border-bottom: 2px solid #0074E4;
    display: inline-block;
}

#img-leadership {
    width: 30%;
    display: inline-block;
}

#body-leadership {
    width: 65%;
    display: inline-block;
    float: right;
}

@media (max-width: 600px) {
    #img-leadership {
        width: 100%;
    }
    
    #body-leadership {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
}

.leadershipImg {
    width: 100%;
    border: 3px solid #0074E4;
    border-radius: 50%;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- online rate quoting and partners page images -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#partners h4:first-child { margin: 0px; }
#partners h4 { margin: 70px 0px 0px; }

#partners img {
    width: 14%;
    margin: 1% 5%;
    vertical-align: middle;
}

#onlineRateQuoting img {
    width: 22%;
    margin: 1% 5%;
    vertical-align: middle;
}

.onlineRatequoting-tc-container { padding: 20px; background: #EEE; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.onlineRateQuoting-tc-body { width: 80%; display: inline-block; }
.onlineRateQuoting-tc-CTA-holder { float: right; margin-top: 5px; display: inline-block; }
.onlineRateQuoting-tc-CTA {
    font-size: 120%;
    color: #ff8b1b;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    padding: 5px 10px;
    margin: 30px auto 10px;
    width: 65%;
    background: transparent;
    border: 2px solid #ff8b1b;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.onlineRateQuoting-tc-CTA:hover { color: #FFF; background: #ff8b1b; }

@media (max-width: 1139px) and (min-width: 768px) {
    #partners img, #onlineRateQuoting img { width: 22%; }
    .onlineRateQuoting-tc-body { width: 100%; }
}

@media (max-width: 767px) {
    #partners img, #onlineRateQuoting img { width: 38%; }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- products page -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.OQ { border-color: #72AB42; }
.PRO { border-color: #0D84AC; }
.SEC { border-color: #CE5384; }
.MC { border-color: #ED9F22; }

.productCol-1, .productCol-2, .productCol-3, .productCol-4  {
    width: 31%;
    margin-top: 40px;
    margin-right: 2%;
    background: #EEE;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

.productCol-3 {
    margin-right: 0%;
}

@media (max-width: 1200px) {
    .productCol-1, .productCol-3 {
        width: 45%;
        margin-right: 0px;
    }
    
    .productCol-2, .productCol-4 {
        width: 45%;
        margin-right: 0px;
        margin-left: 7%;
    }
}

.productName {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.productIncludes {
    text-align: center;
}

.productIncludes ul {
    list-style: none;
    padding: 0px;
}

.productIncludes ul li {
    font-size: 96%;
    text-align: left;
    padding: 7px 30px;
}

.productIncludes ul li.productAvaliable {
    text-align: center;
    background: #DDD;
    padding: 10px 7px;
    margin: 15px 0px;
}

.productCTA {
    font-size: 130%;
    font-weight: bold;
    margin: 20px 0px;
}

.productCTA a {
    color: #333;
}

.productCTA a:hover {
    color: #0074e4;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- SOC compliance badge -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.socHolder {
    margin-top: 5%;
    border-top: 1px solid #DDD;
}

.socImg {
    text-align: center;
    width: 18%;
    display: inline-block;
    vertical-align: top;
}

.socImg img {
    width: 100%;
    max-width: 274px;
}

.socText {
    font-size: 90%;
    color: #666;
    width: 78%;
    padding-left: 3%;
    display: inline-block;
}

.socText a {
    color: #666;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .socImg { width: 100%; }
    .socImg img { padding-top: 2%; padding-bottom: 4%; }
    .socText { width: 100%; padding-left: 0%; }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- blog post page -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.post-item {
    padding-bottom: 10px;
    margin: 50px 0px;
    border-bottom: 4px solid #EEE;
}

.post-item:first-child, .post-item:first-child h2 { margin-top: 0px; }

#blogSideBarFormBkg .widget-type-rich_text, #blogSideBarFormBkg .widget-type-blog_subscribe {
    padding-bottom: 15px;
    border-bottom: 2px solid #FFF;
}

#blogSideBarFormBkg .widget-type-post_listing, #blogSideBarFormBkg .widget-type-post_filter {
    border-bottom: 2px solid #FFF;
}

.blogCTA {
    font-size: 130%;
    font-weight: normal;
    color: #FFF;
    padding: 10px 20px;
    background: #FF8B1B;
    border: none;
    border-radius: 10px;
}

.blogCTA:hover { color: #FFF; background: #FFA54E; }
.blogPage .container_12 .widgetContainer { margin-top: 0px; }
.hs-blog-listing .container_12 .widgetContainer { margin-top: 30px; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- site map page -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#siteMap ul {
    padding: 0px;
    -moz-padding: 0px;
    -webkit-padding: 0px;
    margin: 0px;
    -moz-margin: 0px;
    -webkit-margin: 0px;
}

.sm-page, .sm-sPage, .sm-bPage, .sm-nPage { display: block; }
.sm-page { margin: 1% 0% 0% 1%; }
.sm-sPage { margin: .5% 0% 0% 3%; }
.sm-bPage { margin: .5% 0% 0% 1%; }
.sm-nPage { margin: .5% 0% 0% 1%; }
#mortechBlogButton, #mortechNewsButton { cursor: pointer; }
#mortechBlogPosts, #mortechNewsPosts { cursor: pointer; display: none; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- scheduleing page -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.ma-img {
    border: 3px solid #0074E4;
    border-radius: 50%;
}

.ma-bio {
    font-size: 100%;
}

.ma-testimonialImg {
    width: 100%;
    border: 2px solid #0074E4;
    border-radius: 50%;
}

#ma .quoteImg {
    max-width: 40px;
}

#ma .testimonialBody {
    font-size: 100%;
}

.ma-courses .courseDescription {
    width: 85%;
    margin-bottom: 25px;
    display: inline-block;
}

.ma-courses .courseAction {
    text-align: right;
    margin-top: 10px;
    display: inline-block;
    float: right;
}

.ma-courses .courseAction a {
    color: white;
    width: 100%;
    padding: 10px 20px;
    background: #0074E4;
    border-radius: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- scheduleing page -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.training-linkHolder { width: 80%; margin: 20px auto 50px; }
.training-links { font-size: 150%; text-align: center; width: 49%; display: inline-block; }
.training-links img { max-height: 150px; margin-bottom: 15px; display: inline-block; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- onboarding page -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.onboarding-badge {
    font-size: 20px;
    text-align: center;
    width: 29%;
    margin: 20px;
    display: inline-block;
}

.onboarding-icon {
    max-height: 120px;
    margin: 15px auto;
    display: block;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- investors page - 2018 redesign -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.iSelectors { width: 100%; }
.iSelector-corr, .iSelector-whole, .iSelector-all { color: #0074E4; padding: 10px 30px; margin-right: 5px; border: 2px solid #0074E4; border-bottom: none; border-radius: 10px 10px 0px 0px; display: inline-block; cursor: pointer; }
.iSelector-corr:hover, .iSelector-whole:hover, .iSelector-all:hover { color: #FFF; background-color: #87D300; }
.selected { color: #FFF; background-color: #0074E4; border-color: #0074E4; }
.iInvestors { width: 100%; padding-top: 5px; padding: 15px 0px 20px; border: 2px solid #0074e4; border-radius: 0px 10px 10px; }
.iInvestors-title { font-size: 130%; font-weight: bold; color: #0074e4; padding-bottom: 5px; margin: 0px 2%; }
.iInvestors-col { width: 30%; margin-top: 5px; margin-left: 2%; display: inline-block; vertical-align: top; }
.iSeparator { border-top: 2px solid #0074e4; padding-top: 35px; }
.iInvestors-top { border-bottom: 0px; border-radius: 0px 10px 0px 0px; }
.iInvestors-bottom { border-top: 0px;  border-radius: 0px 0px 10px 10px; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- marketplace landing page - 2019 design -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.stat1 { width: 100%; }
.stat1 img { max-height: 60px; }
.stat1Numbers { font-size: 400%; font-weight: bold; color: #0074e4; vertical-align: top; margin: -5px 0px 0px 15px; }
.stat1Stats { margin-bottom: 50px; }
.stat1Text { margin-top: 12px; float: right; }
.stat1W1 { width: 600px; }
.stat1W2 { width: 530px; }
.stat1Source { font-size: 90%; text-align: right; color: #999; padding-top: 10px; }
.stat2 { font-size: 120%; text-align: center; color: #fff; width: 100%; background: #0074e4; padding: 30px 0px 40px; margin: 50px 0px; }
.stat2 p:first-child { font-size: 130%; text-align: left; font-weight: bold; padding-left: 30px; }
.stat2Stats { width: 27%; margin: 0% 2%; }
.stat2Numbers { font-size: 300%; font-weight: bold; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- gated content - 2019 design -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.gatedContent .widget-span { background: #eee; padding: 30px; border-radius: 10px; }
.gatedContent .hs-richtext:first-child { padding-bottom: 0px; }
.gatedContent .hs-richtext { font-size: 110%; padding-bottom: 30px; }
.gatedContent .hs-form-field { width: 40%; margin: 0 0 0 80px; display: inline-block; }
.gatedContent .hs_first_last_name { padding-top: 40px; }
.gatedContent .hs-submit { width: 40%; margin: 0 0 0 80px; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- partner landing pages - 2019 design -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* -------------------- blend landing page -------------------- */

#blendTable { width: 90%; margin: 30px auto; }
#blendTable .row { margin-bottom: 30px; line-height: 60px; }
#blendTable .image { width: 10%; text-align: center; margin-right: 2%; }
#blendTable .image img { max-height: 60px; }
#blendTable .content { width: 85%; line-height: 100%; vertical-align: middle; }

@media (max-width: 767px) {
    #blendTable .row { margin-bottom: 20px; }
    #blendTable .image { width: 100%; margin-right: 0%; margin-bottom: 10px; }
    #blendTable .image img { max-height: 60px; }
    #blendTable .content { width: 100%; }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- support page - 2019 redesign -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.CS-team { width: 100%; }
.CS-profile { text-align: center; width: 24%; display: inline-block; margin: 0px 0px 40px 0px; }
.CS-profile img { max-width: 70%; border-radius: 50%; border: 3px solid #0074e4; }
.CS-profile h1 { text-align: center; }

#cs-highlight { font-size: 140%; font-weight: bold; text-align: center; color: #fff; background: #0074e4; padding: 20px 40px; }

#cs-stats { width: 100%; }
#cs-stats .cs-statSection { width: 49%; display: inline-block; }
#cs-stats .cs-stat { margin: 20px 0px 70px;width: 100%; }
#cs-stats .cs-statText { font-size: 140%; width: 65%; display: inline-block; vertical-align: middle; }
#cs-stats .cs-statCallOut { font-size: 200%; font-weight: bold; color: #0074e4; }
#cs-stats .cs-statImage { margin: 0px 10px; display: inline-block; vertical-align: middle; }
#cs-stats .cs-statImage img { max-height: 100px; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- mortech protection - mopro -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#ZG-stats { text-align: center; width: 100%; background: #eee; padding: 20px 10px; margin-bottom: 40px; box-sizing: border-box; }
#ZG-stats .third { text-align: center; padding: 0px 20px; box-sizing: border-box; }
#ZG-stats img, #moProValueAdds img, #moProMarketingOutreach img { max-height: 70px; padding-bottom: 20px; }
#ZG-stats .callOut { font-size: 200%; font-weight: bold; color: #0074e4; border-bottom: 1px solid #0074e4; margin-bottom: 10px; }
#moProValueAdds, #moProMarketingOutreach { text-align: center; margin-top: 20px; }
#moProMarketingOutreach ul { text-align: left; padding: 0px 60px; margin: 0px; box-sizing: border-box; }
.moPro-howTo { text-align: center; }
.moPro-howTo img  { margin-bottom: 10px; max-height: 100px; }
#moPro-accuracy { font-size: 24px; text-align: center; color: #FFF; line-height: 33px;  width: 100%; background: #0074e4; padding: 40px 20px; margin: 40px 0px; box-sizing: border-box; }
#moPro-accuracy-title { font-size: 32px; font-weight: bold; color: #fff; line-height: 42px; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 2px solid #fff; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- mopro webinar gated content -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.hs-content-path-mortech-protection-view-webinar #ZG-stats { margin-bottom: 0px; }
.hs-content-path-mortech-protection-view-webinar h3 { color: #fff; padding: 30px 60px 20px 60px; margin: 0; background: #0074e4; }
.hs-content-path-mortech-protection-view-webinar #moproWebinarGated, #gatedContent { padding: 20px 60px; background: #eee; }
.hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 { background: #eee; padding: 10px 60px 60px 60px; }
.hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 .hs_first_last_name, .hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 .hs_email, .hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 .hs_phone { width: 30%; margin: 0 1.6%; display: inline-block; }
.hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 .actions { text-align: center; }
.hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 input[type="submit"] {
    font-size: 130%;
    font-weight: normal;
    color: #FFF;
    width: 260px;
    padding: 5px 5px 7px;
    background: #FF8B1B;
    border: none;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 input[type="submit"]:hover { background: #FFA54E; }

@media (max-width: 1139px) {
  .hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 .hs_first_last_name, .hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 .hs_email, .hs-form-1e1a4ce7-e1f5-4bb7-89a0-c9b2b2ec8778 .hs_phone { width: 100%; margin: 0 3%; display: inline-block; }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- spacing columns -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.half, .third, .forth { display: inline-block; vertical-align: top; }
.half { width: 49%; }
.third { width: 32%; }
.forth { width: 24%; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- mortech partner apis -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.API-exampleSolutions-section { width: 90%; margin: auto; }
.API-exampleSolutions { background: #eee; padding: 20px 40px; margin: 10px 0px 20px; }
.API-exampleSolutions h3 { border-bottom: 2px solid #0074e4; padding-bottom: 5px; margin-top: 0px; margin-bottom: 20px; }
.API-howItWorks-section { text-align: center; }
.API-howItWorks { max-height: 100px; margin-bottom: 15px; }
.hs-content-name-mortech-ratecloud-api .testimonial2, .hs-content-name-mortech-ratecloud-api-landing-page .testimonial2 { margin-bottom: 0px; margin-top: 70px; background: #eee; padding: 20px 40px; border: 1px solid #ddd; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- partner form -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.hs-content-name-partners #partnerFormH2 h2 {
    color: #fff;
    background-color: #0074e4;
    padding: 20px 70px;
    margin: 3% 0% 0%;
    -moz-margin-start: 3%;
    -moz-margin-end: 0%;
    -webkit-margin-before: 3%;
    -webkit-margin-after: 0%;
}
.hs-content-name-partners #hs_cos_wrapper_widget_1637077912933 { margin-top: 0px !important; }
.hs-content-name-partners .hs-form fieldset.form-columns-0, .hs-content-name-partners .hs-form fieldset.form-columns-2, .hs-content-name-partners .hs-form fieldset.form-columns-3 { max-width: none; }
.hs-content-name-partners .hs-form fieldset.form-columns-0 .CCPA { padding: 0px; margin: 0px 20px; }
.hs-content-name-partners .hs_cos_wrapper_type_form .hs-form fieldset.form-columns-2 .input, .hs-content-name-partners .hs_cos_wrapper_type_form .hs-form fieldset.form-columns-2 label, 
.hs-content-name-partners .hs_cos_wrapper_type_form .hs-form fieldset.form-columns-3 .input, .hs-content-name-partners .hs_cos_wrapper_type_form .hs-form fieldset.form-columns-3 label { margin: 0px 20px 5px; }
.hs-content-name-partners #hs_form_target_widget_1637077912933 fieldset.form-columns-3 .hs-form-field { width: 33.3%; }
.hs-content-name-partners #hs_cos_wrapper_widget_1637077912933 .form-columns-0 { max-width: 80%; display: inline-block; vertical-align: top; }
.hs-content-name-partners #hs_cos_wrapper_widget_1637077912933 .hs-submit { display: inline-block; }

.hs-content-name-partners #hs_cos_wrapper_widget_1637077912933 .hs-button {
    font-size: 130%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 200px;
    padding: 5px;
    background: #0074e4;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: right;
    vertical-align: top;
}