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


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

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


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


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

@import url('font-awesome.min.css');
@import url('http://fonts.googleapis.com/css?family=Merriweather:400,700');
@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,900');

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("http://cdn2.hubspot.net/hubfs/3430860/BusinessDataQuality_October2018/Fonts/Glyphicons Halflings/glyphicons-halflings-regular .eot") format("embedded-opentype"),
    url("http://cdn2.hubspot.net/hubfs/3430860/BusinessDataQuality_October2018/Fonts/Glyphicons Halflings/glyphicons-halflings-regular .woff") format("woff"),
    url("http://cdn2.hubspot.net/hubfs/3430860/BusinessDataQuality_October2018/Fonts/Glyphicons Halflings/glyphicons-halflings-regular .ttf") format("truetype");
}
@font-face {
  font-family: icons;
  src: url("http://cdn2.hubspot.net/hubfs/3430860/BusinessDataQuality_October2018/Fonts/Icons/icons.woff2") format("woff2"), 
    url("http://cdn2.hubspot.net/hubfs/3430860/BusinessDataQuality_October2018/Fonts/Icons/icons.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("../png/bg_direction_nav-2.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("../png/bg_direction_nav-2.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: #fff;
  color: ##5e5e5e;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}


.hs-richtext {
  font-size:11px !important;
  margin-bottom:10px;
}

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



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

/* Basic text */
p {
  margin: 8px 0 16px;
}
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 {
  color: rgba(22,16,15,1);
  letter-spacing: -0.015em;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  font-weight: 700;
  margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 900;
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}

/* Anchor Links */
a {
  color: rgba(114,0,84,1);
  text-decoration:none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
a:hover, a:focus {
  color: rgba(114,0,84,1);
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
  min-height: 100px;
}
.header-container {}

.custom-header-group {
  position: relative;
  min-height: 100px !important;
}
.custom-header {
  background-color: #16100f;
  background-color: rgba(22,16,15,1);
  height: 100px;
}
.custom-logo {
  margin-top: 25px;
}
.custom-header .page-center{
  padding:0 15px;
}

.custom-header-top-link .hs-menu-wrapper > ul {
  display: block !important;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 13px 0 0;
  float: right;
}
.custom-header-top-link .hs-menu-wrapper > ul > li {
  margin-left: 15px;
  line-height: 1;
}
.custom-header-top-link .hs-menu-wrapper > ul > li > a {
  color: rgba(255,255,255,1);
  text-decoration: none;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
.custom-header-top-link .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.custom-header-top-link .hs-menu-wrapper > ul > li:last-child > a:before {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-header-top-link .hs-menu-wrapper > ul ul {
  right: 0;
  left: auto !important;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: none !important;
}
.custom-header-top-link .hs-menu-wrapper > ul ul li a {
  padding: 5px 10px;
  color: rgba(114,0,84,1);
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
}
.custom-header-top-link .hs-menu-wrapper > ul ul li a:before {
  content: "\f090";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.fa.after {
  margin-right: 0;
  margin-left: 5px;
}

.custom-header-top-link .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
}
.custom-header-top-link .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul {
  opacity: 1 !important;
  visibility: visible !important;
}


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

.body-container-wrapper {
  padding: 48px 0;
}
.body-container p {
	line-height: 1.4;
}

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


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

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

.custom-back-to-top-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 0;
  z-index: 200;
  text-align: center;
  display: block;
}
.custom-back-to-top-container a#back-to-top {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(114,0,84,1);
  display: block !important;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  color: rgba(255,255,255,1);
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-up:before {
  content: "\e113";
}


.custom-footer-group {
  padding: 48px 0 0;
  background-color: #16100f;
  background-color: rgba(22,16,15,1);
}
.custom-footer-bottom {
  background-color: rgba(255,255,255,0.1);
  padding: 32px 0;
  margin-top: 48px;
}
.custom-footer-bottom .page-center {
  padding: 0 15px;
}
.custom-copyright ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.custom-copyright ul {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 13px;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  color: rgba(255,255,255,1);
}
.custom-copyright ul li {
  margin: 5px;
  display: inline-block;
}
.custom-copyright ul li a {
  color: rgba(160,207,75,1);
  text-decoration: none;
}
.custom-copyright ul li a:hover {
  opacity: 0.65;
}
.custom-footer-col {
  text-align: center;
}
.custom-footer-col h3 {
  font-size: 20px;
  color: rgba(255,255,255,1);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
  margin: 8px 0 16px;
}
.custom-footer-social-group ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.custom-footer-social-group ul li {
  display: inline-block;
  position: relative;
  margin: 0 1.6px 5px;
}
.custom-footer-social-group ul li a {
  display: block;
  float: left;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-image: url(../png/social.png);
  background-repeat: no-repeat;
  border-radius: 50%;
}
.custom-footer-social-group ul li.twitter a {
  background-position: left -40px;
}
.custom-footer-social-group ul li.linkedin a {
  background-position: left -80px;
}
.custom-footer-social-group ul li.google_plus a {
  background-position: left -120px;
}
.custom-footer-social-group ul li.youtube a {
  background-position: left -360px;
}
.custom-footer-social-group ul li.rss a {
  background-position: left -480px;
}
.custom-footer-col p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin: 8px 0 16px;
  color: rgba(255,255,255,1);
  font-family: 'Lato', sans-serif;
}
.custom-footer-col a {
  color: rgba(160,207,75,1);
  text-decoration: none;
}
.custom-footer-col a:hover {
  opacity: 0.65;
}
.custom-foter-talk p {
  color: rgba(160,207,75,1);
}
p.custom-talk-heading {
  color: rgba(114,0,84,1);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
  margin: 8px 0 16px;
}
.custom-footer-top .page-center {
  padding: 0 15px;
}
.tp-bnr .body-container-wrapper {
  padding-top: 0;
}
.tp-bnr .hs-banner-area-cust-mod {
	margin-bottom: 48px;
}
.tp-bnr.has-no-banner .body-container-wrapper {
	padding-top: 48px;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  float: right;
  margin-right: -15px;
  margin-top: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-left: 2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 20px 15px 20px 14px;
  border-radius: 4px 4px 0 0;
  height: 60px;
  color: rgba(255,255,255,1);
  text-decoration: none;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  background-color: rgba(255,255,255,0.1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255,255,255,0.6);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "\f078";
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  font-size: 14px;
  text-align: center;
  top: 20px;
  right: 10px;
  color: rgba(255,255,255,1);
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 35px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  background-color: rgba(255,255,255,0.25);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch:hover > a {
  background-color: rgba(255,255,255,0.1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
  background-color: rgba(255,255,255,0.25);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch:hover > a {
  background-color: rgba(255,255,255,0.1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch a:before,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch:hover a:before {
  background-color: rgba(114,0,84,1);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  width: 240px;
  height: auto;
  padding: 0;
  border-top: 0;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(22,16,15,1);
  right: 0;
  left: auto !important;
  transition: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  background-color: rgba(255,255,255,0.1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  padding: 15px 42px 15px 15px;
  white-space: normal !important;
  line-height: 1.3;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 2px;
  height: auto;
  background-color: rgba(255,255,255,0.1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
  background-color: rgba(255,255,255,0.1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(255,255,255,0.6);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:before {
  background-color: rgba(255,255,255,0.5);
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  right: 100% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
  content: "\f054";
  cursor: pointer;
  position: absolute;
  text-align: center;
  right: 5px;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 17px;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-zephyr > a:after {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-zephyr ul.hs-menu-children-wrapper {
  display: none !important;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .fixed .custom-header.custom-header-fixed-group {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper ul:last-child {
    display: none;
  }
  .resources-page .scroll-header .custom-menu-primary .hs-menu-wrapper ul:last-child {
    display:inherit; 
  }
}


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

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

@media (max-width: 991px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    font-weight: normal;
    position: absolute;
    top: -79px;
    right: 0;
    z-index: 300;
    width: 80px;
    height: 80px;
  }
  .mobile-trigger span {
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 20px;
    opacity: 1;
    transition: transform 0.2s ease-in-out 0s, opacity 0.1s ease-in-out 0s;
    background-color: #ffffff;
  }
  .mobile-trigger span.line.top {
    top: 26px;
  }
  .mobile-trigger span.line.mid {
    top: 38px;
  }
  .mobile-trigger span.line.bottom {
    top: 50px;
  }
  .mobile-open .mobile-trigger span.line.top {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 38px;
  }
  .mobile-open .mobile-trigger span.line.mid {
    opacity: 0;
  }
  .mobile-open .mobile-trigger span.line.bottom {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 38px;
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px !important;
    min-width: 55px !important;
    height: 60px !important;
    background-color: #720054;
    padding-top: 22px;
    text-align: center;
    font-size:15px;
  }


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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 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;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: rgba(22,16,15,1);
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255,255,255,0.25);
    margin-top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 15px; /* Font size of top level list items */
    overflow: visible;
    padding: 22px 15px !important;
    color: rgba(255,255,255,1);
    line-height: 1;
    font-weight: 400;
    min-height: 60px;
    font-family: 'Lato', sans-serif;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.25);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: rgba(255,255,255,0.6);
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 100%;
    padding-right: 60px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255,255,255,0.25);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-right: 1px solid rgba(255,255,255,0.25);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 15px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    border-bottom: 0;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    padding-right: 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

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


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


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

/* Form Field */
.hs-form-field {
  display: block;
  margin-bottom: 20px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
span.hs-form-required {
  color: #e32;
  margin-left: 5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  padding: 0.5em 0.5em;
  border: 1px solid #CCC;
  background: #fff;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  display: block;
  color: inherit;
  max-width: 600px;
}
ul.hs-error-msgs.inputs-list {
  display: block;
  color: red;
  margin-top: 2px;
  margin-left: 0;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
  resize: none;
  min-height: 100px;
}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

.bdq-search-results .hs-search-results__description {
  display:none !important;
}

.bdq-search-results .hs-search-results__listing li {
    margin: 0 0 20px 0 !important; 
    padding: 0 !important;
}

/* ==========================================================================
LANDING PAGE TEMPLATE                                        
========================================================================== */

.landing-page-header h1 {
    font-size: 38px;
    text-align: center;
    padding-bottom: 30px;
}

.landing-page-form h3 {
    font-size: 25px;
    color:rgba(114,0,84,1);
    margin-top: 3px !important;
}

.landing-page-form .hs-form-booleancheckbox label,
.landing-page-form .legal-consent-container p,
.landing-page-form .legal-consent-container label {
  font-size:11px !important; 
}

.landing-page-form .hs-form-booleancheckbox ul,
.landing-page-form ul.inputs-list{
  margin-left:0;
}

.gdpr-form .hs-form-booleancheckbox label,
.gdpr-form .legal-consent-container p,
.gdpr-form .legal-consent-container label,
.gdpr-form .legal-consent-container .hs-richtext {
  font-size:11px !important; 
  text-align:left !important;
  font-weight:normal !important;
}

.gdpr-form .hs-form-booleancheckbox ul,
.gdpr-form ul.inputs-list{
  margin-left:0;
  text-align:left;
}

@media screen and (min-width: 768px){
  .landing-page-image img {
    width: 90% !important;
    height: auto !important;
    padding-top: 20px;
  }
}

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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3856;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgb(255,255,255);
  background-color: rgb(114,0,84);
  font-family: 'Merriweather', serif;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.body-container-wrapper .page-center {
  padding: 0 15px;
}

/* --- Migration --- */

.mig-layouts .body-container-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumb-menu {
  padding: 8px 0;
}
.breadcrumb-menu ul.hs-breadcrumb-menu {
  margin: 12px 0;
  font-size: 12px;
  line-height: 1;
}
.breadcrumb-menu ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
  padding: 0;
}
.breadcrumb-menu ul.hs-breadcrumb-menu:after, .breadcrumb-menu ul.hs-breadcrumb-menu:before {
  content: "";
  display: block;
  clear: both;
}
.breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  padding-left: 8px;
  padding-right: 5px;
  font-family: 'FontAwesome';
  content: "\f105";
  color: #cccccc;
}
.mig-layouts .main-cnt-grp {
  padding: 48px 0;
}
.main-cnt-grp .hs_cos_wrapper_type_header h1 {
  margin-bottom: 10px;
}
.contact-page .tw-col-rt-grp .left-flexi-col h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-page .tw-col-rt-grp .left-flexi-col .hs_cos_wrapper_type_form {
  display: block;
  max-width: 600px;
  margin: 24px auto;
}
.contact-page .tw-col-rt-grp .left-flexi-col .hs_cos_wrapper_type_form .actions {
  padding-top: 5px;
}
.contact-page .tw-col-rt-grp .left-flexi-col .hs_cos_wrapper_type_header {
  padding-bottom: 0;
}
.promo_pods {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 24px;
  float: right;
  width: 72.9%;
}
.promo_pods .item {
  position: relative;
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid rgba(22,16,15,0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.promo_pods .item .panel-body {
  padding: 15px;
  background-color: rgba(255,255,255,1);
}
.promo_pods .item .panel-body p.heading {
  font-size: 22px;
  display: block;
  margin: 0 0 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  color: rgba(22,16,15,1);
}
.promo_pods .item .panel-body .info .text {
  display: block;
  margin-bottom: 16px;
  line-height: 1.4;
}
.promo_pods .item .panel-body .info .text p {
  margin: 0;
}
.promo_pods .item .panel-body .info p.link {
  margin-bottom: 0;
}
.promo_pods .item .panel-body .info p.link a.btn {
  color: rgba(255,255,255,1);
  background-color: rgba(114,0,84,1);
}
a.btn {
  border-radius: 3px;
  border: 0 none;
  padding: 10px 16px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none!important;
}
.btn:hover::after {
  background-color: rgba(0,0,0,0.2);
}
.two-col-rt-lyt .tw-col-rt-grp .hs-form {
  max-width: 600px;
  margin: 24px auto 10px;
}
.two-col-rt-lyt .tw-col-rt-grp .hs-form .actions {
  padding-top: 5px;
  margin-bottom: 20px;
}
.full-width-col .full-width-grp .full-width-column h6,
.two-col-rt-lyt .left-flexi-col h6 {
  display: block;
  font-size: 18px;
  margin: 0 0 8px;
}
.main-cnt-grp .hs_cos_wrapper_type_header {
  display: block;
  padding-bottom: 14px;
}
.full-width-col .full-width-grp .full-width-column .hs_cos_wrapper_type_rich_text,
.two-col-rt-lyt .left-flexi-col .hs_cos_wrapper_type_rich_text {
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: block;
}
.full-width-col .full-width-grp .full-width-column .hs_cos_wrapper_type_rich_text h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image.video img {
  width: 100%;
}
.videos-lyt.two-col-rt-lyt .tw-col-rt-grp {
  padding: 64px 0;
}
.talk-to-us-grp {
  padding: 64px 0;
  text-align: center;
  overflow: hidden;
  height: 100%;
}
.talk-to-us-grp .talk-to-us h3 {
  font-size: 32px;
  color: rgba(114,0,84,1);
  margin: 8px 0 16px;
  animation-delay: 0.1s;
  opacity: 0;

}
.talk-to-us-grp .talk-to-us h3.in-view,
.talk-to-us-grp .talk-to-us h4.in-view,
.talk-to-us-grp .talk-to-us p.in-view {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.talk-to-us-grp .talk-to-us h4 {
  line-height: 1.4;
  margin: 8px 0 16px;
  color: #5e5e5e;
  font-family: 'Merriweather', serif;
  font-size: 15px;
  animation-delay: 0.2s;
  opacity: 0;
}
.talk-to-us-grp .talk-to-us h4 span {
  font-size: 160%;
  font-weight: normal;
  letter-spacing: 0;
}
.talk-to-us-grp .talk-to-us p {
  margin-top: 24px;
  animation-delay: 0.3s;
  opacity: 0;
}
.talk-to-us-grp .talk-to-us p a.btn.secondary_colour {
  background-color: rgba(22,16,15,1);
  color: rgba(255,255,255,1);
}
.talk-to-us-grp .talk-to-us p a.btn.secondary_colour:hover:after {
  background-color: rgba(255,255,255,0.2);
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.in-view {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.full-width-col .full-width-grp .full-width-column .hs_cos_wrapper_type_rich_text h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.right-side-menu .hs-menu-wrapper > ul > li {
  display: none;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch {
  display: block;
}
.right-side-menu .hs-menu-wrapper > ul.active-branch {
  margin-left: 8.33333333%;
  width: 72.8%;
  float: right;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgba(22,16,15,1);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
  display: block;
  margin: 8px 0 16px;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li > a {
  padding: 16px;
  position: relative;
  display: block;
  white-space: normal !important;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li > a:hover {
  padding-left: 20px;
  background-color: #eeeeee;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li > ul {
  font-size: 14px;
  line-height: 1;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li > ul > li > a {
  padding: 8px 16px;
  padding-left: 16px;
  position: relative;
  display: block;
  white-space: normal !important;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li > ul > li > a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 3px;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li.active-branch > a {
  color: rgba(22,16,15,1);
}
.right-side-menu .hs-menu-wrapper > ul ul.active-branch li a:hover {
  padding-left: 20px;
  background-color: #eeeeee;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li.active-branch > a:hover {
  padding-left: 16px;
}

.test-mngmnt-flexi-col-1 {
  padding: 64px 0;
}
.hs-tw-col-with-img .row {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-tw-col-with-img .row .col-md-5 {
  float: left !important;
  width: 41.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-tw-col-with-img .row .col-md-6 {
  float: right;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-tw-col-with-img .row .col-md-5 h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.hs-tw-col-with-img .row .col-md-5 h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.test-mngmnt-flexi-col-2 {
  padding: 24px 0;
}
.test-mngmnt-flexi-col-2 span.hs_cos_wrapper_type_widget_container {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  float: left;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.test-mngmnt-flexi-col-2 span.hs_cos_wrapper_type_widget_container h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.test-mngmnt-flexi-col-2 span.hs_cos_wrapper_type_widget_container p span {
  font-size: 120%;
}
.test-mngmnt-flexi-col-2 span.hs_cos_wrapper_type_widget_container .hs_cos_gallery_main {
  padding: 0;
  margin-bottom: 19px;
  margin-top: 64px;
}
.test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-arrow {
  background-color: rgba(22,16,15,0.3);
  width: 40px;
  height: 40px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-top: -47px;
}
.test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-prev {
  border-radius: 0 4px 4px 0;
}
.test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-next {
  border-radius: 4px 0 0 4px;
}
.test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-arrow:before {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  opacity: 1;
  color: rgba(160,207,75,1);
  display: block;
}
.test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-prev:before {
  content: "\f104";
}
.test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-next:before {
  content: "\f105";
}
.test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-arrow:hover {
  background-color: rgba(22,16,15,0.6);
}
.test-mngmnt-flexi-col-2 ul {
  margin-left: 16px;
  list-style: disc outside;
  padding: 0;
}
.test-mngmnt-flexi-col-2 ul li {
  margin-bottom: 4px;
}

.videos-lyt .tw-col-eq-main-grp .main-cnt-grp {
  padding: 64px 0;
}

.hs-video-popup-cust-mod .image.video {
  position: relative;
  overflow: hidden;
}
.hs-video-popup-cust-mod .image.video img {
  margin-right: 5px;
  width: 100%;
  height: auto;
}
.hs-video-popup-cust-mod .image.video .overlayicon {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  background-color: rgba(0,0,0,0.25);
  width: 555px;
  height: 416px;
}
.hs-video-popup-cust-mod .col-md-6.pull-left {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-video-popup-cust-mod .col-md-5 {
  width: 41.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-video-popup-cust-mod {
  margin: 0 -15px;
}
.hs-video-popup-cust-mod .info p.heading.main {
  font-size: 32px;
  color: rgba(22,16,15,1);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.hs-video-popup-cust-mod .info .text p span {
  font-size: 120%;
}
.hs-video-popup-cust-mod .image.video .overlayicon i.fa {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
}
.hs-video-popup-cust-mod .image.video a:hover .overlayicon {
  background-color: rgba(0,0,0,0.75);
}
.hs-video-popup-cust-mod .info .text ul {
  margin-left: 16px;
  list-style: disc outside;
  padding: 0;
}
.hs-video-popup-cust-mod .info .text ul li {
  margin-bottom: 4px;
}
.hs-video-popup-cust-mod .info .text ul ul {
  list-style: circle outside;
  padding: 4px 0 0 8px;
  margin-top: 16px;
  margin-bottom: 0;
}

.home-page .body-container-wrapper {
  padding: 0;
}
.hs-home-banner-area-cust-mod .image img {
  width: 100%;
  vertical-align: middle;
}
.hs-home-banner-area-cust-mod {
  position: relative;
  z-index: 5;
}
.hs-home-banner-area-cust-mod .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.hs-home-banner-area-cust-mod .info .row {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-home-banner-area-cust-mod .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.hs-home-banner-area-cust-mod .info .page-center {
  position: relative;
  height: 100%;
}
.hs-home-banner-area-cust-mod .info .row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  position: absolute;
  width: 100%;
  top: 43.6%;
  transform: translateY(-50%);
}
.hs-home-banner-area-cust-mod .info .row:after, 
.hs-home-banner-area-cust-mod .info .row:before {
  content: "";
  display: block;
  clear: both;
}
.hs-home-banner-area-cust-mod .info .row .text-center {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  float: left;
  text-align: center;
}
.hs-home-banner-area-cust-mod .info .row .text-center h1 {
  margin: 8px 0;
  line-height: 1.2;
  color: #fff;
}
.hm-sec.hm-sec-one {
  padding: 24px 0;
}
.hm-sec.hm-sec-one .hm-sec-one-flexi-col {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  padding: 0 5px;
}
.hm-sec.hm-sec-one .hm-sec-one-flexi-col p span {
  font-size: 120%;
}
.hs-partners-cust-mod .partners-column {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 100%;
}
.hm-sec.hm-sec-two {
  padding: 64px 0;
}
.hs-partners-cust-mod {
  margin: 0 -15px;
}
.hs-partners-cust-mod .partners-column img {
  margin-top: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hm-sec-three-flexi-col {
  margin-top: 24px;
}
.hs-content-with-top-image .content-items-wrapper {
  margin: 0 -15px;
  text-align: center;
  padding: 64px 0;
}
.hs-content-with-top-image .content-items-wrapper:after,
.hs-content-with-top-image .content-items-wrapper:before {
  content: "";
  display: block;
  clear: both;
}
.hs-content-with-top-image .item {
  width: 33.33333333%;
  float: left;
  position: relative;
  margin-bottom: 16px;
  padding: 0 15px;
}
.hs-content-with-top-image .item .image img {
  width: 100%;
  height: auto;
  margin-right: 5px;
}
.hs-content-with-top-image .item .image {
  margin-bottom: 8px;
}
.hs-content-with-top-image .item p.heading {
  text-align: left;
  font-size: 22px;
  display: block;
  margin: 0 0 8px;
  color: rgba(114,0,84,1);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
}
.hs-content-with-top-image .item .info {
  text-align: left;
}
.hs-content-with-top-image .item .info p {
  margin: 0;
}
.hs-content-with-top-image .item p.link {
  margin-bottom: 0;
  text-align: left;
}
.hs-content-with-top-image .item .info .text {
  display: block;
  margin-bottom: 16px;
}
.hs-content-with-top-image .item p.link a.btn.btn-sm {
  background-color: rgba(114,0,84,1);
  color: #fff;
}
.hs-content-with-top-image.length-5 .content-items-wrapper:last-child .item:first-child {
  margin-left: 16.66666667%;
}
.hm-sec.hm-sec-four {
  padding: 64px 0;
}
.hm-sec.hm-sec-four .hs_cos_wrapper_type_rich_text h3 {
  font-size: 32px;
  color: rgba(114,0,84,1);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  margin: 8px 0 0;
}
.hm-sec.hm-sec-four .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 24px;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main {
  padding: 0;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-arrow {
  background-color: rgba(22,16,15,0.3);
  width: 40px;
  height: 40px;
  z-index: 200;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-top: -20px;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-prev {
  border-radius: 0 4px 4px 0;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-next {
  border-radius: 4px 0 0 4px;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-arrow:before {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  opacity: 1;
  color: rgba(160,207,75,1);
  display: block;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-prev:before {
  content: "\f104";
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-next:before {
  content: "\f105";
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-arrow:hover {
  background-color: rgba(22,16,15,0.6);
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-slide-inner-wrapper a {
  display: block;
  position: relative;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-slide-inner-wrapper a:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  text-align: center;
  padding: 0;
  margin: 0;
  -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  background-color: rgba(0,0,0,0.25);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-slide-inner-wrapper a:hover:before {
  background-color: rgba(0,0,0,0.75);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-slide-inner-wrapper a:after {
  content: "\f0c1";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main .slick-slide-inner-wrapper a:hover:after {
  webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.hm-sec.hm-sec-four .hs_cos_gallery_main.slick-slider {
  margin-bottom: 20px;
}

.service-lyt .full-width-grp .main-cnt-grp {
  padding: 64px 0;
}
.service-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 66.66666667%;
  margin-left: 16.66666667%;
  padding: 0 15px;
  text-align: center;
  padding-bottom: 24px;
}
.service-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_widget_container h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
}
.service-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_widget_container h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.service-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_widget_container p span {
  font-size: 120%;
}
.service-lyt .hs-content-with-top-image .content-items-wrapper {
  padding: 0;
}
.service-lyt .hs-content-with-top-image .item p.heading {
  color: rgba(22,16,15,1);
}
.hs-banner-area-cust-mod {
  padding: 64px 0;
  background: #720054;
}
.hs-banner-area-cust-mod .row {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-banner-area-cust-mod .row .bnr-cnt-wrapper {
  width: 41.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-banner-area-cust-mod .row .bnr-img-wrapper {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.hs-banner-area-cust-mod .row .bnr-cnt-wrapper .info h1.heading.main {
  font-size: 32px;
  color: rgba(255,255,255,1);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}
.hs-banner-area-cust-mod .row .bnr-cnt-wrapper .info .text p {
  color: #fff;
}
.hs-banner-area-cust-mod .row .bnr-cnt-wrapper .info .text p span {
  font-size: 120%;
}
.ful-width-bnr-lyt .full-width-grp {
  padding: 24px 0;
}
.ful-width-bnr-lyt.mig-layouts .main-cnt-grp {
  padding: 0;
}
.ful-width-bnr-lyt.mig-layouts .main-cnt-grp .hs_cos_wrapper_type_widget_container {
  display: block;
  margin-left: 16.66666667%;
  width: 66.66666667%;
  padding: 0 5px;
}
.ful-width-bnr-lyt.mig-layouts .main-cnt-grp .hs_cos_wrapper_type_widget_container h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.hs-banner-area-cust-mod .row .bnr-cnt-wrapper .info .text {
  color: #fff;
}

.custom-header.custom-header-fixed-group {
  box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.05);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-130%);
  -moz-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%);
  -webkit-transition: 0.4s transform cubic-bezier(.3,.73,.3,.74), 0.4s background-color cubic-bezier(.3,.73,.3,.74);
  -moz-transition: 0.4s transform cubic-bezier(.3,.73,.3,.74), 0.4s background-color cubic-bezier(.3,.73,.3,.74);
  -ms-transition: 0.4s transform cubic-bezier(.3,.73,.3,.74), 0.4s background-color cubic-bezier(.3,.73,.3,.74);
  transition: 0.4s transform cubic-bezier(.3,.73,.3,.74), 0.4s background-color cubic-bezier(.3,.73,.3,.74);
}

.prdct-details-lyt .full-width-grp {
  padding: 0 !important;
}
.prdct-details-lyt.ful-width-bnr-lyt.mig-layouts .main-cnt-grp .hs_cos_wrapper_type_widget_container {
  display: block;
  margin-left: 0;
  width: 100%;
  padding: 0;
}
.hs-tw-col-with-top-image {
  padding: 64px 0;
  width: 100%;
}
.hs-tw-col-with-top-image .row {
  margin: 0 -15px;
}
.hs-tw-col-with-top-image .row .column {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 16px;
}
.hs-tw-col-with-top-image .row .column .image {
  margin: 0 0 8px;
}
.hs-tw-col-with-top-image .row .column .image img {
  width: 100%;
  height: auto;
}
.hs-tw-col-with-top-image .row .column p.heading {
  font-size: 22px;
  display: block;
  margin: 0 0 8px;
  color: rgba(22,16,15,1);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.hs-tw-col-with-left-img-grp .row {
  margin: 0 -15px;
}
.hs-tw-col-with-left-img-grp .tw-col-wrapper .column {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-tw-col-with-left-img-grp .tw-col-wrapper .left-col .fixedcentered {
  width: 100%;
  height: 100%;
}
.hs-tw-col-with-left-img-grp .tw-col-wrapper .left-col .fixedcentered img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  display: block;
}
.hs-tw-col-with-left-img-grp {
  padding: 64px 0;
}
.prdct-details-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 24px 5px;
  margin-left: 16.66666667%;
  width: 66.66666667%;
}
.hs-tw-col-with-left-img-grp .tw-col-wrapper .column .content-group .content ul {
  margin-left: 16px;
  list-style: disc outside;
  padding: 0;
}
.hs-tw-col-with-left-img-grp .tw-col-wrapper .column .content-group .content ul li {
  margin-bottom: 4px;
}
.hs-tw-col-with-left-img-grp .tw-col-wrapper .content-group h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.two-col-rt-lyt .tw-col-rt-mn-grp .left-flexi-col h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.hs-tw-col-with-top-image .left-col-item {
  margin-left: 16.66666667%;
}

.hs-current-job-opening-grp .current-job-items p.heading {
  display: block;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.hs-current-job-opening-grp .current-job-items {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.two-col-rt-lyt .tw-col-rt-mn-grp .tw-col-rt-grp.main-cnt-grp h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-container ul {
  margin: 16px 0 16px;
  line-height: 1.4;
  margin-left: 16px;
  padding: 0;
}
.body-container ol {
  padding: 0;
  margin: 16px 0 16px;
  margin-left: 20px;
}
.body-container ol li {
  margin-bottom: 4px;
}
.two-col-rt-lyt .tw-col-rt-mn-grp .tw-col-rt-grp.main-cnt-grp .left-flexi-col ul li {
  margin-bottom: 4px;
}
.two-col-rt-lyt .tw-col-rt-mn-grp .tw-col-rt-grp.main-cnt-grp .right-side-menu {
  margin-bottom: 24px;
}

.hs-case-studies-grp .listing .row {
  margin: 0 -15px;
}
.hs-case-studies-grp .listing .img-wrapper {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-case-studies-grp .listing .content-wrapper {
  width: 58.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-case-studies-grp {
  padding-top: 8px;
  margin-top: 16px;
}
.hs-case-studies-grp .listing .content-wrapper p.heading {
  display: block;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.hs-case-studies-grp .listing.section {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.hs-case-studies-grp .listing .img-wrapper .image {
  margin-bottom: 8px;
}
.two-col-rt-lyt .tw-col-rt-mn-grp .tw-col-rt-grp.main-cnt-grp h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.two-col-rt-lyt .tw-col-rt-mn-grp .tw-col-rt-grp.main-cnt-grp h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li > ul {
  display: none;
}
.right-side-menu .hs-menu-wrapper > ul > li.active-branch > ul > li.active-branch > ul {
  display: block;
}

.case-studies-lyt .full-width-grp {
  padding: 0;
}
.case-studies-lyt.ful-width-bnr-lyt.mig-layouts .main-cnt-grp .hs_cos_wrapper_type_widget_container {
  display: block;
  margin-left: 0;
  width: 100%;
  padding: 0;
}
.case-studies-lyt .full-width-grp {
  padding: 64px 0;
}
.hs-tw-col-eq-cnt-grp .row {
  margin: 0 -15px;
}
.hs-tw-col-eq-cnt-grp .column {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.hs-banner-area-cust-mod.tw-col-eq-img-cust-mod {
  margin-top: 64px;
  margin-bottom: 64px;
}
.hs-banner-area-cust-mod.tw-col-eq-img-cust-mod.left .bnr-cnt-wrapper.pull-left {
  float: right;
}
.hs-banner-area-cust-mod.tw-col-eq-img-cust-mod.left .bnr-img-wrapper.pull-right {
  float: left;
}
.hs-tw-col-with-img .page-center {
  padding: 0;
}
.case-studies-lyt .hs-tw-col-with-img .page-center {
  padding: 0 15px;
}
.case-studies-lyt .hs-tw-col-with-img .col-md-5 .text h2 {
  font-size: 32px;
}

.trainng-lyt .full-width-grp .full-width-column {
  padding: 64px 0;
}
.trainng-lyt .full-width-grp .full-width-column .hs_cos_wrapper_type_header h1 {
  margin-top: 20px;
}
.trainng-lyt .full-width-grp .full-width-column .hs_cos_wrapper_type_header {
	padding-bottom: 0.1px;
}
.trainng-lyt .full-width-grp .full-width-column h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.trainng-lyt .full-width-grp .full-width-column ul li {
  margin-bottom: 4px;
}
.trainng-lyt.full-width-col .full-width-grp .full-width-column .hs_cos_wrapper_type_rich_text {
	padding-bottom: 0;
  margin-bottom: 0;
}
.trainng-lyt.full-width-col .full-width-grp .full-width-column h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.trainng-lyt.full-width-col .full-width-grp .full-width-column p span {
  font-size: 120%;
}
.ful-width-bnr-lyt.mig-layouts .main-cnt-grp ul li {
  margin-bottom: 4px;
}
.hs-three-col-eq-cnt-grp .column {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-three-col-eq-cnt-grp .row {
  margin: 0 -15px;
}
.partners-lyt .main-cnt-grp .hs_cos_wrapper_type_header {
  padding-bottom: 0;
}
.partners-lyt.two-col-rt-lyt .left-flexi-col .hs_cos_wrapper_type_rich_text {
	padding-bottom: 0;
  margin-bottom: 0;
}
.partners-lyt .hs-tw-col-with-left-img-grp {
  padding: 0;
}
.partners-lyt .hs-tw-col-with-left-img-grp .tw-col-wrapper .left-col .fixedcentered img {
	width: 100%;
  margin-top: 0;
}
.two-col-rt-lyt .tw-col-rt-mn-grp .left-flexi-col h2:empty {
  margin: 0;
}
.partners-lyt .hs-tw-col-with-left-img-grp .tw-col-wrapper.clearfix {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_pods .item .panel-body a p.heading.primary_colour_1-text {
  color: rgba(114,0,84,1);
}

.sitemap-menu .hs-menu-wrapper ul {
  line-height: 1;
}
.sitemap-menu .hs-menu-wrapper ul li {
  display: block;
  padding: 0;
  margin: 0;
  background: url(../png/sitemap_line.png) no-repeat left -31px;
}
.sitemap-menu .hs-menu-wrapper > ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  white-space: normal !important;
}
.sitemap-menu .hs-menu-wrapper ul ul {
  margin-left: 16px;
  margin-bottom: 8px;
}
.sitemap-lyt .main-cnt-grp .hs_cos_wrapper_type_header {
	padding-bottom: 0;
}
.sitemap-menu .hs-menu-wrapper > ul li a:hover {
  background-color: #eeeeee;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sitemap-menu .hs-menu-wrapper {
  max-width: 65.666667%;
}

.custom-footer-group.lp-footer {
  padding-top: 0;
}
.custom-footer-group.lp-footer .custom-footer-bottom {
  margin-top: 0;
}
#hs-pwd-widget-password {
	margin-bottom: 10px;
}
/* Styles that do not fit into any of the available sections above can go here. */
html body div#hs-eu-cookie-confirmation {
  position: fixed;
  top: auto !important;
  bottom: 0 !important;
  background: #222 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial !important;
  box-sizing: border-box !important;
  border: 0 none !important;
  box-shadow: none !important;
}
html body .cc_container {
  padding: 15px 30px 15px !important;
}
html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #222 !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  padding: 20px !important;
  color: #fff !important;
  font-size: 17px !important;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial !important;
  box-sizing: border-box !important;
}
html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-size: 1em !important;
  margin-top: 0.5em !important;
  margin-bottom: 0 !important;
  line-height: 1em !important;
  color: #fff !important;
}
html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  color: #000;
  background-color: #f1d600 !important;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0 !important;
}
html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border: 1px solid #f1d600 !important;
  color: #f1d600 !important;
}
html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #f1d600 !important;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
  border: 0 !important;
}
html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade.in {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    max-width: 560px;
    width: auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.ekko-lightbox .modal-dialog {
  margin: 0 auto!important;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-header .close {
  margin-top: -2px;
}
.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  margin-top: 5px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-remove:before {
  content: "\e014";
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.ekko-lightbox .modal-header h4.modal-title {
  color: #fff;
  padding: 0;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox-container {
  position: relative;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, .embed-responsive object, 
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.in {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  background-color: #000000;
}
.modal-open {
  overflow: hidden;
}

/* ==========================================================================
8a. TRAINING PAGE 2019                            
========================================================================== */

.cm-training-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.cm-training-section.pad-less {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.cm-training-section.grey {
  background:#f0f0f0;
}

.cm-training-text {
  font-family: 'Lato', sans-serif;
  font-weight:300;
  color:#16100f;
  font-size: 17px;
  line-height:1.3em;
}

.cm-training-text h2 {
  font-size: 30px;
  font-weight:300;
  color:#710054;
  margin:0 0 20px 0;
  padding: 0;
}

.cm-training-text-lrg {
  font-family: 'Lato', sans-serif;
  color:#16100f;
  font-size: 24px;
}

.cm-training-text-lrg.light {
  font-weight:300;
}

.cm-training-text-lrg p {
  line-height:1.3em;
}

.cm-training-text-lrg.center,
.cm-training-text-lrg.center p,
.cm-training-text-lrg.center h2 {
  text-align:center;
}

.cm-training-text-lrg h2 {
  font-size: 36px;
  font-weight:300;
  color:#710054;
  margin:0 0 20px 0;
  padding: 0;
}

.cm-training-subnav {
  background:#710054;
  font-family: 'Lato', sans-serif;
  font-weight:300;
  color:#fff;
  font-size: 19px;
  line-height:1.3em;
}

.cm-training-subnav ul {
  list-style:none;
  margin:15px 0;
  padding:0;
  text-align:center;
}

.cm-training-subnav ul li {
  list-style:none;
  margin:0 20px;
  padding:0;
  display:inline;
  font-weight:700;
}

.cm-training-subnav ul li a {
  color:#FFF;
}

.cm-training-cost-boxes {
  padding: 0 10%;
  margin-top: 50px;
}

.cm-training-feature {
  padding-top: 25px;
  padding-bottom:25px;
}

.cm-training-feature .image img {
  width: 210px !important;
  height: auto !important;
  max-width:100% !important;
}

.cm-training-feature .image.right {
  text-align:right;
}

.cm-training-feature .text.right {
  text-align:right;
}

.cm-training-cost-box-pad {
  padding-left: 25px;
  padding-right:25px;
}

.cm-training-cost-box {
  background: rgb(113,0,84);
  background: linear-gradient(176deg, rgba(113,0,84,1) 0%, rgba(52,0,60,1) 100%);
  border-radius: 10px;
  padding: 15px 7px 20px 7px;
  text-align:center;
  color:#FFF;
  font-family: 'Lato', sans-serif;
  font-weight:400;
  margin-bottom: 20px;
}

.cm-training-cost-box .box-line-1 {
  font-size: 24px;
  line-height: 1.1em;
}
.cm-training-cost-box .box-line-2 {
  font-size: 24px;
  font-weight:300;
  line-height: 1.1em;
}
.cm-training-cost-box .box-line-3 {
  font-size: 16px;
  font-weight:300;
  line-height: 1.3em;
  padding-top: 6px;
}
.cm-training-cost-box .box-line-4 {
  font-size: 16px;
  line-height: 1.1em;
}

.cm-training-table-wrap {
  overflow-x: scroll;
}

.cm-training-table {
  width:100%;
}

.cm-training-table.mobile {
  display:none;
}

.cm-training-table,
.cm-training-table tr {
  border-collapse: collapse;
  font-family: 'Lato', sans-serif;
}

.cm-training-table td {
  border-top:#f0f0f0 solid 2px;
  border-bottom:#f0f0f0 solid 2px;
  padding: 4px 20px 4px 7px;
  color:#16100f;
  width: 16.666%;
  box-sizing:border-box;
  vertical-align:top;
}

.cm-training-table thead tr td {
  color:#720054;
  font-size: 24px;
}

.cm-training-table tbody tr td {
  font-weight: 300;
}

.cm-training-table tbody tr td:nth-child(1){
  font-weight: 400;
}

/*.cm-training-table tbody tr:nth-child(odd) td,*/
.cm-training-table.row.even tbody tr td{
  background: #f0f0f0;
}

.cm-partner-training img {
  width: 300px !important;
  height:auto !important;
  max-width: 100% !important;
}

.cm-training-feature .image-mobile {
  display:none;
}

@media (max-width: 767px){
  
  .cm-training-table.desktop {
    display:none;
  }
  
  .cm-training-table.mobile {
    display:block;
    margin-bottom:20px;
  }
  
  .cm-training-table.mobile tr td:first-child {
    font-weight:700;
  }
  
  .cm-training-table.mobile tr:first-child td {
    background: #f0f0f0;
  }
  
  .cm-training-text-lrg {
    font-size: 20px;
  }
  
  .cm-training-cost-boxes {
    padding: 0;
  }
  
  .cm-training-feature h2 {
    text-align:center;
  }

  .cm-training-feature .image {
    display:none;
  }
  
  .cm-training-feature .image-mobile {
    display:inherit;
    text-align:center;
    padding-top:0px;
    padding-bottom:20px;
  }
  
  .cm-training-feature .image-mobile img {
    width:50% !important;
    height:auto !important;
  }

  .cm-training-feature .text.right {
    text-align:left;
  }

}

.cm-product-feature {
  font-weight:300;
  color:#720054;
  text-align:center;
  padding-top:40px;
}

.cm-product-feature .text {
  margin: 0 30%;
}

.cm-product-feature img {
  width:210px !important;
  max-width:100% !important;
  height:auto !important;
  margin-bottom:15px;
}

.support-option {
  padding-top: 30px;
}

.support-option .price {
  background: rgb(113,0,84);
  background: linear-gradient(180deg, rgba(113,0,84,1) 0%, rgba(53,0,61,1) 100%);
  color:#FFF;
  padding-top:17px;
  padding-bottom: 30px;
  border-radius: 10px;
}

.support-option .price .a {
  font-size:16px;
  line-height:1em;
  font-weight:300;
  padding-bottom:6px;
}

.support-option .price .b {
  font-size:24px;
  line-height:1em;
}

.support-option .discount {
  background:#f0f0f0;
  padding-top: 5px;
  padding-bottom: 20px;
}

.support-option .discount .a {
  font-size:24px;
  line-height:1em;
  padding-bottom:4px;
}

.support-option .discount .b {
  font-size:18px;
  line-height:1em;
}

.support-option .info {
  border:#f0f0f0 solid 2px; 
  font-size:24px;
  line-height:1.1em;
  min-height:170px;
  padding-top: 20px;
  padding-bottom:20px;
  box-sizing:border-box;
}

.support-option .button,
.more-info {
  padding-top:25px;
  text-align:center;
}

.support-option .button a,
.more-info a {
  background: rgb(113,0,84);
  background: linear-gradient(180deg, rgba(113,0,84,1) 0%, rgba(53,0,61,1) 100%);
  color:#FFF;
  font-size: 24px;
  text-decoration:none;
  padding: 10px 8px;
  border-radius: 10px;
}

.cm-testimonial {
  padding-top:50px;
}

.cm-testimonial .text {
  font-size:18px;
  line-height:1.1em;
  text-align:right;
}

.cm-testimonial .author {
  font-size:18px;
  line-height:1.2em;
  color:#720054;
  text-align:right;
}

.cm-testimonial .text p,
.cm-testimonial .author p {
  margin:0;
  padding:0 0 0 12%;
  text-align:right;
}

.cm-testimonial .right .text p,
.cm-testimonial .right .author p {
  margin:0;
  padding:0 12% 0 0;
  text-align:left;
}

.cm-testimonial .image {
  text-align:left;
}

.cm-testimonial.right .image {
  text-align:right;
}

.cm-testimonial .image img {
  width:210px !important;
  max-width:100% !important;
  height:auto !important;
}

.cm-ac-form input[type="text"],
.cm-ac-form input[type="email"],
.cm-ac-form input[type="tel"]{
  background:#f0f0f0;
  color:#16100f;
  height:50px;
  line-height:48px;
  box-sizing:border-box;
  display:block;
  padding: 0 25px;
  font-size: 16px;
  border:none;
  border-radius:0;
  font-family: 'Lato', sans-serif;
}

.cm-ac-form .hs-form-required {
  display:none !important;
}

.cm-ac-form textarea {
   background:#f0f0f0;
  color:#16100f;
  width:100% !important;
  max-width: 100% !important;
  height:250px;
  line-height:48px;
   box-sizing:border-box;
  display:block;
  padding: 0 25px;
  font-size: 16px;
  border:none;
  border-radius:0;
  font-family: 'Lato', sans-serif;
}

.cm-ac-form input[type="submit"]{
  background: rgb(113,0,84);
  background: linear-gradient(180deg, rgba(113,0,84,1) 0%, rgba(53,0,61,1) 100%);
  color:#FFF;
  font-size: 23px !important;
  font-family: 'Lato', sans-serif;
  font-weight:400;
  text-decoration:none;
  padding: 7px 48px;
  border-radius: 10px;
}

@media (max-width: 767px){
  .cm-product-feature .text {
    margin: 0;
  }
  .cm-testimonial .image {
    text-align:center;
    padding-bottom:20px;
  }

  .cm-testimonial.right .image {
    text-align:center;
    padding-bottom:20px;
  }
  
  .cm-testimonial .text p,
  .cm-testimonial .author p,
  .cm-testimonial .right .text p,
  .cm-testimonial .right .author p {
  margin:0;
  padding:0 0 0 0;
  text-align:center;
  }
}

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

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 28.5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    right: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 20px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 15px 30px 15px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: -40px;
  }
  .custom-footer-top .page-center {
    padding: 0 10px;
  }
  h1 {
    font-size: 38px;
  }
  .mig-layouts .main-cnt-grp {
    padding: 32px 0;
  }
  .promo_pods {
    width: 98%;
  }
  .promo_pods .item .panel-body p.heading {
    font-size: 20px;
  }
  .talk-to-us-grp {
    padding: 48px 0;
  }
  .talk-to-us-grp .talk-to-us h3 {
    font-size: 30px;
  }
  .right-side-menu .hs-menu-wrapper > ul.active-branch {
    margin-left: 0;
    width: 98%;
    float: right;
  }
  .test-mngmnt-flexi-col-1 {
    padding: 48px 0;
  }
  .test-mngmnt-flexi-col-2 {
    padding: 16px 0;
  }
  .test-mngmnt-flexi-col-2 span.hs_cos_wrapper_type_widget_container .hs_cos_gallery_main {
    padding: 0;
    margin-bottom: 19px;
    margin-top: 49px;
  }
  .videos-lyt .tw-col-eq-main-grp .main-cnt-grp {
    padding: 48px 0;
  }
  .hs-video-popup-cust-mod .info p.heading.main {
    font-size: 30px;
  }
  .hs-video-popup-cust-mod .image.video .overlayicon {
    width: 455px;
    height: 341px;
  }
  .hm-sec.hm-sec-one {
    padding: 16px 0;
  }
  .hm-sec.hm-sec-two {
    padding: 48px 0;
  }
  .hs-content-with-top-image .content-items-wrapper {
    padding: 48px 0;
  }
  .hs-content-with-top-image .item p.heading {
    font-size: 20px;
  }
  .hm-sec.hm-sec-four {
    padding: 48px 0;
  }
  .hm-sec.hm-sec-four .hs_cos_wrapper_type_rich_text h3 {
    font-size: 30px;
  }
  .service-lyt .full-width-grp .main-cnt-grp {
    padding: 48px 0;
  }
  .hs-banner-area-cust-mod {
    padding: 48px 0;
  }
  .hs-banner-area-cust-mod .row .bnr-cnt-wrapper .info h1.heading.main {
    font-size: 30px;
  }
  .ful-width-bnr-lyt .full-width-grp {
    padding: 16px 0;
  }
  .custom-header.custom-header-fixed-group {
    display: none !important;
  }
  .hs-tw-col-with-top-image {
    padding: 48px 0;
    width: 100%;
  }
  .hs-tw-col-with-top-image .row .column p.heading {
    font-size: 20px;
  }
  .hs-tw-col-with-left-img-grp {
    padding: 48px 0;
  }
  .prdct-details-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_rich_text {
    padding: 16px 5px;
  }
  .case-studies-lyt .full-width-grp {
    padding: 48px 0;
  }
  .hs-banner-area-cust-mod.tw-col-eq-img-cust-mod {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .case-studies-lyt .hs-tw-col-with-img .col-md-5 .text h2 {
    font-size: 30px;
  }
  .trainng-lyt .full-width-grp .full-width-column {
    padding: 48px 0;
  }
  
}

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

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .custom-footer-col {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    padding-bottom: 0.5px;
  }
  .custom-back-to-top-container a#back-to-top {
    text-align: center;
    border-radius: 0;
    border: 0 none;
    display: block !important;
    margin: 0 auto;
    padding: 15px;
    width: 100% !important;
    height: 51px;
    position: relative;
    color: rgba(255,255,255,1);
  }
  .custom-back-to-top-container {
    z-index: 200;
    position: relative;
    text-align: center;
    bottom: 0;
    right: auto;
    display: block !important;
    opacity: 1 !important;
  }
  .custom-footer-bottom {
    padding: 24px 0;
    margin-top: 32px;
  }
  .custom-footer-col:last-child {
    padding-bottom: 0;
  }
  .custom-footer-social-group {
    margin-bottom: 10px;
  }
  .custom-footer-social-group .social h3 {
    margin-top: 4px;
  }
  .custom-header .page-center {
    padding: 0;
    max-width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-header {
    height: auto;
  }
  .custom-header-top-link.destop {
    display: none;
  }
  .custom-logo {
    margin-top: 15px;
    width: 100% !important;
    padding-left: 15px;
    padding-bottom: 14px;
  }
  .custom-header-right {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .custom-header-group {
    position: relative;
    min-height: 80px !important;
  }
  .header-container-wrapper {
    min-height: 80px;
  }
  .mig-layouts .main-cnt-grp {
    padding: 24px 0;
  }
  h1 {
    font-size: 32px;
  }
  .two-col-rt-lyt .tw-col-rt-grp iframe {
    max-width: 100%;
  }
  .promo_pods .item .panel-body p.heading {
    font-size: 18px;
  }
  .talk-to-us-grp {
    padding: 32px 0;
  }
  .talk-to-us-grp .talk-to-us h3 {
    font-size: 26px;
  }
  .talk-to-us-grp .talk-to-us h4 span {
    font-size: 120%;
  }
  .hs-tw-col-with-img .row .col-md-5 {
    width: 100%;
    float: none;
  }
  .hs-tw-col-with-img .row .col-md-6 {
    float: none;
    width: 100%;
  }
  .test-mngmnt-flexi-col-1 {
    padding: 32px 0;
  }
  .test-mngmnt-flexi-col-2 span.hs_cos_wrapper_type_widget_container {
    margin-left: 0;
    width: 100%;
    float: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .test-mngmnt-flexi-col-2 {
    padding: 12px 0;
  }
  .test-mngmnt-flexi-col-2 span.hs_cos_wrapper_type_widget_container .hs_cos_gallery_main {
    padding: 0;
    margin-bottom: 19px;
    margin-top: 40px;
  }
  .contact-page .tw-col-rt-grp .left-flexi-col p iframe {
    max-width: 100%;
  }
  .hs-video-popup-cust-mod .col-md-6.pull-left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none !important;
  }
  .hs-video-popup-cust-mod .col-md-5 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none !important;
  }
  .videos-lyt .tw-col-eq-main-grp .main-cnt-grp {
    padding: 32px 0;
  }
  .hs-video-popup-cust-mod .info p.heading.main {
    font-size: 26px;
  }
  .hs-video-popup-cust-mod .image.video .overlayicon {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
  }
  .hs-video-popup-cust-mod .image.video .overlayicon i.fa {
    display: block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    -ms-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    height: auto;
  }
  .hs-home-banner-area-cust-mod .info {
    position: static;
    padding: 16px 0;
    background-color: rgba(22,16,15,1);
  }
  .hs-home-banner-area-cust-mod .info .row {
    margin-left: 0;
    margin-right: 0;
    clear: both;
    position: static;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
  .hs-home-banner-area-cust-mod .info .row .text-center {
    margin-left: 0;
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 84px;
  }
  .hs-home-banner-area-cust-mod .info .row .text-center h1 {
    margin: 9px 0 8px;
  }
  .hm-sec.hm-sec-one .hm-sec-one-flexi-col {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .hm-sec.hm-sec-one {
    padding: 12px 0;
  }
  .hs-partners-cust-mod .partners-column {
    max-width: 100% !important;
    float: none;
  }
  .hm-sec.hm-sec-two {
    padding: 32px 0;
  }
  .hs-content-with-top-image .item {
    width: 50%;
    min-height: 500px;
  }
  .hs-content-with-top-image .content-items-wrapper:after, 
  .hs-content-with-top-image .content-items-wrapper:before {
    display: none;
  }
  .hs-content-with-top-image .content-items-wrapper {
    padding: 32px 0;
  }
  .hs-content-with-top-image .item p.heading {
    font-size: 18px;
  }
  .hs-content-with-top-image.length-5 .content-items-wrapper:last-child .item:first-child {
    margin-left: 0;
  }
  .service-lyt .full-width-grp .main-cnt-grp {
    padding: 32px 0;
  }
  .service-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_rich_text {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  .service-lyt .hs-content-with-top-image .item {
    width: 50%;
    min-height: 404px;
  }
  .service-lyt .hs-content-with-top-image .content-items-wrapper:last-child .item:last-child {
    clear: left;
  }
  .hs-banner-area-cust-mod {
    padding: 32px 0;
  }
  .hs-banner-area-cust-mod .row .bnr-cnt-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }
  .hs-banner-area-cust-mod .row .bnr-cnt-wrapper .info h1.heading.main {
    font-size: 26px;
  }
  .hs-banner-area-cust-mod .row .bnr-img-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }
  .ful-width-bnr-lyt.mig-layouts .main-cnt-grp .hs_cos_wrapper_type_widget_container {
    display: block;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .ful-width-bnr-lyt .full-width-grp {
    padding: 12px 0;
  }
  .hs-tw-col-with-top-image .row .column {
    width: 50%;
  }
  .hs-tw-col-with-top-image .left-col-item {
    margin-left: 0;
  }
  .hs-tw-col-with-top-image {
    padding: 32px 0;
    width: 100%;
  }
  .hs-tw-col-with-top-image .row .column p.heading {
    font-size: 18px;
  }
  .hs-tw-col-with-left-img-grp .tw-col-wrapper .column {
    width: 100%;
    float: none;
  }
  .hs-tw-col-with-left-img-grp {
    padding: 32px 0;
  }
  .prdct-details-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 12px 0;
    margin-left: 0;
    width: 100%;
  }
  .case-studies-lyt .full-width-grp {
    padding: 32px 0;
  }
  .hs-tw-col-eq-cnt-grp .column {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
  .hs-banner-area-cust-mod.tw-col-eq-img-cust-mod.left .bnr-cnt-wrapper.pull-left {
    float: none;
  }
  .hs-banner-area-cust-mod.tw-col-eq-img-cust-mod.left .bnr-img-wrapper.pull-right {
    float: none;
  }
  .hs-banner-area-cust-mod.tw-col-eq-img-cust-mod {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .case-studies-lyt .hs-tw-col-with-img .col-md-5 .text h2 {
    font-size: 26px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child {
    border-top: 0;
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child > li > a {
    display: block;
    padding: 15px !important;
    min-height: auto;
    list-style: none;
    line-height: 1;
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child > li > a span:before {
    content: "\f007";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child > li > a span:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child > li:hover > a {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child li a:hover {
    color: rgba(255,255,255,1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child ul {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: none !important;
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child ul > li > a {
    padding: 10px 15px !important;
    color: rgba(114,0,84,1) !important;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    min-height: auto;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:last-child ul > li > a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f090";
    position: static;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.clicked ul {
    display: block;
  }
  .trainng-lyt .full-width-grp .full-width-column {
    padding: 32px 0;
  }
  .hs-three-col-eq-cnt-grp .column {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-zephyr .child-trigger {
    display: none !important;
  }
}

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


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

@media (max-width: 767px) {
  .mig-layouts .main-cnt-grp {
    padding: 16px 0;
  }
  h1 {
    font-size: 24px;
  }
  .promo_pods {
    width: 100%;
    float: none;
  }
  .two-col-rt-lyt .tw-col-rt-grp .left-flexi-col {
    padding-bottom: 24px;
  }
  .talk-to-us-grp .talk-to-us h3 {
    font-size: 22px;
  }
  .custom-footer-bottom {
    padding: 16px 0;
  }
  .custom-footer-bottom {
    margin-top: 24px;
  }
  .custom-footer-address.custom-footer-col {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .custom-footer-group {
    padding: 28px 0 0;
  }
  .talk-to-us-grp {
    padding: 24px 0;
  }
  .full-width-col .full-width-column.main-cnt-grp {
    margin-bottom: 24px;
  }
  .custom-copyright ul li {
    margin-bottom: 15px;
    display: block;
  }
  .right-side-menu .hs-menu-wrapper > ul.active-branch {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .two-col-rt-lyt .tw-col-rt-mn-grp .tw-col-rt-grp {
    margin-bottom: 24px;
  }
  .test-mngmnt-flexi-col-1 {
    padding: 24px 0;
  }
  .test-mngmnt-flexi-col-2 {
    padding: 8px 0;
  }
  .test-mngmnt-flexi-col-2 span.hs_cos_wrapper_type_widget_container .hs_cos_gallery_main {
    padding: 0;
    margin-bottom: 43px;
    margin-top: 56px;
  }
  .test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-arrow {
    margin-top: -28px;
  }
  .test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-next {
    border-radius: 4px;
  }
  .test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-prev {
    border-radius: 4px;
  }
  .videos-lyt .tw-col-eq-main-grp .main-cnt-grp {
    padding: 24px 0;
  }
  .hs-video-popup-cust-mod .info p.heading.main {
    font-size: 22px;
  }
  .hm-sec.hm-sec-one {
    padding: 8px 0 32px 0;
    margin-top: 0;
  }
  .hs-content-with-top-image .item {
    width: 100%;
    min-height: auto;
    float: none;
  }
  .hs-content-with-top-image .item .image {
    max-width: 240px;
  }
  .hs-content-with-top-image .content-items-wrapper {
    padding: 24px 0;
  }
  .hm-sec.hm-sec-two {
    padding: 24px 0;
  }
  .hm-sec.hm-sec-four {
    padding: 24px 0;
  }
  .hm-sec.hm-sec-four .hs_cos_wrapper_type_rich_text h3 {
    font-size: 22px;
  }
  .service-lyt .full-width-grp .main-cnt-grp {
    padding: 24px 0;
  }
  .service-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_rich_text {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .service-lyt .hs-content-with-top-image .item {
    width: 100%;
    min-height: auto;
  }
  .hs-banner-area-cust-mod {
    padding: 24px 0;
  }
  .hs-banner-area-cust-mod .row .bnr-cnt-wrapper .info h1.heading.main {
    font-size: 22px;
  }
  .ful-width-bnr-lyt .full-width-grp {
    padding: 8px 0 32px;
  }
  .hs-tw-col-with-top-image .row .column {
    width: 100%;
    float: none;
  }
  .hs-tw-col-with-top-image .row .column .image {
    max-width: 240px;
  }
  .hs-tw-col-with-top-image {
    padding: 24px 0;
    width: 100%;
  }
  .hs-tw-col-with-top-image .row .column {
    padding-bottom: 0.1px;
  }
  .hs-tw-col-with-left-img-grp {
    padding: 24px 0;
  }
  .prdct-details-lyt .full-width-grp .main-cnt-grp .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 8px 0 32px;
    margin-left: 0;
    width: 100%;
  }
  .hs-case-studies-grp .listing .img-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }
  .hs-case-studies-grp .listing .content-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }
  .hs-case-studies-grp .listing .img-wrapper .image {
    max-width: 320px;
  }
  .case-studies-lyt .full-width-grp {
    padding: 24px 0;
  }
  .hs-banner-area-cust-mod.tw-col-eq-img-cust-mod {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .case-studies-lyt .hs-tw-col-with-img .col-md-5 .text h2 {
    font-size: 22px;
  }
  .trainng-lyt .full-width-grp .full-width-column {
    padding: 24px 0;
  }
  .ekko-lightbox.modal {
    padding-right: 17px !important;
    padding-left: 17px;
  }
  .sitemap-menu .hs-menu-wrapper ul ul {
    width: auto;
  }
  .sitemap-menu .hs-menu-wrapper {
    max-width: 100%;
  }
  .promo_pods {
    margin-bottom: 0;
  }
  .two-col-rt-lyt.mig-layouts .tw-col-rt-mn-grp .tw-col-rt-grp .right-grp .right-flexi-col span.hs_cos_wrapper .promo_pods.cnt-with-bdr {
    margin-top: 20px;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }
  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
  }
  html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 10px !important;
  }
  html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin-top: 0.5em !important;
    font-size: 0.8em !important;
    line-height: 1.5em !important;
  }
  html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 0.8em !important;
  }
  html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    font-size: 0.8em;
  }
}


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

@media (max-width: 479px) {
  .test-mngmnt-flexi-col-2 .hs_cos_gallery_main .slick-arrow {
    margin-top: -20px;
  }
  html body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 0.6em !important;
  }
}



/* RESOURCES */

.resources-filter {
    background:#eeeeee;
    padding: 15px;
    margin: 0 0 50px 0;
}

.resources-filter h3 {
    color: #666;
  text-align:left;
    margin-bottom: 15px;
  font-size:20px;
}

.resources-filter ul {
    list-style: none;
    margin:0;
    padding:0;
  text-align:left;
}

.resources-filter ul li {
    list-style: none;
    margin:0 30px 8px 0;
    padding:0;
    font-size: 14px;
  background:none;
  text-align:left;
  display:inline-block;
  font-family: 'Lato';
}

@media screen and (max-width: 768px){
  .resources-filter ul li {
    display:block;
    margin:0 0 8px 0;
  }
}

.resources-filter ul li a {
    color:#575757;   
}

/*
.resources {
    margin-left:-12px !important;
    margin-right:-12px !important;
}
*/

.resource {
    padding-bottom: 50px;
    display: inline-block;
    float:left;
    box-sizing:border-box;
    width: 33.33333%;
    padding-left: 12px;
    padding-right:12px;
}

@media screen and (max-width: 767px){
    
    .resource {
        width:100%;
        padding-left:0;
        padding-right:0;
    }
    
}

/*
.resources .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) .resource {
     padding-left:0;
}

.resources .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) .resource {
     padding-left:6px;
     padding-right:6px;
}

.resources .hs_cos_wrapper_type_custom_widget:nth-child(3n) .resource {
     padding-right:0;
}
*/

.resource img {
    width: 100% !important;
    height: auto !important;
}

.resource h2 {
    color: #010b2a;
    line-height:1.2em;
    height:3.6em;
    overflow:hidden;
    padding: 0;
    margin: 15px 0 0 0;
    text-align:center;
  font-size: 20px;
  font-family: 'Lato';
}

.resource p {
    display:block;
    font-size: 14px;
    line-height:1.2em;
    height:3.6em;
    overflow:hidden;
    margin:0;
    padding:0;
  font-family: 'Lato';
}

.resource .read-more {
    padding-top: 10px;
}

.resource .read-more a {
    display:block;
  color:#fff;
  background:#010b2a;
  text-decoration:none;
  box-sizing:border-box;
  text-align:center;
  padding: 10px;
  font-family: 'Lato';
}