/* @import url('http://example.com/example_style.css'); */

/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */
 
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@font-face {
    font-family: "avenir_lt_std85_heavy";
    font-style: normal;
    font-weight: normal;
    src: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-heavy-webfont.woff"), 
         url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-heavy-webfont.ttf"), 
         url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-heavy-webfont.eot");
}
@font-face {
    font-family: "avenir_lt_std55_roman";
    font-style: normal;
    font-weight: normal;
    src: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-roman-webfont.woff"), 
         url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-roman-webfont.ttf"), 
         url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-roman-webfont.eot");
}
@font-face {
    font-family: "avenir_lt_std55_oblique";
    font-style: normal;
    font-weight: normal;
    src: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-oblique-webfont.eot"), 
         url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-oblique-webfont.woff"), 
         url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/avenirltstd-oblique-webfont.ttf");
}
@font-face {
    font-family: "Montserrat Thin";
    font-style: normal;
    font-weight: normal;
    src: url("https://515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/montserrat-thin-webfont.eot"),
         url("https://515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/montserrat-thin-webfont.woff"),
         url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Fonts/montserrat-thin-webfont.ttf")
}

.downloadbuttonnew {
    height: 100%;
    background-color: #4a8742;
    width: 100%; 
    text-align: center;
    padding: 4px;
}

.downloadbuttonnew:hover {
    height: 100%;
    background-color: #326e28;
    width: 100%; 
    text-align: center;
    padding: 4px;
}

.otherbuttonnew {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #005e9f; 
}

.otherbuttonnew:hover {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #004b80; 
}


/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* This responsive framework is required for all styles. */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

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

/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */





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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */




/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */




/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 






/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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

/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

/* Website background color and default font styles */
body {
  /*background: #fff;*/
  background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(0, 0%, 94%) 0px, hsl(0, 0%, 100%) 30%) repeat scroll 0 0;
  color: #333;
  font-family: avenir_lt_std55_roman;
  font-size: 16px;
  line-height: 1.375em;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}

a { color: #294958; }
a:hover, a:focus { color: #3e80bd; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



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


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'avenir_lt_std85_heavy';
    word-wrap: break-word;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 42px;
    line-height: 44px;
    margin: 11px 0;
}
h2 {
    font-size: 1.5em;
    line-height: .9167em;
    margin: 11px 0;
}
h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}
h4 {
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
h6 {
    font-size: 13px;
    line-height: 19px;
    margin: 10px 0;
}

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





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


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

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




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

.header-container-wrapper {}

.header-container {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: auto;
    top: 0;
    font-family: 'Montserrat', sans-serif;
    color: rgba(47,47,47,0.5);
    font-weight: 400;
    font-size: 12.25px;
    line-height: 19.25px;
    text-transform: uppercase;
}
.header-container .page-center {
    max-width: 100% !important;
    width: 100% !important;
}
.header-container a {
    color: #294958;
    text-decoration: none;
}
.header-container a:hover {
    color: #3e80bd;
}
.header-container ul {
    padding: 0 2px 0 0;
    margin: 0;
}
.custom-header-top-group {  
    position: relative;
    background: #fff;  
    -webkit-box-shadow: 0 3px 5px 0 rgba(50,50,50,0.15);
    -moz-box-shadow: 0 3px 5px 0 rgba(50,50,50,0.15);
    box-shadow: 0 3px 5px 0 rgba(50,50,50,0.15);
    padding: 9px 20px 13px;
}

.custom-head-solution-nav ul {
    text-align: center;
    margin-right: -71.6px;
}
.custom-head-solution-nav ul li {
    display: inline;
    padding: 0 19px 0 9px;
    margin: 0;    
    height: 100%;
    position: relative;
}
.custom-head-solution-nav ul li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 0px;
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Header-Nav-dots.png) no-repeat center 1.39px;
}
.custom-head-solution-nav ul li:first-child {
    padding-right: 6px;
}
.custom-head-solution-nav ul li:last-child {
    padding-right: 0;
}
.custom-head-solution-nav ul li:first-child:after,
.custom-head-solution-nav ul li:last-child:after {
    display: none;
}
.custom-head-solution-nav ul li a {
    font-family: 'avenir_lt_std85_heavy';
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.custom-head-right-nav ul {
    float: right;
    padding: 6px 2px 0;
}
.custom-contact-mail-nav.show {
    visibility: visible;
}
.custom-head-right-nav ul li {
    display: inline;
    padding: 0;
}
.custom-head-right-nav ul li:last-child {
    padding: 0;
}
.custom-head-right-nav ul li a {
    padding: 8px 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 22px;
    font-family: 'avenir_lt_std85_heavy';
    font-size: 12px;
    color: #294958;
}

.custom-head-solution-nav {
    padding-right: 0;
    padding-top: 5px;
}

.custom-contact-mail-nav {
    background: #edf5f6;
    /*height: 40px;*/
    visibility: hidden;
}
.custom-contact-mail-nav ul {
    display: block;
    /*max-width: 100%;
    margin: 0 auto;*/
    text-align: center;
    position: relative;
}
.custom-contact-mail-nav ul li {
  display: inline;
  /*height: 100%;*/
  line-height: 40px;
}
.custom-contact-mail-nav ul li a {
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: rgba(53,53,53,0.66) !important;
    padding: 0;
    /*top: -6px;*/
}
.custom-contact-mail-nav ul li a:before {
    content: "";
    position: absolute;
}

.custom-contact-mail-nav ul li.custom-head-contact {}
.custom-contact-mail-nav ul li.custom-head-contact a:before {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Header-contact.png) no-repeat left 0;
    width: 10px;
    height: 27px;
    left: -15px;
    top: -5px;
}
.custom-contact-mail-nav ul li.custom-head-mail-id {
    padding: 0 0 0 10.3em;
}
.custom-contact-mail-nav ul li.custom-head-mail-id a:before {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Header-mail.png) no-repeat left 0;    
    width: 12px;
    height: 27px;
    left: -18px;
    top: -2px;
}
.custom-contact-mail-nav ul li.custom-head-chat a:before {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/online-chat.png) no-repeat left 0;
    width: 20px;
    height: 27px;
    left: -25px;
    top: -2px;
}
.custom-contact-mail-nav ul li.custom-head-chat {
    visibility: hidden;
}

.contact-content li.hs-form-booleancheckbox {
    text-align: left;
}
.contact-content .legal-consent-container {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

#header_wrapper.header-items-group {
    padding-left: 25px;
    /*transition: 0.5s;*/
    /*-webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;*/
}
.header-items-group {
    position: relative;
    background-color: #000000;
    text-align: left;
}
.header-links {
    font-size: 12.25px;
    text-transform: none;
    font-weight: bold;
}
.header-links.custom-menu-primary {
    margin: 0px auto;
    margin-left: 5px;
    margin-top: 10px;
}
.header-links a {
    vertical-align: bottom;
}
.custom-header-logo {
    margin-top: 16px;
    max-width: 142px;
}

.header-download-image {
    vertical-align: middle;
}

.header-arrow-image {
  display: inline;
  width: auto;
  vertical-align: baseline;
  height: 12px;
  margin-left: 7px;
  margin-right: 7px;
}


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


.body-container-wrapper {}
.body-container {
    /*margin: 50px 0 0;
    padding: 64px 0;*/
}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */





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


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

.footer-container .page-center {}


.footer-container h2 {
    font-family: 'avenir_lt_std55_roman';
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 14px;
}
.footer-container h2 a {
    color: #17758d;    
    text-decoration: none;
}
.footer-container h4 {
    font-family: 'avenir_lt_std85_heavy';
    font-size: 14px;
    font-weight: normal;
    line-height: 19.25px;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.footer-contact-call a h3 {
    margin-top: 25px;
}
.footer-contact-call a img {
    margin-top: -15px;
}
.footer-whatsapp-call a img {
		margin-top: -13px;
}
.footer-whatsapp-call a h3 {
		margin-top: 25px;
}
.custom-ft-top-group {
    background: #EDEDED;
    padding: 55px 0 22px;
    text-align: center;
}
.custom-ft-top-group h3 {
    padding: 0 0 46px;    
}
.custom-ft-top-group p {
    font-size: 14px;
    line-height: 18.62px;
    font-family: 'avenir_lt_std55_roman';
    margin: auto;
    width: 73%;
}
.custom-ft-top-group img {
    margin: 0 auto 25px;
}
.custom-ft-byphone {
    padding: 12px 6px 14px 25px;
    margin: 0 !important;
}
.custom-ft-email-us {    
    padding: 14.5px 16px 14px;
    margin: 0 0 0 27px !important;
}
.custom-ft-skype {
    padding: 10px 16px 14px;
    margin: 0 0 0 20px !important;
}
.custom-ft-online-chat {
    padding: 16px 16px 14px;
    margin: 0 0 0 17px !important;
}
.custom-ft-online-chat img {
    margin: 0 auto 30px;
}









.custom-ft-middle-group {
    padding: 4px 0 4px;
}
.custom-ft-middle-group h3 {
    margin-top: 3px;
}
.custom-ft-middle-group ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}
.custom-ft-middle-group ul li {
    line-height: normal;
}
.custom-ft-middle-group ul li a {
    color: #294958;
    text-decoration: none;
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
}
.custom-ft-middle-group ul li a:hover {
    color: #3e80bd;
}
.custom-ft-address {
    padding: 16px 16px 14px;
    margin: 0 !important;
}
.custom-ft-snowflake-menu,
.custom-ft-company-menu,
.custom-ft-support-menu {
    padding: 16px 16px 13px;
    margin: 0 1px 0 18px !important;
}
.custom-ft-address p {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
    margin: 17px 0;
}





.custom-ft-social-sharing {
    padding: 64px 0 69px;
}
.custom-ft-social-sharing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.custom-ft-social-sharing ul li {
    width: 22px;
    height: 22px;
    display: inline-block;
}
.custom-ft-social-sharing ul li a {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
}
.custom-ft-social-sharing ul li a.youtube {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/youtube.png) no-repeat;
    background-size: 21px 21px;
}
.custom-ft-social-sharing ul li a.linkedin {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/linkding.png) no-repeat;
    background-size: 21px 21px;
}
.custom-ft-social-sharing ul li a.facebook {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/facebook.png) no-repeat;
    background-size: 22px 22px;
}
.custom-ft-social-sharing ul li a.twitter {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/twitter.png) no-repeat;
    background-size: 21px 21px;
}



.custom-ft-testimonial-content {
    color: #333;
    font-size: 14px;
    line-height: 1.375em;
    font-family: 'avenir_lt_std55_oblique';
    text-align: center;
    width: 40%;
    margin: auto;
}
.custom-ft-testimonial-content q {
    padding: 0 0 14px;
    display: block;
    font-size: 14px;
    line-height: 22px;
}
.custom-ft-testimonial-content p {
    font-size: .85em;
    font-weight: normal;
    margin: 0 0 28px;
}





