@import url('https://fonts.googleapis.com/css?family=Allan:400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Bad+Script&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');

/* @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    */
/*****************************************/

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

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

/* Centering Solutions, Resources and Media Centre Menu */

.header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(2) > ul.hs-menu-children-wrapper,
.header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(3) > ul.hs-menu-children-wrapper,
.header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(4) > ul.hs-menu-children-wrapper {
  text-align: center;
  padding-left: 0;
}

.header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(2) > ul.hs-menu-children-wrapper > li,
.header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(3) > ul.hs-menu-children-wrapper > li,
.header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(4) > ul.hs-menu-children-wrapper > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: left;
  width: auto;
  padding: 0 40px;
}

@media (max-width: 992px) {
  .header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(2) > ul.hs-menu-children-wrapper > li,
  .header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(3) > ul.hs-menu-children-wrapper > li,
  .header-container-wrapper .hs-menu-wrapper > ul > li.hs-menu-item:nth-child(4) > ul.hs-menu-children-wrapper > li {
    width: 100%;
    border-top: 2px solid #F68D39;
    padding: 0;
    display: block
  }
  .header-container-wrapper .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li a {
    text-indent: 0 !important;
    padding-left: 25px !important;
  }
}


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


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

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

@media (max-width: 992px){


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

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

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

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


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

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

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


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

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


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

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

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

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

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

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

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

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

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

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

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







/*Contact Page*/

.row-fluid .contact-section { padding:97px 0px 145px; }
.row-fluid .contact-section .contact-title h2 {  color: #F68D39; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-size: 34px; font-style: italic; line-height: 42px; font-weight: 500; margin-bottom: 55px; }
.row-fluid .contact-section .hs-form-required { display:none; }
.row-fluid .contact-section .fieldset { max-width:100%;  }
.row-fluid .contact-section form { background-color: #F1F1F1; padding: 0px 40px 40px 40px; }

@media(max-width:767px) {
  .row-fluid .contact-section form { background-color: #F1F1F1; padding: 0px 10px 40px 10px; }
}



.row-fluid .contact-section form fieldset { max-width:100%;  }
.row-fluid .contact-section form fieldset:nth-child(2) { max-width:930px; display: inline-block; width: 100%; }
.row-fluid .contact-section form fieldset:nth-child(2) .hs-form-field { 
  width:100%; 
  margin-right:3.5%; 
}
.row-fluid .contact-section form fieldset:nth-child(2) .hs-form-field:last-child { margin-right:0; }
/* .row-fluid .contact-section form .hs-richtext.hs-main-font-element h3 , .row-fluid .contact-section form .hs-richtext.hs-main-font-element h4 { color: #C12564;	font-family: "Aribau Grotesk";	font-size: 15px;	font-weight: bold;	line-height: 32px; margin-bottom: 8px; } */
.row-fluid .contact-section form .hs-input  {     
  width: 100% !important; 
/*   border: 1px solid #8F8F8F; 
  background-color: #ffffff !important;  */
  padding: 13px 19px; 
  color: #000000!important; 
  font-family: "Aribau Grotesk"; 
  font-size: 16px; 
  line-height: 18px; }
.row-fluid .contact-section form .hs-input::placeholder {  
  color: #000000!important;
  font-family: "Aribau Grotesk"; 
  font-size: 16px; 
  line-height: 18px; }
/* .row-fluid .contact-section form fieldset:nth-child(2n) { margin-bottom:48px; } */
.row-fluid .contact-section form textarea { min-height: 247px; padding:18px 25px; }
.row-fluid .contact-section form .hs-button.primary.large { border:2px solid #C12564; border-radius: 5px;	background-color: #C12564;	box-shadow: 8px 8px 15px;  color: #FFFFFF;	font-family: "Aribau Grotesk";	font-size: 16px;	font-weight: bold;	line-height: 23px;	text-align: center; padding: 6px 41px; min-width: 166px; }
.row-fluid .contact-section form .hs-button.primary.large:hover { background-color:#ffffff; color:#C12564; box-shadow:none; }
.row-fluid .contact-section form .hs_submit.hs-submit { text-align:right; }
.row-fluid .contact-section form .hs_error_rollup { display:none; }

.row-fluid ul.no-list.hs-error-msgs.inputs-list li { list-style: none; }
.row-fluid ul.no-list.hs-error-msgs.inputs-list li .hs-error-msg { color:#f00; font-size:14px; }

.row-fluid .contact-section form ul.inputs-list { padding:0px 0px 20px 0px; }
.row-fluid .contact-section form ul.inputs-list li span  { padding-left: 25px; position: relative; margin-left:0px; cursor: pointer; }
.row-fluid .contact-section form ul.inputs-list li .hs-input  { width:0; display:none; }
.row-fluid .contact-section form ul.inputs-list li span:before { position: absolute; content: ''; left: 0; top: 50%; width: 10px; height: 10px; border: 1px solid #8F8F8F; border-radius: 3px; transform: translateY(-50%); padding: 2px; }
.row-fluid .contact-section form ul.inputs-list input:checked+span:before { content: "\f00c"; font-family: fontawesome; font-size: 11px; line-height: 11px; }
li  { list-style: none; }

/*Technology*/
body {
  counter-reset: my-sec-counter;
}

.row-fluid .details-new .details-form input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-text-fill-color: #fff;
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
transition: background-color 5000s ease-in-out 0s;
}
   





.row-fluid .header-section .site-main-nav li { display: inline-block; }

.row-fluid .header-section { 
/*   margin-bottom: 18px; 
  box-shadow: 0px 0px 15px -2px #ccc; 
  -webkit-box-shadow: 0px 0px 15px -2px #ccc;  */
}

.row-fluid .tech-hero-section { background-color:#FA8E2A;  }
.row-fluid .tech-hero-section .tech-hero-inner { 
/*   min-height:370px;  */
  min-height:400px;   
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  display: -webkit-flex; 
  -webkit-flex-wrap: wrap; 
  -webkit-justify-content:space-between; 
  align-items: center; 
  -webkit-align-items: center; 
}
.row-fluid .tech-hero-title h1 { color: #FFFFFF; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-size: 56px; font-style: italic; line-height: 63px; font-weight: 400; margin-bottom: 5px; }
.row-fluid .tech-hero-stitle { color: #FFFFFF; font-family: "Aribau Grotesk"; font-size: 18px; line-height: 24px; max-width: 450px; display: inline-block; }
.row-fluid .outter-hero .hero-text h1 { color: #FFFFFF; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-size: 56px; font-style: italic; line-height: 63px; font-weight: 400; margin-bottom: 5px; }

.row-fluid .tech-hero-section .tech-hero-image { text-align: right; }
 
.row-fluid .tech-ai { padding:55px 0px 80px; }
.row-fluid .tech-ai .tech-ai-inner { text-align:center;  }
.row-fluid .tech-ai h2 { color: #fa8e2a; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-size: 43px; font-style: italic; line-height: 49px; text-align: center; margin-bottom: 55px; } 
.row-fluid .tech-ai h2 strong { color: #000000; font-weight: 500;  } 
.row-fluid .tech-ai .tech-ai-contemt { color: #000000; font-family: "Aribau Grotesk"; font-size: 16px; line-height: 24px; text-align: center; font-weight: 400; max-width: 1060px; margin: 0 auto; }


.row-fluid .tech-clix-section { padding:24px 0px 0px; background-color: #F9F9F9;  }
.row-fluid .tech-clix-section h2 { color: #000000; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-size: 32px; font-style: italic; line-height: 36px; text-align: center; margin-bottom: 74px; }
.row-fluid .tech-clix-section h2 strong { color:#f68d39; font-weight: 500;  }
.row-fluid .tech-clix-con  { display: flex; flex-wrap: wrap; justify-content: center; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: center;  }
.row-fluid .tech-clix-con .tech-clix-box { width: 31%; text-align: center; margin:0 3.5% 8% 0; }
.row-fluid .tech-clix-con .tech-clix-box:nth-child(3n) {  margin-right: 0; }
.row-fluid .tech-clix-con .tech-top-icon { 	border-bottom: 1px solid #F68D39; padding-bottom:10px; margin-bottom:20px; position: relative;  }
.row-fluid .tech-clix-con .tech-top-icon::before { counter-increment: my-sec-counter; content: "0" counter(my-sec-counter) "."; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #F68D39;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 21px; } 
.row-fluid .tech-clix-con .tech-clix-cta a, .cta_button { 
/*   border: 2px solid #f68d39;  */
  background-color: #f68d39; 
  color: #fff!important; 
  font-family: "Aribau Grotesk"; 
  font-size: 17.5px; 
  font-weight: normal; 
  line-height: 23px; 
  text-align: center; 
/*   box-shadow: 8px 8px 15px 6px rgba(0,0,0,0.1);  */
  border-radius: 5px; 
  background-color: #f68d39; 
  padding: 10px 37px 10px 41px; 
}
.row-fluid .tech-clix-con .tech-clix-cta a:hover, .cta_button:hover {   
  background-color: #FEA859; 
  color:#fff; 
}
.row-fluid .tech-clix-con .tech-clix-detail { margin-bottom:20px;  color: #000000; font-family: "Aribau Grotesk"; font-size: 16px; line-height: 24px; text-align: center; font-weight: 400;  }
/* .row-fluid .tech-clix-con .tech-clix-cta { padding-top: 20px; } */
.row-fluid .tech-clix-image { margin-bottom:18px; }



.row-fluid .cnlp-section { padding: 30px 0px 30px; }
.row-fluid .cnlp-section .cnlp-title-con { border-bottom: 1px solid #F68D39; display: flex; justify-content: left; align-items: center; display: -webkit-flex; -webkit-justify-content: left; -webkit-align-items: center; }
.row-fluid .cnlp-section .cnlp-title-con h2 { color: #F68D39;	font-family: "Aribau Grotesk";	font-size: 16px;	font-weight: bold;	line-height: 21px; padding: 15px 5px; margin: 0; }
.row-fluid .cnlp-section .cnlp-content { color: #000000; font-family: "Aribau Grotesk"; font-size: 16px; line-height: 24px; font-weight: 400; letter-spacing: 0.3px; }

.row-fluid .details-new .details-form .actions { display: inline-block; padding-top: 50px; }
.row-fluid .details-new .details-form fieldset.form-columns-3 .hs-form-field input { color:#ffffff; width: 100%; }
.row-fluid .details-new .details-form .hs-button.primary.large { background-color: transparent; font-size: 0; background-image: url(https://2604390.fs1.hubspotusercontent-na1.net/hubfs/2604390/Down-icon.png) !important; background-repeat: no-repeat; background-size: contain; padding: 20px; background-position: center center; }
.row-fluid .details-new .hs_error_rollup { display:none; }

.row-fluid .details-section.details-new  .wrapper { max-width:1140px; }
.row-fluid .details-new .details-form fieldset.form-columns-3 .hs-form-field  { width: 30% !important; margin-right: 5% !important; }
.row-fluid .details-new .details-form fieldset.form-columns-3 .hs-form-field:nth-child(3) { margin-right: 0 !important; }


.row-fluid .details-new { padding:40px 0px; }


.row-fluid .footer-n .ftext { color: #FFFFFF; font-family: "Aribau Grotesk"; font-size: 16px; line-height: 24px; font-weight: 400; padding-right: 45px; } 
.row-fluid .footer-n .office-location table { width:100%; }
.row-fluid .footer-n a { color:#fff; }
.row-fluid .footer-n .copy-right p { font-size:14px!important;  }
.row-fluid .footer-n .ftitle { margin-bottom:27px; }
.row-fluid .footer-n .fmenu ul li { margin-bottom:10px; }
.row-fluid .footer-n .fmenu ul li a { color: #FFFFFF;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px; }
.row-fluid .footer-n .fmenu ul li a:hover { color: #f68d39; }




/*Vision Page*/

.row-fluid .vision-hero-section { background-color: #F68D39; }
.row-fluid .vision-hero-section .vision-content {  
  min-height:400px; 
  display: flex; flex-wrap: wrap; 
  justify-content: space-between; 
  display: -webkit-flex; 
  -webkit-flex-wrap: wrap; 
  -webkit-justify-content: space-between; 
  -webkit-align-items: center; 
  align-items: center; 
}
.row-fluid .vision-hero-section .vision-image {  text-align: right; }

.row-fluid .vision-hero-section h1 { font-size: 56px;	font-style: italic;	line-height: 63px; }
.row-fluid .vision-hero-section .v-subtitle {  color: #FFFFFF;	font-family: "Aribau Grotesk";	font-size: 18px;	line-height: 24px; }
/* .row-fluid .vision-hero-section .vision-text-inner { padding-right: 110px; } */



.row-fluid .vision-title h2 { color: #000000;	font-family: Baskerville, ‘Times New Roman’, Times, serif;	font-size: 42px;	font-style: italic;	line-height: 47px;	text-align: center; }
.row-fluid .vision-title h2 strong { color:#F68D39; font-weight: 500; }
.row-fluid .outter-vision { text-align:center; max-width: 880px; margin: 0 auto;  }
/* .row-fluid .vision-sub-title { color: #000000;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px;	text-align: center; font-weight: 500; } */
.row-fluid .inner-vision { max-width: 1134px; margin: 0 auto; float: none; padding-top:82px; display: flex; flex-wrap: wrap; justify-content:  center; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content:  center;  }
.row-fluid .inner-vision .vision-box { width: 25%; padding:0 0 20px 0px; }
.row-fluid .inner-vision .vision-box a { display: flex; flex-wrap: wrap; justify-content: center; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: center; -webkit-align-items: center; align-items: center;   }
.row-fluid .inner-vision .vision-box:first-child { padding:0px;}
.row-fluid .inner-vision .vision-box:nth-child(5n) { padding:0px;}
.row-fluid .inner-vision .vision-box h3 {  display: inline-block; color: #000000; padding:0 20px 0px 15px; position: relative;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px; margin-bottom:0px;  }
.row-fluid .inner-vision .vision-text h3:before { position:absolute; content:"\f105"; font-size: 22px; color:#f68d39; font-family:fontawesome; top:50%; transform:translateY(-50%); right:0px; }
.row-fluid .vision-section { padding: 57px 0 80px 0; }
.row-fluid .inner-vision .vision-box a:hover h3 { color:#f68d39 }
.row-fluid .inner-vision .vision-box a:hover img { -webkit-filter: grayscale(100%);filter: grayscale(100%); }

.row-fluid .view-dashboard .view-content { max-width: 1100px; margin: 0 auto; }
.row-fluid .view-dashboard .view-title h3 {  color: #C12564;	font-family: Baskerville, ‘Times New Roman’, Times, serif;	font-size: 32px;	font-style: italic;	line-height: 36px; margin-bottom:0px; }
.row-fluid .view-dashboard .view-detail { color: #000000;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px; font-weight: 500; margin-bottom:28px; max-width: 430px; display: inline-block;   }
.row-fluid .view-dashboard .view-video a { background-color: #C12564; height: 60px; width: 60px; border-radius: 50%; position: relative; }
.row-fluid .view-dashboard .view-video a:before { position:absolute; content:"\f04b"; font-family:fontawesome; color:#fff; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; }
.row-fluid .view-dashboard .view-video a:hover { background-color: #f68e38; }
.row-fluid .view-dashboard .view-text {  padding:49px 0px 44px; float: right; }
.row-fluid .view-dashboard .view-image-inner { position: absolute; left: 0px; top: -25px; }
.row-fluid .view-dashboard .view-image {     position: relative; }
.row-fluid .view-dashboard .wrapper { max-width: 1138px; }


.row-fluid .testimonial-slider { padding: 20px 0px 20px 0; }
.row-fluid .testimonial-slider .slick-slider { margin-bottom:0px; }
.row-fluid .testimonial-slider .wrapper { max-width: 1108px; margin: 0 auto; }
.row-fluid .testimonial-title { margin-bottom:10px; }
.row-fluid .testimonial-title h3 { font-size: 32px;	font-style: italic;	line-height: 36px;	text-align: center;  padding-bottom: 22px; position: relative; margin:0px; }
.row-fluid .testimonial-title h3:before { position:absolute; content:""; height: 2px;	width: 100%; max-width:148px; background-color:#F68D39; bottom:0px; left:0; right:0px; margin:0 auto; }
.row-fluid .testimonial-slider .testimonial-text p { 
  color: #F68D39;	
  font-family: "Aribau Grotesk";	
  font-size: 17px;     
  font-weight: 400;	
  line-height: 24px; 
  max-width: 300px; 
  display: inline-block; 
}
.row-fluid .testimonial-slider .testimonial-image  { padding-top: 45px; min-height: 150px; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: left; -webkit-justify-content: left; flex-wrap: wrap; -webkit-flex-wrap: wrap;  }
.row-fluid .testimonial-inner {  margin-right: 60px;  position: relative; }
.row-fluid .testimonial-inner:before { position:absolute; content:""; bottom:0px; background-color:#F68D39; height:1px; max-width:300px; width:100%; }



/* our-awards*/
.row-fluid .our-awards { padding:24px 0 97px 0px; }
.row-fluid .our-awards .our-awards-title h2 { color: #F68D39;	font-family: Baskerville, ‘Times New Roman’, Times, serif;	font-size: 43px;	font-style: italic;	line-height: 49px; }
.row-fluid .our-awards .our-awards-detail p, .leader-text p, .row-fluid p { 
  color: #000000;	
  font-family: "Aribau Grotesk";	
  font-size: 17px;	 
  line-height: 28px;
  margin-bottom:18px;
}
.row-fluid .our-awards .our-inner-title h3 {  color: #000000;	font-family: "Aribau Grotesk";	font-size: 24px;	font-weight: 500;	line-height: 31px;	text-align: center;     margin-bottom: 0; position: relative; padding-bottom: 41px; }
.row-fluid .our-awards .our-inner-title h3:before { position:absolute; content:""; height: 2px;	width: 100%; max-width:395px; background-color:#F68D39; bottom:0px; left:0; right:0px; margin:0 auto; }
.row-fluid .our-inner-detail .our-inner-box { color: #000000;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px; }
.row-fluid .our-inner-detail .our-inner-box:nth-child(odd) { padding-right:50px; margin-left: 0; }
.row-fluid .our-awards-inner { padding:42px 0 0; }
.row-fluid .our-inner-detail { padding:42px 0 0; display: flex; flex-wrap: wrap; justify-content: left; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: left; }


/*competitortables*/
.row-fluid .competitortables { padding: 84px 0px 0px; }
.row-fluid .competitortables .com-title h2 {  margin-bottom: 37px; color: #F68D39;	font-family: "Aribau Grotesk";	font-size: 29px;	font-weight: bold;	line-height: 38px; }
.row-fluid .competitortables .com-icon { padding-bottom: 66px; }
.row-fluid .competitortables  .com-content  {color: #000000;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px;}
.row-fluid .competitortables .comtable-head { padding-bottom:63px; max-width: 1070px; display: inline-block;  }

.row-fluid .comtable-sec .comtable-row { display: flex;justify-content: left; display: -webkit-flex; -webkit-justify-content: left; }
/* .row-fluid .comtable-sec .comtable-row .comtable-column:first-child { width: 27%; }  */
.row-fluid .comtable-sec .comtable-row .comtable-column:first-child .comtable-data.comtable-title { text-align: left; }
.row-fluid .comtable-sec .comtable-row .comtable-column:first-child  { -webkit-justify-content: left; justify-content: left; }
.row-fluid .comtable-sec .comtable-row .comtable-column {  border-right: 2px solid #979797; padding:10px; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items:center; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: center; -webkit-align-items:center;  }
.row-fluid .comtable-sec .comtable-row .comtable-column:last-child { border-right:0px; }
.row-fluid .comtable-sec .comtable-row:first-child .comtable-title-text  { { font-weight:800; } }
.row-fluid .comtable-sec .comtable-title-text { display: none;  font-weight:800; color: #000000; font-family: "Aribau Grotesk"; font-size: 15px; line-height: 24px; }

.row-fluid .comtable-sec .comtable-row:nth-child(odd) .comtable-column { background-color: #d8d8d8; }
.row-fluid .comtable-sec .comtable-row:nth-child(odd)  { background-color: #d8d8d8; }

.row-fluid .comtable-sec  { padding:0 0 242px; }
.row-fluid .comtable-sec .comtable-data.comtableyes span { color: #7fd0c6; font-size: 24px; text-align: center; line-height: 24px; vertical-align: middle;  }
.row-fluid .comtable-sec .comtable-data.comtableno span { color: #ea2227; font-size: 24px; text-align: center; line-height: 24px; vertical-align: middle;  }
.row-fluid .comtable-sec .comtable-row:first-child .comtable-data.comtable-title { font-weight:800;     white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.row-fluid .comtable-sec .comtable-data.comtable-title { color: #000000; font-family: "Aribau Grotesk"; font-size: 15px; line-height: 24px; }


/*acceleratepage*/
/* .acceleratepage .row-fluid .vision-hero-section .vision-text-inner { padding-right: 100px; } */
.row-fluid .round-section-n { padding: 20px 0px 40px !important; }
.row-fluid .inner-vision-n { padding-top: 0px; }
.row-fluid .vision-section-n .outter-vision { max-width: 870px; padding-bottom:63px; }
.row-fluid .round-section-n .round-content { max-width:990px !important; }
.row-fluid .clix-acce { padding: 108px 0px 53px; text-align: center; }
.row-fluid .clix-acce .clix-acce-title h2 {     margin: 0; padding-bottom: 22px; position: relative; color: #000000;	font-family: Baskerville, ‘Times New Roman’, Times, serif;	font-size: 32px;	font-style: italic;	line-height: 36px;	text-align: center; }
.row-fluid .clix-acce .clix-acce-title h2:before { position:absolute; content:""; height: 2px;	width: 100%; max-width:148px; background-color:#F68D39; bottom:0px; left:0; right:0px; margin:0 auto; }
.row-fluid .clix-acce .clix-acce-con p { 
  color: #F68D39;	
  font-family: "Aribau Grotesk";	
  font-size: 17px;	
  line-height: 24px;	
  text-align: center; 
  padding-top:10px; 
  max-width: 860px; 
  margin: 0 auto; 
}
.row-fluid .clix-acce-inner { color: #000000;	font-family: "Aribau Grotesk";	font-size: 15px;	line-height: 24px;	text-align: center; padding: 6px 0 9px; }
.row-fluid .clix-acce-image { position: relative; display: inline-block; padding-bottom: 43px; }
.row-fluid .clix-acce-image:before { position:absolute; content:""; height: 2px;	width: 100%; max-width:301px; background-color:#F68D39; bottom:0px; left:0; right:0px; margin:0 auto; }

/*site-network */
.row-fluid .network-title h2  {  color: #F68D39;	font-family: "Aribau Grotesk";	font-size: 29px;	font-weight: 700;	line-height: 38px; }
.row-fluid .site-network .network-detail { color: #000000;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px; max-width: 720px; display: inline-block; }
.row-fluid .site-network .network-map iframe { width:100%; }
.row-fluid .site-network img { width: 100%; }
.row-fluid .site-network { padding:52px 0px 105px; }


/*Revenue*/

.row-fluid .vision-r { padding:57px 0 20px; }
.row-fluid .vision-r .outter-vision { max-width: 930px !important; padding-bottom:50px; } 
.row-fluid .inner-vision-r { justify-content: center; -webkit-justify-content: center; max-width: 1180px; position: relative; padding: 0 350px; }

.row-fluid .inner-vision-r .vision-box { width: 50%; padding: 0 0 0px 40px; }

.row-fluid .inner-vision-r .vision-box.hide { display:none; }

/*clix-unlock*/
.clix-unlock .row-fluid .round-section { display:none; }

/*Healthcare Providers*/


.healthcare .row-fluid .vision-hero-section h1 { color: #FFFFFF;	font-family: Baskerville, ‘Times New Roman’, Times, serif;	font-size: 56px;	font-style: italic;	line-height: 63px;  }
.row-fluid .intro-sec .button-text { margin: 0 20px 30px !important; padding: 0 !important; }
.row-fluid .intro-sec  .three-parts .button-image { position: relative; padding-bottom: 30px; }
.row-fluid .intro-sec  .three-parts .button-image:before { position:absolute; content:""; bottom:0px; left:0px; right:0px; margin:0 auto; width: 100%; max-width: 73px; height: 2px; background-color: #f68d39; }
.row-fluid .intro-sec  .three-parts .button-detail { margin-top: 32px; }
.row-fluid .intro-sec .intro-title  { padding-bottom: 0px;  }
.row-fluid .intro-sec  .three-parts { 
  padding: 0px 0 90px; 
}
.row-fluid .intro-sec .intro-title h2 { 
  color:#000000; 
  display: block; 
  font-family: Baskerville, ‘Times New Roman’, Times, serif !important; 
  font-style: italic; 
  position:relative; 
  padding-bottom:35px !important; 
  margin: 0; 
  font-size: 42px; 
  line-height: 47px; 
  max-width: 100%; 
  font-weight: 500; }
.row-fluid .intro-sec .intro-title h2 strong { color: #F68D39; font-weight: 500; }
.row-fluid .intro-sec .intro-title h2:before {  display:none; position: absolute; width: 100%; content: ''; max-width: 395px; height: 1px;background-color: #F68D39;bottom: 0;left: 50%;transform: translateX(-50%); }
.row-fluid .intro-sec .intro-subtitle { max-width: 1060px; display: block; margin: 0 auto; }
.row-fluid .intro-sec { padding:50px 0px 50px !important; }

.row-fluid .v-hero-section .vision-text-inner { padding-right:0px; }

.row-fluid .intro-sec .three-parts { display: flex; flex-wrap:wrap; justify-content: center; display: -webkit-flex; -webkit-flex-wrap:wrap; -webkit-justify-content: center; }


/*clix-focus*/

.clix-focus .row-fluid .vision-sub-title { max-width: 860px; margin: 0 auto; }
 .row-fluid .vision-sub-title h4 { color: #F68D39;	font-family: "Aribau Grotesk";	font-size: 16px;	font-weight: bold;	line-height: 21px;	text-align: center; }
.clix-focus .row-fluid .inner-vision-r:before, .clix-focus .row-fluid .inner-vision-r:after { max-width:400px;  }
.clix-focus .row-fluid .round-section .round-content span { padding:11px; }






/*Menu*/
.row-fluid .header-section .mega-menu-trigger { display:none; }
.row-fluid .header-section .site-main-nav { text-align:right; }
/* .row-fluid .header-section .clinithink-logo { padding:0px; width:24%; } */
.row-fluid .header-section .clinithink-logo { padding:0px; width:20%; }
.row-fluid .header-section .wrapper > div > .row-fluid  { display: flex; align-items: center; flex-wrap: wrap; justify-content: left; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; -webkit-justify-content: left; }
/* .row-fluid .header-section .custom-menu-primary { margin-left:0px; width:75%; } */
.row-fluid .header-section .custom-menu-primary { margin-left:0px; width:78%; }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul { float:right; }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li { position:static !important; }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:hover ul { opacity: 1; visibility: visible; }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > a {  padding: 47px 14px 36px; }

.row-fluid .header-section .custom-menu-primary ul li a { 
  padding:0px; 
  color: #000; 
  text-transform: none; 
/*   font-size: 15px;  */
  font-size: 17px;   
  font-weight: 500; 
  line-height: 20px; 
  transition: 0s;   
}
.row-fluid .header-section .custom-menu-primary a:hover { color:#fa8e2a; 
} 
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul { 
  display: flex; 
  display: -webkit-flex; 
  flex-wrap: wrap; 
  -webkit-flex-wrap: wrap; 
  justify-content: left; 
  -webkit-justify-content: left; 
  color: #000;   
  top: 95px; 
  position: absolute; 
  left: 0;  
  width: 100%; 
  padding: 30px 0px 30px 130px; 
  background: #fff;  
  opacity: 0; 
  visibility: none; 
  transition: opacity 0.5s ease-in-out; 
  -moz-transition: opacity 0.5s ease-in-out; 
  -webkit-transition: opacity 0.5s ease-in-out;  
  z-index:9999; 
  min-height:140px; 
}
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before { 
/*   position:absolute; 
  content:""; 
  height:18px; 
  width:100%; 
  bottom:-18px; 
  background: linear-gradient(180deg, #EFEFEF 0%, rgba(239,239,239,0) 100%); 
  left: 0;  */
} 
.row-fluid .header-section .custom-menu-primary ul > li.hs-menu-item.hs-menu-item:hover > ul { opacity: 1; visibility: visible; }
.row-fluid .header-section .custom-menu-primary ul > li.hs-menu-item > ul .mega-menu-title { padding:0 0 15px; margin:0; position: static; color: #F68D39; text-transform: capitalize; font-size: 16px; font-weight: 700; line-height: normal; text-align:left; display:block; }                           
.row-fluid .header-section .custom-menu-primary ul > li.hs-menu-item > ul .mega-menu-title:before { display:none; }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul li ul { padding:0px; position: static; display: inline-block; width:auto; }

.row-fluid .header-section .custom-menu-primary ul > li.hs-menu-item > ul { position: absolute; left: 0; width: 100%; }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul { padding: 15px 140px 100px 500px; } 
.row-fluid .header-section .custom-menu-primary ul > li.hs-menu-item:first-child li.dropdown-mega-menu { width:100%; }
.row-fluid .header-section .site-main-nav li .mega-sub-menu li { display:grid; text-align: left;  margin-bottom:15px;  }
.row-fluid .header-section .site-main-nav li .mega-sub-menu li a { position:relative; padding:0 20px 0 0;  }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li {  width:100%; padding:0; }

.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {     
  text-indent: 0; 
  padding:0 0 15px; 
  margin:0; 
  position: static; 
  color: #F68D39; 	
  font-family: "Aribau Grotesk";	
  font-size: 17.5px;	
  font-weight: 500;	
  line-height: 25px; 
  text-align:left; 
  display:block; 
}                           
.row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li a {  
  position: relative; 
  color:#8F8F8F; 
  font-family: "Aribau Grotesk";	
  font-size: 17.5px;	
  line-height: 25px;
  font-weight:400;
}

.row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li { width:33.33%; float:left;  text-align:left; padding:0 25px; }  
.row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li a:after { display:inline-block; content:"\f105"; font-family: fontawesome; color:#f68d39;  font-weight: 700; font-size: 18px; line-height: 25px; margin-left:20px;   }

.row-fluid .header-section .hs-menu-wrapper > ul > li:nth-child(4) > ul > li ,
.row-fluid .header-section .hs-menu-wrapper > ul > li:nth-child(5) > ul > li { width:25%; }
.row-fluid .header-section .hs-menu-wrapper > ul > li:nth-child(5) > ul > li a:after  { float:right; }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) a:after  { float:right; }

.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li > a { display:none; } 

.row-fluid .header-section .site-main-nav li .four-column li.dropdown-mega-menu { width:25%; float:left; text-align:left; padding:0 20px;  }
.row-fluid .header-section .site-main-nav li li.dropdown-mega-menu .mega-sub-menu { float:left; }
.row-fluid .header-section .site-main-nav .iconic li .mega-sub-menu li a .fa { color:#f68d39;  font-weight: 700; padding-left:10px; }

.row-fluid .header-section .site-main-nav .iconic li .mega-sub-menu li a:before { display:none;  }
.row-fluid .header-section .site-main-nav .iconic li .mega-sub-menu li a { padding:0px; }
.row-fluid .header-section .site-main-nav li .four-column li.dropdown-mega-menu .blog-text a { padding: 0 0px 0 0; }
.row-fluid .header-section .site-main-nav li .four-column li.dropdown-mega-menu .blog-text .fa { color:#f68d39;  font-weight: 700; padding-left:10px; }
.row-fluid .header-section .site-main-nav li .four-column li.dropdown-mega-menu .blog-text a:before { display:none;  }
.row-fluid .header-section .site-main-nav li.without-dropdown a:before { display:none;}
.row-fluid .header-section .site-main-nav > li >  .fa { display:none;}
.row-fluid .header-section .site-main-nav > li.about-us > ul { min-height:auto; }
.row-fluid .header-section .custom-menu-primary .hs-menu-wrapper ul li.active-branch > a  { color:#F68D39; }
/*End-menu*/


/*Leadership*/
.row-fluid .leader-section { padding:24px 0px 20px;  }
.row-fluid .leader-section h1 { 	color: #F68D39;	font-family: Baskerville, ‘Times New Roman’, Times, serif;	font-size: 43px;	font-style: italic;	line-height: 49px; font-weight: 500;  }
.row-fluid .leader-section .leader-text { color: #000000;	font-family: "Aribau Grotesk";	font-size: 14px;	line-height: 18px; }
.row-fluid .leader-section .leader-content { 
  display: flex; 
  display: -webkit-flex; 
  flex-wrap: wrap; 
  -webkit-flex-wrap: wrap; 
  justify-content: space-between; 
  -webkit-justify-content: 
  space-between; 
  padding-top: 26px; 
}
.row-fluid .leader-section .leader-box { width: 50%; padding:0px 63px 63px 0px; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; }
.row-fluid .leader-section .leader-box:nth-child(2n) { padding-right:0; }
/* .row-fluid .leader-section .lead-box-head {     display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between;  } */
.row-fluid .leader-section .lead-box-head {      background: linear-gradient(180deg, #E2E2E2 0%, #F1F1F1 100%);    }
.row-fluid .leader-section .box-head-left h2 { color: #C12564;	font-family: "Aribau Grotesk";	font-size: 21px;	font-weight: 700;	line-height: 24px; }
.row-fluid .leader-section .box-head-left h3 { color: #000000; font-family: "Aribau Grotesk"; font-size: 16px; line-height: 24px; margin-bottom:15px; }
/* .row-fluid .leader-section .box-head-left .pr-id span a { color: #000000; padding-left:5px; }  */
/* .row-fluid .leader-section .box-head-left .pr-id { color:#C12564; font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px; } */
.row-fluid .leader-section .social-info a { width: 31px; height: 31px; background-color: #C12564; color: #fff; display: flex; display: -webkit-flex; align-items: center;  -webkit-align-items: center;    justify-content: center; -webkit-justify-content: center;     border-radius: 50px; }
.row-fluid .leader-section .inn-box { width:45%; position: relative; }
.row-fluid .leader-section .social-info { margin-top:15px; }
/* .row-fluid .leader-section .box-head-left .pr-id span a:hover { color: #F68D39; } */
/* .row-fluid .leader-section .person-image { position: absolute; top: 0; right: 0; width: 100%; height: 100%; bottom: 0; } */
.row-fluid .leader-section .lead-box-text { color: #000000;	font-family: "Aribau Grotesk";	font-size: 16px;	line-height: 24px; /*padding-top: 24px;*/ }
.row-fluid .leader-section .social-info a:hover { background-color: #F68D39; }
.row-fluid .leader-section .lead-box-head { padding: 30px; }

.row-fluid .leader-section .box-head-left.inn-box {  width: 100%; }

.row-fluid .blog-section  > .load-more { display: none; }


/*company blog*/


.row-fluid .blog-section .post-item-content.comp-content .post-item-left { width:40%; } 
.row-fluid .blog-section .post-item-content.comp-content .post-item-right { width:60%; padding:20px; } 
.row-fluid .blog-section .post-item-content.comp-content .post-body a { min-height:242px; display:block; } 
.row-fluid .blog-section .blog-contain .post-item { padding:0; }
.row-fluid .blog-sider .comp-content  {  display: flex; justify-content: left; flex-wrap: wrap; display: -webkit-flex; -webkit-justify-content: left; -webkit-flex-wrap: wrap;  }
.row-fluid .blog-sider .post-item { padding:0px; background-color:#ffffff; border-radius: 5px; overflow: hidden; }
.row-fluid .blog-sider .comp-content .post-data { width:50%; }
.row-fluid .blog-sider .comp-content .post-item-right { padding:35px 80px 30px 30px; }
.row-fluid .blog-sider .comp-content .post-body { margin:0;}
.row-fluid .blog-sider .comp-content .post-body a, .row-fluid .blog-sider .comp-content .post-body img { width:100%; margin:0px; position: relative; }
.row-fluid .blog-sider .comp-content .post-body a { min-height:380px; background-color: #f68d39; }
.row-fluid .blog-sider .post-header a.more-link { box-sizing: content-box; box-shadow: 0px 0px 8px 3px #ccc; background: #f68d39; padding: 6px 20px; color: #fff;border: 2px solid #f68d39; border-radius: 5px; min-width: 120px; text-align: center; margin-top:34px; }  
.row-fluid .blog-sider .post-header a.more-link:hover { background: transparent; color: #f68d39; }
.row-fluid .blog-sider { background-color: #f3f3f3; padding: 70px 0 40px 0; }
.row-fluid .blog-sider .blog-sider-title h3 { color: #000; font-family: "Aribau Grotesk"; font-size: 22px; font-weight: 500; line-height: 29px; margin-bottom:65px; }
.row-fluid .post-feature-image img ,.row-fluid .post-feature-image a { width:100%; margin:0; }
.row-fluid .post-feature-image { padding-bottom:30px; }



/* .row-fluid .our-awards h1 { color: #F68D39; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-style: italic; font-size: 29px; font-weight: 700; line-height: 38px; } */
.row-fluid .our-awards h2 { font-size:35px; line-height:29px; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-style: italic; color: #F68D39; margin-top: 20px; font-weight:700}

.row-fluid .our-awards .our-awards-detail ul li { list-style: disc; }
.row-fluid .our-awards .our-awards-detail ul { padding-left: 30px; }

.stand-page .row-fluid .our-awards { padding: 97px 0px 20px; }
.stand-page .row-fluid .award-two .our-awards { padding: 20px 0px; }

.row-fluid .outter-hero .hero-text .hero-detail-text { color: #FFFFFF; font-family: "Aribau Grotesk"; font-size: 18px; line-height: 24px; }

.row-fluid .view-dashboard { min-height:320px; }


/*Grid Logo*/
.row-fluid .grid-logosection { 
  padding: 0px 0px 0px 0px;

}
.row-fluid .grid-logo-content { display: flex; flex-wrap: wrap; justify-content: left; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: left; }
.row-fluid .grid-logo-content .grid-logo { 
  width: 25%; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
  align-items: center; 
  display: -webkit-flex; 
  -webkit-flex-wrap: wrap; 
  -webkit-justify-content: center;  
  -webkit-align-items: center; 
  margin-bottom:20px;
  padding: 50px;
}
.row-fluid .grid-logo-content .grid-logo img { max-width:130px; }

.row-fluid .our-awards h1 { 
  font-family: Baskerville, ‘Times New Roman’, Times, serif; 
  color: #F68D39; 
  font-size: 43px; 
  font-style: italic; 
  line-height: 49px; 
  font-weight: 500;
  margin-bottom:.5em;
}        
.row-fluid .hero-main h1 { color: #F68D39; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-size: 43px; font-style: italic; line-height: 49px; font-weight: 500; }        
.row-fluid .hero-main {    padding: 24px 0 10px !important; margin:0 !important; }

.site-network .row-fluid h2 { font-size:35px; line-height:29px; font-family: Baskerville, ‘Times New Roman’, Times, serif; font-style: italic; color: #F68D39; margin-top: 20px; font-weight:500 }

.hs-blog-post .row-fluid .media-section .section.post-body blockquote { margin:0px; padding-left: 40px; border-left: 4px solid #F68D39; color: #f68d39; font-size: 24px; line-height: 31px; max-width: 900px; }
.row-fluid .information-slider .other-info .info-image { min-height: 380px; background-color: #f68d39;  }
.row-fluid .information-slider .other-info.info-content  { height:380px; overflow-Y:auto; }

.row-fluid .information-slider .inner-info.slick-slider .slick-prev { left:-48px; }
.row-fluid .information-slider .inner-info.slick-slider .slick-next { right:-48px; }          
.hs-blog-listing .contact-form-white { display:none; }       

.row-fluid .information-slider .other-info.info-content::-webkit-scrollbar { width: 0px; }

.row-fluid .comtable-sec .comtable-inner { width: 100%; overflow-y: auto; float: left; border: 2px solid #979797; }

.media-center .row-fluid .blog-section .post-item-content a.topic-link, .resource-page .row-fluid .blog-section .post-item-content a.topic-link  { display: inline; color: #000000; font-family: "Aribau Grotesk"; font-size: 18px; font-weight: 500; line-height: 23px; }  
.row-fluid .blog-section .post-item-content a.topic-link { display:none; }
.hs-blog-post .row-fluid .blog-section #hubspot-topic_data { display:none; }
.media-center .row-fluid .post-header h5 a, .resource-page .row-fluid .post-header h5 a { display: inline; }


@media (max-width: 1350px){

  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul { padding: 30px 20px 70px 20px; }  
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li { padding:0px 18px; }
  .row-fluid .information-slider .inner-info { max-width: 1120px; margin: 0 auto; float: none; }  
  
  
}

@media (max-width: 1250px){
  .row-fluid .header-top.header-section { display: block; }
  .row-fluid .header-top.header-section .navigation .hs-menu-wrapper > ul > li > a { padding:0px 13px; }
  .row-fluid .testimonial-inner { min-height:340px;  }
  .row-fluid .inner-vision .vision-box .vision-icon {  width: 100%; text-align: center;  }
  .row-fluid .inner-vision .vision-text { padding-left: 0; width: 100%; text-align: center; padding-top:10px;  }
  .row-fluid .view-dashboard .view-image-inner { top:0px; }
  .row-fluid .comtable-sec .comtable-inner { width: 100%; overflow-y: auto; float: left; border: 2px solid #979797; }
  
  .row-fluid .comtable-sec .comtable-row .comtable-column { min-width: 170px; width: auto !important;  }
  .row-fluid .comtable-sec .comtable-row:first-child .comtable-data.comtable-title { display:block; }
  
  
  .row-fluid .comtable-sec { padding: 0 0 70px; }
  
  .row-fluid .comtable-sec .comtable-row:last-child .comtable-column:last-child  .comtable-data { border-bottom: 0; }
  .row-fluid .comtable-sec .comtable-row { display: flex;  justify-content: left; display: -webkit-flex;  -webkit-justify-content: left; }
  .row-fluid .inner-vision-r {     padding: 0 230px; }
  .row-fluid .inner-vision-r:before, .row-fluid .inner-vision-r:after { max-width:240px; }
  .clix-focus .row-fluid .inner-vision-r:before, .clix-focus .row-fluid .inner-vision-r:after { max-width: 300px !important; }
  .row-fluid .vision-hero-section { min-height: 100%; }
  .row-fluid .tech-hero-section { min-height: 100%; }
  .row-fluid .hero-section { min-height: 100%; }
  .row-fluid .life-hero img { min-height:200px !important; }
/*   .science-page .row-fluid .life-hero img { min-height:370px !important; } */
/*   .science-page .row-fluid .hero-section { min-height: 370px; } */
  
  .row-fluid .vision-hero-section h1 { font-size: 43px; line-height: 48px; }
  .healthcare .row-fluid .vision-hero-section h1 { font-size: 43px; line-height: 48px; }
  .row-fluid .header-section .site-main-nav > li > a {  padding: 47px 12px 36px; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul { padding: 30px 20px 70px 20px; }  
  
  
  .row-fluid .header-section .site-main-nav > li .child-trigger { height: 50px !important; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul { padding: 30px 20px 50px 200px; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li { padding:0 15px; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li a:after { margin-left:10px; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li:nth-child(5) > ul > li a:after { float:none; } 
/*   .row-fluid .leader-section .box-head-left.inn-box { padding:36px 0 36px 15px; width: 65%; } */
  .row-fluid .leader-section .box-head-image.inn-box { width:35%; }
  .row-fluid .leader-section .leader-box { padding:0px 30px 63px 0px;  }
  .row-fluid .blog-sider .blog-sider-title h3 { margin-bottom:45px; }
  .row-fluid .blog-sider .comp-content .post-item-right { padding: 15px 54px 15px 15px; }
  .row-fluid .blog-sider .post-header a.more-link { margin-top:20px; }
  
  .site-network .row-fluid .our-awards h1 { font-size: 47px; }
  .row-fluid .comtable-sec .comtable-row .comtable-column:first-child { min-width: 200px; }
  
} 

@media (max-width: 1040px){
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li { padding:0px 22px; }


}

@media screen and (min-width:993px) {
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul { 
    display: block!important;
 }
  
  }
@media (max-width: 992px){
  .row-fluid .header-section .clinithink-logo { padding:0px; width:auto; }
  .row-fluid .header-top.header-section { position:relative; padding: 30px 0px; }
  .row-fluid .header-top.header-section  .custom-menu-primary.js-enabled { width: 100%; margin: 0; padding: 0; position: inherit; }
  .row-fluid .header-top.header-section .mobile-trigger { top:30px; border:0px; right:5px;     background-color: transparent; } 
  .row-fluid .header-top.header-section .mobile-trigger:hover {  background-color: transparent; }
  .row-fluid .header-top.header-section .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after { background-color:#F68D39 !important; width:26px; height:3px; transition: all 0.6s ease; }
  .mobile-open .row-fluid .header-top.header-section .mobile-trigger i:after { transform: rotate(-45deg); top:0;  }
  .mobile-open .row-fluid .header-top.header-section .mobile-trigger i:before { transform: rotate(45deg); top:0;  }
  .mobile-open .row-fluid .header-top.header-section .mobile-trigger i { height:auto; }
  .mobile-open .row-fluid .header-top.header-section .mobile-trigger { z-index: 99999;  position: fixed; top: 30px; overflow: hidden; right: 5px; }
  
  
  .row-fluid .header-top.header-section .navigation .hs-menu-wrapper > ul > li > a { color: #000; padding: 10px; display: block; }
  .row-fluid .header-top.header-section .navigation .hs-menu-wrapper > ul > li { background-color: #fff; border-top: 1px dotted rgba(0,0,0, .35); }
  .row-fluid .header-top.header-section  .navigation .hs-menu-wrapper > ul { padding-top:0px; }
  .row-fluid .tech-clix-con .tech-clix-box { width: 48%; margin-right:4%; }
  .row-fluid .tech-clix-con .tech-clix-box:nth-child(3n) { margin-right:4%; }
  .row-fluid .tech-clix-con .tech-clix-box:nth-child(even) { margin-right: 0; }
  .row-fluid .tech-clix-con .tech-clix-detail { min-height: 100px; }
  .row-fluid .tech-hero-title h1 { font-size:43px; line-height: 50px;  }
  .row-fluid .testimonial-inner { margin-right:0; }
  .row-fluid .vision-hero-section .vision-text-inner , .acceleratepage .row-fluid .vision-hero-section .vision-text-inner { padding-right: 0; }
  
  .row-fluid .testimonial-inner {  min-height: 100%; }
  .row-fluid .inner-vision .vision-box { width:50% }
  .row-fluid .inner-vision .vision-box:nth-child(3n) { padding-left:0px; }
  
  .row-fluid .vision-hero-section .vision-content { padding:0px 30px !important; }
  .row-fluid .inner-vision-r { padding:0px;  }
  .row-fluid .inner-vision-r .vision-box { width:100%; padding:0 0 20px; }
  .row-fluid .inner-vision .vision-box:first-child { padding:0 0 20px; }
  .row-fluid .vision-hero-section.v-hero-section .vision-content { padding: 0px 0px !important; }
  .clix-focus .row-fluid .inner-vision-r:before, .clix-focus .row-fluid .inner-vision-r:after { max-width: 230px !important; }
  .row-fluid .view-dashboard .view-image { width:100%; text-align: center; }
  .row-fluid .view-dashboard .view-image-inner { position: relative; top: -25px; }
  .row-fluid .view-dashboard .view-text { width:100%; text-align: center; }
  
  
  /*Menu*/
  .row-fluid .header-section .clienthink-logo { padding:30px 0px; }
  .row-fluid .header-section  .mega-menu-trigger { display: block; position: absolute; right: 30px; background: transparent; top: 50%; width: 30px; height: 30px; border: 0; z-index: 99; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; }
  .row-fluid .header-section  .mega-menu-trigger i { position: absolute; left: 0; top: 17px; width: 100%; height: 2px; background: #fa8e2a; }
  .row-fluid .header-section  .mega-menu-trigger i:before { position: absolute; content: '';left: 0;top: -8px;width: 100%;height: 2px;background: #fa8e2a;margin: 0;-webkit-transition: ease all .4s;    -moz-transition: ease all .4s;   -o-transition: ease all .4s;-ms-transition: ease all .4s; transition: ease all .4s; }
  .row-fluid .header-section  .mega-menu-trigger i:after { position: absolute; content: ''; left: 0; top: 8px; width: 100%; height: 2px; background: #fa8e2a; margin: 0; -ebkit-transition: ease all .4s; -oz-transition: ease all .4s o-transition: ease all .4s-ms-transition: ease all .4s; transition: ease all .4s; }
  
  .row-fluid .header-section .site-main-nav { padding-top: 60px; text-align: left;  width: 100%; margin: 0; background: #fff; max-height: 100%; height: 100vh; overflow-y: auto; }
  .row-fluid .header-section .close-trigger { position:absolute; right:0px; z-index:999999; cursor:pointer; float: right; width: 55px;  height: 60px; }
  .row-fluid .header-section .close-trigger:after { position:absolute; content:""; width:2px; height:25px; background-color:#F68D39; right: 30px; top: 15px; transform: rotate(45deg); z-index:999999; }  
  .row-fluid .header-section .close-trigger:before { position:absolute; content:""; width:2px; height:25px; background-color:#F68D39; right: 30px; top: 15px; transform: rotate(-45deg); z-index:999999; }  
  .row-fluid .header-section .site-main-nav li { display:block;  }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > a { padding: 15px;    width: 90% !important;  }
  .row-fluid .header-section .site-main-nav > li .child-trigger { width:40% !important; }
  .row-fluid .header-section .site-main-nav > li  { padding: 0px 0px 0px 0px; display: block; position: relative; border-bottom: 2px solid #F68D39;   }
  .row-fluid .header-section .site-main-nav > li:first-child  {  border-top: 2px solid #F68D39;   }
  .row-fluid .header-section .site-main-nav > li.hs-menu-item > ul:before { display:none; }
  
/*   .row-fluid .header-section .site-main-nav li ul li.dropdown-mega-menu:last-child  { border-bottom: 2px solid #F68D39; } */
  
  
  .row-fluid .header-section .site-main-nav > li.hs-menu-item > ul { padding: 30px 20px; }
  .row-fluid .header-section .site-main-nav > li.hs-menu-item.hs-menu-children ul { min-height:auto; box-shadow: none; width:100%; position: relative; padding:15px 20px;  opacity: 1; visibility: visible; top: 0; }
  .row-fluid .header-section .site-main-nav > li.hs-menu-item > ul{ display: none; }
  .row-fluid .header-section .site-main-nav > li.active-child .child-trigger .fa { transform: translateY(-50%) rotate(-90deg); }
  
  .row-fluid .header-section .site-main-nav li .four-column li.dropdown-mega-menu { width:100%; padding:0px; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul { padding:0px; }
  .row-fluid .header-section .site-main-nav li li.dropdown-mega-menu .mega-sub-menu { padding: 0px 0 !important; }
  .row-fluid .header-section .site-main-nav li .three-column li.dropdown-mega-menu { width:100%; float: left;  padding:0px 0px 0px; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a { padding: 15px;  width: 100%; float: left; }
  .row-fluid .header-section .site-main-nav li .mega-sub-menu li a { padding: 0px 15px 15px 25px; border-top: 1px solid #F68D39; }
  .row-fluid .header-section .site-main-nav li .mega-sub-menu li a:before { right:70px; top:0px; transform: translateY(0); }
  .row-fluid .header-section .site-main-nav li .mega-sub-menu li { margin-bottom: 0; }
  .row-fluid .header-section .site-main-nav .iconic li .mega-sub-menu li a { padding: 0px 20px 15px 25px; }
  .row-fluid .header-section .site-main-nav li .mega-sub-menu li a { border-top:0px; }
  .row-fluid .header-section .site-main-nav li ul li.dropdown-mega-menu { float:left; }
  .row-fluid .header-section .site-main-nav > li.hs-menu-item.hs-menu-item > ul.without-title .mega-sub-menu li a { border-top:2px solid #F68D39 !important; padding: 15px 15px 15px 25px; }
  .row-fluid .header-section .site-main-nav li ul.without-title li.dropdown-mega-menu:first-child .mega-sub-menu li:first-child a { border-top:0; }
  .row-fluid .header-section .site-main-nav > li >  .fa { display:block; }
  .row-fluid .header-section .site-main-nav > li.hs-menu-item.hs-menu-item > ul.without-title .mega-sub-menu li a:before { top: 50%; transform: translateY(-50%); }
  .row-fluid .header-section .site-main-nav li a { font-size:15px; }
   
  .row-fluid .header-top.header-section .custom-menu-primary.js-enabled .hs-menu-wrapper { position: fixed; width: 100% !important; z-index: 1000; background: #ffffff; left: -100%; transform: scale(0.5); transform-origin: 0 0 0; top: 0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; padding: 80px 0; }
  .mobile-open .row-fluid .header-top.header-section .custom-menu-primary.js-enabled .hs-menu-wrapper { transform: translate3d(100%, 0px, 0px); overflow-y: hidden !important ; height: 100%!important; width: 100%!important; }
  
  
  
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul li ul { width:100%;   }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul { min-height:100%; }   
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li { border-top: 2px solid #F68D39;     position: relative !important;      }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:last-child { border-bottom:2px solid #F68D39;  }
  
  .row-fluid .header-section .custom-menu-primary .child-trigger i, .child-trigger i:after { background-color: #F68D39; height:2px; width:14px;  }
  .row-fluid .header-section .custom-menu-primary .child-trigger { width:10% !important; height: 50px !important; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li { width:100%; border-top:2px solid #F68D39; padding:0; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul { padding:0; }
  
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a { width: 90% !important; font-size:15px;     text-indent: 10px; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li:nth-child(4) > ul > li, .row-fluid .header-section .hs-menu-wrapper > ul > li:nth-child(5) > ul > li { width:100%; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li > ul li ul { display:none; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li a:after  { margin-left:10px; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li a { padding:15px; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) a:after { float:none; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li:nth-child(5) > ul > li a:after { float:none; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li a { text-indent: 20px; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li { border-top:2px solid #F68D39; padding:0; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li > a { display:block; }
  .row-fluid .header-section .hs-menu-wrapper > ul > li > ul > li > ul li a { font-size:15px; }
  
  .row-fluid .header-section .wrapper { max-width:100% !important; }
  body.mobile-open { overflow: hidden; }
  .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul { height: 80vh; overflow-Y: scroll; }
  .row-fluid .leader-section .inn-box { width: 100%; }
  .row-fluid .leader-section .person-image { min-height:270px; position:relative; }
  .row-fluid .leader-section .box-head-image.inn-box { width:100%; }
  .row-fluid .leader-section .box-head-left.inn-box { width:100%; }
  
  .row-fluid .blog-sider .comp-content .post-data { width:100%; }
  .row-fluid .blog-sider .comp-content .post-item-right { padding: 15px; }
  .row-fluid .blog-sider .blog-sider-title h3 { margin-bottom:30px; }
  
  .row-fluid .blog-sider .comp-content .post-body a { min-height:250px;}
  
  .row-fluid .inner-vision { justify-content: left; -webkit-justify-content: left; }
  
  .row-fluid .outter-hero .hero-text h1 { font-size: 43px; line-height: 50px; }
  .row-fluid .grid-logo-content .grid-logo { width:33.33%; }
  .site-network .row-fluid .our-awards h1 { font-size: 36px; }
  
  .row-fluid .information-slider .other-info .info-image { min-height:450px; }
  .row-fluid .information-slider .inner-info { max-width: 850px; }                               
                                                      
  .row-fluid .comtable-sec .comtable-row .comtable-column { min-width:156px; }
}  


@media (max-width: 767px){
  .row-fluid .tech-clix-section h2 {     margin-bottom: 50px; }
  .row-fluid .tech-hero-section .tech-hero-inner .span6 { width:100%; text-align: center;  }
  .row-fluid .tech-hero-section .tech-hero-image { text-align: center; }
  .row-fluid .tech-clix-con .tech-clix-box { width: 100%; margin-right: 0; }
  .row-fluid .tech-clix-con .tech-clix-box:nth-child(3n) { margin-right: 0; }
  .row-fluid .details-new .details-form fieldset.form-columns-3 .hs-form-field {  width: 100% !important; margin-right: 0 !important; }
  .row-fluid .details-new .details-form .actions { padding-top:20px; }
  .row-fluid .details-new .details-form .submitted-message { color: #ffffff; font-size: 16px; font-weight: 500; }
  .row-fluid .footer-n .ftext { padding-right:0px; }
  .row-fluid .outter-details h2 { margin-bottom: 20px; }
  .row-fluid .tech-ai { padding:50px 0px;  }
  .row-fluid .tech-ai h2 { margin-bottom:30px; }
  .row-fluid .vision-hero-section .vision-text-inner { text-align: center; }
  .row-fluid .vision-hero-section .vision-image { text-align: center; width: 100%; }
  
  
  .row-fluid .testimonial-slider {  padding: 60px 0 56px; }
  .row-fluid .testimonial-slider .testimonial-slide:nth-child(even) .testimonial-inner { margin-right: 0px;  }
  .row-fluid .testimonial-inner { margin-right: 0px; }
  .row-fluid .testimonial-slider .testimonial-text { max-width:100%; }
  .row-fluid .testimonial-slider .testimonial-text {  max-width:100%; text-align:center; }
  .row-fluid .testimonial-slider .testimonial-image img { margin: 0 auto; }
  .row-fluid .testimonial-inner:before { max-width:100%; }
  .row-fluid .testimonial-slider .testimonial-image { left:0; right:0; }
  .row-fluid .our-awards { padding: 50px 0px; }
  .row-fluid .our-inner-detail .our-inner-box:nth-child(odd) { padding-right:0px; }
  .row-fluid .inner-vision .vision-box { width:100%; padding:0 0 20px 0px;  }
  .row-fluid .inner-vision .vision-box:first-child { padding:0 0 20px 0px;  }
  .row-fluid .inner-vision { padding-top:30px;}
  .row-fluid .vision-hero-section .vision-content { padding:30px 0px !important; }
  .row-fluid .vision-section-n .outter-vision { padding-bottom: 30px; }
  .row-fluid .round-section-n { padding: 20px 0px 40px !important; }
  .row-fluid .clix-acce { padding: 53px 0px 53px; }
  .row-fluid .inner-vision-r:before, .row-fluid .inner-vision-r:after { max-width: 100%; display:none; }
  .row-fluid .intro-sec .three-parts { 
    padding:40px 0 20px; 
  }
  .healthcare .row-fluid .vision-hero-section .vision-text-inner { padding-top:0px;   }
  .row-fluid .vision-hero-section.v-hero-section .vision-image img { min-height: 100%; }
  .row-fluid .vision-hero-section.v-hero-section .vision-text { width:100%; }
  .row-fluid .vision-hero-section.v-hero-section .vision-content { padding:30px 0 !important; }
  .healthcare .row-fluid .vision-hero-section h1 { margin-bottom:0px; }
  .clix-focus .row-fluid .vision-hero-section .vision-content { padding: 30px 0px 0 !important; }
  .row-fluid .vision-hero-section { min-height:100%; }
  
  .row-fluid .leader-section .leader-box { width:100%; padding:0px 0px 30px 0px;  }
  .row-fluid .leader-section { padding:50px 0px; }
  .row-fluid .leader-section h1 { margin-bottom: 25px; }
  
  .row-fluid .blog-section .post-item-content.comp-content .post-item-left  { width:100%; }
  .row-fluid .blog-section .post-item-content.comp-content .post-item-right { width:100%; padding-top:20px; }
  .row-fluid .blog-section .post-item-content.comp-content .post-body a ,.row-fluid .blog-section .post-item-content.comp-content .post-body a img { width:100%; }
  .row-fluid .grid-logo-content .grid-logo { width:50%; }
  .site-network .row-fluid .our-awards .our-awards-detail img { width:100% !important; margin: 0px 0px 10px 0px !important; }  
  
  .site-network .row-fluid .our-awards h1 { font-size: 36px; }
  
  
} 
@media (max-width: 700px){
  .row-fluid .information-slider .other-info .info-image { min-height: 430px; }

}

@media (max-width: 600px){
  .row-fluid .information-slider .other-info .info-image { min-height: 350px; }

}


@media (max-width: 480px){
    .row-fluid .grid-logo-content .grid-logo { width:50%; }
    .row-fluid .grid-logo-content .grid-logo img { max-width: 100px; }  
    .row-fluid .comtable-sec .comtable-row .comtable-column { min-width: 182px; }
    .row-fluid .comtable-sec .comtable-row .comtable-column:first-child { min-width: 200px; }
    .row-fluid .information-slider .other-info .info-image { min-height: 250px; }
  
  

}




@media (max-width: 380px){
  .row-fluid .header-section .site-main-nav .iconic li .mega-sub-menu li a { padding: 0px 20px 15px 20px; }
  .row-fluid .header-section .site-main-nav li .mega-sub-menu li a { padding: 0px 20px 15px 20px; }
  .row-fluid .header-section .site-main-nav > li.hs-menu-item > ul .mega-menu-title { padding: 15px 20px 10px 20px; }
  .row-fluid .header-section .site-main-nav > li.hs-menu-item.hs-menu-item > ul.without-title .mega-sub-menu li a { padding: 15px 20px; }
  .row-fluid .header-section .site-main-nav > li.hs-menu-item.hs-menu-item > ul.without-title .mega-sub-menu li .fa { position: absolute; right: 70px; }
  .row-fluid .comtable-sec .comtable-row .comtable-column { min-width: 165px; }
  .row-fluid .comtable-sec .comtable-row .comtable-column:first-child { min-width: 180px; }
  .row-fluid .information-slider .other-info .info-image { min-height: 225px; }
  
  
}

@media (max-width: 330px){ 
 .row-fluid .information-slider .other-info .info-image { min-height: 200px; }
}

/* set word mark svg size on technology page*/
.insights .tech-top-icon img {
  height:30px!important;
}


@media screen and (min-width:993px) {
  .our-awards-content {
    padding-top:45px; 
  }
}


.tech-hero-stitle p, .v-subtitle p, .footer-section p, .hero-detail-text p {
  color:white;
}

.button-image.icon img {
  width:125px;
  text-align:center;
}

.partnerstitle .our-awards {
  padding: 24px 0 0px 0px;
}

.partnerstext .our-awards, .partnerstext .our-awards-content {
  padding:0px 0px 24px 0px ;
}

.hs-logo-carousel img {
   filter:grayscale(100%)
}
  
.hs-logo-carousel img:hover {
   filter:grayscale(0%)
}

.hs-logo-carousel {
  margin-top:40px; 
}

/* Temporary Menu */

.hs-content-id-19286342290 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
.hs-content-id-92331494146 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
.hs-content-id-92162743378 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
.hs-content-id-92152979219 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
.hs-content-id-92152979216 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {
  width: auto;
  padding: 20px 20px 0;
  min-width: 280px;
}

.hs-content-id-19286342290 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a,
.hs-content-id-92331494146 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a,
.hs-content-id-92162743378 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a,
.hs-content-id-92152979219 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a,
.hs-content-id-92152979216 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a {
  font-weight: 400;
  color:#000000;
}

.hs-content-id-19286342290 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a:hover,
.hs-content-id-92331494146 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a:hover,
.hs-content-id-92162743378 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a:hover,
.hs-content-id-92152979219 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a:hover,
.hs-content-id-92152979216 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li a:hover {
  color:#f87622;
}


.hs-content-id-19286342290 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child,
.hs-content-id-92331494146 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child,
.hs-content-id-92162743378 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child,
.hs-content-id-92152979219 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child,
.hs-content-id-92152979216 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  position: relative !important;
}

.hs-content-id-19286342290 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li,
.hs-content-id-92331494146 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li,
.hs-content-id-92162743378 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li,
.hs-content-id-92152979219 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li,
.hs-content-id-92152979216 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li {
  padding: 0;
  display: block;
  width: 100% !important;
  float: none;
}

.hs-content-id-19286342290 .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a:after,
.hs-content-id-92331494146 .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a:after,
.hs-content-id-92162743378 .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a:after,
.hs-content-id-92152979219 .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a:after,
.hs-content-id-92152979216 .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a:after {
  display: none;
}


.hs-content-id-19286342290 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li ul,
.hs-content-id-92331494146 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li ul,
.hs-content-id-92162743378 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li ul,
.hs-content-id-92152979219 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li ul,
.hs-content-id-92152979216 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul li ul {
  display: block;
  width: 100%;
}

.hs-content-id-19286342290 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li a,
.hs-content-id-92331494146 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li a,
.hs-content-id-92162743378 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li a,
.hs-content-id-92152979219 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li a,
.hs-content-id-92152979216 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li a {
  padding: 0 0 15px;
}

@media (max-width: 992px){
  .hs-content-id-19286342290 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
  .hs-content-id-92331494146 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
  .hs-content-id-92162743378 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
  .hs-content-id-92152979219 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul,
  .hs-content-id-92152979216 .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {
    width: 100%;
    padding: 0;
    min-width: unset;
  }
  .hs-content-id-19286342290 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child :first-childul.hs-menu-children-wrapper li a,
  .hs-content-id-92331494146 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child :first-childul.hs-menu-children-wrapper li a,
  .hs-content-id-92162743378 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child :first-childul.hs-menu-children-wrapper li a,
  .hs-content-id-92152979219 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child :first-childul.hs-menu-children-wrapper li a,
  .hs-content-id-92152979216 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child :first-childul.hs-menu-children-wrapper li a {
    padding: 15px;
    color: #f4752c;
  }
  .hs-content-id-19286342290 .header-container-wrapper .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a,
  .hs-content-id-92331494146 .header-container-wrapper .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a,
  .hs-content-id-92162743378 .header-container-wrapper .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a,
  .hs-content-id-92152979219 .header-container-wrapper .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a,
  .hs-content-id-92152979216 .header-container-wrapper .row-fluid .header-section .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a {
    padding-left: 10px !important;
  }
}

/* End Temporary Menu */