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


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

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


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







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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//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");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: interface;
  src: url(https://use.typekit.net/af/233853/00000000000000003b9ae113/27/l?subset_id=1&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/233853/00000000000000003b9ae113/27/d?subset_id=1&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/233853/00000000000000003b9ae113/27/a?subset_id=1&fvd=i4&v=3) format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: interface;
  src: url(https://use.typekit.net/af/8882b8/00000000000000003b9ae115/27/l?subset_id=1&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/8882b8/00000000000000003b9ae115/27/d?subset_id=1&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/8882b8/00000000000000003b9ae115/27/a?subset_id=1&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: interface;
  src: url(https://use.typekit.net/af/dd4de0/00000000000000003b9ae114/27/l?subset_id=1&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/dd4de0/00000000000000003b9ae114/27/d?subset_id=1&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/dd4de0/00000000000000003b9ae114/27/a?subset_id=1&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: interface;
  src: url(https://use.typekit.net/af/35f45f/00000000000000003b9ae10e/27/l?subset_id=1&fvd=i1&v=3) format("woff2"), url(https://use.typekit.net/af/35f45f/00000000000000003b9ae10e/27/d?subset_id=1&fvd=i1&v=3) format("woff"), url(https://use.typekit.net/af/35f45f/00000000000000003b9ae10e/27/a?subset_id=1&fvd=i1&v=3) format("opentype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: interface;
  src: url(https://use.typekit.net/af/26b918/00000000000000003b9ae110/27/l?subset_id=1&fvd=n3&v=3) format("woff2"), url(https://use.typekit.net/af/26b918/00000000000000003b9ae110/27/d?subset_id=1&fvd=n3&v=3) format("woff"), url(https://use.typekit.net/af/26b918/00000000000000003b9ae110/27/a?subset_id=1&fvd=n3&v=3) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: interface;
  src: url(https://use.typekit.net/af/4a3941/00000000000000003b9ae117/27/l?subset_id=1&fvd=n8&v=3) format("woff2"), url(https://use.typekit.net/af/4a3941/00000000000000003b9ae117/27/d?subset_id=1&fvd=n8&v=3) format("woff"), url(https://use.typekit.net/af/4a3941/00000000000000003b9ae117/27/a?subset_id=1&fvd=n8&v=3) format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Ionicons;
  src: url(//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0);
  src: url(//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),
    url(//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0) format("truetype"),
    url(//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0) format("woff"),
    url(//cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
  font-weight: 400;
  font-style: normal
}


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



/* ==========================================================================
BRAINSTORM                                             
========================================================================== */
.hs-content-id-153266325631 .hero.heroSolutions .container .qualifiersSection{padding:0px!important;} 
.twocolsect.main-content{padding:0px 50px;}
.twocolsect.main-content .mwrap{padding:0px 50px 80px;max-width:1200px; text-align:left;}
.twocolsect .mwrap .tp-hdr{text-align:left;}

.twocolsect .mwrap .tp-hdr h2{font-size: 28px; margin:0px 0px 20px;}
.twocolsect .mwrap .tp-hdr p{font-size: 23px; line-height: 28px; margin:0px 0px 20px;}

.twocolsect.main-content .mwrap .twocols{display:flex;}
.twocolsect.main-content .mwrap .twocols .cnt{width:50%; position:relative;}
.twocolsect.main-content .mwrap .twocols .cnt ul{margin:0px;}
.twocolsect.main-content .mwrap .twocols .cnt ul li{list-style:none;position:relative;}
.twocolsect .mwrap .twocols .cnt p, .twocolsect .mwrap .twocols .cnt ul li{font-size:18px;line-height: 24px;}
.twocolsect .mwrap .twocols .cnt ul li{padding:7px 10px 12px;}
.twocolsect.main-content .mwrap .twocols .cnt ul li:before {content: "";width:30px;height:30px;position: absolute;display: inline-block;left: -35px;top: 5px;background-repeat:no-repeat; background-image:url('https://www.iistech.com/hubfs/check-1.png');background-size: 100%;}



@media all and (min-width: 1150px) {
  .footer-container-wrapper .footer-container .subscribe-wrapper .subscribe{position:relative;}
	.footer-container-wrapper .footer-container .subscribe-wrapper .subscribe:before{width: 100px;content: " ";background-image: url(https://4956608.fs1.hubspotusercontent-na1.net/hubfs/4956608/footer/CRN-2023.jpg);position: absolute;left: -190px;top: 87px;height:171px;background-size: 94px;background-repeat: no-repeat;}
	.footer-container-wrapper .footer-container .subscribe-wrapper .subscribe:after{width: 164px;content: " ";background-image: url(https://4956608.fs1.hubspotusercontent-na1.net/hubfs/4956608/footer/redhar.jpg);position: absolute;right: -200px;top: 80px;height:170px;background-size: 175px;background-repeat: no-repeat;}

}

@media all and (max-width: 900px) {
  .twocolsect.main-content .mwrap{padding:0px 0px 80px;}
.twocolsect .mwrap .tp-hdr p{font-size: 21px; line-height: 26px;}
.twocolsect .mwrap .tp-hdr h2{font-size: 25px;line-height: 30px; }
.twocolsect.main-content .mwrap .twocols{display:block;}
.twocolsect.main-content .mwrap .twocols .cnt{width:100%; position:relative;}
}
@media all and (max-width: 479px) {
  .twocolsect.main-content{padding:0px 1.25rem;}
.twocolsect .mwrap .tp-hdr h2{font-size: 24px;line-height: 30px; }
.twocolsect .mwrap .tp-hdr p{font-size: 20px; line-height: 30px;}
  .twocolsect.main-content .mwrap .twocols .cnt ul li:before {content: "";width:20px;height:20px;position: absolute;display: inline-block;left: -35px;top: 5px; background-image:url('https://www.iistech.com/hubfs/check-1.png');background-size: 100%;}
  .twocolsect.main-content .mwrap .twocols .cnt ul li {padding:2px 0px 8px;}
}
/* ==========================================================================
END BRAINSTORM                                             
========================================================================== */






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

*, *:before, *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 


body {
  font-family: interface,sans-serif;
  color: #262626;
  line-height: 1;
  margin: 0;
  font-size:16px;
}

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1 {}
h2, .h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #44b8c1;
}
h3, .h3 {
  font-weight: 700;
  line-height: 1.2;
  color: #09829a;
}
h4, .h4 {}
h5, .h5 {}
h6, .h6 {}

/* Anchor Links */
a { 
  color: #e32726;
  text-decoration:none;  
}
a:hover, a:focus { 
  color: #e32726;
  text-decoration:none;
}

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

/* Block Quotes */

blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  width: 38.5%;
  color: #979797;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999;
  border-bottom: thin solid #c2c2c4;
}

.widget-span.custom-logo {
  width: auto;
  margin: 0;
  padding-top: 5px;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  padding-left: 1.5rem;
}
.widget-span.custom-logo svg{width: 70px;}
.widget-span.custom-menu-primary {
  width: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  margin-left: 30px;
}

.widget-span.search-and-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: auto;
}

.custom-header .page-center>div>.row-fluid {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header .page-center>div>.row-fluid:after,
.custom-header .page-center>div>.row-fluid:before {
  display: none;
}
/* .hs-search-field.header-search {
display: none;
} */
.custom-header .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid rgb(153, 153, 154);
  max-width: 700px;
  margin: 0 auto;
  width:90%;
}

.custom-header .hs-search-field__suggestions li#results-for {
  color: #000;
}

.custom-header .hs-search-field__suggestions li a {
  padding: 5px 10px;
  color: #3d4759;
}
.rightNavHeader {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: 100%;
}

.rightNavHeader a {
  margin-right: 1.5rem
}

.header-search-button-container {
  cursor: pointer;
  position: relative;
  padding-top: 5px;
}

.header-search-button-container svg {
  padding-right: 1.5rem;
  width: 22px;
}

.container-fluid .row-fluid .custom-header .page-center {
  max-width: 1240px;
  position: relative; 
  width: 100%;
}

.rightNavHeader .contactNav {
  border: 2px solid #fff;
  background-color: transparent;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  min-width: 105px;
}

.rightNavHeader .contactNav svg {
  position: absolute;
  left: calc(0% - 9px);
  top: 8px;
}

.rightNavHeader .contactNav button {
  border: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  padding: 0px 20px;
  outline: none;
  position: relative;
  z-index: 1;
  line-height: 36px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  -webkit-transition: background 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: background 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: transparent;
  font-family: interface, sans-serif;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.rightNavHeader .contactNav button>div>div {
  top: -4px!important;
  position: relative;
  border-radius: 2px;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  text-align: center;
  height: 100%;
}

.rightNavHeader .contactNav button>div>div>span {
  font-weight: 700;
  font-size: 16px;
}

.rightNavHeader .contactNav button:hover {
  background-color: #fff;
  color: #262626;
}

.custom-header .searchPortal * {
  font-family: interface,sans-serif
}

.custom-header .searchPortal {
  top: 69px;
  width: 97.5%;
  left: 1.25%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.36);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.36);
  position: absolute;
  padding: 30px 0;
  z-index: 5;
  opacity:0;
  visibility:hidden;
}
.custom-header .searchPortal.open {
  opacity:1;
  visibility:visible;
}
.custom-header .searchPortal .searchField {
  margin: 30px auto 20px;
  padding-bottom: 10px;
}

@media (min-width: 900px) {
  .custom-header .searchPortal .searchField {
    width:700px!important
  }
}

@media (min-width: 650px) and (max-width:900px) {
  .custom-header .searchPortal .searchField {
    width:calc(500px + (100vw - 650px)/1.25)!important
  }
}

@media (max-width: 650px) {
  .custom-header .searchPortal .searchField {
    width:500px!important
  }
}

.custom-header .searchPortal .searchField>div:first-child,.custom-header .searchPortal .searchField input {
  font-family: interface,sans-serif!important;
  font-size: 48px!important;
  padding-bottom: 10px!important;
  max-width: 100% !important;
}

.custom-header .searchPortal .searchField>div.bottom-border {
  position: relative;
  bottom: -10px;
  width: calc(95% + 48px);
  left: -12px
}

.custom-header .searchPortal .x {
  display: inline-block;
  font-size: 21px;
  color: #3d4759;
  position: absolute;
  top: 80px
}

.custom-header .searchPortal .x svg {
  width: 18px
}

.custom-header .searchPortal .x svg:hover {
  cursor: pointer
}

.custom-header .searchPortal .x svg:hover path {
  fill: #09829a!important
}

.custom-header .searchPortal .x svg path {
  fill: #262626
}

@media (max-width: 650px) {
  .custom-header .searchPortal {
    top:101px;
    width: 95%;
    left: 2.5%;
    padding: 5px 0
  }

  .custom-header .searchPortal .searchField {
    width: 90%!important;
    margin: 10px 0
  }

  .custom-header .searchPortal .searchField>div:first-child {
    bottom: 20px!important
  }

  .custom-header .searchPortal .searchField>div:first-child,.custom-header .searchPortal .searchField input {
    font-size: 24px!important;
    padding-bottom: 0!important
  }

  .custom-header .searchPortal .searchField>div.bottom-border {
    width: auto!important;
    left: auto!important
  }

  .custom-header .searchPortal .x {
    top: 28px
  }
}

@media (max-width: 650px) and (min-width:650px) {
  .custom-header .searchPortal .x {
    right:194px
  }
}

@media (max-width: 650px) and (min-width:250px) and (max-width:650px) {
  .custom-header .searchPortal .x {
    right:calc(7px + (100vw - 250px)/2.13904)
  }
}

@media (max-width: 650px) and (max-width:250px) {
  .custom-header .searchPortal .x {
    right:7px
  }
}

.custom-header .searchPortal .searchField>div:first-child {
  position: absolute;
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  bottom: 12px;
}

.custom-header .searchPortal .searchField input {
  padding: 0px;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.87);
  cursor: inherit;
  font: inherit;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.custom-header .searchPortal .searchField {
  -webkit-transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  cursor: auto;
  height: 48px;
  position: relative;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.custom-header .searchPortal .searchField>div.bottom-border hr:first-child {
  border-top: none rgb(153, 153, 154);
  border-left: none rgb(153, 153, 154);
  border-right: none rgb(153, 153, 154);
  border-bottom: 1px solid rgb(153, 153, 154);
  bottom: 8px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0px;
  position: absolute;
  width: 100%;
}

.custom-header .searchPortal .searchField>div.bottom-border hr:last-child {
  border-top: none rgb(37, 96, 146);
  border-left: none rgb(37, 96, 146);
  border-right: none rgb(37, 96, 146);
  border-bottom: 3px solid rgb(153, 153, 154);
  bottom: 8px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0px;
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.custom-header .searchPortal .searchField.active>div.bottom-border hr:last-child {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


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

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top:25px;
  padding-bottom:25px;
  padding-left:15px;
  padding-right:15px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.hero {
  background-size: cover;
  background-position: 50%;
  color: #fff;
  font-family: interface,sans-serif;
  position: relative;
  padding: 0 50px;
  display: flex;
  align-items: center;
  padding-top: 70px;
  margin-top: -1px;
  box-sizing: content-box;
  min-height: 50vh;
}

.hero .hero-container {
/*   padding: 80px 0; */
  padding: 130px 0 80px;
  text-align: center;
}

.hero h1 {
  line-height: 1.15
}

.hero .container h1 {
  max-width: 725px;
  margin: 20px auto;
}

.hero .container p {
  max-width: 660px;
  margin: 10px auto;
}

@media (min-width: 1200px) {
  .hero h1 {
    font-size:46px
  }
}

@media (min-width: 480px) and (max-width:1200px) {
  .hero h1 {
    font-size:calc(42px + (100vw - 480px)/180)
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size:42px
  }
}

.hero p {
  line-height: 1.4
}

@media (min-width: 1200px) {
  .hero p {
    font-size:23px
  }
}

@media (min-width: 480px) and (max-width:1200px) {
  .hero p {
    font-size:calc(20px + (100vw - 480px)/240)
  }
}

@media (max-width: 480px) {
  .hero p {
    font-size:20px
  }
}

.hero .videoPlay {
  z-index: 500;
  cursor: pointer;
  width: 76px;
  margin: 0 auto
}

.hero .videoPlay,.hero .videoPlay>div {
  position: relative
}

.hero .audioPlayer {
  max-width: 100%;
  width: 570px
}

.hero .audioPlayer audio {
  width: 100%
}

.hero>div:last-child {
  width: 100%;
  height: 100%;
  clear: none;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0
}

.hero .watchTheVideo a {
  position: relative;
  top: .25em;
  margin-left: 10px
}

@media (max-width: 840px) {
  .hero {
    padding: 0 10px;
  }
}

@media (max-width: 479px) {
  .hero {
    height:auto
  }

  .hero .hero-container {
    padding: 114px 0 38px
  }

  .hero .container {
    padding: 0 1.25rem
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.22
  }

  .hero p {
    font-size: 20px;
    line-height: 1.55
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
  z-index: 1000000;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  overflow: auto;
  display:none;
}

.modal-video-effect-leave {
  opacity: 0
}

.modal-video-effect-leave .modal-video-movie-wrap {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px)
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
}

.modal-video-close-btn:before {
  transform: rotate(45deg)
}

.modal-video-close-btn:after {
  transform: rotate(-45deg)
}

.modal-video-close-btn:after,.modal-video-close-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px
}
.hs-banner #shifter {
  display: none;
}

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

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

.footer-dark {
  background-color: #3d4759;
  color: #fff;
  text-align: center;
}

.copyright {
  font-size: 12px;
  letter-spacing: .04rem;
  padding: .5em 0 2.5rem;
  color: #fff;
}

.copyright p {
  margin: 0;
}

.footer-term-link ul {
  font-size: 12px;
  letter-spacing: .04rem;
  padding: 0;
  margin: 0 auto !important;
  color: #3d4759;
  text-align: center;
  width: 100% !important;
  max-width: 200px;
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.footer-term-link ul {
  /* margin: 0; */
  /* padding: 0; */
  /* list-style: none; */
  /* margin: 0 auto; */
}

.footer-term-link ul li {
  display: inline-block  !important;
  margin: 0 auto 1em !important;
}

.footer-term-link ul li a {
  color: #fff;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  text-decoration: none;
}

.footer-term-link ul li a:hover {
  color: #cac8c8;
  padding-bottom: 3px;
}

.footer-social {width: 100% !important;}

.socialMedia a {
  color: #fff;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.socialMedia a svg {
  height: 32px;
  fill: #fff;
  -webkit-transition: fill .25s ease;
  transition: fill .25s ease;
}

.socialMedia a svg path {
  color: #fff;
}

.socialMedia {
/*   max-width: 305px; */
  max-width: 205px;
  margin: 1.5rem auto 2rem !important;
  padding: .5em 0;
  border-top: .5px solid #a0a0a0;
  border-bottom: .5px solid #a0a0a0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #fff;
  text-align: center;
  float: none !important;
}

.socialMedia a svg:hover {
  fill: #cac8c8;
}

.footer-menu {width: 100% !important;}

.footer-menu ul {
  width: 100%;
  max-width: 650px;
  margin: 0 auto !important;
  color: #3d4759;
  padding: 3em 0px 0;
  font-size: 14px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: none !important;
}

.footer-menu ul li {
  display: inline-block !important;
  margin: 0 auto 1em !important;
  width: auto;
}

.footer-menu ul li a {
  color: #fff;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.footer-menu ul li a:hover {
  color: #cac8c8;
  padding-bottom: 0;
}

.subscribe-wrapper {
  background-color: #fff;
  text-align: center;
}

.subscribe-wrapper .widget-span.subscribe {
  padding: 92px 0;
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.subscribe h3 {
  margin: 0 auto 10px !important;
  font-size: 22px !important;
  line-height: 1.27 !important;
  max-width: 80%;
  letter-spacing: .007em;
}


.subscribe h3 > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.subscribe input[type="email"] {
  left: 0;
  width: 100%!important;
  margin-top: 0!important;
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  color: rgba(0,0,0,.87);
  cursor: inherit;
  font: inherit;
  -webkit-opacity: 1;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0!important;
  border: 1px solid #9b9b9b;
  line-height: 1;
  padding: 15.5px 10px !important;
  border-radius: 0;
}

.subscribe .hs-form-field>label {
  display:none;
}

.subscribe  .input {
  display: block;
  height: 100%;
}


.subscribe .hs-button.primary, .subscribe .hs-button.primary, .subscribe input[type="submit"] {
  -webkit-appearance: none;
  border: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-family: Roboto,sans-serif !important;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  outline: none;
  font-size: 18px;
  position: relative;
  line-height: 36px;
  border-radius: 2px;
  -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
  transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
  background-color: #09829a;
  text-align: center;
  color: #fff;
  font-family: interface,sans-serif!important;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 97px;
}
.subscribe-wrapper .widget-span.subscribe #hs_form_target_module_1561539311386463 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.subscribe-wrapper .widget-span.subscribe #hs_form_target_module_1561539311386463 form {
  margin: 20px;
  padding-right: 97px;
  position: relative;
  width: 350px;
  max-width: 100%;
}
.subscribe-wrapper .hs-button {
  position: absolute !important;
  top: 0;
  right: 0;
}
.subscribe-wrapper .hs-error-msgs {
  color: inherit;
  font: inherit;
}
.banner-fix{
  padding-top:69px;
}
.custom-footer.lp .footer-dark {
  padding-top: 40px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul {
  margin-left: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  padding: .8rem 1em;
  position: relative;
  float: none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  padding-bottom: 22px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  border-bottom: 5px solid #fff;
}
.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  border-bottom: 5px solid #44b8c1!important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  font-weight: 800;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a svg {
  position: absolute;
  top: 16px;
  right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a>span {
  padding: 0px 16px 0px 0px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.child-open>a svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  position: static !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  position: static !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul {
  background-color: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.36);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.36);
  margin: 0 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 71px;
  z-index: 99;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>svg.bottomTriangle {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: 0 auto;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-open>svg.bottomTriangle {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  z-index: 100;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-open:not(:first-child)>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  padding: 0 40px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a>svg {
  min-width: 35px;
  width: calc(35px + (100vw - 800px) / 40);
  max-width: 40px;
  min-height: 35px;
  height: 35px;
  position: relative;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
  top: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 15px;
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a>span {
  color: #262626;
  letter-spacing: .007em;
  white-space: normal;
  margin-left: 10px;
  padding-top: 1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a:hover>svg {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
  top: -4px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child>a {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 40px 15px;
  color: #fff;
  background-color: #a3cf5d;
  font-weight: 700;
  box-sizing: border-box;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child>a>span {
  padding: 0;
  margin: 0;
  color: inherit;
  font-weight: 700;
  margin-right: 7px;
  padding-bottom: 5px;
  letter-spacing: 0;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child>a>svg.svgArrow {
  position: relative;
  top: 2px;
  width: 12px;
  height: 14px;
  padding: 0;
  min-height: 0;
  min-width: 12px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child>a>span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0s ease,background .5s ease;
  transition: width 0s ease,background .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child>a>span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #fff;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child>a:hover>span:before {
  width: 100%;
  background: #fff;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child>a:hover>span:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>svg.bottomTriangle {
  position: absolute;
  top: -5px;
  left: 144px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>svg {
  display: none !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>svg.bottomTriangle {
  left: 60px;
  right: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.child-open:first-child>ul.hs-menu-children-wrapper {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper {
  position: absolute;
  top: 76px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.36);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.36);
  background: #fff;
  margin: 0 auto !important;
  max-width: 100%;
  width: 1200px;
  left: 0;
  margin: 0 auto;
  z-index: 99;
  right: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 3%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children a:empty {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1) {
  padding-right: 6%;
  text-align: left;
  color: #262626;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  width: 39%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2) {
  padding-right: 3%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3) {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1)>ul>li {
  background-color: #f9f9f9;
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
  margin-bottom: 18px;
}

.custom-menu-primary .hs-menu-wrapper>ul a {
  white-space: normal !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li>ul>li .imageHolder img {
  width: 35px;
  height: 35px;
  max-width: none;
}

.imageHolder {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 25px;
}

.image-and-link {
}

.image-and-link>a {
  font-size: 16px;
  margin-top: 0;
  text-align: left;
  margin-bottom: 10px;
  color: rgb(31, 146, 196);
  font-weight: bold;
}
.image-and-link>a[href="javascript:;"],
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>a[href="javascript:;"]{
  cursor: text;
}
.image-and-link>ul>li>a {
  color: #181919;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 15px;
}

.image-and-link>ul>li>ul>li>a>span {
  font-weight: 700!important;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-right: 3px;
  color: rgb(31, 146, 196);
  font-size: 15px;
}

.image-and-link>ul>li>ul>li>a {
  line-height: 1.4;
}

.image-and-link>ul>li>ul>li>a>svg.svgArrow {
  position: relative;
  top: 2px;
}

.image-and-link>ul>li>ul {
  line-height: 1.4;
  margin: -1px 0 0 !important;
}

.image-and-link>ul>li>ul>li>a>span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0s ease,background .5s ease;
  transition: width 0s ease,background .5s ease;
}

.image-and-link>ul>li>ul>li>a>span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #1f92c4;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  background: currentColor;
}

li:hover>.image-and-link>ul>li>ul>li>a>span:before {
  width: 100%;
  background: #1f92c4; 
  -webkit-transition: width .5s ease; 
  transition: width .5s ease;
  background: currentColor;
}

li:hover>.image-and-link>ul>li>ul>li>a>span:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1)>ul>li:nth-child(2) .image-and-link>a {
  color: rgb(68, 184, 193);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1)>ul>li:nth-child(2) .image-and-link>ul>li>ul>li>a>span {
  color: rgb(68, 184, 193);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1)>ul>li:nth-child(3) .image-and-link>a {
  color: rgb(144, 190, 111);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1)>ul>li:nth-child(3) .image-and-link>ul>li>ul>li>a>span {
  color: rgb(144, 190, 111);
}

.image-and-link>ul>li>ul>li>a path {
  fill: currentColor !important;
}

.image-and-link>ul>li>ul>li>a {
  color: rgb(31, 146, 196);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1)>ul>li:nth-child(2) .image-and-link>ul>li>ul>li>a {
  color: rgb(68, 184, 193);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1)>ul>li:nth-child(3) .image-and-link>ul>li>ul>li>a {
  color: rgb(144, 190, 111);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>a {
  font-size: 16px;
  margin-top: 0;
  text-align: left;
  margin-bottom: 10px;
  color: #262626;
  font-weight: bold;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul {
  margin-top:16px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li {
  margin-bottom: 18px;
  position: relative;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  color: #262626;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li>.imageHolder {
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
  position: relative;
  top: -2px;
  left: 1px;
  padding: 6px 20px 0 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper {
  left: 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>svg.bottomTriangle {
  position: absolute;
  top: -5px;
  left: 137px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li:hover>.imageHolder {
  top: -6px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
}

.solutions-link-wrap>a {
  font-weight: bold;
}

.solutions-link-wrap {
  line-height: 1.4;
  font-size: 16px;
}

.solutions-link-wrap a {
  color: inherit;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>a {
  color: #262626;
  font-size: 16px;
  margin-top: 0;
  text-align: left;
  margin-bottom: 10px;
  cursor: text;
  font-weight: bold;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li {
  margin-bottom: 8px;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #262626;
  line-height: 1.4;
  font-size: 16px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul {
  margin-top: 1em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li:last-child {
  margin-top: 54px;
  margin-bottom: 0;
}
/*ADAM*/
.custom-menu-primary .hs-menu-wrapper  .hs-menu-item:first-child .hs-menu-children-wrapper{
  max-width: 800px;
  margin: 0px 0px 0px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > .hs-item-has-children > ul > li:nth-child(1){
  padding-right: 8%;
  flex-basis: 50%;
  width: 50%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > .hs-item-has-children > ul > li:nth-child(2){
  padding-right: 0%;
  flex-basis: 41% !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li:nth-child(8) a{
  background-color: #f9f9f9;
  width: 191px !important;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100% !important;
  color: #5b2b82;
  font-weight: bold;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li:nth-child(8) a span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  color: #5b2b82;
  top: .1em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li:nth-child(8) a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0s ease,background .5s ease;
  transition: width 0s ease,background .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li:nth-child(8) a span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #5b2b82;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li:nth-child(4) a:hover span:before {
  width: 100%;
  background: #5b2b82;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li:nth-child(4) a:hover span:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.contactPage .hs-form-field select{ max-width: 345px;}

.news-article-list.list-group .pressreleases{display:none; visibility:hidden;}
.newsroom .news-article-list.list-group .pressreleases{display:block; visibility:visible;}
.newsroom .news-article-list.list-group .tags{display:none; visibility:hidden;}

/*END ADAM*/
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li:last-child>a {
  background-color: #f9f9f9;
  width: 191px !important;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100% !important;
  color: #5b2b82;
  font-weight: bold;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li:last-child>a>span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  color: #5b2b82;
  top: .1em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li:last-child>a>span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0s ease,background .5s ease;
  transition: width 0s ease,background .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li:last-child>a>span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #5b2b82;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li:last-child>a:hover>span:before {
  width: 100%;
  background: #5b2b82;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li:last-child>a:hover>span:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(.hs-item-has-children) {
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(.hs-item-has-children)>a {
  padding: 20px 40px 15px;
  color: #fff;
  background-color: #5b2b82;
  font-weight: 700;
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li:last-child,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(1)>ul>li:last-child {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(.hs-item-has-children)>a>span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-right: 3px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(.hs-item-has-children)>a>svg.svgArrow {
  position: relative;
  top: 2px;
  margin: 0 0 0 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(.hs-item-has-children)>a>span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0s ease,background .5s ease;
  transition: width 0s ease,background .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(.hs-item-has-children)>a>span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #fff;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(.hs-item-has-children)>a:hover>span:before {
  width: 100%;
  background: #fff;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(.hs-item-has-children)>a:hover>span:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.scrolled .custom-header {
  background: #fff!important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.banner-fix .custom-header{
  background: #fff!important;
}
.scrolled .custom-logo path,
.banner-fix .custom-logo path {
  fill: #262626!important;
}

.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.banner-fix .custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #262626;
}

.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li>a polygon,
.banner-fix .custom-menu-primary .hs-menu-wrapper>ul>li>a polygon{
  fill: #262626!important;
}

.scrolled .rightNavHeader .contactNav button,
.banner-fix .rightNavHeader .contactNav button {
  color: #262626;
}

.scrolled .rightNavHeader .contactNav,
.banner-fix .rightNavHeader .contactNav{
  border: 2px solid #262626!important;
}

.scrolled .rightNavHeader .contactNav svg circle,
.banner-fix .rightNavHeader .contactNav svg circle{
  fill: #262626;
}

.scrolled .header-search-button-container svg path,
.banner-fix .header-search-button-container svg path{
  fill: #262626!important;
}

.scrolled .rightNavHeader a:hover>.contactNav,
.scrolled .rightNavHeader a:hover>.contactNav button,
.banner-fix .rightNavHeader a:hover>.contactNav,
.banner-fix .rightNavHeader a:hover>.contactNav button{
  background-color: #262626!important;
  color: #fff !important;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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:651px) {
  .mobile {
    display:none !important;
  }
}
@media (max-width: 1067px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul {
    padding: 30px 1%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2) {
    flex-basis: 39%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>svg.bottomTriangle {
    position: absolute;
    top: -5px;
    left: 156px;
  }
}
@media (max-width: 1200px) and (min-width: 650px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: calc(14px + (100vw - 650px)/275)!important;
  }
  .rightNavHeader .contactNav button>div>div>span {
    font-size: calc(14px + (100vw - 650px)/275)!important;
  }
}
@media (max-width: 1000px) and (min-width: 600px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li>.imageHolder>img {
    height: calc(30px + (100vw - 600px)/80);
    width: calc(30px + (100vw - 600px)/80);
  }
  .solutions-link-wrap {
    font-size: calc(14px + (100vw - 600px)/200);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(3)>ul>li>ul>li:not(:last-child)>a {
    font-size: calc(14px + (100vw - 600px)/200);
  }
  .image-and-link>ul>li>ul>li>a>span {
    font-size: calc(13px + (100vw - 800px)/200);
  }

}

@media (max-width: 840px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: .8rem .7em;
  }
}


@media (max-width: 799px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a svg {
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a>span {
    padding: 0;
    position: relative;
  }
  .custom-header .hs-menu-wrapper * {
    width: auto;
  }
}
@media (max-width: 700px){

  .custom-logo svg {
    width: 40px;
  }

  .header-search-button-container svg {
    width: 18px;
    box-sizing: content-box;
  }
}
/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 650px) {
  .custom-header.lp {
    height: 45px;
  }
  .desktop {
    display:none !important;
  }
  .custom-header .page-center>div>.row-fluid {
    height: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 1px;
  }

  .widget-span.mobile-menu {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    border-top: thin solid #c2c2c4;
    margin-left: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
    padding: 1px 0 0;
  }

  .custom-header {
    height: 95px;
    overflow-y: hidden;
  }

  .widget-span.mobile-menu .hs-menu-wrapper>ul {
    margin-left: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .widget-span.mobile-menu .hs-menu-wrapper>ul>li {
    display: inline-block;
    padding: .3rem 1.1rem .4rem;
    position: relative;
  }

  .widget-span.mobile-menu .hs-menu-wrapper>ul>li>a {
    padding-bottom: 11px;
    color: #fff;
    font-weight: 700!important;
    font-size: 15px!important;
    line-height: 36px;
  }

  .widget-span.mobile-menu .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
  }

  .rightNavHeader .contactNav button {
    font-size: 14px;
  }

  .rightNavHeader .contactNav button>div>div>span {
    font-size: 14px;
  }

  .custom-header .searchPortal .searchField {
    width: 90%!important;
    margin: 10px auto;
  }

  .custom-header .searchPortal {
    position: fixed;
    top: 46px;
  }
  .scrolled .widget-span.mobile-menu .hs-menu-wrapper>ul>li>a,
  .banner-fix .widget-span.mobile-menu .hs-menu-wrapper>ul>li>a{
    color: #262626!important;
  }

  /*  Remove to match from client site  */
  .mobile-menu.mobile {
    display: none !important;
  }
  .custom-header {
    height: 46px;
    overflow-y: visible;
  }
  /*  Remove to match from client site  */
  .widget-span.search-and-contact-btn {
    position: relative;
  }

  .custom-mobile-menu.mobile {
    display: none;
  }
  .mobile-trigger {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    border: 2px solid #fff;
    left: -48px;
    border-radius: 2px;
    cursor: pointer;
  }

  .mobile-trigger i {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -1px auto 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .mobile-trigger i:after,.mobile-trigger i:before {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: relative;
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .mobile-trigger i:after {
    top: 4px;
  }

  .mobile-trigger i:before {
    top: -6px;
  }
  .mobile-open .mobile-trigger i {
    background: transparent !important;
  }

  .mobile-open .mobile-trigger i:before {
    top: 1px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .mobile-open .mobile-trigger i:after {
    top: -1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .scrolled .mobile-trigger,
  .banner-fix .mobile-trigger{
    border-color: #262626;
  }

  .scrolled .mobile-trigger i,
  .scrolled .mobile-trigger i:before,
  .scrolled .mobile-trigger i:after,
  .banner-fix .mobile-trigger i,
  .banner-fix .mobile-trigger i:before,
  .banner-fix .mobile-trigger i:after{
    background: #262626;
  }
  .custom-mobile-menu {
    padding: 20px;
    border-bottom: thin solid #c2c2c4;
    overflow-y: auto !important;
    max-height: calc(100vh - 46px);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.16);
    top: 1px;
    position: relative;
  }

  .custom-mobile-menu li {
    display: block;
    width: 100%;
  }

  .custom-mobile-menu li a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 0 0 11px;
  }

  .custom-mobile-menu li:last-child>a {
    padding: 0;
  }

  .custom-mobile-menu li a:hover {
    font-weight: 800;
  }

  .custom-mobile-menu .hs-menu-wrapper {
  }

  .scrolled .custom-mobile-menu li a {
    color: #262626!important;
  }
  .custom-mobile-menu.mobile {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .scrolled .custom-mobile-menu {
    background: #fff;
  }

}



/* ==========================================================================
5. BLOG                                        
========================================================================== */

.hs-author-avatar>img {
  max-width: 50px;
  margin: 0 0 15px;
}
.custom_listing_comments {
  padding: 10px;
  border: 1px solid #ccc;
}
span.filter-link-count {
  display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */

.article-blog .about-author-sec{border-bottom: .8px solid #979797; border-top: .8px solid #979797; padding:20px 25px 20px;}
.article-blog .about-author-sec .span2 img{margin:0px!important;}
.article-blog .about-author-sec .span10 h3{line-height: 1.2;color: #09829a;font-size: 22px; padding:34px 0px 0px 10px;}
.article-blog .about-author-sec .span10 h3 a{color: #e32726; text-decoration:none;}

#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 0 0 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:inline-block;
  padding:20px 0;
}

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

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


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


.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


/* -------------- Default Code for comment ------------ */



.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}

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

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

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

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

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

#comments-listing.no-comments {
  border: none;
}



.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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

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

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

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




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

.blog .blog-sidebar {}


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



.blog .blog-sidebar .widget-span {
  padding: 0 0 25px;
}
#comments-listing.no-comments {
  border: none;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */
.max-500 {
  max-width:500px;
}
.screen-reader-text {
  display:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]{
  -webkit-appearance: none;
}
.subscribe-options label {
  margin: 0 !important;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

.body-container .widget-type-form,
.landing-page.one-column .body-container .hs_cos_wrapper_type_form form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt,
.body-container .widget-type-email_simple_subscription form,
.hs-blog-post .body-container .widget-type-blog_comments form,
.hs-search-field {
  background-color: #4badea;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  color:#fff;
}

h3.form-title {
  color: inherit;
  margin: 20px auto;
  font-size: 42px;
  text-align: center;
  line-height:1;
  font-weight: 700;
}

.hs-error-msgs {
  font-size: 14px;
  color: #ff0;
  margin: 9px 0;
  list-style: none;
  padding: 0;
}

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

/* Form Field */
.hs-form-field:not(:first-child) {
  margin-top: 1.9rem;
}
.hs-form-field {

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display:block;
  margin:0 0 10px;
}

/* One Line Inputs */



input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  display: block;
  max-width: 500px;
  border: none;
  outline: none;
  background-color: rgba(0,0,0,0);
  color: rgba(0, 0, 0, 0.87);
  cursor: inherit;
  font: inherit;
  position: relative;
  background: #fff;
  text-align: left;
  border-radius: 2px;
  padding: 13px 10px;
  font-size: 16px;
  line-height: 24px;
}

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

}


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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #949393;
}
:-moz-placeholder {
  color: #949393;
}
::-moz-placeholder {
  color: #949393;
}
:-ms-input-placeholder {
  color: #949393;
}


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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


.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: inherit;
  text-decoration: none !important;
  margin-top: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  border: 3px solid rgb(37, 96, 146);
  background-color: rgb(37, 96, 146);
  position: relative;
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
  color: white;
  min-width: 180px;
  text-align: center;
  padding: 18px 15px;
  line-height: 1;
}

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

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
}
/*Search Output*/

.hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

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

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}




.case-study .hero {
  height: 35vw;
}

.case-study .banner-fix {
  padding-top: 0;
}

.case-study .articleBody {
  float: none !important;
  margin: 0 auto !important;
}

.share h5 {
  font-weight: 300!important;
}

.case-study .content {
  box-sizing: content-box !important;   
  margin-left: auto !important;
}

.case-study .execSummary{
  margin: 0 auto !important;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.case-study .execSummary p {
  line-height: 1.7;
  margin-top: 0;

  font-size: calc(18px + (100vw - 480px)/240);
}

.case-study  .body-container {
  overflow-x: hidden;
}

.shareLinks {
  padding: 10px!important;
  top: -27px;
  text-align: center;
}

.case-study .content .execSummary h2 {
  line-height: 1.6;
  margin-top: 40px !important;
}

.case-study .content .execSummary h2:first-of-type {
  margin-top: 0 !important;
}

.case-study .execSummary ul {
  column-count: 2;
  list-style: none;
  padding-left: 0;
  width: 110%;
}

.case-study .execSummary ul li:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url(//4956608.fs1.hubspotusercontent-na1.net/hubfs/4956608/IIS_June2019/images/plus-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .75rem;
}

.case-study .execSummary ul li {
  margin-bottom: 18px;
  line-height: 1.62;
  padding: 0 !important;
}

.case-study .articleBody .content h2 {
  line-height: 1.6;
}

.comment-form .section.post-footer form{
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

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

.popular-post-wrapper .hero-insight-format {
  border: 2px solid #fff;
  border-radius: 20px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 8px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  min-width: 151px;
}

.popular-post-wrapper .hero .container h1 {
  max-width: 100%;
  margin: 0.83em auto;
}

.popular-post-wrapper .hero .container p {
  max-width: 100%;
  margin: 1em auto;
}

.popular-post-wrapper .IISButton {
  border: 3px solid rgb(163, 207, 93);
  background-color: transparent;
  color: rgb(163, 207, 93);
}

.popular-post-wrapper .IISButton:hover {
  background-color: rgb(163, 207, 93);
}

.recent-posts-wrapper {
  background: #f3f3f3;
}

.insights-list h3 {
  color: #262626;
}

.insights-list .insight-topic .span-link {
  float: none;
  width: auto;
  margin: 0;
}

.formFields {
  margin: 5.7rem 0;
  text-align: center;
}

.formFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.all-topics, .all-blog {
  display: inline-block;
  background-color: #256092;
  color: white;
  height: 56px;
  line-height: 56px;
  opacity: 1;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-overflow: ellipsis;
  min-width: 256px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.formFields ul svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 12px;
  outline: none;
  font-size: 0;
  font-weight: inherit;
  overflow: visible;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 24px;
  height: 24px;
  fill: #e0e0e0;
  background: none;
}

.formFields ul li {
  position: relative;
  padding-right: 60px;
}

.formFields ul li a {
  color: #fff;
  display: block;
}

.formFields ul ul {
  display: none;
  position: absolute;
  top: -2px;
  width: 100%;
  padding: 16px 0px;
  max-height: 500px;
  overflow-y: auto;
  color: rgba(0,0,0,0.87);
  background-color: #fff;
  transition: transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms,opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms !important;
  box-sizing: border-box;
  font-family: Roboto,sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-shadow: rgba(0,0,0,0.12) 0px 1px 6px, rgba(0,0,0,0.12) 0px 1px 4px;
  border-radius: 2px;
  z-index: 99 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.formFields ul ul li {
  padding: 0;
}

.formFields ul ul li a {
  padding: 0px 24px;
  border: 10px;
  box-sizing: border-box;
  display: block;
  font-family: interface, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  outline: none;
  font-size: 16px;
  font-weight: inherit;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  min-height: 32px;
  white-space: nowrap;
  background: none;
}


.formFields ul ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.all-blog ul {
  vertical-align: middle;
}

.all-blog ul li a {
  display: block !important;
}

.all-blog .hs-menu-wrapper >ul >li {
  float: none !important;
  display: block;
}

.all-blog .hs-menu-wrapper >ul {
  display: block;
  width: 100%;
}

.media {
  background-color: #4cc1e0 !important;
}

.cloud {
  background-color: #09829a !important;
}

.infrastructure {
  background-color: #256092 !important;
}

.healthcare {
  background-color: #256092 !important;
}

.retail {
  background-color: #09829a !important;
}

.bigdata {
  background-color: #4cc1e0 !important;
}

.case-study.article-blog .hero {
  height: auto;
}

.case-study.article-blog .content h2 {
  padding: 0;
}

.case-study .articleBody .content img {
  max-width: none;
}

.case-study.article-blog .articleBody .content p:first-of-type,
.case-study.article-blog .articleBody .content h2:first-of-type,
.case-study.article-blog .articleBody .content h3:first-of-type{
  margin-top: 0;
}

.case-study.article-blog .articleBody .content h2+p,
.case-study.article-blog .articleBody .content h3+p{
  margin-top: 1em !important;
}


.case-study.article-blog .content blockquote {
  color: #09829a;
  font-size: 28px;
  font-style: normal;
  line-height: 1.26;
  font-family: interface;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  left: -100px;
  position: relative;
  float: left;
  border-top: 2px solid #09829a;
  border-bottom: 2px solid #09829a;
  padding-bottom: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  margin-top: 1em;
  margin-bottom: 1em;
}

.case-study.article-blog .content blockquote p {
  margin: 0;
  padding: 4px 0;
  color: #09829a;
  font-family: Georgia,Times New Roman,Times,serif;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  line-height: 1.26;
}

.case-study.article-blog .content blockquote:before,
.case-study.article-blog .content blockquote:after {
  font-family: Georgia,serif;
  font-size: 85px;
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  background: #fff;
  width: 44px;
  height: 70px;
}

.case-study.article-blog .content blockquote:before{
  content: "\201C";
  top: -27px;
  font-size: 78px;
  margin-bottom: -.45em;
}

.case-study.article-blog .content blockquote:after{
  content: "\201D";
  margin-bottom: -.65em;
}

.blog-pagination{
  display: block !important;
}

.blog-pagination .load-more{
  font-size: 28px;
  font-weight: 700;
  color: #99999a !important;
  padding: 12px 62px;
  border: 2px solid #cac8c8;
  display: inline-block;
  background: #fff;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.blog-pagination .no-post {
  font-size: 28px;
  font-weight: 700;
  color: #99999a !important;
  padding: 12px 62px !important;
  border: 2px solid #cac8c8;
  display: none;
  background: #fff;
  transition: all 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  width: auto !important;
}

.blog-pagination {
  text-align: center !important;
  padding-bottom: 5px;
}

.blog-pagination .load-more:hover,
.blog-pagination .no-post:hover{
  box-shadow: 0 1px 6px rgba(0,0,0,.117647),0 1px 4px rgba(0,0,0,.117647);
  color: #99999a !important;
}

g#shifter {
  display: none;
}

#infscr-loading img{
  width: auto !important;
}

.blog-pagination .load-more[href*="/page/0"] {
  display: none;
}

.hero.blog-banner{
  height: 476px;
  padding-top: 0;
}

.hero.blog-banner .hero-container {
  padding-top: 249px;
}

.hero.blog-banner .container h1 {
  margin-top: .83em;
  margin-bottom: .83em;
  font-size: 46px;
  line-height: 1.15;
}

.hs-blog .insights-list .main-insight > a {
  float: right;
}

.hs-blog .insights-list .list-image {
  width: auto;
  height: auto;
  position: relative;
}

.hs-blog .insights-list .insight-topic span {
  float: none;
}

.hs-blog .all-blog {
  display: none;
}

.hs-blog.case-study.article-blog .articleBody .content p:first-of-type {
  margin-top: 1em;
}

.hs-blog.case-study.article-blog .articleBody .content h2:first-of-type,
.hs-blog.case-study.article-blog .articleBody .content h3:first-of-type {
  margin-top: 40px;
}

.hs-blog.case-study .hero {
  height: 467px;
  align-items: center;
}

.hs-blog.case-study .hero .container {
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}

@media (min-width: 1200px){
  .case-study .execSummary p {
    font-size: 21px;
  }
}

@media (max-width: 840px){
  .popular-post-wrapper .hero {
    padding: 0 10px;
  }
}
@media (max-width: 780px){
  .share h5 {
    text-align: center !important;
    line-height: 1.6;
    margin-top: 5px !important;
  }

  .case-study .execSummary ul {
    width: 80%;
  }

  .case-study .execSummary {
    padding: 0;
  }

}

@media (max-width: 767px){
  .all-blog .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute !important;
    display: none;
  }

  .formFields ul svg, .formFields ul svg * {
    width: auto;
    display: inline-block;
    box-sizing: content-box;
  }

  .case-study.article-blog .content blockquote {
    left: 0;
    max-width: none;
    margin: 1.5rem 0 3rem;
    width: 100%;
  }

  .case-study.article-blog .articleBody .abstract {
    margin-top: 0 !important;
  }

  .hero.blog-banner .container h1 {
    font-size: 30px;
  }

  .hs-blog .recent-posts-wrapper {
    display: none !important;
  }

  .hs-blog .all-topics {
    display: block;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .hs-blog .insights-list .main-insight>a {
    float: none;
  }

  .hs-blog .insights-list .list-image {
    max-width: 100%;
  }

  .hs-blog.case-study.hs-blog-post .hero .container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hs-blog.case-study.hs-blog-post .hero.blog-banner .hero-container {
    padding-top: 140px;
  }

  .hs-blog.case-study .articleBody .content img {
    width: auto !important;
    float: none !important;
    display: block !important;
    margin: 10px auto !important;
  }

  .articleBody.comment-form .container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box !important;
  }

}
@media (max-width: 600px){
  .case-study .execSummary ul {
    column-count: 1;
  }
}

@media (max-width: 597px){
  .recent-posts-wrapper {
    display: none;
  }

  .all-topics {
    margin-bottom: 3px;
  }
}
@media (max-width: 479px){
  .case-study .execSummary p {
    font-size: 18px;
  }

  .hero.blog-banner .hero-container {
    padding-top: 168px;
  }
}


@media (min-width: 651px) {
  .mobile {
    display:none!important
  }
}

@media (min-width: 841px) {
  .tablet-under {
    display:none!important
  }
}

@media (max-width: 840px) {
  .tablet-over {
    display:none!important
  }
}

@media (max-width: 650px) {
  .desktop {
    display:none!important
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes cookieSlideup {
  0% {
    height: 0
  }

  to {
    height: 50px
  }
}

@keyframes spinOnce {
  0% {
    transform: rotate(60deg)
  }

  to {
    transform: rotate(359deg)
  }
}
half {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%
}

.half:last-child {
  float: right;
  margin-right: 0
}

.midsection {
  padding: 5rem 50px
}

.midsection .container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}

.midsection .container:after {
  content: " ";
  display: block;
  clear: both
}

.midsection h2 {
  font-weight: 700;
  line-height: 1.2
}

@media (min-width: 1200px) {
  .midsection h2 {
    font-size:40px
  }
}

@media (min-width: 480px) and (max-width:1200px) {
  .midsection h2 {
    font-size:calc(24px + (100vw - 480px)/45)
  }
}

@media (max-width: 480px) {
  .midsection h2 {
    font-size:24px
  }
}

.midsection p {
  line-height: 1.58
}

@media (min-width: 1200px) {
  .midsection p {
    font-size:20px
  }
}

@media (min-width: 480px) and (max-width:1200px) {
  .midsection p {
    font-size:calc(16px + (100vw - 480px)/180)
  }
}

@media (max-width: 480px) {
  .midsection p {
    font-size:16px
  }
}

.midsection img {
  margin: 5rem 0 20px;
  max-width: 100%
}

@media (max-width: 479px) {
  .midsection {
    padding:5rem 20px
  }
}
.homepage .hero {
  background-color: #256092
}

.homepage .hero .container h1 {
  max-width: 680px;
  margin: 20px auto
}

.homepage .hero .container p {
  max-width: 710px;
  margin: 10px auto
}

.homepage .featured-content {
  background: #4cc1e0
}

.homepage .featured-content .outerContainer {
  padding: 32px 50px
}

.slideshow-container .mySlides div.case-text {
  font-size: 23px;
  font-weight: 600;
  margin: 0 auto 24px;
}

.slideshow-container .mySlides div.quote-text {
  font-size: 23px;
  font-weight: 400;
  margin: 0 auto 24px;
}

.slideshow-container .mySlides div.read-more-text {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 16px;
}

.homepage .featured-content .outerContainer .container p {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  max-width: 480px;
  margin: 0 auto 16px;
  line-height: 1.25
}

.homepage .featured-content .outerContainer .container p {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  max-width: 480px;
  margin: 0 auto 16px;
  line-height: 1.25
}

.homepage .featured-content .outerContainer .container a {
  font-weight: 700;
  font-size: 18px;
  color: #fff
}

.homepage .featured-content .outerContainer .container a span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.homepage .featured-content .outerContainer .container a span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.homepage .featured-content .outerContainer .container a span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #fff;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.homepage .featured-content .outerContainer .container a:hover span:before {
  width: 100%;
  background: #fff;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.homepage .featured-content .outerContainer .container a:hover span:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.homepage .featured-content .outerContainer .container a svg {
  position: relative;
  top: 1px;
  margin-left: 10px
}

@media (max-width:479px) {
  .homepage .featured-content .outerContainer {
    padding: 32px 1.25rem
  }

  .homepage .featured-content .outerContainer .container a span {
    font-size: 18px
  }

  .homepage .featured-content .outerContainer .container a svg {
    height: 12px
  }
}

.homepage .edge-section .outerContainer,
.homepage .midsection .outerContainer,
.homepage .practice-areas .outerContainer {
  padding: 8rem 50px
}

.homepage .edge-section .outerContainer .container .left-side h3,
.homepage .midsection .outerContainer .container .left-side h3,
.homepage .practice-areas .outerContainer .container .left-side h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px
}

@media (min-width:1200px) {

  .homepage .edge-section .outerContainer .container .left-side h3,
  .homepage .midsection .outerContainer .container .left-side h3,
  .homepage .practice-areas .outerContainer .container .left-side h3 {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .homepage .edge-section .outerContainer .container .left-side h3,
  .homepage .midsection .outerContainer .container .left-side h3,
  .homepage .practice-areas .outerContainer .container .left-side h3 {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {

  .homepage .edge-section .outerContainer .container .left-side h3,
  .homepage .midsection .outerContainer .container .left-side h3,
  .homepage .practice-areas .outerContainer .container .left-side h3 {
    font-size: 24px
  }
}

.homepage .edge-section .outerContainer .container .left-side p,
.homepage .midsection .outerContainer .container .left-side p,
.homepage .practice-areas .outerContainer .container .left-side p {
  line-height: 1.58
}

@media (min-width:1200px) {

  .homepage .edge-section .outerContainer .container .left-side p,
  .homepage .midsection .outerContainer .container .left-side p,
  .homepage .practice-areas .outerContainer .container .left-side p {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .homepage .edge-section .outerContainer .container .left-side p,
  .homepage .midsection .outerContainer .container .left-side p,
  .homepage .practice-areas .outerContainer .container .left-side p {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {

  .homepage .edge-section .outerContainer .container .left-side p,
  .homepage .midsection .outerContainer .container .left-side p,
  .homepage .practice-areas .outerContainer .container .left-side p {
    font-size: 16px
  }
}

.homepage .edge-section .outerContainer .container .left-side .button-holder,
.homepage .midsection .outerContainer .container .left-side .button-holder,
.homepage .practice-areas .outerContainer .container .left-side .button-holder {
  margin-top: 3rem
}

.homepage .edge-section .outerContainer .container .left-side .button-holder,
.homepage .edge-section .outerContainer .container .left-side h3,
.homepage .edge-section .outerContainer .container .left-side p,
.homepage .midsection .outerContainer .container .left-side .button-holder,
.homepage .midsection .outerContainer .container .left-side h3,
.homepage .midsection .outerContainer .container .left-side p,
.homepage .practice-areas .outerContainer .container .left-side .button-holder,
.homepage .practice-areas .outerContainer .container .left-side h3,
.homepage .practice-areas .outerContainer .container .left-side p {
  text-align: left
}

@media (max-width:479px) {

  .homepage .edge-section .outerContainer,
  .homepage .midsection .outerContainer,
  .homepage .practice-areas .outerContainer {
    padding: 5rem 1.25rem !important
  }
}

.homepage .edge-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.homepage .edge-section .left-side,
.homepage .edge-section .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 50px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.homepage .edge-section .left-side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.homepage .edge-section .left-side h3 {
  color: #256092
}

.homepage .edge-section .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px
}

.homepage .edge-section .right-side img {
  width: 560px;
  max-width: 100%
}

@media (max-width:748px) {
  .homepage .edge-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .homepage .edge-section .container .left-side,
  .homepage .edge-section .container .right-side {
    width: 100%
  }

  .homepage .edge-section .container .right-side {
    padding-left: 0;
    margin-top: 70px
  }
}

.homepage .managed-services .outerContainer {
  padding: 0 50px 8rem
}

.homepage .managed-services .outerContainer .container .left-side {
  border-top: 1px solid #c2c2c4;
  padding: 8rem 0 3rem
}

.homepage .managed-services .outerContainer .container .left-side h2 {
  color: #256092;
  margin: 0
}

@media (min-width:1200px) {
  .homepage .managed-services .outerContainer .container .left-side h2 {
    font-size: 28px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .homepage .managed-services .outerContainer .container .left-side h2 {
    font-size: calc(24px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .homepage .managed-services .outerContainer .container .left-side h2 {
    font-size: 24px
  }
}

.homepage .managed-services .outerContainer .container .left-side img {
  padding: 3rem 0;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0)
}

.homepage .managed-services .outerContainer .container .left-side p {
  line-height: 1.58;
  max-width: 800px;
  margin: auto
}

@media (min-width:1200px) {
  .homepage .managed-services .outerContainer .container .left-side p {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .homepage .managed-services .outerContainer .container .left-side p {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {
  .homepage .managed-services .outerContainer .container .left-side p {
    font-size: 16px
  }
}

.homepage .managed-services .outerContainer .container .read-more a {
  color: #e32726;
  font-weight: 700
}

.homepage .managed-services .outerContainer .container .read-more a span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.homepage .managed-services .outerContainer .container .read-more a span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.homepage .managed-services .outerContainer .container .read-more a span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.homepage .managed-services .outerContainer .container .read-more a:hover span:before {
  width: 100%;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.homepage .managed-services .outerContainer .container .read-more a:hover span:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.homepage .managed-services .outerContainer .container .read-more a svg {
  position: relative;
  margin-left: 10px
}

@media (max-width:479px) {
  .homepage .managed-services .outerContainer {
    padding: 0 1.25rem 5rem
  }

  .homepage .managed-services .outerContainer .container .left-side {
    padding: 5rem 0 2rem
  }
}

.homepage .midsection {
  color: #fff;
  background-color: #256092
}

.homepage .midsection .outerContainer .container .left-side {
  padding-right: 7%
}

.homepage .midsection .outerContainer .container .left-side h3 {
  max-width: 472px
}

.homepage .midsection .outerContainer .container .left-side p {
  max-width: 520px
}

.homepage .midsection .outerContainer .container .right-side .big-circle {
  float: right;
  background: #fff;
  position: relative;
  display: table;
  border-radius: 50%;
  width: 33vw;
  height: 33vw;
  min-width: 320px;
  min-height: 320px;
  max-width: 500px;
  max-height: 500px
}

.homepage .midsection .outerContainer .container .right-side .big-circle .circle-header {
  line-height: 1.1;
  font-weight: 700;
  color: #256092;
  padding: 4% 30px;
  max-width: 70%;
  margin-top: 7%;
  display: inline-block
}

@media (min-width:1200px) {
  .homepage .midsection .outerContainer .container .right-side .big-circle .circle-header {
    font-size: 24px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .homepage .midsection .outerContainer .container .right-side .big-circle .circle-header {
    font-size: calc(15px + (100vw - 480px)/ 80)
  }
}

@media (max-width:480px) {
  .homepage .midsection .outerContainer .container .right-side .big-circle .circle-header {
    font-size: 15px
  }
}

.homepage .midsection .outerContainer .container .right-side .big-circle hr {
  border-top: 1px solid #256092;
  background-color: #256092;
  margin-bottom: 4%;
  width: 121px
}

.homepage .midsection .outerContainer .container .right-side .big-circle .partners-list {
  text-align: center
}

.homepage .midsection .outerContainer .container .right-side .big-circle .partners-list img {
  display: inline-block;
  padding: 10px 3%;
  max-width: 25%;
  margin: 0
}

.homepage .midsection .outerContainer .container .right-side .big-circle .partners-list img:last-child {
  display: block;
  margin: auto
}

@media (min-width:749px) and (max-width:839px) {
  .homepage .midsection .outerContainer .container .right-side .big-circle hr {
    margin-bottom: 0
  }

  .homepage .midsection .outerContainer .container .right-side .big-circle .partners-list img {
    padding: 10px 5%;
    max-width: 20%
  }
}

@media (max-width:748px) {
  .homepage .midsection .outerContainer .container .table {
    display: block
  }

  .homepage .midsection .outerContainer .container .table .right-side {
    display: block !important;
    width: 100%
  }

  .homepage .midsection .outerContainer .container .table .right-side .big-circle {
    border-radius: 50%;
    width: 60vw;
    height: 60vw;
    min-width: 320px;
    min-height: 320px;
    max-width: 500px;
    max-height: 500px;
    float: none !important;
    margin: 4rem auto 0
  }

  .homepage .midsection .outerContainer .container .table .right-side .big-circle .circle-header {
    max-width: 80%
  }

  .homepage .midsection .outerContainer .container .table .left-side {
    display: block !important;
    width: 100%;
    padding-right: 0
  }

  .homepage .midsection .outerContainer .container .table .left-side p {
    max-width: 100%
  }

  .homepage .midsection .outerContainer .container .table .left-side .button-holder,
  .homepage .midsection .outerContainer .container .table .left-side h3,
  .homepage .midsection .outerContainer .container .table .left-side p {
    text-align: center !important;
    max-width: 100%
  }
}

@media (max-width:479px) {
  .homepage .midsection {
    padding: 0 20px
  }

  .homepage .midsection .outerContainer .container .table .left-side h3 {
    max-width: 290px;
    margin: auto
  }

  .homepage .midsection .outerContainer .container .table .right-side .big-circle {
    border-radius: 50%;
    width: 60vw;
    height: 60vw;
    min-width: 280px;
    min-height: 280px;
    max-width: 480px;
    max-height: 480px
  }

  .homepage .midsection .outerContainer .container .table .right-side .big-circle .circle-header {
    margin-top: 2%
  }

  .homepage .midsection .outerContainer .container .table .right-side .big-circle hr {
    margin-bottom: 2%
  }
}

.homepage .practice-areas {
  color: #256092;
  background-color: #fff
}

.homepage .practice-areas .outerContainer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.homepage .practice-areas .outerContainer .container .left-side,
.homepage .practice-areas .outerContainer .container .right-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.homepage .practice-areas .outerContainer .container .left-side h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  max-width: 450px
}

.homepage .practice-areas .outerContainer .container .left-side p {
  color: #262626;
  max-width: 450px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.homepage .practice-areas .outerContainer .container .right-side {
  padding-right: 0;
  max-width: 800px;
  margin: auto
}

.homepage .practice-areas .outerContainer .container .right-side .area-holder {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}

.homepage .practice-areas .outerContainer .container .right-side .area-holder:after {
  content: " ";
  display: block;
  clear: both
}

.homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
  margin-bottom: 3rem !important;
  color: #262626;
  display: inline-block;
  width: 15%;
  padding: 2.5%;
  vertical-align: top
}

@media (min-width:1200px) {
  .homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
    font-size: 18px
  }
}

@media (min-width:598px) and (max-width:1200px) {
  .homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
    font-size: calc(16px + (100vw - 598px)/ 301)
  }
}

@media (max-width:598px) {
  .homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
    font-size: 16px
  }
}

.homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area h4 {
  padding: 0 10px
}

.homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area img,
.homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area svg {
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
  position: relative;
  top: 0;
  min-width: 51px;
  width: 50%
}

.homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area:hover img,
.homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area:hover svg {
  top: -7px
}

.homepage .practice-areas .outerContainer .iisButtonContainer a {
  margin-top: 4rem
}

.homepage .practice-areas .outerContainer .container {
  display: block
}

.homepage .practice-areas .outerContainer .container .left-side {
  display: block;
  max-width: 90%;
  margin: 0 auto 1rem
}

.homepage .practice-areas .outerContainer .container .left-side h2 {
  margin-bottom: 2rem
}

.homepage .practice-areas .outerContainer .container .left-side h3,
.homepage .practice-areas .outerContainer .container .left-side p {
  margin-top: 0;
  padding: 0 1rem;
  text-align: center;
  max-width: 670px;
  display: inline-block
}

.homepage .practice-areas .outerContainer .container .right-side {
  margin-top: 3rem
}

.homepage .practice-areas .outerContainer .container .right-side .practice-area {
  color: #262626
}

.homepage .practice-areas .outerContainer .container .right-side .practice-area svg {
  width: 71px
}

@media (max-width:840px) {
  .homepage .practice-areas .outerContainer {
    padding: 5rem 1.25rem
  }

  .homepage .practice-areas .outerContainer .container .left-side p {
    max-width: 100%
  }
}

@media (max-width:600px) {
  .homepage .practice-areas .outerContainer .container .right-side {
    margin-top: 0
  }

  .homepage .practice-areas .outerContainer .container .right-side .area-holder {
    margin: 4rem auto 0
  }

  .homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
    width: 32% !important
  }
  #partners-section #partner-logo{margin:50px 0 0px!important;}
  #partners-section #partner-logo img{max-width:240px;}
  #partners-section #partner-content .content-main p{font-size:16px; line-height:24px; margin:0px 0px 16px;}
#partners-section #partner-content .content-main h3{font-size: 18px;}
  #partners-section #partner-content .content-main ul li{font-size:16px; line-height:24px; margin:0px 0px 16px;}

}

@media (max-width:479px) {
  .homepage .practice-areas .outerContainer .container .left-side {
    max-width: 100%
  }

  .homepage .practice-areas .outerContainer .container .left-side h3 {
    max-width: 220px;
    margin-top: 0;
    text-align: center;
    padding: 0
  }

  .homepage .practice-areas .outerContainer .container .left-side p {
    padding: 0
  }

  .homepage .practice-areas .outerContainer .container .right-side {
    margin-top: 0
  }

  .homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
    width: 45% !important
  }

  .homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area h4 {
    font-size: 18px
  }
}

.homepage .featured-insights {
  background-color: #f3f3f3
}

.homepage .featured-insights .discover {
  text-align: center;
  display: inline-block;
  margin: auto
}

.homepage .featured-insights .outerContainer {
  padding: 8rem 50px
}

@media (max-width:840px) {
  .homepage .featured-insights .IISButton {
    display: none !important
  }
}

@media (max-width:340px) {
  .homepage .midsection .outerContainer .container .table .right-side .big-circle {
    margin-left: -8%
  }
}

.hero {
  background-size: cover;
  background-position: 50%;
  color: #fff;
  font-family: interface, sans-serif;
  position: relative;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 70px
  min-height: 50vh;
}

.hero .hero-container {
/*   padding: 120px 0 */
  /*padding: 80px 0*/
    padding: 130px 0 80px;

}

.hero h1 {
  line-height: 1.15
}

@media (min-width:1200px) {
  .hero h1 {
    font-size: 46px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .hero h1 {
    font-size: calc(42px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .hero h1 {
    font-size: 42px
  }
}

.hero p {
  line-height: 1.4
}

@media (min-width:1200px) {
  .hero p {
    font-size: 23px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .hero p {
    font-size: calc(20px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .hero p {
    font-size: 20px
  }
}

.hero .videoPlay {
  z-index: 500;
  cursor: pointer;
  width: 76px;
  margin: 0 auto
}

.hero .videoPlay,
.hero .videoPlay > div {
  position: relative
}

.hero .audioPlayer {
  max-width: 100%;
  width: 570px
}

.hero .audioPlayer audio {
  width: 100%
}

.hero > div:last-child {
  width: 100%;
  height: 100%;
  clear: none;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0
}

.hero .watchTheVideo a {
  position: relative;
  top: .25em;
  margin-left: 10px
}

@media (max-width:840px) {
  .hero {
    padding: 0
  }
}

@media (max-width:479px) {
  .hero {
    height: auto
  }  
  
  .hero .hero-container {
    
/*     padding: 114px 0 38px */
    padding:56px 0 26px;
  }
/*    .case-study .hero, .insightArticle .hero, .insightWebinar .hero, .leaderPage .hero, .news-article .hero #banner-particles-js .particles-js-canvas-el{
    max-height:370px;
  } */
  .hero .container {
    padding: 0 1.25rem
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.22
  }

  .hero p {
    font-size: 20px;
    line-height: 1.55
  }
}

.hero.heroSolutions > div:first-child {
  margin: auto
}

.hero.heroSolutions .container {
  padding: 0 50px
}

.hero.heroSolutions .container .hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
/*   -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center */
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top
}

.hero.heroSolutions .container .hero-container .heroLeft h1,
.hero.heroSolutions .container .hero-container .heroLeft p {
  text-align: left;
  max-width: 460px;
  padding-right: 60px
}

.hero.heroSolutions .container .hero-container .heroLeft h1 {
  margin-top: 0
}

.hero.heroSolutions .container .hero-container .heroLeft .videoPlay {
  margin: 0
}

.hero.heroSolutions .container .hero-container .heroRight {
  max-width: 55%;
  width: 500px
}

.hero.heroSolutions .container .hero-container .heroRight img {
  width: 100%
}

.hero.heroSolutions .container .qualifiersSection {
  padding: 0 0 70px
}

.hero.heroSolutions .container .qualifiersSection .hdrqual{margin:0px 0px 40px;}
.hero.heroSolutions .container .qualifiersSection .hdrqual h2{text-align:left;max-width:none;color:#77adea;}


.hero.heroSolutions .container .qualifiersSection .qualifiers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0
}

.hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier {
  padding: 0 0 50px;
  width: 50%
}

.hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox img {
  padding-right: 0
}

@media (min-width:1200px) {
  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox img {
    width: 64px
  }
}

@media (min-width:900px) and (max-width:1200px) {
  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox img {
    width: calc(46px + (100vw - 900px)/ 16.66667)
  }
}

@media (max-width:900px) {
  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox img {
    width: 46px
  }
}

@media (min-width:1200px) {

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader,
  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
    font-size: 18px
  }
}

@media (min-width:900px) and (max-width:1200px) {

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader,
  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
    font-size: calc(16px + (100vw - 900px)/ 150)
  }
}

@media (max-width:900px) {

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader,
  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
    font-size: 16px
  }
}

.hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier.left .qualifierBox {
  padding-right: 30px
}

.hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier.right .qualifierBox {
  padding-left: 30px
}

@media (max-width:900px) {
  .hero.heroSolutions .container {
    margin-top: 100px
  }

  .hero.heroSolutions .container .hero-container .heroLeft h1,
  .hero.heroSolutions .container .hero-container .heroLeft p {
    max-width: 10000px !important;
    padding-right: 0
  }

  .hero.heroSolutions .container .hero-container .heroRight {
    display: none
  }

  .hero.heroSolutions .container .qualifiersSection {
    padding: 0 0 70px !important
  }

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier {
    width: 100%
  }

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    padding-left: 0
  }

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierImage {
    text-align: left;
    padding-right: 30px
  }

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierImage img {
    width: 64px;
    padding: 0 0 1rem
  }

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader,
  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
    text-align: left
  }

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier.left .qualifierBox {
    padding-right: 0
  }

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier.right .qualifierBox {
    padding-left: 0
  }
}

@media (max-width:479px) {
  .hero.heroSolutions .container {
    padding: 0 1.25rem
  }

  .hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox {
    display: block
  }
}

.practiceAreaPage .hero .hero-container {
  width: 570px;
  max-width: 100%
}

.practiceAreaPage .hero .hero-container .audioPlayer,
.practiceAreaPage .hero .hero-container .audioPlayer audio {
  width: 100%
}

@media (max-width:840px) {
  .practiceAreaPage .hero .hero-container {
    width: auto
  }
}

.case-study .hero,
.insightArticle .hero,
.insightWebinar .hero,
.leaderPage .hero,
.news-article .hero {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 100% !important
}

.case-study .hero h1,
.case-study .hero p,
.insightArticle .hero h1,
.insightArticle .hero p,
.insightWebinar .hero h1,
.insightWebinar .hero p,
.leaderPage .hero h1,
.leaderPage .hero p,
.news-article .hero h1,
.news-article .hero p {
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: left
}

.case-study .hero p,
.insightArticle .hero p,
.insightWebinar .hero p,
.leaderPage .hero p,
.news-article .hero p {
  text-transform: uppercase
}

.case-study .hero .container,
.insightArticle .hero .container,
.insightWebinar .hero .container,
.leaderPage .hero .container,
.news-article .hero .container {
  max-width: 600px !important;
  width: 100%
}

@media (max-width:780px) {

  .case-study .hero .container,
  .insightArticle .hero .container,
  .insightWebinar .hero .container,
  .leaderPage .hero .container,
  .news-article .hero .container {
    padding: 0 1.25rem
  }
}



.image-gallery-fullscreen-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0
}

.image-gallery-fullscreen-button:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  line-height: .7;
  text-shadow: 0 2px 2px #1a1a1a;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  font-size: 2.7em;
  padding: 15px 20px;
  text-shadow: 0 1px 1px #1a1a1a;
  content: "\F386"
}

.image-gallery-fullscreen-button:hover:before {
  color: #337ab7;
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.image-gallery-play-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0
}

.image-gallery-play-button:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  line-height: .7;
  text-shadow: 0 2px 2px #1a1a1a;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  font-size: 2.7em;
  padding: 15px 20px;
  text-shadow: 0 1px 1px #1a1a1a;
  content: "\F488"
}

.image-gallery-play-button:hover:before {
  color: #337ab7;
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.image-gallery-left-nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  position: absolute;
  z-index: 4;
  color: #fff;
  font-size: 5em;
  padding: 50px 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.image-gallery-left-nav:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  line-height: .7;
  text-shadow: 0 2px 2px #1a1a1a;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  content: "\F3D2"
}

.image-gallery-left-nav:hover:before {
  color: #337ab7
}

.image-gallery-right-nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  position: absolute;
  z-index: 4;
  color: #fff;
  font-size: 5em;
  padding: 50px 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0
}

.image-gallery-right-nav:before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  line-height: .7;
  text-shadow: 0 2px 2px #1a1a1a;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  content: "\F3D3"
}

.image-gallery-right-nav:hover:before {
  color: #337ab7
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}

.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5
}

.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0
}

.image-gallery-content.fullscreen,
.image-gallery-content.fullscreen .image-gallery-slide {
  background: #000
}

.image-gallery-slide-wrapper {
  padding: 4rem 4rem 1rem;
  position: relative
}

.image-gallery-slide-wrapper.left,
.image-gallery-slide-wrapper.right {
  display: inline-block;
  width: calc(100% - 113px)
}

.image-gallery-fullscreen-button.active:before {
  content: "\F37D"
}

.image-gallery-fullscreen-button.active:hover:before {
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.image-gallery-play-button.active:before {
  content: "\F478"
}

.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: .6;
  pointer-events: none
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap
}

.image-gallery-slide {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.image-gallery-slide img {
  width: 100%
}

.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, .4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal
}

.image-gallery-slide.center {
  position: relative
}

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 4
}

.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center
}

.image-gallery-bullets .image-gallery-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 0 #1a1a1a;
  box-shadow: 0 1px 0 #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: 0;
  padding: 5px
}

.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff
}

.image-gallery-thumbnails-wrapper {
  position: relative;
  padding: 0 4rem
}

.image-gallery-thumbnails-wrapper.left,
.image-gallery-thumbnails-wrapper.right {
  display: inline-block;
  vertical-align: top
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,
.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
  left: 0;
  padding: 0;
  position: absolute;
  top: 0
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,
.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
  width: 100%
}

.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  -webkit-transition: -webkit-transform .45s ease-out;
  transition: -webkit-transform .45s ease-out;
  transition: transform .45s ease-out;
  transition: transform .45s ease-out, -webkit-transform .45s ease-out;
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  -webkit-transition: border .3s ease-out;
  transition: border .3s ease-out;
  width: 18%
}

.image-gallery-thumbnail img {
  vertical-align: middle;
  width: 100%
}

.image-gallery-thumbnail.active {
  border: 4px solid #337ab7
}

.image-gallery-thumbnail-label {
  color: #1a1a1a;
  font-size: 1em
}

.image-gallery-index {
  background: rgba(0, 0, 0, .4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4
}

@media (max-width:768px) {

  .image-gallery-slide-wrapper.left,
  .image-gallery-slide-wrapper.right {
    width: calc(100% - 84px)
  }

  .image-gallery-fullscreen-button:hover:before {
    color: #fff;
    -webkit-transform: none;
    transform: none
  }

  .image-gallery-fullscreen-button:before {
    font-size: 2.4em
  }

  .image-gallery-play-button:hover:before {
    color: #fff;
    -webkit-transform: none;
    transform: none
  }

  .image-gallery-play-button:before {
    font-size: 2.4em
  }

  .image-gallery-left-nav {
    font-size: 3.4em
  }

  .image-gallery-left-nav:hover:before {
    color: #fff
  }

  .image-gallery-right-nav {
    font-size: 3.4em
  }

  .image-gallery-right-nav:hover:before {
    color: #fff
  }

  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: .8em;
    padding: 8px 15px
  }

  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px
  }

  .image-gallery-thumbnails-wrapper.left {
    width: 81px;
    margin-right: 3px
  }

  .image-gallery-thumbnails-wrapper.right {
    width: 81px;
    margin-left: 3px
  }

  .image-gallery-thumbnails {
    padding: 3px 0
  }

  .image-gallery-thumbnail {
    border: 3px solid transparent
  }

  .image-gallery-thumbnail.active {
    border: 3px solid #337ab7
  }

  .image-gallery-thumbnail-label {
    font-size: .8em
  }

  .image-gallery-index {
    font-size: .8em;
    padding: 5px 10px
  }
}

@media (max-width:480px) {

  .image-gallery-fullscreen-button:before,
  .image-gallery-play-button:before {
    font-size: 2em
  }

  .image-gallery-left-nav,
  .image-gallery-right-nav {
    font-size: 2.4em
  }

  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px
  }
}

.contactContainer .container {
  padding: 11rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contactContainer .container .contactLeft {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  text-align: center
}

.contactContainer .container .contactLeft .contactLeftInner {
  display: inline-block
}

.contactContainer .container .contactLeft .contactLeftInner .contactHeader {
  font-size: 28px;
  display: block;
  margin: 0 0 .25em;
  color: #fff;
  line-height: 1;
}

@media (max-width:479px) {
  .contactContainer .container .contactLeft .contactLeftInner .contactHeader {
    text-align: center;
    font-size: 24px
  }
}

.contactContainer .container .contactLeft .contactLeftInner .contactSubheader {
  font-size: 23px;
  text-align: left;
  display: block;
  color: #fff;
  margin-top: .75rem
}

@media (max-width:840px) {
  .contactContainer .container .contactLeft .contactLeftInner .contactSubheader {
    text-align: center;
    font-size: 18px;
    max-width: 60%;
    margin: 1rem auto
  }
}

@media (max-width:840px) {
  .contactContainer .container .contactLeft .contactLeftInner {
    margin: 2rem auto;
    max-width: 90%
  }
}

@media (min-width:841px) {
  .contactContainer .container .contactLeft .contactLeftInner {
    padding-right: 50px;
    margin-left: 8rem
  }

  .contactContainer .container .contactLeft .contactLeftInner .contactHeader {
    text-align: left
  }
}

.contactContainer .container .contactRight {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}

@media (max-width:840px) {
  .contactContainer .container .contactRight {
    text-align: center
  }
}

@media (max-width:840px) {
  .contactContainer .container {
    display: block;
    padding: 6rem 0
  }
}

.companyPage .hero {
  background-color: #44b8c1
}

.companyPage .hero .container h1 {
  max-width: 725px;
  margin: 20px auto
}

.companyPage .hero .container p {
  max-width: 660px;
  margin: 10px auto
}

.companyPage .hero .container .videoPlay {
  position: relative;
  z-index: 500;
  cursor: pointer;
  width: 76px;
  margin: 0 auto
}

.companyPage .featured-insights h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #44b8c1
}

@media (min-width:1200px) {
  .companyPage .featured-insights h2 {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .featured-insights h2 {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .companyPage .featured-insights h2 {
    font-size: 24px
  }
}

.companyPage .companyMid {
  background-color: #44b8c1;
  color: #fff;
  margin: 0 auto
}

.companyPage .companyMid .outerContainer {
  padding: 8rem 0
}

.companyPage .companyMid .outerContainer .container {
  padding: 0 50px
}

.companyPage .companyMid .outerContainer .container .midHeader {
  line-height: 1.2;
  font-weight: 700;
  max-width: 80%;
  display: inline-block;
  margin-bottom: 4rem
}


.companyPage .careers-text .hs_cos_wrapper_widget_container{
  max-width:980px;
  margin:0px auto;
  padding:20px 20px 40px;
  display:block;
}

.companyPage .careers-text .hs_cos_wrapper_widget_container h3{font-size: 26px;margin: 0px 0px 15px;}
.companyPage .careers-text .hs_cos_wrapper_widget_container p {font-size:18px;line-height: 26px;}
.companyPage .careers-text .hs_cos_wrapper_widget_container li{font-size:18px;line-height: 26px;}
@media (min-width:1200px) {
  .companyPage .companyMid .outerContainer .container .midHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .companyMid .outerContainer .container .midHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .companyPage .companyMid .outerContainer .container .midHeader {
    font-size: 24px
  }
  .companyPage .careers-text .hs_cos_wrapper_widget_container h3{font-size: 20px;}
  .companyPage .careers-text .hs_cos_wrapper_widget_container p {font-size:16px;line-height: 22px;}
  .companyPage .careers-text .hs_cos_wrapper_widget_container li{font-size:16px;line-height: 22px;}
}

.companyPage .companyMid .outerContainer .container .bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.companyPage .companyMid .outerContainer .container .bullets .bulletInner {
  position: relative;
  padding: 0 2rem;
  max-width: 375px;
  margin: auto;
  width: 35%
}

.companyPage .companyMid .outerContainer .container .bullets .bulletInner .bulletNumber {
  font-size: 250px;
  opacity: .2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  line-height: 0;
  font-weight: 700
}

.companyPage .companyMid .outerContainer .container .bullets .bulletInner .bulletText {
  line-height: 1.58
}

@media (min-width:1200px) {
  .companyPage .companyMid .outerContainer .container .bullets .bulletInner .bulletText {
    font-size: 23px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .companyMid .outerContainer .container .bullets .bulletInner .bulletText {
    font-size: calc(21px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {
  .companyPage .companyMid .outerContainer .container .bullets .bulletInner .bulletText {
    font-size: 21px
  }
}

.companyPage .companyMid .outerContainer .container .bullets .vertical-line {
  width: 1px;
  background: hsla(0, 0%, 100%, .5);
  height: 200px
}

@media (max-width:840px) {
  .companyPage .companyMid .outerContainer .container {
    padding: 0 1.25rem
  }

  .companyPage .companyMid .outerContainer .container .midHeader {
    max-width: 100%
  }
}

@media (max-width:479px) {
  .companyPage .companyMid .outerContainer .container .bullets {
    display: block
  }

  .companyPage .companyMid .outerContainer .container .bullets .vertical-line {
    width: 90%;
    height: 1px;
    margin: 80px auto
  }

  .companyPage .companyMid .outerContainer .container .bullets .bulletInner {
    width: 100%;
    padding: 0
  }

  .companyPage .companyMid .outerContainer .container .bullets .bulletInner .bulletNumber {
    font-size: 173px
  }

  .companyPage .companyMid .outerContainer .container .bullets .bulletInner .bulletText {
    font-size: 21px;
    max-width: 90%;
    margin: auto
  }
}

.companyPage .galleryContainer {
  margin: 0 auto
}

.companyPage .galleryContainer .outerContainer {
  padding: 8rem 0
}

.companyPage .galleryContainer .outerContainer .container {
  padding: 0 50px;
  box-sizing: content-box;
  width: auto;
}

.companyPage .galleryContainer .outerContainer .container .galleryHeader {
  font-weight: 700;
  line-height: 1.2;
  color: #44b8c1;
  max-width: 90%;
  display: inline-block
}

@media (min-width:1200px) {
  .companyPage .galleryContainer .outerContainer .container .galleryHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .galleryContainer .outerContainer .container .galleryHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .companyPage .galleryContainer .outerContainer .container .galleryHeader {
    font-size: 24px
  }
}

.companyPage .galleryContainer .outerContainer .container .gallerySummary {
  line-height: 1.58;
  margin: 2rem auto;
  max-width: 730px
}

@media (min-width:1200px) {
  .companyPage .galleryContainer .outerContainer .container .gallerySummary {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .galleryContainer .outerContainer .container .gallerySummary {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .companyPage .galleryContainer .outerContainer .container .gallerySummary {
    font-size: 16px
  }
}

.companyPage .galleryContainer .outerContainer .container .image-gallery {
  padding: 0 10%
}

@media (max-width:1067px) {
  .companyPage .galleryContainer .outerContainer .container .image-gallery {
    padding: 0
  }
}

@media (max-width:840px) {
  .companyPage .galleryContainer .outerContainer .container .image-gallery .image-gallery-slide-wrapper {
    padding: 4rem 0 1rem
  }

  .companyPage .galleryContainer .outerContainer .container .image-gallery .image-gallery-thumbnails-wrapper {
    padding: 0
  }
}

@media (max-width:479px) {
  .companyPage .galleryContainer .outerContainer {
    padding: 5rem 0
  }

  .companyPage .galleryContainer .outerContainer .container {
    padding: 0 1.25rem
  }
}

.companyPage .companyPartners {
  background-color: #f4f4f4;
  margin: 0 auto
}

.companyPage .companyPartners .outerContainer {
  padding: 8rem 0
}

.companyPage .companyPartners .outerContainer .container {
  padding: 0 50px
}

.companyPage .companyPartners .outerContainer .container .partnersHeader {
  line-height: 1.2;
  color: #44b8c1;
  font-weight: 700
}

@media (min-width:1200px) {
  .companyPage .companyPartners .outerContainer .container .partnersHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .companyPartners .outerContainer .container .partnersHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .companyPage .companyPartners .outerContainer .container .partnersHeader {
    font-size: 24px
  }
}

.companyPage .companyPartners .outerContainer .container .partnersSummary {
  max-width: 730px;
  line-height: 1.58;
  margin: 2rem auto
}

@media (min-width:1200px) {
  .companyPage .companyPartners .outerContainer .container .partnersSummary {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .companyPartners .outerContainer .container .partnersSummary {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .companyPage .companyPartners .outerContainer .container .partnersSummary {
    font-size: 16px
  }
}

.companyPage .companyPartners .outerContainer .container .certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 950px
}

.companyPage .companyPartners .outerContainer .container .certifications > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2%;
  max-width: 130px
}

.companyPage .companyPartners .outerContainer .container .certifications > div img,
.companyPage .companyPartners .outerContainer .container .certifications > div svg {
  width: 100%
}

@media (max-width:479px) {
  .companyPage .companyPartners {
    width: 100%;
    float: none;
    margin-right: 0
  }

  .companyPage .companyPartners .outerContainer {
    padding: 5rem 0
  }

  .companyPage .companyPartners .outerContainer .container {
    padding: 0 1.25rem
  }

  .companyPage .companyPartners .outerContainer .container .partnersHeader {
    text-align: center
  }

  .companyPage .companyPartners .outerContainer .container .partnersSummary {
    font-size: 18px;
    line-height: 1.58;
    text-align: center;
    padding-right: 0
  }

  .companyPage .companyPartners .outerContainer .container .certifications {
    margin-top: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .companyPage .companyPartners .outerContainer .container .certifications > div {
    width: 42%
  }

  .companyPage .companyPartners .outerContainer .container .certifications > div img {
    width: 85%;
    padding: 20px 8%
  }
}

.companyPage .awards {
  background-color: #f4f4f4
}

.companyPage .awards .awardURL {
  padding-bottom: 2px;
  border-bottom: 1px solid #262626
}

.companyPage .awards .outerContainer {
  padding: 8rem 0
}

.companyPage .awards .outerContainer .container {
  padding: 0 50px
}

.companyPage .awards .outerContainer .container .awardsHeader {
  line-height: 1.2;
  color: #44b8c1;
  font-weight: 700
}

@media (min-width:1200px) {
  .companyPage .awards .outerContainer .container .awardsHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .awards .outerContainer .container .awardsHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .companyPage .awards .outerContainer .container .awardsHeader {
    font-size: 24px
  }
}

.companyPage .awards .outerContainer .container .awardsSubheader {
  line-height: 1.58;
  max-width: 730px;
  display: inline-block;
  margin: 2rem auto 0
}

@media (min-width:1200px) {
  .companyPage .awards .outerContainer .container .awardsSubheader {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .awards .outerContainer .container .awardsSubheader {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .companyPage .awards .outerContainer .container .awardsSubheader {
    font-size: 16px
  }
}

.companyPage .awards .outerContainer .container .tableOuter {
  width: 100%;
  margin-top: 2rem
}

.companyPage .awards .outerContainer .container .tableOuter table {
  margin: 0 auto;
  width: 80%
}

.companyPage .awards .outerContainer .container .tableOuter table tbody {
  width: 80%
}

.companyPage .awards .outerContainer .container .tableOuter table tbody:before {
  content: "";
  display: block;
  height: 2rem
}

.companyPage .awards .outerContainer .container .tableOuter table tbody .caption {
  color: #99999a;
  font-weight: 700;
  opacity: .5;
  display: block;
  text-align: left
}

@media (min-width:1200px) {
  .companyPage .awards .outerContainer .container .tableOuter table tbody .caption {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .awards .outerContainer .container .tableOuter table tbody .caption {
    font-size: calc(35px + (100vw - 480px)/ 144)
  }
}

@media (max-width:480px) {
  .companyPage .awards .outerContainer .container .tableOuter table tbody .caption {
    font-size: 35px
  }
}

.companyPage .awards .outerContainer .container .tableOuter table tbody tr {
  width: 100%
}

.companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
  color: #44b8c1;
  font-weight: 700
}

.companyPage .awards .outerContainer .container .tableOuter table tbody tr td,
.companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
  text-align: left;
  padding: 1rem 0;
  vertical-align: middle
}

@media (min-width:1200px) {

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
    font-size: 21px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
    font-size: calc(18px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
    font-size: 18px
  }
}

.companyPage .awards .outerContainer .container .tableOuter table tbody tr td a:active,
.companyPage .awards .outerContainer .container .tableOuter table tbody tr td a:hover,
.companyPage .awards .outerContainer .container .tableOuter table tbody tr td a:link,
.companyPage .awards .outerContainer .container .tableOuter table tbody tr td a:visited,
.companyPage .awards .outerContainer .container .tableOuter table tbody tr th a:active,
.companyPage .awards .outerContainer .container .tableOuter table tbody tr th a:hover,
.companyPage .awards .outerContainer .container .tableOuter table tbody tr th a:link,
.companyPage .awards .outerContainer .container .tableOuter table tbody tr th a:visited {
  color: #262626
}

@media (max-width:840px) {

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
    padding: 1rem 0
  }

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td:first-child,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th:first-child {
    padding-right: 8% !important
  }

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td:last-child,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th:last-child {
    width: 84%
  }
}

@media (max-width:479px) {

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
    font-size: 18px
  }
}

.companyPage .awards .outerContainer .container .newsroomLink {
  margin-top: 4rem;
  display: inline-block
}

.companyPage .awards .outerContainer .container .newsroomLink span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.companyPage .awards .outerContainer .container .newsroomLink span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.companyPage .awards .outerContainer .container .newsroomLink span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: red;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.companyPage .awards .outerContainer .container .newsroomLink:hover span:before {
  width: 100%;
  background: red;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.companyPage .awards .outerContainer .container .newsroomLink:hover span:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.companyPage .awards .outerContainer .container .newsroomLink span {
  color: red;
  font-size: 16px;
  font-weight: 700
}

.companyPage .awards .outerContainer .container .newsroomLink svg {
  margin-left: 10px;
  position: relative;
  top: 2px
}

@media (max-width:840px) {
  .companyPage .awards .outerContainer .container .tableOuter table {
    width: 100%
  }

  .companyPage .awards .outerContainer .container .tableOuter table tbody .caption {
    padding-left: 0
  }

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
    vertical-align: top
  }
}

@media (max-width:479px) {
  .companyPage .awards .outerContainer {
    padding: 5rem 0
  }

  .companyPage .awards .outerContainer .container {
    padding: 0 1.25rem
  }

  .companyPage .awards .outerContainer .container .awardsSubheader {
    font-size: 18px;
    line-height: 1.58;
    max-width: 100%
  }

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td,
  .companyPage .awards .outerContainer .container .tableOuter table tbody tr th {
    font-size: 17px
  }

  .companyPage .awards .outerContainer .container .tableOuter table tbody tr td {
    vertical-align: middle
  }
}

.companyPage .companyBottom {
  background-color: #fff
}

.companyPage .companyBottom .mapHolder {
  position: relative;
  margin-bottom: -180px !important
}

.companyPage .companyBottom .mapHolder img {
  position: relative;
  top: -82px;
  max-width: 103%;
  height: 633px;
}

@media (max-width:840px) {
  .companyPage .companyBottom .mapHolder img {
    top: auto
  }
}

.companyPage .companyBottom .outerContainer {
  padding: 8rem 0
}

.companyPage .companyBottom .outerContainer .container {
  padding: 0 50px
}

.companyPage .companyBottom .outerContainer .bottomHeader {
  line-height: 1.2;
  color: #44b8c1;
  font-weight: 700
}

@media (min-width:1200px) {
  .companyPage .companyBottom .outerContainer .bottomHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .companyBottom .outerContainer .bottomHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .companyPage .companyBottom .outerContainer .bottomHeader {
    font-size: 24px
  }
}

.companyPage .companyBottom .outerContainer .bottomHeader > div {
  text-align: left
}

@media (max-width:479px) {
  .companyPage .companyBottom .outerContainer .bottomHeader {
    text-align: center
  }

  .companyPage .companyBottom .outerContainer .bottomHeader > div {
    display: inline
  }
}

.companyPage .companyBottom .outerContainer .bottomSummary {
  line-height: 1.58;
  margin-top: 2rem;
  max-width: 85%;
  text-align: left
}

@media (min-width:1200px) {
  .companyPage .companyBottom .outerContainer .bottomSummary {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .companyPage .companyBottom .outerContainer .bottomSummary {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .companyPage .companyBottom .outerContainer .bottomSummary {
    font-size: 16px
  }
}

@media (max-width:479px) {
  .companyPage .companyBottom .outerContainer .bottomSummary {
    display: inline-block;
    text-align: center
  }
}

.companyPage .companyBottom .outerContainer .headquartersCircle {
  background-color: #44b8c1;
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  min-width: 240px;
  min-height: 240px;
  max-width: 240px;
  max-height: 240px;
  color: #fff;
  position: absolute;
  top: 35%;
  right: 60px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .26);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .26)
}

.companyPage .companyBottom .outerContainer .headquartersCircle .headquarters {
  margin: 4.5rem 0 0 3.5rem
}

.companyPage .companyBottom .outerContainer .headquartersCircle .headquarters > div {
  text-align: left
}

.companyPage .companyBottom .outerContainer .headquartersCircle .headquarters .headquartersText {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: .5rem
}

.companyPage .companyBottom .outerContainer .headquartersCircle .headquarters a {
  color: #fff
}

.companyPage .companyBottom .outerContainer .headquartersCircle .headquarters a .address1,
.companyPage .companyBottom .outerContainer .headquartersCircle .headquarters a .address2 {
  font-size: 17px;
  text-align: left;
  line-height: 1.41
}

.companyPage .companyBottom .outerContainer .headquartersCircle .headquarters a .address3 {
  font-size: 14px;
  line-height: 1.71;
  text-align: left
}

.companyPage .companyBottom .outerContainer .headquartersCircle .headquarters a:hover {
  text-decoration: underline
}

@media (max-width:840px) {
  .companyPage .companyBottom .outerContainer {
    padding: 5rem 0 14rem
  }

  .companyPage .companyBottom .outerContainer .container > div {
    padding: 0 !important
  }

  .companyPage .companyBottom .outerContainer .container > div > div {
    width: 100% !important
  }

  .companyPage .companyBottom .outerContainer .container > div > div .bottomHeader > div {
    display: inline-block;
    padding: 0 5px
  }

  .companyPage .companyBottom .outerContainer .container > div > div .bottomSummary {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 1rem
  }

  .companyPage .companyBottom .outerContainer .container > div > div .headquartersCircle {
    right: 0;
    left: 0;
    top: 40%;
    margin: auto
  }
}

@media (max-width:479px) {
  .companyPage .companyBottom .mapHolder {
    margin-bottom: -300px !important
  }

  .companyPage .companyBottom .outerContainer .container {
    padding: 0 1.25rem
  }

  .companyPage .companyBottom .outerContainer .container > div > div .bottomSummary {
    padding: 2rem 0;
    max-width: 100%
  }

  .companyPage .companyBottom .outerContainer .container > div > div .headquartersCircle {
    top: 24%
  }

  .companyPage .companyBottom .outerContainer .container > div > :nth-child(2) {
    margin-top: calc(21.666vw - 80px) !important
  }
}

.companyPage h6 {
  font-weight: 400;
  color: #464646
}

.whatWeDoPage .hero {
  background-color: #5b2b82
}

.whatWeDoPage .hero h1 {
  margin: 20px auto
}

.whatWeDoPage .hero p {
  margin: 10px auto;
  max-width: 800px
}

.whatWeDoPage .hero .videoPlay {
  position: relative;
  z-index: 500;
  cursor: pointer;
  width: 76px;
  margin: 0 auto
}

@media (max-width:479px) {
  .whatWeDoPage .hero svg {
    height: 65px
  }
}

.whatWeDoPage .industriesContainer {
  background-color: #f4f4f4
}

.whatWeDoPage .industriesContainer hr {
  width: 80%
}

.whatWeDoPage .industriesContainer .industriesHeader {
  padding: 2em 1em 1em;
  line-height: 1.2;
  font-weight: 700;
  color: #5b2b82;
  max-width: 800px;
  margin: auto;
  line-height: 1.35
}

@media (min-width:1200px) {
  .whatWeDoPage .industriesContainer .industriesHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .industriesContainer .industriesHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .industriesContainer .industriesHeader {
    font-size: 24px
  }
}

@media (min-width:700px) {
  .whatWeDoPage .industriesContainer .industriesHeader {
    padding: 6rem 1rem 4rem
  }
}

@media (max-width:479px) {
  .whatWeDoPage .industriesContainer hr {
    display: none
  }
}

.whatWeDoPage .industriesContainer .industries hr {
  display: block;
  border-color: #fff;
  width: 38.5%
}

@media (min-width:700px) {
  .whatWeDoPage .industriesContainer .industries hr {
    display: none;
    margin: 1rem auto;
    width: 200px
  }
}

@media (max-width:479px) {
  .whatWeDoPage .industriesContainer .industries {
    margin: 0 auto
  }
}

.whatWeDoPage .industriesContainer .industries .industryGroup {
  font-size: 20px
}

@media (max-width:700px) {
  .whatWeDoPage .industriesContainer .industries .industryGroup {
    margin: 1rem auto;
    line-height: 1.75
  }
}

@media (min-width:700px) {
  .whatWeDoPage .industriesContainer .industries .industryGroup {
    line-height: 1.43;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%
  }

  .whatWeDoPage .industriesContainer .industries .industryGroup.industriesC {
    float: right;
    margin-right: 0
  }
}

.whatWeDoPage .industriesContainer a {
  margin: 2em 0;
  display: inline-block;
  color: #262626;
  text-decoration: none;
  font-weight: 700
}

.whatWeDoPage .industriesContainer .IISButton {
  margin: 2rem auto
}

@media (max-width:700px) {
  .whatWeDoPage .industriesContainer .IISButton {
    margin: 0
  }
}

.whatWeDoPage .solutionsContainer {
  padding: 4rem 0
}

.whatWeDoPage .solutionsContainer .solutionsHeader {
  line-height: 1.2;
  margin: 1em auto;
  font-weight: 700;
  color: #5b2b82;
  max-width: 75%
}

@media (min-width:1200px) {
  .whatWeDoPage .solutionsContainer .solutionsHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .solutionsContainer .solutionsHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .solutionsContainer .solutionsHeader {
    font-size: 24px
  }
}

.whatWeDoPage .solutionsContainer .solutionsSubheader {
  line-height: 1.58;
  max-width: 86%;
  margin: 0 auto
}

@media (min-width:1200px) {
  .whatWeDoPage .solutionsContainer .solutionsSubheader {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .solutionsContainer .solutionsSubheader {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .solutionsContainer .solutionsSubheader {
    font-size: 16px
  }
}

.whatWeDoPage .solutionsContainer .featuredSolution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #3681aa;
  max-width: 910px;
  margin: 4rem auto 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .43);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .43);
  padding: 60px 6%
}

@media (max-width:840px) {
  .whatWeDoPage .solutionsContainer .featuredSolution {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 5%
  }
}

.whatWeDoPage .solutionsContainer .featuredSolution > div {
  color: #fff
}

.whatWeDoPage .solutionsContainer .featuredSolution .featuredLeftCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  z-index: 1
}

@media (max-width:840px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredLeftCol {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.whatWeDoPage .solutionsContainer .featuredSolution .featuredHeader {
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px
}

@media (min-width:1200px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredHeader {
    font-size: 28px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredHeader {
    font-size: calc(25px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredHeader {
    font-size: 25px
  }
}

@media (max-width:840px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredHeader {
    text-align: center
  }
}

.whatWeDoPage .solutionsContainer .featuredSolution .featuredTitle {
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px
}

@media (min-width:1200px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredTitle {
    font-size: 16px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredTitle {
    font-size: calc(13px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredTitle {
    font-size: 13px
  }
}

.whatWeDoPage .solutionsContainer .featuredSolution .featuredContent {
  text-align: left;
  line-height: 1.2em;
  max-width: 421px;
  margin-bottom: 43px
}

@media (min-width:1200px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredContent {
    font-size: 19px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredContent {
    font-size: calc(16px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredContent {
    font-size: 16px
  }
}

@media (max-width:840px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .featuredContent {
    text-align: center;
    max-width: none;
    line-height: 1.58;
    margin: 0 12px 30px
  }
}

.whatWeDoPage .solutionsContainer .featuredSolution .svgHolder {
  position: absolute;
  right: -7%;
  top: 40px;
  height: 100%;
  z-index: 0
}

@media (max-width:840px) {
  .whatWeDoPage .solutionsContainer .featuredSolution .svgHolder {
    display: none
  }
}

.whatWeDoPage .solutionsContainer .featuredSolution img {
  -webkit-filter: brightness(87) opacity(.28);
  filter: brightness(87) opacity(.28)
}

@media (min-width:1200px) {
  .whatWeDoPage .solutionsContainer .featuredSolution img {
    height: 415px
  }
}

@media (min-width:980px) and (max-width:1200px) {
  .whatWeDoPage .solutionsContainer .featuredSolution img {
    height: calc(350px + (100vw - 980px)/ 3.38462)
  }
}

@media (max-width:980px) {
  .whatWeDoPage .solutionsContainer .featuredSolution img {
    height: 350px
  }
}

.whatWeDoPage .solutionsContainer .solutions {
  position: relative;
  padding-top: 4rem;
  background-color: #fff
}

.whatWeDoPage .solutionsContainer .solutions .solutionsA {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%
}

.whatWeDoPage .solutionsContainer .solutions .solutionsB {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0
}

.whatWeDoPage .solutionsContainer .solutions .solutionsB .solutionsBinner {
  border-left: thin solid #c2c2c4;
  overflow: hidden
}

.whatWeDoPage .solutionsContainer .solutions .solution {
  width: calc(100% - 100px);
  display: inline-block;
  padding: 25px 0
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionImg img {
  height: 60px;
  width: 60px;
  float: left;
  padding: 5px 10px 0 0
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionImg svg {
  min-width: 50px;
  max-width: 80px;
  width: 80%
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText {
  width: calc(100% - 85px);
  float: right;
  margin-right: 0
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText > div {
  text-align: left
}

@media (max-width:479px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText > div {
    text-align: center
  }
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionName {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px
}

@media (max-width:479px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionName {
    font-size: 18px
  }
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionDescription {
  max-width: 95%;
  line-height: 1.21
}

@media (min-width:1200px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionDescription {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionDescription {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionDescription {
    font-size: 16px
  }
}

@media (max-width:479px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionDescription {
    line-height: 1.58;
    max-width: 100%
  }
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore {
  text-align: left;
  margin-top: 1rem
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a {
  text-decoration: none
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a:hover span:before {
  width: 100%;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a:hover span:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a > span {
  color: red;
  font-weight: 700;
  font-size: 16px
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a > span:first-child {
  display: inline-block;
  margin: 8px 0;
  text-align: left
}

.whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore > a > span:nth-child(2) {
  margin-left: 10px;
  vertical-align: middle
}

@media (max-width:479px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText .solutionLearnMore {
    text-align: center
  }
}

@media (max-width:840px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0
  }

  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText > div {
    max-width: 100%
  }
}

@media (max-width:479px) {
  .whatWeDoPage .solutionsContainer .solutions .solution .solutionText {
    width: 100%;
    display: block;
    float: none
  }
}

@media (max-width:479px) {
  .whatWeDoPage .solutionsContainer .solutions .solution {
    width: 86%
  }
}

@media (max-width:840px) {

  .whatWeDoPage .solutionsContainer .solutions .solutionsA,
  .whatWeDoPage .solutionsContainer .solutions .solutionsB {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
  }

  .whatWeDoPage .solutionsContainer .solutions .solutionsA .solutionsBinner,
  .whatWeDoPage .solutionsContainer .solutions .solutionsB .solutionsBinner {
    border-left: none
  }

  .whatWeDoPage .solutionsContainer .solutions .solution .solutionImg {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%
  }

  .whatWeDoPage .solutionsContainer .solutions .solution .solutionImg img {
    float: right
  }
}

@media (max-width:479px) {
  .whatWeDoPage .solutionsContainer .solutions {
    padding-top: 2rem
  }

  .whatWeDoPage .solutionsContainer .solutions .solutionsSubheader {
    font-size: 18px;
    line-height: 1.58
  }

  .whatWeDoPage .solutionsContainer .solutions .solution .solutionImg {
    float: none;
    width: auto;
    margin: 0 0 1.25rem
  }

  .whatWeDoPage .solutionsContainer .solutions .solution .solutionImg img {
    float: none;
    display: block;
    margin: 0 auto;
    float: none !important
  }

  .whatWeDoPage .solutionsContainer .solutions .solution .solutionImg img svg {
    width: 51px
  }
}

@media (max-width:840px) {
  .whatWeDoPage .solutionsContainer {
    padding: 2rem 0
  }
}

.whatWeDoPage .practiceAreaBlock {
  padding: 5rem 50px
}

.whatWeDoPage .practiceAreaBlock h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #5b2b82;
  margin-bottom: 70px
}

@media (min-width:1200px) {
  .whatWeDoPage .practiceAreaBlock h2 {
    font-size: 28px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .practiceAreaBlock h2 {
    font-size: calc(24px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .practiceAreaBlock h2 {
    font-size: 24px
  }
}

.whatWeDoPage .practiceAreaBlock ul.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px
}

.whatWeDoPage .practiceAreaBlock ul.container li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}

.whatWeDoPage .practiceAreaBlock ul.container li a {
  color: #262626;
  display: block
}

.whatWeDoPage .practiceAreaBlock ul.container li a h4 {
  padding: 0 20px
}

@media (min-width:1200px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a h4 {
    font-size: 16px
  }
}

@media (min-width:840px) and (max-width:1200px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a h4 {
    font-size: calc(15px + (100vw - 840px)/ 360)
  }
}

@media (max-width:840px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a h4 {
    font-size: 15px
  }
}

.whatWeDoPage .practiceAreaBlock ul.container li a .imageHolder {
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
  position: relative;
  top: 0
}

@media (min-width:1200px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a .imageHolder img {
    width: 45px
  }
}

@media (min-width:840px) and (max-width:1200px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a .imageHolder img {
    width: calc(40px + (100vw - 840px)/ 72)
  }
}

@media (max-width:840px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a .imageHolder img {
    width: 40px
  }
}

@media (min-width:1200px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a .imageHolder img {
    height: 45px
  }
}

@media (min-width:840px) and (max-width:1200px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a .imageHolder img {
    height: calc(40px + (100vw - 840px)/ 72)
  }
}

@media (max-width:840px) {
  .whatWeDoPage .practiceAreaBlock ul.container li a .imageHolder img {
    height: 40px
  }
}

.whatWeDoPage .practiceAreaBlock ul.container li a:hover .imageHolder {
  top: -4px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: top .3s ease;
  transition: top .3s ease
}

@media (max-width:840px) {
  .whatWeDoPage .practiceAreaBlock {
    padding: 2rem 20px
  }

  .whatWeDoPage .practiceAreaBlock ul.container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .whatWeDoPage .practiceAreaBlock ul.container li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 28%;
    margin-bottom: 50px
  }

  .whatWeDoPage .practiceAreaBlock ul.container li:last-child {
    margin-bottom: 20px
  }

  .whatWeDoPage .practiceAreaBlock ul.container li h4 {
    padding: 0
  }

  .whatWeDoPage .practiceAreaBlock ul.container li .imageHolder img {
    border: none
  }
}

@media (max-width:479px) {
  .whatWeDoPage .practiceAreaBlock ul.container li {
    width: 40%
  }

  .whatWeDoPage .practiceAreaBlock ul.container li h4 {
    font-size: 18px
  }

  .whatWeDoPage .practiceAreaBlock ul.container li .imageHolder img {
    width: 66px;
    height: 66px
  }
}

.whatWeDoPage .managed-services .outerContainer {
  padding: 0 50px 8rem
}

.whatWeDoPage .managed-services .outerContainer .container .left-side {
  border-top: 1px solid #c2c2c4;
  padding: 8rem 0 3rem
}

.whatWeDoPage .managed-services .outerContainer .container .left-side h2 {
  color: #5b2b82;
  margin: 0
}

@media (min-width:1200px) {
  .whatWeDoPage .managed-services .outerContainer .container .left-side h2 {
    font-size: 28px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .managed-services .outerContainer .container .left-side h2 {
    font-size: calc(24px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .managed-services .outerContainer .container .left-side h2 {
    font-size: 24px
  }
}

.whatWeDoPage .managed-services .outerContainer .container .left-side img {
  padding: 3rem 0;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0)
}

.whatWeDoPage .managed-services .outerContainer .container .left-side p {
  line-height: 1.58;
  max-width: 800px;
  margin: auto
}

@media (min-width:1200px) {
  .whatWeDoPage .managed-services .outerContainer .container .left-side p {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .managed-services .outerContainer .container .left-side p {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .managed-services .outerContainer .container .left-side p {
    font-size: 16px
  }
}

.whatWeDoPage .managed-services .outerContainer .container .read-more a {
  color: #e32726;
  font-weight: 700
}

.whatWeDoPage .managed-services .outerContainer .container .read-more a span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.whatWeDoPage .managed-services .outerContainer .container .read-more a span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.whatWeDoPage .managed-services .outerContainer .container .read-more a span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.whatWeDoPage .managed-services .outerContainer .container .read-more a:hover span:before {
  width: 100%;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.whatWeDoPage .managed-services .outerContainer .container .read-more a:hover span:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.whatWeDoPage .managed-services .outerContainer .container .read-more a svg {
  position: relative;
  margin-left: 10px
}

@media (max-width:479px) {
  .whatWeDoPage .managed-services .outerContainer {
    padding: 0 1.25rem 5rem
  }

  .whatWeDoPage .managed-services .outerContainer .container .left-side {
    padding: 5rem 0 2rem
  }
}

.whatWeDoPage .featured-insights {
  background-color: #f3f3f3
}

.whatWeDoPage .featured-insights .insightsTitle {
  font-weight: 700;
  line-height: 1.2;
  color: #5b2b82
}

@media (min-width:1200px) {
  .whatWeDoPage .featured-insights .insightsTitle {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .featured-insights .insightsTitle {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .featured-insights .insightsTitle {
    font-size: 24px
  }
}

.whatWeDoPage .ourApproach {
  background-color: #3d4759;
  color: #fff
}

.whatWeDoPage .ourApproach .container {
  padding: 8rem 0
}

@media (max-width:840px) {
  .whatWeDoPage .ourApproach .container {
    padding: 4rem 0
  }
}

.whatWeDoPage .ourApproach .ourApproachHeader {
  font-weight: 700;
  line-height: 1.2
}

@media (min-width:1200px) {
  .whatWeDoPage .ourApproach .ourApproachHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .ourApproach .ourApproachHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .ourApproach .ourApproachHeader {
    font-size: 24px
  }
}

.whatWeDoPage .ourApproach .ourApproachSubheader {
  line-height: 1.58;
  margin: 1.5rem auto 0;
  max-width: 60%
}

@media (min-width:1200px) {
  .whatWeDoPage .ourApproach .ourApproachSubheader {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .whatWeDoPage .ourApproach .ourApproachSubheader {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .whatWeDoPage .ourApproach .ourApproachSubheader {
    font-size: 16px
  }
}

.whatWeDoPage .ourApproach .ourApproachOuterBox {
  margin: 4rem 50px;
  position: relative
}

.whatWeDoPage .ourApproach .ourApproachOuterBox hr {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  bottom: 55%;
  width: 80%
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG {
  position: relative;
  width: 18%;
  z-index: 5
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG > div:first-child {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
  margin: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .43);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .43);
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  min-width: 83px;
  min-height: 83px;
  max-width: 165px;
  max-height: 165px
}

@media (max-width:840px) {
  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG {
    margin: 2rem auto;
    width: auto;
    padding-left: 40%
  }
}

@media (max-width:479px) {
  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG {
    padding-left: 25%
  }
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG1 > div:first-child {
  background-color: #4badea
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG2 > div:first-child {
  background-color: #774be2
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG3 > div:first-child {
  background-color: #44b8c1
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG4 > div:first-child {
  background-color: #a3cf5d
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox .ourApproachSVG5 > div:first-child {
  background-color: #4cc1e0
}

@media (max-width:840px) {
  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: block
  }

  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox hr {
    width: 1px;
    height: 80%;
    position: absolute;
    left: 40%;
    right: 0;
    top: 10%;
    bottom: 10%
  }

  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox.left {
    width: 40%
  }

  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox.right {
    width: 52%
  }
}

@media (max-width:479px) {
  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox.left {
    width: 30%
  }

  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox.right {
    width: 60%
  }

  .whatWeDoPage .ourApproach .ourApproachOuterBox .ourApproachBox hr {
    left: 25%
  }
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .labelBox {
  width: 17%;
  margin-top: 1.5rem
}

.whatWeDoPage .ourApproach .ourApproachOuterBox .labelBox .label {
  font-size: 22px;
  font-size: calc(14.66667px + .18333vw);
  font-weight: 700;
  line-height: 1.2
}

@media (max-width:840px) {
  .whatWeDoPage .ourApproach .ourApproachOuterBox .labelBox {
    height: 20%;
    height: 119px;
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .whatWeDoPage .ourApproach .ourApproachOuterBox .labelBox .label {
    margin: auto auto auto 1rem;
    text-align: left;
    font-size: 20px
  }
}

@media (min-width:841px) {
  .whatWeDoPage .ourApproach .ourApproachOuterBox .labelBox .label {
    max-width: 140px;
    margin: auto
  }
}

@media (max-width:479px) {
  .whatWeDoPage .ourApproach .ourApproachOuterBox .labelBox {
    padding-left: 1rem
  }
}

@media (max-width:840px) {
  .whatWeDoPage .ourApproach .ourApproachOuterBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5rem auto
  }
}

@media (max-width:840px) {
  .whatWeDoPage .ourApproach .ourApproachSubheader {
    max-width: 86%
  }
}

.leaderPage .hero {
  color: #fff;
  text-align: left
}

.leaderPage .hero .container {
  max-width: 700px
}

.leaderPage .hero .position {
  font-size: 26px;
  text-align: left;
  margin-top: .75rem
}

@media (max-width:479px) {
  .leaderPage .hero {
    height: 320px
  }

  .leaderPage .hero .position,
  .leaderPage .hero h1,
  .leaderPage .hero p {
    display: none
  }
}

@media (min-width:480px) {
  .leaderPage .hero {
    max-width: 600px
  }

  .leaderPage .hero .container {
    position: relative
  }
}

@media (min-width:480px) and (min-width:480px) {
  .leaderPage .hero .container {
    padding: 0 50px
  }
}

@media (min-width:480px) {

  .leaderPage .hero .container > div,
  .leaderPage .hero .container > h1,
  .leaderPage .hero .container > h2,
  .leaderPage .hero .container > h3,
  .leaderPage .hero .container > h4,
  .leaderPage .hero .container > h5,
  .leaderPage .hero .container > h6,
  .leaderPage .hero .container > p,
  .leaderPage .hero .container > section,
  .leaderPage .hero .container > span,
  .leaderPage .hero .container > ul {
    text-align: left
  }
}

.leaderPage .outerContainer {
  max-width: 600px;
  margin: auto
}

.leaderPage .outerContainer p {
  font-family: interface, sans-serif;
  margin-top: .55rem;
  text-align: left
}

.leaderPage .mobileLeaderTitle {
  display: none
}

.leaderPage .mobileLeaderTitle h1 {
  font-size: 24px;
  margin: 2rem auto 0
}

.leaderPage .mobileLeaderTitle div {
  font-size: 18px;
  margin-top: .5rem
}

@media (max-width:479px) {
  .leaderPage .mobileLeaderTitle {
    display: block
  }
}

.leaderPage .intro,
.leaderPage .qna {
  line-height: 1.6;
  text-align: left;
  font-size: 21px
}

@media (min-width:1200px) {

  .leaderPage .intro,
  .leaderPage .qna {
    font-size: 21px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .leaderPage .intro,
  .leaderPage .qna {
    font-size: calc(18px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {

  .leaderPage .intro,
  .leaderPage .qna {
    font-size: 18px
  }
}

.leaderPage .intro .container,
.leaderPage .qna .container {
  margin-top: 3rem
}

@media (max-width:479px) {

  .leaderPage .intro .container,
  .leaderPage .qna .container {
    margin: 4rem auto !important
  }
}

.leaderPage .intro h3,
.leaderPage .qna h3 {
  text-align: left;
  margin: 0;
  line-height: 1.25;
  font-size: 23px
}

@media (min-width:1200px) {

  .leaderPage .intro h3,
  .leaderPage .qna h3 {
    font-size: 23px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .leaderPage .intro h3,
  .leaderPage .qna h3 {
    font-size: calc(18px + (100vw - 480px)/ 144)
  }
}

@media (max-width:480px) {

  .leaderPage .intro h3,
  .leaderPage .qna h3 {
    font-size: 18px
  }
}

@media (max-width:479px) {

  .leaderPage .intro,
  .leaderPage .qna {
    line-height: 1.33;
    font-family: interface
  }
}

.leaderPage .intro .container {
  margin-top: 0
}

@media (max-width:479px) {
  .leaderPage .intro {
    margin: 4rem auto !important
  }
}

.leaderPage .otherLeaders {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around
}

.leaderPage .otherLeaders .otherLeadersHeader {
  font-size: 18px;
  color: #262626;
  margin: 0 auto;
  padding-top: 2rem;
  font-weight: 700;
  font-style: oblique
}

@media (max-width:479px) {
  .leaderPage .otherLeaders .otherLeadersHeader {
    font-size: 24px
  }
}

.leaderPage .otherLeaders .gridList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width:1750px) {
  .leaderPage .otherLeaders .gridList {
    height: 400px !important
  }
}

@media (min-width:950px) and (max-width:1750px) {
  .leaderPage .otherLeaders .gridList {
    height: calc(250px + (100vw - 950px)/ 5.33333) !important
  }
}

@media (max-width:950px) {
  .leaderPage .otherLeaders .gridList {
    height: 250px !important;
    height: 375px !important
  }
}

.leaderPage .otherLeaders .gridList > div {
  margin: 0 auto;
  width: auto !important
}

@media (max-width:950px) {
  .leaderPage .otherLeaders .gridList > div {
    margin-right: 75px
  }

  .leaderPage .otherLeaders .gridList > div:first-child {
    margin-left: 30px
  }

  .leaderPage .otherLeaders .gridList > div:last-child {
    padding-right: 75px !important
  }
}

.leaderPage .otherLeaders .gridList .otherLeader {
  background-color: #d8d8d8;
  display: inline-block
}

@media (min-width:1750px) {
  .leaderPage .otherLeaders .gridList .otherLeader {
    height: 300px
  }
}

@media (min-width:950px) and (max-width:1750px) {
  .leaderPage .otherLeaders .gridList .otherLeader {
    height: calc(175px + (100vw - 950px)/ 6.4)
  }
}

@media (max-width:950px) {
  .leaderPage .otherLeaders .gridList .otherLeader {
    height: 175px
  }
}

@media (min-width:1750px) {
  .leaderPage .otherLeaders .gridList .otherLeader {
    width: 300px
  }
}

@media (min-width:950px) and (max-width:1750px) {
  .leaderPage .otherLeaders .gridList .otherLeader {
    width: calc(175px + (100vw - 950px)/ 6.4)
  }
}

@media (max-width:950px) {
  .leaderPage .otherLeaders .gridList .otherLeader {
    width: 175px;
    height: 300px;
    width: 300px
  }
}

.leaderPage .otherLeaders .gridList .otherLeader .gridTile {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.leaderPage .otherLeaders .gridList .otherLeader .gridTile > div > div {
  margin: 0 0 5% 5%
}

.leaderPage .otherLeaders .gridList .otherLeader .gridTile > div > div div:last-child {
  color: #262626;
  text-align: left
}

@media (min-width:480px) {
  .leaderPage .otherLeaders .gridList {
    overflow-x: hidden !important
  }
}

.leaderPage .otherLeaders .leftScroll,
.leaderPage .otherLeaders .rightScroll {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 5
}

@media (min-width:950px) {

  .leaderPage .otherLeaders .leftScroll,
  .leaderPage .otherLeaders .rightScroll {
    display: none
  }
}

.leaderPage .otherLeaders .leftScroll {
  left: 20px
}

.leaderPage .otherLeaders .rightScroll {
  right: 20px
}

@media (max-width:479px) {
  .leaderPage .otherLeaders .outerContainer {
    margin: 0 auto
  }
}

@media (min-width:800px) {
  .approach-under {
    display: none !important
  }
}

@media (max-width:799px) {
  .approach-over {
    display: none !important
  }
}

#top-dot {
  position: absolute;
  top: 22px;
  left: 295px;
  z-index: 10
}

#top-dot-mobile {
  position: absolute;
  top: 125px;
  display: none
}

.ourApproach #what-we-do span {
  font-weight: 800 !important
}

.ourApproach .hero {
  color: #fff;
  padding: 250px 0;
  height: auto;
  background-color: #3d3f59;
  height: 9549px
}

.ourApproach .hero > div > .container {
/*   margin-top: 30vh */
  margin-top: 27vh
}

.ourApproach .hero .container {
  position: relative;
  padding: 0 !important
}

.ourApproach .hero h1 {
/*   padding-bottom: 500px; */
  padding-bottom: 200px;
  text-align: left;
  margin-left: calc(8% + 278px)
}

.ourApproach .hero .chapter .section-header {
  position: relative;
  padding: 80px;
  margin-right: 100px
}

.ourApproach .hero .chapter .section-header .chapter-number {
  position: absolute;
  top: -20px;
  padding: 12px 44px;
  text-transform: uppercase;
  left: 30px;
  font-weight: 800
}

.ourApproach .hero .chapter .section-header .title {
  font-size: 3rem;
  margin: 0
}

.ourApproach .hero .chapter .section-header p {
  line-height: 180%;
  font-size: 1.5625rem;
  line-height: 135%
}

.ourApproach .hero .chapter .section-header .title,
.ourApproach .hero .chapter .section-header p {
  text-align: left
}

@media (max-width:1000px) {
  .ourApproach .hero .chapter .section-header .title {
    font-size: 1.9375rem;
    margin: 0
  }

  .ourApproach .hero .chapter .section-header p {
    line-height: 180%;
    font-size: 1.4375rem;
    line-height: 135%
  }
}

.ourApproach .hero .chapter ul {
  list-style: none;
  position: absolute;
  line-height: 1.35
}

.ourApproach .hero .chapter ul h1,
.ourApproach .hero .chapter ul h2,
.ourApproach .hero .chapter ul h3,
.ourApproach .hero .chapter ul h4,
.ourApproach .hero .chapter ul h5,
.ourApproach .hero .chapter ul p {
  text-align: left
}

.ourApproach .hero .chapter ul h3,
.ourApproach .hero .chapter ul p {
  font-size: 23px
}

@media (max-width:1000px) {

  .ourApproach .hero .chapter ul h3,
  .ourApproach .hero .chapter ul p {
    font-size: 21px
  }
}

.ourApproach .hero .chapter .bubble {
  border-radius: 50%;
  width: 397px;
  height: 397px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ourApproach .hero .chapter .bubble.on {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.ourApproach .hero .chapter .bubble .holder {
  padding: 20px;
  line-height: 1.3
}

.ourApproach .hero .chapter .bubble .holder h4 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 50px 34px 0
}

.ourApproach .hero .chapter .bubble .holder p {
  font-size: 20px;
  margin-top: 10px
}

.ourApproach .hero .chapter .bubble .holder svg {
  margin-top: 4px
}

@media (max-width:1000px) {
  .ourApproach .hero .chapter .bubble {
    width: 340px;
    height: 340px
  }

  .ourApproach .hero .chapter .bubble .holder h4 {
    font-size: 21px;
    margin: 20px 34px 0
  }

  .ourApproach .hero .chapter .bubble .holder p {
    font-size: 18px
  }

  .ourApproach .hero .chapter .bubble .holder svg {
    height: 80px !important;
    width: 80px !important
  }
}

.ourApproach .hero .chapter.c1 {
  margin: 238px 0 1773px 192px
}

.ourApproach .hero .chapter.c1 .container {
  position: relative;
  z-index: 1
}

.ourApproach .hero .chapter.c1 .chapter-number {
  background: #4badea
}

.ourApproach .hero .chapter.c1 .section-header {
  max-width: 680px;
  border: 1px solid #4badea
}

.ourApproach .hero .chapter.c1 ul {
  margin-left: 166px;
  width: 48%;
  max-width: 500px
}

.ourApproach .hero .chapter.c1 ul li {
  position: absolute;
  max-width: 500px
}

.ourApproach .hero .chapter.c1 ul li.bullet-1 {
  top: 90px
}

.ourApproach .hero .chapter.c1 ul li.bullet-2 {
  top: 437px
}

.ourApproach .hero .chapter.c1 ul li.bullet-3 {
  top: 800px
}

.ourApproach .hero .chapter.c1 ul li .bullet-dot {
  position: absolute;
  left: -41px;
  top: 30px
}

.ourApproach .hero .chapter.c1 .line-holder {
  position: absolute;
  left: 111px;
  top: -466px;
  /*top: -766px*/
}

.ourApproach .hero .chapter.c1 .animated-circle {
  background: 0 0;
  position: absolute;
  left: 97px
}

.ourApproach .hero .chapter.c1 .animated-circle circle,
.ourApproach .hero .chapter.c1 .bullet-dot circle {
  fill: #4badea
}

.ourApproach .hero .chapter.c1 .bubble {
  top: 1252px;
  right: 155px;
  background: #4badea
}

@media (max-width:1000px) {
  .ourApproach .hero .chapter.c1 .bubble {
    top: 980px
  }
}

.ourApproach .hero .chapter.c2 {
  margin: 238px 0 1356px 55px
}

.ourApproach .hero .chapter.c2 .container {
  position: relative;
  z-index: 1
}

.ourApproach .hero .chapter.c2 .chapter-number {
  background: #774be2
}

.ourApproach .hero .chapter.c2 .section-header {
  max-width: 680px;
  border: 1px solid #774be2
}

.ourApproach .hero .chapter.c2 ul {
  margin-left: 257px;
  width: 48%;
  max-width: 500px
}

.ourApproach .hero .chapter.c2 ul li {
  position: absolute;
  max-width: 500px
}

.ourApproach .hero .chapter.c2 ul li.bullet-1 {
  top: 276px
}

.ourApproach .hero .chapter.c2 ul li.bullet-2 {
  top: 538px
}

.ourApproach .hero .chapter.c2 ul li.bullet-3 {
  top: 854px
}

.ourApproach .hero .chapter.c2 ul li .bullet-dot {
  position: absolute;
  left: -41px;
  top: 30px
}

.ourApproach .hero .chapter.c2 .line-holder {
  position: absolute;
  left: 105px;
  top: -1773px
}

.ourApproach .hero .chapter.c2 .animated-circle {
  background: 0 0;
  position: absolute;
  left: 295px
}

.ourApproach .hero .chapter.c2 .animated-circle circle,
.ourApproach .hero .chapter.c2 .bullet-dot circle {
  fill: #774be2
}

.ourApproach .hero .chapter.c3 {
  margin: 235px 11% 1768px 50px
}

.ourApproach .hero .chapter.c3 .container {
  position: relative;
  z-index: 1
}

.ourApproach .hero .chapter.c3 .chapter-number {
  background: #44b8c1
}

.ourApproach .hero .chapter.c3 .section-header {
  max-width: 680px;
  border: 1px solid #44b8c1
}

.ourApproach .hero .chapter.c3 ul {
  margin-left: 322px;
  width: 48%;
  max-width: 500px
}

.ourApproach .hero .chapter.c3 ul li {
  position: absolute;
  max-width: 500px
}

.ourApproach .hero .chapter.c3 ul li.bullet-1 {
  top: 264px
}

.ourApproach .hero .chapter.c3 ul li.bullet-2 {
  top: 1208px
}

.ourApproach .hero .chapter.c3 ul li.bullet-3 {
  top: 0
}

.ourApproach .hero .chapter.c3 ul li .bullet-dot {
  position: absolute;
  left: -41px;
  top: 30px
}

.ourApproach .hero .chapter.c3 .line-holder {
  position: absolute;
  left: 105px;
  top: -1356px
}

.ourApproach .hero .chapter.c3 .animated-circle {
  background: 0 0;
  position: absolute;
  left: 295px
}

.ourApproach .hero .chapter.c3 .animated-circle circle,
.ourApproach .hero .chapter.c3 .bullet-dot circle {
  fill: #44b8c1
}

.ourApproach .hero .chapter.c3 .bubble {
  top: 681px;
  right: -40px;
  background: #44b8c1
}

.ourApproach .hero .chapter.c3 .bullet-2 {
  position: absolute;
  max-width: 500px
}

.ourApproach .hero .chapter.c4 {
  margin: 238px 0 1746px 60px
}

.ourApproach .hero .chapter.c4 .container {
  position: relative;
  z-index: 1
}

.ourApproach .hero .chapter.c4 .chapter-number {
  background: #a3cf5d
}

.ourApproach .hero .chapter.c4 .section-header {
  max-width: 680px;
  border: 1px solid #a3cf5d
}

.ourApproach .hero .chapter.c4 ul {
  margin-left: 323px;
  width: 48%;
  max-width: 500px
}

.ourApproach .hero .chapter.c4 ul li {
  position: absolute;
  max-width: 500px
}

.ourApproach .hero .chapter.c4 ul li.bullet-1 {
  top: 290px
}

.ourApproach .hero .chapter.c4 ul li.bullet-2 {
  top: 1139px
}

.ourApproach .hero .chapter.c4 ul li.bullet-3 {
  top: 0
}

.ourApproach .hero .chapter.c4 ul li .bullet-dot {
  position: absolute;
  left: -41px;
  top: 30px
}

.ourApproach .hero .chapter.c4 .line-holder {
  position: absolute;
  left: 105px;
  top: -1768px
}

.ourApproach .hero .chapter.c4 .animated-circle {
  background: 0 0;
  position: absolute;
  left: 295px
}

.ourApproach .hero .chapter.c4 .animated-circle circle,
.ourApproach .hero .chapter.c4 .bullet-dot circle {
  fill: #a3cf5d
}

.ourApproach .hero .chapter.c4 .bubble {
  top: 656px;
  right: 40px;
  background: #a3cf5d
}

.ourApproach .hero .chapter.c5 {
  margin: 381px 0 100px 20px
}

.ourApproach .hero .chapter.c5 .container {
  position: relative;
  z-index: 1
}

.ourApproach .hero .chapter.c5 .chapter-number {
  background: #4cc1e0
}

.ourApproach .hero .chapter.c5 .section-header {
  max-width: 800px;
  border: 1px solid #4cc1e0
}

.ourApproach .hero .chapter.c5 ul {
  margin-left: 30px;
  width: 48%;
  max-width: 500px
}

.ourApproach .hero .chapter.c5 ul li {
  position: absolute;
  max-width: 500px
}

.ourApproach .hero .chapter.c5 ul li.bullet-1 {
  top: 90px
}

.ourApproach .hero .chapter.c5 ul li.bullet-2 {
  top: 372px
}

.ourApproach .hero .chapter.c5 ul li.bullet-3 {
  top: 0
}

.ourApproach .hero .chapter.c5 ul li .bullet-dot {
  position: absolute;
  left: -41px;
  top: 30px
}

.ourApproach .hero .chapter.c5 .line-holder {
  position: absolute;
  left: 105px;
  top: -1763px
}

.ourApproach .hero .chapter.c5 .animated-circle {
  background: 0 0;
  position: absolute;
  left: 295px
}

.ourApproach .hero .chapter.c5 .animated-circle circle,
.ourApproach .hero .chapter.c5 .bullet-dot circle {
  fill: #a3cf5d
}

@media (max-width:1000px) {
  .ourApproach .hero .chapter.c5 .section-header {
    margin-right: 20px;
    max-width: 100%
  }
}

.ourApproach .hero .chapter .trigger {
  height: 1px;
  width: 100%
}

@media (min-width:800px) {
  .ourApproach .c3 .bullet-2 {
    margin-left: -215px !important
  }

  .ourApproach .c4 .bullet-2 {
    margin-left: -266px !important
  }
}

@media (max-width:799px) {
  .ourApproach .hero {
    height: auto !important;
    padding: 0
  }

  .ourApproach .hero .bubble,
  .ourApproach .hero > div {
    position: relative !important
  }

  .ourApproach .hero .bubble {
    top: 0 !important;
    right: auto !important;
    margin: auto
  }

  .ourApproach .hero h1 {
    margin: 160px auto auto;
    text-align: center;
    padding-bottom: 100px
  }

  .ourApproach .hero .chapter {
    margin: 0 1.25rem !important
  }

  .ourApproach .hero .chapter .container {
    margin-left: 30px;
    border-left: 1px solid grey;
    margin-top: 0 !important;
    padding-bottom: 200px !important;
    margin-bottom: 19px;
    padding-top: 100px !important
  }

  .ourApproach .hero .chapter:last-child .container {
    margin-bottom: 0 !important
  }

  .ourApproach .hero .chapter .section-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 70px 34px 40px !important
  }

  .ourApproach .hero .chapter .section-header .chapter-number {
    left: 12px
  }

  .ourApproach .hero .chapter .section-header p {
    font-size: 20px
  }

  .ourApproach .hero .chapter .section-header .line-holder-mobile {
    position: absolute;
    left: 40px;
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 0
  }

  .ourApproach .hero .chapter ul {
    position: relative !important;
    margin-left: 5% !important;
    margin-left: -9px !important;
    width: auto !important;
    margin-bottom: 150px;
    max-width: 1000px !important;
    margin-top: -100px
  }

  .ourApproach .hero .chapter ul li {
    position: relative !important;
    margin-top: 100px !important;
    top: auto !important;
    max-width: 1000px !important
  }

  .ourApproach .hero .chapter ul li p {
    font-size: 20px !important
  }

  .ourApproach .hero .chapter ul li .bullet-dot {
    top: 4px !important
  }
}

@media (max-width:799px) and (max-width:479px) {
  .ourApproach .bubble {
    border-radius: 0 !important;
    width: calc(100% + 71px) !important;
    left: -51px
  }
}

.news-article .hero {
  background: #72b249
}

.news-article .outerContainer {
  padding-bottom: 0
}

.case-study,
.insightArticle,
.insightWebinar,
.news-article,
.tos {
  position: relative
}

@media (min-width:1200px) {

  .case-study .hero h1,
  .insightArticle .hero h1,
  .insightWebinar .hero h1,
  .news-article .hero h1,
  .tos .hero h1 {
    font-size: 58px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .case-study .hero h1,
  .insightArticle .hero h1,
  .insightWebinar .hero h1,
  .news-article .hero h1,
  .tos .hero h1 {
    font-size: calc(32px + (100vw - 480px)/ 27.69231)
  }
}

@media (max-width:480px) {

  .case-study .hero h1,
  .insightArticle .hero h1,
  .insightWebinar .hero h1,
  .news-article .hero h1,
  .tos .hero h1 {
    font-size: 32px
  }
}

@media (min-width:781px) {

  .case-study .hero,
  .insightArticle .hero,
  .insightWebinar .hero,
  .news-article .hero,
  .tos .hero {
    max-width: 600px
  }

  .case-study .hero .container,
  .insightArticle .hero .container,
  .insightWebinar .hero .container,
  .news-article .hero .container,
  .tos .hero .container {
    position: relative
  }
}

@media (min-width:781px) and (min-width:480px) {

  .case-study .hero .container,
  .insightArticle .hero .container,
  .insightWebinar .hero .container,
  .news-article .hero .container,
  .tos .hero .container {
    padding: 0 50px 0 100px
  }
}

@media (min-width:781px) {

  .case-study .hero .container > div,
  .case-study .hero .container > h1,
  .case-study .hero .container > h2,
  .case-study .hero .container > h3,
  .case-study .hero .container > h4,
  .case-study .hero .container > h5,
  .case-study .hero .container > h6,
  .case-study .hero .container > p,
  .case-study .hero .container > section,
  .case-study .hero .container > span,
  .case-study .hero .container > ul,
  .insightArticle .hero .container > div,
  .insightArticle .hero .container > h1,
  .insightArticle .hero .container > h2,
  .insightArticle .hero .container > h3,
  .insightArticle .hero .container > h4,
  .insightArticle .hero .container > h5,
  .insightArticle .hero .container > h6,
  .insightArticle .hero .container > p,
  .insightArticle .hero .container > section,
  .insightArticle .hero .container > span,
  .insightArticle .hero .container > ul,
  .insightWebinar .hero .container > div,
  .insightWebinar .hero .container > h1,
  .insightWebinar .hero .container > h2,
  .insightWebinar .hero .container > h3,
  .insightWebinar .hero .container > h4,
  .insightWebinar .hero .container > h5,
  .insightWebinar .hero .container > h6,
  .insightWebinar .hero .container > p,
  .insightWebinar .hero .container > section,
  .insightWebinar .hero .container > span,
  .insightWebinar .hero .container > ul,
  .news-article .hero .container > div,
  .news-article .hero .container > h1,
  .news-article .hero .container > h2,
  .news-article .hero .container > h3,
  .news-article .hero .container > h4,
  .news-article .hero .container > h5,
  .news-article .hero .container > h6,
  .news-article .hero .container > p,
  .news-article .hero .container > section,
  .news-article .hero .container > span,
  .news-article .hero .container > ul,
  .tos .hero .container > div,
  .tos .hero .container > h1,
  .tos .hero .container > h2,
  .tos .hero .container > h3,
  .tos .hero .container > h4,
  .tos .hero .container > h5,
  .tos .hero .container > h6,
  .tos .hero .container > p,
  .tos .hero .container > section,
  .tos .hero .container > span,
  .tos .hero .container > ul {
    text-align: left
  }
}

.case-study .articleBody,
.case-study .tosBody,
.case-study .webinarBody,
.insightArticle .articleBody,
.insightArticle .tosBody,
.insightArticle .webinarBody,
.insightWebinar .articleBody,
.insightWebinar .tosBody,
.insightWebinar .webinarBody,
.news-article .articleBody,
.news-article .tosBody,
.news-article .webinarBody,
.tos .articleBody,
.tos .tosBody,
.tos .webinarBody {
  margin: auto !important;
  float:none !important;
  position: relative;
  line-height: 1.6
}

.case-study .articleBody img,
.case-study .tosBody img,
.case-study .webinarBody img,
.insightArticle .articleBody img,
.insightArticle .tosBody img,
.insightArticle .webinarBody img,
.insightWebinar .articleBody img,
.insightWebinar .tosBody img,
.insightWebinar .webinarBody img,
.news-article .articleBody img,
.news-article .tosBody img,
.news-article .webinarBody img,
.tos .articleBody img,
.tos .tosBody img,
.tos .webinarBody img {
  width: 100%;
  height: auto
}

@media (min-width:781px) {

  .case-study .articleBody,
  .case-study .tosBody,
  .case-study .webinarBody,
  .insightArticle .articleBody,
  .insightArticle .tosBody,
  .insightArticle .webinarBody,
  .insightWebinar .articleBody,
  .insightWebinar .tosBody,
  .insightWebinar .webinarBody,
  .news-article .articleBody,
  .news-article .tosBody,
  .news-article .webinarBody,
  .tos .articleBody,
  .tos .tosBody,
  .tos .webinarBody {
    max-width: 600px;
    max-width: 750px !important
  }

  .case-study .articleBody .container,
  .case-study .tosBody .container,
  .case-study .webinarBody .container,
  .insightArticle .articleBody .container,
  .insightArticle .tosBody .container,
  .insightArticle .webinarBody .container,
  .insightWebinar .articleBody .container,
  .insightWebinar .tosBody .container,
  .insightWebinar .webinarBody .container,
  .news-article .articleBody .container,
  .news-article .tosBody .container,
  .news-article .webinarBody .container,
  .tos .articleBody .container,
  .tos .tosBody .container,
  .tos .webinarBody .container {
    position: relative
  }
}

@media (min-width:781px) and (min-width:480px) {

  .case-study .articleBody .container,
  .case-study .tosBody .container,
  .case-study .webinarBody .container,
  .insightArticle .articleBody .container,
  .insightArticle .tosBody .container,
  .insightArticle .webinarBody .container,
  .insightWebinar .articleBody .container,
  .insightWebinar .tosBody .container,
  .insightWebinar .webinarBody .container,
  .news-article .articleBody .container,
  .news-article .tosBody .container,
  .news-article .webinarBody .container,
  .tos .articleBody .container,
  .tos .tosBody .container,
  .tos .webinarBody .container {
    padding: 0 50px 0 100px
  }
}

@media (min-width:781px) {

  .case-study .articleBody .container > div,
  .case-study .articleBody .container > h1,
  .case-study .articleBody .container > h2,
  .case-study .articleBody .container > h3,
  .case-study .articleBody .container > h4,
  .case-study .articleBody .container > h5,
  .case-study .articleBody .container > h6,
  .case-study .articleBody .container > p,
  .case-study .articleBody .container > section,
  .case-study .articleBody .container > span,
  .case-study .articleBody .container > ul,
  .case-study .tosBody .container > div,
  .case-study .tosBody .container > h1,
  .case-study .tosBody .container > h2,
  .case-study .tosBody .container > h3,
  .case-study .tosBody .container > h4,
  .case-study .tosBody .container > h5,
  .case-study .tosBody .container > h6,
  .case-study .tosBody .container > p,
  .case-study .tosBody .container > section,
  .case-study .tosBody .container > span,
  .case-study .tosBody .container > ul,
  .case-study .webinarBody .container > div,
  .case-study .webinarBody .container > h1,
  .case-study .webinarBody .container > h2,
  .case-study .webinarBody .container > h3,
  .case-study .webinarBody .container > h4,
  .case-study .webinarBody .container > h5,
  .case-study .webinarBody .container > h6,
  .case-study .webinarBody .container > p,
  .case-study .webinarBody .container > section,
  .case-study .webinarBody .container > span,
  .case-study .webinarBody .container > ul,
  .insightArticle .articleBody .container > div,
  .insightArticle .articleBody .container > h1,
  .insightArticle .articleBody .container > h2,
  .insightArticle .articleBody .container > h3,
  .insightArticle .articleBody .container > h4,
  .insightArticle .articleBody .container > h5,
  .insightArticle .articleBody .container > h6,
  .insightArticle .articleBody .container > p,
  .insightArticle .articleBody .container > section,
  .insightArticle .articleBody .container > span,
  .insightArticle .articleBody .container > ul,
  .insightArticle .tosBody .container > div,
  .insightArticle .tosBody .container > h1,
  .insightArticle .tosBody .container > h2,
  .insightArticle .tosBody .container > h3,
  .insightArticle .tosBody .container > h4,
  .insightArticle .tosBody .container > h5,
  .insightArticle .tosBody .container > h6,
  .insightArticle .tosBody .container > p,
  .insightArticle .tosBody .container > section,
  .insightArticle .tosBody .container > span,
  .insightArticle .tosBody .container > ul,
  .insightArticle .webinarBody .container > div,
  .insightArticle .webinarBody .container > h1,
  .insightArticle .webinarBody .container > h2,
  .insightArticle .webinarBody .container > h3,
  .insightArticle .webinarBody .container > h4,
  .insightArticle .webinarBody .container > h5,
  .insightArticle .webinarBody .container > h6,
  .insightArticle .webinarBody .container > p,
  .insightArticle .webinarBody .container > section,
  .insightArticle .webinarBody .container > span,
  .insightArticle .webinarBody .container > ul,
  .insightWebinar .articleBody .container > div,
  .insightWebinar .articleBody .container > h1,
  .insightWebinar .articleBody .container > h2,
  .insightWebinar .articleBody .container > h3,
  .insightWebinar .articleBody .container > h4,
  .insightWebinar .articleBody .container > h5,
  .insightWebinar .articleBody .container > h6,
  .insightWebinar .articleBody .container > p,
  .insightWebinar .articleBody .container > section,
  .insightWebinar .articleBody .container > span,
  .insightWebinar .articleBody .container > ul,
  .insightWebinar .tosBody .container > div,
  .insightWebinar .tosBody .container > h1,
  .insightWebinar .tosBody .container > h2,
  .insightWebinar .tosBody .container > h3,
  .insightWebinar .tosBody .container > h4,
  .insightWebinar .tosBody .container > h5,
  .insightWebinar .tosBody .container > h6,
  .insightWebinar .tosBody .container > p,
  .insightWebinar .tosBody .container > section,
  .insightWebinar .tosBody .container > span,
  .insightWebinar .tosBody .container > ul,
  .insightWebinar .webinarBody .container > div,
  .insightWebinar .webinarBody .container > h1,
  .insightWebinar .webinarBody .container > h2,
  .insightWebinar .webinarBody .container > h3,
  .insightWebinar .webinarBody .container > h4,
  .insightWebinar .webinarBody .container > h5,
  .insightWebinar .webinarBody .container > h6,
  .insightWebinar .webinarBody .container > p,
  .insightWebinar .webinarBody .container > section,
  .insightWebinar .webinarBody .container > span,
  .insightWebinar .webinarBody .container > ul,
  .news-article .articleBody .container > div,
  .news-article .articleBody .container > h1,
  .news-article .articleBody .container > h2,
  .news-article .articleBody .container > h3,
  .news-article .articleBody .container > h4,
  .news-article .articleBody .container > h5,
  .news-article .articleBody .container > h6,
  .news-article .articleBody .container > p,
  .news-article .articleBody .container > section,
  .news-article .articleBody .container > span,
  .news-article .articleBody .container > ul,
  .news-article .tosBody .container > div,
  .news-article .tosBody .container > h1,
  .news-article .tosBody .container > h2,
  .news-article .tosBody .container > h3,
  .news-article .tosBody .container > h4,
  .news-article .tosBody .container > h5,
  .news-article .tosBody .container > h6,
  .news-article .tosBody .container > p,
  .news-article .tosBody .container > section,
  .news-article .tosBody .container > span,
  .news-article .tosBody .container > ul,
  .news-article .webinarBody .container > div,
  .news-article .webinarBody .container > h1,
  .news-article .webinarBody .container > h2,
  .news-article .webinarBody .container > h3,
  .news-article .webinarBody .container > h4,
  .news-article .webinarBody .container > h5,
  .news-article .webinarBody .container > h6,
  .news-article .webinarBody .container > p,
  .news-article .webinarBody .container > section,
  .news-article .webinarBody .container > span,
  .news-article .webinarBody .container > ul,
  .tos .articleBody .container > div,
  .tos .articleBody .container > h1,
  .tos .articleBody .container > h2,
  .tos .articleBody .container > h3,
  .tos .articleBody .container > h4,
  .tos .articleBody .container > h5,
  .tos .articleBody .container > h6,
  .tos .articleBody .container > p,
  .tos .articleBody .container > section,
  .tos .articleBody .container > span,
  .tos .articleBody .container > ul,
  .tos .tosBody .container > div,
  .tos .tosBody .container > h1,
  .tos .tosBody .container > h2,
  .tos .tosBody .container > h3,
  .tos .tosBody .container > h4,
  .tos .tosBody .container > h5,
  .tos .tosBody .container > h6,
  .tos .tosBody .container > p,
  .tos .tosBody .container > section,
  .tos .tosBody .container > span,
  .tos .tosBody .container > ul,
  .tos .webinarBody .container > div,
  .tos .webinarBody .container > h1,
  .tos .webinarBody .container > h2,
  .tos .webinarBody .container > h3,
  .tos .webinarBody .container > h4,
  .tos .webinarBody .container > h5,
  .tos .webinarBody .container > h6,
  .tos .webinarBody .container > p,
  .tos .webinarBody .container > section,
  .tos .webinarBody .container > span,
  .tos .webinarBody .container > ul {
    text-align: left
  }
}

.case-study .articleBody .container,
.case-study .tosBody .container,
.case-study .webinarBody .container,
.insightArticle .articleBody .container,
.insightArticle .tosBody .container,
.insightArticle .webinarBody .container,
.insightWebinar .articleBody .container,
.insightWebinar .tosBody .container,
.insightWebinar .webinarBody .container,
.news-article .articleBody .container,
.news-article .tosBody .container,
.news-article .webinarBody .container,
.tos .articleBody .container,
.tos .tosBody .container,
.tos .webinarBody .container {
  width: 100%
}

.case-study .articleBody a:active,
.case-study .articleBody a:hover,
.case-study .articleBody a:link,
.case-study .articleBody a:visited,
.case-study .tosBody a:active,
.case-study .tosBody a:hover,
.case-study .tosBody a:link,
.case-study .tosBody a:visited,
.case-study .webinarBody a:active,
.case-study .webinarBody a:hover,
.case-study .webinarBody a:link,
.case-study .webinarBody a:visited,
.insightArticle .articleBody a:active,
.insightArticle .articleBody a:hover,
.insightArticle .articleBody a:link,
.insightArticle .articleBody a:visited,
.insightArticle .tosBody a:active,
.insightArticle .tosBody a:hover,
.insightArticle .tosBody a:link,
.insightArticle .tosBody a:visited,
.insightArticle .webinarBody a:active,
.insightArticle .webinarBody a:hover,
.insightArticle .webinarBody a:link,
.insightArticle .webinarBody a:visited,
.insightWebinar .articleBody a:active,
.insightWebinar .articleBody a:hover,
.insightWebinar .articleBody a:link,
.insightWebinar .articleBody a:visited,
.insightWebinar .tosBody a:active,
.insightWebinar .tosBody a:hover,
.insightWebinar .tosBody a:link,
.insightWebinar .tosBody a:visited,
.insightWebinar .webinarBody a:active,
.insightWebinar .webinarBody a:hover,
.insightWebinar .webinarBody a:link,
.insightWebinar .webinarBody a:visited,
.news-article .articleBody a:active,
.news-article .articleBody a:hover,
.news-article .articleBody a:link,
.news-article .articleBody a:visited,
.news-article .tosBody a:active,
.news-article .tosBody a:hover,
.news-article .tosBody a:link,
.news-article .tosBody a:visited,
.news-article .webinarBody a:active,
.news-article .webinarBody a:hover,
.news-article .webinarBody a:link,
.news-article .webinarBody a:visited,
.tos .articleBody a:active,
.tos .articleBody a:hover,
.tos .articleBody a:link,
.tos .articleBody a:visited,
.tos .tosBody a:active,
.tos .tosBody a:hover,
.tos .tosBody a:link,
.tos .tosBody a:visited,
.tos .webinarBody a:active,
.tos .webinarBody a:hover,
.tos .webinarBody a:link,
.tos .webinarBody a:visited {
  color: #262626;
  text-decoration: underline
}

.case-study .articleBody ol li,
.case-study .articleBody ul li,
.case-study .tosBody ol li,
.case-study .tosBody ul li,
.case-study .webinarBody ol li,
.case-study .webinarBody ul li,
.insightArticle .articleBody ol li,
.insightArticle .articleBody ul li,
.insightArticle .tosBody ol li,
.insightArticle .tosBody ul li,
.insightArticle .webinarBody ol li,
.insightArticle .webinarBody ul li,
.insightWebinar .articleBody ol li,
.insightWebinar .articleBody ul li,
.insightWebinar .tosBody ol li,
.insightWebinar .tosBody ul li,
.insightWebinar .webinarBody ol li,
.insightWebinar .webinarBody ul li,
.news-article .articleBody ol li,
.news-article .articleBody ul li,
.news-article .tosBody ol li,
.news-article .tosBody ul li,
.news-article .webinarBody ol li,
.news-article .webinarBody ul li,
.tos .articleBody ol li,
.tos .articleBody ul li,
.tos .tosBody ol li,
.tos .tosBody ul li,
.tos .webinarBody ol li,
.tos .webinarBody ul li {
  padding: .9rem 0
}

.case-study .articleBody .abstract,
.case-study .articleBody h2,
.case-study .articleBody h3,
.case-study .articleBody h4,
.case-study .articleBody h5,
.case-study .articleBody h6,
.case-study .articleBody p,
.case-study .tosBody .abstract,
.case-study .tosBody h2,
.case-study .tosBody h3,
.case-study .tosBody h4,
.case-study .tosBody h5,
.case-study .tosBody h6,
.case-study .tosBody p,
.case-study .webinarBody .abstract,
.case-study .webinarBody h2,
.case-study .webinarBody h3,
.case-study .webinarBody h4,
.case-study .webinarBody h5,
.case-study .webinarBody h6,
.case-study .webinarBody p,
.insightArticle .articleBody .abstract,
.insightArticle .articleBody h2,
.insightArticle .articleBody h3,
.insightArticle .articleBody h4,
.insightArticle .articleBody h5,
.insightArticle .articleBody h6,
.insightArticle .articleBody p,
.insightArticle .tosBody .abstract,
.insightArticle .tosBody h2,
.insightArticle .tosBody h3,
.insightArticle .tosBody h4,
.insightArticle .tosBody h5,
.insightArticle .tosBody h6,
.insightArticle .tosBody p,
.insightArticle .webinarBody .abstract,
.insightArticle .webinarBody h2,
.insightArticle .webinarBody h3,
.insightArticle .webinarBody h4,
.insightArticle .webinarBody h5,
.insightArticle .webinarBody h6,
.insightArticle .webinarBody p,
.insightWebinar .articleBody .abstract,
.insightWebinar .articleBody h2,
.insightWebinar .articleBody h3,
.insightWebinar .articleBody h4,
.insightWebinar .articleBody h5,
.insightWebinar .articleBody h6,
.insightWebinar .articleBody p,
.insightWebinar .tosBody .abstract,
.insightWebinar .tosBody h2,
.insightWebinar .tosBody h3,
.insightWebinar .tosBody h4,
.insightWebinar .tosBody h5,
.insightWebinar .tosBody h6,
.insightWebinar .tosBody p,
.insightWebinar .webinarBody .abstract,
.insightWebinar .webinarBody h2,
.insightWebinar .webinarBody h3,
.insightWebinar .webinarBody h4,
.insightWebinar .webinarBody h5,
.insightWebinar .webinarBody h6,
.insightWebinar .webinarBody p,
.news-article .articleBody .abstract,
.news-article .articleBody h2,
.news-article .articleBody h3,
.news-article .articleBody h4,
.news-article .articleBody h5,
.news-article .articleBody h6,
.news-article .articleBody p,
.news-article .tosBody .abstract,
.news-article .tosBody h2,
.news-article .tosBody h3,
.news-article .tosBody h4,
.news-article .tosBody h5,
.news-article .tosBody h6,
.news-article .tosBody p,
.news-article .webinarBody .abstract,
.news-article .webinarBody h2,
.news-article .webinarBody h3,
.news-article .webinarBody h4,
.news-article .webinarBody h5,
.news-article .webinarBody h6,
.news-article .webinarBody p,
.tos .articleBody .abstract,
.tos .articleBody h2,
.tos .articleBody h3,
.tos .articleBody h4,
.tos .articleBody h5,
.tos .articleBody h6,
.tos .articleBody p,
.tos .tosBody .abstract,
.tos .tosBody h2,
.tos .tosBody h3,
.tos .tosBody h4,
.tos .tosBody h5,
.tos .tosBody h6,
.tos .tosBody p,
.tos .webinarBody .abstract,
.tos .webinarBody h2,
.tos .webinarBody h3,
.tos .webinarBody h4,
.tos .webinarBody h5,
.tos .webinarBody h6,
.tos .webinarBody p {
  text-align: left;
  color: #262626
}

.case-study .articleBody .shareLinks,
.case-study .tosBody .shareLinks,
.case-study .webinarBody .shareLinks,
.insightArticle .articleBody .shareLinks,
.insightArticle .tosBody .shareLinks,
.insightArticle .webinarBody .shareLinks,
.insightWebinar .articleBody .shareLinks,
.insightWebinar .tosBody .shareLinks,
.insightWebinar .webinarBody .shareLinks,
.news-article .articleBody .shareLinks,
.news-article .tosBody .shareLinks,
.news-article .webinarBody .shareLinks,
.tos .articleBody .shareLinks,
.tos .tosBody .shareLinks,
.tos .webinarBody .shareLinks {
  padding: 10px;
  margin-bottom: 2rem
}

@media (min-width:1600px) {

  .case-study .articleBody .shareLinks,
  .case-study .tosBody .shareLinks,
  .case-study .webinarBody .shareLinks,
  .insightArticle .articleBody .shareLinks,
  .insightArticle .tosBody .shareLinks,
  .insightArticle .webinarBody .shareLinks,
  .insightWebinar .articleBody .shareLinks,
  .insightWebinar .tosBody .shareLinks,
  .insightWebinar .webinarBody .shareLinks,
  .news-article .articleBody .shareLinks,
  .news-article .tosBody .shareLinks,
  .news-article .webinarBody .shareLinks,
  .tos .articleBody .shareLinks,
  .tos .tosBody .shareLinks,
  .tos .webinarBody .shareLinks {
    left: -37.5px
  }
}

@media (min-width:750px) and (max-width:1600px) {

  .case-study .articleBody .shareLinks,
  .case-study .tosBody .shareLinks,
  .case-study .webinarBody .shareLinks,
  .insightArticle .articleBody .shareLinks,
  .insightArticle .tosBody .shareLinks,
  .insightArticle .webinarBody .shareLinks,
  .insightWebinar .articleBody .shareLinks,
  .insightWebinar .tosBody .shareLinks,
  .insightWebinar .webinarBody .shareLinks,
  .news-article .articleBody .shareLinks,
  .news-article .tosBody .shareLinks,
  .news-article .webinarBody .shareLinks,
  .tos .articleBody .shareLinks,
  .tos .tosBody .shareLinks,
  .tos .webinarBody .shareLinks {
    left: calc(20px + (100vw - 750px)/ -14.78261)
  }
}

@media (max-width:750px) {

  .case-study .articleBody .shareLinks,
  .case-study .tosBody .shareLinks,
  .case-study .webinarBody .shareLinks,
  .insightArticle .articleBody .shareLinks,
  .insightArticle .tosBody .shareLinks,
  .insightArticle .webinarBody .shareLinks,
  .insightWebinar .articleBody .shareLinks,
  .insightWebinar .tosBody .shareLinks,
  .insightWebinar .webinarBody .shareLinks,
  .news-article .articleBody .shareLinks,
  .news-article .tosBody .shareLinks,
  .news-article .webinarBody .shareLinks,
  .tos .articleBody .shareLinks,
  .tos .tosBody .shareLinks,
  .tos .webinarBody .shareLinks {
    left: 20px
  }
}

@media (max-width:780px) {

  .case-study .articleBody .shareLinks .printer,
  .case-study .tosBody .shareLinks .printer,
  .case-study .webinarBody .shareLinks .printer,
  .insightArticle .articleBody .shareLinks .printer,
  .insightArticle .tosBody .shareLinks .printer,
  .insightArticle .webinarBody .shareLinks .printer,
  .insightWebinar .articleBody .shareLinks .printer,
  .insightWebinar .tosBody .shareLinks .printer,
  .insightWebinar .webinarBody .shareLinks .printer,
  .news-article .articleBody .shareLinks .printer,
  .news-article .tosBody .shareLinks .printer,
  .news-article .webinarBody .shareLinks .printer,
  .tos .articleBody .shareLinks .printer,
  .tos .tosBody .shareLinks .printer,
  .tos .webinarBody .shareLinks .printer {
    display: none
  }
}

.case-study .articleBody .shareLinks h5,
.case-study .tosBody .shareLinks h5,
.case-study .webinarBody .shareLinks h5,
.insightArticle .articleBody .shareLinks h5,
.insightArticle .tosBody .shareLinks h5,
.insightArticle .webinarBody .shareLinks h5,
.insightWebinar .articleBody .shareLinks h5,
.insightWebinar .tosBody .shareLinks h5,
.insightWebinar .webinarBody .shareLinks h5,
.news-article .articleBody .shareLinks h5,
.news-article .tosBody .shareLinks h5,
.news-article .webinarBody .shareLinks h5,
.tos .articleBody .shareLinks h5,
.tos .tosBody .shareLinks h5,
.tos .webinarBody .shareLinks h5 {
  text-align: center
}

@media (max-width:780px) {

  .case-study .articleBody .shareLinks h5,
  .case-study .tosBody .shareLinks h5,
  .case-study .webinarBody .shareLinks h5,
  .insightArticle .articleBody .shareLinks h5,
  .insightArticle .tosBody .shareLinks h5,
  .insightArticle .webinarBody .shareLinks h5,
  .insightWebinar .articleBody .shareLinks h5,
  .insightWebinar .tosBody .shareLinks h5,
  .insightWebinar .webinarBody .shareLinks h5,
  .news-article .articleBody .shareLinks h5,
  .news-article .tosBody .shareLinks h5,
  .news-article .webinarBody .shareLinks h5,
  .tos .articleBody .shareLinks h5,
  .tos .tosBody .shareLinks h5,
  .tos .webinarBody .shareLinks h5 {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 400;
    height: 100%
  }
}

.case-study .articleBody .shareLinks hr,
.case-study .tosBody .shareLinks hr,
.case-study .webinarBody .shareLinks hr,
.insightArticle .articleBody .shareLinks hr,
.insightArticle .tosBody .shareLinks hr,
.insightArticle .webinarBody .shareLinks hr,
.insightWebinar .articleBody .shareLinks hr,
.insightWebinar .tosBody .shareLinks hr,
.insightWebinar .webinarBody .shareLinks hr,
.news-article .articleBody .shareLinks hr,
.news-article .tosBody .shareLinks hr,
.news-article .webinarBody .shareLinks hr,
.tos .articleBody .shareLinks hr,
.tos .tosBody .shareLinks hr,
.tos .webinarBody .shareLinks hr {
  margin: 1rem auto
}

@media (max-width:780px) {

  .case-study .articleBody .shareLinks hr,
  .case-study .tosBody .shareLinks hr,
  .case-study .webinarBody .shareLinks hr,
  .insightArticle .articleBody .shareLinks hr,
  .insightArticle .tosBody .shareLinks hr,
  .insightArticle .webinarBody .shareLinks hr,
  .insightWebinar .articleBody .shareLinks hr,
  .insightWebinar .tosBody .shareLinks hr,
  .insightWebinar .webinarBody .shareLinks hr,
  .news-article .articleBody .shareLinks hr,
  .news-article .tosBody .shareLinks hr,
  .news-article .webinarBody .shareLinks hr,
  .tos .articleBody .shareLinks hr,
  .tos .tosBody .shareLinks hr,
  .tos .webinarBody .shareLinks hr {
    display: none
  }
}

@media (min-width:781px) {

  .case-study .articleBody .shareLinks .LinkedIn,
  .case-study .tosBody .shareLinks .LinkedIn,
  .case-study .webinarBody .shareLinks .LinkedIn,
  .insightArticle .articleBody .shareLinks .LinkedIn,
  .insightArticle .tosBody .shareLinks .LinkedIn,
  .insightArticle .webinarBody .shareLinks .LinkedIn,
  .insightWebinar .articleBody .shareLinks .LinkedIn,
  .insightWebinar .tosBody .shareLinks .LinkedIn,
  .insightWebinar .webinarBody .shareLinks .LinkedIn,
  .news-article .articleBody .shareLinks .LinkedIn,
  .news-article .tosBody .shareLinks .LinkedIn,
  .news-article .webinarBody .shareLinks .LinkedIn,
  .tos .articleBody .shareLinks .LinkedIn,
  .tos .tosBody .shareLinks .LinkedIn,
  .tos .webinarBody .shareLinks .LinkedIn {
    margin-top: 30px
  }
}

.case-study .articleBody .shareLinks svg,
.case-study .tosBody .shareLinks svg,
.case-study .webinarBody .shareLinks svg,
.insightArticle .articleBody .shareLinks svg,
.insightArticle .tosBody .shareLinks svg,
.insightArticle .webinarBody .shareLinks svg,
.insightWebinar .articleBody .shareLinks svg,
.insightWebinar .tosBody .shareLinks svg,
.insightWebinar .webinarBody .shareLinks svg,
.news-article .articleBody .shareLinks svg,
.news-article .tosBody .shareLinks svg,
.news-article .webinarBody .shareLinks svg,
.tos .articleBody .shareLinks svg,
.tos .tosBody .shareLinks svg,
.tos .webinarBody .shareLinks svg {
  fill: #262626;
  -webkit-transition: fill .25s ease;
  transition: fill .25s ease
}

.case-study .articleBody .shareLinks svg:hover,
.case-study .tosBody .shareLinks svg:hover,
.case-study .webinarBody .shareLinks svg:hover,
.insightArticle .articleBody .shareLinks svg:hover,
.insightArticle .tosBody .shareLinks svg:hover,
.insightArticle .webinarBody .shareLinks svg:hover,
.insightWebinar .articleBody .shareLinks svg:hover,
.insightWebinar .tosBody .shareLinks svg:hover,
.insightWebinar .webinarBody .shareLinks svg:hover,
.news-article .articleBody .shareLinks svg:hover,
.news-article .tosBody .shareLinks svg:hover,
.news-article .webinarBody .shareLinks svg:hover,
.tos .articleBody .shareLinks svg:hover,
.tos .tosBody .shareLinks svg:hover,
.tos .webinarBody .shareLinks svg:hover {
  cursor: pointer
}

@media (max-width:780px) {

  .case-study .articleBody .shareLinks svg,
  .case-study .tosBody .shareLinks svg,
  .case-study .webinarBody .shareLinks svg,
  .insightArticle .articleBody .shareLinks svg,
  .insightArticle .tosBody .shareLinks svg,
  .insightArticle .webinarBody .shareLinks svg,
  .insightWebinar .articleBody .shareLinks svg,
  .insightWebinar .tosBody .shareLinks svg,
  .insightWebinar .webinarBody .shareLinks svg,
  .news-article .articleBody .shareLinks svg,
  .news-article .tosBody .shareLinks svg,
  .news-article .webinarBody .shareLinks svg,
  .tos .articleBody .shareLinks svg,
  .tos .tosBody .shareLinks svg,
  .tos .webinarBody .shareLinks svg {
    vertical-align: middle;
    height: 2rem
  }
}

.case-study .articleBody .shareLinks svg:hover,
.case-study .tosBody .shareLinks svg:hover,
.case-study .webinarBody .shareLinks svg:hover,
.insightArticle .articleBody .shareLinks svg:hover,
.insightArticle .tosBody .shareLinks svg:hover,
.insightArticle .webinarBody .shareLinks svg:hover,
.insightWebinar .articleBody .shareLinks svg:hover,
.insightWebinar .tosBody .shareLinks svg:hover,
.insightWebinar .webinarBody .shareLinks svg:hover,
.news-article .articleBody .shareLinks svg:hover,
.news-article .tosBody .shareLinks svg:hover,
.news-article .webinarBody .shareLinks svg:hover,
.tos .articleBody .shareLinks svg:hover,
.tos .tosBody .shareLinks svg:hover,
.tos .webinarBody .shareLinks svg:hover {
  fill: #cac8c8
}

@media (min-width:781px) {

  .case-study .articleBody .shareLinks,
  .case-study .tosBody .shareLinks,
  .case-study .webinarBody .shareLinks,
  .insightArticle .articleBody .shareLinks,
  .insightArticle .tosBody .shareLinks,
  .insightArticle .webinarBody .shareLinks,
  .insightWebinar .articleBody .shareLinks,
  .insightWebinar .tosBody .shareLinks,
  .insightWebinar .webinarBody .shareLinks,
  .news-article .articleBody .shareLinks,
  .news-article .tosBody .shareLinks,
  .news-article .webinarBody .shareLinks,
  .tos .articleBody .shareLinks,
  .tos .tosBody .shareLinks,
  .tos .webinarBody .shareLinks {
    margin: 0;
    position: absolute
  }

  .case-study .articleBody .shareLinks > div,
  .case-study .tosBody .shareLinks > div,
  .case-study .webinarBody .shareLinks > div,
  .insightArticle .articleBody .shareLinks > div,
  .insightArticle .tosBody .shareLinks > div,
  .insightArticle .webinarBody .shareLinks > div,
  .insightWebinar .articleBody .shareLinks > div,
  .insightWebinar .tosBody .shareLinks > div,
  .insightWebinar .webinarBody .shareLinks > div,
  .news-article .articleBody .shareLinks > div,
  .news-article .tosBody .shareLinks > div,
  .news-article .webinarBody .shareLinks > div,
  .tos .articleBody .shareLinks > div,
  .tos .tosBody .shareLinks > div,
  .tos .webinarBody .shareLinks > div {
    margin: 10px 0
  }
}

@media (max-width:780px) {

  .case-study .articleBody .shareLinks,
  .case-study .tosBody .shareLinks,
  .case-study .webinarBody .shareLinks,
  .insightArticle .articleBody .shareLinks,
  .insightArticle .tosBody .shareLinks,
  .insightArticle .webinarBody .shareLinks,
  .insightWebinar .articleBody .shareLinks,
  .insightWebinar .tosBody .shareLinks,
  .insightWebinar .webinarBody .shareLinks,
  .news-article .articleBody .shareLinks,
  .news-article .tosBody .shareLinks,
  .news-article .webinarBody .shareLinks,
  .tos .articleBody .shareLinks,
  .tos .tosBody .shareLinks,
  .tos .webinarBody .shareLinks {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .case-study .articleBody .shareLinks div,
  .case-study .tosBody .shareLinks div,
  .case-study .webinarBody .shareLinks div,
  .insightArticle .articleBody .shareLinks div,
  .insightArticle .tosBody .shareLinks div,
  .insightArticle .webinarBody .shareLinks div,
  .insightWebinar .articleBody .shareLinks div,
  .insightWebinar .tosBody .shareLinks div,
  .insightWebinar .webinarBody .shareLinks div,
  .news-article .articleBody .shareLinks div,
  .news-article .tosBody .shareLinks div,
  .news-article .webinarBody .shareLinks div,
  .tos .articleBody .shareLinks div,
  .tos .tosBody .shareLinks div,
  .tos .webinarBody .shareLinks div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.case-study .articleBody p .ArchivedDuration,
.case-study .tosBody p .ArchivedDuration,
.case-study .webinarBody p .ArchivedDuration,
.insightArticle .articleBody p .ArchivedDuration,
.insightArticle .tosBody p .ArchivedDuration,
.insightArticle .webinarBody p .ArchivedDuration,
.insightWebinar .articleBody p .ArchivedDuration,
.insightWebinar .tosBody p .ArchivedDuration,
.insightWebinar .webinarBody p .ArchivedDuration,
.news-article .articleBody p .ArchivedDuration,
.news-article .tosBody p .ArchivedDuration,
.news-article .webinarBody p .ArchivedDuration,
.tos .articleBody p .ArchivedDuration,
.tos .tosBody p .ArchivedDuration,
.tos .webinarBody p .ArchivedDuration {
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  padding-right: 1.625rem;
  border-right: 1px solid #262626;
  font-family: interface
}

.case-study .articleBody p .ArchivedDate,
.case-study .tosBody p .ArchivedDate,
.case-study .webinarBody p .ArchivedDate,
.insightArticle .articleBody p .ArchivedDate,
.insightArticle .tosBody p .ArchivedDate,
.insightArticle .webinarBody p .ArchivedDate,
.insightWebinar .articleBody p .ArchivedDate,
.insightWebinar .tosBody p .ArchivedDate,
.insightWebinar .webinarBody p .ArchivedDate,
.news-article .articleBody p .ArchivedDate,
.news-article .tosBody p .ArchivedDate,
.news-article .webinarBody p .ArchivedDate,
.tos .articleBody p .ArchivedDate,
.tos .tosBody p .ArchivedDate,
.tos .webinarBody p .ArchivedDate {
  font-size: 21px;
  font-weight: 300;
  padding-left: 1.625rem;
  font-family: interface
}

.case-study .articleBody .abstract,
.case-study .tosBody .abstract,
.case-study .webinarBody .abstract,
.insightArticle .articleBody .abstract,
.insightArticle .tosBody .abstract,
.insightArticle .webinarBody .abstract,
.insightWebinar .articleBody .abstract,
.insightWebinar .tosBody .abstract,
.insightWebinar .webinarBody .abstract,
.news-article .articleBody .abstract,
.news-article .tosBody .abstract,
.news-article .webinarBody .abstract,
.tos .articleBody .abstract,
.tos .tosBody .abstract,
.tos .webinarBody .abstract {
  max-width: 75vw;
  font-family: interface;
  font-size: 21px;
  border-bottom: .8px solid #979797;
  padding-bottom: 3.5em;
  margin-bottom: 3.5em
}

@media (max-width:780px) {

  .case-study .articleBody .abstract,
  .case-study .tosBody .abstract,
  .case-study .webinarBody .abstract,
  .insightArticle .articleBody .abstract,
  .insightArticle .tosBody .abstract,
  .insightArticle .webinarBody .abstract,
  .insightWebinar .articleBody .abstract,
  .insightWebinar .tosBody .abstract,
  .insightWebinar .webinarBody .abstract,
  .news-article .articleBody .abstract,
  .news-article .tosBody .abstract,
  .news-article .webinarBody .abstract,
  .tos .articleBody .abstract,
  .tos .tosBody .abstract,
  .tos .webinarBody .abstract {
    margin: 2rem auto 3.5em
  }
}

.case-study .articleBody .content,
.case-study .tosBody .content,
.case-study .webinarBody .content,
.insightArticle .articleBody .content,
.insightArticle .tosBody .content,
.insightArticle .webinarBody .content,
.insightWebinar .articleBody .content,
.insightWebinar .tosBody .content,
.insightWebinar .webinarBody .content,
.news-article .articleBody .content,
.news-article .tosBody .content,
.news-article .webinarBody .content,
.tos .articleBody .content,
.tos .tosBody .content,
.tos .webinarBody .content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  font-size: 21px;
  font-family: Georgia, serif
}

@media (min-width:1200px) {

  .case-study .articleBody .content,
  .case-study .tosBody .content,
  .case-study .webinarBody .content,
  .insightArticle .articleBody .content,
  .insightArticle .tosBody .content,
  .insightArticle .webinarBody .content,
  .insightWebinar .articleBody .content,
  .insightWebinar .tosBody .content,
  .insightWebinar .webinarBody .content,
  .news-article .articleBody .content,
  .news-article .tosBody .content,
  .news-article .webinarBody .content,
  .tos .articleBody .content,
  .tos .tosBody .content,
  .tos .webinarBody .content {
    font-size: 21px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .case-study .articleBody .content,
  .case-study .tosBody .content,
  .case-study .webinarBody .content,
  .insightArticle .articleBody .content,
  .insightArticle .tosBody .content,
  .insightArticle .webinarBody .content,
  .insightWebinar .articleBody .content,
  .insightWebinar .tosBody .content,
  .insightWebinar .webinarBody .content,
  .news-article .articleBody .content,
  .news-article .tosBody .content,
  .news-article .webinarBody .content,
  .tos .articleBody .content,
  .tos .tosBody .content,
  .tos .webinarBody .content {
    font-size: calc(18px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {

  .case-study .articleBody .content,
  .case-study .tosBody .content,
  .case-study .webinarBody .content,
  .insightArticle .articleBody .content,
  .insightArticle .tosBody .content,
  .insightArticle .webinarBody .content,
  .insightWebinar .articleBody .content,
  .insightWebinar .tosBody .content,
  .insightWebinar .webinarBody .content,
  .news-article .articleBody .content,
  .news-article .tosBody .content,
  .news-article .webinarBody .content,
  .tos .articleBody .content,
  .tos .tosBody .content,
  .tos .webinarBody .content {
    font-size: 18px
  }
}

.case-study .articleBody .content .content,
.case-study .tosBody .content .content,
.case-study .webinarBody .content .content,
.insightArticle .articleBody .content .content,
.insightArticle .tosBody .content .content,
.insightArticle .webinarBody .content .content,
.insightWebinar .articleBody .content .content,
.insightWebinar .tosBody .content .content,
.insightWebinar .webinarBody .content .content,
.news-article .articleBody .content .content,
.news-article .tosBody .content .content,
.news-article .webinarBody .content .content,
.tos .articleBody .content .content,
.tos .tosBody .content .content,
.tos .webinarBody .content .content {
  max-width: 100%
}

@media (max-width:780px) {

  .case-study .articleBody .content .content,
  .case-study .tosBody .content .content,
  .case-study .webinarBody .content .content,
  .insightArticle .articleBody .content .content,
  .insightArticle .tosBody .content .content,
  .insightArticle .webinarBody .content .content,
  .insightWebinar .articleBody .content .content,
  .insightWebinar .tosBody .content .content,
  .insightWebinar .webinarBody .content .content,
  .news-article .articleBody .content .content,
  .news-article .tosBody .content .content,
  .news-article .webinarBody .content .content,
  .tos .articleBody .content .content,
  .tos .tosBody .content .content,
  .tos .webinarBody .content .content {
    margin: auto
  }
}

.case-study .articleBody .content h2,
.case-study .articleBody .content h3,
.case-study .articleBody .content h4,
.case-study .articleBody .content h5,
.case-study .articleBody .content h6,
.case-study .tosBody .content h2,
.case-study .tosBody .content h3,
.case-study .tosBody .content h4,
.case-study .tosBody .content h5,
.case-study .tosBody .content h6,
.case-study .webinarBody .content h2,
.case-study .webinarBody .content h3,
.case-study .webinarBody .content h4,
.case-study .webinarBody .content h5,
.case-study .webinarBody .content h6,
.insightArticle .articleBody .content h2,
.insightArticle .articleBody .content h3,
.insightArticle .articleBody .content h4,
.insightArticle .articleBody .content h5,
.insightArticle .articleBody .content h6,
.insightArticle .tosBody .content h2,
.insightArticle .tosBody .content h3,
.insightArticle .tosBody .content h4,
.insightArticle .tosBody .content h5,
.insightArticle .tosBody .content h6,
.insightArticle .webinarBody .content h2,
.insightArticle .webinarBody .content h3,
.insightArticle .webinarBody .content h4,
.insightArticle .webinarBody .content h5,
.insightArticle .webinarBody .content h6,
.insightWebinar .articleBody .content h2,
.insightWebinar .articleBody .content h3,
.insightWebinar .articleBody .content h4,
.insightWebinar .articleBody .content h5,
.insightWebinar .articleBody .content h6,
.insightWebinar .tosBody .content h2,
.insightWebinar .tosBody .content h3,
.insightWebinar .tosBody .content h4,
.insightWebinar .tosBody .content h5,
.insightWebinar .tosBody .content h6,
.insightWebinar .webinarBody .content h2,
.insightWebinar .webinarBody .content h3,
.insightWebinar .webinarBody .content h4,
.insightWebinar .webinarBody .content h5,
.insightWebinar .webinarBody .content h6,
.news-article .articleBody .content h2,
.news-article .articleBody .content h3,
.news-article .articleBody .content h4,
.news-article .articleBody .content h5,
.news-article .articleBody .content h6,
.news-article .tosBody .content h2,
.news-article .tosBody .content h3,
.news-article .tosBody .content h4,
.news-article .tosBody .content h5,
.news-article .tosBody .content h6,
.news-article .webinarBody .content h2,
.news-article .webinarBody .content h3,
.news-article .webinarBody .content h4,
.news-article .webinarBody .content h5,
.news-article .webinarBody .content h6,
.tos .articleBody .content h2,
.tos .articleBody .content h3,
.tos .articleBody .content h4,
.tos .articleBody .content h5,
.tos .articleBody .content h6,
.tos .tosBody .content h2,
.tos .tosBody .content h3,
.tos .tosBody .content h4,
.tos .tosBody .content h5,
.tos .tosBody .content h6,
.tos .webinarBody .content h2,
.tos .webinarBody .content h3,
.tos .webinarBody .content h4,
.tos .webinarBody .content h5,
.tos .webinarBody .content h6 {
  text-align: left;
  font-family: interface;
  font-weight: 700;
  margin-bottom: 0;
  margin-bottom: -14px
}

.case-study .articleBody .content h2,
.case-study .tosBody .content h2,
.case-study .webinarBody .content h2,
.insightArticle .articleBody .content h2,
.insightArticle .tosBody .content h2,
.insightArticle .webinarBody .content h2,
.insightWebinar .articleBody .content h2,
.insightWebinar .tosBody .content h2,
.insightWebinar .webinarBody .content h2,
.news-article .articleBody .content h2,
.news-article .tosBody .content h2,
.news-article .webinarBody .content h2,
.tos .articleBody .content h2,
.tos .tosBody .content h2,
.tos .webinarBody .content h2 {
  font-size: 1.5625rem;
  margin-top: 40px
}

.case-study .articleBody .content h3,
.case-study .tosBody .content h3,
.case-study .webinarBody .content h3,
.insightArticle .articleBody .content h3,
.insightArticle .tosBody .content h3,
.insightArticle .webinarBody .content h3,
.insightWebinar .articleBody .content h3,
.insightWebinar .tosBody .content h3,
.insightWebinar .webinarBody .content h3,
.news-article .articleBody .content h3,
.news-article .tosBody .content h3,
.news-article .webinarBody .content h3,
.tos .articleBody .content h3,
.tos .tosBody .content h3,
.tos .webinarBody .content h3 {
  font-size: 1.3125rem
}

.case-study .articleBody .content h4,
.case-study .tosBody .content h4,
.case-study .webinarBody .content h4,
.insightArticle .articleBody .content h4,
.insightArticle .tosBody .content h4,
.insightArticle .webinarBody .content h4,
.insightWebinar .articleBody .content h4,
.insightWebinar .tosBody .content h4,
.insightWebinar .webinarBody .content h4,
.news-article .articleBody .content h4,
.news-article .tosBody .content h4,
.news-article .webinarBody .content h4,
.tos .articleBody .content h4,
.tos .tosBody .content h4,
.tos .webinarBody .content h4 {
  font-size: 1.125rem
}

.case-study .articleBody .content h5,
.case-study .tosBody .content h5,
.case-study .webinarBody .content h5,
.insightArticle .articleBody .content h5,
.insightArticle .tosBody .content h5,
.insightArticle .webinarBody .content h5,
.insightWebinar .articleBody .content h5,
.insightWebinar .tosBody .content h5,
.insightWebinar .webinarBody .content h5,
.news-article .articleBody .content h5,
.news-article .tosBody .content h5,
.news-article .webinarBody .content h5,
.tos .articleBody .content h5,
.tos .tosBody .content h5,
.tos .webinarBody .content h5 {
  font-size: 1rem
}

.case-study .articleBody .content h6,
.case-study .tosBody .content h6,
.case-study .webinarBody .content h6,
.insightArticle .articleBody .content h6,
.insightArticle .tosBody .content h6,
.insightArticle .webinarBody .content h6,
.insightWebinar .articleBody .content h6,
.insightWebinar .tosBody .content h6,
.insightWebinar .webinarBody .content h6,
.news-article .articleBody .content h6,
.news-article .tosBody .content h6,
.news-article .webinarBody .content h6,
.tos .articleBody .content h6,
.tos .tosBody .content h6,
.tos .webinarBody .content h6 {
  font-size: .875rem
}

.case-study .articleBody .content img,
.case-study .tosBody .content img,
.case-study .webinarBody .content img,
.insightArticle .articleBody .content img,
.insightArticle .tosBody .content img,
.insightArticle .webinarBody .content img,
.insightWebinar .articleBody .content img,
.insightWebinar .tosBody .content img,
.insightWebinar .webinarBody .content img,
.news-article .articleBody .content img,
.news-article .tosBody .content img,
.news-article .webinarBody .content img,
.tos .articleBody .content img,
.tos .tosBody .content img,
.tos .webinarBody .content img {
  margin: 2em auto;
  width: 120%;
  height: 100%;
  left: -10%;
  position: relative
}

.case-study .articleBody .content li,
.case-study .tosBody .content li,
.case-study .webinarBody .content li,
.insightArticle .articleBody .content li,
.insightArticle .tosBody .content li,
.insightArticle .webinarBody .content li,
.insightWebinar .articleBody .content li,
.insightWebinar .tosBody .content li,
.insightWebinar .webinarBody .content li,
.news-article .articleBody .content li,
.news-article .tosBody .content li,
.news-article .webinarBody .content li,
.tos .articleBody .content li,
.tos .tosBody .content li,
.tos .webinarBody .content li {
  font-family: interface;
  font-size: 21px;
  color: #262626
}

.case-study .articleBody .origArticleBox,
.case-study .tosBody .origArticleBox,
.case-study .webinarBody .origArticleBox,
.insightArticle .articleBody .origArticleBox,
.insightArticle .tosBody .origArticleBox,
.insightArticle .webinarBody .origArticleBox,
.insightWebinar .articleBody .origArticleBox,
.insightWebinar .tosBody .origArticleBox,
.insightWebinar .webinarBody .origArticleBox,
.news-article .articleBody .origArticleBox,
.news-article .tosBody .origArticleBox,
.news-article .webinarBody .origArticleBox,
.tos .articleBody .origArticleBox,
.tos .tosBody .origArticleBox,
.tos .webinarBody .origArticleBox {
  text-align: left;
  margin-top: 4rem
}

.case-study .articleBody .origArticleBox a,
.case-study .tosBody .origArticleBox a,
.case-study .webinarBody .origArticleBox a,
.insightArticle .articleBody .origArticleBox a,
.insightArticle .tosBody .origArticleBox a,
.insightArticle .webinarBody .origArticleBox a,
.insightWebinar .articleBody .origArticleBox a,
.insightWebinar .tosBody .origArticleBox a,
.insightWebinar .webinarBody .origArticleBox a,
.news-article .articleBody .origArticleBox a,
.news-article .tosBody .origArticleBox a,
.news-article .webinarBody .origArticleBox a,
.tos .articleBody .origArticleBox a,
.tos .tosBody .origArticleBox a,
.tos .webinarBody .origArticleBox a {
  text-decoration: none;
  font-size: 18px;
  color: #e32726;
  font-weight: 700
}

.case-study .articleBody .origArticleBox .origArticle,
.case-study .tosBody .origArticleBox .origArticle,
.case-study .webinarBody .origArticleBox .origArticle,
.insightArticle .articleBody .origArticleBox .origArticle,
.insightArticle .tosBody .origArticleBox .origArticle,
.insightArticle .webinarBody .origArticleBox .origArticle,
.insightWebinar .articleBody .origArticleBox .origArticle,
.insightWebinar .tosBody .origArticleBox .origArticle,
.insightWebinar .webinarBody .origArticleBox .origArticle,
.news-article .articleBody .origArticleBox .origArticle,
.news-article .tosBody .origArticleBox .origArticle,
.news-article .webinarBody .origArticleBox .origArticle,
.tos .articleBody .origArticleBox .origArticle,
.tos .tosBody .origArticleBox .origArticle,
.tos .webinarBody .origArticleBox .origArticle {
  text-align: left
}

.case-study .articleBody .origArticleBox .origArticle span,
.case-study .tosBody .origArticleBox .origArticle span,
.case-study .webinarBody .origArticleBox .origArticle span,
.insightArticle .articleBody .origArticleBox .origArticle span,
.insightArticle .tosBody .origArticleBox .origArticle span,
.insightArticle .webinarBody .origArticleBox .origArticle span,
.insightWebinar .articleBody .origArticleBox .origArticle span,
.insightWebinar .tosBody .origArticleBox .origArticle span,
.insightWebinar .webinarBody .origArticleBox .origArticle span,
.news-article .articleBody .origArticleBox .origArticle span,
.news-article .tosBody .origArticleBox .origArticle span,
.news-article .webinarBody .origArticleBox .origArticle span,
.tos .articleBody .origArticleBox .origArticle span,
.tos .tosBody .origArticleBox .origArticle span,
.tos .webinarBody .origArticleBox .origArticle span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px
}

.case-study .articleBody .origArticleBox .origArticle span:before,
.case-study .tosBody .origArticleBox .origArticle span:before,
.case-study .webinarBody .origArticleBox .origArticle span:before,
.insightArticle .articleBody .origArticleBox .origArticle span:before,
.insightArticle .tosBody .origArticleBox .origArticle span:before,
.insightArticle .webinarBody .origArticleBox .origArticle span:before,
.insightWebinar .articleBody .origArticleBox .origArticle span:before,
.insightWebinar .tosBody .origArticleBox .origArticle span:before,
.insightWebinar .webinarBody .origArticleBox .origArticle span:before,
.news-article .articleBody .origArticleBox .origArticle span:before,
.news-article .tosBody .origArticleBox .origArticle span:before,
.news-article .webinarBody .origArticleBox .origArticle span:before,
.tos .articleBody .origArticleBox .origArticle span:before,
.tos .tosBody .origArticleBox .origArticle span:before,
.tos .webinarBody .origArticleBox .origArticle span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.case-study .articleBody .origArticleBox .origArticle span:after,
.case-study .tosBody .origArticleBox .origArticle span:after,
.case-study .webinarBody .origArticleBox .origArticle span:after,
.insightArticle .articleBody .origArticleBox .origArticle span:after,
.insightArticle .tosBody .origArticleBox .origArticle span:after,
.insightArticle .webinarBody .origArticleBox .origArticle span:after,
.insightWebinar .articleBody .origArticleBox .origArticle span:after,
.insightWebinar .tosBody .origArticleBox .origArticle span:after,
.insightWebinar .webinarBody .origArticleBox .origArticle span:after,
.news-article .articleBody .origArticleBox .origArticle span:after,
.news-article .tosBody .origArticleBox .origArticle span:after,
.news-article .webinarBody .origArticleBox .origArticle span:after,
.tos .articleBody .origArticleBox .origArticle span:after,
.tos .tosBody .origArticleBox .origArticle span:after,
.tos .webinarBody .origArticleBox .origArticle span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.case-study .articleBody .origArticleBox .origArticle span:hover:before,
.case-study .tosBody .origArticleBox .origArticle span:hover:before,
.case-study .webinarBody .origArticleBox .origArticle span:hover:before,
.insightArticle .articleBody .origArticleBox .origArticle span:hover:before,
.insightArticle .tosBody .origArticleBox .origArticle span:hover:before,
.insightArticle .webinarBody .origArticleBox .origArticle span:hover:before,
.insightWebinar .articleBody .origArticleBox .origArticle span:hover:before,
.insightWebinar .tosBody .origArticleBox .origArticle span:hover:before,
.insightWebinar .webinarBody .origArticleBox .origArticle span:hover:before,
.news-article .articleBody .origArticleBox .origArticle span:hover:before,
.news-article .tosBody .origArticleBox .origArticle span:hover:before,
.news-article .webinarBody .origArticleBox .origArticle span:hover:before,
.tos .articleBody .origArticleBox .origArticle span:hover:before,
.tos .tosBody .origArticleBox .origArticle span:hover:before,
.tos .webinarBody .origArticleBox .origArticle span:hover:before {
  width: 100%;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.case-study .articleBody .origArticleBox .origArticle span:hover:after,
.case-study .tosBody .origArticleBox .origArticle span:hover:after,
.case-study .webinarBody .origArticleBox .origArticle span:hover:after,
.insightArticle .articleBody .origArticleBox .origArticle span:hover:after,
.insightArticle .tosBody .origArticleBox .origArticle span:hover:after,
.insightArticle .webinarBody .origArticleBox .origArticle span:hover:after,
.insightWebinar .articleBody .origArticleBox .origArticle span:hover:after,
.insightWebinar .tosBody .origArticleBox .origArticle span:hover:after,
.insightWebinar .webinarBody .origArticleBox .origArticle span:hover:after,
.news-article .articleBody .origArticleBox .origArticle span:hover:after,
.news-article .tosBody .origArticleBox .origArticle span:hover:after,
.news-article .webinarBody .origArticleBox .origArticle span:hover:after,
.tos .articleBody .origArticleBox .origArticle span:hover:after,
.tos .tosBody .origArticleBox .origArticle span:hover:after,
.tos .webinarBody .origArticleBox .origArticle span:hover:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.case-study .articleBody .origArticleBox .origArticle svg,
.case-study .tosBody .origArticleBox .origArticle svg,
.case-study .webinarBody .origArticleBox .origArticle svg,
.insightArticle .articleBody .origArticleBox .origArticle svg,
.insightArticle .tosBody .origArticleBox .origArticle svg,
.insightArticle .webinarBody .origArticleBox .origArticle svg,
.insightWebinar .articleBody .origArticleBox .origArticle svg,
.insightWebinar .tosBody .origArticleBox .origArticle svg,
.insightWebinar .webinarBody .origArticleBox .origArticle svg,
.news-article .articleBody .origArticleBox .origArticle svg,
.news-article .tosBody .origArticleBox .origArticle svg,
.news-article .webinarBody .origArticleBox .origArticle svg,
.tos .articleBody .origArticleBox .origArticle svg,
.tos .tosBody .origArticleBox .origArticle svg,
.tos .webinarBody .origArticleBox .origArticle svg {
  margin-left: 10px
}

.case-study .articleBody .registerButton,
.case-study .tosBody .registerButton,
.case-study .webinarBody .registerButton,
.insightArticle .articleBody .registerButton,
.insightArticle .tosBody .registerButton,
.insightArticle .webinarBody .registerButton,
.insightWebinar .articleBody .registerButton,
.insightWebinar .tosBody .registerButton,
.insightWebinar .webinarBody .registerButton,
.news-article .articleBody .registerButton,
.news-article .tosBody .registerButton,
.news-article .webinarBody .registerButton,
.tos .articleBody .registerButton,
.tos .tosBody .registerButton,
.tos .webinarBody .registerButton {
  text-align: center
}

.case-study .featured-insights-container,
.insightArticle .featured-insights-container,
.insightWebinar .featured-insights-container,
.news-article .featured-insights-container,
.tos .featured-insights-container {
  padding-top: 4rem;
  text-align: center
}

.case-study .featured-insights-container .youMightAlsoLike,
.insightArticle .featured-insights-container .youMightAlsoLike,
.insightWebinar .featured-insights-container .youMightAlsoLike,
.news-article .featured-insights-container .youMightAlsoLike,
.tos .featured-insights-container .youMightAlsoLike {
  font-family: InterFace;
  font-style: oblique;
  font-size: 18px;
  font-weight: 700
}

.case-study .hero {
  height: 35vw
}

.case-study .hero .clientBox {
  margin-left: 5px
}

.case-study .hero .clientBox span {
  font-size: 26px
}

.case-study .hero .clientBox span:first-child {
  font-weight: 700
}

.case-study .hero .clientBox span:nth-child(2) {
  margin-left: 1rem;
  text-transform: uppercase
}

.case-study .articleBody {
  position: static
}

.case-study .services {
  font-size: 21px;
  margin-bottom: 2rem
}

.case-study .services h2 {
  font-size: 26px;
  text-align: left;
  font-family: interface, sans-serif;
  font-weight: 700;
  margin: 0 auto;
  color: #a3cf5d
}

@media (min-width:1200px) {
  .case-study .services h2 {
    font-size: 53px !important
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .case-study .services h2 {
    font-size: calc(26px + (100vw - 480px)/ 26.66667) !important
  }
}

@media (max-width:480px) {
  .case-study .services h2 {
    font-size: 26px !important
  }
}

.case-study .services ul {
  -webkit-column-count: 2;
  column-count: 2;
  list-style: none;
  padding-left: 0;
  width: 110%
}

.case-study .services ul li {
  font-family: interface;
  font-size: 24px;
  color: #262626;
  margin-bottom: 18px;
  line-height: 1.62;
  padding: 0
}

@media (min-width:1200px) {
  .case-study .services ul li {
    font-size: 21px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .case-study .services ul li {
    font-size: calc(18px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .case-study .services ul li {
    font-size: 18px
  }
}

.case-study .services ul li:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url(//4956608.fs1.hubspotusercontent-na1.net/hubfs/4956608/IIS_June2019/images/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .75rem
}

@media (max-width:780px) {
  .case-study .services ul {
    width: 80%
  }
}

@media (max-width:600px) {
  .case-study .services ul {
    -webkit-column-count: 1;
    column-count: 1
  }
}

@media (max-width:780px) {
  .case-study .services {
    display: block;
    margin: auto;
    max-width: 75vw
  }
}

.case-study .execSummary {
  font-size: 21px;
  margin: 0 auto 2rem;
  text-align: left
}

.case-study .execSummary h2 {
  font-size: 26px;
  text-align: left;
  font-family: interface, sans-serif;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 0 !important;
  display: inline-block;
  color: #a3cf5d
}

@media (min-width:1200px) {
  .case-study .execSummary h2 {
    font-size: 53px !important
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .case-study .execSummary h2 {
    font-size: calc(26px + (100vw - 480px)/ 26.66667) !important
  }
}

@media (max-width:480px) {
  .case-study .execSummary h2 {
    font-size: 26px !important
  }
}

.case-study .execSummary .summaryBox {
  display: inline-block;
  font-family: Georgia, Times New Roman, Times, serif
}

.case-study .execSummary .summaryBox .theProblem,
.case-study .execSummary .summaryBox .theSolution {
  width: 100%
}

@media (min-width:1200px) {

  .case-study .execSummary .summaryBox .theProblem,
  .case-study .execSummary .summaryBox .theSolution {
    font-size: 21px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .case-study .execSummary .summaryBox .theProblem,
  .case-study .execSummary .summaryBox .theSolution {
    font-size: calc(18px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {

  .case-study .execSummary .summaryBox .theProblem,
  .case-study .execSummary .summaryBox .theSolution {
    font-size: 18px
  }
}

.case-study .execSummary .summaryBox .theProblem h3,
.case-study .execSummary .summaryBox .theSolution h3 {
  font-size: 21px;
  margin-bottom: 0
}

.case-study .execSummary .summaryBox .theProblem p,
.case-study .execSummary .summaryBox .theSolution p {
  line-height: 1.7;
  margin-top: 0
}

@media (max-width:780px) {
  .case-study .execSummary {
    max-width: 75vw;
    display: inline-block;
    display: block
  }
}

.case-study .content h2 {
  padding-bottom: .5rem
}

.case-study .content h3 {
  font-family: Georgia, Times New Roman, Times, serif !important
}

.case-study .content blockquote {
  width: 100vw;
  background-color: #a3cf5d;
  margin: 2rem auto;
  position: relative;
  text-align: center
}

@media (min-width:1200px) {
  .case-study .content blockquote {
    margin-top: 96px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .case-study .content blockquote {
    margin-top: calc(64px + (100vw - 480px)/ 22.5)
  }
}

@media (max-width:480px) {
  .case-study .content blockquote {
    margin-top: 64px
  }
}

@media (min-width:1200px) {
  .case-study .content blockquote {
    margin-bottom: 96px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .case-study .content blockquote {
    margin-bottom: calc(64px + (100vw - 480px)/ 22.5)
  }
}

@media (max-width:480px) {
  .case-study .content blockquote {
    margin-bottom: 64px
  }
}

.case-study .content blockquote p {
  color: #fff;
  font-family: interface, sans-serif;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  max-width: 700px;
  padding: 1rem 2rem
}

@media (min-width:750px) {
  .case-study .content blockquote p {
    font-size: 28px
  }
}

@media (min-width:480px) and (max-width:750px) {
  .case-study .content blockquote p {
    font-size: calc(23px + (100vw - 480px)/ 54)
  }
}

@media (max-width:480px) {
  .case-study .content blockquote p {
    font-size: 23px
  }
}

@media (min-width:780px) and (max-width:849px) {
  .case-study .content blockquote {
    width: 120vw;
    margin-left: calc(-22% + (-100vw + 100%)/ 2)
  }
}

@media (min-width:850px) {
  .case-study .content blockquote {
    margin-left: calc(-100px + (-100vw + 750px)/ 2)
  }
}

@media (max-width:779px) {
  .case-study .content blockquote {
    margin-left: calc(-100vw /2 + 100% / 2)
  }
}

.news-article .content ol,
.news-article .content ul {
  padding-left: 20px;
  margin-bottom: 2rem
}

.news-article .content ol li,
.news-article .content ul li {
  padding-left: 0
}

.news-article .content blockquote {
  margin: 1rem auto
}

.news-article .content ol li {
  margin: 30px 0 30px -20px
}

.news-article .content ol br {
  display: none
}

.news-article .content h2,
.news-article .content h3,
.news-article .content h4,
.news-article .content h5,
.news-article .content h6 {
  text-align: left;
  font-family: interface;
  font-weight: 700;
  margin-bottom: 0
}

.news-article .content h2 {
  font-size: 1.5625rem;
  margin-top: 40px;
  margin-bottom: -20px
}

.news-article .content h3 {
  font-size: 1.3125rem;
  margin-bottom: -20px
}

.news-article .content h4 {
  font-size: 1.125rem
}

.news-article .content h5 {
  font-size: 1rem
}

.news-article .content h6 {
  font-size: .875rem
}

.news-article .mediaRelations {
  max-width: 600px;
  color: #898989;
  font-size: 24px;
  margin: 6rem 0;
  text-align: left;
  font-family: interface, sans-serif
}

.news-article .mediaRelations .container {
  position: relative
}

@media (min-width:480px) {
  .news-article .mediaRelations .container {
    padding: 0 50px 0 100px
  }
}

.news-article .mediaRelations .container > div,
.news-article .mediaRelations .container > h1,
.news-article .mediaRelations .container > h2,
.news-article .mediaRelations .container > h3,
.news-article .mediaRelations .container > h4,
.news-article .mediaRelations .container > h5,
.news-article .mediaRelations .container > h6,
.news-article .mediaRelations .container > p,
.news-article .mediaRelations .container > section,
.news-article .mediaRelations .container > span,
.news-article .mediaRelations .container > ul {
  text-align: left
}

.news-article .mediaRelations .bold {
  font-weight: 700
}

.news-article .mediaRelations .mailToLink {
  text-decoration: none !important;
  color: #898989 !important
}

@media (max-width:479px) {
  .news-article .hero .hero-container {
    margin-bottom: 50px !important
  }
}

.insightArticle .hero p {
  margin-bottom: 0
}

.insightArticle .hero h1 {
  margin-top: 1rem
}

.insightArticle blockquote {
  color: #09829a;
  font-size: 28px;
  font-style: normal;
  line-height: 1.26;
  font-family: interface;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  left: -100px;
  position: relative;
  float: left;
  border-top: 2px solid #09829a;
  border-bottom: 2px solid #09829a;
  padding-bottom: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.insightArticle blockquote:after,
.insightArticle blockquote:before {
  font-family: Georgia, serif;
  font-size: 85px;
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  background: #fff;
  width: 44px;
  height: 70px
}

.insightArticle blockquote:before {
  content: "\201C";
  top: -27px;
  font-size: 78px;
  margin-bottom: -.45em
}

.insightArticle blockquote:after {
  content: "\201D";
  margin-bottom: -.65em
}

.insightArticle blockquote p {
  margin: 0;
  padding: 4px 0;
  color: #09829a !important
}

@media (max-width:780px) {
  .insightArticle blockquote {
    left: 0;
    max-width: none;
    margin: 1.5rem 0 3rem
  }
}

@media (max-width:479px) {
  .insightArticle .hero h1 {
    margin-bottom: 50px !important
  }
}

.tos .outerContainer {
  margin-top: 10rem;
  padding: 0 50px
}

.tos .outerContainer .tosBody {
  border-bottom: 1px solid #99999a
}

.tos .outerContainer .tosBody h2 {
  font-size: 26px
}

.tos .outerContainer .tosBody h3 {
  font-family: Georgia, Times New Roman, Times, serif !important;
  font-weight: 400;
  margin-bottom: -1rem !important
}

.tos .outerContainer .tosBody a,
.tos .outerContainer .tosBody a:active,
.tos .outerContainer .tosBody a:link,
.tos .outerContainer .tosBody a:visited {
  text-decoration: none !important;
  font-weight: 700;
  color: #000
}

.tos .content * {
  font-size: 21px
}

.contactPage .contactTopOuterContainer {
  background: #4badea;
  margin-top: -1px;
}

.contactPage .contactTop {
  padding-bottom: 6rem;
  color: #fff
}

.contactPage .contactTop .contactTopText {
  padding: 10rem 0 2rem
}

.contactPage .contactTop .contactTopText .contactUs {
  font-weight: 700;
  margin: 20px auto
}

@media (min-width:1200px) {
  .contactPage .contactTop .contactTopText .contactUs {
    font-size: 46px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .contactPage .contactTop .contactTopText .contactUs {
    font-size: calc(42px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .contactPage .contactTop .contactTopText .contactUs {
    font-size: 42px
  }
}

.contactPage .contactTop .contactTopText .wereHere {
  margin: 10px auto;
  line-height: 1.4;
  max-width: 44%
}

@media (min-width:1200px) {
  .contactPage .contactTop .contactTopText .wereHere {
    font-size: 23px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .contactPage .contactTop .contactTopText .wereHere {
    font-size: calc(20px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .contactPage .contactTop .contactTopText .wereHere {
    font-size: 20px
  }
}

.contactPage .contactTop > div:nth-child(2) {
  width: 100%;
  height: 100%;
  clear: none;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0
}

@media (max-width:840px) {
  .contactPage .contactTop .contactTopText .wereHere {
    max-width: 70%
  }
}

@media (max-width:479px) {
  .contactPage .contactTop .contactTopText {
    padding: 10rem 1.25rem 2rem
  }

  .contactPage .contactTop .contactTopText .contactUs {
    line-height: 1.22
  }

  .contactPage .contactTop .contactTopText .wereHere {
    line-height: 1.55;
    max-width: 90%
  }
}

.contactPage .thickHR {
  height: 8px
}

.contactPage .contactArea {
  position: relative
}

.contactPage .contactArea .salesBox {
  background-color: #256092;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .26);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .26);
  overflow: hidden;
  margin: auto;
  padding: 1.5rem;
  margin-bottom: 2rem;
  width: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contactPage .contactArea .salesBox .salesInfo {
  width: 100%;
  float: right;
  margin-right: 0
}

.contactPage .contactArea .salesBox .salesInfo > div {
  text-align: center;
  font-size: 18px;
  line-height: 1.3
}

.contactPage .contactArea .salesBox .salesInfo > div a {
  color: #fff
}

@media (min-width:1000px) {
  .contactPage .contactArea .salesBox {
    position: absolute;
    top: 0;
    right: 2%;
    margin-top: 6rem;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    padding: 0
  }
}

@media (max-width:479px) {
  .contactPage .contactArea form {
    max-width: 100%;
    padding: 0 1.25rem
  }

  .contactPage .contactArea .salesBox .salesInfo .salesEmail {
    margin-top: 15px
  }
}

.contactPage .officesSection {
  background-color: #f3f3f3
}

.contactPage .officesSection .offices {
  padding: 4rem 2rem 6rem;
  max-width: 1100px;
  width: auto;
  margin: 0 auto
}

.contactPage .officesSection .offices .cityText {
  font-weight: 700;
  margin: .5em 0
}

.contactPage .officesSection .offices .zip {
  color: #c2c2c4;
  margin-top: .15em;
  font-size: 15px
}

.contactPage .officesSection .offices .phone {
  margin-top: 1.8em
}

.contactPage .officesSection .offices .phone a {
  color: #262626
}

.contactPage .officesSection .offices .gmaps {
  margin-top: 2em
}

.contactPage .officesSection .offices .gmaps a {
  color: #99999a
}

.contactPage .officesSection .offices .officesHeader {
  font-weight: 700;
  color: #4badea;
  margin-bottom: 2rem
}

@media (min-width:1200px) {
  .contactPage .officesSection .offices .officesHeader {
    font-size: 48px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .contactPage .officesSection .offices .officesHeader {
    font-size: calc(30px + (100vw - 480px)/ 40)
  }
}

@media (max-width:480px) {
  .contactPage .officesSection .offices .officesHeader {
    font-size: 30px
  }
}

.contactPage .officesSection .offices .officesLeft {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
  position: relative
}

.contactPage .officesSection .offices .officesLeft .headquartersCircle {
  background-color: #4badea;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .26);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .26);
  position: absolute;
  bottom: -2rem;
  right: 0;
  margin-top: 6rem;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  padding: 0
}

.contactPage .officesSection .offices .officesLeft .headquartersCircle .headquartersText {
  margin: 3rem 0 0 5.5rem
}

.contactPage .officesSection .offices .officesLeft .headquartersCircle .headquartersText .gmaps a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px
}

.contactPage .officesSection .offices .officesLeft .headquartersCircle .headquartersText * {
  color: #fff !important
}

.contactPage .officesSection .offices .officesRight {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
  margin-top: 11rem
}

.contactPage .officesSection .offices .officesRight .zip {
  color: #515256
}

.contactPage .officesSection .offices .officesRight .nyOffice {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%
}

.contactPage .officesSection .offices .officesRight .nyOffice .officeBox > div {
  margin-left: 2rem
}

.contactPage .officesSection .offices .officesRight .nyOffice .officeBox .gmaps a:hover {
  border-bottom: 1px solid #99999a;
  padding-bottom: 3px
}

.contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0
}

.contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice .officeBox {
  border-left: thin solid #c2c2c4
}

.contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice .officeBox > div {
  margin-left: 3rem
}

.contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice .officeBox .gmaps a:hover {
  border-bottom: 1px solid #99999a;
  padding-bottom: 3px
}

@media (min-width:600px) and (max-width:1050px) {
  .contactPage .officesSection .offices .officesLeft .headquartersCircle {
    bottom: 3rem;
    left: 60%;
    margin-right: 4rem;
    position: absolute;
    display: inline-block
  }

  .contactPage .officesSection .offices .officesRight {
    max-width: 50%;
    margin-top: 2rem;
    display: inline-block;
    float: none;
    min-width: 450px
  }
}

@media (min-width:480px) and (max-width:1050px) {
  .contactPage .officesSection .offices .officesHeader {
    text-align: center
  }

  .contactPage .officesSection .offices .officesLeft {
    width: 100%;
    margin-right: 0;
    text-align: center
  }

  .contactPage .officesSection .offices .officesLeft img {
    max-width: 100%
  }

  .contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice .officeBox,
  .contactPage .officesSection .offices .officesRight .nyOffice .officeBox {
    min-width: 200px
  }
}

@media (max-width:599px) {
  .contactPage .officesSection .offices .officesLeft .headquartersCircle {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    top: -6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .contactPage .officesSection .offices .officesRight {
    width: 100%;
    margin-top: -3rem
  }
}

@media (max-width:479px) {
  .contactPage .officesSection .offices {
    padding: 4rem 0
  }

  .contactPage .officesSection .offices .officesHeader {
    text-align: center
  }

  .contactPage .officesSection .offices .officesLeft {
    width: 100%;
    float: none;
    margin-right: 0;
    display: block;
    text-align: center
  }

  .contactPage .officesSection .offices .officesLeft img {
    max-width: 95%
  }

  .contactPage .officesSection .offices .officesLeft .headquartersCircle .headquartersText {
    margin: auto;
    position: relative;
    left: 5%
  }

  .contactPage .officesSection .offices .officesLeft .headquartersCircle .headquartersText .fax {
    margin-top: 15px
  }

  .contactPage .officesSection .offices .officesRight .nyOffice {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #99999a;
    margin: 0 auto;
    padding-bottom: 30px;
    float: none
  }

  .contactPage .officesSection .offices .officesRight .nyOffice .officeBox {
    margin: auto
  }

  .contactPage .officesSection .offices .officesRight .nyOffice .officeBox > div {
    margin-left: 0
  }

  .contactPage .officesSection .offices .officesRight .nyOffice .officeBox .fax {
    margin-top: 15px
  }

  .contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem
  }

  .contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice .officeBox {
    margin: auto;
    border-left: none
  }

  .contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice .officeBox > div {
    margin-left: 0
  }

  .contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice .officeBox .fax {
    margin-top: 15px
  }
}

.contactPage .offices * {
  text-align: left;
  line-height: 1.2
}

#contactForm {
  max-width: 400px;
  margin: auto
}

#contactForm #emailField {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

#contactForm .formElements {
  display: block;
  margin: 0 auto 1rem
}

#contactForm .formElements #phone-container > div,
#contactForm .formElements > div:not(:nth-last-child(-n+2)) {
  display: block !important;
  margin: 0 auto;
  border-radius: 2px;
  text-align: left;
  -webkit-transition: margin-bottom .2s, height .2s cubic-bezier(.23, 1, .32, 1) 0 !important;
  transition: margin-bottom .2s, height .2s cubic-bezier(.23, 1, .32, 1) 0 !important;
  width: 366px !important;
  max-width: 100%;
  background-color: #fff !important
}

#contactForm .formElements #phone-container > div > div,
#contactForm .formElements > div:not(:nth-last-child(-n+2)) > div {
  text-align: left !important
}

#contactForm .formElements #phone-container > div:nth-child(-n+4),
#contactForm .formElements > div:not(:nth-last-child(-n+2)):nth-child(-n+4) {
  height: 50px !important
}

#contactForm .formElements #phone-container > div label,
#contactForm .formElements > div:not(:nth-last-child(-n+2)) label {
  left: 10px;
  top: 16px !important
}

#contactForm .formElements #phone-container > div input,
#contactForm .formElements > div:not(:nth-last-child(-n+2)) input {
  left: 10px;
  width: 95% !important;
  top: -5px
}

#contactForm .formElements #phone-container > div div,
#contactForm .formElements > div:not(:nth-last-child(-n+2)) div {
  left: 10px
}

#contactForm .formElements #phone-container > div hr,
#contactForm .formElements > div:not(:nth-last-child(-n+2)) hr {
  display: none
}

#contactForm .formElements #phone-container > div > div:nth-child(4),
#contactForm .formElements > div:not(:nth-last-child(-n+2)) > div:nth-child(4) {
  font-size: 14px !important;
  color: #ff0 !important;
  bottom: 9px !important
}

#contactForm .formElements .messageTextfield {
  display: block !important;
  margin: 0 auto;
  border-radius: 2px;
  text-align: left;
  -webkit-transition: margin-bottom .2s, height .2s cubic-bezier(.23, 1, .32, 1) 0 !important;
  transition: margin-bottom .2s, height .2s cubic-bezier(.23, 1, .32, 1) 0 !important;
  width: 366px !important;
  max-width: 100%;
  background-color: #fff !important
}

#contactForm .formElements .messageTextfield > div {
  text-align: left !important;
  width: 95% !important
}

#contactForm .formElements .messageTextfield > div textarea {
  top: -28px;
  margin-top: 40px !important
}

#contactForm .formElements .messageTextfield > div:first-child {
  bottom: auto !important;
  top: 13px;
  color: #99999a !important
}

#contactForm .formElements .messageTextfield label {
  left: 10px;
  top: 16px !important
}

#contactForm .formElements .messageTextfield input {
  left: 10px;
  width: 95% !important;
  top: -5px
}

#contactForm .formElements .messageTextfield div {
  left: 10px
}

#contactForm .formElements .messageTextfield hr {
  display: none
}

#contactForm .formElements .messageTextfield > div:nth-child(4) {
  font-size: 14px !important;
  color: #ff0 !important;
  bottom: -10px !important
}

#contactForm .formElements .IISButton {
  margin-top: 2rem
}

#contactForm .formElements .IISButton button:disabled {
  cursor: not-allowed !important
}

#contactForm .formElements .IISButton svg {
  display: none
}

#contactForm .formElements .IISButton .checkCircle {
  position: relative;
  top: 6px;
  -webkit-animation: spinOnce .15s;
  animation: spinOnce .15s
}

#contactForm .formElements .IISButton .checkCircle path {
  fill: #fff
}

#contactForm .subscribeButton {
  max-width: 250px
}

.landing-page-hero #contactForm {
  background-color: #fff;
  max-width: 400px;
  width: calc(44% - 40px);
  margin: auto;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px #aaa;
  box-shadow: 1px 1px 3px #aaa
}

.landing-page-hero #contactForm .form-instructions {
  text-align: left;
  padding-left: 20px;
  margin-top: 30px;
  color: #000;
  font-weight: 700;
  width: calc(100% - 40px)
}

.landing-page-hero #contactForm .formElements {
  display: block;
  margin: 0 auto;
  padding: 20px
}

.landing-page-hero #contactForm .formElements #phone-container > div,
.landing-page-hero #contactForm .formElements > div:not(:nth-last-child(-n+2)) {
  border: 1px solid #999 !important;
  background-color: #fff
}

.landing-page-hero #contactForm .formElements .IISButton {
  margin-top: 0;
  width: 100%
}

.landing-page-hero #contactForm .formElements .IISButton svg {
  display: none
}

.landing-page-hero #contactForm .formElements .IISButton button:disabled {
  cursor: not-allowed !important
}

.landing-page-hero #contactForm .formElements #phone-container > div > div:nth-child(4),
.landing-page-hero #contactForm .formElements > div:not(:nth-last-child(-n+2)) > div:nth-child(4) {
  color: red !important
}

@media (max-width:840px) {
  .landing-page-hero #contactForm {
    top: 45px
  }

  .landing-page-hero #contactForm,
  .landing-page-hero #contactForm .formElements {
    max-width: 100000px;
    width: calc(100% - 40px)
  }

  .landing-page-hero #contactForm .formElements #phone-container > div,
  .landing-page-hero #contactForm .formElements > div:not(:nth-last-child(-n+2)) {
    width: 100% !important
  }
}

form * {
  font-family: interface, Roboto, sans-serif !important
}

.featured-insights div,
.featured-insights h3,
.featured-insights p,
.insights-list div,
.insights-list h3,
.insights-list p {
  text-align: left
}

.featured-insights h3,
.insights-list h3 {
  margin-top: .5rem;
  padding-top: 0;
  margin-bottom: .5rem
}

.featured-insights img,
.insights-list img {
  width: 100%
}

.featured-insights .content-intro,
.featured-insights p,
.insights-list .content-intro,
.insights-list p {
  line-height: 130%
}

.featured-insights a,
.insights-list a {
  display: block;
  text-decoration: none;
  position: relative;
  color: inherit
}

.featured-insights .insight-topic span,
.insights-list .insight-topic span {
  color: #99999a;
  font-style: italic
}

.featured-insights .insight-topic .span-link,
.insights-list .insight-topic .span-link {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #fff
}

.featured-insights .insight-topic .span-link:hover,
.insights-list .insight-topic .span-link:hover {
  border-bottom: 1px solid #99999a
}

.featured-insights .insight-format,
.insights-list .insight-format {
  display: inline-block;
  background-color: #5b2b82;
  color: #fff;
  padding: 9px 30px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .8em;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 0 !important
}

@media (max-width:840px) {

  .featured-insights .insight-format,
  .insights-list .insight-format {
    padding: 9px 20px;
    font-size: .75em
  }
}

.featured-insights .post-type,
.insights-list .post-type {
  position: relative;
  margin: 40px 0 10px;
  font-size: .85rem;
  color: #99999a !important;
  text-transform: uppercase;
  font-weight: 800 !important
}

@media (min-width:598px) and (max-width:747px) {

  .featured-insights .post-type,
  .insights-list .post-type {
    padding-left: 20px !important;
    font-size: .7em
  }
}

.featured-insights .main-post-type,
.insights-list .main-post-type {
  padding-left: 0 !important
}

.featured-insights .read-main,
.insights-list .read-main {
  margin: 30px 0 12px
}

.visibleInsihgts {
  padding: 5rem 50px
}

.insights-list {
  padding: 0 50px 2rem
}

.insights-list .loadingContainer {
  text-align: center
}

.insights-list h3 {
  line-height: 1.25;
  margin: 0
}

@media (min-width:1200px) {
  .insights-list h3 {
    font-size: 27px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .insights-list h3 {
    font-size: calc(19px + (100vw - 480px)/ 90)
  }
}

@media (max-width:480px) {
  .insights-list h3 {
    font-size: 19px
  }
}

@media (max-width:597px) {
  .insights-list h3 {
    font-size: 21px !important
  }
}

.insights-list p {
  line-height: 1.45
}

@media (min-width:1200px) {
  .insights-list p {
    font-size: 18px
  }
}

@media (min-width:598px) and (max-width:1200px) {
  .insights-list p {
    font-size: calc(18px + (100vw - 598px)/ Infinity)
  }
}

@media (max-width:598px) {
  .insights-list p {
    font-size: 18px
  }
}

@media (max-width:597px) {
  .insights-list p {
    font-size: 16px !important
  }
}

.insights-list .main-insight {
  min-height: 300px
}

.insights-list .main-insight .content-intro,
.insights-list .main-insight h3 {
  max-width: 67%
}

.insights-list .main-insight > a {
  margin-top: -20px
}

.insights-list .main-insight.webinar {
  min-height: 1px;
  padding-bottom: 40px
}

.insights-list .main-insight.webinar .webinarContentHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.insights-list .main-insight.webinar .webinarContentHolder .webinarLeft {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px;
  margin-left: 0;
  width: calc(58.3333% - 16px)
}

.insights-list .main-insight.webinar .webinarContentHolder .webinarRight {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px;
  margin-left: 0;
  width: calc(33.3333% - 16px)
}

@media (max-width:840px) {
  .insights-list .main-insight.webinar .webinarContentHolder .webinarLeft {
    width: calc(87.5% - 16px)
  }

  .insights-list .main-insight.webinar .webinarContentHolder .webinarRight {
    width: calc(50% - 16px)
  }
}

.insights-list .main-insight.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 240px
}

.insights-list .searchFail {
  font-size: 26px;
  color: #99999a;
  margin: 88px 0 50px;
  text-align: center
}

.insights-list #award {
  background-color: #a3cf5d
}

.insights-list #press_release {
  background-color: #256092
}

.insights-list .read-more {
  display: inline-block
}

.insights-list .read-more span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.insights-list .read-more span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.insights-list .read-more span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.insights-list .read-more:hover span:before {
  width: 100%;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.insights-list .read-more:hover span:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.insights-list .read-more > span {
  font-weight: 700;
  color: #e32726
}

.insights-list .read-more svg {
  margin-left: 5px;
  top: 2px;
  position: relative
}

.insights-list > div {
  padding: 0 !important;
  max-width: 1200px;
  margin: auto
}

.insights-list > div:after {
  content: " ";
  display: block;
  clear: both
}

.insights-list > div > div {
  width: 100%;
  padding: 0 !important
}

.insights-list > div > div > div {
  position: relative;
  margin-bottom: 3.6rem !important;
  padding-bottom: 1.6rem;
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-animation: fadein 2s;
  animation: fadein 2s
}

.insights-list > div a {
  height: auto
}

.insights-list > div h3,
.insights-list > div p {
  padding: 10px 0 !important;
  margin-right: 20px
}

.insights-list .webinar-button {
  float: right;
  margin-top: 40px;
  padding-right: 5%
}

.insights-list .webinar-author,
.insights-list .webinar-duration {
  padding: 10px 0 0 25%
}

@media (min-width:1200px) {
  .insights-list .webinar-author {
    font-size: 21px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .insights-list .webinar-author {
    font-size: calc(18px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .insights-list .webinar-author {
    font-size: 18px
  }
}

.insights-list .webinar-duration {
  color: #99999a;
  font-size: 18px;
  font-style: italic
}

.insights-list .list-image {
  width: 272px;
  max-width: 30vw
}

.insights-list .loadMoreButton {
  overflow: hidden
}

.insights-list .loadMoreButton button > div > div {
  text-align: center !important;
  background-color: transparent !important
}

.insights-list .loadMoreButton button > div > div span {
  font-size: 28px !important;
  font-weight: 700 !important;
  top: 14%;
  color: #99999a !important
}

.insights-list .loadMoreButton button > div > div svg {
  top: 5px;
  right: -150px;
  position: relative
}

.insights-list .loadMoreButton button > div > div svg path {
  stroke: #99999a;
  stroke-width: 2
}

.insights-list .loadMoreButton:hover {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647) !important
}

@media (min-width:598px) {
  .insights-list .list-image {
    position: absolute;
    right: 0;
    top: -5px
  }
}

@media (max-width:840px) {
  .insights-list {
    padding: 0 1.25rem 2rem
  }

  .insights-list .insights-format {
    margin-bottom: 20px !important
  }

  .insights-list h3 {
    margin: 0
  }

  .insights-list .main-insight.webinar > div:last-child > div:last-child {
    text-align: left
  }

  .insights-list .webinar-author {
    padding: 0
  }

  .insights-list .webinar-duration {
    padding: 10px 0 0
  }
}

@media (max-width:597px) {
  .insights-list > div {
    max-width: 320px;
    margin: auto
  }

  .insights-list .list-image {
    width: 100%;
    max-width: 1000px
  }

  .insights-list .main-insight {
    position: relative;
    z-index: 0
  }

  .insights-list .main-insight > div:last-child > div {
    width: 100% !important;
    min-width: calc(100% - 35vw)
  }

  .insights-list .main-insight .content-intro,
  .insights-list .main-insight h3 {
    max-width: 100%
  }

  .insights-list .main-insight.webinar {
    padding-bottom: 130px
  }

  .insights-list .main-insight.video {
    display: block !important
  }

  .insights-list .main-insight.video .insight-topic {
    position: relative;
    top: 100px
  }

  .insights-list .insight-format {
    position: relative;
    z-index: 1;
    left: 0
  }

  .insights-list .webinar-button {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center
  }
}

.featured-insights .featured-insights-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.featured-insights .featured-insights-container .outerContainer {
  padding: 50px 5rem
}

.featured-insights .featured-insights-container .post-type,
.featured-insights .featured-insights-container .read-more,
.featured-insights .featured-insights-container h3,
.featured-insights .featured-insights-container p {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0
}

.featured-insights .featured-insights-container h3 {
  line-height: 1.25;
  margin: 0
}

@media (min-width:1200px) {
  .featured-insights .featured-insights-container h3 {
    font-size: 27px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .featured-insights .featured-insights-container h3 {
    font-size: calc(19px + (100vw - 480px)/ 90)
  }
}

@media (max-width:480px) {
  .featured-insights .featured-insights-container h3 {
    font-size: 19px
  }
}

@media (max-width:597px) {
  .featured-insights .featured-insights-container h3 {
    font-size: 21px !important
  }
}

.featured-insights .featured-insights-container p {
  line-height: 1.45
}

@media (min-width:1200px) {
  .featured-insights .featured-insights-container p {
    font-size: 18px
  }
}

@media (min-width:598px) and (max-width:1200px) {
  .featured-insights .featured-insights-container p {
    font-size: calc(18px + (100vw - 598px)/ Infinity)
  }
}

@media (max-width:598px) {
  .featured-insights .featured-insights-container p {
    font-size: 18px
  }
}

@media (max-width:597px) {
  .featured-insights .featured-insights-container p {
    font-size: 16px !important
  }
}

.featured-insights .featured-insights-container .highlight {
  position: absolute;
  top: -10px;
  left: 30px
}

.featured-insights .featured-insights-container h2 {
  font-size: 48px;
  color: #256092;
  padding-bottom: 2rem
}

.featured-insights .featured-insights-container .insight-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 3.6rem 0;
  width: 30%
}



.featured-insights .featured-insights-container .insight-box a {
  height: auto;
  background: #fff;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  -webkit-transition: .2s;
  transition: .2s
}

.featured-insights .featured-insights-container .insight-box a:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .49);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .49)
}

.featured-insights .featured-insights-container .insight-box a h3 {
  line-height: 1.25;
  margin: 0
}
.featured-insights.three-column .featured-insights-container .insight-box{
  width:32%;
}


@media (min-width:1200px) {
  .featured-insights .featured-insights-container .insight-box a h3 {
    font-size: 23px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .featured-insights .featured-insights-container .insight-box a h3 {
    font-size: calc(18px + (100vw - 480px)/ 144)
  }
}

@media (max-width:480px) {
  .featured-insights .featured-insights-container .insight-box a h3 {
    font-size: 18px
  }
}

@media (max-width:597px) {
  .featured-insights .featured-insights-container .insight-box a h3 {
    font-size: 21px !important
  }
}

.featured-insights .featured-insights-container .insight-box a .read-more {
  margin: 0;
  position: absolute;
  bottom: 10px;
  display: inline-block
}

.featured-insights .featured-insights-container .insight-box a .read-more span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.featured-insights .featured-insights-container .insight-box a .read-more span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.featured-insights .featured-insights-container .insight-box a .read-more span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.featured-insights .featured-insights-container .insight-box a .read-more:hover span:before {
  width: 100%;
  background: #e32726;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.featured-insights .featured-insights-container .insight-box a .read-more:hover span:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.featured-insights .featured-insights-container .insight-box a .read-more > span {
  font-weight: 700;
  color: #e32726
}

.featured-insights .featured-insights-container .insight-box a .read-more svg {
  margin-left: 5px;
  top: 2px;
  position: relative
}




@media (min-width:1068px) {
  .featured-insights .insight-box a {
    padding-bottom: 47px
  }
}

@media (max-width:748px) {
  .featured-insights .list-image {
    width: 100%;
    position: relative;
    top: 0
  }

  .featured-insights .insight-format {
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 5;
    min-height: 0
  }
}

@media (min-width:598px) and (max-width:1067px) {
  .featured-insights .featured-insights-container .insight-box a {
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 100%;
  }

  .featured-insights img {
    float: right;
    width: 44% !important
  }

  .featured-insights h3,
  .featured-insights p {
    width: 45%
  }

  .featured-insights p {
    font-size: 18px
  }

  .featured-insights .post-type {
    margin-top: 3rem
  }
  .featured-insights.recent-posts-wrapper .featured-insights-container .insight-box a {
    height: auto;
  }

  .recent-posts-wrapper .insight-box img {
    margin-bottom: 0;
  }
}

@media (min-width:598px) and (max-width:747px) {

  .featured-insights h3,
  .featured-insights p {
    width: 50%
  }
}

@media (max-width:597px) {
  .featured-insights .insight-box .read-more {
    position: relative !important;
    margin-top: 1.25rem !important
  }

  .featured-insights .insight-box a {
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important
  }

  .featured-insights .post-type {
    margin-top: 2.5rem
  }

  .featured-insights .post-type,
  .featured-insights .read-more,
  .featured-insights h3,
  .featured-insights p {
    padding-left: 20px;
    padding-right: 20px;
    width: 90% !important
  }

  .featured-insights h3 {
    margin-top: .6rem;
  }
}

@media (max-width:1067px) {
  .featured-insights .featured-insights-container .insight-box {
    width: 100% !important;
    margin: 8px 0 1.5rem;
  }

  .featured-insights .featured-insights-container .insight-box a {
    width: 100% !important;
    margin: 8px 0 1.5rem;
    padding-bottom: 0;
  }

  .featured-insights .featured-insights-container .insight-box:last-child {
    margin-bottom: 1.5rem;
  }
}

@media (min-width:841px) {
  .featured-insights .outerContainer {
    padding: 5rem 50px
  }

  .featured-insights .outerContainer .highlight {
    left: 20px !important
  }

  .featured-insights .post-type,
  .featured-insights .read-more,
  .featured-insights h3,
  .featured-insights p {
    padding-left: 20px
  }
}

@media (max-width:840px) {
  .featured-insights .outerContainer {
    padding: 5rem 1.25rem !important
  }

  .featured-insights .outerContainer .highlight {
    left: 20px !important
  }

  .featured-insights .outerContainer .post-type {
    margin-top: 2rem
  }

  .featured-insights .post-type,
  .featured-insights .read-more,
  .featured-insights h3,
  .featured-insights p {
    padding: 0 20px !important
  }
}

@media (max-width:479px) {
  .featured-insights h2 {
    font-size: 24px
  }
}

.homepage .featured-insights {
  min-height: 920px
}

.companyPage .featured-insights .featured-insights-container .insight-box.featured-1,
.companyPage .featured-insights .featured-insights-container .insight-box.featured-2,
.homepage .featured-insights .featured-insights-container .insight-box.featured-1,
.homepage .featured-insights .featured-insights-container .insight-box.featured-2 {
  padding: 0
}

@media (min-width:1068px) {

  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-1 {
    width: 65.6%
  }

  .companyPage .featured-insights.three-column .featured-insights-container .insight-box.featured-1,
  .homepage .featured-insights.three-column .featured-insights-container .insight-box.featured-1 {
    width: 32%
  }


  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1 a,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-1 a {
    margin-right: 1%
  }

  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1 a h3,
  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1 a p,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-1 a h3,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-1 a p {
    width: 47%
  }

  .companyPage .featured-insights.three-column .featured-insights-container .insight-box.featured-1 a h3,
  .companyPage .featured-insights.three-column .featured-insights-container .insight-box.featured-1 a p,
  .homepage .featured-insights.three-column .featured-insights-container .insight-box.featured-1 a h3,
  .homepage .featured-insights.three-column .featured-insights-container .insight-box.featured-1 a p {
    width: auto
  }


  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1 a img,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-1 a img {
    width: 46%;
    float: right
  }

  .companyPage .featured-insights.three-column .featured-insights-container .insight-box.featured-1 a img,
  .homepage .featured-insights.three-column .featured-insights-container .insight-box.featured-1 a img {
    width: 100%;
    float: none
  }


  .companyPage .featured-insights .featured-insights-container .insight-box.featured-2,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-2 {
    width: 33%
  }

  .companyPage .featured-insights.three-column .featured-insights-container .insight-box.featured-2,
  .homepage .featured-insights.three-column .featured-insights-container .insight-box.featured-2 {
    width: 32%
  }


  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1 a,
  .companyPage .featured-insights .featured-insights-container .insight-box.featured-2 a,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-1 a,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-2 a {
    padding: 0px 0px 34px!important
  }

  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1 a p,
  .companyPage .featured-insights .featured-insights-container .insight-box.featured-2 a p,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-1 a p,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-2 a p {
    margin-top: 15px !important
  }

  .companyPage .featured-insights .featured-insights-container .read-more,
  .homepage .featured-insights .featured-insights-container .read-more {
    margin-top: 30px
  }
}

@media (max-width:597px) {

  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1 a img,
  .homepage .featured-insights .featured-insights-container .insight-box.featured-1 a img {
    width: 100%;
    float: none
  }
}

@media (min-width:1068px) {

  .companyPage .image-2,
  .homepage .image-2 {
    display: none
  }
}

.case-study #insights span,
.insightArticle #insights span,
.insights-page #insights span {
  font-weight: 800 !important
}

.case-study .featured-insights,
.insightArticle .featured-insights,
.insights-page .featured-insights {
  background: #f3f3f3
}

.case-study .formFields,
.insightArticle .formFields,
.insights-page .formFields {
  margin: 5rem 0
}

.ourApproach .featured-insights .featured-insights-container .insight-box {
  margin-bottom: 0
}

.insights-page .featured-insights .outerContainer {
  padding-left: 50px;
  padding-right: 50px
}

@media (max-width:840px) {
  .insights-page .featured-insights .outerContainer {
    padding-left: 1.25rem;
    padding-right: 50px
  }
}

.insights-page #formFields {
  position: relative;
  top: -60px
}

@media (max-width:567px) {
  .insights-page .formFields > div:first-child {
    margin-bottom: 10px
  }
}

.insights-page .hero-insight-format {
  border: 2px solid #fff;
  border-radius: 20px;
  width: 168px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 8px 0;
  font-size: 16px;
  text-align: center
}

@media (max-width:597px) {
  .insights-page .featured-insights {
    display: none
  }
}

.newsPage {
  font-family: interface, sans-serif
}

.newsPage .hero {
  background-color: #3f6b4f;
  height: 35vh
}

.newsPage .hero .container h1 {
  margin: 20px auto
}

.newsPage .hero .container p {
  margin: 10px auto
}

@media (max-width:479px) {
  .newsPage .hero {
    padding: 100px 0 50px
  }
}

.newsPage .media-relations {
/*   background-color: #a3cf5d; */
  background-color: #256092;
  color: #fff;
  font-size: 23px;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.newsPage .media-relations .mediaLeft {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2rem
}

.newsPage .media-relations .mediaLeft p {
  text-align: right;
  margin: 0 auto;
  top: 3px;
  position: relative
}

@media (max-width:500px) {
  .newsPage .media-relations .mediaLeft {
    padding-right: 0
  }
}

.newsPage .media-relations hr {
  width: 0;
  border: 1px solid #fff;
  opacity: .5
}


.newsPage .media-relations .mediaRight {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2rem
}

.newsPage .media-relations .mediaRight p {
  text-align: left;
  line-height: 1.17;
  margin: 0 auto
}

.newsPage .media-relations .mediaRight p:first-child {
  font-weight: 700
}


.newsPage .news-article-list .preview {
  border-bottom: 1px solid #979797;
}

.newsPage .news-article-list .NewsArticleContent:last-child .preview{
  border-bottom: none;
}
.newsPage .news-article-list .blog-pagination {
  overflow: hidden;
  margin: 4rem 0;
}

.newsPage .media-relations .mediaLeft {
  position: relative;
}
.newsPage .media-relations .mediaLeft:after {
  width: 2px;
  /* border: 1px solid #fff; */
  opacity: .5;
  color: #979797;
  content: "";
  display: inline-block;
  height: 53px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 11px;
}
.newsPage .media-relations .mediaRight {
  margin-left: 0;
}
body.newsPage .media-relations {
  display: block;
}
.newsPage .media-relations>div>div:before,
.newsPage .media-relations>div>div:after{
  display:none;
}
.newsPage .media-relations>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


@media (max-width:500px) {
  .newsPage .media-relations .mediaRight p {
    line-height: 1.58
  }
}

@media (max-width:500px) {
  .newsPage .media-relations .mediaRight {
    padding-left: 0
  }
}

@media (max-width:500px) {
  .newsPage .media-relations,
  .newsPage .media-relations>div>div{
    display: block
  }

  .newsPage .media-relations p {
    text-align: center !important
  }
}

.newsPage .news-article-list {
  margin: 2rem 0
}

.newsPage .news-article-list .infiniteScroll {
  width: 100%
}

.newsPage .news-article-list .preview {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  padding: 46px 0
}

.newsPage .news-article-list .preview h2 {
  text-align: left
}

.newsPage .news-article-list .press-type {
  display: inline-block;
  background-color: #5b2b82;
  color: #fff;
  padding: 8px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .7em;
  border-radius: 20px;
  width: 130px;
  text-align: center
}

.newsPage .news-article-list #award {
  background-color: #a3cf5d
}

.newsPage .news-article-list #press_release {
  background-color: #256092
}

.newsPage .news-article-list .list-news-date {
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 16px;
  margin: 1.5rem 0;
  font-weight: 400
}

.newsPage .news-article-list .list-news-title {
  font-size: 28px;
  color: #262626
}

.newsPage .news-article-list .loadMoreButton {
  overflow: hidden;
  margin: 4rem 0
}

.newsPage .news-article-list .loadMoreButton button > div > div {
  text-align: center !important
}

.newsPage .news-article-list .loadMoreButton button > div > div span {
  font-size: 28px !important;
  font-weight: 700 !important;
  top: 14%;
  color: #99999a !important
}

.newsPage .news-article-list .loadMoreButton:hover {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647) !important
}
@media (max-width:500px) {
  .newsPage .media-relations hr {
    width: 200px;
    margin-top: 1rem
  }
  .newsPage .media-relations .mediaLeft:after {
    width: 200px;
    /* border: 1px solid #fff; */
    opacity: .5;
    color: #979797;
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
    position: static;
    right: 0;
    top: 0;
    margin: 16px auto 11.5px;
  }
}

@-webkit-keyframes modal-video {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes modal-video {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes modal-video-inner {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@keyframes modal-video-inner {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  z-index: 1000000;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.modal-video-effect-leave {
  opacity: 0
}

.modal-video-effect-leave .modal-video-movie-wrap {
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: none;
  background: 0 0
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px
}

.partner {
  background: #f3f3f3
}

.partner .outerContainer {
  padding: 0 50px
}

.partner .outerContainer .container {
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.partner .outerContainer .container:after {
  content: " ";
  display: block;
  clear: both
}

.partner .outerContainer .left,
.partner .outerContainer .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.partner .outerContainer .right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.partner .outerContainer .left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left
}

.partner .outerContainer .left .logos,
.partner .outerContainer .left h3,
.partner .outerContainer .left p {
  text-align: left;
  padding-right: 70px
}

.partner .outerContainer .left p {
  padding: 5px 70px 15px 0;
  line-height: 140%
}

.partner .outerContainer .left a {
  margin-bottom: 20px
}

.partner .outerContainer .logos {
  text-align: left
}

.partner .outerContainer .logos img {
  height: 40px;
  padding: 10px 20px;
  border-right: 2px solid #ccc
}

@media (min-width:1200px) {
  .partner .outerContainer .logos img {
    height: 40px
  }
}

@media (min-width:840px) and (max-width:1200px) {
  .partner .outerContainer .logos img {
    height: calc(25px + (100vw - 840px)/ 24)
  }
}

@media (max-width:840px) {
  .partner .outerContainer .logos img {
    height: 25px
  }
}

.partner .outerContainer .logos img:first-child {
  padding-left: 0
}

.partner .outerContainer .logos img:last-child {
  border-right: none
}

.partner .outerContainer .videoPlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.partner .outerContainer .videoPlay svg {
  width: 80px;
  height: 80px
}

.partner .videoTeaser {
  position: relative;
  width: 100%;
  margin-top: -25px;
  margin-bottom: -25px
}

.partner .videoTeaser img {
  width: 40vw;
  height: 40vw;
  border-radius: 0;
  max-width: 600px;
  max-height: 600px;
}

@media (max-width:840px) {
  .partner .outerContainer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center
  }

  .partner .outerContainer .left,
  .partner .outerContainer .right {
    width: 100%
  }

  .partner .outerContainer .left,
  .partner .outerContainer .left h3,
  .partner .outerContainer .left p,
  .partner .outerContainer .logos {
    text-align: center !important;
    padding-right: 0 !important
  }

  .partner .outerContainer .videoTeaser {
    width: 80vw;
    margin-bottom: 0
  }

  .partner .outerContainer .videoTeaser img {
    width: 80vw;
    height: 80vw
  }
}

.audioPlayer {
  max-width: 600px;
  width: 100% !important;
  margin-top: 50px;
  position: relative;
  z-index: 2
}

.audioPlayer > div > div > div:first-child {
  -webkit-transform: translateY(-15px) !important;
  transform: translateY(-15px) !important
}

.audioPlayer > div > div > div:last-child > div:first-child {
  width: 240px !important
}

.audioPlayer > div > div > div:last-child > div:first-child button {
  border-radius: 100%
}

.audioPlayer > div > div > div:last-child > div:first-child button svg {
  margin-right: 11px !important
}

.audioPlayer > div > div > div:last-child > div:first-child button:first-child svg {
  margin-right: 14px !important
}

.audioPlayer > div > div > div:last-child > div:last-child {
  color: #fff !important
}

.audioPlayer > div > div > div:last-child > div:last-child > div:first-child {
  font-size: 12px !important
}

.audioPlayer > div > div > div:last-child > div:last-child > div:last-child p {
  margin-top: 0 !important
}

.audioPlayer.numTracks1 > div > div > div:last-child > div:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.audioPlayer.numTracks1 > div > div > div:last-child > div:first-child button {
  margin-right: 10px
}

.audioPlayer.numTracks1 > div > div > div:last-child > div:first-child button:first-child,
.audioPlayer.numTracks1 > div > div > div:last-child > div:first-child button:nth-child(3),
.audioPlayer.numTracks1 > div > div > div:last-child > div:first-child button:nth-child(4) {
  display: none
}

@media (max-width:700px) {

  .audioPlayer,
  .audioPlayer > div,
  .audioPlayer > div > div,
  .audioPlayer > div > div > div,
  .audioPlayer > div > div > div:first-child svg {
    width: 100% !important
  }
}

.page-consulting-services .hero .hero-container p {
  max-width: 520px
}

.page-hybrid-cloud .hero .container h1 {
  margin: 40px auto 0
}

.page-hybrid-cloud .hero .container p {
  margin: 5px auto
}

.practiceAreaPage,
.solutionPage {
  position: relative
}

.practiceAreaPage .pdfHolder,
.solutionPage .pdfHolder {
  display: inline-block;
  margin-top: 30px
}

.practiceAreaPage .pdfHolder span:first-child,
.solutionPage .pdfHolder span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.practiceAreaPage .pdfHolder span:first-child:before,
.solutionPage .pdfHolder span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0 ease, background .5s ease;
  transition: width 0 ease, background .5s ease
}

.practiceAreaPage .pdfHolder span:first-child:after,
.solutionPage .pdfHolder span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #262626;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.practiceAreaPage .pdfHolder:hover span:before,
.solutionPage .pdfHolder:hover span:before {
  width: 100%;
  background: #262626;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.practiceAreaPage .pdfHolder:hover span:after,
.solutionPage .pdfHolder:hover span:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  transition: all 0 ease
}

.practiceAreaPage .pdfHolder span,
.solutionPage .pdfHolder span {
  color: #262626;
  font-size: 16px;
  font-weight: 700
}

.practiceAreaPage .pdfHolder svg,
.solutionPage .pdfHolder svg {
  margin-left: 10px;
  position: relative;
  top: 2px
}

.practiceAreaPage .solutionImg,
.solutionPage .solutionImg {
  margin: 5rem 0 2.5rem
}

.practiceAreaPage .solutionImg svg,
.solutionPage .solutionImg svg {
  height: 95px
}

.practiceAreaPage .galleryContainer,
.solutionPage .galleryContainer {
  padding: 8rem 0;
  margin: 0 auto
}

.practiceAreaPage .galleryContainer .galleryHeader,
.solutionPage .galleryContainer .galleryHeader {
  line-height: 1.2;
  font-weight: 700
}

@media (min-width:1200px) {

  .practiceAreaPage .galleryContainer .galleryHeader,
  .solutionPage .galleryContainer .galleryHeader {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .practiceAreaPage .galleryContainer .galleryHeader,
  .solutionPage .galleryContainer .galleryHeader {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {

  .practiceAreaPage .galleryContainer .galleryHeader,
  .solutionPage .galleryContainer .galleryHeader {
    font-size: 24px
  }
}

@media (max-width:479px) {

  .practiceAreaPage .galleryContainer .galleryHeader,
  .solutionPage .galleryContainer .galleryHeader {
    font-size: 24px
  }
}

.practiceAreaPage .galleryContainer .gallerySummary,
.solutionPage .galleryContainer .gallerySummary {
  line-height: 1.58;
  line-height: 1.27;
  margin: auto;
  margin-top: 3rem;
  max-width: 900px
}

@media (min-width:1200px) {

  .practiceAreaPage .galleryContainer .gallerySummary,
  .solutionPage .galleryContainer .gallerySummary {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .practiceAreaPage .galleryContainer .gallerySummary,
  .solutionPage .galleryContainer .gallerySummary {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {

  .practiceAreaPage .galleryContainer .gallerySummary,
  .solutionPage .galleryContainer .gallerySummary {
    font-size: 16px
  }
}

@media (max-width:479px) {

  .practiceAreaPage .galleryContainer .gallerySummary,
  .solutionPage .galleryContainer .gallerySummary {
    font-size: 18px
  }
}

.practiceAreaPage .partnersSection,
.solutionPage .partnersSection {
  margin-bottom: 100px
}

.practiceAreaPage .partnersSection h3,
.solutionPage .partnersSection h3 {
  border-top: 2px solid #f3f3f3;
  padding-top: 30px;
  font-family: InterFace;
  font-style: oblique;
  font-size: 18px;
  font-weight: 700;
  color: #99999a
}

.practiceAreaPage .partnersSection .partners,
.solutionPage .partnersSection .partners {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

@media (min-width:1200px) {

  .practiceAreaPage .partnersSection .partners,
  .solutionPage .partnersSection .partners {
    padding-left: 100px
  }
}

@media (min-width:900px) and (max-width:1200px) {

  .practiceAreaPage .partnersSection .partners,
  .solutionPage .partnersSection .partners {
    padding-left: calc(25px + (100vw - 900px)/ 4)
  }
}

@media (max-width:900px) {

  .practiceAreaPage .partnersSection .partners,
  .solutionPage .partnersSection .partners {
    padding-left: 25px
  }
}

@media (min-width:1200px) {

  .practiceAreaPage .partnersSection .partners,
  .solutionPage .partnersSection .partners {
    padding-right: 100px
  }
}

@media (min-width:900px) and (max-width:1200px) {

  .practiceAreaPage .partnersSection .partners,
  .solutionPage .partnersSection .partners {
    padding-right: calc(25px + (100vw - 900px)/ 4)
  }
}

@media (max-width:900px) {

  .practiceAreaPage .partnersSection .partners,
  .solutionPage .partnersSection .partners {
    padding-right: 25px
  }
}

.practiceAreaPage .partnersSection .partners img,
.solutionPage .partnersSection .partners img {
  margin: 1rem auto;
  position: relative;
  display: inline-block;
  width: 12%;
  padding: 0 3%
}

@media (min-width:800px) {

  .practiceAreaPage .partnersSection .partners img,
  .solutionPage .partnersSection .partners img {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 22%;
    max-width: 120px
  }
}

@media (max-width:479px) {

  .practiceAreaPage .partnersSection .partners img,
  .solutionPage .partnersSection .partners img {
    width: 170px;
    padding: 0 6%
  }
}

.practiceAreaPage .partnersSection .partnerBox,
.solutionPage .partnersSection .partnerBox {
  max-width: 150px
}

.practiceAreaPage .partnersSection .manyPartnersBox .partners,
.solutionPage .partnersSection .manyPartnersBox .partners {
  padding: 15px 0
}

.practiceAreaPage .featured-insights,
.solutionPage .featured-insights {
  background-color: #f3f3f3
}

.practiceAreaPage .focusAreasSection,
.solutionPage .focusAreasSection {
  margin-bottom: 7rem
}

.practiceAreaPage .focusAreasSection .focusAreas,
.solutionPage .focusAreasSection .focusAreas {
  position: relative;
  text-align: left
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader,
.solutionPage .focusAreasSection .focusAreas .focusAreaHeader {
  position: relative;
  padding: 0 50px;
  min-height: 200px
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusHeaderFlex,
.solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusHeaderFlex {
  padding-top: 100px
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaName,
.solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaName {
  line-height: 1.58;
  position: relative;
  top: -10px
}

@media (min-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaName,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaName {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaName,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaName {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaName,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaName {
    font-size: 16px
  }
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription h3,
.solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription h3 {
  line-height: 1.4;
  margin-top: 0
}

@media (min-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription h3,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription h3 {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription h3,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription h3 {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription h3,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription h3 {
    font-size: 16px
  }
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription p,
.solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription p {
  line-height: 1.4
}

@media (min-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription p,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription p {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription p,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription p {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription p,
  .solutionPage .focusAreasSection .focusAreas .focusAreaHeader .focusAreaDescription p {
    font-size: 16px
  }
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer {
  padding: 0 50px
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container {
  border-bottom: 1px solid #99999a
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion {
  position: relative
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion {
  color: #fff;
  font-weight: 700;
  padding: 1rem;
  cursor: pointer
}

@media (min-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion {
    font-size: 22px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion {
    font-size: calc(18px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion {
    font-size: 18px
  }
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion svg,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .focusAreaExpansion .expandQuestion svg {
  margin-left: 12px;
  position: relative;
  top: -5px
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  color: #fff
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder {
  margin: 50px 40px 20px
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 45%;
  flex: 1 0 45%;
  position: relative;
  margin-left: 2rem
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet .bulletpointTitle,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet .bulletpointTitle {
  line-height: 1.4;
  text-align: left;
  font-weight: 700
}

@media (min-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet .bulletpointTitle,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet .bulletpointTitle {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet .bulletpointTitle,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet .bulletpointTitle {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet .bulletpointTitle,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet .bulletpointTitle {
    font-size: 16px
  }
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet p,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet p {
  line-height: 1.4;
  margin: 0 0 2rem;
  text-align: left
}

@media (min-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet p,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet p {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet p,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet p {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet p,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bullet p {
    font-size: 16px
  }
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .point:before,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .point:before {
  content: "\2022";
  position: absolute
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bulletTextTitle:before,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bulletTextTitle:before {
  left: -22px;
  top: 2px
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bulletTextOnly:before,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer .holder .bulletTextOnly:before {
  left: -22px;
  top: 1px
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer.closed,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer.closed {
  max-height: 0;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in
}

.practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer.open,
.solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer.open {
  max-height: 800px;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}

@media (max-width:840px) {

  .practiceAreaPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer.open,
  .solutionPage .focusAreasSection .focusAreas .focusAreaContainer .container .answer.open {
    max-height: 1200px
  }
}

@media (min-width:1068px) {

  .practiceAreaPage .focusAreasSection .focusAreaHeader,
  .solutionPage .focusAreasSection .focusAreaHeader {
    padding: 30px 0
  }

  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusHeaderFlex,
  .solutionPage .focusAreasSection .focusAreaHeader .focusHeaderFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaDescription,
  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaName,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaDescription,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaName {
    width: 50%
  }

  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaDescription h2,
  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaDescription h3,
  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaDescription p,
  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaName h2,
  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaName h3,
  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaName p,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaDescription h2,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaDescription h3,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaDescription p,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaName h2,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaName h3,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaName p {
    text-align: left
  }

  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaDescription h2,
  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaName h2,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaDescription h2,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaName h2 {
    margin-top: 0;
    padding-right: 1rem
  }

  .practiceAreaPage .focusAreasSection .focusAreaExpansion,
  .practiceAreaPage .focusAreasSection .focusAreaExpansion > div,
  .solutionPage .focusAreasSection .focusAreaExpansion,
  .solutionPage .focusAreasSection .focusAreaExpansion > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .practiceAreaPage .focusAreasSection .focusAreaExpansion .expandQuestion,
  .solutionPage .focusAreasSection .focusAreaExpansion .expandQuestion {
    padding: 0;
    margin: 0 1rem 0 0;
    text-align: left
  }

  .practiceAreaPage .focusAreasSection .focusAreaContainer .closed .bullet p,
  .practiceAreaPage .focusAreasSection .focusAreaContainer .open .bullet p,
  .solutionPage .focusAreasSection .focusAreaContainer .closed .bullet p,
  .solutionPage .focusAreasSection .focusAreaContainer .open .bullet p {
    font-size: 20px
  }
}

@media (max-width:479px) {

  .practiceAreaPage .focusAreasSection .focusAreaHeader,
  .solutionPage .focusAreasSection .focusAreaHeader {
    padding: 0 2rem
  }

  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaDescription,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaDescription {
    font-size: 20px
  }

  .practiceAreaPage .focusAreasSection .focusAreaHeader .focusAreaName,
  .solutionPage .focusAreasSection .focusAreaHeader .focusAreaName {
    font-size: 22px
  }
}

.practiceAreaPage .qualifiersSection {
  padding: 0;
  border-bottom: 2px solid #f3f3f3
}

.practiceAreaPage .partnersSection h3 {
  margin-top: 0
}

.stats {
  background: #f3f3f3;
  padding: 5rem 0
}

.stats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0
}

.stats ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 21%;
  padding: 0 2%
}

.stats ul li .c100 {
  margin: 0 auto
}

@media (min-width:1200px) {
  .stats ul li .c100 {
    font-size: 190px
  }
}

@media (min-width:700px) and (max-width:1200px) {
  .stats ul li .c100 {
    font-size: calc(100px + (100vw - 700px)/ 5.55556)
  }
}

@media (max-width:700px) {
  .stats ul li .c100 {
    font-size: 100px
  }
}

.stats ul li .c100 span {
  font-weight: 800
}

.stats ul li h3 {
  line-height: 1.3;
  margin-bottom: 10px
}

@media (min-width:1200px) {
  .stats ul li h3 {
    font-size: 23px
  }
}

@media (min-width:700px) and (max-width:1200px) {
  .stats ul li h3 {
    font-size: calc(20px + (100vw - 700px)/ 166.66667)
  }
}

@media (max-width:700px) {
  .stats ul li h3 {
    font-size: 20px
  }
}

.stats ul li h4 {
  margin-top: 0
}

@media (min-width:1200px) {
  .stats ul li h4 {
    font-size: 16px
  }
}

@media (min-width:700px) and (max-width:1200px) {
  .stats ul li h4 {
    font-size: calc(13px + (100vw - 700px)/ 166.66667)
  }
}

@media (max-width:700px) {
  .stats ul li h4 {
    font-size: 13px
  }
}

@media (max-width:700px) {
  .stats ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .stats ul li {
    width: 46%;
    margin-bottom: 30px
  }

  .stats ul li .c100 {
    font-size: 150px
  }

  .stats ul li h3 {
    font-size: 24px
  }

  .stats ul li h4 {
    font-size: 18px
  }
}

@media (max-width:479px) {
  .stats ul li {
    width: 96%
  }
}

.blocks {
  padding: 5rem 50px 0
}

.blocks ul {
  list-style-type: none;
  padding: 0
}

.blocks ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9rem
}

.blocks ul li > div {
  width: 46%;
  padding: 0 2%
}

.blocks ul li > div img {
  width: 70%
}

.blocks ul li .contentHolder h3,
.blocks ul li .contentHolder p {
  text-align: left
}

.blocks ul li .contentHolder h3 {
  font-weight: 700;
  line-height: 1.2
}

@media (min-width:1200px) {
  .blocks ul li .contentHolder h3 {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .blocks ul li .contentHolder h3 {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .blocks ul li .contentHolder h3 {
    font-size: 24px
  }
}

.blocks ul li .contentHolder p {
  font-style: normal;
  line-height: 1.58
}

@media (min-width:1200px) {
  .blocks ul li .contentHolder p {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .blocks ul li .contentHolder p {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .blocks ul li .contentHolder p {
    font-size: 16px
  }
}

.blocks ul li.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media (max-width:700px) {
  .blocks {
    padding: 5rem 50px
  }

  .blocks ul li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-bottom: 5rem
  }

  .blocks ul li > div {
    width: 100% !important;
    margin: 20px 0
  }
}

.features {
  padding: 9rem 50px;
  background: #f3f3f3
}

.features h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px
}

@media (min-width:1200px) {
  .features h2 {
    font-size: 40px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .features h2 {
    font-size: calc(24px + (100vw - 480px)/ 45)
  }
}

@media (max-width:480px) {
  .features h2 {
    font-size: 24px
  }
}

.features p {
  line-height: 1.58;
  margin-top: 0;
  margin-bottom: 50px
}

@media (min-width:1200px) {
  .features p {
    font-size: 20px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .features p {
    font-size: calc(16px + (100vw - 480px)/ 180)
  }
}

@media (max-width:480px) {
  .features p {
    font-size: 16px
  }
}

.features ul {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.features ul li {
  width: 46%;
  padding: 0 2%;
  text-align: left;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media (min-width:1200px) {
  .features ul li {
    font-size: 18px
  }
}

@media (min-width:600px) and (max-width:1200px) {
  .features ul li {
    font-size: calc(16px + (100vw - 600px)/ 300)
  }
}

@media (max-width:600px) {
  .features ul li {
    font-size: 16px
  }
}

.features ul li div {
  text-align: left;
  margin-left: 14px
}

@media (max-width:700px) {
  .features {
    padding: 5rem 50px
  }

  .features ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .features ul li {
    width: 100% !important
  }
}

@media (max-width:479px) {
  .features {
    padding: 9rem 20px
  }
}

.solutionPage .hero {
  background: #3d4058
}

.solutionPage .hero canvas {
  opacity: .3;
  width: 100%;
  height: 100vh !important
}

.solutionPage .hero .featured-insights .outerContainer {
  padding-top: 0
}

.solutionPage .hero .videoPlay .play-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: interface, sans-serif;
  color: #fff
}

.solutionPage .hero .videoPlay .play-button-holder > div:first-child {
  width: 80px
}

.qualifiersSection {
  padding: 2.5rem 1.2rem;
  position: relative
}

.qualifiersSection h2 {
  line-height: 1.3;
  max-width: 50rem;
  margin: auto
}

@media (min-width:1200px) {
  .qualifiersSection h2 {
    font-size: 28px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .qualifiersSection h2 {
    font-size: calc(23px + (100vw - 480px)/ 144)
  }
}

@media (max-width:480px) {
  .qualifiersSection h2 {
    font-size: 23px
  }
}

@media (max-width:700px) {
  .qualifiersSection h2 {
    font-size: 24px
  }
}

.qualifiersSection .qualifiers {
  position: relative;
  padding: 5rem 0 2rem
}

.qualifiersSection .qualifiers .qualifier {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 22px 22px
}

.qualifiersSection .qualifiers .qualifier .qualifierBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.qualifiersSection .qualifiers .qualifier .qualifierBox img {
  width: 83px;
  height: auto;
  padding-right: 22px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  -webkit-transition: top .3s ease;
  transition: top .3s ease
}

@media (max-width:900px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox img {
    width: 39px;
    padding: 0 0 2rem
  }
}

.qualifiersSection .qualifiers .qualifier .qualifierBox .dedicated {
  width: 105px;
  padding-right: 0;
  left: -11px
}

@media (max-width:900px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox .dedicated {
    width: 51px;
    left: 0;
    padding: 0 0 1rem
  }
}

.qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText {
  padding-left: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader {
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left
}

@media (min-width:1200px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader {
    font-size: 16px
  }
}

.qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
  line-height: 1.4;
  text-align: left;
  margin-top: 5px
}

@media (min-width:1200px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
    font-size: 18px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
    font-size: calc(16px + (100vw - 480px)/ 360)
  }
}

@media (max-width:480px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
    font-size: 16px
  }
}

@media (max-width:900px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText {
    padding-left: 0
  }

  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText .qualifierHeader {
    text-align: center
  }

  .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
    text-align: center;
    line-height: 1.33
  }
}

@media (max-width:900px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox {
    display: block
  }
}

@media (max-width:900px) {
  .qualifiersSection .qualifiers .qualifier {
    width: 90%;
    display: block;
    padding: 0 0 2rem
  }
}

@media (max-width:900px) {
  .qualifiersSection .qualifiers {
    padding: 2rem 0
  }
}

@media (max-width:900px) {
  .qualifiersSection {
    padding: 4rem 1rem !important
  }
}

@media (max-width:840px) {
  .qualifiersSection.l-page {
    top: 60px
  }
}

@media (max-width:479px) {
  .cloud-genera-page .hero {
    height: 80vh
  }

  .cloud-genera-page .hero .hero-container {
    padding: 86px 0 0
  }

  .cloud-genera-page footer .subscribe {
    padding: 4rem 0
  }

  #cloud-genera #iFrame1,
  .cloud-genera #iFrame1 {
    margin-top: 0
  }

  #cloud-genera #main-form .row,
  .cloud-genera #main-form .row {
    padding: 40px 20px
  }
}

.modal-open,
.modal-open #iFrame1 {
  position: fixed;
  width: 100vw
}

.modal-open #iFrame1 {
  margin-top: 63px;
  top: 0;
  height: calc(100vh - 100px) !important
}

@media (max-width:479px) {
  .modal-open #iFrame1 {
    margin-top: 94px
  }
}

#scorecard-modal {
  z-index: 10000
}

#scorecard-cloudrank-score {
  width: 98%
}

.cloud-genera-page .hero {
  background: #4badea
}

.cloud-genera-page .hero p {
  max-width: 579px
}

.videos {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:840px) {
  .videos {
    min-height: 340px
  }
}

.videos:hover .right-arrow {
  right: 0
}

.videos:hover .right-arrow.hidden-arrow {
  right: -100px
}

.videos:hover .left-arrow {
  left: 0
}

.videos:hover .left-arrow.hidden-arrow {
  left: -100px
}

.videos .left-arrow {
  position: absolute;
  height: 100%;
  left: -100px;
  z-index: 10;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px
}


.videos .left-arrow svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.videos .right-arrow {
  height: 100%;
  right: -100px;
  position: absolute;
  z-index: 10;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px
}

@media (max-width:479px) {
  .videos .right-arrow {
    display: none
  }
}

.videos .arrow-buttons {
  height: 80px;
  width: 100%;
  background-color: #256092;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  border: none;
  padding: 0;
  cursor: pointer;
  outline: 0
}

.videos .video-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;    
  margin: 0;
}

.videos .video-container:after {
  content: " ";
  display: block;
  clear: both
}


.videos .video-container .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 60px 0
}
@media (min-width:1260px) {
  .videos .video-container .outer {
    left: -330px;
  }    
}  

.videos .video-container .outer .video-frame {
  width: 540px;
  max-height: 360px
}

@media (max-width:1067px) {
  .videos .video-container .outer .video-frame {
    width: 400px;
  }
  .videos .video-container .outer .video-holder .top-container img {
    max-height: 267px;
  }
}

@media (max-width:840px) {
  .videos .video-container .outer .video-frame {
    width: 65vw;
    max-height: unset
  }
}

@media (max-width:479px) {
  .videos .video-container .outer .video-frame {
    width: 75vw;
    padding-right: 0px !important
  }
}

.videos .video-container .outer .video-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  height: 100%
}

.videos .video-container .outer .video-holder:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .49);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .49)
}

@media (max-width:479px) {
  .videos .video-container .outer .video-holder {
    height: 100%
  }
}

.videos .video-container .outer .video-holder .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

@media (max-width:479px) {
  .videos .video-container .outer .video-holder .top-container {
    height: 70%
  }
}

.videos .video-container .outer .video-holder .top-container p {
  text-align: left;
  margin-left: 30px;
  color: #fff;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  left: 0;
  top: 0;
  z-index: 2
}

.videos .video-container .outer .video-holder .top-container img {
  width: 100%;
  height: 100%
}

.videos .video-container .outer .video-holder .top-container .play-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#000), to(transparent));
  background-image: linear-gradient(to top right, #000, transparent)
}

.videos .video-container .outer .video-holder .top-container .play-holder svg {
  width: 82px;
  height: 82px
}

.videos .video-container .outer .video-holder .bottom-container {
  position: absolute;
  width: 75%;
  bottom: 0;
  margin: 15px
}

@media (max-width:840px) {
  .videos .video-container .outer .video-holder .bottom-container {
    margin: 0;
    position: relative;
    width: 100%;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.videos .video-container .outer .video-holder .bottom-container p {
  text-align: left;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:840px) {
  .videos .video-container .outer .video-holder .bottom-container p {
    color: #262626;
    font-weight: 400;
    display: block;
    margin-left: 25px;
    margin-right: 25px
  }
}

@media (max-width:479px) {
  .videos .video-container .outer .video-holder .bottom-container p {
    display: -webkit-box
  }
}

.videos .video-container .outer .video-holder .bottom-container p:first-child {
  font-size: 21px;
  font-weight: 700;
  line-height: 22px
}

@media (max-width:840px) {
  .videos .video-container .outer .video-holder .bottom-container p:first-child {
    font-size: 18px
  }
}

.videos .video-container .outer .video-holder .bottom-container p:last-child {
  line-height: 19px;
  font-size: 15px;
  margin-top: 8px
}

@media (max-width:840px) {
  .videos .video-container .outer .video-holder .bottom-container p:last-child {
    margin-bottom: 1.2em;
    font-size: 14px
  }
}

@media (max-width:479px) {
  .videos .video-container .outer .video-holder .bottom-container p:last-child {
    -webkit-line-clamp: 3
  }
}

.IE .videos,
.IE .videos .video-container {
  display: block
}

.pdfs {
  background: #f3f3f3
}

.pdfs h3 {
  font-size: 1.2rem
}

.pdfs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pdfs .container li {
  margin: 0 12px 20px;
  text-align: center
}

.pdfs .container li a {
  padding: 20px;
  width: 192px;
  display: inline-block
}

.pdfs .container li a span {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 173px;
  display: inline-block;
  width: 173px;
  font-size: 15px
}

.pdfs .container li a svg {
  margin-left: 6px
}

@media (max-width:600px) {
  .pdfs .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.practiceAreaPage .pdfs,
.solutionPage .pdfs {
  margin-bottom: -16px;
  padding: 24px 50px 30px
}

.jobPage .hero {
  background: #09829a
}

.jobPage .hero .container {
  max-width: 700px
}

.jobPage .hero .container .hero-container h1,
.jobPage .hero .container p {
  text-align: left
}

.jobPage .jobDescription {
  font-family: interface;
  line-height: 1.6;
  text-align: left;
  font-size: 21px
}

.jobPage .jobDescription h3,
.jobPage .jobDescription p {
  text-align: left
}

@media (min-width:1200px) {
  .jobPage .jobDescription h3 {
    font-size: 23px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .jobPage .jobDescription h3 {
    font-size: calc(18px + (100vw - 480px)/ 144)
  }
}

@media (max-width:480px) {
  .jobPage .jobDescription h3 {
    font-size: 18px
  }
}

.jobPage .outerContainer {
  max-width: 600px;
  margin: auto
}

.jobPage .jobInfo {
  line-height: 1.6;
  text-align: left;
  font-size: 21px
}

@media (min-width:1200px) {
  .jobPage .jobInfo {
    font-size: 21px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .jobPage .jobInfo {
    font-size: calc(18px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .jobPage .jobInfo {
    font-size: 18px
  }
}

.jobPage .jobInfo h3 {
  text-align: left;
  margin: 0;
  line-height: 1.25;
  font-size: 23px
}

@media (min-width:1200px) {
  .jobPage .jobInfo h3 {
    font-size: 23px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .jobPage .jobInfo h3 {
    font-size: calc(18px + (100vw - 480px)/ 144)
  }
}

@media (max-width:480px) {
  .jobPage .jobInfo h3 {
    font-size: 18px
  }
}

.jobPage .jobInfo ul li {
  text-align: left
}

@media (min-width:1200px) {
  .jobPage .jobInfo ul li {
    font-size: 19px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .jobPage .jobInfo ul li {
    font-size: calc(16px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .jobPage .jobInfo ul li {
    font-size: 16px
  }
}

.jobPage .jobInfo ul li p {
  text-align: left
}

@media (min-width:1200px) {
  .jobPage .jobInfo ul li p {
    font-size: 19px
  }
}

@media (min-width:480px) and (max-width:1200px) {
  .jobPage .jobInfo ul li p {
    font-size: calc(16px + (100vw - 480px)/ 240)
  }
}

@media (max-width:480px) {
  .jobPage .jobInfo ul li p {
    font-size: 16px
  }
}

.jobPage .jobInfo .dividerLine {
  margin-top: 4rem
}

@media (max-width:479px) {
  .jobPage .jobInfo {
    line-height: 1.33;
    font-family: interface
  }
}

.jobPage .jobInfo .iisButtonContainer {
  margin-top: 5rem
}

#svg-phone {
  position: relative;
  top: 3px
}
.gridSystem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 8px
}

.gridSystem .col-5-12 {
  width: 41.666666666666%
}

.gridSystem .col-6-12 {
  width: 50%
}

.gridSystem .col-7-12 {
  width: 58.333333333333%
}

.case-study .outerContainer,
.insightArticle .outerContainer,
.insightWebinar .outerContainer,
.jobPage .outerContainer,
.leaderPage .outerContainer,
.news-article .outerContainer {
/*   padding: 8rem 50px */
  padding: 2rem 50px
}


.calendly-badge-widget {
  position: fixed;
  left: 20px;
  bottom: 15px;
  z-index: 9;
  font-size: 16px;
  line-height: 1.2em;
}
a.contactModal {
  background: rgb(255, 255, 255);
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0!important;
  color: #262626!important;
}
.modaal-inner-wrapper {
  padding: 0px !important;
}
.modaal-container {
  position: relative;
  display: block;
  margin: auto;
  text-align: left;
  border-radius: 0px !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
  cursor: auto;
  height: 90%;
  max-width: 1000px;
  max-height: 650px;
  width: 100% !important;
}
/* .modaal-wrapper .wrap {
position: relative;
padding: 33.25%;
} */
.modaal-wrapper iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.modaal-wrapper {
  background-color: rgba(31,31,31,0.4);
}
.modaal-overlay {
  background: transparent !important;
}
.modaal-close:before,
.modaal-close:after {
  display: none;
}
.modaal-wrapper .modaal-close {
  color: #fff;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url(//4956608.fs1.hubspotusercontent-na1.net/hubfs/4956608/IIS_June2019/images/close-icon-77963382ab339573bb06b204699d4adf5ebbcbaaa51784f1d9f4b611723b42b0.svg) no-repeat;
  background-size: contain;
  right: 25px;
  top: 25px;
  border-radius: 0px;
}

@media (max-width: 975px) {
  .modaal-container {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    min-width: 0;
    max-height: none;
  }
}


@media (max-width:479px) {

  .case-study .outerContainer,
  .insightArticle .outerContainer,
  .insightWebinar .outerContainer,
  .jobPage .outerContainer,
  .leaderPage .outerContainer,
  .news-article .outerContainer {
    padding: 5rem 1.25rem
  }
}

@media (max-width:479px) {
  .leaderPage .outerContainer {
    padding: 0 1.25rem
  }

  .leaderPage .mobileLeaderTitle h1 {
    margin: 5rem auto 0
  }
}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.recent-posts-wrapper .insight-box img {
    margin-bottom: 0px;
}

.article-blog.hs-blog-post .article-list-text {
    display: none;
}


/* ==========================================================================
# Site Pages                                      
========================================================================== */
.omega {
  float: right;
  margin-right: 0
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}

.container:after {
  content: " ";
  display: block;
  clear: both
}

.content {
  min-height: 300px;
  max-width: 600px
}

.content .container {
  position: relative
}
button {
  font-family: interface,sans-serif!important
}

button span {
  text-transform: none!important
}

#cloud {
  background-color: #09829a
}

#big-data {
  background-color: #4cc1e0
}

#security {
  background-color: #5b2b82
}

#mobility {
  background-color: #a3cf5d
}

#infrastructure {
  background-color: #256092
}

#data-center {
  background-color: #a3cf5d
}

#managed-services {
  background-color: #4cc1e0
}
/*===================Our People======================*/
body.hs_our_people_page {}

.hs_our_people_page .body-container .page-center {
  padding: 0;
}


/*-----------------------*/
.hs_our_people_r1 {}
.our_people_grp {
  text-align: center;
}




/*-----------------------*/
.hs_our_people_r2 {}
.ourPeoplePage .leaderContainer {
  background-color: #f4f4f4;
}
.leaderContainer h1 {
  font-weight: 700;
  line-height: 1.2;
  color: #09829a;
  padding-top: 6rem;
  margin: 0 auto;
  text-align: center;
}
.leaderContainer p {
  line-height: 1.58;
  margin: 2rem auto 6rem;
  max-width: 84%;
  text-align: center;
}
.leaderList .leader .leaderBox {
  box-sizing: content-box;
}
.leaderList .leader .leaderBox .leaderName {
  padding-top: 3px;
}


@media (min-width: 1200px) {
  .leaderContainer h1 {
    font-size: 40px;
  }
  .leaderContainer p {
    font-size: 20px;
  }

}


/*-----------------------*/
.hs_our_people_r3 {}
.hs_our_people_r3 h2 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 1rem;
  font-size: 28px;
  line-height: 1;
}
.hs_our_people_r3 p {
  font-size: 23px;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.hs_our_people_r3 p a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
.hs_our_people_r3 p a:hover {
  text-decoration: none;
  border-color: #fff;
}
.hs_our_people_r3 h5 {
  font-family: interface,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ddd;
  padding: 14px 0 0;
  line-height: 1;
  margin: 30px 0 16px;
}
.hs_our_people_r3 h4 {
  color: #fff;
  margin: 0;
  line-height: 1;
}
.hs_our_people_r3 h4 a {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.hs_our_people_r3 h4 a:hover {
  border-bottom-color: #fff;
}

/*====================Full Width Bottom Slider========================*/
body.hs_f_width_bslider_page {}
.hs_f_width_bpane_r1 {
  padding: 0;
}
.hs_f_width_bpane_r1 .page-center {
  padding: 0;
}
.leaderPage.hs_f_width_bslider_page .outerContainer {
  margin: 0 auto !important;
  float: none;
  box-sizing: content-box;
}
.outerContainer h3 {
  text-align: left;
  margin: 48px 0 0;
  line-height: 1.25;
  font-size: 23px;
  color: #262626;
}
.leaderPage .outerContainer p {
  font-size: 21px;
  line-height: 1.6;
}
.hs_f_width_bpane_r2_title {
  text-align: center;
}
.hs_f_width_bpane_r2_title h1 {
  font-size: 18px;
  color: #262626;
  margin: 0 auto;
  padding-top: 2rem;
  font-weight: 700;
  font-style: oblique;
}
.leaderPage .hs_f_width_bpane_r2 {
  overflow: hidden;
  position: relative;
  padding: 60px 0 55px;
  background-color: #f5f5f5;
}
.leaderPage .otherLeaders>div {
  width: 100%;
}
.hs_f_width_bpane_r2 .hs_cos_gallery_main {
  width: 100%;
  max-width: 100%;
  padding: 48px 48px 30px;
  margin: 0;
}
.hs_f_width_bpane_r2 .hs_cos_gallery_main .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs_f_width_bpane_r2 .hs_cos_gallery_main .hs_cos_gallery_slide {
  box-sizing: border-box;
  padding-top: 2px;
}
.hs_f_width_bpane_r2 .hs_cos_gallery_main .slick-slide-inner-wrapper a {
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}


@media (min-width: 1200px) {
  .outerContainer h3 {
    font-size: 23px;
  }
}


@media (min-width: 1700px) {
  .hs_f_width_bpane_r2 .hs_cos_gallery_main .slick-slide-inner-wrapper {
    max-width: 300px;
  }
}
/*======================ADAM CUSTOM MODULES======================*/
#partners-section #partner-logo{
  margin:5rem 0 2.5rem;
}
#partners-section #partner-logo img{
  display:block;
  margin:0px auto;
}
#partners-section #partner-content{max-width:980px; margin:0px auto;}
  #partners-section #partner-content h2{text-align:center; font-size:28px;}
  #partners-section #partner-content .content-main{ padding:2rem 1rem 4rem;}
  #partners-section #partner-content .content-main p{font-size:18px; line-height:28px; margin:0px 0px 16px;}
#partners-section #partner-content .content-main h3{margin:0px 0px 14px;}
  #partners-section #partner-content .content-main ul li{font-size:18px; line-height:28px; margin:0px 0px 16px;}


/*Features Box*/
.featured-insights .related-heading h3{text-align:center; font-size:28px; margin:0px 0px 20px; width:100%;}

.two-colun-box .featured-insights-container .insight-box{}



.featured-insights .featured-insights-container .insight-box .innrbx {height: auto;background: #fff;margin: 0;width: 100%;-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  -webkit-transition: .2s;transition: .2s; padding: 30px 0px 18px;}

.featured-insights .featured-insights-container .insight-box .innrbx:hover {-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .49); box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .49);}

.featured-insights .featured-insights-container .insight-box .innrbx h3 {line-height: 1.25; margin: 0}
.featured-insights.two-colun-box .featured-insights-container .insight-box{width:48%; margin: 1.5rem 0;}
@media (min-width:1200px) {
  .featured-insights .featured-insights-container .insight-box .innrbx h3 {font-size: 23px}
}

@media (min-width:480px) and (max-width:1200px) {
  .featured-insights .featured-insights-container .insight-box .innrbx h3 {font-size: calc(18px + (100vw - 480px)/ 144)}
}

@media (max-width:480px) {
  .featured-insights .featured-insights-container .insight-box .innrbx h3 { font-size: 18px}
}

@media (max-width:597px) {
  .featured-insights .featured-insights-container .insight-box .innrbx h3 { font-size: 21px !important }
}

  #leadinModal-919720{width:500px!important; height:340px;}
  #leadinModal-919720 .leadinModal-content{width:500px!important; height:340px;}
  #leadinModal-content-wrapper-919720 .leadin-preview-wrapper{padding:0px;}
  #leadinModal-content-wrapper-919720 .leadin-preview-wrapper h4{display:none; visibility:hidden;}
  #leadinModal-content-wrapper-919720 .leadin-preview-wrapper .advance-wrapper .leadin-button{background-image:url("//4956608.fs1.hubspotusercontent-na1.net/hubfs/4956608/Dell-CTA-Banner500x340-2.jpg")!important; background-repeat:no-repeat; text-indent:-5000px; width:500px; height:340px;margin:0px;}



/*======================What We Do Inner======================*/
body.hs_what_we_do_inner_page {}
.pdfs.hs_download_grp {
  text-align: center;
}
.pdfs.hs_download_grp h3 {
  color: #262626;
  line-height: 1;
  text-align: center;
}
.pdfs ul.container li a {
  width: auto;
  cursor: pointer;
}
.pdfs.hs_download_grp .container li a svg {
  margin-left: 3px;
}
.hs_tech_solutions_grp {
  text-align: center;
}
section.partnersSection.container,
.qualifiersSection .qualifiers ,
.hs_tech_solutions_grp .solutionImg {
  text-align: center;
}
.practiceAreaPage .partnersSection .partners img {
  padding: 0 4.9rem !important;
}
.hs_what_we_do_inner_page .hero .container h1 {
  margin: 0.83em auto;
}
.hs_what_we_do_inner_page .hero .container p {
  margin: 1em auto;
}


.focusAreas .focusAreaName h2 {
  font-size: 1.5em;
  line-height: 1.58;
}
.focusAreaDescription h3 {
  color: #262626;
}
.focusAreaExpansion .expandQuestion svg {
  margin-left: 8px !important;
}
.focusAreas .holder ul {
  margin: 0;
  padding: 0 0 0 2rem;
  font-size: 18px;
  list-style: none;
}
.focusAreas .holder ul li {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0;
  position: relative;
}
.focusAreas .holder ul li:before {
  content: "\2022";
  position: absolute;
  left: -22px;
  top: 1px;
}
.expandQuestion.is_active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ghostDivider {
  height: 54px;
}

/*====================Full Width Bottom Pane========================*/
body.hs_f_width_bpane_page {}
.hs_f_width_bpane_r1 .page-center {
  padding: 0;
}
.jobPage.hs_f_width_bpane_page .outerContainer {
  margin: 0 auto !important;
  float: none;
  box-sizing: content-box;
}
.jobPage .hero .hero-container h1 {
  line-height: 1.15;
  margin: 0.83em auto;
}
.jobPage .outerContainer h3 {
  margin: 0;
}
.jobPage .outerContainer h3:first-child {
  margin: 1.2em 0 1.18em;
}
.jobPage .outerContainer p {
  font-family: interface;
  line-height: 1.6;
  text-align: left;
  font-size: 21px;
}

.jobPage .outerContainer ul {
  line-height: 1.6;
  font-size: 21px;
}
@media (min-width: 1200px) {
  .jobPage .outerContainer ul li {
    font-size: 19px;
  }
  .jobPage .outerContainer ul li p {
    font-size: 19px;
  }
}
.hs_f_width_bpane_page .outerContainer .hs_cos_wrapper_type_module:last-child {
  text-align: center;
  padding-bottom: 15px;
}



/*=====================Full Width=====================*/
body.hs_full_width_page {}

.hs_full_width_r1 {}
.hs_full_width_r1 .row-fluid .page-center {
  max-width: 100%;
  padding: 0 50px;
}
.hs_full_width_page .outerContainer {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  box-sizing: content-box !important;
  max-width: 750px;
  border-bottom: 1px solid #99999a;
}
.tos.hs_full_width_page .outerContainer {
  margin-top: 5.95rem;
  padding: 0 50px;
}
.hs_full_width_page h2 {
  font-size: 26px;
  margin-top: 40px;
  color: #262626;
  margin-bottom: 0;
}
.tos.hs_full_width_page .outerContainer p {
  font-size: 21px;
  color: #262626;
  font-family: Georgia,Times New Roman,Times,serif;
  line-height: 1.6;
}
.tos .outerContainer h3 {
  font-family: Georgia,Times New Roman,Times,serif;
  font-weight: 400;
  margin: 21px 0 -1rem;
  font-size: 1.3125rem;
  color: #262626;
  line-height: 1.6;
}
.tos.hs_full_width_page .outerContainer p a {
  text-decoration: none;
  font-weight: 700;
  color: #000;
}

/*=====================Solutions Inner=====================*/
body.solutionPage.hs_solution_inner_page {}

.hero.heroSolutions .container .hero-container .heroLeft h1 {
  margin-bottom: 0.83em;
}
.hero.heroSolutions .container .hero-container .heroLeft p {
  margin: 1em 0;
}
.qualifiersSection .qualifiers .qualifier .qualifierBox img {
  width: 100%;
  max-width: 83px;
}
.hero.heroSolutions .container .qualifiersSection .qualifiers .qualifier .qualifierBox .qualifierText p {
  margin-bottom: 1em;
}
.solutionPage .pdfs.hs_download_grp h3 {
  margin: 1em 0;
}

.hs_2col_w_img_wrap {
  padding: 5rem 50px 0;
}
.hs_2col_w_img_wrap .container {
  margin: 1em auto;
}
.hs_2col_w_img_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.1rem;
}
.hs_2col_w_img_inner>div {
  width: 46%;
  padding: 0 2%;
  text-align: center;
}
.hs_2col_w_img_inner .contentHolder {
  text-align: left;
}
.hs_2col_w_img_inner h3 {
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0;
}
.hs_2col_w_img_inner p {
  font-style: normal;
  line-height: 1.58;
}
.hs_2col_w_img_inner .imageHolder img {
  width: 70%;
}
.hs_2col_w_img_inner p {
  font-size: 20px;
}
.hs_2col_w_img_inner.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 9rem;
}
.features h2,
.features p {
  text-align: center;
}

#heroCallout {
  height: 70px;
  background: #fff;
  width: 550px;
  position: fixed;
  top: 120px;
  z-index: 10;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  left: -265px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 999;
}
#heroCallout.clicked {
  left: -525px;
}
#heroCallout #heroCalloutInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 100%;
}
#heroCallout #heroCalloutInner .calloutTextHolder {
  text-align: left;
  padding-right: 5px;
  color: #262626;
  height: 100%;
  width: 257px;
  display: block;
  right: 18px;
  position: relative;
  left: 11px;
}
#heroCallout #heroCalloutInner .calloutTextHolder .calloutDescription {
  margin-bottom: 6px;
  font-weight: 700;
  margin: 7px 0 0 10px;
  text-align: left;
  line-height: 1.2;
}
#heroCallout #heroCalloutInner .calloutTextHolder .calloutCta {
  text-align: left;
  margin: 3px 0 0 9px;
  letter-spacing: .05rem;
}
#heroCallout #heroCalloutInner .svgHolder {
  height: 38px;
  width: 38px;
  position: relative;
  right: -14px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  text-align: center;
}
#heroCallout.clicked .svgHolder {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hs_solution_inner_r1 .featured-content .outerContainer {
  padding: 5rem 50px;
  text-align: center;
}
.hs_solution_inner_r1 .featured-content .container {
  max-width: 900px;
}
.hs_solution_inner_r1 .featured-content .container p {
  line-height: 1.58;
}
.hs_solution_inner_r1 .featured-content .container img {
  margin: 5rem 0 20px;
  max-width: 100%;
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 .1em .1em 0;
  background-color: #ccc;
}
.c100>span {
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: .2em;
  color: #ccc;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0,1em,1em,.5em);
}
.c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice,
.c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice,
.c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice,
.c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice,
.c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice,
.c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice,
.c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice,
.c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, 
.c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, 
.c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, 
.c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, 
.c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, 
.c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, 
.c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, 
.c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, 
.c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice,
.c100.p99 .slice, .c100.p100 .slice, .rect-auto {
  clip: rect(auto,auto,auto,auto);
}
.c100:after, .c100>span {
  position: absolute;
  display: block;
}
.c100:after {
  top: .08em;
  left: .08em;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: .84em;
  height: .84em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.c100 .bar, .c100.p51 .fill, .c100.p52 .fill,
.c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill,
.c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, 
.c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill,
.c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill,
.c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, 
.c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, 
.c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill,
.c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill,
.c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill,
.c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill,
.c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill,
.c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill,
.c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill,
.c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill,
.c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill,
.c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill, .pie {
  position: absolute;
  border: .08em solid #307bbb;
  width: .84em;
  height: .84em;
  clip: rect(0,.5em,1em,0);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(.33turn);
  -moz-transform: rotate(.33turn);
  -o-transform: rotate(.33turn);
  transform: rotate(.33turn);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(.98turn);
  -moz-transform: rotate(.98turn);
  -o-transform: rotate(.98turn);
  transform: rotate(.98turn);
}
.c100.p51 .bar:after, .c100.p51 .fill,
.c100.p52 .bar:after, .c100.p52 .fill,
.c100.p53 .bar:after, .c100.p53 .fill, 
.c100.p54 .bar:after, .c100.p54 .fill, 
.c100.p55 .bar:after, .c100.p55 .fill,
.c100.p56 .bar:after, .c100.p56 .fill,
.c100.p57 .bar:after, .c100.p57 .fill,
.c100.p58 .bar:after, .c100.p58 .fill,
.c100.p59 .bar:after, .c100.p59 .fill,
.c100.p60 .bar:after, .c100.p60 .fill,
.c100.p61 .bar:after, .c100.p61 .fill,
.c100.p62 .bar:after, .c100.p62 .fill,
.c100.p63 .bar:after, .c100.p63 .fill,
.c100.p64 .bar:after, .c100.p64 .fill,
.c100.p65 .bar:after, .c100.p65 .fill,
.c100.p66 .bar:after, .c100.p66 .fill,
.c100.p67 .bar:after, .c100.p67 .fill,
.c100.p68 .bar:after, .c100.p68 .fill,
.c100.p69 .bar:after, .c100.p69 .fill, 
.c100.p70 .bar:after, .c100.p70 .fill,
.c100.p71 .bar:after, .c100.p71 .fill, 
.c100.p72 .bar:after, .c100.p72 .fill,
.c100.p73 .bar:after, .c100.p73 .fill,
.c100.p74 .bar:after, .c100.p74 .fill,
.c100.p75 .bar:after, .c100.p75 .fill,
.c100.p76 .bar:after, .c100.p76 .fill,
.c100.p77 .bar:after, .c100.p77 .fill,
.c100.p78 .bar:after, .c100.p78 .fill,
.c100.p79 .bar:after, .c100.p79 .fill,
.c100.p80 .bar:after, .c100.p80 .fill, 
.c100.p81 .bar:after, .c100.p81 .fill,
.c100.p82 .bar:after, .c100.p82 .fill,
.c100.p83 .bar:after, .c100.p83 .fill,
.c100.p84 .bar:after, .c100.p84 .fill,
.c100.p85 .bar:after, .c100.p85 .fill,
.c100.p86 .bar:after, .c100.p86 .fill,
.c100.p87 .bar:after, .c100.p87 .fill,
.c100.p88 .bar:after, .c100.p88 .fill, 
.c100.p89 .bar:after, .c100.p89 .fill,
.c100.p90 .bar:after, .c100.p90 .fill, 
.c100.p91 .bar:after, .c100.p91 .fill, 
.c100.p92 .bar:after, .c100.p92 .fill,
.c100.p93 .bar:after, .c100.p93 .fill,
.c100.p94 .bar:after, .c100.p94 .fill,
.c100.p95 .bar:after, .c100.p95 .fill, 
.c100.p96 .bar:after, .c100.p96 .fill,
.c100.p97 .bar:after, .c100.p97 .fill,
.c100.p98 .bar:after, .c100.p98 .fill,
.c100.p99 .bar:after, .c100.p99 .fill,
.c100.p100 .bar:after, .c100.p100 .fill, 
.pie-fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.stats ul li h3 {
  text-align: center;
  margin: 1em 0 10px;
}
.stats ul li h4 {
  text-align: center;
}


@media(min-width: 1200px) {
  .qualifiersSection .qualifiers .qualifier .qualifierBox img {
    max-width: 64px;
  }
  .hs_2col_w_img_inner h3 {
    font-size: 40px;
  }
  #heroCallout #heroCalloutInner .calloutTextHolder .calloutDescription {
    font-size: 16px;
  }
  #heroCallout #heroCalloutInner .calloutTextHolder .calloutCta {
    font-size: 14px;
  }
  .hs_solution_inner_r1 .featured-content .container p {
    font-size: 20px;
  }

}

.calendly-badge-widget {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
  left: 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.calendly-badge-widget .calendly-badge-content {
  border-radius: 0;
  color: #262626;
  line-height: 1.2em;
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  background: rgb(255, 255, 255);
}













/*==================Error Page=====================*/
body.not-found {
  background-color: #3d4759;
}
.not-found .header-container-wrapper {
  padding-top: 0;
}
.not-found .hs_error_content canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.not-found .subscribe-wrapper {
  background-color: #3D4759;
}
.not-found .hero {
  min-height: calc(70vh - 270px);
  align-items: unset;
}
.not-found .hero .container {
  margin: 2% auto;
  position: static;
}
.not-found .hero .container .hero-container {
  padding: calc(20vh - 100px) 0;
}
.not-found .hero .container .hero-container h1 {
  margin-top: 0.83em;
  margin-bottom: 0;
}
.not-found .hero .container .hero-container p {
  margin-top: 0;
  margin-bottom: 1em;
}
.not-found .practiceAreaBlock {
  width: 100%;
  position: relative;
  top: calc(100% - 55vh);
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: calc(31.8vh - 30px);
  z-index: 99;
}
.not-found .practiceAreaBlock h2 {
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
  margin: 0.83em 0;
  font-size: 1.5em;
  line-height: 1;
}
.not-found .practiceAreaBlock ul {
  width: 65%;
  display: flex;
  list-style-type: none;
  padding: 0 0 13px;
  justify-content: space-around;
  margin: 0;
}
.not-found .practiceAreaBlock ul li {
  flex-grow: 1;
  flex-basis: 0;
  text-align: left;
}
.not-found .practiceAreaBlock ul li .imageHolder {
  filter: grayscale(3) brightness(2);
  transition: top .3s ease;
  position: relative;
  top: 0;
  text-align: center;
  padding: 0;
}
.not-found .practiceAreaBlock ul li .imageHolder:hover {
  filter: none;
}
.not-found .practiceAreaBlock ul li .imageHolder img {
  height: calc(30px + (100vw - 840px)/72);
  width: calc(30px + (100vw - 840px)/72);
}
.not-found .practiceAreaBlock ul li h4 {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
}



.news-article .container.content {
  max-width: 100%;
}

.news-article .share h5 {
  font-size: 1rem!important;
  font-weight: 300!important;
  font-style: normal;
  font-family: interface,sans-serif
}
.news-article .shareLinks {
  padding: 10px!important;
  top: -6px
}

.hs-video-blog #infrastructure {
  background-color: #256092;
}
.hs-video-blog #cloud {
  background-color: #09829a;
}
.newsPage .news-article-list .preview h2 {
  text-align: left;
  margin: 19.9px 0;
  line-height: 28px;
}
.newsPage .news-article-list .list-news-date {
  margin: 1.5rem 0 0 !important;
}
.hs-video-blog .shareLinks {
  top: -6px;
}
.news-article .mediaRelations{

  max-width: 100% !important;
}

.news-article span#hs_cos_wrapper_post_body>:last-child {
  margin-bottom: 0;
}
.mediaRelations p {
  margin: 0;
  color: #898989 !important;
}
a.ctm-watch-btn {
  padding: 0px 20px;
  outline: none;
  position: relative;
  /* z-index: 1; */
  line-height: 36px;
  border-radius: 0px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: transparent;
  font-family: interface, sans-serif;
  font-size: -webkit-xxx-large;
  display: inline-block;
  font-family: interface,sans-serif!important;
  /* min-width: 180px; */
  border: 3px solid rgb(163, 207, 93);
  background-color: transparent;
  position: relative;
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
  color: rgb(163, 207, 93);
  text-align: center;
  padding:8px 43px;
}
a.ctm-watch-btn:hover{
  background-color:rgb(163, 207, 93);
  color:#fff;
}
.news-article .shareLinks h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 300
}

.hs-video-blog.case-study .hero {
  height: auto;
}

.news-article .shareLinks hr {
  margin: 16px auto;
  margin: 1rem auto
}


.news-article .shareLinks svg {
  fill: #000;
  -webkit-transition: fill .25s ease;
  transition: fill .25s ease
}
.news-article .news-article .articleBody .shareLinks > div {
  text-align: center;
}

.news-article .shareLinks svg:hover {
  fill: #cac8c8
}

@media (min-width: 781px) {
  .news-article .shareLinks {
    margin:0;
    position: absolute;
    left: -5%
  }
  .news-article .shareLinks>div {
    margin: 10px 0
  }
}

@media (max-width: 780px) {
  .news-article .shareLinks {
    padding:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .news-article .shareLinks svg {
    vertical-align:middle;
    height: 2rem
  }
  .news-article .shareLinks .printer {
    display:none
  }
  .news-article .shareLinks div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto
  }
  .news-article .shareLinks hr {
    display:none
  }
  .news-article .shareLinks h5 {
    vertical-align:middle;
    margin: 0 auto;
    font-weight: 400;
    display: inline
  }
}


/*=============================Responsive===*/


@media (max-width: 1750px) and (min-width: 950px) {
  .hs_f_width_bpane_r2 .hs_cos_gallery_main .slick-slide-inner-wrapper {
    width: calc(175px + (100vw - 950px)/6.4);
  }
}



@media (max-width: 1200px) and (min-width: 480px) {
  .leaderContainer h1 {
    font-size: calc(24px + (100vw - 480px)/45);
  }
  .hs_our_people_r3 h2 {
    font-size: calc(24px + (100vw - 480px)/180);
  }
  .leaderContainer p {
    font-size: calc(16px + (100vw - 480px)/180);
  }
  .outerContainer h3,
  .hs_our_people_r3 p {
    font-size: calc(18px + (100vw - 480px)/144);
  }
  .leaderPage .outerContainer p {
    font-size: calc(18px + (100vw - 480px)/240);
  }
  .focusAreas .holder ul li {
    font-size: calc(16px + (100vw - 480px)/360);
  }
  .hs_2col_w_img_inner h3 {
    font-size: calc(24px + (100vw - 480px)/45);
  }
  .hs_2col_w_img_inner p {
    font-size: calc(16px + (100vw - 480px)/180);
  }
  #heroCallout #heroCalloutInner .calloutTextHolder .calloutDescription {
    font-size: calc(14px + (100vw - 480px)/360);
  }
  #heroCallout #heroCalloutInner .calloutTextHolder .calloutCta {
    font-size: calc(13px + (100vw - 480px)/720);
  }




}

@media(max-width: 1090px) {
  .not-found .practiceAreaBlock ul li h4 {
    line-height: 1;
    padding-top: 2px;
  }
  .not-found .practiceAreaBlock {
    min-height: calc(31.6vh - 30px);
  }


}



@media (max-width: 1067px) {
  .expandQuestion,
  .focusHeaderFlex.container {
    text-align: center;
  }
  .modal-video-body {
    padding: 0 50px;
    box-sizing: border-box;
  }


}

@media (max-width: 1020px) and (min-width: 901px) {
  .hero.heroSolutions .container .hero-container .heroRight {
    width: 100% !important;
  }

}


@media(max-width: 950px) {
  .hs_f_width_bpane_r2 .hs_cos_gallery_main .slick-slide-inner-wrapper {
    width: 300px;
  }
  .hs_f_width_bpane_r2 .hs_cos_gallery_main {
    min-height: 1px;
  }
  .hs_f_width_bpane_r2 .hs_cos_gallery_main button.slick-arrow {
    width: 23px;
    height: 46px;
    margin: 0;
    top: 45%;
    background-repeat: no-repeat;
    font-size: 0;
  }
  .hs_f_width_bpane_r2 .hs_cos_gallery_main button.slick-arrow:before {
    display: none;
  }
  .hs_f_width_bpane_r2 .hs_cos_gallery_main .slick-prev {
    background-image: url(https://4956608.fs1.hubspotusercontent-na1.net/hubfs/4956608/IIS_June2019/images/LeftArrow.svg);
    left: 20px;
  }
  .hs_f_width_bpane_r2 .hs_cos_gallery_main button.slick-next.slick-arrow {
    background-image: url(https://4956608.fs1.hubspotusercontent-na1.net/hubfs/4956608/IIS_June2019/images/RightArrow.svg);
    right: 20px;
  }


}


@media(max-width: 900px) {
  .solutionPage .hero.heroSolutions > .container.page-center {
    margin-top: 100px;
  }

}


@media(max-width: 840px) {
  .tos.hs_full_width_page .outerContainer {
    padding: 0 1.25rem;
    box-sizing: border-box !important;
  }

}




@media(max-width: 767px) {
  .hs_f_width_bpane_r2 .hs_cos_gallery_main .slick-slide-inner-wrapper {
    width: calc(275px + (100vw - 950px)/6);
  }
  .practiceAreaPage .hero .hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_full_width_page h2 {
    line-height: 1.6;
  }

  .not-found .hero {
    align-items: center;
    height: 41.7vh;
    padding-top: 9px;
    min-height: 1px;
  }
  .not-found .header-container {
    min-height: 70px;
  }
  .not-found .practiceAreaBlock {
    top: calc(100% - 52vh);
  }
  .not-found .practiceAreaBlock h2 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .not-found .practiceAreaBlock ul {
    flex-direction: column;
  }
  .not-found .practiceAreaBlock ul li .imageHolder img {
    display: none;
  }
  .not-found .practiceAreaBlock ul li h4 {
    margin: 4px;
    font-weight: 400;
    padding: 0;
  }
  .solutionPage .hero .videoPlay .play-button-holder {
    width: 100% !important;
    min-width: 200px;
  }

}



@media(max-width: 700px) {
  .hs_2col_w_img_inner.left,
  .hs_2col_w_img_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0rem;
  }
  .hs_2col_w_img_inner>div {
    width: 100%;
    margin: 20px 0;
  }
  .hs_2col_w_img_wrap.left {
    padding-top: 3.1rem;
  }
  .hs_2col_w_img_inner.left {
    margin-bottom: 10.3rem;
  }






}

@media(max-width: 600px) {
  .hs_f_width_bpane_r2 .hs_cos_gallery_main .slick-slide-inner-wrapper {
    width: calc(300px + (100vw - 950px)/6);
  }

}


@media(max-width: 479px) {
  .hs_our_people_r3 h2,
  .leaderContainer h1 {
    font-size: 24px;
  }
  .leaderContainer p {
    font-size: 16px;
  }
  .hs_our_people_r3 p {
    line-height: 1.3;
    max-width: 80%;
    font-size: 18px;
    margin: 0 auto;
  }
  .practiceAreaPage .partnersSection .partners img {
    padding: 0 6% !important;
  }
  .pdfs.hs_download_grp .container li {
    margin: 0 0 20px;
  }
  #heroCallout #heroCalloutInner .calloutTextHolder .calloutDescription {
    font-size: 14px;
  }
  #heroCallout #heroCalloutInner .calloutTextHolder .calloutCta {
    font-size: 13px;
  }
  .hs_solution_inner_r1 .featured-content .outerContainer {
    padding: 5rem 20px;
  }


}

@media(max-width: 380px) {
  .pdfs ul.container li a {
    width: 100%;
    max-width: 200px;
  }
  .practiceAreaPage .pdfs.hs_download_grp {
    padding: 24px 30px 30px;
  }
  .hs_full_width_r1 .row-fluid .page-center {
    padding: 0 10px;
  }
  .pdfs.hs_download_grp .container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

}



@media (min-width: 480px) {
  .content .container {
    padding:0 50px
  }
}

.content .container>div,
.content .container>h1,
.content .container>h2,
.content .container>h3,
.content .container>h4,
.content .container>h5,
.content .container>h6,
.content .container>p,
.content .container>section,
.content .container>span,
.content .container>ul {
  text-align: left
}

.content p {
/*   font-family: Georgia,Times New Roman,Times,serif */
  font-family: interface,Times New Roman,Times,serif
}

.content-social {
  max-width: 600px
}

.content-social .container {
  position: relative
}

@media (min-width: 480px) {
  .content-social .container {
    padding:0 50px 0 100px
  }
}

.ourPeoplePage .hero {
  background-color: #09829a
}

.ourPeoplePage .hero .container h1 {
  margin: 20px auto
}

.ourPeoplePage .hero .container p {
  max-width: 800px;
  margin: 10px auto
}

.ourPeoplePage .statContainer {
  margin: 0 auto;
  padding: 10rem 0
}

.ourPeoplePage .statContainer h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #09829a;
  margin: 0 auto
}

.ourPeoplePage .statContainer .statItems {
  overflow: hidden;
  margin-top: 3em;
  display: table;
  height: 325px;
  width: 100%
}

.ourPeoplePage .statContainer .statItems .statItem {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  height: 100%;
  display: table-cell
}

.ourPeoplePage .statContainer .statItems .statItem svg {
  margin: 2rem auto;
  width: calc(75px + 2vw)
}
.ourPeoplePage .statContainer .statItems .statItem.thirdStatItem {
  float: right;
  margin-right: 0
}

.ourPeoplePage .statContainer .statItems .statItem .statItemInnerMiddle {
  border-right: thin solid #c2c2c4;
  border-left: thin solid #c2c2c4
}

.ourPeoplePage .statContainer .statItems .statItem .statItemInnerBorderL {
  height: 100%
}

.ourPeoplePage .statContainer .statItems .statItem .statItemInnerBorderR {
  height: 100%
}

.ourPeoplePage .statContainer .statItems .statItem .statNumber {
  color: #a3cf5d;
  font-weight: 700
}
.ourPeoplePage .statContainer .statItems .statItem .statDescription {
  padding: 0 60px;
  font-size: calc(20px + .2vw);
  line-height: 1.3
}

.ourPeoplePage .statContainer .statItems .statItem hr {
  display: none;
  width: 200px;
  border: 1px solid #979797;
  opacity: .5;
  margin: 2.5rem auto 1rem
}

.ourPeoplePage .statContainer .viewCertifications {
  color: #e32726;
  font-size: 18px;
  font-weight: 700;
  padding-left: 67%;
  margin-top: 2rem;
  display: inline-block
}


.ourPeoplePage .statContainer .viewCertifications span:first-child {
  display: inline-block;
  position: relative;
  padding-bottom: 5px
}

.ourPeoplePage .statContainer .viewCertifications span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0s ease,background .5s ease;
  transition: width 0s ease,background .5s ease
}

.ourPeoplePage .statContainer .viewCertifications span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: red;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.ourPeoplePage .statContainer .viewCertifications:hover span:before {
  width: 100%;
  background: red;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.ourPeoplePage .statContainer .viewCertifications:hover span:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease
}

.ourPeoplePage .statContainer .viewCertifications svg {
  margin-left: 10px
}
.ourPeoplePage .leaderContainer {
  background-color: #f4f4f4
}

.ourPeoplePage .leaderContainer>div {
  padding-bottom: 6rem
}

.ourPeoplePage .leaderContainer h3 {
  font-weight: 700;
  line-height: 1.2;
  color: #09829a;
  padding-top: 6rem;
  margin: 0 auto
}
.ourPeoplePage .leaderContainer .leadersSubheader {
  line-height: 1.58;
  margin: 2rem auto 6rem;
  max-width: 84%
}

.ourPeoplePage .leaderList {
  padding: 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ourPeoplePage .leaderList .leader {
  width: 30%
}

.ourPeoplePage .leaderList .leader h2,.ourPeoplePage .leaderList .leader p {
  text-align: left
}

.ourPeoplePage .leaderList .leader .leaderBox {
  max-width: 270px;
  margin: auto;
  margin-bottom: 2em;
  position: relative;
  padding-left: 15px
}

.ourPeoplePage .leaderList .leader .leaderBox a {
  text-decoration: none;
  color: #262626
}

.ourPeoplePage .leaderList .leader .leaderBox a .leaderImg {
  overflow: hidden;
  position: relative
}

.ourPeoplePage .leaderList .leader .leaderBox a .leaderImg img {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0
}

.ourPeoplePage .leaderList .leader .leaderBox a .leaderImg>div:nth-child(2) {
  width: 100%;
  height: 100%;
  padding: 0;
  clear: none;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10
}

.ourPeoplePage .leaderList .leader .leaderBox a .leaderImg canvas {
  opacity: 0
}
.ourPeoplePage .leaderList .leader .leaderBox a .leaderImg:hover canvas {
  opacity: 1;
  background: rgba(0,0,128,.1)
}

.ourPeoplePage .leaderList .leader .leaderBox div {
  text-align: left
}

.ourPeoplePage .leaderList .leader .leaderBox .leaderName {
  font-weight: 700;
  margin: 19px 0 6px
}
.ourPeoplePage .leaderList .leaderList2 {
  width: 66.66666%;
  display: inline-block
}

.ourPeoplePage .leaderList .leaderList2 .leader {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  width: calc(50% - 8.5px)
}

.ourPeoplePage .leaderList .leaderList2 .leader:nth-child(2) {
  float: right;
  margin-right: 0
}
.ourPeoplePage .cultureContainer {
  padding: 4rem 0 10rem
}

.ourPeoplePage .cultureContainer h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #09829a
}

.ourPeoplePage .cultureContainer .cultureSubtitle {
  display: inline-block;
  max-width: 80%;
  line-height: 1.58
}

.ourPeoplePage .cultureContainer button {
  display: none
}

.ourPeoplePage .contactContainer {
  color: #fff;
  background-color: #09829a;
  padding: 9rem 0;
  margin-bottom: 0
}

.ourPeoplePage .contactContainer>div {
  max-width: 90%;
  margin: 0 auto
}

.ourPeoplePage .contactContainer .contactHeader {
  font-weight: 700;
  margin-bottom: 1rem
}

.ourPeoplePage .contactContainer .contactSubheader a {
  text-decoration: none;
  color: #fff;
  font-weight: 700
}

.ourPeoplePage .contactContainer .contactSubheader a:hover {
  border-bottom: 2px solid #fff;
  padding-top: 3px
}
.ourPeoplePage .contactContainer .jobBox {
  font-family: interface,sans-serif;
  color: #fff
}

.ourPeoplePage .contactContainer .jobBox a {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent
}

.ourPeoplePage .contactContainer .jobBox a:hover {
  border-bottom-color: #fff
}

.ourPeoplePage .contactContainer .jobListingText {
  margin-top: 3rem
}

.ourPeoplePage .contactContainer .jobListingText .jobList {
  font-family: interface,sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 23px
}

.ourPeoplePage .contactContainer .jobListingHeader {
  margin-bottom: 1rem
}

.ourPeoplePage .contactContainer .jobListingHeader div {
  font-family: interface,sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ddd
}

.text-center {
  text-align: center;
}
.table {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.homepage .midsection .outerContainer .container .left-side h3 {
  color: inherit;
}
.homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
  margin-bottom: 3rem;
  color: #262626;
  display: inline-block;
  width: 25%;
  padding: 2.5%;
  vertical-align: top;
  margin: 0px 0px 0px !important;
}

.home-row1 h4 {
  font-size: inherit;
}
.heading-normal h3,
.heading-normal h4 {
  color:inherit;
}

.IISButton {
  color: rgba(0, 0, 0, 0.87);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  height: 60px;
  min-width: 180px;
  border: 3px solid rgb(37, 96, 146);
  position: relative;
  color: rgb(37, 96, 146);
}

.IISButton>.IISButtonCircle {
  position: absolute;
  left: calc(0% - 9px);
  top: 20px;
}

.IISButton button {
  border: 10px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  padding: 0px 20px;
  outline: none;
  position: relative;
  z-index: 1;
  line-height: 36px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  background-color: transparent;
  font-family: interface, sans-serif;
  font-size: 18px;
  display: block;
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
  color: inherit;
}

.IISButton:hover {
  background-color: rgb(37, 96, 146);
  color: #fff;
}

.practice-area>.image-holder {
  padding-bottom: 3px;
}
.inlineBlock {
  display: inline-block!important;
}

.homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
  margin: 0;
}

.heading-normal h2 {
  line-height: 1;
}

.svgArrow {
  position: relative;
  top: 2px;
}
.IISButton.dark {
  background-color: rgb(37, 96, 146);
  background: inherit;
  border: 3px solid white;
  color: #fff;
}

.IISButton.dark:hover {
  color: rgb(37, 96, 146);
  background: #fff;
}
.homepage .midsection .outerContainer .container .right-side .big-circle .partners-list {
  font-size: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr.award {
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

table.awardsTable>tbody:not(:first-child) {
  border-top: 1px solid transparent;
}
.companyPage .featured-insights h2 {
  text-align: center;
}
.image-gallery-title h1 {
  font-weight: 700;
  line-height: 1.2;
  color: #44b8c1;
  max-width: 90%;
  display: inline-block;
  margin: 0;
}
.image-gallery-title {
  text-align: center;
}

.image-gallery-title p {
  line-height: 1.58;
  margin: 2rem auto;
  max-width: 730px;
}
.image-gallery .hs_cos_gallery_main {
  padding: 4rem 4rem 1rem;
  position: relative;
  margin: 0;
  font-size: 0;
}

.image-gallery .hs_cos_gallery_thumbnails {
  position: relative;
  margin: 0;
  padding: 0 4rem;
}

.image-gallery .hs_cos_gallery_thumbnails>.slick-list {
  overflow: hidden;
  padding: 5px 0;
  width: auto;
  font-size: 0;
  margin: 0 -5.5px;
}

.image-gallery .hs_cos_gallery_thumbnails>.slick-list .slick-slide {
  display: inline-block;
  border: 4px solid transparent;
  -webkit-transition: border .3s ease-out;
  transition: border .3s ease-out;
  padding: 0;
  cursor: pointer;
  margin: 0 5.5px;
}

.image-gallery .hs_cos_gallery_thumbnails>.slick-list .slick-slide.slick-current {
  border: 4px solid #337ab7;
}
.hs-contact-banner {
  text-align: center;
}

.hs-contact-banner .hs-form-field > label {
  display: none;
}

.hs-contact-banner h3 {
  color: #ffff;
}

.hs-contact-banner h3:empty {
  display: none;
}

.hs-contact-banner form>* {
  max-width: 366px;
  margin-left: auto;
  margin-right: auto;
}
.hs-contact-banner .hs-form-field {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.hs-contact-banner textarea {
  height: 168px;
}

.hs-contact-banner .hs-button {
  padding: 18px 20px;
  margin-bottom: 16px;
}

.contactPage .officesSection img {
  margin-bottom: 4px;
}

.industryGroup p {
  margin: 0;
}

.industries:after {
  content: '';
  display: block;
  clear: both;
}

.whatWeDoPage .industriesContainer .industries .industryGroup:last-child {
  float: right;
  margin-right: 0;
}

.industryGroup:not(:first-child)>p {
  border-left: thin solid rgb(194, 194, 196);
}

.hs-industriesContainer .IISButton {
  border: 3px solid rgb(91, 43, 130);
  background: transparent;
  color: rgb(91, 43, 130);
}

.hs-industriesContainer .IISButton:hover {
  background-color: rgb(91, 43, 130);
  color: #fff;
}

.hs-practiceAreaBlock .imageHolder {
  padding: 0 0 3px;
}
.videos.hs-videos {
  overflow: hidden;
}

.videos:hover .left-arrow.slick-disabled {
  left: -100px
}
.videos:hover .right-arrow.slick-disabled {
  right: -100px
}
.videos .video-container {
  max-width: 100%;
}
svg#play-button-ie {
  display: none;
}

.videos .video-container .outer .video-holder .top-container .play-holder svg {
  max-width: 150px;
  max-height: 150px;
  cursor: pointer;
  -webkit-transform: rotate(74deg);
  transform: rotate(74deg);
  visibility: inherit;
  opacity: 1;
}
.infrastructure-row1 h3,
.hybrid-cloud-row1 h3{
  font-size: 1.5em;
  margin: 1em 0;
}

.partner .outerContainer .logos img {
  vertical-align: baseline;
  margin: 0 -3px 0 0;
}

.partner .videoTeaser {
  text-align: center;
}

.partner .videoTeaser svg#play-button {
  -webkit-transform: rotate(74deg);
  transform: rotate(74deg);
}

.page-infrastructure .hero .container h1 {
  margin: 0.83em 0;
}

.page-infrastructure .hero .container p {
  margin: 1em 0;
}

.infrastructure-row1 .hs_tech_solutions_grp h2,
.hybrid-cloud-row1 .hs_tech_solutions_grp h2{
  line-height: 1.3;
  max-width: 50rem;
  margin: auto;
}

.videos .video-frame {
  margin-right: 45px;
}


.practiceAreaPage .infrastructure-row1  .partnersSection .partners img {
  padding: 0 3% !important;
}

.image-gallery .hs_cos_gallery_main img {
  width: 100%;
}

.image-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  width: 100%;
  display: block !important;
}
.videos .video-container .outer .video-holder .top-container img {
  max-height: 360px;
}
.hs-timeline-group h2.title {
  color: #fff;
}

.hs-timeline-group  p {
  margin: 1em 0 !important;
  max-width: 100% !important;
}

.ourApproach .hero .chapter ul h3 {
  line-height: 1.35;
}
.ourApproach .hero .chapter .bubble .holder p {
  margin-top: 10px !important;
}

.animated-circle {
  display:none;
}

.chapter:last-child .bullet-dot {
  display: none;
}
.hs-videos .modal-video-close-btn:after,.hs-videos  .modal-video-close-btn:before {
  margin-top: -2px;
}
@media (min-width: 1068px) {
  .homepage .featured-insights .featured-insights-container .insight-box.featured-2 a .relative.image-1,
  .companyPage .featured-insights .featured-insights-container .insight-box.featured-2 a .relative.image-1{
    display: none;
  }

  .homepage .featured-insights.three-column .featured-insights-container .insight-box.featured-2 a .relative.image-1,
  .companyPage .featured-insights.three-column .featured-insights-container .insight-box.featured-2 a .relative.image-1{
    display:inherit;
  }

}
.iisButtonContainer {
  text-align: center!important;
}
.companyPage .recent-posts-wrapper,
.whatWeDoPage .recent-posts-wrapper,
.homepage .recent-posts-wrapper,
.ourApproach .recent-posts-wrapper {
  display: block;
}

.featured-insights .featured-insights-container .insight-box a.no-image .post-type,
.featured-insights .featured-insights-container .insight-box a.no-image h3,
.featured-insights .featured-insights-container .insight-box a.no-image p {
  width:auto !important;
}
button.modal-video-close-btn {
  box-sizing: border-box;
}

.companyPage .featured-insights .featured-insights-container .insight-box a.no-image,
.homepage .featured-insights .featured-insights-container .insight-box a.no-image {
  padding-bottom: 47px !important;
}
.companyPage .recent-posts-wrapper {
  background-color: #fff;
}
.chapter.c1 .animated-circle {
  display: block;
}
.hs-solutions--service {
  overflow: hidden;
}
.partner .outerContainer .videoPlay > div {
  cursor: pointer;
}
.page-infrastructure .image-gallery-title h1 {
  color: #09829a;
}
.IISButton.green {
  color: rgb(163, 207, 93);
  border-color: rgb(163, 207, 93);
}

.IISButton.green:hover {
  background: rgb(163, 207, 93);
  color: #fff;
}

a.ctm-watch-btn.IISButton.green button {
  padding: 0;
}
a.ctm-watch-btn2.IISButton.green button {
  padding: 9px 20px;
}
.formFields ul ul li.active>a {
  color: rgb(37, 96, 146);
}
.origArticle {
  margin-top: 43px;
  display: inline-block;
  text-decoration: none !important;
  font-size: 18px;
  color: #e32726;
  font-weight: 700;
}

.origArticle span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  color: #e32726;
}

.origArticle svg {
  margin-left: 10px;
}

.origArticle span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: width 0s ease,background .5s ease;
}

.origArticle span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e32726;
  transition: width .5s ease;
}

.origArticle span:hover:before {
  width: 100%;
  background: #e32726;
  transition: width .5s ease;
}

.origArticle span:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>.hs-item-has-children>ul>li:nth-child(2)>ul>li>ul>li>.imageHolder {
  cursor: pointer;
}
.featured-insights .insight-format.datacenter {
  background-color: #a3cf5d;
}
.ourApproach .recent-posts-wrapper {
  background: #fff;
}
.award{
  background-color: #a3cf5d !important;
}

.pressrelease {
  background-color: #256092 !important;
}
#contactForm form.hs-form ul.no-list.hs-error-msgs.inputs-list {
  text-align: left;
}
.page-infrastructure .image-gallery-title p {
  margin-top: 3rem;
  margin-bottom: 0;
  max-width: 900px;
}
.partner .outerContainer .left h3 {
  line-height: 1;
}
/* .recent-posts-wrapper .insight-box img {
  margin-bottom: 3px;
} */

.featured-insights.recent-posts-wrapper  .featured-insights-container .insight-box a .read-more svg {
  margin-left: 2px;
}
tr.award {
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  background-color: transparent !important;
}
.blog.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
  border-bottom: 5px solid #a3cf5d!important;
}

.featured-insights .insight-format.disasterrecovery,
.featured-insights .insight-format.managedservices {
  background-color: #4cc1e0;
}
.solutionPage .pdfs.hs_download_grp h3 {
  margin: 1em 0;
  font-size: 1.2rem;
}
.datastorage {
  background-color: #256092 !important;
}

.news-article .articleBody a.read-more {
  text-decoration: none;
  font-size: 18px;
  color: #e32726;
  font-weight: 700;
}
.news-article .articleBody a.read-more span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
.news-article .articleBody a.read-more span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: width 0s ease, background .5s ease;
}
.news-article .articleBody a.read-more span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #e32726;
  transition: width .5s ease;
}
.news-article .articleBody a.read-more span:hover:before {
  width: 100%;
  background: #e32726;
  transition: width .5s ease;
}
.news-article .articleBody a.read-more span:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.news-article .articleBody a.read-more svg.svgArrow {
  margin-left: 10px;
}
.news-article .articleBody .content h3 {
  margin-top: 21px;
  line-height: 1.6;
}
.case-study .articleBody.abstract-hidden .abstract {
  margin: 0;
  padding: 0;
  border: 0;
}

.case-study .articleBody.abstract-hidden {
  padding-top: 19px;
}
.news-article .articleBody .content h3 {
  margin-top: 21px;
  line-height: 1.6;
}
.case-study.article-blog .content h3 {
  font-family: interface !important;
  line-height: 1.6;
  margin-top: 21px;
}
.hs_f_width_bpane_r2 .hs_cos_gallery_main button.slick-disabled.slick-arrow {
  display: none !important;
}
.custom-header .searchPortal form {
  position: relative;
  width: 100%;
  max-width: 735px;
  margin: 0 auto;
}
.custom-header .searchPortal .x {
  top: 20px;
  right: 0;
  visibility: hidden;
}

.custom-header .searchPortal .x.show {
  visibility: visible;
}


.hs-content-id-10842964475 .partnersSection .manyPartnersBox .partners img {
  padding: 0 2.15rem !important;
}
.search-page-input .searchPortal .searchField {
  position: relative;
}

.search-page-input .searchPortal .x {
  position: absolute;
  right: 0;
  top: 20px;
}

.search-page-input .searchPortal .x>svg {
  width: 18px;
}
.subscribe ::-webkit-input-placeholder {
  color: #757575;
}
.subscribe :-moz-placeholder {
  color: #757575;
}
.subscribe ::-moz-placeholder {
  color: #757575;
}
.subscribe :-ms-input-placeholder {
  color: #757575;
}
.visibleInsights input.cm-load {
  border: 2px solid #cac8c8;
  background-color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  color: #99999a;
  padding: 12px 61px;
  margin: -20px 0 0;
  outline:none;
}

.visibleInsights input.cm-load:hover {
  box-shadow: 0 1px 6px rgba(0,0,0,.117647),0 1px 4px rgba(0,0,0,.117647)!important;
}

/* Styles that do not fit into any of the available sections above can go here. */
/* VKN */



@-moz-document url-prefix() { 
  .subscribe input[type="email"] {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .subscribe input[type="email"]::-webkit-input-placeholder {
    color: rgba(0,0,0,.87);
  }
  .subscribe input[type="email"]:-moz-placeholder {
    color: rgba(0,0,0,.87);
  }
  .subscribe input[type="email"]::-moz-placeholder {
    color: rgba(0,0,0,.87);
  }
  .subscribe input[type="email"]:-ms-input-placeholder {
    color: rgba(0,0,0,.87);
  }
}

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

@media (min-width: 768px) {
  .widget-span.width-auto,.width-auto {
    width: auto;
    margin-left: 0;
  }

  .widget-span.hs-left, .hs-left {
    float: left;
  }

  .widget-span.hs-right, .hs-right {
    float: right;
  }
}

@media (min-width: 1200px){
  .image-gallery-title p {
    font-size: 20px;
  }
  .image-gallery-title h1 {
    font-size: 40px;
  }
  .homepage .practice-areas .outerContainer .container .right-side .area-holder .practice-area {
    font-size: 18px;
  }
  .ourPeoplePage .contactContainer .contactSubheader {
    font-size:23px
  }
  .ourPeoplePage .contactContainer .contactHeader {
    font-size:28px
  }
  .ourPeoplePage .cultureContainer .cultureSubtitle {
    font-size:20px
  }
  .ourPeoplePage .cultureContainer h2 {
    font-size:40px
  }
  .ourPeoplePage .leaderList .leader .leaderBox .leaderPosition {
    font-size:18px
  }
  .ourPeoplePage .leaderList .leader .leaderBox .leaderName {
    font-size:23px
  }
  .ourPeoplePage .leaderContainer .leadersSubheader {
    font-size:20px
  }
  .ourPeoplePage .leaderContainer h3 {
    font-size:40px
  }
  .ourPeoplePage .statContainer .viewCertifications {
    font-size:18px
  }
  .ourPeoplePage .statContainer .statItems .statItem .statNumber {
    font-size:97px
  }
  h2, .h2 {
    font-size:40px
  }
  h3, .h3 {
    font-size:40px
  }
  h4, .h4 {
    font-size:23px
  }
  h3.form-title {
    font-size: 46px;
  }
  .image-and-link>ul>li>a {
    font-size: 15px;
  }
  .ourPeoplePage .statContainer h2 {
    font-size:40px
  }
}

@media (min-width: 799px) and (max-width:1200px) {
  .ourPeoplePage .statContainer .viewCertifications {
    font-size:calc(16px + (100vw - 799px)/200.5)
  }
}
@media (min-width: 600px) and (max-width:750px) {
  .contactPage .contactArea .salesBox {
    box-sizing: border-box;
    width: 100%;
    max-width: 364px;
  }

  .contactPage .officesSection .offices .officesLeft .headquartersCircle {
    left: auto;
    right: 0;
    margin-right: -30px;
  }
}
@media (min-width: 480px) and (max-width:1200px) {
  .hs_solution_inner_r1 .featured-content .container p {
    font-size: calc(16px + (100vw - 480px)/180);
  }

  .image-gallery-title p {
    font-size:calc(16px + (100vw - 480px)/180);
  }
  .image-gallery-title h1 {
    font-size:calc(24px + (100vw - 480px)/45);
  }
  .ourPeoplePage .contactContainer .contactSubheader {
    font-size:calc(18px + (100vw - 480px)/144)
  }
  .ourPeoplePage .contactContainer .contactHeader {
    font-size:calc(24px + (100vw - 480px)/180)
  }
  .ourPeoplePage .cultureContainer .cultureSubtitle {
    font-size:calc(16px + (100vw - 480px)/180)
  }
  .ourPeoplePage .cultureContainer h2 {
    font-size:calc(24px + (100vw - 480px)/45)
  }
  .ourPeoplePage .leaderList .leader .leaderBox .leaderPosition {
    font-size:calc(14px + (100vw - 480px)/180)
  }
  .ourPeoplePage .leaderList .leader .leaderBox .leaderName {
    font-size:calc(18px + (100vw - 480px)/144)
  }
  .ourPeoplePage .leaderContainer .leadersSubheader {
    font-size:calc(16px + (100vw - 480px)/180)
  }
  .ourPeoplePage .leaderContainer h3 {
    font-size:calc(24px + (100vw - 480px)/45)
  }
  .ourPeoplePage .statContainer .statItems .statItem .statNumber {
    font-size:calc(50px + (100vw - 799px)/8.53191)
  }
  h2, .h2 {
    font-size:calc(24px + (100vw - 480px)/45)
  }
  h3, .h3 {
    font-size:calc(24px + (100vw - 480px)/45)
  }
  h4, .h4 {
    font-size:calc(18px + (100vw - 480px)/144)
  }
  h3.form-title {
    font-size: calc(42px + (100vw - 480px)/180);
  }
  .image-and-link>ul>li>a {
    font-size:calc(13px + (100vw - 800px)/200);
  }
  .ourPeoplePage .statContainer h2 {
    font-size:calc(24px + (100vw - 480px)/45)
  }
}

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

@media (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper {
    left: 0;
  }
}

@media (max-width: 991px) {
  .hs-content-id-10842964475 .partnersSection .manyPartnersBox .partners img {
    padding: 0 1.5rem !important;
  }
}

@media (max-width: 940px) {
  .tos.hs_full_width_page .outerContainer {
    padding: 0 25px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 840px) {
  .custom-header .searchPortal .x {
    right: 10px;
  }
  .contactContainer .container .contactLeft .contactLeftInner .contactHeader {
    text-align: center;
  }
  .practiceAreaPage  .infrastructure-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .companyPage .companyBottom .outerContainer .container > div > div .bottomHeader > div br {
    display: none;
  }
  .image-gallery .hs_cos_gallery_thumbnails>.slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .image-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
    display: block !important;
  }

  .image-gallery .hs_cos_gallery_thumbnails>.slick-list .slick-slide {
    margin: 0;
  }

  .image-gallery .hs_cos_gallery_thumbnails>.slick-list {
    margin: 0;
    width: 100%;
  }
  .image-gallery .hs_cos_gallery_main {
    padding: 4rem 0 1rem;
  }

  .image-gallery .hs_cos_gallery_thumbnails {
    padding: 0;
  }
}

@media (max-width: 800px) {
  .image-and-link>ul>li>a {
    font-size:13px;
  }
  .homepage .midsection .IISButton button {
    line-height: 1.2;
  }
}

@media (max-width: 799px) {
  div#chapter-container-1 {
    border-color: #4badea;
  }
  div#chapter-container-2 {
    border-color: #774be2;
  }
  div#chapter-container-3 {
    border-color: #44b8c1;
  }
  div#chapter-container-4 {
    border-color: #a3cf5d;
  }
  div#chapter-container-5 {
    border-color: #4cc1e0;
  }
  .ourPeoplePage .statContainer {
    padding:5rem 0
  }
  .ourPeoplePage .statContainer .viewCertifications {
    display:none
  }
  .ourPeoplePage .statContainer .viewCertifications {
    font-size:16px
  }
  .ourPeoplePage .statContainer .statItems {
    height:auto
  }
  .ourPeoplePage .statContainer .statItems .statItem {
    width:100%;
    margin-right: 0
  } 
  .ourPeoplePage .statContainer .statItems .statItem hr {
    display:inline-block
  }
  .ourPeoplePage .statContainer .statItems .statItem .statDescription {
    font-size:18px;
    line-height: 1.33
  }
  .ourPeoplePage .statContainer .statItems .statItem .statNumber {
    font-size:50px
  }
  .ourPeoplePage .statContainer .statItems .statItem .statItemInnerBorderR {
    border-left:none
  }
  .ourPeoplePage .statContainer .statItems .statItem svg {
    width:80px;
    margin: 0 auto
  }
  .ourPeoplePage .statContainer .statItems .statItem .statItemInnerBorderL {
    border-right:none
  }
}

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

@media (max-width: 767px) {
  .image-gallery .hs_cos_gallery_thumbnails>.slick-list .slick-slide.slick-current {
    border: 3px solid #337ab7;
  }
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select,
  .max-500{
    max-width: 100% ;
  }

  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px;  
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    max-height: none;
    margin: 20px 0;
  }
  .blog .blog-sidebar {
    padding: 50px 0 0;
  }
  .section.post-body img {
    float: none !important;
    display: block;
  }
}  

@media (max-width: 700px) {
  .ourPeoplePage .leaderList {
    padding:0
  }
  .ourPeoplePage .leaderList .leaderList2,.ourPeoplePage .leaderList .leaderList2 .leader {
    width:100%
  }
  .ourPeoplePage .leaderList .leader {
    width:100%
  }
  .ourPeoplePage .leaderList .leader .leaderBox a .leaderImg canvas {
    display:none
  }
}

@media (max-width: 650px) {

  .custom-mobile-menu li>a {
    display: inline-block !important;
  }
  .custom-mobile-menu li.active-branch>a {
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 9px;
  }
  .scrolled .custom-mobile-menu li.active-branch>a {
    border-color: #262626;
  }
}

@media (max-width: 699px) {
  .whatWeDoPage .industriesContainer .industries .industryGroup:last-child {
    float: none;
  }

  .industryGroup:not(:first-child)>p {
    border: 0;
  }
}

@media (max-width: 597px) {
  .companyPage .featured-insights .featured-insights-container .insight-box.featured-1 a img {
    margin: 0 0 3px;
  }
  .solutionPage .recent-posts-wrapper,
  .practiceAreaPage .recent-posts-wrapper,
  .practiceAreaPage .recent-posts-wrapper {
    display: block;
  }
}

@media (max-width: 480px) {
  .image-gallery-title p {
    font-size:16px;
  }
  .image-gallery-title h1 {
    font-size: 24px;
  }
  .ourPeoplePage .contactContainer .contactSubheader {
    line-height:1.33;
    max-width: 80%;
    display: inline-block
  }
  .ourPeoplePage .contactContainer .contactSubheader {
    font-size:18px
  }
  .ourPeoplePage .contactContainer .contactHeader {
    font-size:24px
  }
  .ourPeoplePage .cultureContainer .cultureSubtitle {
    font-size:16px
  }
  .ourPeoplePage .cultureContainer h2 {
    font-size:24px
  }
  .ourPeoplePage .leaderList .leader .leaderBox .leaderPosition {
    font-size:14px
  }
  .ourPeoplePage .leaderList .leader .leaderBox .leaderName {
    font-size:18px
  }
  .ourPeoplePage .leaderContainer .leadersSubheader {
    font-size:16px
  }
  .ourPeoplePage .leaderContainer h3 {
    font-size:24px
  }
  .ourPeoplePage .statContainer h2 {
    font-size:24px
  }
  h2, .h2 {
    font-size:24px
  }
  h3, .h3 {
    font-size:24px
  }
  h4, .h4 {
    font-size:18px
  }
  h3.form-title {
    font-size: 42px;
  }
}

@media (max-width: 479px) {
  .article-blog .hero h1 {
    margin-bottom: 50px!important;
  }
  .videos.hs-videos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hs_solution_inner_r1 .featured-content .container p {
    font-size: 16px;
  }
  .leaderPage .outerContainer h3 {
    font-size: 18px;
    margin-top: 4rem;
  }
  .leaderPage .outerContainer p {
    font-size: 18px;
    line-height: 1.33;
  }

  .hs_f_width_bpane_r2_title h1 {
    font-size: 24px;
  }

  .leaderPage .mobileLeaderTitle {
    display: block !important;
    text-align: center;
  }
  .modal-video-body {
    padding: 0 20px;
  }

  .modal-video-close-btn {
    right: 0;
  }
  .jobPage .outerContainer h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .jobPage .outerContainer h3:first-child {
    margin: 1em 0 0;
  }

  .jobPage .outerContainer p {
    margin-bottom: .8em;
  }
  .jobPage .outerContainer ul {
    line-height: 1.33;
    font-size: 16px;
  }
  .jobPage .outerContainer ul li p {
    font-size: 16px;
    line-height: 1.33;
  }
  .companyPage .companyBottom .outerContainer .container > div > div .bottomHeader > div {
    text-align: center;
  }
  .videos .left-arrow,
  .videos .right-arrow{
    display: none !important;
  }
  .video-frame.slick-slide.slick-current.slick-active {
    padding: 0 !important;
    margin-right: 20px;
  }
  .contactPage .officesSection .offices .officesRight .nyOffice+.nyOffice {
    padding: 0;
    border: 0;
  }
  .ourPeoplePage .contactContainer {
    padding:6rem 0
  }
  .ourPeoplePage .cultureContainer .cultureSubtitle {
    max-width:80%;
    display: inline-block
  }
  h3.form-title {
    line-height: 1.22;
  }
  .footer-menu ul {
    padding: 3rem 0 0;
  }

  .subscribe h3 {
    max-width: 90%;
  }

  .subscribe-wrapper .widget-span.subscribe #hs_form_target_module_1561539311386463 form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
  }

  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100% !important;
  }
  .subscribe-wrapper .hs-button {
    position: static !important;
    width: 100% !IMPORTANT;
    margin: 0 !important;
  }

  .subscribe-wrapper .widget-span.subscribe #hs_form_target_module_1561539311386463 form {
    padding: 0;
  }

  .subscribe-wrapper .widget-span.subscribe {
    padding: 78px 0;
  }
  .subscribe-wrapper .widget-span.subscribe #hs_form_target_module_1561539311386463 form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    padding: 0;
  }

  .subscribe .hs_submit.hs-submit {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }

  .subscribe-wrapper .widget-span.subscribe {
    padding: 78px 0;
  }

  .subscribe input[type="email"] {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .hs_2col_w_img_inner h3 {
    font-size: 24px;
  }
  .hs_2col_w_img_inner p {
    font-size: 16px;
  }

}

@media (max-width: 400px) {
  .contactPage .contactArea .salesBox {
    box-sizing: border-box;
    width: 100%;
  }
  .copyright p {
    max-width: 60%;
    display: inline-block;
  }
  .subscribe-wrapper .widget-span.subscribe {
    padding: 58px 0 27px;
  }
  .copyright {
    display: inline-block !important;
    max-width:100% !important;
  }
}
/* ==========================================================================
BRAINSTORM                                             
========================================================================== */

.hero .hero-container.fullcntbelow{padding: 130px 0 0px;}
.hero .content-fullwidth h2{color:#FFF;margin: 0px 0px 15px;font-size: 28px;line-height: 36px;}
.hero .content-fullwidth.abovecnt{padding: 40px 0px 50px;}


.hero .content-fullwidth p{max-width: none;margin: 0px 0px 15px;}

.hero .content-fullwidth h3{color:#FFF;margin: 0px 0px 15px;font-size: 26px;line-height: 30px;}

.hero .content-fullwidth ul li{font-size: 23px;line-height: 34px;padding: 0px 0px 6px; list-style:none;position:relative;}
.hero .content-fullwidth ul li:before{ background-image:url('https://www.iistech.com/hubfs/check-1.png');background-repeat: no-repeat;background-size: 100%;height: 27px;width: 27px;content:"";position: absolute;left: -38px;top: 5px;}

.hero.heroSolutions .container{z-index:55;}
.hero.heroSolutions .container .hero-container .heroRight .vidbox {position: relative; padding-bottom: 56.25%;}

.hero.heroSolutions .container .hero-container .heroRight .vidbox iframe {position: absolute;top: 0; left: 0; width: 100%; height: 100%;}

.hero .herolnk{color:#FFF;}


.main-content .mwrap{max-width:1120px; margin:0px auto; padding:60px 20px;}
.main-content .mwrap .topheader-text{text-align:center;padding:0px 0px 50px;}
.main-content .mwrap .topheader-text h2{margin:0px; color:#000000;font-size: 24px;line-height:36px;}
.main-content .mwrap .topheader-text p{font-size: 22px;line-height: 30px;margin: 0px 0px 16px;}
.main-content .mwrap .topheader-text:after{width: 110px;display: block;content: '';height: 4px;margin: -2px auto 0px;background-color:#256092;}

/* .main-content .mwrap .wrap-two{display:flex} */
.main-content .mwrap .wrap-two .left, .main-content .mwrap .wrap-two .right{display:inline-block; vertical-align:top;}
.main-content .mwrap .wrap-two .left{width:55%; padding:0px 7% 0px 0px;}
.main-content .mwrap .wrap-two .right{padding:40px 44px 80px;background:#FFF;width:29%; -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.40);-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.40);box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.40);}
.main-content .mwrap .wrap-two .right h3{font-size:20px;line-height:26px; color:#000;margin:0px 0px 15px;}
.main-content .mwrap .wrap-two .right ul{margin: 0px;padding: 0px 0px 0px 25px;}
.main-content .mwrap .wrap-two .right ul li{font-size: 18px;line-height: 28px;list-style:none;}
.main-content .mwrap .wrap-two .right ul li:before{color:#256092;content:'\2022';display: block;position: relative;max-width: 0px;max-height: 0px;left: -20px;top: 2px;font-size: 21px;}


.main-content .mwrap .wrap-two p{font-size: 20px;line-height: 32px;margin: 0px 0px 16px;}






.bannerlnk .mwrap{padding:110px 20px; text-align:center;}
.bannerlnk .mwrap a{color:#FFF;font-size:38px;line-height:38px;}

/* TOP CONTENT WITH REPEATER */
.top-with-repeater .wrap{max-width:1200px; margin:0px auto; padding:60px 20px;}
.top-with-repeater .wrap .top-content .topheader h2{margin:0px 0px 5px; padding:0px; font-size:36px; line-height:40px;}
.top-with-repeater .wrap .top-content .topheader h3{margin:0px; padding:0px;font-size: 26px;line-height: 34px;}
.top-with-repeater .wrap .top-content .topcontent{margin:20px auto 0px;max-width:1000px;}
  .top-with-repeater .wrap .top-content .topcontent p{margin:0px 0px 15px;font-size: 18px;line-height: 26px;}

.top-with-repeater .wrap .twocol{padding:40px 0px 40px;}
  .top-with-repeater .wrap .twocol .colwrap{display:flex; flex-direction:wrap;padding: 0px 0px 35px; border-bottom: 2px dotted #999; margin: 0px 0px 45px;}
  .top-with-repeater .wrap .twocol .cnt.imag{width:10%; padding:0px 2% 0px 0px;text-align: left;}
    .top-with-repeater .wrap .twocol .cnt.imag img{max-width: 100px!important;width: 100%;}
  .top-with-repeater .wrap .twocol .cnt.cont{width:90%;text-align:left;}
  .top-with-repeater .wrap .twocol .cnt.cont h3{text-align:left;margin:0px 0px 10px;font-size: 25px;line-height: 30px;}
  .top-with-repeater .wrap .twocol .cnt.cont p{font-size: 18px;line-height: 26px; margin:0px 0px 15px;}
  .top-with-repeater .wrap .twocol .cnt.cont p a.light{font-weight:bold;text-transform:uppercase;}

/* MOBILE */
@media (max-width:1020px) {
  .main-content .mwrap .wrap-two .right{width: 26%;}
}
@media (max-width:930px) {
  .main-content .mwrap .wrap-two .right{padding:26px 30px 46px;}
  .main-content .mwrap .wrap-two .right h3{font-size: 18px;line-height: 24px;}
  .main-content .mwrap .wrap-two .right ul li{font-size: 14px;line-height: 24px;}
  .main-content .mwrap .wrap-two p{font-size: 18px;line-height: 26px;}
}
@media (max-width:900px) {
  .hero.heroSolutions .container .hero-container.vidsection{flex-direction:column;}
  .hero.heroSolutions .container .hero-container.vidsection .heroRight{display: block;width: 100%; max-width: none;margin:20px 0px 0px;}
  
  
.top-with-repeater .wrap .top-content .topheader h2{font-size:32px; line-height:34px;}
.top-with-repeater .wrap .top-content .topheader h3{font-size: 22px;line-height: 26px;}
  .top-with-repeater .wrap .top-content .topcontent p{font-size: 16px;line-height: 24px;}
  .top-with-repeater .wrap .twocol .cnt.imag{width:10%; padding:0px 2% 0px 0px;text-align: left;}
    .top-with-repeater .wrap .twocol .cnt.imag img{max-width: 100px!important;width: 100%;}
  .top-with-repeater .wrap .twocol .cnt.cont h3{font-size: 22px;line-height: 26px;}
  .top-with-repeater .wrap .twocol .cnt.cont p{font-size: 16px;line-height: 24px;}
  
}

@media (max-width:780px) {
  .main-content .mwrap .wrap-two .right{display:block; width:100%;box-shadow:none;padding:0px;}
  .main-content .mwrap .wrap-two .right h3{font-size: 18px;line-height: 24px;}
  .main-content .mwrap .wrap-two .right ul li{font-size: 16px;line-height: 26px;}
  .main-content .mwrap .wrap-two p{font-size: 18px;line-height: 26px;}
}
@media (max-width:650px) {
  .main-content .mwrap .wrap-two .right h3{font-size: 18px;line-height: 24px;}
  .main-content .mwrap .wrap-two .right ul li{font-size: 16px;line-height: 26px;}
  .main-content .mwrap .wrap-two p{font-size: 16px;line-height: 26px;}
  .main-content .mwrap .topheader-text{text-align: left;}
  .main-content .mwrap .topheader-text:after{margin: 0px;}
  .main-content .mwrap .topheader-text h2{font-size: 22px;line-height: 28px;}
  .main-content .mwrap .topheader-text p{font-size: 16px;line-height: 26px;}
  .bannerlnk .mwrap{padding:74px 20px;}
  .bannerlnk .mwrap a{font-size: 28px;line-height: 28px;}
  .twocolwrap .buttonwrap{padding:40px 20px 40px;}
  .twocolwrap .buttonwrap .bntdv{display: block;margin: 0px 0px 28px;}
  
  
  .top-with-repeater .wrap .twocol .colwrap{display:block; margin:0px 0px 30px; padding:0px 0px 10px;}  
  .top-with-repeater .wrap .twocol .cnt.imag{width:100px; padding:0px 0px 24px;}  
  .hero .content-fullwidth.abovecnt{padding: 0px 0px 30px;}

}

@media (min-width: 480px) and (max-width:1200px) {
  .hero .content-fullwidth ul li {  font-size: calc(20px + (100vw - 480px)/ 240);}
}




@media (max-width:479px) {
  
  .ourPeoplePage .hero{min-height: auto!important;}
  .ourPeoplePage .hero h1{font-size: 22px; margin:3px 0px 0px;}
  .ourPeoplePage .hero p{font-size: 14px;line-height: 20px;}
  
  
  .newsPage .hero{ min-height:auto!important; height:10vh!important;}
  .newsPage .hero .hero-container{padding:24px 0 26px;}
  .newsPage .hero .hero-container h1{font-size: 22px; margin:10px 0px;}
  .newsPage .hero .hero-container p{font-size: 16px;line-height: 20px;}

  .blog .blog-banner{min-height:none!important;}
  
  .case-study .hero, .insightArticle .hero, .insightWebinar .hero, .leaderPage .hero, .news-article .hero{align-items: flex-start!important; min-height:auto!important;}
/*   .case-study .hero, .insightArticle .hero, .insightWebinar .hero, .leaderPage .hero, .news-article .hero .container{z-index:2222; position:relative;} */
  .case-study .hero, .insightArticle .hero, .insightWebinar .hero, .leaderPage .hero, .news-article .hero .container .hero-container{margin-bottom: 20px!important;}
  .case-study .hero, .insightArticle .hero, .insightWebinar .hero, .leaderPage .hero, .news-article .hero .container .hero-container h1{font-size: 22px; margin:3px 0px 0px;}
  .case-study .hero, .insightArticle .hero, .insightWebinar .hero, .leaderPage .hero, .news-article .hero .container .hero-container p{font-size: 14px;line-height: 20px;}
  .case-study .outerContainer, .insightArticle .outerContainer, .insightWebinar .outerContainer, .jobPage .outerContainer, .leaderPage .outerContainer, .news-article .outerContainer{padding:20px 1.25rem!important;}
  .hero .hero-container {
    padding:56px 0 26px;
  }
  .header-container .row-depth-1{z-index:22222222}
  .news-article .shareLinks{
    padding:5px 0px!important;
    margin-bottom:0px!important;
  }
  .news-article .mediaRelations{
    margin:20px 0;
    font-size:16px;
  }
  .subscribe-wrapper .widget-span.subscribe{
    padding:10px 0px 40px;
  }
  .homepage .body-container-wrapper .whybox .outerContainer .container .right-side .area-holder .practice-area{width:100%!important; margin-bottom:25px!important;}


  .hero .content-fullwidth h2{font-size: 24px;line-height: 30px;}
  .hero .content-fullwidth h3{font-size: 22px;line-height: 24px;}
  .hero .content-fullwidth ul{padding:0px 0px 0px 30px;}
  .hero .content-fullwidth ul li{font-size: 20px;line-height: 24px;}
  .hero .content-fullwidth ul li:before{ height: 22px;width: 22px;content:"";position: absolute;left: -30px;top: 3px;}




}