.custom-ft-copyright {
    font-family: 'avenir_lt_std55_roman';
    font-size: 11.375px;
    line-height: 17.875px;
}
.custom-ft-copyright p {
    margin: 0 0 21px;
    text-align: center;
}

.footer-about-part {
    background: #404040;
    text-align: center;
    padding: 25px 0px;
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: normal;
}
.footer-about-part a {
    color: #cccccc;
    margin: 0px 8px;
    text-decoration: none;
}
.footer-about-part a:hover {
    color: #FFF;
    text-decoration: underline;
}
.footer-social-group {
    background-color: #202020;
    padding: 30px 0px;
}
.footer-social-group .footer-contact-item {
    text-align: center;
    margin-top: 55px;
}
.footer-social-group .footer-contact-item p {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 14px;
    line-height: normal;
}
.footer-social-group .footer-contact-item h3 {
    font-family: 'Montserrat', sans-serif;
    color: #cccccc;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    display: flex;
    justify-content: center;
}
.footer-social-group .footer-contact-item a {
    color: #cccccc;
    text-decoration: none;
}
.footer-social-group .footer-contact-item a h3:hover {
    color: #ffffff;
    text-decoration: underline;
} 
.footer-social-group .footer-newsletter-form .hs-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*align-items: center;*/
    /*align-items: flex-end;*/
}

.footer-social-group .footer-newsletter-form .hs-form > .legal-consent-container {
    order: 1;
}

.footer-social-group .footer-newsletter-form .hs-form .hs_submit input[type="submit"] {
    /*margin-top: 30px;*/
    margin-top: 28px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    padding: 9px 18px;
    border: none;
    background-color: #005b7f;
    color: #FFF;
}
.footer-social-group .footer-newsletter-form .hs-form .hs_submit input[type="submit"]:hover {
    background-color: #00aeef;
}
.footer-social-group .footer-newsletter-form .hs-form input[type="email"] {
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 8px 10px;
    width: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 8px #ccc;
    -moz-box-shadow: inset 0 1px 8px #ccc;
    box-shadow: inset 0 1px 8px #ccc;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    -moz-transition: -moz-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}
.footer-social-group .footer-newsletter-form .hs_cos_wrapper_type_form {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 14px;
    line-height: normal;
}
.footer-social-group .footer-newsletter-form .hs_cos_wrapper_type_form .hs-form-field > label {
    display: inline;
    margin: 0px;
    text-align: left;
}
.footer-social-group .footer-newsletter-form .hs-form .hs-form-field > label  {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 14px;
    line-height: normal;
}
.footer-social-group .footer-newsletter-form .hs-form .hs-form-field > label .hs-form-required {
    display: none;
}
.footer-social-group .footer-newsletter-form .hs-form .hs-error-msgs {
    display: none !important;
}
.footer-social-group .footer-social-icons {
    margin-top: 20px;
}
.footer-social-group .footer-social-icons p {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
.footer-social-group .footer-social-icons a {
    font-family: 'Montserrat', sans-serif;
    color: #cccccc;
    font-size: 21px;
    line-height: normal;
}
.footer-social-group .footer-social-icons a:hover {
    color: #FFF;
}
.footer-social-group .footer-social-icons a + a {
    margin-left: 16px;
}
.footer-social-group .footer-copyright-part {
    margin-top: 25px;
    text-align: center;
}
.footer-social-group .footer-copyright-part hr {
    width: 365px;
    max-width: 100%;
    background-color: #323232;
}
.footer-social-group .footer-copyright-part p {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 10px;
    line-height: normal;
    margin-top: 25px;
}

.back-to-top {
    display: block;
    text-align: center;
    margin: 1.4em 0 12px;
    padding: .9em;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: gray;
    font-size: 11px;
    text-transform: uppercase;
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/top_of_page.png) no-repeat 50% 1px;    
}

.back-to-top:hover {
    color: #666;
    background-position: 50% 0;
}

/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */
 /* Set li background color for items with children */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#FFF;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#FFF;
  text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: " \25be";
    color:#FFF;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover:after {
    color:#FFF;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover {
    background:rgba(0, 0, 0, 0.5);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:rgba(0, 0, 0, 0.5);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#FFF;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#FFF;
  text-decoration: underline;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.custom-menu-primary ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    /*width: 100%;*/
    padding-right: 0px;
}

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

@media screen and (min-width:767px max-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper {
        display:none !important;
  }
}

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

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

@media (max-width: 767px) {


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

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

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

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


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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    /*color:#FFFFFF;
    background-color: #000000; */
    background: #3e80bd;
    color: #fff;
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      /*background-color: #FFFFFF;*/ /* Icon color */
      background: #fff;
  }


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

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    /*background-color:#000000;*/ /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    /*border-top: 1px dotted rgba(255, 255, 255, .35);*/ /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#FFFFFF; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#FFFFFF; /* link hover color set by global mobile-aColorHover variable */
    text-decoration: underline;
  }

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
    padding: 0 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
    padding: 0 40px;
  }
  
  #header_wrapper.header-items-group {
      padding-left: 0px;
      background-color: #000000;
  }
  #header_wrapper .header-download-image {
    display: inline;
    vertical-align: middle;
    width: auto;
  }

  #header_wrapper .header-arrow-image {
    display: inline;
    width: auto;
  }

}








/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


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

.error404-template .body-container {
    padding-top: 136px;
}
.error404-template .main-content {
    max-width: 960px !important;
    padding: 64px 0;
    text-align: center;
}
.error-template .main-content h1,
.error-template .main-content h2,
.error-template .main-content h3,
.error-template .main-content h4,
.error-template .main-content h5,
.error-template .main-content h6,
.error-template .main-content p,
.password-template .main-content h1,
.password-template .main-content h2,
.password-template .main-content h3,
.password-template .main-content h4,
.password-template .main-content h5,
.password-template .main-content h6,
.password-template .main-content p,
.subscription-template .main-content h1,
.subscription-template .main-content h2,
.subscription-template .main-content h3,
.subscription-template .main-content h4,
.subscription-template .main-content h5,
.subscription-template .main-content h6,
.subscription-template .main-content p {
    padding: 0 !important;    
}
.error-template .main-content h1 {
    color: #333;
    font-family: 'avenir_lt_std85_heavy';
    font-size: 42px;
    line-height: 44px;
    word-wrap: break-word;
    font-weight: normal;
    margin: 10px 0 30px;
}


/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





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


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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {
    font-family: 'avenir_lt_std85_heavy';
    font-size: 30px;
    line-height: normal;
    word-wrap: break-word;
    font-weight: normal;
    margin: 15px 0 0;
}

.post-header h2 a {
    color: #333;
    text-decoration: none;
}
.post-header h2 a:hover {
    color: #333;
}

/* Blog Author and Avatar */
#hubspot-author_data,
.custom-post-date {
    float: none;
    color: #666;
    font-size: 11px;
    line-height: 17.2857px;
    text-transform: uppercase;
    padding: 11px 0 0;
    margin: 0 0 18px;
    font-style: italic;
}
.blog.company-blog #hubspot-author_data,
.blog.company-blog .custom-post-date  {
    font-style: normal !important;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    display: block;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc;
}
.blog.company-blog .blog-listing-wrapper .post-listing .post-item {
    border-bottom: 0 !important;
    padding: 0 0 22px !important;
    margin: 20px 0 !important;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 22px;
}
.blog-post-wrapper .post-body {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
}
.blog-post-wrapper .post-body p {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 22px;    
}

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

/* Read More Link */
a.more-link {
    display: block;
    margin: 10px 0;
}
.blog.company-blog .more-link {
    margin: 0 !important;
}

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
    padding: 10px 0 0 0;
    /*border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;*/
    height: auto;
    float: none;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0 5px;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-body {
    border-bottom: medium none;
    color: #333;
    display: block;
    font-family: avenir_lt_std55_roman;  
    font-size: 16px;  
    line-height: 1.375em;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color: #333 !important;
    display: block !important;
    text-align: left;
}

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

/* -------------------- Ends ----------- */


/* Pagination */
.blog-pagination {}
.blog-pagination a {
    font-family: 'avenir_lt_std55_roman';
    font-size: 16px;
    line-height: 1.375em;
    text-decoration: none;
    margin: 5px 0;
    display: block;
    text-align: left;
}
.blog.company-blog .blog-pagination a {
    margin: 0 !important;
    display: inline-block !important;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

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

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

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 15px;
    padding: 4px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 8px #ccc;
    -moz-box-shadow: inset 0 1px 8px #ccc;
    box-shadow: inset 0 1px 8px #ccc;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    -moz-transition: -moz-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

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

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


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

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

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {
    display: block;
    margin: 10px 0 4px;
    text-align: left;
}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {
  display: block;
  color: #333;
  margin: 9px 0 0;
    font-family: 'avenir_lt_std55_roman';
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}

/* Inputs */
#comment-form input[type="text"],
#comment-form input[type="email"] {
    max-width: 200px;
}
#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus {}

#comment-form textarea {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    max-width: 400px;
    min-height: 100px;
}
#comment-form textarea:focus {}

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

#comment-form .hs-button.primary {
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 8px #333;
    -moz-box-shadow: inset 0 1px 8px #333;
    box-shadow: inset 0 1px 8px #333;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;    
    padding: 4px 10px;
    border: 1px solid #222;
    background: #222;
    color: #fff;
    font-family: 'avenir_lt_std55_roman';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
}
#comment-form .hs-button.primary:hover {
    background: #555;
    outline: 0;    
}

/* Error */
body .hs-common-error-message {}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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


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

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

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    /*cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    background-color: #555;
    font-family: Arial;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 15px;
    margin: 15px 0;
    border: 1px solid #222;
    -webkit-box-shadow: inset 0 1px 8px #333;
    -moz-box-shadow: inset 0 1px 8px #333;
    box-shadow: inset 0 1px 8px #333;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;*/
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

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


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

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


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================


   6. MISCELLANOUS                                        


   ========================================================================== */

.main-content h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 31.4285px;
    margin: 7.8571px 0 14px;
}
.main-content h3 {
  margin: 0;
}
.main-content h6 {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'avenir_lt_std55_roman';
    margin: 20px 0;
}
.main-content h6 a {
    color: #17758d;
}
.main-content p {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 22px;
}
.main-content p strong {
    font-family: 'avenir_lt_std85_heavy';
    font-weight: normal;
}
.main-content ul {
    padding: 0 0 0 22px;
}
.main-content ul li {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
}
.main-content a {
    text-decoration: none;
}



