@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@font-face {
  font-family: 'Eurostile-BoldExtendedTwo';
  src: url('https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/Eurostile-BoldExtendedTwo.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Eurostile-BoldExtendedTwo';
  src:  url('https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/Eurostile-BoldExtendedTwo.eot')  format('opentype'),
    url(https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/Eurostile-BoldExtendedTwo.woff) format('woff'),
    url('https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/Eurostile-BoldExtendedTwo.ttf')  format('truetype'),
    url('Eurostile-BoldExtendedTwo.svg#Eurostile-BoldExtendedTwo') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'UniversCE-Medium';
  src: url('https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/UniversCE-Medium.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversCE-Medium';
  src:  url(https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/UniversCE-Medium.woff) format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/UniversCE-Medium.ttf') format('truetype'),
    url('UniversCE-Medium.svg#UniversCE-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'EurostileBold';
  src: url('https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/EurostileBold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EurostileBold';
  src:  url(https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/EurostileBold.woff) format('woff'),
   url('https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Fonts/EurostileBold.ttf')  format('truetype'),
    url('EurostileBold.svg#EurostileBold') format('svg');
  font-weight: normal;
  font-style: normal;
}







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

* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}
a.cta_button {box-sizing:border-box !important; -moz-box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -ms-box-sizing:border-box !important;}

body {font-family: 'Arial', sans-serif; color:#000; padding:0; margin:0; font-size:16px; line-height:24px;  overflow-x:hidden;}

h1 { font-family: 'UniversCE-Medium'; color:#1C2C39; padding:0; margin:0; font-size:36px; line-height:40px;}
h2 { font-family: 'UniversCE-Medium'; color:#1C2C39; padding:0; margin:0; font-size:32px; line-height:36px;}
h3 {font-family: 'UniversCE-Medium'; color:#1C2C39; padding:0; margin:0; font-size:28px; line-height:32px;}
h4 {font-family: 'UniversCE-Medium'; color:#1C2C39; padding:0; margin:0; font-size:24px; line-height:28px;}
h5 {font-family: 'Arial', sans-serif; color:#1C2C39; padding:0; margin:0; font-size:18px; line-height:24px;}
h6 {font-family: 'Arial', sans-serif; color:#1C2C39; padding:0; margin:0; font-size:16px; line-height:18px;}

img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
.clear { clear:both }
p { padding:10px 0; margin:0; }
a { text-decoration:none; outline:none; color:#ccc; -webkit-transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out; transition:all .6s ease-in-out; }
a:hover { color:#000; }

input , button , textarea, select , 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"] { outline:none; margin-top: 6px; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family:'Montserrat', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #01adf1; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; transition:all .6s ease; -webkit-transition:all .6s ease; -moz-transition:all .6s ease; }
input[type=submit]:hover , button:hover { background-color:#00658b; }

/* Added by Marcus on 16 July 19
 * Makes buttons with multiple lines of text appear better */
button
{
  height: auto;
  min-height: 50px;
}

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }

.slick-arrow { position:absolute; top:50%; padding:0; border:none; font-size:0; min-width:auto;  width:50px; height:50px; line-height:0; outline:none; background:rgba(217, 29, 20, 0.9); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#011E24; }
.slick-arrow:hover { background:rgba(217, 29, 20, 0.9); color:#fff; }
.slick-arrow:hover:before { color:#fff; }
.slick-prev { left:-8px; color:#011E24; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:18px; color:#fff;  }
.slick-prev:before { content: "\f177"; left:-1px; position: relative; top: 3px; }
.slick-next { right:-8px;}
.slick-next:before { content: "\f178"; right: -2px; position: relative; top: 3px }


ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { min-height:15px; display:inline-block; background:#a1a1a1;  min-width:auto; padding:0; border:0;width:15px; height:15px; border-radius:100%; font-size:0; text-indent:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#EF3125; }

::-webkit-input-placeholder { color: #666666; font-family: 'Roboto', sans-serif; opacity:1; font-size:16px; line-height:20px;}
::-moz-placeholder { color: #666666; font-family: 'Roboto', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-ms-input-placeholder { color: #666666; font-family: 'Roboto', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-moz-placeholder { color: #666666; font-family: 'Roboto', sans-serif; opacity:1; font-size:16px; line-height:20px; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

}
@media (min-width: 768px) {

  .row-fluid .mainmenu { } 
  .row-fluid .mainmenu { text-align:right; padding:20px 0 0; } 
  .row-fluid .mainmenu .hs-menu-wrapper { line-height:0; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { text-align:center; width:100%; text-align:center; }   
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { padding:0 35px; position:relative; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:none; display:inline-block; } 
  .row-fluid .mainmenu ul li a { font-size:16px; line-height:22px; text-transform:uppercase;  padding:8px 0; font-weight: 700; position:relative; color:#959595; text-align:center; white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding:8px 0 15px; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before { position:absolute; content:""; left:0; bottom:0; width: 100%; height: 5px; background: #000; opacity:0; transition:all .6s ease; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover:before { opacity:1; transition:all .6s ease; }
  
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child > a { color:#000000; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(2) > a { color:#000000; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(3) > a { color:#000000; }
  
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child > a:before { background:#000000; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(2) > a:before { background:#000000; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(3) > a:before { background:#000000; }
  
  .row-fluid .mainmenu ul li a:hover { color:#000000; }

  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { top:100%; transition:all .6s ease; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { top:150%; background:#000; width:200px; padding:0; line-height:0;transition:all .6s ease; text-align:left; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li { width:100%;  padding:0; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color:#fff; float:left; text-align:left; padding:10px 15px; border-bottom:1px solid rgba(255,255,255,0.2); font-size:16px; line-height:24px; width:100% !important; white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit;    text-transform: capitalize; font-weight: 400;  }    
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { background:#ffffff; color:#000000; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a { border-bottom:0; } 

  
}
 
.fancybox-stage .fancybox-content{ overflow:visible !important; padding:15px !important; text-align:center}
.fancybox-stage .fancybox-content.photosldier_item_poptop img{ max-width:500px; float:none; max-height:700px; display:inline-block; width:100%}
.fancybox-stage .fancybox-close-small{ top:-60px !important; right:-30px}
.fancybox-stage .fancybox-close-small:after{ background:#888; color:#fff;  }
.fancybox-stage .fancybox-button { background:#ee3224; top:0;right:0; border-radius:50%;min-width:auto }
.fancybox-stage .fancybox-button svg path{ fill:#ffff; color:#fff;}


.row-fluid  .wrapper { width:1200px; float:none; margin:0 auto !important; padding:0 15px;}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.row-fluid .section_space { padding:0 40px; }
.row-fluid .grey_bg { background:#F0F0F0; }

.row-fluid .button_style1 a { background: #EE3124; padding: 10px 20px; float: none; display:inline-block; min-width: 200px; border-radius: 3px; text-align: center; font-size: 16px; line-height: 24px; color: #fff; text-transform: uppercase; }
.row-fluid .button_style1 a:hover { background:#000; color:#fff; }


/*-----*/
.row-fluid .header_top { background:#0C0000; padding:20px 0; }
.row-fluid .header_top .top_text ul { padding:0; margin:0; float:right; width:auto; list-style:none; }
.row-fluid .header_top .top_text ul li { width:auto; float:left; }
.row-fluid .header_top .top_text ul li a { width:auto; float:left; font-weight: 300;color:#fff; text-transform:uppercase; padding:0 15px 0 5px; margin-right:10px; border-right:1px solid #fff; font-size:16px; line-height: 14px; }
.row-fluid .header_top .top_text ul li a:hover { color:#ee3224; }

.row-fluid .header_section { background:#fff; }
.row-fluid .header_search { padding-top:15px; }
.row-fluid .hs-search-field { width:100%; float:right; max-width:350px; }
.row-fluid .hs-search-field .hs-search-field__bar { width:100%; float:right; }
.row-fluid .hs-search-field form { width:100%; float:right; }
.row-fluid .hs-search-field form .hs-search-field__input { width:100%; float:right; padding:10px 40px 10px 15px; border:1px solid #F0F0F0; background-color:#F5F7FB; background-image:url('https://cdn2.hubspot.net/hubfs/383558/Grace%20Theme%202019/Images/search_btn.png');  background-repeat: no-repeat; background-position: 97% 48%; background-size: 20px 20px; height:45px; border-radius:5px; }
.row-fluid .hs-search-field form .hs-search-field__suggestions { display:none; }
.row-fluid .top_logo img { max-width:200px; }
 

/*-----*/
.row-fluid .footer_section { background:#000000; padding:30px 0; }
.row-fluid .footer_section .footer_menu ul { padding:0; margin:0; list-style:none; width:100%; float:left; }
.row-fluid .footer_section .footer_menu ul li { width:auto; float:left; }
.row-fluid .footer_section .footer_menu ul li a { width:auto; float:left; color:#fff; font-weight: 900; padding:8px 20px; }
.row-fluid .footer_section .footer_menu ul li a:hover { color:#ee3224; }

.row-fluid .footer_section .footer_follow ul { padding:0; margin:0; list-style:none; width:100%; float:left; text-align:center; }
.row-fluid .footer_section .footer_follow ul li { width:auto; float:none; display:inline-block; margin:0 10px; }
.row-fluid .footer_section .footer_follow ul li a { width:auto; float:left; font-size:26px; line-height:34px; color:#fff; }
.row-fluid .footer_section .footer_follow ul li a:hover { color:#ee3224; }
 
/*-----*/
.row-fluid .hero_section { text-align:center; padding:15px 0; background:#F0F0F0; } 
.row-fluid .hero_section .hero_bgimg  { height:500px; margin-bottom:20px; }
.row-fluid .hero_section h1 {  color:#1C2F3B;  } 

.row-fluid .breadcrumb_menu {  padding:0; margin:15px 0; }
.row-fluid .breadcrumb_menu ul { background:#E2E2E2; margin:0; padding:15px 25px 12px; list-style:none; float:left; width:100%; }
.row-fluid .breadcrumb_menu ul:empty { display:none; }
.row-fluid .breadcrumb_menu ul li { width:auto; float:left; }
.row-fluid .breadcrumb_menu ul li a { color: #000; font-weight: 700; text-transform: uppercase; padding-right: 18px; margin-right: 16px; position: relative; float:left; width:auto; }
.row-fluid .breadcrumb_menu ul li a:after { position:absolute; content:"\f054"; font-family:'fontAwesome'; right: -4px; top: 0; font-size: 14px; line-height: 25px; }
.row-fluid .breadcrumb_menu ul li:last-child a:after { display:none;  }
.row-fluid .breadcrumb_menu ul li:last-child a { margin-right:0; padding-right:0; }
.row-fluid .breadcrumb_menu ul li a:hover { color:#ee3224; }

/*------*/ 
.row-fluid .team_area { width:100%; float:left; margin-bottom:0; }
.row-fluid .team_area .team_dipartment { width:100%; float:left; margin-bottom:50px; margin-top:10px; }
.row-fluid .team_area ul { width:100%; float:left; margin:0; padding:0; list-style:none; }
.row-fluid .team_area ul li { width:auto; float:left; }
/* .row-fluid .team_area ul li:first-child a { background:#EAEAEA; }  */
.row-fluid .team_area ul li:last-child a { border-right:0; } 
.row-fluid .team_area ul li a { width:100%; float:left; padding:15px 19px;  font-size: 20px; line-height: 30px; color:#636363; background: #F9F9F9; min-width: 190px; text-align: center; border-right: 1px solid rgba(204, 204, 204, 0.3); }
.row-fluid .team_area .team_dipartment_titles {  width:100%; float:left; }

.row-fluid .team_members { width:100%; float:left; }
.row-fluid .team_members .team_members_box { width:33.33%; float:left; margin-bottom:50px; padding:0 20px; text-align:center; }
.row-fluid .team_members .team_img { width:100%; float:left; margin-bottom:15px; }
.row-fluid .team_members .team_position { width:100%; float:left; font-weight: 900; font-size: 20px; line-height: 30px; }
.row-fluid .team_members h3 { width:100%; float:left; font-weight: 400; font-size: 26px; line-height: 34px; }
.row-fluid .team_members .team_contnet { width:100%; float:left; }


/*-----*/
.row-fluid .imgtext_area { width:100%; float:left; }
.row-fluid .imgtext_area .imgtext_box { width:100%; float:left; display: flex; margin-bottom:20px; }
.row-fluid .imgtext_area .imgvideo_left { width:60%; float:left; position:relative; background-size:cover !important; min-height:450px; }
.row-fluid .imgtext_area .video_code { width:100%; float:left; display:none; }

.row-fluid .imgtext_area .imgvideo_left:hover .imgtext_btn {  color:#ee3224; -webkit-animation: pulsate-bck 1s ease-in-out infinite both; animation: pulsate-bck 1s ease-in-out infinite both; transition:all .6s ease; }
.row-fluid .imgtext_area .imgtext_btn { position:absolute; left:0; top:0; width:100%; height:100%; color:#fff; z-index:99; font-size:100px; line-height:100px; display: flex; align-items: center; transition:all .6s ease; } 
.row-fluid .imgtext_area .imgtext_btn i { margin:0 auto; }

@-webkit-keyframes pulsate-bck {0% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(0.9);transform: scale(0.9);}100% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes pulsate-bck {0% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(0.9);transform: scale(0.9);}100% {-webkit-transform: scale(1);transform: scale(1);}}

.row-fluid .imgtext_area .imgtext_box.img_right .imgvideo_left { left:40%; }
.row-fluid .imgtext_area .imgtext_box.img_right .content_right { right:60%; }

.row-fluid .imgtext_area .content_right { width:40%; float:left; position:relative; padding:40px; background:#000; color:#fff;  display: flex; align-items: center; }
.row-fluid .imgtext_area .content_right h3 { width:100%; float:left; color:#fff; }
.row-fluid .imgtext_area .content_right .content_text { width:100%; float:left; color:#fff; }
.row-fluid .imgtext_area .content_right_inner { width:100%; float:left; }

.row-fluid .imgtext_area .content_right .content_buttons { width:100%; float:left; margin-top:30px; }
.row-fluid .imgtext_area .content_right .content_buttons a { background:#EE3124; padding:10px 15px; margin-right: 10px; float:left; min-width: 170px; border-radius:3px; text-align:center; font-size:16px; line-height:24px; color:#fff; text-transform:uppercase; }
.row-fluid .imgtext_area .content_right .content_buttons a:hover { background:#fff; color:#EE3124; } 
.row-fluid .imgtext_area .content_right .content_buttons > span { width:auto; float:left; } 
.row-fluid .imgtext_area .content_right .content_buttons > span:last-child a { border:1px solid #fff; background:transparent; padding:9px 15px; }  
.row-fluid .imgtext_area .content_right .content_buttons > span:last-child a:hover { background:#EE3124; border-color:#EE3124; color:#fff;  }

/*-----*/
.row-fluid .visionmission_area { padding:20px 0 50px; text-align:center }
.row-fluid .visionmission_area h3 { color:#fff; text-transform: capitalize; margin-bottom:15px; }
.row-fluid .visionmission_area .visionmission_box { text-align:left; color:#fff; padding:35px; }
.row-fluid .visionmission_area .visionmission_box_cover { margin-top:40px; } 
.row-fluid .visionmission_area .visionmission_box_cover > div > div { display:flex; }

.row-fluid .visionmission_area .visionmission_red { background:#EE3124; }
.row-fluid .visionmission_area .visionmission_black { background:#161616; }

/*----*/
.row-fluid .ourstory_area > div > div { display:flex; }
.row-fluid .ourstory_area .our_story { color:#fff; background:#EE3124; padding:75px 60px 100px; width:50%; }
.row-fluid .ourstory_area .our_story h3 { color:#fff; text-transform: capitalize; margin-bottom:15px; }
.row-fluid .ourstory_area .our_storybgimg { margin-left:0; width:50%; min-height:400px; }

/*----*/ 
.row-fluid .joinus_section { padding:50px 0; text-align:center; }
.row-fluid .joinus_section h3 { margin-bottom:10px; }
.row-fluid .joinus_section .joinus_text { margin:0 auto; float:none; max-width:600px; }
.row-fluid .joinus_section .viewopen_btn { margin-top:30px; }
.row-fluid .joinus_section .viewopen_btn a { background: #000; padding: 10px 15px; float: none; display:inline-block; min-width: 300px; border-radius: 3px; text-align: center; font-size: 16px; line-height: 24px; color: #fff; text-transform: uppercase; }
.row-fluid .joinus_section .viewopen_btn a:hover { background:#EE3124; }

/*----*/
.row-fluid .unique_section { width:100%; float:left; padding-top:50px; text-align:center; }
.row-fluid .unique_section h2 { width:100%; float:left; margin-bottom:50px; }
.row-fluid .unique_section .unique_boxcover { display:block; margin:0 -10px; }
.row-fluid .unique_section .unique_box { width:33.33%; float:left; margin-bottom: 40px; text-align:center; padding:0 10px; }
.row-fluid .unique_section .unique_box:nth-child(2) { display:flex; flex-flow: column-reverse; }

.row-fluid .unique_section .unique_height {  width:100%; float:left; padding:0 34px; }
.row-fluid .unique_section .unique_img { width:100%; float:left; height:250px; background-size:cover !important; margin-bottom:20px; }
.row-fluid .unique_section .unique_box h3 { width:100%; float:left; margin-bottom:10px; text-transform:uppercase; font-size: 22px; line-height: 30px; }
.row-fluid .unique_section .unique_box .unique_text { width:100%; float:left; text-align: justify; margin-bottom:30px; }    

/*----*/
.row-fluid .partners_section { width:100%; float:left; text-align:center; padding-bottom:30px; padding-top: 15px; }
.row-fluid .partners_section .partners_cover { width:100%; float:left; margin-top:40px; }
.row-fluid .partners_section .partners_box { width:16.66%; float:none; display: inline-block; margin-right: -4px; vertical-align:top; text-align:center; margin-bottom:30px; padding:0 15px; }
.row-fluid .partners_section .partners_box svg path { fill:#E5E5E5 !important; transition:all .6s ease; }
.row-fluid .partners_section .partners_box:hover svg path { fill:#00D95F !important; transition:all .6s ease; }

.row-fluid .partners_section .partners_box a { width:100%; float:left; }
.row-fluid .partners_section .partners_box .partners_boximg { width:100%; float:left; }
.row-fluid .partners_section .partners_box .partners_boximg svg,
.row-fluid .partners_section .partners_box .partners_boximg img{ max-width:120px; float:none; display:inline-block; }
.row-fluid .partners_section .partners_box h3 { width:100%; float:left; margin-top:10px; font-size: 24px; line-height: 30px; }
.row-fluid .partners_section .partners_box .partners_boximg img{filter:grayscale(100%); opacity:0.6; transition:all .6s ease;}
.row-fluid .partners_section .partners_box:hover .partners_boximg img{filter:grayscale(0%); opacity:1;  transform: scale(1.04);  }

/*------*/
.row-fluid .services_area {  width:100%; float:left; text-align:center; padding:50px 0; }
.row-fluid .services_area .services_toptitle {  width:100%; float:none; display:inline-block; max-width:600px; margin-bottom:35px; }
.row-fluid .services_area .services_toptitle h2 {  width:100%; float:left; margin-bottom:10px; text-transform:uppercase; line-height:42px; font-size:36px; }
.row-fluid .services_area .services_toptitle .services_subtext {  width:100%; float:left; color:#888; }

.row-fluid .services_area .services_boxcover { width:100%; float:left; }
.row-fluid .services_area .services_boxcover .services_box { width:33.33%; float:left; padding:0 10px; }
.row-fluid .services_area .services_boxcover .services_box_iner { width:100%; float:left; border-radius: 4px; overflow: hidden; box-shadow: 0 0 21px 2px #ccc; background:#fff; }
.row-fluid .services_area .services_boxcover .services_textarea { width:100%; float:left; padding:0 25px; }
.row-fluid .services_area .services_boxcover .services_img { width:100%; float:left; height:250px; margin-bottom:25px; background-size: cover !important; }
.row-fluid .services_area .services_boxcover h3 { width:100%; float:left; text-transform:uppercase; font-size: 26px;  line-height: 34px; }
.row-fluid .services_area .services_boxcover .services_boxtext { width:100%; float:left; margin:30px 0 30px; text-align:justify; }

.row-fluid .services_area .services_boxcover .button_style1 { padding-bottom:40px; }
.row-fluid .services_area .services_boxcover .button_style1 a { background:#000; }
.row-fluid .services_area .services_boxcover .button_style1 a:hover { background:#EE3124; }
   
 
/*---*/
.row-fluid .services_area.services_areamain { padding:50px 25px 70px; }
.row-fluid .services_area.services_areamain .services_box { padding:0; }
.row-fluid .services_area.services_areamain .services_boxbg { background:#fff; border-radius:6px; overflow:hidden; }
.row-fluid .services_area.services_areamain .services_box_iner { box-shadow:none; padding:0 10px; background:transparent; } 
.row-fluid .services_area.services_areamain .services_toptitle { color:#fff; }  
.row-fluid .services_area.services_areamain .services_toptitle h2 { color:#fff; }

/*----*/
.row-fluid .brands_area .services_brandlogo { width:100%; float:left; text-align:center; }
.row-fluid .brands_area .services_brandlogo img { max-width:180px; }
.row-fluid .brands_area .services_boxcover .services_img { border-bottom:2px solid #4F5B73; background-size:contain !important; height: 280px; background-color:#fff !important; }
.row-fluid .brands_area .services_toptitle .services_subtext { color:#888; }

.row-fluid .brands_area .services_boxcover .services_box_iner { border-radius:5px; background:transparent; }

.row-fluid .brands_area .box_button { width:100%; float:left; margin-bottom:20px; padding:0 10px; }
.row-fluid .brands_area .box_button > span { width:auto; float:none; margin-bottom:10px; display: inline-block; }
.row-fluid .brands_area .box_button a { background: #EE3124; padding: 10px 10px; border:1px solid transparent; float: none; display:inline-block; min-width: 150px; border-radius: 3px; text-align: center; font-size: 14px; line-height: 24px; color: #fff; text-transform: uppercase; }
.row-fluid .brands_area .box_button a:hover { background:#000; }
.row-fluid .brands_area .box_button > span:last-child a { border:1px solid #EE3124; color:#EE3124; background:transparent; margin-left:11px; }
.row-fluid .brands_area .box_button > span:last-child a:hover { background:#EE3124; color:#fff; }
.row-fluid .brands_area .services_cover_iner {  display:block; margin:0 -10px; }

.row-fluid .brands_area .services_box:nth-child(2) .box_button a {  background: #E95F25; } 
.row-fluid .brands_area .services_box:nth-child(2) .box_button a:hover {  background: #000; } 

.row-fluid .brands_area .services_box:nth-child(2) .box_button > span:last-child a {  border:1px solid #E95F25; color:#E95F25; background:transparent; } 
.row-fluid .brands_area .services_box:nth-child(2) .box_button > span:last-child a:hover {  background: #E95F25; color:#fff; } 

.row-fluid .brands_area .services_box:nth-child(3) .box_button a {  background: #2295F2; } 
.row-fluid .brands_area .services_box:nth-child(3) .box_button a:hover {  background: #000; } 

.row-fluid .brands_area .services_box:nth-child(3) .box_button > span:last-child a {  border:1px solid #2295F2; color:#2295F2; background:transparent; } 
.row-fluid .brands_area .services_box:nth-child(3) .box_button > span:last-child a:hover {  background: #2295F2; color:#fff; } 



/*--50-50-video---*/
.row-fluid .videoproducts_area { width:100%; float:left; margin-bottom:40px; }
.row-fluid .videoproducts_area .videoproducts_box { width:100%; float:left; display: flex;  }
.row-fluid .videoproducts_area .imgvideo_left { width:50%; float:left; position:relative; background:#000; padding:80px 30px; }
.row-fluid .videoproducts_area .video_code { width:100%; float:left; display:none; }
.row-fluid .videoproducts_area .imgvideo_leftimg { width:100%; float:left; background-size:cover !important; min-height:380px; }

.row-fluid .videoproducts_area .imgvideo_left:hover .imgtext_btn {  color:#ee3224; -webkit-animation: pulsate-bck 1s ease-in-out infinite both; animation: pulsate-bck 1s ease-in-out infinite both; transition:all .6s ease; }
.row-fluid .videoproducts_area .imgtext_btn { position:absolute; left:0; top:0; width:100%; height:100%; color:#fff; z-index:99; font-size:100px; line-height:100px; display: flex; align-items: center; transition:all .6s ease; } 
.row-fluid .videoproducts_area .imgtext_btn i { margin:0 auto; }

/* .reverse .videoproducts_area .videoproducts_box{flex-flow:row-reverse;} */

.row-fluid .videoproducts_area .videoproducts_box.img_right .imgvideo_left { left:50%; }
.row-fluid .videoproducts_area .videoproducts_box.img_right .content_right { right:50%; }

.row-fluid .videoproducts_area .content_right { width:50%; float:left; position:relative; padding:80px 80px 80px 60px; background:#EF3125; color:#fff;  display: flex; align-items: center; }
.row-fluid .videoproducts_area .content_right h3 { width:100%; float:left; color:#fff; text-transform:uppercase; margin-bottom:15px; font-size: 30px; line-height: 40px; }
.row-fluid .videoproducts_area .content_right .content_text { width:100%; float:left; color:#fff; }
.row-fluid .videoproducts_area .content_right_inner { width:100%; float:left; }

.row-fluid .videoproducts_area .content_right .content_buttons { width:100%; float:left; margin-top:20px; }
.row-fluid .videoproducts_area .content_right .content_buttons a { background:#000; padding:10px 15px; margin-right: 10px; float:left; min-width: 200px; border-radius:3px; text-align:center; font-size:16px; line-height:24px; color:#fff; text-transform:uppercase; }
.row-fluid .videoproducts_area .content_right .content_buttons a:hover { background:#312e2e; color:#fff; } 

.row-fluid .videoproducts_area .slick-prev { left:15px; }
.row-fluid .videoproducts_area .slick-next { right:15px; }

/*-----*/
.row-fluid .eventinars_area { width:100%; float:left; display:flex; margin-bottom:30px; }
.row-fluid .eventinars_area .eventinars_left { width:50%; float:left; padding:50px 70px; background:#fff; }
.row-fluid .eventinars_area h2 { width:100%; float:left; text-transform:uppercase; }
.row-fluid .eventinars_area .eventinars_eventcover { width:100%; float:left; margin-top:50px; }
.row-fluid .eventinars_area .eventinars_eventbox { width:100%; float:left; margin-bottom:20px; display:flex; align-items:center; }
.row-fluid .eventinars_area .eventinars_eventimg { width:20%; float:left; }
.row-fluid .eventinars_area .eventinars_eventbox h3 { width:80%; float:left; padding-left:30px; font-size: 20px; line-height: 26px; }
.row-fluid .eventinars_area .eventinars_eventbox h3 a {  color:#685254; }
.row-fluid .eventinars_area .eventinars_eventbox h3 a:hover { color:#1C2C39; }
.row-fluid .eventinars_area .event_btn { width:100%; float:left; margin-top:30px; }
.row-fluid .eventinars_area .event_btn a { color: #000; border: 1px solid #d0cdcd; padding: 20px 30px; float: left; border-radius: 3px; width: 100%; max-width: 290px; text-align: center; }
.row-fluid .eventinars_area .event_btn a:hover { background:#000; color:#fff; border-color:#000; }

.row-fluid .eventinars_area .eventinars_right { width:50%; float:left; background:#265DB0; padding:50px 70px; }
.row-fluid .eventinars_area .eventinars_right h2 { color:#fff; }
.row-fluid .eventinars_area .eventinars_right h3 a {  color:#fff; }
.row-fluid .eventinars_area .eventinars_right h3 a:hover { color:#000; }
.row-fluid .eventinars_area .register_btn {  width:100%; float:left; margin-top:30px; }  
.row-fluid .eventinars_area .register_btn a { color: #000; background:#fff;  padding: 20px 30px; float: left; border-radius: 3px; width: 100%; max-width: 290px; text-align: center; }
.row-fluid .eventinars_area .register_btn a:hover { background:#000; color:#fff; border-color:#000; }
 
/*--new-footer--*/
.row-fluid .newfooter_section { background:#151515; padding:70px 0 0; color:#fff; }
.row-fluid .footer_box h4 { color:#fff; font-weight:bold; margin-bottom:20px; }
.row-fluid .footer_box.footer_boxlast a { color:#fff; font-weight:500; }
.row-fluid .footer_box.footer_boxlast a:hover { color:#EF3125; }

.row-fluid .footer_box .hs-menu-wrapper.hs-menu-flow-vertical ul { float:left; width:100%; }  
.row-fluid .footer_box .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding:3px 10px 3px 0; color: #fff; font-weight: 500; font-size: 16px; line-height: 20px; white-space: normal; width: 100%; overflow: visible; text-overflow: inherit; }
.row-fluid .footer_box .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover { color:#EF3125; }
.row-fluid .footer_box .hs-menu-wrapper.hs-menu-flow-vertical > ul > li { width:100%; float:left; }
.row-fluid .footer_box .hs-menu-wrapper.hs-menu-flow-vertical > ul > li.hs-item-has-children { margin:20px 0; width:100%; float:left; }
.row-fluid .footer_box .hs-menu-wrapper.hs-menu-flow-vertical > ul > li.hs-item-has-children:first-child { margin:10px 0 20px; }
.row-fluid .footer_box .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: visible; opacity: 1; position: relative; z-index: 10; top: 0; left: 0;  }

.row-fluid .copytight_area { background:#000000; padding:30px 0; margin-top:; font-weight:500; } 
.row-fluid .copytight_area .wrapper > div > div { display:flex; align-items:center;  }
.row-fluid .copytight_area ul { padding:0; margin:0; list-style:none; width:auto; float:right; text-align:center; }
.row-fluid .copytight_area ul li { width:auto; float:none; display:inline-block; margin:0 10px; }
.row-fluid .copytight_area ul li a { width:auto; float:left; font-size:26px; line-height:34px; color:#fff; }
.row-fluid .copytight_area ul li a:hover { color:#ee3224; }

/*------*/
.row-fluid .gridmodule_area { width:100%; float:left; }
.row-fluid .gridmodule_area .gridmodule_box { width:100%; float:left; }
.row-fluid .gridmodule_area .gridmodule_boximg { width:100%; float:left; height:400px; background-size:cover !important; position:relative; padding:50px; }
.row-fluid .gridmodule_area .gridmodule_boximg:before { position:absolute; content:""; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8); }
.row-fluid .gridmodule_area h3 { width:100%; float:left; color:#fff; position:relative; z-index:9; margin-bottom:25px; text-transform:uppercase; font-size:46px; line-height:56px; font-weight: 500; }
.row-fluid .gridmodule_area .gridmodule_box .box_button { cursor:pointer; position:relative; z-index:9; position:relative; }
.row-fluid .gridmodule_area .gridmodule_box .box_button:after { position:absolute; content:"\f019"; font-family:'fontAwesome'; right:15px; font-size: 20px; line-height: 26px; } 

.row-fluid .gridmodule_area .gridmodule_box .gridmodule_text { width:100%; float:left; }
 
.row-fluid .gridmodule_area .gridmodule_box.gridfull { width:65%; padding-right:20px; }
.row-fluid .gridmodule_area .gridmodule_box.gridfull .gridmodule_boximg { display:flex; align-items:flex-end; }
/* .row-fluid .gridmodule_area .gridmodule_box.gridfull .gridmodule_boximg:before { background:rgba(2,15,56,0.9); } */
.row-fluid .gridmodule_area .gridmodule_box .box_button { padding:13px 30px; min-width: 220px; }
.row-fluid .gridmodule_area .gridmodule_box .box_button:hover { background:#ea5147; }

.row-fluid .gridmodule_area .grid_wrap { width:35%; float:left; }
.row-fluid .gridmodule_area .grid_wrap h3 { font-size: 22px; line-height: 30px; }
.row-fluid .gridmodule_area .grid_wrap .gridmodule_box { margin-bottom:20px; text-align:center; }
.row-fluid .gridmodule_area .grid_wrap .gridmodule_box .box_button:after { content:"\f178"; }
/* .row-fluid .gridmodule_area .grid_wrap .gridmodule_box .gridmodule_boximg:before { background:#0C0000; } 
.row-fluid .gridmodule_area .grid_wrap .gridmodule_box:nth-child(2) .gridmodule_boximg:before { background:rgba(0,0,0,0.8); }  */
.row-fluid .gridmodule_area .grid_wrap .gridmodule_box:last-child { margin-bottom:0; }
.row-fluid .gridmodule_area .grid_wrap .gridmodule_boximg { height:300px; display:flex; align-items:center; }
  
.row-fluid .team_members .team_img img {  height: 340px;  object-fit: cover;  object-position: top; width:100%; }
.row-fluid .team_area ul{transform: translateX(-50%);  left: 50%;  position: relative;  width: auto;}


/* Resource Page */
.row-fluid .res_hero { padding:15px 0;  }
.row-fluid .res_hero .hero_bgimg { position:relative; height:auto; }
.row-fluid .res_hero .hero_bgimg:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.5);  }
.row-fluid .res_hero_box { padding:200px 80px; position:relative; text-align:left; }
.row-fluid .res_hero_box h1 { color:#fff; }
.row-fluid .res_base_inner {background: #000; color: #fff; }
.row-fluid .res_base_inner h4 {color: #fff;}
.row-fluid .res_base_inner a { color: #fff; background:#EE3124; margin-left:17%;}
.row-fluid .res_base_inner a:hover { color: #000; background:#fff; }

/*Knowledge base search bar (Resource Page) */
.row-fluid .kb-search {margin-top: 2%;}
.row-fluid .res_hero_box .kb-search__bar { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center;}
.row-fluid .kb-search__mag {margin-left: 15px; margin-top: 5px;}
.row-fluid .kb-search__close {margin-right: 15px; margin-top: 5px;}
.row-fluid .kb-search__input {border: none; height: 40px;}
.row-fluid .kb-search__box { background-color: #fff; border-radius: 3px; position: absolute; z-index: 1; border: 1px solid transparent; box-shadow: 0 1px 24px 0 rgba(0,0,0,.08); width: 80%;
}
.row-fluid ul.kb-search__suggestions {list-style: none; margin: 0px 10px 10px 10px; padding: 0; z-index: 4}
.kb-search__suggestions__title { font-size: 16px; line-height: 30px;}
.row-fluid .kb-search__suggestions a { color: #00a4bd;}
.row-fluid .kb-search__suggestions li:hover {background-color:#ccc; z-index: 4}
.row-fluid .kb-search__suggestions__title {color: #333;}
.row-fluid .kb-search__suggestions a:hover {text-decoration: none;}
.row-fluid ul.kb-search__suggestions > li:not(:last-child) { border-bottom: solid #444 2px;}

/* Blog Page */
.row-fluid .blog_main_section { width:100%; float:left; }
.row-fluid .blg_post_box { display:block; margin:30px -8px; }
.row-fluid .blg_post_item { width:33.33%; float:left;  padding:15px 8px; }
.row-fluid .blg_post_inner { width:100%; float:left; background: #f9f9f9; padding: 0 10px; border-radius: 3px; text-align: left; }
.row-fluid .blg_post_img { width:100%; float:left; height:250px;  margin-top:10px; background:#fff; }
.row-fluid .blg_post_img_inner { background-size:cover !important; height:100%; width: 100%; float: left; }
.row-fluid .blg_post_detail { width:100%; float:left; padding:10px 5px; }
.row-fluid .blg_post_detail h3 { margin:15px 0 0 0; }
.row-fluid .blg_post_detail h3 a {  color:#1C2F3B; font-weight:700;   }
.row-fluid .blg_topic_link { font-size:14px; line-height:22px; text-transform:uppercase; color:#858585; font-weight:700; }
.row-fluid .blg_post_content { width:100%; float:left; margin:10px 0; color:#858585; }
.row-fluid .blg_post_date {  font-size:14px; line-height:22px; text-transform:uppercase; color:#1C2F3B; font-weight:700;  }

.row-fluid .blg_load_btn { width:100%; float:left; padding:30px 0; text-align:center; }
.row-fluid .blg_load_more { float:none; display:inline-block; margin: 0;  color: #1C2C39; background: #fff; border: 1px solid #1C2C39; padding: 6px 40px; text-transform: uppercase; border-radius: 3px; font-size: 14px; font-weight: 700; }
.hs-blog-listing .blg_left_content { width:100%; }

.row-fluid .blog-post-wrapper { width:100%; float:left; padding:50px 0; }
.row-fluid .blog-post-wrapper a { color: #f26222; }
.row-fluid .blog-post-wrapper blockquote { font-style:italic; color: #f26222; }

.row-fluid .blg_left_right { margin-top:50px; background: #f9f9f9; padding: 15px; }
.row-fluid .bg_rgt_subc { width:100%; float:left; margin:0 0 30px 0; }
.row-fluid .bg_rgt_subc .hs-form-required { display:none; }
.row-fluid .bg_rgt_subc .hs-input { padding: 12px 15px; height: auto; }
.row-fluid .bg_rgt_subc input[type=submit] { width:100%; background: #f26222;  margin: 0; border-radius: 10px; height: auto; padding: 11px 15px; }
.row-fluid .bg_rgt_subc input[type=submit]:hover { background: #000; }
.row-fluid .bg_rgt_subc .hs-error-msg { color: #f26222; font-size:12px; }

.row-fluid .bg_rgt_tag {}
.row-fluid .bg_rgt_tag ul { padding:0; list-style-type:none; }
.row-fluid .bg_rgt_tag ul li, .row-fluid .bg_rgt_rect .hs-rss-item  { padding: 10px; border-bottom: 1px solid #d6d6d6; margin: 0; }
.row-fluid .bg_rgt_tag ul li a { color:#000; }
.row-fluid .bg_rgt_tag ul li a:hover, .row-fluid .bg_rgt_rect .hs-rss-title:hover {  color: #f26222; }
.row-fluid .bg_rgt_tag ul li:last-child, .row-fluid .bg_rgt_rect .hs-rss-item:last-child { border:none; }
.row-fluid .bg_rgt_tag h3, .row-fluid .bg_rgt_rect h3, .row-fluid .bg_rgt_subc h3 { font-size:18px; line-height:25px; }
.row-fluid .bg_rgt_rect {}
.row-fluid .bg_rgt_rect .hs-rss-title { color:#000; }
.hs-blog-name-grace-blog-2019 .body-container-wrapper {     background: #F0F0F0; }

.row-fluid .about-author-sec{ width:100%; float:left; padding:35px 20px;border:1px solid rgba(225,225,225,0.54); box-shadow:0 1px 1px 0 #E6EBEE;background:#fafafa; margin-top:30px; margin-bottom:40px}
.row-fluid .about-author-sec .author_img{ float:left; width:110px; border:1px solid #E8E5E5; height:110px; background-size:cover !important; border-radius:50%}
.row-fluid .about-author-sec .author_text{ width:calc(100% - 110px); float:left; padding-left:40px}
.row-fluid .about-author-sec .author-link{ width:100%; float:left; color:#1f1f1f; font-size:14px; font-weight:700; text-transform:uppercase; letter-spacing:.5px}
.row-fluid .about-author-sec .author-content{ width:100%; float:left; font-size:14px; line-height:20px;color:#86939e; letter-spacing:.5px; font-weight:400; margin:15px 0 20px}
.row-fluid .about-author-sec .hs-author-social-section{ width:100%;float:left}
.row-fluid .about-author-sec .hs-author-name{ padding:0; color:#000; font-size: 24px; line-height: 30px;}
.row-fluid .about-author-sec .hs-author-social-label { color:#000; float:left; width:100%; margin-bottom: 10px; font-size:16px; line-height:24px; }


/* team page */
.team_members_pop { width:700px;  display:none;   }
.fancybox-stage .fancybox-content.team_members_pop { padding:40px 30px  !important; max-width:90% !important;  background:#EFEFEF !important; }
.team_members_left { width:30%; float:left; text-align: left !important; }
.team_members_left h5 { color:#f26222; }
.team_pos_pop { color: #1C2F3B; }
.team_img_pop { width:100%; float:left; }

.team_members_right { width:70%; float:left; padding:0 0 0 30px; text-align: left !important; }

.row-fluid .content-icon{float:none;margin:0 auto!important;max-width:700px;padding:100px 0;text-align:center;}
.content-icon .title h2{padding:0 0 10px;}
.content-icon .group{padding:80px 0 0;}
.content-icon .group .box .widget-type-linked_image{background-color:#ee3124;border-radius:100%;height:70px;width:70px;margin:0 auto 30px auto;}
.content-icon .group .box .widget-type-linked_image img{max-height:30px;position:relative;top:50%;transform:translateY(-50%);width:auto!important;}
.content-icon .group .box h4{text-transform:uppercase;}
.content-icon .group .box a:hover h4{color:#ee3124;}

/* Product Category Page */

.row-fluid .prd_hero_module .gridmodule_area .gridmodule_box.gridfull .gridmodule_boximg  { align-items: center; text-align: center; }
.row-fluid .prd_hero_module .gridmodule_boxcover .button_style1 a:after { display:none; }
.row-fluid .prd_hero_module { width: 100%; float: left; padding:0 0 20px 0; }

.row-fluid .imgtext_area.prd_imgtext_area .imgtext_box.img_right .imgvideo_left { left: 50%; }
.row-fluid .imgtext_area.prd_imgtext_area .imgvideo_left { width:50%; }
.row-fluid .imgtext_area.prd_imgtext_area .imgtext_box.img_right .content_right { right: 50%; }
.row-fluid .imgtext_area.prd_imgtext_area .content_right { width: 50%; }

.prd_imgtext_full {}  
.row-fluid .imgtext_area.prd_imgtext_full .content_right { background: #EE3124; min-height:540px; }
.row-fluid .imgtext_area.prd_imgtext_full .content_right .content_buttons > span:last-child a { border-color:#000; background:#000; }

.row-fluid .Breadcrumb {  width:100%; float:left;  background:#dcdcdc; margin: 20px 0; min-height:0; }
.row-fluid .Breadcrumb div { min-height: 0; } 
.row-fluid .Breadcrumb ul { margin:0; }
.row-fluid .Breadcrumb .hs-breadcrumb-menu { padding:0 10px; }
.row-fluid .Breadcrumb a.hs-breadcrumb-label { font-weight: 700; color: #000; text-transform: uppercase;}
.row-fluid .Breadcrumb li.hs-breadcrumb-menu-item { font-weight: 700; text-transform: uppercase;}
.row-fluid .mrgn_20 { width:100%; float:left; }
.row-fluid .Breadcrumb .hs-breadcrumb-menu-divider:before { font-size: 22px; line-height: 15px; }


/* Contact Page */

.row-fluid .cntct_main_body { width:100%; float:left; padding:50px 0; background: #F0F0F0; }
.row-fluid .cntct_left { float:left; }
.row-fluid .cntct_form { float:left; background: #f9f9f9; }

.row-fluid .cntct_form { margin:0; padding:30px 15px; }
.row-fluid .cntct_form form fieldset { max-width:100%; }
.row-fluid .cntct_form form .form-columns-1 { width:100%; float:left; } 
.row-fluid .cntct_form form .form-columns-1 > div > div { margin-right: 0px; padding:0 7px;  }  
.row-fluid .cntct_form form .form-columns-2 > div > div.input { width:100%; padding:0 7px;     box-sizing: border-box;    float: left; margin:0;   }
.row-fluid .cntct_form form .hs-form-required { display:none; }
.row-fluid .cntct_form form input, .row-fluid .cntct_form form select { margin-bottom:20px;  background:  rgba(255,255,255,0.9); border: 1px solid #ededed; font-size: 15px; color: #000;    padding: 11px 20px;    float: left;  }
.row-fluid .cntct_form form textarea { width:100% !important; margin-bottom:22px;  background: rgba(255,255,255,0.9); height:100px;  resize: none; border: 1px solid #ededed;   font-size: 15px; color: #000; padding:20px 20px; float: left; }
.row-fluid .cntct_form form .hs_submit input { width:100%; margin:30px 0 0 0; height:auto; background:#d92121; border:none;  transition:all 0.6s ease-in-out; font-weight:700;  line-height: 19px;    font-size: 16px; padding: 15px 5px; float: none; color: #fff; text-transform: uppercase; display: inline-block; }
.row-fluid .cntct_form form > div > div.actions { width:100%;  float: left; box-sizing: border-box;    padding: 0 7px;}
.row-fluid .cntct_form .hs-error-msg, .row-fluid .cntct_form .hs-error-msgs  { color:#d92121; font-size:12px; padding:5px 0; }

.row-fluid .cntct_form form input::-webkit-input-placeholder, .row-fluid .cntct_form form input[type=email]::-webkit-input-placeholder,  .row-fluid .cntct_form form textarea::-webkit-input-placeholder { color: #acacac;}
.row-fluid .cntct_form form input::-moz-placeholder, .row-fluid .cntct_form form input[type=email]::-moz-placeholder,  .row-fluid .cntct_form form textarea::-moz-placeholder  { color: #acacac; }
.row-fluid .cntct_form form input:-ms-input-placeholder, .row-fluid .cntct_form form input[type=email]:-ms-input-placeholder,  .row-fluid .cntct_form form textarea:-ms-input-placeholder  { color: #acacac;}
.row-fluid .cntct_form form input:-moz-placeholder, .row-fluid .cntct_form form input[type=email]:-moz-placeholder,  .row-fluid .cntct_form form textarea:-moz-placeholder  { color: #acacac; }

.row-fluid .cntct_form form input[type=text]:focus,  .row-fluid .cntct_form form textarea:focus, .row-fluid .cntct_form form .hs_email .hs-input:focus { outline:none;  }
.row-fluid .cntct_form .hs_submit input[type=submit]:hover{  cursor: pointer;  color:#fff; background:#000 !important;  }
.row-fluid .cntct_form .hs_submit input[type=submit]:focus { outline:none; }




/* Distributor Locator page */

.row-fluid .disti_main_body { width:100%; float:left; padding:50px 0; text-align:center;  background: #F0F0F0; }
.row-fluid .disti_main_body h2 { color:#56575a; font-weight:500; }
.row-fluid .cntct_main_body .contact_title h2{text-align:center;color: #d92121;margin: 0 0 40px 0;text-transform: uppercase;}

/* Request Page */
.row-fluid .request-contain { background: #fff; border: 1px solid #ccc; }
.row-fluid .request-contain h2 { text-transform: uppercase;    color: #d92121;font-size: 37px; }
.row-fluid .text-right { text-align: right; }
.row-fluid .text-right.bold { font-weight: 700; }

/* Graceport page 16-7-19 */
.row-fluid .banner-section { margin: 50px 0 25px; }
.row-fluid .banner-section .imgtext_area .content_right{ background-color: #EF3125; }
.row-fluid .banner-section .imgtext_area .content_right .content_buttons a { background-color: #000;}
.row-fluid .grace-button-section{ padding-bottom:110px; }
.row-fluid .grace-button-section .grace-button,.row-fluid .grace-button-section .product-list { text-align: center; padding: 2px 0;}
.row-fluid .grace-button-section .product-list { padding-top:50px; }
.row-fluid .grace-button-section .grace-button a { width: 100%; background-color: #E7E7E7; display: flex; align-items: center; justify-content: center; padding: 15px 0; color: #2C0C0D; font-weight: 700; font-size: 22px; line-height: 30px;}
.row-fluid .grace-button-section .product-list a{display: inline-block; background: #000000; padding: 15px 20px; margin:0 auto; min-width:200px; border-radius: 3px; text-align: center; font-size: 16px; line-height: 24px; color: #fff; text-transform: uppercase; }

.row-fluid .grace-button-section .product-list a:hover{ background-color: #EF3125; }
.row-fluid .gracepot-section{width:100%;float:left;padding:30px 0px;}
















@media (min-width: 1600px){ 

/*   .row-fluid .wrapper {  width:1300px; }	 */
  

}

@media (min-width: 1241px) and (max-width: 1600px){
      
  .row-fluid .services_area .services_boxcover h3 { font-size: 22px; line-height: 32px; }
  .row-fluid .gridmodule_area h3 { font-size: 40px; line-height: 54px;}
    
  
}


@media (min-width: 992px) and (max-width: 1240px){

  .row-fluid .wrapper {  width:960px; }	
  
  .row-fluid .footer_section .footer_menu ul li a { padding: 8px 10px; font-size: 14px; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { padding:0 15px; }
  .row-fluid .team_area ul li a { padding:15px; font-size: 16px; line-height: 24px; min-width: 150px; }  
  .row-fluid .team_members h3 { font-size: 22px; line-height: 30px; }
  .row-fluid .team_members .team_position { font-size: 18px; line-height: 26px; }
  
  .row-fluid .imgtext_area .content_right { padding:40px 30px; }
  .row-fluid .imgtext_area .content_right .content_buttons { margin-top:20px;  }
  .row-fluid .imgtext_area .content_right .content_buttons a { min-width:140px; padding:10px; }
  .row-fluid .imgtext_area .content_right .content_buttons > span { margin-bottom:15px; }
  
  .row-fluid .visionmission_area .visionmission_box { padding: 25px; }
  .row-fluid .ourstory_area .our_story { padding:45px 35px; }

  .row-fluid .partners_section .partners_box { width:20%; }
  .row-fluid .partners_section .partners_box h3 { font-size: 20px; line-height: 26px; }
    
  .row-fluid .services_area .services_boxcover h3 { font-size: 20px; line-height: 26px }
  .row-fluid .brands_area .box_button > span { width:100%; text-align:center; }
  .row-fluid .brands_area .box_button a { float:none; display:inline-block;  }
  .row-fluid .brands_area .box_button > span:last-child a { margin-left:0; }    
  
  .row-fluid .brands_area .services_brandlogo img { max-width: 150px; }
  .row-fluid .videoproducts_area .content_right h3 { font-size: 24px; line-height: 36px; }
  
  .row-fluid .eventinars_area .eventinars_right { padding:40px; }
  .row-fluid .eventinars_area .eventinars_left { padding:40px; }
  .row-fluid .eventinars_area h2 { font-size: 24px; line-height: 32px; }
  .row-fluid .eventinars_area .eventinars_eventbox h3 { font-size: 18px; line-height: 24px; }
  .row-fluid .eventinars_area .eventinars_eventcover { margin-top:20px; }

  .row-fluid .eventinars_area .register_btn a { padding:12px 20px; max-width: 230px; }
  .row-fluid .eventinars_area .event_btn a{ padding:12px 20px; max-width: 230px; }
  
  .row-fluid .gridmodule_area h3 { font-size: 34px; line-height: 48px; }
  .row-fluid .gridmodule_area .grid_wrap h3 { font-size:22px; }
  
  .row-fluid .copytight_area ul li {     margin: 0 6px; }
 
}

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

  .row-fluid .wrapper {  width:750px; }	
  
  .row-fluid .footer_section .footer_follow ul li { margin: 0 5px; }  
  .row-fluid .footer_section .footer_follow ul li a { font-size: 24px; line-height: 34px; }
  .row-fluid .footer_section .footer_menu ul li a { padding: 8px 10px; font-size: 14px; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { padding:0 10px; }
  .row-fluid .mainmenu ul li a { font-size:14px; }
   
  .row-fluid .team_area ul li a { padding:10px; font-size: 16px; min-width: 110px; line-height: 26px; }
  .row-fluid .hero_section .hero_bgimg { height:400px; }
  .row-fluid .team_members h3 { font-size: 22px; line-height: 30px; }
  .row-fluid .team_members .team_position { font-size: 18px; line-height: 26px; }
  
  .row-fluid .imgtext_area .imgvideo_left { min-height: 400px; }
  .row-fluid .imgtext_area .content_right { width:50%; padding:20px 30px; }
  .row-fluid .imgtext_area .imgvideo_left { width:50%; }
  .row-fluid .imgtext_area .imgtext_box.img_right .imgvideo_left { left:50%; }
  .row-fluid .imgtext_area .imgtext_box.img_right .content_right { right:50%; }
  
  .row-fluid .imgtext_area .content_right .content_buttons { margin-top: 20px; }
  .row-fluid .imgtext_area .content_right .content_buttons a { min-width: 140px; }  
  .row-fluid .imgtext_area .content_right .content_buttons > span { margin-bottom:20px; }  
  
  .row-fluid .visionmission_area .visionmission_box { padding:20px; }
  .row-fluid .ourstory_area .our_story { padding:35px; }
  .row-fluid .unique_section .unique_height { padding:0 15px; }
  .row-fluid .unique_section .unique_img { height:200px; }

  .row-fluid .partners_section .partners_box { width:25%; }
  .row-fluid .partners_section .partners_box h3 { font-size: 20px; line-height: 26px; }
  
  .row-fluid .services_area .services_boxcover h3 { font-size: 20px; line-height: 26px; }
  .row-fluid .services_area .slick-arrow { width:40px; height:40px; }
  
  .row-fluid .brands_area .box_button > span { width:100%; text-align:center; }
  .row-fluid .brands_area .box_button a { float:none; display:inline-block; }
  .row-fluid .brands_area .box_button > span:last-child a { margin-left:0; }    
  
  .row-fluid .brands_area .services_brandlogo img { max-width: 150px; }
  .row-fluid .services_area .services_boxcover .services_box { width:50%; float: none; display: inline-block; margin-right: -4px; margin-bottom: 20px; vertical-align: top; }
   
  .row-fluid .videoproducts_area .imgvideo_left { display:flex; align-items:center; }
  .row-fluid .videoproducts_area .content_right { padding:40px 60px 40px 30px; }
  .row-fluid .videoproducts_area .content_right h3 { font-size: 22px; line-height: 34px; }
  .row-fluid .videoproducts_area .slick-next { right:10px; }
  .row-fluid .videoproducts_area .slick-prev { left:10px; }
  
  .row-fluid .eventinars_area .eventinars_right { padding:40px;  }  
  .row-fluid .eventinars_area .eventinars_left { padding:40px;  }  
  .row-fluid .eventinars_area h2 { font-size: 24px; line-height: 30px; }
  .row-fluid .eventinars_area .eventinars_eventcover { margin-top: 20px; } 
  .row-fluid .eventinars_area .eventinars_eventbox h3 { font-size: 16px; line-height: 24px; padding-left: 20px; }
  
  .row-fluid .eventinars_area .register_btn a { padding:12px 20px; max-width: 230px; }
  .row-fluid .eventinars_area .event_btn a{ padding:12px 20px; max-width: 230px; }
  
  .row-fluid .newfooter_section { padding:40px 0 0; }
  .row-fluid .copytight_area { margin-top: 20px; padding:15px 0; }
  .row-fluid .footer_box h4 { font-size: 20px; line-height: 26px; margin-bottom: 10px; }
  
  .row-fluid .gridmodule_area .gridmodule_boximg { padding:30px 20px; }
  .row-fluid .gridmodule_area h3 { font-size: 30px; line-height: 46px; }
  .row-fluid .gridmodule_area .gridmodule_box.gridfull { width:60%; }
  .row-fluid .gridmodule_area .grid_wrap  { width:40%; }
  .row-fluid .gridmodule_area .grid_wrap h3 { font-size: 20px; }
  
  
  .row-fluid .blg_post_item { width: 50%; }
  .hs-blog-post .row-fluid .blg_left_content { width:100%; float:left; }
  .hs-blog-post .row-fluid .blg_left_right { width:100%; float:left; margin: 0 0 40px; }
  
  
/*  16-7-19  */
  .grace-tabbing .tab-menubox ul.tabs-menu{ margin-right:0; }

  .row-fluid .copytight_area ul li { margin: 0 6px; }
  
/*  31-7-19  */
  .row-fluid .footer_section .footer_follow { margin: 0; width: 25%;}
  .row-fluid .footer_section .footer_follow ul li { margin: 0 3px;}
  
}

@media (min-width: 30px) and (max-width: 767px){

  .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
    
  .row-fluid .header_top .top_text ul { text-align:left; float: left; }
  .row-fluid .header_top .top_text ul li a { padding:0 10px 0 0; margin-right:10px; font-size:14px; }
  .row-fluid .header_top .top_text ul li:last-child a { border-right:0; }
  .row-fluid .hs-search-field form .hs-search-field__input { margin-top:15px; }
  .row-fluid .top_logo img { max-width:180px; } 
  .row-fluid .header_search { margin-bottom:20px; }
  
  .row-fluid .footer_section .footer_menu ul { text-align:center; padding-bottom:15px; }
  .row-fluid .footer_section .footer_menu ul li { float:none; display:inline-block; }
  .row-fluid .footer_section .footer_menu ul li a { padding:5px 4px; font-size: 14px; }
  
  .row-fluid .hs-search-field { max-width:100%; } 
  .row-fluid .hero_section h1 { font-size: 30px; line-height: 36px; }
  .row-fluid .hero_section .hero_bgimg { height: 300px; }
  .row-fluid .team_members .team_members_box { width:50%; padding:0 10px; }
  
  .row-fluid .team_area .mobile_select { width:100%; float:left; cursor:pointer; color: #636363; text-align: left; padding: 14px 19px; font-size: 16px; line-height: 24px; background:#fff; position:relative; }
  .row-fluid .team_area .mobile_select:before { position:absolute; content:"\f0dd"; font-family:'fontAwesome'; right: 9px; top: 50%; transform: translateY(-50%); font-size: 18px; margin-top: -3px;  transition:all .6s ease; }
  .row-fluid .team_area .mobile_select.open:before { transform: translateY(-50%) rotate(180deg); margin-top: 3px; transition:all .6s ease; }
  
  .row-fluid .team_area .team_dipartment { position:relative; text-align:center; margin-bottom: 30px; }
  .row-fluid .team_area .team_dipartment_titles {  width:100%; float:none; display:inline-block; max-width:350px; position:relative; } 
  .row-fluid .team_area ul { position:absolute; left:0; top:100%; z-index:9; display:none; }    
  .row-fluid .team_area ul li:first-child a { background:#F9F9F9; }
  .row-fluid .team_area ul li:last-child a { border-bottom:0; }
  .row-fluid .team_area ul li { width:100%; float:left; text-align:left; }
  .row-fluid .team_area ul li a { padding: 14px 19px; font-size: 16px; line-height: 24px; text-align: left; border-bottom: 1px solid rgba(255,255,2550.7);  }   
  .row-fluid .team_members h3 { font-size: 22px; line-height: 30px; }
  .row-fluid .team_members .team_position { font-size: 18px; line-height: 26px; }
    
  .row-fluid .imgtext_area .imgtext_box { display:block; }
  .row-fluid .imgtext_area .imgvideo_left { width:100%; min-height:250px; }
  .row-fluid .imgtext_area .content_right { width:100%; padding:20px; display:block; }
  .row-fluid .imgtext_area .content_right .content_buttons { margin-top: 20px; }
  .row-fluid .imgtext_area .content_right .content_buttons > span { margin-bottom:15px; }   
  .row-fluid .imgtext_area .imgtext_box.img_right .imgvideo_left { left:0; }
  .row-fluid .imgtext_area .imgtext_box.img_right .content_right { right:0; }
  
  .row-fluid .visionmission_area .visionmission_box_cover > div > div { display:block; }
  .row-fluid .visionmission_area .visionmission_box_cover .visionmission_imgbg { height:500px; margin:20px 0; }
  .row-fluid .visionmission_area .visionmission_box { max-width:400px; float:none; display:inline-block; width:100%; }
  
  .row-fluid .ourstory_area > div > div { display:block; }
  .row-fluid .ourstory_area .our_story { width:100%; padding:35px; }
  .row-fluid .ourstory_area .our_storybgimg { width:100%; }
  .row-fluid .joinus_section .viewopen_btn a { min-width: 260px; }
  
  .row-fluid .unique_section h2 { font-size: 24px; line-height: 30px; margin-bottom: 30px; }
  .row-fluid .unique_section .unique_box { width:100%; float:none; display:inline-block; max-width:400px; }
  .row-fluid .unique_section .unique_box:nth-child(2) { display: inline-block; }
  .row-fluid .unique_section .unique_height { padding:0 25px; }
  .row-fluid .unique_section .unique_box .unique_text { margin-bottom:0; }
  
  .row-fluid .partners_section .partners_box { width:33.33%; }
  .row-fluid .partners_section { padding-bottom:0; }
  .row-fluid .partners_section .partners_box h3 { font-size: 20px; line-height: 26px; }
  
  /*----*/
  .row-fluid .services_area .services_boxcover .services_box { width:100%; margin-bottom:40px; max-width:400px; float:none; display:inline-block; }
  .row-fluid .services_area { padding:30px 0; }
  .row-fluid .services_area .services_toptitle h2 { font-size: 24px; } 
  .row-fluid .brands_area .box_button > span:last-child a { margin:0; }
  .row-fluid .brands_area .box_button > span { width:100%; text-align:center; }
  .row-fluid .brands_area .box_button a { float:none; display:inline-block; }
  
  .row-fluid .services_area.services_areamain .services_boxcover .services_box { max-width:100%; }
  .row-fluid .services_area.services_areamain { padding:30px 15px 30px; }
  .row-fluid .services_area .services_boxcover .services_img { height:200px; }
  .row-fluid .services_area .services_boxcover .services_textarea { padding:0 10px; }
  .row-fluid .services_area .services_boxcover h3 { font-size: 18px; line-height: 24px; }
  .row-fluid .button_style1 a { font-size: 14px; line-height: 22px; }
  .row-fluid .services_area .services_boxcover .services_boxtext { text-align:center; }
  
  .row-fluid .videoproducts_area .videoproducts_box { display:block; }
  .row-fluid .videoproducts_area .imgvideo_left { width:100%; padding:20px; }
  .row-fluid .videoproducts_area .content_right  { width:100%; padding:30px; text-align:center; }
  .row-fluid .videoproducts_area .imgvideo_leftimg { min-height: 270px; }
  .row-fluid .videoproducts_area .imgtext_btn { font-size: 90px; line-height: 90px; }
  .row-fluid .videoproducts_area .content_right h3 { font-size: 20px; line-height: 30px; }
  
  .row-fluid .eventinars_area  { display:block; margin-bottom:40px; }
  .row-fluid .videoproducts_area .content_right .content_buttons a { display:inline-block; float:none; }
  .row-fluid .eventinars_area .eventinars_left { width:100%; padding:30px 20px; margin-bottom:20px; text-align:center; }
  .row-fluid .eventinars_area .eventinars_right { width:100%; padding:30px 20px; text-align:center; }
  .row-fluid .eventinars_area h2 { font-size: 22px; line-height: 30px; } 
  .row-fluid .eventinars_area .register_btn a { padding:12px 20px;float: none;display: inline-block; }
  .row-fluid .eventinars_area .event_btn a { padding:12px 20px; float: none; display: inline-block; }
  
  .row-fluid .eventinars_area .eventinars_eventbox { display:block; text-align:center; margin-bottom:20px; max-width:400px; float:none; display:inline-block; }
  .row-fluid .eventinars_area .eventinars_eventimg { width:100%; margin-bottom:20px; }
  .row-fluid .eventinars_area .eventinars_eventbox h3 { width:100%; padding:0; }
  .row-fluid .eventinars_area .eventinars_eventcover { margin-top: 20px; }
  
  .row-fluid .newfooter_section { padding:30px 0 0; }
  .row-fluid .footer_box h4 { margin-bottom:10px; }  
  .row-fluid .footer_box { margin-bottom:25px;}
  .row-fluid .copytight_area { margin-top:0; text-align:center; }
  .row-fluid .copytight_area .wrapper > div > div { display:block; }
  .row-fluid .copytight_area ul { margin-top: 20px; float: none; display: inline-block; }  
  
  .row-fluid .gridmodule_area .gridmodule_box.gridfull { width:100%; padding:0; margin-bottom:30px; }
  .row-fluid .gridmodule_area .grid_wrap  { width:100%; }
  .row-fluid .gridmodule_area .gridmodule_boximg { padding:20px; }
  .row-fluid .gridmodule_area h3 { font-size: 24px; line-height: 36px; }
  .row-fluid .gridmodule_area .gridmodule_box.gridfull .gridmodule_boximg { align-items:center; height:300px !important; text-align:center; }
  .row-fluid .team_area ul{transform: inherit;}
  
  
  .row-fluid .res_hero_box { padding: 130px 15px; }
  .row-fluid .res_hero_box h1 { font-size: 28px; line-height: 34px; }
  
  
  .row-fluid .blg_post_item { width: 100%; padding:10px 0; }
  .row-fluid .blg_post_box { margin: 20px 0; }
  .row-fluid .blg_post_detail h3 { font-size: 22px; line-height: 26px; }
  .blg_hero_sec .blg_hero_img { width: 100%; position: relative; height: 300px;float: left;}
  .blg_hero_sec .blg_hero_text { width: 100%; padding: 30px; }
  .blg_hero_sec .blg_hero_text h2 { font-size: 24px; line-height: 28px; }
  
  .team_members_left { width:100%; }
  .fancybox-stage .fancybox-content.team_members_pop { padding: 30px 15px !important; }
  .team_members_right { width: 100%;  padding: 0; }
  
  .content-icon .group .box:not(:last-child){margin:0 0 60px;}
  .content-icon .group .box .widget-type-linked_image{margin: 0 auto 10px;}
  .row-fluid .single .videoproducts_area .videoproducts_box.img_right .imgvideo_left{left:auto;}
  .row-fluid .single .videoproducts_area .videoproducts_box.img_right .content_right{right:auto;}
  
  
  .row-fluid .imgtext_area.prd_imgtext_area .imgtext_box.img_right .imgvideo_left { left:0; }
  .row-fluid .imgtext_area.prd_imgtext_area .imgvideo_left { width:100%; min-height: 250px; }
  .row-fluid .imgtext_area.prd_imgtext_area .imgtext_box.img_right .content_right { right: 0%; }
  .row-fluid .imgtext_area.prd_imgtext_area .content_right { width: 100%; padding: 20px; display: block; } 
  
  .row-fluid .imgtext_area.prd_imgtext_full .content_right { min-height: auto; }
  
  .hs-blog-post .row-fluid .blg_left_content { width:100%; float:left; }
  .hs-blog-post .row-fluid .blg_left_right { width:100%; float:left; margin: 0 0 40px; }
  
  .row-fluid .about-author-sec { text-align:center; }
  .row-fluid .about-author-sec .author_img { float: none; display: inline-block; }
  .row-fluid .about-author-sec .author_text { width: 100%;     padding: 20px 0 0 0; }
  
  .row-fluid .cntct_form  { margin:40px 0 0 0; }
  .row-fluid .cntct_form form .hs_submit input { padding:12px 10px; }
  .row-fluid .disti_main_body h2 { font-size: 26px; }
  
  
/*  16-7-19  */
  .row-fluid .grace-button-section{ padding:0 0 20px 0; }
  .row-fluid .grace-button-section .grace-button a{ font-size: 18px; }
  .grace-tabbing .tab-content{padding:0;}
  .grace-tabbing{margin-top: 30px;}
  
}

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

@media (max-width: 500px){ 

  .row-fluid .team_members .team_members_box { width:100%; padding:0; }   
  .row-fluid .hero_section .hero_bgimg { height: 200px; }
  
  
  .blg_hero_sec .blg_hero_img { height:230px; }
  .row-fluid .blg_post_img { height:200px; }
  .row-fluid .blg_post_detail h3 { font-size: 20px; line-height: 24px;}
  
}




@media (min-width: 768px){

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

  .row-fluid .mainmenu .hs-menu-wrapper { 
    display: block !important;
  }

  /* 30-07-2019 */
/*   .webinar-custom-wrap img { height: 59px; width: 100%; object-fit: cover; }
 */
}

@media (max-width: 767px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    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;
  }


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

  a.mobile-trigger {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    cursor:pointer;
    position: absolute; /*******************************************/
    top: 68px;          /* Position Button at top right of screen  */
    right: 15px;        /*******************************************/
    width: 50px; /* Button width */
    height: 50px; /* Button height */      
    padding: 15px 13px;
    background: #EE3224; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in; 
    transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {  text-decoration: none;    color: #fff;  }
  a.mobile-trigger span{  display: inline;}
  a.mobile-trigger span:before{  position: absolute;   content: 'Menu'; }
  a.mobile-trigger span:after{  position: relative; right: 2px; content: 'Close'; background-color: #455560; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out;   }


  .mobile-open a.mobile-trigger{-webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; }
  .mobile-open a.mobile-trigger span:after{   opacity: 1; }


  /* Toggle Button Icon & Animations
  ========================================================================== */

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

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

  .mainmenu .hs-menu-flow-horizontal > ul > li a.child-triggerm { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important;  min-width: 55px !important; height: 44px !important;   padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }
  .mainmenu .hs-menu-flow-horizontal > ul > li a.child-triggerm:hover { text-decoration: none;}


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-triggerm span {  position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s; transition-duration: .2s;}
  a.child-triggerm span:after {  position: absolute;   content: ''; }
  a.child-triggerm span, a.child-triggerm span:after {
    width: 10px;  height: 1px;  background-color: #fff;  display: block;  }

  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
  a.child-triggerm span:after { -webkit-transform: rotate(-90deg);  -ms-transform: rotate(-90deg);  transform: rotate(-90deg);  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s; transition-duration: .2s; }
  a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);-webkit-transition-duration: .2s;  -moz-transition-duration: .2s; transition-duration: .2s; }
  a.child-triggerm.child-open span {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg); transform: rotate(180deg);-webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%; float:left; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal {  position: absolute; top: 132px; left: 0px; width: 100%;  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); }
  .mainmenu .hs-menu-flow-horizontal { padding: 0; background-color:#EE3224;  width: 100%; z-index: 8888; }

  /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative; width:100%; float:left; }
  .mainmenu .hs-menu-flow-horizontal > ul > li a { font-size: 16px; line-height: 24px; padding:10px 15px; float:left; width:100% !important; max-width:100% !important; overflow: visible;  white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit;  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:left; }
  .mainmenu .hs-menu-flow-horizontal ul li { border-top: 1px solid rgba(255, 255, 255, .35);  }
  .mainmenu .hs-menu-flow-horizontal ul li a {  padding:10px 15px; float:left; width:100%; font-size:16px; }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{  color: #fff; background:#0076BB; }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08); width:100%; float:left; }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px;  font-size: 16px;  width:100%; float:left;}

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


}


/* Search Results Styling */

.hs-search-results__title {
  font-family: 'UniversCE-Medium';
    color: #1C2C39;
    padding: 0;
    margin: 0;
    font-size: 32px;
    line-height: 36px;
}