a.custom-button {
    text-decoration: none;
    padding: .5em 1em;
    background: #bfe6ef;
    font-family: 'avenir_lt_std55_roman';
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.custom-button:hover {
    background: #0c609e;
    color: #fff;
}

/* ==========================================================================
                                HOME PAGE
============================================================================= */

.home-page {}

.home-page a.custom-button {
    font-weight: bold;
    padding: 5px 14px 4px 13px;
    margin: 13px 0 0;
    font-family: 'avenir_lt_std85_heavy';
}

.home-page .body-container {
    /*margin-top: 50px !important;
    padding: 0;*/
}

.home-page .home-top-content {
    padding: 150px 5% 0;
    background-size: 110%;
    height: 100vh;
    min-height: 617px;
}
.home-page .home-top-content .page-center {
    max-width: 100% !important;
    width: 100% !important;
}
.home-page .home-top-content h1,
.home-page .home-top-content h2 {
    color: white;
}
.home-page .home-top-content h1 {
    width: 278px;
    height: 60px;
    margin: 2px 0 9px;
    text-indent: -99999px;
    display: block;
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Snowflake-h1.png) no-repeat;
}
.home-page .home-top-content h2 {
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: -0.02em;
    margin-right: -32px;
    margin-top: 0;
}
.home-top-content .custom-row1 {}
.home-top-content .custom-row1 .col1 {
    padding: 12.8% 0 0;
}
.home-top-content .custom-row1 .col2 {
    text-align: center;
    position: relative;
}
.home-top-content .custom-row1 .col2 .custom-hexagon {
    background: hsla(0, 0%, 0%, 0) url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Home_top_links.png") no-repeat scroll 0 0;
    display: table-cell;
    height: 165px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 160px;
}
.custom-hexagon a {
    color: hsl(0, 0%, 20%);
    display: block !important;
    font-family: "avenir_lt_std85_heavy";
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.custom-hexagon a:hover {
    color: #8b63c6;
}
.home-top-content .custom-row1 .col2 .custom-hexagon.first {
    top: 33px;
    left: 213px;
    right: auto;
}
.home-top-content .custom-row1 .col2 .custom-hexagon-image.second {
    top: -27px;
    left: -3px;
    position: relative;
}
.home-top-content .custom-row1 .col2 .custom-hexagon.third {
     top: -160px;
    left: 545px;
}
.home-top-content .custom-row1 .col2 .custom-hexagon.last {
    left: 255px;
    top: -60px;
}
.home-top-content .custom-row1 .col3 {
    margin: 7.4% 0 10px 0;
    padding: 15px 33px 10px 0;
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/play_video-box-shadow.png) no-repeat 156px -4px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.home-top-content .custom-row1 .col3:hover {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/play_video-box-shadow-hover.png) no-repeat 156px -4px;
}


.home-middle-content {
    background-size: 100%;
}

a.home-main-button {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 30px;
    display: inline-block;
    background-color: #005b7f;
    color: #FFF;
}
a.home-main-button:hover {
    background-color: #00aeef;
}

a.home-main-button-white {
    background-color: #ffffff;
    color: #245a7c;
}
a.home-main-button-white:hover {
    background-color: #dddddd;
}

.home-main-wrapper a.home-main-button div {
    display: inline-block;
    vertical-align: middle;
}

.home-main-wrapper a.home-main-button .home-button-arrow{
    font-size: 15px;
    margin-top: 3px;
}

.home-main-content {
    float: none;
    /*margin: 0 auto !important;*/
    max-width: 100%;
    text-align: center;
    background-image: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Top/sf5-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0px;
    position: relative;
    -webkit-transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear;
  -ms-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}

.home-testimonials-group {
    float: none;
    /*margin: 0 auto;*/
    padding-bottom: 30px;
    max-width: 100%;
    text-align: center;
    background-color: #fafafa;
}

.home-blog-group {
    float: none;
    /*margin: 0 auto;*/
    max-width: 100%;
    text-align: center;
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 80px;
}

.home-main-content .custom-row1 {
    margin-bottom: 73px;
}
.home-main-content .custom-row2 {
    margin-bottom: 15px;
}
.home-main-content .custom-row3 {
    margin-bottom: 16px;
}
.home-main-content .custom-row3 h3 {
    margin: 23px auto 25px;
} 
.home-main-content .custom-row4 {}
.home-main-content .custom-row4 img {
    margin-left: -4.5px;
}
.home-main-content .custom-row4 h3 {
    margin: -2px auto 25px;
}


.home-page .home-bottom-content {
    background: #EDF5F6;
    padding: 80px 16px 64px;
}
.home-page .home-bottom-content h2 {
    font-family: 'avenir_lt_std85_heavy';
    word-wrap: break-word;
    font-weight: normal;
    font-size: 1.5em;
    line-height: .9166666666666666em;
    margin: 11px 0 50px;
    text-align: center;
}

.home-bottom-content .custom-row1 {}

.home-main-header {
    margin-bottom: 30px;
}
.home-main-header p {
    color: #FFF;
    font-size: 28px;
    line-height: 1.0;
}

.home-menu-item {
    color: #FFF;
    position: relative;
}
.home-menu-item img {
    margin-bottom: 20px;
}

.home-menu-item img:hover {
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";    
}
    
.home-menu-item a h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
}
.home-menu-item a h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: normal;
    font-weight: bold;
}
.home-menu-item a p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: normal;
}
.home-menu-item a {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    line-height: normal;
    text-decoration: none;
    display: block;
}
.home-menu-item a:hover {
    text-decoration: none;
}
.home-menu-education .hs_cos_wrapper_type_rich_text {
    float: right;
}
.home-menu-business .hs_cos_wrapper_type_rich_text {
    float: none;
}
.home-menu-entertainment .hs_cos_wrapper_type_rich_text {
    float: left;
}
.home-static-cool-link {
    position: absolute;
    top: -25px;
    right: -10px;
    z-index: 3;
}
.home-static-cool-link:hover {
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
    filter: none !important;   
}
.home-static-codie-link {
    position: absolute;
    top: 5px;
    width: 130px;
    right: -40px;
}
.home-testimonials-group .hs_cos_wrapper_type_image_slider {
    overflow: visible;
}
.home-testimonials-group .hs_cos_flex-slider {
    margin-bottom: 0px;
    background-color: transparent;
}
.home-testimonials-group .home-testimonials-slider .hs_cos_flex-direction-nav .hs_cos_flex-next {
    right: 5px;
}
.home-testimonials-group .home-testimonials-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: 5px;
}
.home-testimonials-group .home-testimonials-slider {}
.home-testimonials-group .home-testimonials-slider img {
    width: 75px;
    position: relative;
    z-index: 3;
    height: 75px;
    top: -37px;
    border-radius: 50%;
}
.home-testimonials-group .home-testimonials-slider .caption {
    position: static;
    background: transparent;
    color: #000;
}
.home-testimonials-group .home-testimonials-slider .caption p {
    color: #000;
    font-size: 14px;
    line-height: initial;
    margin: 0px auto;
    margin-bottom: 15px;
}
.home-testimonials-group .home-testimonials-slider .caption p:first-child {
    margin-top: -25px;
    max-width: 45%;
}
.home-testimonials-group a.home-main-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.home-blog-group .home-blog-text {
    text-align: left;
}
.home-blog-group .home-blog-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
}
.home-blog-group .home-blog-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: #999999;
}
.home-blog-group .home-blog-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: normal;
}
.home-blog-group .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
}
.home-blog-group .home-blog-image {}
.home-blog-group a.home-main-button {
    margin-top: 20px;
}

.one-column.with-full-page-center .main-content {
  max-width: 100%;
}

.one-column.with-full-page-center.with-form .main-content {
    max-width: 80%;
    padding: 20px 100px;
    background: #eee;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 4px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 4px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 4px;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form {
    display: inline-block;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form h3,
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form form {
    background: transparent;
    border: 0;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form h3 {
    display: block;
    font-family: 'avenir_lt_std85_heavy';
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    margin: 24px 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0 !important;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form label {
    font-size: 14.3999px !important;
    font-family: 'avenir_lt_std55_roman';
    line-height: 1.375em;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form label > span {
    color:red;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form input[type="text"],
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form input[type="email"],
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form input[type="url"],
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form select {
    padding: 4px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 8px rgb(204, 204, 204);
    -moz-box-shadow: inset 0 1px 8px rgb(204, 204, 204);
    box-shadow: inset 0 1px 8px rgb(204, 204, 204);
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    -moz-transition: -moz-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'avenir_lt_std55_roman';
    font-size: 16px;
    line-height: normal;
    min-height: 35px;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form textarea {
    min-height: 60px;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form .hs-button.primary.large {
    width: 100%;
    padding: 10px;
    margin: 1em 0;
    border: 0;
    background: #bde5ef;
    text-transform: uppercase;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'avenir_lt_std55_roman';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
}
.one-column.with-full-page-center.with-form .main-content .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
      background: #93ccda;
}

/* ==========================================================================
                        MultiTeach Page - Template Styling
============================================================================= */

.mt-top-wrapper > .mt-top-group {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    /*background-image: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/may-2016/mt_background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    padding: 0px 0px;
    /*padding-top: 180px;*/
    text-align: left;
}
.mt-top-group .mt-top-text {
    padding-left: 50px;
    text-shadow: #000 2px 2px 4px;
}
.mt-top-group .mt-top-text h2 {
    color: #FFF;
    line-height: normal;
    font-size: 54px;
    margin: 0px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.mt-top-group .mt-top-text h2 sup {
    font-size: 45%;
    vertical-align: super;
}
.mt-top-group .mt-top-text p {
    color: #FFF;
    line-height: normal;
    font-size: 26px;
    margin: 0px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.mt-top-group .mt-top-buttons {
    margin-top: 150px;
    margin-bottom: 20px;
    text-align: center;
}
.mt-top-group .mt-top-buttons a {
    position: relative;
    z-index: 2;
    color: #FFF;
    line-height: normal;
    font-size: 14px;
    display: inline-block;
    border-color: #FFF;
    border-width: 2px;
    border-radius: 0px;
    border-style: solid;
    text-decoration: none;
    padding: 5px 35px;
    font-family: 'Montserrat', sans-serif;
}
.mt-top-group .mt-top-buttons a:hover {
}
.mt-top-group .mt-top-buttons a.free-trial-button {
    background-color: #005b7f;
    border-color: transparent;
}
.mt-top-group .mt-top-buttons a.free-trial-button:hover {
    background-color: #00aeef;
    border-color: transparent;
}
.mt-top-group .mt-top-buttons a {
    margin-left: 8px;
    margin-right: 8px;
}
.mt-top-group .mt-top-buttons .cell-wrapper.layout-widget-wrapper {
    max-width: 70%;
    margin: 0 auto;
}

/*--------Brochure dropdown-------*/
/* Dropdown Button */
.mt-top-group .mt-top-buttons .dropdown {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 2;
}

.mt-top-group .mt-top-buttons .dropdown > button#brochureBtn {
    background: transparent;
    padding: 5px 35px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    line-height: normal;
    border-color: #FFF;
    border-width: 2px;
    border-radius: 0px;
    border-style: solid;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

ul#brochureDropdown.dropdown-content {
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    list-style-type: none;
    width: 100%;
    max-width: 100%;
}

ul#brochureDropdown.dropdown-content > li:first-child {
    border-bottom: 1px solid white;
}

ul#brochureDropdown.dropdown-content > li > a {
    border: 0;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    font-family: 'avenir_lt_std85_heavy';
    color: #FFF;
    padding: 5px 24px;
}

#brochureDropdown > li {
    margin-left: 0;
    padding-left: 0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 16px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.lo-section-brochure-button {
    text-decoration: none;
    background: transparent;
    border: 2px solid #005b7f;
    padding: 7px 35px;
    color: #005b7f;
    font-family: 'avenir_lt_std85_heavy';
    font-size: 14px;
    cursor: pointer;
}

.mt-quote-group {
    background-color: #fafafa;
    padding-top: 35px;
    padding-bottom: 75px;
}
.mt-quote-group > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
}
.mt-quote-group .mt-quote-text h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    color: #333333;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
}
.mt-quote-group .mt-quote-text p {
    font-size: 14px;
    line-height: normal;
    color: #333333;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
}

.mt-quote-group .mt-quote-text-white h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
}
.mt-quote-group .mt-quote-text-white p {
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
}
.mt-quote-group .mt-feature-text h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: #333333;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
}
.mt-quote-group .mt-feature-text p {
    font-size: 16px;
    line-height: normal;
    color: #333333;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
}

.mt-quote-group .mt-feature-text-white h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
}
.mt-quote-group .mt-feature-text-white p {
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    max-width: 95%;
    font-family: 'Montserrat', sans-serif;
}
.mt-quote-group .mt-quote-button {
    text-align: center;
    margin-top: 50px;
}
.mt-quote-group.ent-quote-group {
    margin-bottom: 40px;
    background-color: #FFF;
    padding: 35px 80px 0px 80px;
}
.mt-play-group {
    background-color: #00b0e9;
    padding: 120px 0px;
}
.mt-play-group > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
}
.mt-play-group .mt-play-image {
    margin-right: 50px;
}
.mt-play-group .mt-play-text {
    color: #ffffff;
}
.mt-play-group .mt-play-text p {
    font-size: 16px;
    line-height: normal;
    max-width: 350px;
    font-family: 'Montserrat', sans-serif;
}
.mt-play-group .mt-play-text h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    max-width: 400px;
    font-family: 'Montserrat', sans-serif;
}
.mt-play-group .mt-play-text h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-share-group {
    background-color: #f5f5f5;
}
.mt-share-group > .row-fluid-wrapper > .row-fluid {
    display: flex;
}
.mt-share-group .mt-share-text-group {
    color: #333333;
    padding: 100px 0px;
}
.mt-share-group .mt-share-text-group .mt-share-text h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-share-group .mt-share-text-group .mt-share-text p {
    font-size: 16px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-share-group .mt-share-image-group {
    max-width: 100%;
    background-image: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/may-2016/mt_share_image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    color: #ffffff;
    position: relative;
}
.mt-share-group .mt-share-image-group .mt-share-image-text p {
    position: absolute;
    left: 2%;
    bottom: 4%;
    font-size: 18px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-apps-group {
    float: none;
    max-width: 100%;
    text-align: center;
    background-image: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/may-2016/mt_apps_background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0px;
}
.mt-apps-group .mt-apps-image {}
.mt-apps-group .mt-apps-text {
    text-align: left;
    margin-top: 30px;
}
.mt-apps-group .mt-apps-text h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-apps-group .mt-apps-text p {
    font-size: 14px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-apps-group .mt-apps-button {
    margin-top: 30px;
}
.mt-apps-text-image,
.mt-apps-text-image-2 {
    display: flex;
    align-items: center;
}
.mt-apps-text-image img {
    margin-left: 20px;
    flex-shrink: 0;
}
.mt-apps-text-image-2 img{
    margin-right: 20px;
    flex-shrink: 0;
}
.mt-benefits-image-list {
    display: flex;
    align-items: center;
}
.mt-benefits-image-list img {
    margin-right: 30px;
    flex-shrink: 0;
}
.mt-lo-group {
    padding: 45px 0px;
    text-align: center;
}
.mt-lo-group .mt-lo-main-text {
    text-align: left;
}
.mt-lo-group .mt-lo-main-text h2 {
    margin: 0px;
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.mt-lo-group .mt-lo-main-text h3 {
    margin: 0px;
    font-size: 18px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-lo-group .mt-lo-main-text p {
    font-size: 14px;
    max-width: 90%;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-lo-group .mt-lo-triple-text-group {
    display: none;
    text-align: left;
    margin-top: 50px;
    font-family: 'Montserrat', sans-serif;
}
.mt-lo-group .mt-lo-triple-text-group h4 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.mt-lo-group .mt-lo-triple-text-group p {
    margin-top: 5px;
    font-size: 14px;
    max-width: 82%;
    line-height: normal;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-lo-group .mt-lo-button {
    margin-top: 50px;
}
.mt-benefits-group {
    background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 90px;
}
.mt-features-group {
    background-color: #00b0e9;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 90px;
}
.mt-benefits-group .mt-benefits-text h2,
.mt-features-group .mt-features-text h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-benefits-group .mt-benefits-text ul,
.mt-features-group .mt-features-text ul {
    font-size: 18px;
    line-height: normal;
    list-style: none;
    padding-left: 0px;
    font-family: 'Montserrat', sans-serif;
}
.mt-benefits-group .mt-benefits-text ul li,
.mt-features-group .mt-features-text ul li {
    margin-bottom: .5rem;
    padding-left: 1rem;
    position: relative;
}
.mt-benefits-group .mt-benefits-text ul li:before,
.mt-features-group .mt-features-text ul li:before {
    content: '-';
    font-size: 1.1rem;
    position: absolute;
    left: 0;
}
.mt-remote-group .row-fluid{
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: stretch;
}
.mt-remote-group .row-fluid .mt-remote-description {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}
.mt-remote-group .row-fluid .mt-remote-description h2 {
    font-size: 24px;
}
.mt-remote-group .row-fluid .mt-remote-description p {
    font-size: 14px;
}
.mt-remote-group .mt-remote-image {
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mt-remote-group .mt-remote-image img {
    align-self: flex-end;
}
.mt-remote-group .mt-remote-app-store {
    display: inline-block;
    margin-top: 20px;
}
.mt-remote-group .mt-remote-play-store {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
}
.mt-study-group {
    background-color: #fafafa;
    padding-top: 120px;
    padding-bottom: 120px;
}
.mt-study-group-2 {
    background-color: #00b0e9;
    color: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.mt-study-group > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
}
.mt-study-group .mt-study-text {
    text-align: left;
    padding-left: 55px;
}
.mt-study-group .mt-study-text h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-study-group .mt-study-text p {
    font-size: 16px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.mt-top-wrapper {
    position: relative;
    overflow: visible;
    padding-top: 180px;
}

.mt-top-wrapper .mt-top-image-background {
    position: absolute;
    background-image: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/may-2016/mt_background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    display: none;
}

.mt-top-wrapper .mt-top-image-background.be-top-image-background {
    background-image: url("//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/may-2016/be-background.jpg");
}

.mt-top-wrapper .mt-top-video-background {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    background-color: #000000;
}
.mt-top-wrapper .mt-top-background-link {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.mt-lo-fixed-link {
    position: absolute;
    top: 70px;
    right: 200px;
    z-index: 3;
}

.mt-lo-fixed-link img {
    max-width: none;
    display: block;
    margin: auto;
    width: 170px;
}

.mt-cool-fixed-link {
    position: absolute;
    top: 420px;
    right: 200px;
    z-index: 3;
    width: 160px;
}

.mt-cool-fixed-link img {
    max-width: none;
    display: block;
    margin: auto;
}

.mt-codie-fixed-link {
    position: absolute;
    top: 250px;
    right: 200px;
    width: 170px;
    z-index: 3;
}
/* modal styling */
.remodal.mt-brochure-modal {
    color: #000000;
    background-color: #f5f5f5;
    width: 500px;
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.remodal-close.mt-brochure-modal-close {
    left: auto;
    right: 0;
    color: #000000;
}
.remodal-close.mt-brochure-modal-close:hover,
.remodal-close.mt-brochure-modal-close:focus {
  color: #999999;
}


/*FORM*/
.mt-brochure-modal #mtBrochureTitle {
   font-size: 20px;
   line-height: normal;
   font-weight: bold;
   margin-bottom: 35px;
   font-family: 'Montserrat', sans-serif;
}
.mt-brochure-modal .mt-brochure-title {
   font-size: 20px;
   line-height: normal;
   font-weight: bold;
   margin-bottom: 35px;
   font-family: 'Montserrat', sans-serif;
}
.mt-brochure-modal .hs-form.stacked .field {
    margin-bottom: 14px;
}
.mt-brochure-modal .hs-form label {
    display: block;
    float: none;
    width: auto;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-size: 13px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.mt-brochure-modal .hs-form .hs-form-required {
    color: red;
}
.mt-brochure-modal .hs-form .hs-input,
.mt-brochure-modal .hs-form textarea.hs-input {
    /*box-sizing: border-box;*/
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.mt-brochure-modal .hs-form input:not([type="image"]),
.mt-brochure-modal .hs-form textarea {
    /*box-sizing: content-box;*/
}
.mt-brochure-modal input.hs-input.error {
    border-color: #c87872;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
.mt-brochure-modal input.hs-input.error:focus {
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
.mt-brochure-modal input.hs-input {
    display: inline-block;
    height: auto;
    padding: 9px 4px;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #666;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    /*box-shadow: inset -1px 2px 10px rgba(0,0,0,0.8),
    inset 1px 0px 10px rgba(0,0,0,0.8)*/;
    /*box-shadow: inset 0px 2px 10px rgba(0,0,0,0.5);*/
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}
.mt-brochure-modal .hs-form .hs_submit input[type="submit"] {
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    padding: 9px 18px;
    border: none;
    background-color: #669933;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}
.mt-brochure-modal .hs-form .hs_submit input[type="submit"]:hover {
    background-color: #4c7225;
}
.mt-brochure-modal .mt-brochure-link {
    margin-top: 30px;
    color: #3e80bd;
    font-family: 'Montserrat', sans-serif;
}
.mt-brochure-modal .mt-brochure-link:hover {
    color: #2b97ca;
}
.mt-brochure-modal .hs-form label.hs-form-booleancheckbox-display {
    /*text-align: center;*/
}
/*.mt-brochure-modal .hs-form label.hs-form-booleancheckbox-display::after {
    content: "By checking this box I agree to receive marketing information, news, insights and product updates from NUITEQ®";
    display: block;
    font-size: 12px;
}*/
.mt-brochure-modal .legal-consent-container {
    font-size: 12px;
    text-align: left;
}
.mt-brochure-modal .hs-form .hs-form-field input[type="checkbox"] {
    width: auto;
}
/*END FORM*/

/* stage brochure download modal styling */
.remodal.stage-brochure-modal {
    color: #000000;
    background-color: #f5f5f5;
    width: 532px;
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.remodal-close.stage-brochure-modal-close {
    left: auto;
    right: 0;
    color: #000000;
}
.remodal-close.stage-brochure-modal-close:hover,
.remodal-close.stage-brochure-modal-close:focus {
  color: #999999;
}


/*STAGE FORM*/
.stage-brochure-modal input[type="text"],
.stage-brochure-modal input[type="password"], 
.stage-brochure-modal input[type="datetime"], 
.stage-brochure-modal input[type="datetime-local"], 
.stage-brochure-modal input[type="date"], 
.stage-brochure-modal input[type="month"], 
.stage-brochure-modal input[type="time"], 
.stage-brochure-modal input[type="week"], 
.stage-brochure-modal input[type="number"], 
.stage-brochure-modal input[type="email"], 
.stage-brochure-modal input[type="url"], 
.stage-brochure-modal input[type="search"], 
.stage-brochure-modal input[type="tel"], 
.stage-brochure-modal input[type="color"],
.stage-brochure-modal input[type="file"],
.stage-brochure-modal textarea,
.stage-brochure-modal select {
    box-shadow: none;
    border-radius: 0px;
}
.stage-brochure-modal #stageBrochureTitle {
   font-size: 20px;
   line-height: normal;
   font-weight: normal;
   margin-bottom: 35px;
   font-family: 'Montserrat', sans-serif;
}
.stage-brochure-modal .stage-brochure-title {
   font-size: 20px;
   line-height: normal;
   font-weight: bold;
   margin-bottom: 35px;
   font-family: 'Montserrat', sans-serif;
}
.stage-brochure-modal .hs-form.stacked .field {
    margin-bottom: 14px;
}
.stage-brochure-modal .hs-form label {
    display: block;
    float: none;
    width: auto;
    font-weight: normal !important;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-size: 13px;
    color: #000000;
    font-family: 'Montserrat', sans-serif; 
}
.stage-brochure-modal .hs-form .hs-form-required {
    color: red;
}
.stage-brochure-modal .hs-form .hs-input,
.stage-brochure-modal .hs-form textarea.hs-input {
    /*box-sizing: border-box;*/
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.stage-brochure-modal .hs-form input:not([type="image"]),
.stage-brochure-modal .hs-form textarea {
    box-sizing: border-box;
}
.stage-brochure-modal input.hs-input.error {
    border-color: #e0777d;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.stage-brochure-modal input.hs-input.error:focus {
    border-color: #e0777d;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.stage-brochure-modal input.hs-input {
    border-width: 1px;
    border-color: rgb(193, 193, 193);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    height: auto;
    padding: 9px 4px;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}
.stage-brochure-modal .hs-form .hs_submit input[type="submit"] {
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 50px !important;
    font-weight: normal;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    padding: 9px 24px 9px 24px;
    border: none;
    background-color: #519e8a;
    color: #FFFFFF;
    background-image: none !important;
    font-family: 'Montserrat', sans-serif;
}

.stage-brochure-modal ul.hs-error-msgs>li>label {
/*.stage-brochure-modal .hs-error-msgs > li > label {*/
    font-size: 12px;
    font-family: "Montserrat";
    color: rgb(224, 119, 125);
    font-weight: bold !important;
    line-height: 1.2;
    text-align: left;
    position: relative;
    padding-left: 22px;
}

.stage-brochure-modal ul.hs-error-msgs>li>label::before {
/*.stage-brochure-modal .hs-error-msgs > li > label::before {*/
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgb(224, 119, 125);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
}

.stage-brochure-modal .hs-form .hs_submit input[type="submit"]:hover {
    background-color: #519e8a;
}
.stage-brochure-modal .stage-brochure-link {
    margin-top: 30px;
    color: #3e80bd;
    font-family: 'Montserrat', sans-serif;
}
.stage-brochure-modal .stage-brochure-link:hover {
    color: #2b97ca;
}



.stage-brochure-modal .legal-consent-container {
   text-align: left;
   font-size: 12px;
   font-family: "Montserrat";
}
.stage-brochure-modal .legal-consent-container .hs-richtext {
    font-family: "Montserrat";
}
.stage-brochure-modal .hs-form .hs-form-field input[type="checkbox"] {
    display: inline-block;
    width: 24px;
    height: 24px;
}
/*END STAGE FORM*/

/* ==========================================================================
                        Case Studies Page - Template Styling
============================================================================= */
.cs-top-group {
    float: none;
    max-width: 100%;
    background-image: url("https://515431.fs1.hubspotusercontent-na1.net/hubfs/515431/NUITEQ%20Case%20Studies-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    text-align: center;
  padding-top: 106px;
  padding-bottom: 60px;
}



.cs-top-group .cs-top-text {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}
.cs-top-group .cs-top-text .cs-top-heading {
    font-family: 'Montserrat Thin', sans-serif;
    font-size: 80px;
}
.cs-top-group .cs-top-text p {
    font-size: 20px;
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    line-height: normal;
}
.cs-studies-group-one-module {
    background-color: #F5F5F5;
}
.cs-studies-group {
    background-color: #F5F5F5;
    padding-top: 20px;
    padding-bottom: 80px;
}
.cs-studies-group-one-module .cs-studies-content .cell-wrapper .hs_cos_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.cs-studies-group-one-module .cs-studies-content .cs-studies-item-one-module {
    width: 25%;
}
.cs-studies-group-one-module .cs-studies-content .cs-studies-item-one-module+.cs-studies-item-one-module {
    margin-left: 10px;
}
.cs-studies-group .cs-studies-item {
    text-align: center;
    width: 26%;
    margin-top: 50px;
}
.cs-studies-group .cs-studies-item img {
    max-width: 80%;
}
.cs-studies-group .cs-studies-item p {
    max-width: 75%;
    width: 303px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: normal;
    min-height: 100px;
    max-height: 100px;
    font-family: 'Montserrat', sans-serif;
}
.cs-studies-group .cs-studies-item+.cs-studies-item {
    margin-left: 10px;
}
.cs-studies-group > .row-fluid-wrapper > .row-fluid {
    display: flex;
    justify-content: center;
}
.cs-studies-group a.cs-button {
    border: none;
    color: #FFFFFF;
    line-height: normal;
    font-size: 14px;
    padding: 7px 25px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    background-color: #005b7f;
}
.cs-studies-group a.cs-button:hover {
    background-color: #00aeef;
}

.cs-source-text {
    font-size: 11px;
    text-align: start;
    margin-top: 0px;
}

.notice-banner {
  display: flex;
  align-items: center;
  padding: 8px;
  margin: auto;
  max-width: 78%;
  background: #50A456;
  border-radius: 4px;
}

/* ==========================================================================
                        One Column - Template Styling
============================================================================= */

.one-column .body-container {
    /*margin: 63px 0 0;*/
}


.one-column .top-content h1,
.one-column .top-content h2,
.one-column .top-content h3,
.one-column .top-content h4,
.one-column .top-content h5,
.one-column .top-content h6,
.one-column .top-content p {}

.one-column .main-content {
    max-width: 568px;
    margin: 0 auto !important;
    float: none;
}
.one-column .main-content h1,
.one-column .main-content h2,
.one-column .main-content h3,
.one-column .main-content h4,
.one-column .main-content h5,
.one-column .main-content h6,
.one-column .main-content p {
    padding: 0 24px;
}
.one-column .main-content ul {
    padding-left: 46px;
}
.one-column .main-content img:first-child {
    margin-bottom: 25px;
}

/* ==========================================================================
                        Two Column Equal - Template Styling
============================================================================= */

.two-column-equal {}

.two-column-equal .body-container {
    /*margin: 37px 0 0;*/
}

.two-column-equal .content-wrapper.page-center {
    max-width: 622px;
    margin: 25px auto 0;
}

.two-column-equal .top-content {}

.two-column-equal .top-content h1 {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 31.4285px;
    margin: 12px 0 20px;
}

.two-column-equal .top-content blockquote {
    max-width: 526px;
    margin: 60px auto 16px;
    text-align: center;
}
.two-column-equal .top-content blockquote h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.two-column-equal .top-content blockquote p {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.two-column-equal .main-content {}

.two-column-equal .main-content h4 {
    font-family: 'avenir_lt_std85_heavy';
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
}

.two-column-equal .main-content-left {
    margin-top: 15.55%;
}

.two-column-equal .main-content-right {
    margin: 0;
    position: relative;
    left: 72px;
}

.two-column-equal .bottom-content {}

.two-column-equal .bottom-content .page-center {
    padding: 64px 0 64px;
}

.two-column-equal .bottom-content h2 {
    text-transform: uppercase;
    line-height: 28.80px;
    font-size: 24px;
    display: block;
    margin: 0 0 24px;
    text-align: center;
}
.two-column-equal .bottom-content blockquote {
    max-width: 622px;
    margin: 0 auto 13%;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.two-column-equal .bottom-content blockquote  p {
    font-size: 11.8999px;
    line-height: 22px;
    text-align: center;
}
.two-column-equal .bottom-content ul {
    list-style: none;
    margin: 50px 0 40px;
    padding: 0;
    text-align: center;
}
.two-column-equal .bottom-content ul li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
}
.two-column-equal .bottom-content ul li a {
    display: block;
    width: 142px;
    height: 160px;
    padding: 70px 0;
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/li-triangle.png) no-repeat 50%;
    text-align: center;
    text-transform: uppercase;
    line-height: 18.62px;
    font-size: 14px;
    text-decoration: none;
    font-family: 'avenir_lt_std85_heavy';
    font-weight: normal;
}



/* ==========================================================================
                        Fixed Nav - Styling
============================================================================= */

.custom-fixed-nav {
    position: fixed;
    left: 0;
    top: 140px;
    max-width: 155px;
}
.custom-fixed-nav ul li a {
    display: block;
    color: #294958;
    font-family: 'avenir_lt_std55_roman';
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 12px;
}
.custom-fixed-nav ul li a:hover {
    color: #3e80bd !important;
}
.custom-fixed-nav ul li.active-branch a  {
    background: #2b6078;
    color: #fff;
}


/* ==========================================================================
                        Top Content - Styling
============================================================================= */

.top-content h1 {
    color: #005e9f;
    font-size: 30px;
    text-transform: uppercase;
    margin: 23.571px 0 30px;
    line-height: 31.4285px;
    margin: 0 0 35px;
}
.top-content h6 {
    color: #2e2a2e;
    text-transform: uppercase;
    font-family: 'avenir_lt_std85_heavy';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 17px;
}


/* ==========================================================================
                        One Column with Slider - Styling
============================================================================= */


.one-column.with-slider .top-content .page-center {
    padding: 0 16px;
}
.one-column.with-slider .top-content h1 {
    margin: 0 0 19px;
}
.one-column.with-slider .main-content {
    max-width: 640px;
    padding: 23px 0 28px;
}
.one-column.with-slider .main-content h1, 
.one-column.with-slider .main-content h2, 
.one-column.with-slider .main-content h3,
.one-column.with-slider .main-content h4, 
.one-column.with-slider .main-content h5, 
.one-column.with-slider .main-content h6, 
.one-column.with-slider .main-content p {
    padding: 0;
}

.one-column.with-slider ul.hs_cos_flex-direction-nav {
    display: none;
}
.one-column.with-slider ol.hs_cos_flex-control-nav {
    bottom: -40px;
    position: relative;
}
.one-column.with-slider ol.hs_cos_flex-control-nav li {
    margin: 0 5px;
}
.one-column.with-slider ol.hs_cos_flex-control-nav li:first-child {
    margin-left: 0;
}
.one-column.with-slider ol.hs_cos_flex-control-nav li:last-child {
    margin-right: 0;
}
.one-column.with-slider ol.hs_cos_flex-control-paging li a {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Slider-nav.png) no-repeat;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 12px;
    height: 13px;
}
.one-column.with-slider ol.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Slider-active-nav.png) no-repeat;
}


.one-column.with-slider .bottom-content .page-center {
    padding: 0 16px;
}


/* ==========================================================================
                        One Column with Form - Styling
============================================================================= */

.one-column.with-fixed-left-nav.with-form {}

.one-column.with-form .main-content .hs_cos_wrapper_type_form {
    padding: 0 0 0 24px;
    display: block;
    max-width: 39.8%;
}
.one-column.with-form .main-content .hs_cos_wrapper_type_form h3 {
    background: #ececec;
    color: #222;
    padding: 10px !important;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    font-family: Arial;
}
.one-column.with-form .main-content .hs_cos_wrapper_type_form form {
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid #d5d5d5;
    font-family: Arial;
    font-size: 11px;
    color: #555;
}
.one-column.with-form .main-content .hs_cos_wrapper_type_form .hs-form-field > label {
    font-size: 12px;
    color: #555;
    margin: 10px 0 4px;
    display: block;
}
.one-column.with-form .main-content .hs_cos_wrapper_type_form .hs-button.primary.large {
    display: block;
    margin: 15px auto;
}




/* ==========================================================================
                    Three Column with Top Pane - Styling
============================================================================= */

.three-column.with-top-bottom {}

.three-column.with-top-bottom h1 {
    color: #333;
    margin: -1px 0 10px;
}


.three-column.with-top-bottom .content-wrapper.page-center {
    max-width: 640px;
}

.three-column.with-top-bottom .top-content {}

.three-column.with-top-bottom .top-content p {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
}

.three-column.with-top-bottom .middle-content {
    max-width: 500px;
    margin: -36px auto 0!important;
    float: none;
    display: block;
    padding: 0 16px;
}

.three-column.with-top-bottom .main-content {
    padding: 0 0 0 6px;
    text-align: center;
}
.three-column.with-top-bottom .main-content p {
    font-size: 13px;
    line-height: 20.42857px;
}
.three-column.with-top-bottom .main-content ul {
    padding: 3px 0;
    margin: 0;
}
.three-column.with-top-bottom .main-content ul li {
    list-style: none;
    text-align: left;
    line-height: 14px;
    clear: both;
}
.three-column.with-top-bottom .main-content ul li img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.three-column.with-top-bottom .main-content ul li a {
    color: #294958;
    font-size: 12px;
    line-height: 14px;
    font-family: 'avenir_lt_std85_heavy';
    padding: 2px 0 12px;
    display: block;
}
.three-column.with-top-bottom .main-content ul li a:hover {
    color: #3e80bd;
}
.three-column.with-top-bottom .main-content ul.single-column-download-links li {
    display: flex;
    align-items: center;
    padding: 0px;
    margin-top: 2px;
}
.three-column.with-top-bottom .main-content ul.single-column-download-links li a {
    font-size: 16px;
    line-height: 16px;
}
.three-column.with-top-bottom .main-content-left {
    margin: 0 0 0 -2px;
}

.three-column.with-top-bottom .main-content-center {
    padding: 0;
}
.three-column.with-top-bottom .main-content-right {
    padding: 0;
    margin-left: 7px;
}

.three-column.with-top-bottom .bottom-content p {
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}




table.custom-chart-table {
    width: 100%;
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
    position: relative;
    left: 10%;
}
table.custom-chart-table tr td {
    width: 160.594px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 31px;
    line-height: 31px;
    padding: 1px 5px;
    text-align: center;
}
table.custom-chart-table tr:first-child td {
    height: auto;
    text-align: right;
}
table.custom-chart-table tr td:first-child {
    width: 315.469px;
}
table.custom-chart-table tr td:first-child p {
    margin: 0;
    line-height: 31px;
    text-align: right;
    font-size: 12.25px;
}
table.custom-chart-table h4 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: 0 !important;
}
table.custom-chart-table p {
    margin: 0;
    font-size: .875em;
    line-height: 1.33em;
    padding: 0 !important;
}
table td .item {
    width: 100%;
    height: 100%;
    background: #e7eff0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
table.custom-chart-table tr td:first-child .item {
    background: transparent;
    padding-right: 10px;
}
table td .star {
    background: #e7eff0 url(//515431.fs1.hubspotusercontent-na1.net/hubfs/515431/nuiteq.com/Images/Table_-_Star.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 18px 17px;
    background-position: center;
    margin: auto;
}
table.custom-chart-table tr td img {
    max-width: none;
}


table.custom-learn-more td a {
    display: block;
}
table.custom-learn-more .custom-blue-button {
    background: #2a5e91;
    font-family: 'avenir_lt_std85_heavy';
    padding: 1em .5em;
    display: block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    line-height: normal;
}
table.custom-learn-more .custom-purple-button {
    background: #6b558d;
    font-family: 'avenir_lt_std85_heavy';
    padding: 1em .5em;
    display: block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    line-height: normal;  
}
table.custom-learn-more .custom-lightblue-button {
    background: #2597b1;
    font-family: 'avenir_lt_std85_heavy';
    padding: 1em .5em;
    display: block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    line-height: normal;
}
table.custom-learn-more {
    float: right;
    width: 56.5%;
    padding-right: 64px;
}
table.custom-learn-more p {
    font-family: 'avenir_lt_std55_roman';
    font-size: 12px;
    line-height: 14px;
    padding: 0 !important;
}
table.custom-learn-more a {
    text-align: center;
    text-decoration: none;
}
table.custom-learn-more td {
    padding: 0 5px 0 0 !important;
    vertical-align: top;
}
.custom-button.chart {
    float: right;
    width: 49%;
    margin: 10px 70px 20px;
    text-align: center;
    text-transform: none;
}

input#bigbutton{
  border: none;
  background: no-repeat url("http://nuiteqwiki.appspot.com/img/website/download-up.png") 0 0;
  background-size: contain;
  outline: 0; !important;
  width: 157px;
  height: 34px;
  box-shadow: 0px 0px 0px #fff;
  margin: 0px;
}
input#bigbutton:active{
  border: none;
  background: no-repeat url("http://nuiteqwiki.appspot.com/img/website/download-down.png") 0 0;
  background-size: contain;
  outline: 0; !important;
  width: 157px;
  height: 34px;
  box-shadow: 0px 0px 0px #fff;
  margin: 0px;
}



/* ==========================================================================
                    Blog - Styling
============================================================================= */

.blog .content-wrapper.page-center {
    max-width: 1280px;
}


.blog .blog-content {
    margin: 0;
    padding: 0 25px 0 0;
}


.blog.company-blog .right.sidebar .widget-span {
    max-width: 130px;
    float: right;
    display: block;
    margin: 0 -17px 25px;
}
.blog .sidebar h3 {
    font-family: 'avenir_lt_std85_heavy';
    font-size: 24px;
    margin: 0 0 11px;
    line-height: normal;
    word-wrap: break-word;
    font-weight: normal;
}
.blog .sidebar .widget-module > ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.blog .sidebar .widget-module > ul > li {}

.blog .sidebar .widget-module > ul > li > a {
    color: #294958;
    font-family: 'avenir_lt_std55_roman';
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}
.blog .sidebar .widget-module > ul > li > a:hover {
    color: #3e80bd;
}

.blog.custom-blog-post-page .blog-content {
    max-width: 640px;
    float: none;
    margin: 0 auto;
}



/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 



iframe,
object, 
embed {
    max-width: 100%;
}
.hsformerror p {
    padding: 0 !important;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Arial !important;
}

.widget-type-blog_subscribe input[type="email"],
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: none !important;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 0 !important;
}

.training-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5DCAA6;
    height: 82px;
    width: 100%;
    position: absolute;
    top: 55px;
}

.training-banner-content {
    display: flex;
    align-items: center;
}

.banner-text {
    align-self: center;
    font-size: 14px;
    font-family: avenir_lt_std55_roman;
    color: white;
    margin: 0 15px;
}

.training-banner.fox-banner {
  height: 60px;
}

.banner-text.fox-banner {
  text-transform: none;
  font-size: 20px;
}

.header-under-banner {
  margin-top: 100px;
}

.training-link-button {
    background-color: rgb(0, 91, 127);
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    color: white;
    width: 141px;
    height: 30px;
    border: 0;
    box-shadow: none;
    white-space: nowrap;
}

.training-link-button:hover {
    color: white;
}

.lo-frontpage-hover:hover {
    text-decoration: underline;
}

#education-h2 {
  font-family: 'Montserrat',sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0px;
}

.education-product-text {
	float: left;
	width: 50%;
	text-align: center;
}
.education-product-logo:nth-child(1) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.education-product-logo:nth-child(2) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
#education-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.frontpage-visible-mobile {
    visibility: hidden;
    font-size: 0px;
    height: 0px;
}

.frontpage-visible-desktop {
    visibility: visible;
    height: auto;
    font-size: 30px;
}

#frontpage-lo-img{
    width: 175px;
}

@media (min-width: 399px) and (max-width: 558px){
  h3.frontpage-fix-mobile {
    margin-bottom: 43px;
  }  
}

@media (min-width: 1px) and (max-width: 558px){
  #home_menu_business_image {
    margin-bottom: 0px;
  }
  #home_menu_entertainment_image {
    margin-bottom: 0px;
  }
  p.frontpage-fix-mobile {
    margin-bottom: 55px;
  }
  img.frontpage-fix-mobile {
    min-width: 120px;
    width: 45%;
  }
  .frontpage-visible-desktop {
    visibility: hidden;
    font-size: 0px;
    height: 0px;
  }
  #education-h2 {
    margin-top: -20px;
    margin-bottom: 12px;
  }
  .frontpage-visible-mobile {
    visibility: visible;
    height: auto;
    font-size: 30px;
  }
 #frontpage-lo-img {
    min-width: 110px;
    width: 40%;
  }
  span.education-product-logo a{
      width:120px;
  }
}
/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 960px) {}



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

    .home-page .home-top-content {
        padding: 50px 30px 0;
        background-size: cover;
        background-position: right center;
        height: 85vh;
        min-height: 750px;
    }
    .home-top-content .custom-row1 .col3 {
        padding: 10% 20px 0 0;
        background: transparent !important;
    }
    .home-top-content .custom-row1 .col2 .custom-hexagon {
        display: inline-block;    
        left: 19px !important;
        right: 0 !important;
    }
    .home-top-content .custom-row1 .col2 .custom-hexagon.first {
        top: 0;
    }
    .home-top-content .custom-row1 .col2 .custom-hexagon-image.second {
        top: -6px;
        left: 10px;
    }
    .home-top-content .custom-row1 .col2 .custom-hexagon.third {
        top: -40px;
    }
    .home-top-content .custom-row1 .col2 .custom-hexagon.last {
        top: -50px;
    }
    .custom-hexagon a {    
        top: 57px;
        position: relative;
    }
    .mt-quote-group.ent-quote-group {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mt-remote-group .mt-remote-play-store {
        margin-left: 0px;
    }
}

@media (min-width: 1440px) {
    .cs-studies-group .cs-studies-item p {
        min-height: 80px;
        max-height: 80px;
    }
}

@media (max-width: 1440px) {
    .mt-lo-fixed-link {
        position: absolute;
        right: 50px;
    }
    .mt-cool-fixed-link {
        position: absolute;
        right: 50px;
    }
    .mt-codie-fixed-link {
        right: 50px;
    }
}

@media (min-width: 1280px)
.row-fluid .span3 {
    width: 25%;
}

@media (max-width: 1280px) {

    .custom-head-solution-nav ul {
        margin-left: -46px;
        padding: 0;
    }
    .custom-ft-email-us,
    .custom-ft-skype,
    .custom-ft-online-chat,
    .custom-ft-snowflake-menu, 
    .custom-ft-company-menu, 
    .custom-ft-support-menu {
        margin: 0 0 0 12px!important;
    }
 
}


@media (max-width: 1150px) {

    .header-container .custom-header-top-group {
        padding: 9px 0 10px 10px;
        font-size: 11px;
    }
    .custom-head-solution-nav {
        margin: 0 !important;
        padding: 9px 0 0;
    }
    .custom-head-solution-nav ul {
        margin-right: 0;
    }
    .custom-head-solution-nav ul li {
        padding: 0 13px 0 0;
    }
    .custom-head-solution-nav ul li a {
        font-size: 11px;
        line-height: 20px;
    }
    
    
    .custom-head-right-nav {
        margin: 0 !important;
    }
    .custom-head-right-nav ul li a {
        padding: 8px 2px 8px 2px;
        font-size: 11.35px;
    }
    .custom-head-right-nav ul li:last-child a {
        padding-right: 0;
    }
    .custom-ft-byphone {
        padding-left: 15px;
    }
    .custom-ft-middle-group {
        padding-left: 15px;
    }
    
    
    .body-container {
        /*padding: 50px 50px;*/
    }
    
    
    
    
    .custom-chart-app-group {
        overflow-x: scroll;
        display: block;
    }
    .custom-chart-app-group table.custom-chart-table {
        width: 850px;
        left: 0;
    }
    .custom-chart-app-group .custom-button.chart {
        float: right;
        width: 475px;
        margin: 10px 0 20px;
        text-align: center;
        right: -47%;
        display: block;
        position: relative;
    }
    .custom-chart-app-group table.custom-learn-more {
        float: right;
        width: 475px;
        padding-right: 0;
        position: relative;
        right: -47%;
    }
    
    
    
    
    .custom-fixed-nav {
        max-width: 15%;
    }
    .custom-fixed-nav ul li a {
        font-size: 12px;
        line-height: 18px;
        padding: 6px 10px;
    }
    
    
    
    
    
    .blog.company-blog .blog .sidebar.right {
        padding: 20px 0 0;
    }
    .blog.company-blog .blog .blog-sidebar .widget-span {
        max-width: 100%;
        float: none;
        display: block;
        margin-right: 0;
    }
    .blog.company-blog .blog .body-container {
        padding: 0 0 0 30px;
    }
    .blog.company-blog .blog.custom-blog-post-page .blog-content,
    .blog.company-blog .blog.custom-blog-post-page .bottom-content .page-center {
        max-width: 540px;
    } 
    
    
    
    
    .home-page .body-container {
        /*margin-top: 0 !important;
        padding-top: 40px;*/
    }
    
    body.landing-page.hs-landing-page .body-container {
        /*padding-top: 50px;
        padding-bottom: 50px;*/
    }
    
    
    
    
    .two-column-equal .body-container {
        /*padding-top: 60px;*/
    }
    .one-column.with-full-page-center.with-form .body-container {
        /*padding-top: 50px;
        padding-bottom: 50px;*/
    }
    .one-column.with-full-page-center.with-form .main-content {
        padding: 30px;
    }
    
    .home-testimonials-group .home-testimonials-slider .caption p:first-child {
        max-width: 85%;
    }
    .mt-play-group .mt-play-text p {
        max-width: 100%;
    }
    .mt-play-group .mt-play-text h2 {
        max-width: 100%;
    }
    .mt-apps-text-image {
        flex-direction: column-reverse;
    }
    .mt-apps-text-image img {
        margin-left: 0px;
    }
    .mt-apps-text-image-2 {
        flex-direction: column;
    }
    .mt-apps-text-image-2 img {
        margin-right: 0px;
    }
    .mt-benefits-image-list {
        flex-direction: column;
    }
    .mt-benefits-image-list img {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .cs-studies-group .cs-studies-item p {
        max-width: 100%;
    }
    
}

@media (min-width: 768px) and (max-width: 1150px) {
    
    .footer-container .footer-social-group .footer-social-padding {
        display: none;
    }
    .footer-container .footer-social-group .footer-contact-item h3 {
        display: block;
    }
    .footer-container .footer-social-group .footer-contact-item {
        margin-left: 10px;
    }
    .footer-container .footer-social-group .footer-contact-item.footer-contact-call {
        margin-left: 0px;
    }
    .footer-container .footer-social-group .row-fluid {
        display: flex;
        justify-content: center;
    }
    .mt-top-group .row-fluid .span2 {
        display: none;
    }
    .mt-top-group .mt-top-text {
        padding-left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1010px) {
    .mt-top-group .mt-top-buttons a:last-child {
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 10px 10px;
    }
}


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

@media (max-width: 767px) {

    .packshot-img {
        display: none;
    }
    .header-container {
        position: relative;
    }
    .custom-header-logo {
        margin: 10px auto 0px auto !important;
        width: 141px !important;
        max-width: 100% !important;
        height: auto !important;
        text-align: center;
    }
    .custom-head-right-nav {
        margin: 20px 0 0!important;
        width: 100% !important;
        max-width: 100%;
    }
    .custom-head-right-nav ul {
        left: 0;
        margin: 0 !important;
        float: none;
        text-align: center;
    }
    .custom-head-solution-nav ul {
        float: none;
        left: 0;
    }
    .custom-contact-mail-nav ul li.custom-head-mail-id {
        padding: 0 3em;
        right: 0;
    }
    .custom-ft-byphone,
    .custom-ft-address,
    .custom-ft-email-us, 
    .custom-ft-skype, 
    .custom-ft-snowflake-menu, 
    .custom-ft-company-menu {
        margin: 0 0 60px !important;
        padding: 0;
    }
    .custom-ft-support-menu,
    .custom-ft-online-chat {
        margin: 0 0 20px !important;
        padding: 0;
    }
    .custom-ft-top-group,
    .custom-ft-middle-group {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .custom-ft-bottom-group {
        padding: 0 15px;
    }
    .back-to-top {
        padding-left: 0;
        padding-right: 0;
    }
    
    
    
    .body-container {
        /*margin: 0 !important;
        padding: 50px 30px;*/
    }
    
    
    .two-column-equal .main-content {
        left: 0 !important;
        right: 0 !important;
        margin: 25px 0 20px !important;
    }
    .two-column-equal .main-content-right p:first-child {
        text-align: left !important;
    }
    .two-column-equal .main-content-right p:first-child img {
        display: block;
        margin: 10px auto;
    }
    .two-column-equal .bottom-content ul li {
        margin: 0 0 25px;
        display: block;
    }
    .two-column-equal .bottom-content ul li a {
        margin: 0 auto;
    }
    
    
    
    .body-container h1,
    .body-container h2,
    .body-container h3,
    .body-container h4,
    .body-container h5,
    .body-container h6,
    .body-container p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    iframe,
    object, 
    embed {
        width: 100% !important;
    }
    
    .three-column.with-top-bottom .main-content {
        width: 100%;
        padding: 0 0 25px;
        margin: 0 0 25px !important;
    }
    
    
    .one-column.with-slider .top-content .page-center,
    .one-column.with-slider .bottom-content .page-center {
        padding: 0;
    }
    .one-column .main-content img[align="Right"] {
        float: none !important;
        display: block;
        margin: 10px 0 !important;
    }
    
    
    .custom-fixed-nav {
        display: block !important;
        position: relative;
        top: 0;
        margin: 40px 0 0;
        max-width: 100%;
    }
    
    
    
    
    .blog.company-blog .body-container {
        padding: 50px 30px;
    }
    .blog.company-blog .blog-content {
        padding: 0;
    }
    .blog.company-blog .blog-content img {
        float: none !important;
        display: block !important;
        margin: 10px 0 !important;
    }
    .blog.company-blog .blog-sidebar .widget-span {
        margin: 0 !important;
    }
    .blog.company-blog .right.sidebar {
        margin: 25px 0 0;
    }
    .blog.company-blog.custom-blog-post-page .blog-content,
    .blog.company-blog.custom-blog-post-page .bottom-content .page-center {
        max-width: 100%;
    }
    
    
    
    
    
    .home-page .body-container {
        /*padding-top: 0px;
        margin-top: 0px;*/
    }
    .home-page .home-top-content {
        padding: 10px 30px 0;
        background-position: center center;
        background-size: cover;
        height: 135vh;
        min-height: 1350px;
    }
    .home-top-content .custom-row1 .col1 {
        padding: 20px 0;
        text-align: center;
    }
    .home-page .home-top-content h1 {
        margin: 0 auto 10px;
    }
    .home-top-content .custom-row1 .col2 {
        margin-top: 25px;
    }
    .home-top-content .custom-row1 .col2 .custom-hexagon {
        display: block;
        left: 0 !important;
        top: 0 !important;
        margin: 0 auto;
    }
    .home-top-content .custom-row1 .col2 .custom-hexagon-image.second {
        top: 0;
        left: 0;
        display: none;
    }
    .custom-hexagon a {
        top: 60px;
        position: relative;
    }
    .home-top-content .custom-row1 .col3 {
        padding: 20px 0 0;
        background: transparent !important;
    }
    .home-top-content .custom-row1 .col3 div {
        text-align: center !important;
    }
    .home-main-content .custom-row4 img {
        margin: 0;
        display: block;
    }
    .home-page .home-main-content {
        padding: 0 25px;
        padding-bottom: 50px;
    }
    .home-page .home-main-content h1 {
        font-size: 30px;
        line-height: normal;
    }
    .home-page .home-main-content h3 {
        font-size: 22px;
    }
    .home-static-cool-link {
        position: absolute;
    	top: -25px;
    	right: auto;
    	z-index: 3;
    	left: 60%;
    	left: calc(50% + 40px);
    }
    .home-static-codie-link {
        right: auto;
        left: calc(50% + 40px);
    }
    
    .custom-header-bottom-group {
        display: none !important;
    }
    
    
    .custom-ft-testimonial-content {
        width: 80%;
    }
    .home-page .home-top-content h2 {
        margin-right: 0;
    }
    
    
    .three-column.with-top-bottom .main-content ul li img {
        margin: -7px 5px 10px 0;
    }
    .three-column.with-top-bottom .main-content ul li a > br {
        display: none;
    }
    .one-column.with-full-page-center.with-form .main-content {
        max-width: 100%;
    }
    
    
    
    
    .one-column.with-form .main-content .hs_cos_wrapper_type_form {
        padding: 0;
        display: block;
        max-width: 100%;
    }
    
    .main-content .widget-type-post_listing {
        margin: 25px 0;
        display: block;
    }
    
    
    .blog.company-blog .blog-sidebar .widget-span {
        margin: 0!important;
        float: none;
        max-width: 100%;
    }

    .custom-chart-app-group table.custom-learn-more {
        float: none;
        right: -50%;
    }
    
    .custom-mobile-table table {
      width: 100% !important;
      left: 0 !important;
      float: none !important;
      padding: 0;
    }
    
    .footer-container .footer-social-group .footer-newsletter-form {
        display: flex;
        justify-content: center;
    }
    .footer-container .footer-social-group .footer-social-icons {
        text-align: center;
    }
    
    .home-menu-education .hs_cos_wrapper_type_rich_text, 
    .home-menu-business .hs_cos_wrapper_type_rich_text, 
    .home-menu-entertainment .hs_cos_wrapper_type_rich_text {
        float: none;
    }
    .home-menu-business {
        margin-top: 50px;
    }
    .home-blog-group {
        padding-left: 8px;
        padding-right: 8px;
    }
    .home-blog-group .row-fluid-wrapper > .row-fluid {
        display: block;
    }
    
    .mt-top-group .mt-top-text {
        padding-left: 8px;
    }
    .mt-top-group .mt-top-text h2 {
        font-size: 42px;
    }
    .mt-top-group .mt-top-text p {
        font-size: 20px;
    }
    .mt-top-group .mt-top-buttons .cell-wrapper.layout-widget-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
    .mt-top-group .mt-top-buttons a {
        margin-left: 5px;
        margin-right: 5px;
    }
    .mt-top-group .mt-top-buttons .dropdown {
        margin-left: 5px;
        margin-right: 5px;
    }
    .mt-top-group .mt-top-buttons a {
        padding: 5px 5px;
    }
    .mt-top-group .mt-top-buttons .dropdown > button#brochureBtn {
        padding: 5px 10px;
    }
    ul#brochureDropdown.dropdown-content > li > a {
        padding: 0px;
    }
    .mt-play-group > .row-fluid-wrapper > .row-fluid {
        display: table;
    }
    .mt-play-group .mt-play-image {
        margin-right: 0px;
        text-align: center;
    }
    .mt-remote-group .mt-remote-play-store {
        margin-left: 0px;
    }
    .mt-share-group > .row-fluid-wrapper > .row-fluid {
        display: table;
    }
    .mt-share-group .mt-share-text-group {
        padding: 20px 0px;
    }
    .mt-share-group .mt-share-image-group {
        padding: 100px 0px;
    }
    .mt-quote-group > .row-fluid-wrapper > .row-fluid {
        display: table;
    }
    .mt-quote-group iframe {
        margin-top: 60px;
    }
    .mt-study-group > .row-fluid-wrapper > .row-fluid {
        display: table;
    }
    .mt-study-group .mt-study-text {
        padding-left: 0px;
    }
    .mt-study-group .mt-study-text h2 {
        margin-bottom: 30px;
    }
    .mt-study-group .mt-study-video {
        max-width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    .mt-quote-group, 
    .mt-play-group, 
    .mt-share-group, 
    .mt-apps-group, 
    .mt-lo-group, 
    .mt-benefits-group, 
    .mt-features-group, 
    .mt-study-group {
        padding-left: 8px;
        padding-right: 8px;
    }
    .mt-top-wrapper .mt-top-background-link {
        display: none;
    }
    .mt-top-wrapper .mt-top-video-background {
        display: none;
    }
    .mt-top-wrapper .mt-top-image-background {
        display: block;
    }
    .mt-quote-group.ent-quote-group {
        padding: 0 0 0 0;
    }
    .mt-lo-fixed-link {
        position: absolute;
        top: 10px;
        right: auto;
        left: 20%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .mt-lo-fixed-link img {
        width: 130px;
    }
    .mt-cool-fixed-link {
        position: absolute;
        top: 10px;
        right: auto;
        left: 80%;
        width: 130px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .mt-codie-fixed-link {
        position: absolute;
        top: 10px;
        left: 50%;
        width: 130px;
        transform: translate(-50%, 0%);
    }
    .ent-quote-img {
        text-align: center;
    }
    .cs-studies-group {
        padding-left: 8px;
        padding-right: 8px;
    }
    .cs-studies-group .cs-studies-item {
        width: 100%;
        margin-top: 50px;
    }
    .cs-studies-group .cs-studies-item+.cs-studies-item {
        margin-left: 0px;
    }
    .cs-studies-group .cs-studies-item p {
        /*max-width: 75%;*/
        min-height: initial;
        max-height: initial;
    }
    .cs-studies-group > .row-fluid-wrapper > .row-fluid {
        display: block;
    }
    .cs-studies-group a.cs-button {
        margin-top: 0px;
    }
    .training-banner {
        top: 0;
        left: 0;
    }
    span.banner-text {
        margin: 0 5px;
    }
    .training-banner-content {
        margin: 0 25px;
    }
    .training-banner-content.fox-banner {
        margin: 0 10px;
    }
    .training-link-button {
        padding: 5px 8px 5px 8px;
    }
    .cs-top-group {
        padding-top: 94px;
        padding-bottom: 94px;
        max-height: 346px;
    }
    .cs-top-group .cs-top-text .cs-top-heading {
        font-family: 'Montserrat Thin', sans-serif;
        font-size: 50px;
    }
    .cs-top-group .cs-top-text p {
        font-size: 16px;
    }
		.custom-download-page-awards {
  			text-align: center !important;
    }
}


@media (max-width: 540px) {
    .custom-mobile-table table td {
        width: 100% !important;
        display: block !important;
        text-align: left !important;
    }
    
    .custom-mobile-table table td .item {
        padding:0 6px;
    }
    
    .custom-mobile-table table td p {
        text-align: left !important;
    }
    
    .custom-mobile-table table td .star {
        background-position: left center;
    }
}
     

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

@media (max-width: 479px) {
    
    .custom-contact-mail-nav {
        height: auto;
    }
    .custom-contact-mail-nav ul li {
        display: inline-block;
        right: 0 !important;
        left: 0;
        padding: 10px 20px!important;
    }
    .custom-contact-mail-nav ul li a {
        font-size: 11px;
        line-height: 20px;
        top: 0;
    }
    
    .downloadbutton {
        float: left;
        align: left;
    }
}

@media (max-width: 420px) {
    .mt-lo-fixed-link {
        position: absolute;
        top: 10px;
        right: auto;
        left: 0px;
        -webkit-transform: none;
        transform: none;
    }
    .mt-lo-fixed-link img {
        width: 100px;
        margin-left: 0px;
    }
    .mt-cool-fixed-link {
        width: 100px;
        position: absolute;
        top: 10px;
        right: 0px;
        left: auto;
        -webkit-transform: none;
        transform: none;
        margin-right: 0px;
    }
    .mt-codie-fixed-link {
        top: 10px;
        width: 100px;
    }
}

@media (max-width: 503px) {
    .mt-top-group .mt-top-buttons a:last-child {
        margin-top: 5px;
    }
}

@media (max-width: 340px) {

    .custom-contact-mail-nav ul li {
        display: block;
        padding: 10px 0 !important;
    }
    .home-page .home-top-content h1 {
        background: transparent;
        text-indent: 0;
        width: auto;
        font-size: 42px;
        height: auto;
        line-height: normal;
        margin: 0;
    }
    .home-page .home-top-content h2 {
        font-size: 15px;
    }

}
/* Styles for updated home page in 5.0 */
.home-available {
    text-align: left;
}
.home-available-text {
    background-color: #00b0e9; 
    color: white; 
    border-radius: 4px; 
    padding: 4px 10px 4px 10px;
    text-align: left;
    text-transform: uppercase;
}
.home-title-fivestar + .home-title {
    margin-left: 10px;
}
.home-description {
    text-align: center;
    color: white;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    line-height:125%;
    text-transform: uppercase;
}

div.home-title-fivestar > div > span {
    float: right;
    margin-right: 20px;
}
.home-main-buttons {
    margin-top: 50px;
}

@media (max-width: 767px) {
    div.home-title-fivestar > div > span {
        float: none;
        margin: 0 0 0 0;
    }
    .home-available {
        text-align: center;
        margin-top: 15px;
    }
    .home-description {
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

.entertainment-button {
  object-fit: none;
  object-position: 0 0;
  width: 140px;
  height: 156px;
}

.legal-consent-container {
    font-size: 9px;
    margin-top: 10px;
}

.legal-consent-container > .hs-richtext > p > a {
    color: #64B5F6;
}

.legal-consent-container > .hs-richtext > p > a:hover {
    color: #9E9D24;
}

.christmas-logo-margin {
  margin-top: 10px;
}