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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



/*****************************************/
/*        Variable declarations          */
/*****************************************/

/* adds overrideable=true, noWrapper=true to modules */


/* Color Variables */
 






 

/* Gradient Variables */


/* Base Font Variables */




/* Font Weight Variables */





/* Headline Variables */


















/* Special Class Font Sizes */




/* Button Variables */



/* Text Variables */



/* Border Radius */


/* Shadow */




* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	line-height: 25px;
}
body {
	font-family: nimbus-sans, sans-serif;
	font-size: 16px;
	line-height: 25px;
  color: #142138;
	margin: auto;
  position: relative;
  z-index: -1;
/*   text-align: center;  */
}

main {
  position: relative;
  z-index: -1;
}

h1, .h1 {
	font-size: 3.2rem;
	line-height: 3.8rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h2, span.h2 > h2 {
	font-size: 2.7rem;
	line-height: 3.6rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 300;
  text-transform: capitalize;
}

h3 {
	font-size: 2.3rem;
	line-height: 2.9rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h4 {
	font-size: 2rem;
	line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h5 {
	font-size: 1.5rem;
	line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

p,
ul,
ol,
pre,
table,
blockquote {
	margin-top: 0rem;
	margin-bottom: 1.5333333rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

hr {
	border: 1px solid;
	margin: -1px 0;
}

a,
b,
i,
strong,
em,
small,
code {
	line-height: 0;
}

a {
  text-decoration: none;
  color: #FF7000;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Forms */



span.hs-form-required {
  display: none;
}

textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
select {
	padding: 15px 12px;
	display: inline-block;
  width: 100%;
  color: #142138;
  font-size: .8rem;
}

input {
  background: transparent;
  padding: 15px 12px;
  border: 1px solid #AEB4BC;
  border-radius: 5px;
  margin: 1rem 0;
  color: #142138;
  font-size: .8rem;
}

input::-webkit-input-placeholder {
  color: #AEB4BC;
  font-size: .8rem;
}

input:-ms-input-placeholder {
  color: #AEB4BC;
  font-size: .8rem;
}

input::-ms-input-placeholder {
  color: #AEB4BC;
  font-size: .8rem;
}

input::placeholder {
  color: #AEB4BC;
  font-size: .8rem;
}

input:focus {
  border: 1px solid #FF7000;
}

input:required.hs-input.invalid.error {
  border: 2px solid red;
}

textarea {
  width: 100% !important;
  min-height: 200px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #AEB4BC;
}

ul.no-list.hs-error-msgs.inputs-list {
  display: none !important;
  list-style: none;

}

.half-width {
	width: 70%;
}

label.hs-error-msg {
  display: none;
}

input[type="submit"] {
  background-color: #FF7000;
  padding: 16px 35px;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  margin-top: 25px;
  -webkit-appearance: button;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #142138;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

div#hs_form_target_my_form {

  width: 50vw;
  margin: auto;
  text-align: center;
}

div#hs_form_target_poc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  min-width: 50vw;
  text-align: center;
}

div#hs_form_target_poc-form form {
  width: 60vw;
}
fieldset {
  max-width: none !important;
}

  .hide-message {
  	visibility: hidden;
  }

.hero-video {

}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 75vh;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cta-container {
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #142138;
  min-height: 600px;
  -webkit-transform: translateY(115px);
          transform: translateY(115px);
  padding: 0px 100px 75px 100px;
  background-position: center center !important;
  background-size: cover !important;
}

.two-col {
  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;
}

.two-col__image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.two-col__image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
  
.two-col__image-container {
  margin: 15px;
  background: #FFFFFF;
  width: 50%;
  border-radius: ;
}

.two-col__image-container img {
  width: 100%;
  border-radius: 5px;
}

.two-col__txt-container {
  width: 40%;
}

.three-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.three-col__item {
  width: 25%;
  padding: 0px 40px 40px 40px;
  margin: 25px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.three-col__item-alt {
  width: 25%;
  padding: 25px 10px;
  margin: 25px;
  position: relative;
  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;
	min-height: 240px;
}


.three-col__item-alt img {
  height: 120px;
  width: auto;
	margin-bottom: 25px;
}

.three-col__item img {
  height: 120px;
  width: auto;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.three-col__item p {
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.testimonial-container {
  position: relative;
  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;
  padding: 25px 50px 50px 50px;
  margin: auto;
  max-width: 750px;
}

.quote-icon {
  position: absolute;
  top: 25px;
  left: 25px;
}

.quote-icon img {
  width: 60px;
  height: auto;
}

.quote-icon-2 {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.quote-icon-2 img {
  width: 60px;
  height: auto;
}


.testimonial__logo-container {
  padding: 15px 25px;
}

.testimonial__job-title {
  font-size: 2rem;
  line-height: 2rem;
  text-transform: capitalize;
}

.testimonial__company {
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
}

img.testimonial__logo {
  /* padding: 25px; */
  width: 100px;
  height: auto;
  margin-bottom: 25px;
  /* background: #FFFFFF; */
  /* -webkit-transform: translateY(85px);
  transform: translateY(85px); */
}

.resources-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: auto;
}

.resources-item-container {
  /* padding: 40px 0px 25px 0px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all .7s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  margin: 10px;
  position: relative;
}

.resources-item-container h5 {
  font-size: 1.3rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

/* .read-more-txt {
  position: absolute;
  bottom: 20px;
  left: 0px;
} */

/* .resources-item-container:hover {
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
  border-radius: 5px;
  -webkit-transition: all .7s ease-in-out;
  transition: all .4s ease-in-out;
} */

.resources-item-container img {
  /* height: auto;
  width: 100%; */
  /* width: 400px; */
  height: 300px;
}

.resources-item {
  width: 100%;
	height: 300px;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.resources-item:hover.shadow {
  -webkit-box-shadow: 0px 20px 75px rgba(20,33,56,0.35);
  box-shadow: 0px 20px 75px rgba(20,33,56,0.35);	
  -webkit-transition: all .5s ease-in-out;	
  transition: all .5s ease-in-out;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.resources-image {
  height: 350px;
  width: auto;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.resources-txt {
  /* margin: 25px 20px;
  padding: 15px 20px; */
  /* -webkit-transform: translateY(-25px);
  transform: translateY(-25px); */
  position: relative;    
  display: -webkit-box;    
  display: -ms-flexbox;    
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin-top: 25px;
}

.resources-txt p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.resources-txt h5 {
  margin-bottom: 0.5rem;
  padding: 10px 25px;
  text-align: center;
}

.resources__read-more {
  position: absolute;
  position: absolute;
  bottom: 37px;
  right: 24px;
  font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.resources__read-more:hover {
	color: #142138;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.tab-container {
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 100px;
}

.tab-container__panes {
  margin-left: 75px;
  width: 70%;
}

.tab-container__panes li {
	font-size: 1.2rem !important;
  line-height: 1.9rem !important;
	font-weight: 300;
}

.tab-container__tab-list {
/*   width: 10%; */
}

.tab-container__tab-list ul {
  list-style: none;
  padding: 0;
	max-width: 250px;
}
.tab-container__tab-list ul a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 15px;
  border-radius: 5px;
  min-width: 150px;
  text-align: center;
}

.tab-container__tab-list ul a:hover {
  box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #142138;
}

.tab-container__tab-list ul a {
  color: #AEB4BC;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.2rem;
	line-height: 2rem !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	padding: 15px 10px;
  line-height: 4rem;
}
.tab-container__tab-list ul a:hover {
  color: #FFFFFF;
}

.service-tab-nav {
/*   margin: 0px auto 125px auto; */
}

.service-tab-nav .active a {
  color: #FFFFFF;
}

.tab-container__tab-list ul a.active {
   background: #FF7000;
   box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
   border-radius: 5px;
   color: #FFFFFF;
}


.service-tab-nav .active a:hover {
  color: #FFFFFF;
}

.service-tab-nav .enabled a {
  color: #FFFFFF;
}

.tab-container__tab-list ul a.enabled {
   background: #FF7000;
   box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
   border-radius: 5px;
   color: #FFFFFF;
}


.service-tab-nav .enabled a:hover {
  color: #FFFFFF;
}

.tab-container__tab-list ul a.text-link {
  display: block;
}

.tab-container__tab-list ul a.icon-link {
  display: none;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-pane.enabled {
  display: block;
}


.tab-pane h3 {
  color: #FF7000;
}

.tab-pane p {
  font-size: 1.2rem !important;
  line-height: 1.9rem !important;
}

.alternating-row {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alternating-row__txt-container {
  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;
  padding: 25px 50px;
  min-width: 375px;
  max-width: 500px;
}

.alternating-row__col {
    margin: 50px;
}

.alternating-row__col img {
  width: auto;
  height: 125px;
}

.left-carot {
  position: absolute;
  left: -15px;
  font-size: 3.5rem;
  color: #fff;
}

.right-carot {
  position: absolute;
  right: -15px;
  font-size: 3.5rem;
  color: #fff;
}

.three-col-txt-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	
}

.three-col-txt-grid__item {
	width: 30%;
	padding: 0 50px;
}

.three-col-txt-grid__item-border {
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid rgba(20, 33, 56, 0.2);
  border-right: 1px solid rgba(20, 33, 56, 0.2);
}

.three-col-txt-grid__item, .three-col__item-alt p {
	font-size: 1.2rem;
	line-height: 2.1rem;
}






.cta-container__headline {
  width: 40%;
  z-index: 1;
}

.cta-container__headline h2 {
  text-transform: capitalize;
}

.cta-container__btn {
  z-index: 1;
}

.cta-container__btn .btn {
	margin-top: 0px;
}

.industry-cta-container div.actions  {
  text-align: center;
}

	.exper-cta-container {
	  display: flex; 
		justify-content: center; 
		align-items: flex-start;
	}

.social-icon-link i{
  transition: all 0.3s linear;
}

.social-icon-link:hover i{
  color: #FF7000;
  transition: all 0.3s linear;
}

ul.inputs-list.multi-container {
  list-style: none;
  padding: 0 !important;
  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;
}

.three-col__blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  width: 100%;
} 

.three-col__resources-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  width: 100%;
} 

.three-col__blog-item {
  width: 30%;
  /* margin: 25px auto; */
  margin: 25px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 50px rgba(20, 33, 56, 0.2);
  box-shadow: 0px 20px 50px rgba(20, 33, 56, 0.2);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 5px 5px 0 0;
}

.three-col__blog-item .featured-image {
  height: 200px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}

.three-col__blog-item .post-info {
  padding: 25px 20px 40px 20px;
  min-height: 260px;
}

.three-col__blog-item h5.post-title {
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: capitalize;
}

.three-col__blog-item .post-info a.post-link {
  font-size: 16px;
  line-height: 25px;
  color: #FF7000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  
}

.three-col__blog-item .post-info a.post-link:hover {
  color: #142138;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.three-col__blog-item .post-info a.post-link u {
  border-bottom: 3px solid #FF7000;

}

.three-col__blog-item .post-info a.post-link:hover:hover u {
  border-bottom: 3px solid #142138;
}

.three-col__blog-item:hover {
  box-shadow: 0px 35px 75px rgba(20,33,56, 0.35);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.see-more-blog {
  font-size: 1.2rem;
  line-height: 1.9rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a.txt-dark-gray.txt-bold.see-more-blog:hover {
  color: #FF7000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

h2.blog-title {
  margin-right: 50px;
  margin-bottom: 0;
}

.tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}

.tag-container a.tag-btn {
  margin: 0 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-container a.tag-btn:hover {
  background: #142138;
  color: #FFFFFF !important;
}


section {
  padding: 5rem 0rem 5rem 0rem;
  max-width: 1250px;
  margin: auto;
}

.section__no-max {
  padding: 5rem 6rem 5rem 6rem;
}

.additional-resources-section {
  padding: 0rem 6rem 0rem 6rem;
}

blockquote {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}

select {
  background: transparent;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid #AEB4BC;
  margin: 25px 0 50px 0;
}

u {
  padding-bottom:10px;
  text-decoration:none;
  border-bottom:3px solid #AEB4BC;
}

.location {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 0 0 ;
  margin-bottom: 2rem;
}

.contact {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2rem;
}

.location p, .contact p {
  margin: 0; 
  font-size: .9rem; 
  line-height: 1.2rem;
  font-weight: 300;
}

.location h6, .contact h6 {
  margin: 0; 
  font-size: 1rem; 
  line-height: 1.4rem;
}





.hero__headline {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 2.5rem;
  max-width: 750px;
}

.hero__subheadline {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #F3F3F5;
}

.flex__center {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  padding: 21px 35px;
  display:inline-block;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 50px;
  box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
  cursor: pointer;
}

.btn:hover {
  background: #142138;
		box-shadow: 0px 35px 75px rgba(20,33,56, 0.35)
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary {
  background: #FF7000;
  color: #FFFFFF;
}

.btn-secondary {
  background: #22D6C4;
  color: #FFFFFF;
}

.hero__btn-primary {
  background: #FF7000;
  color: #FFFFFF;
}

.shadow {
  box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
}
/*******************************************************************************************/
/*********************************  Typewriter styling area  *******************************/
/*******************************************************************************************/
.headline-container {
    position: relative;
    z-index: 1;
    max-width: 750px;
    margin: 10rem auto 4rem auto;
}

.headline-container.blog {
	
}

.blog-hero-container .headline-container span p div {
	  /*  Added design for type effect  */
  display: flex;
  justify-content: center; /
  /*  Line 25 in body is text-align: center;  */
}

#typewriter {
  font-size: 4em;
  color: white;
  text-transform: uppercase;
  border: .05em solid;
  background-color: transparent;
  padding: 15px 28px 15px 28px;
}

.blog-hero-container span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}
/*******************************************************************************************/
/*********************************  Typewriter styling area  *******************************/
/*******************************************************************************************/
.hero-two-col__headline-container {
  margin:2rem 5rem;
  position: relative;
  z-index: 1;
  width: 50%;
}

div.slide-content.flex-row {
  padding: 0 5rem;
}

.rounded {
  border-radius: 5px;
}

.solo-txt {
  font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.subheadline {
  font-weight: 300;
	font-size: 1.2rem;
  line-height: 2.1rem;
  color: #AEB4BC;
}

span.sm-subheadline > h4, 
.sm-subheadline {
  font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.md-subheadline {
  font-size: 1.2rem;
	line-height: 2.1rem;
	text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.bkg-light-gray {
  background: #FCFCFC;
  z-index: -2;
  position: relative;
}

.bkg-gray {
  background: #F3F3F5;
  z-index: 0;
  position: relative;
}

.bkg-dark-gray {
  background: #AEB4BC;
}

.bkg-white {
  background: #FFFFFF;
  z-index: 0;
  position: relative;
}

.bkg-dark-blue {
  background: #142138;
}

.bkg-gradient {
  background-image: linear-gradient(-45deg,#243f6f 0%,#243f6f 44%,#142138 100%);
}

.bkg-gradient-fill {
  background: #243f6f;
  height: 1500px;
  position: absolute;
  z-index: -5;
  width: 100%;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.bkg-orange {
  background: #FF7000;
}

.bkg-teal {
  background: #22D6C4;
}

.txt-orange {
  color: #FF7000;
}

.txt-teal {
  color: #22D6C4;
}

.txt-dark-blue {
  color: #142138 !important;
}


.txt-white {
  color: #FFFFFF;
}

.txt-light-gray {
  color: #FCFCFC;
}

.txt-gray {
  color: #F3F3F5;
}

.txt-dark-gray {
  color: #AEB4BC;
}

.txt-change {
  color: #FFFFFF; /*#142138;*/
}

.txt-light {
  font-weight: 300;
}

.txt-regular {
  font-weight: 400;
}

.txt-italic {
  font-weight: ;
}

.txt-bold {
  font-weight: 700;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-uppercase {
  text-transform: uppercase;
}

.txt-capitalize {
  text-transform: capitalize;
}



.blue-top-border {
	border-top: 15px solid #142138;
}

.teal-top-border {
	border-top: 15px solid #22D6C4;
}

.orange-top-border {
	border-top: 15px solid #FF7000;
}
.gray-top-border {
	border-top: 15px solid #AEB4BC;
}

.no-margin {
  margin: 0;
}

.index-top {
  z-index: 1;
}

.index-middle {
  z-index: 0;
}

.index-bottom {
  z-index: -1;
}

.relative {
  position: relative;
}

.extra-margin {
  margin-top: 10rem;
}

.mb8 {
	margin-bottom: 8rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.mt5 {
	margin-top: 5rem;
}

.mt8 {
	margin-top: 8rem;
}

.mt10 {
	margin-top: 10rem;
}

.pt5 {
	padding-top: 5rem;
}

.pt10 {
	padding-top: 10rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pb12 {
  padding-bottom: 12rem;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.two-col-hero-image {
  width: 75%; 
  position: relative; 
  z-index: 1;
}

.bottom-footer {
  position: absolute;
  bottom: 10px;
    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;
    width: 90%;
    padding: 2rem 0rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom-footer img {
  width: 175px;
  height: auto;
}

.bottom-footer p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin: 0;
}

.bottom-footer i {
  font-size: 1.2rem;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.4);
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.angle-shape {
	position: absolute;
	-webkit-clip-path: polygon(0 35%, 100% 0, 100% 65%, 0% 100%);
	        clip-path: polygon(0 35%, 100% 0, 100% 65%, 0% 100%);
	min-width: 100%;
	height: 1000px;
  z-index: -1;
}

.two-angle-shape {
  position: absolute;
  -webkit-clip-path: polygon(63% 0, 100% 5%, 100% 85%, 66% 83%, 0 90%, 0 5%);
  clip-path: polygon(63% 0, 100% 5%, 100% 85%, 66% 83%, 0 90%, 0 5%);
  height: 2500px;
  min-width: 100%;
  z-index: -1;
}

.one-angle-shape {
  -webkit-clip-path: polygon(100% 0,100% 100%,0 99%,0 17%);
          clip-path: polygon(100% 0,100% 100%,0 99%,0 17%);
  position: absolute;
  height: 1000px;
  min-width: 100%;
  z-index: -1;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}

.resources-angle-shape {
  -webkit-clip-path: polygon(75% 0, 100% 9%, 100% 100%, 0 100%, 0 9%);
          clip-path: polygon(75% 0, 100% 9%, 100% 100%, 0 100%, 0 9%);
  min-height: 700px;
  min-width: 100%;
  z-index: 0;
  position: relative;
}

.two-angle-shape-small {
  -webkit-clip-path: polygon(70% 0, 100% 13%, 100% 90%, 26% 100%, 0 92%, 0 9%);
          clip-path: polygon(70% 0, 100% 13%, 100% 90%, 26% 100%, 0 92%, 0 9%);
  min-height: 500px;
  position: absolute;
  min-width: 100%;
  z-index: -1;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(-45deg,rgba(36,63,111,0.8) 0%,rgba(20,33,56,0.1) 95%);
}

.hero-gradient-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(-45deg,rgba(36,63,111,0.4) 30%,rgba(20,33,56,0.4) 70%);
}

.gradient-overlay-dark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(-45deg,rgba(36,63,111,0.9) 0%,rgba(20,33,56,0.8) 95%);
}


.cta-txt-link {
  color: #142138;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cta-txt-link:hover {
  color: #142138;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cta-txt-link span.right-arrow {
  color: #FF7000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cta-txt-link:hover span.right-arrow {
  color: #22D6C4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.one-column-stacked-grid {
  margin: 3rem auto 8rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
}

.one-column-stacked-grid-item {
  padding: 25px 50px;
  margin: 10px;
  width: 40%;
  min-height: 325px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #FFFFFF;
  /* background-image: linear-gradient(-45deg, #243f6f 0%, #243f6f 44%, #142138 100%); */
  color: #FFFFFF;
  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;
}

.industry-cta-container {
  margin-top: 150px;
}

.ml-annotated-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          /* margin-bottom: 6rem; */
}

.ml-annotated-image-container img {
  max-width: 1000px;
	height: auto;
  margin-top: -200px;
  position: relative;
  z-index: 5;
	padding: 25px;
	background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
	
}

.platform-image-container svg {
  width: 75%;
}

.nlp-image-container img {
  width: 50%;
}

.two-col-wrapping {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */ /* Firefox */
  column-count: 1;

  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */ /* Firefox */
  column-gap: 40px
}

.flex-item {
	padding: 0 25px 0 25px;
}

.logo-carousel-container {
  padding: 3rem 0;
  overflow-x: hidden;
}


.modal {
	opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s lineaer 0.1s, opacity 0.3s ease;
  transition: visibility 0s lineaer 0.1s, opacity 0.3s ease;
	display: none;
}

.modal.open {
	visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
	display: block;
}

.modal-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(20,33,56, 0.8);
	z-index: 1;
}

.modal-container {
	background: #FFFFFF;
  width: 50%;
  height: 60%;
	min-height: 600px;
  box-shadow: 0px 35px 75px rgba(20,33,56, 0.35);
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px;
  border-radius: 5px;
  overflow: auto;
}

div.modal-container span {
	position: absolute;
  right: 40px;
  top: 25px;
}

.top-content-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	margin-bottom: 3rem;
}

.top-content-container h4.team-member-info__name {
	margin-bottom: 0;
}

.top-content-container img.modal-profile-image {
	width: 300px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
	margin: 0 50px 0 0;
}

div.impact-image-container {
	width: 100%;
	height: 500px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

div.top-icon-container img{
	margin-bottom: 3rem;
	width: 325px;
}

.impact-container {
	margin: 4rem 0rem;
}

.impact-container__number {
  padding: 15px 35px;
  margin: 25px;
  font-size: 4rem;
	line-height: 7rem;
  font-weight: 700;
  color: #FFFFFF;
}

.impact-container__headline {
	margin-top: 2rem;
}

.fortune-container {
  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;
}

.fortune-container__image {
  width: 50%;
}

.translate-x50 {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

svg {
  width: 50%; 
  height: auto;
}

.how-it-works img {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-top: 50px;
}

.footer-container__contact__form {
  width: 33%;
}

/* Grids */
.three-col-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
  -ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.three-col-grid__item {
  width: 25%;
  min-height: 325px;
  max-height: 600px;
  padding: 40px 25px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.three-col-grid__item:hover {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 35px 75px rgba(20,33,56, 0.35);
}

.three-col-grid__item-fixed {
  width: 25%;
  min-height: 500px;
  max-height: 600px;
  padding: 40px 25px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.three-col-grid__item-fixed:hover {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 35px 75px rgba(20,33,56, 0.35);
}

.three-col-grid__item-fixed-alt {
  width: 25%;
  min-height: 465px;
  max-height: 600px;
  padding: 40px 25px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.three-col-grid__item-fixed-alt:hover {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 35px 75px rgba(20,33,56, 0.35);
}

.three-col-grid__no-grow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
  -ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.three-col-grid__item-no-grow {
	width: 25%;
  padding: 40px 25px;
  margin:10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.three-col-grid__item-no-bkg {
	width: 25%;
  padding: 40px 25px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.three-col-grid__item:hover {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 35px 75px rgba(20,33,56, 0.35);
}

.three-col-grid__item p {
	font-size: 1.2rem;
  line-height: 1.9rem;
}

.three-col-grid__item img {
	height: 100px;
	width: auto;
  margin-bottom: 40px;
}

.three-col-grid__item-fixed p {
	font-size: 1.2rem;
  line-height: 1.9rem;
}


.three-col-grid__item-fixed-alt img {
	height: 100px;
	width: auto;
  margin-bottom: 40px;
}

.three-col-grid__item-fixed-alt p {
	font-size: 1.2rem;
  line-height: 1.9rem;
}


.three-col-grid__item-fixed img {
	height: 100px;
	width: auto;
  margin-bottom: 40px;
}

.three-col-grid__item-no-bkg img {
	height: 110px;
	width: auto;
  margin-bottom: 40px;
}


.translate-up {
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
}

.two-column-grid {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.two-column-grid__item {
	width: 45%;
  padding: 40px 25px;
  margin: 25px;
  min-height: 190px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.two-column-grid__item:hover {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 35px 75px rgba(20,33,56, 0.35);
}

.two-col-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two-col-grid__item-container {
  display: block;
}


.two-col-grid__item-container-alt {
  display: block;
	width: 40%;
	margin: auto;
}

.two-col-grid__txt-container {
  display: block;
  margin: 0 25px 0 0;
  max-width: 40%;
}

.two-col-grid__icon img{
  margin: 25px;
  width: 85px;
}

.grid-item {
  text-align: center;
  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;
  margin: 20px 10px;
  background: #FFFFFF;
  padding: 25px;
  position: relative;
}

.extra-tb-margin {
  margin: 50px 10px;
}

.extra-lr-padding {
  padding: 25px 50px;
}

.grid-item i {
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 4rem;
}

.flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.icon-text-container {
  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;
}

.fixed-size {
  width: 300px;
  height: 300px;
}

.grid-width {
  width: 300px;
  height: auto;
}

.offset-grid__down {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

/* Team Member Grid */

.team-member-card-container {
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-member-card {
	width: 30%;
  margin: 0 15px 100px 15px;
}
.team-member-card-container.rounded .team-member-card {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.team-member-card .image-container {
  background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 300px;
  width: 100%;
	margin-bottom: 50px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	box-shadow: 0px 35px 75px rgba(20,33,56, 0.35);
	
}

.team-member-card .image-container:hover {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor: pointer;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
}

.team-member-info__name {
	margin-bottom: .5rem;
	font-size: 1.8rem;
  line-height: 2.5rem;
}

.team-member-info__job {
	line-height: 2rem;
}

.poc-tab-container {
  margin: auto;
  max-width: 1200px;
  margin-top: 100px;
}

.poc-tab-container__tab-list ul {
  list-style: none;
  padding: 0;
	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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.poc-tab-container__tab-list ul li {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	padding: 15px;
	min-width: 15%;
  text-align: center;
	position: relative;

}

.poc-tab-container__tab-list ul li:hover {
  box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #142138;
  color: #FFFFFF;
}

.poc-tab-container__tab-list ul li:hover a {
	color: #FFFFFF;
}

.poc-tab-container__tab-list ul li a {
  color: #AEB4BC;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.2rem;
	line-height: 2rem !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	padding: 15px 0;
	text-align: center;
}

.poc-tab-container__tab-list ul li a:hover {
  color: #FFFFFF;
}

.poc-tab-container__service-tab-nav {
/*   margin: 0px auto 125px auto; */
}

.poc-tab-container__service-tab-nav .active a {
  color: #FFFFFF;
}

.poc-tab-container__tab-list ul li.active {
   background: #FF7000;
   box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
}


.poc-tab-container__service-tab-nav .active a:hover {
  color: #FFFFFF;
}

.poc-tab-container__tab-list ul li.active a i {
  color: #FF7000;
}

.poc-tab-container__tab-pane {
  display: none;
}

.poc-tab-container__tab-pane.active {
  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;
	margin-top: 5rem;
}

.poc-tab-container__tab-pane h3 {
  color: #FF7000;
}

.poc-tab-container__tab-pane p {
  font-size: 1.3rem !important;
  line-height: 2rem !important;
}

.poc-tab-container__pane-image {
	height: 300px; 
	width: 300px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.poc-tab-container__pane-txt {  
	width: 40%;
  margin: 50px;
}

.poc-tab-container__number {
	position: absolute;
  font-size: 7.5rem;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: -1;
}

@media(max-width: 1200px) {

  #slider, .wrap, .slide-content{
    height: 92vh;
  }

  section {
    padding: 4rem 3rem;
  }

  h4  {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h1.hero__headline {
    font-size: 3.2rem;
  }
  .hero-container {
    -webkit-clip-path: polygon(100% 0,100% 90%,25% 100%,0 90%,0 0);
            clip-path: polygon(100% 0,100% 90%,25% 100%,0 90%,0 0);
  }

  .hero-container-no-btn {
    -webkit-clip-path: polygon(100% 0,100% 90%,25% 100%,0 90%,0 0);
            clip-path: polygon(100% 0,100% 90%,25% 100%,0 90%,0 0);
  }

  .nlp-image-container img {
    width: 75%;
  }


.platform-image-container img {
  width: 75%;
}

  h2, span.h2 > h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .two-angle-shape {
    -webkit-clip-path: polygon(63% 0, 100% 3%, 100% 94%, 66% 90%, 0 95%, 0 3%);
            clip-path: polygon(63% 0, 100% 3%, 100% 94%, 66% 90%, 0 95%, 0 3%);
  }

  .three-col-grid__item img {
    height: 110px;
  }

  .three-col-grid__item-fixed img {
    height: 110px;
  }

  .three-col-grid__item-fixed-alt img {
    height: 110px;
  }

  .resources-block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .cta-container {
    padding: 0;
  }

  .resources-angle-shape {
    -webkit-clip-path: polygon(75% 0, 100% 7%, 100% 100%, 0 100%, 0 7%);
            clip-path: polygon(75% 0, 100% 7%, 100% 100%, 0 100%, 0 7%);
  }

  .two-angle-shape-small {
    -webkit-clip-path: polygon(70% 0, 100% 11%, 100% 80%, 42% 100%, 0 92%, 0 9%);
            clip-path: polygon(70% 0, 100% 11%, 100% 80%, 42% 100%, 0 92%, 0 9%);
  }

  .two-angle-shape {
    height: 2000px;
    -webkit-clip-path: polygon(63% 0, 100% 5%, 100% 89%, 66% 82%, 0 99%, 0 5%);
    clip-path: polygon(63% 0, 100% 5%, 100% 89%, 66% 82%, 0 99%, 0 5%);
  }
}

@media(min-width: 1171px) and (max-width: 1200px) {
  #slider, .wrap, .slide-content{
    height: 92vh;
  }
}

@media(min-width: 1025px) and (max-width: 1171px) {
  #slider, .wrap, .slide-content{
    height: 83vh;
  }
}

@media(max-width: 1024px) {

  #slider, .wrap, .slide-content{
    height: 58vh;
  }

  h1, .h1 {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }

  .btn {
    padding: 20px 31px;
  }

  .ml-annotated-image-container img {
    max-width: 900px;
  }

  .three-col-txt-grid {
    display: block;
  }

  .three-col-txt-grid__item {
    width: 100%;
    padding: 50px;
  }

  .three-col-txt-grid__item-border {
    border: none;
  }
  
  .three-col-grid__item {
    width: 100%;
    margin: 25px 0px;
    min-height: unset;
    max-height: unset;
  }

  .three-col-grid__item > div > h4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  .three-col-grid__item-fixed {
    width: 100%;
    margin: 25px 0px;
    min-height: unset;
    max-height: unset;
  }

  .three-col-grid__item-fixed > div > h4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  .three-col-grid__item-fixed-alt {
    width: 100%;
    margin: 25px 0px;
    min-height: unset;
    max-height: unset;
  }

  .three-col-grid__item-fixed-alt > div > h4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  .wrap {
    -webkit-clip-path: polygon(100% 0,100% 90%,25% 100%,0 90%,0 0);
    clip-path: polygon(100% 0,100% 90%,25% 100%,0 90%,0 0);
  }

  .team-member-card {
    width: 45%;
  }

  .fixed-size {
    height: 250px;
    width: 250px;
  }

  .headline-container {
    margin: 2rem auto 0rem auto;
  }
}

@media(min-width: 984px) and (max-width: 1024px) {
  #slider, .wrap, .slide-content{
    height: 78vh;
    min-height: unset;
  }
}

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

  h1, .h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

    #slider, .wrap, .slide-content{
      height: 70vh;
      min-height: unset;
  }
}

@media(min-width: 769px) and (max-width: 881px) {
  #slider, .wrap, .slide-content{
    height: 61vh;
    min-height: unset;
  }
}

@media(max-width: 768px) {
	
	.two-col__image-left {
		display: block;
		padding: 25px;
	}
	
	.txt-container-varied {
		width: 100%;
		margin: 25px auto;
	}
	
	.left-image-small-container {
		width: 100%;
		padding: 0;
	}
	
	.half-width {
	width: 100%;
}
	
	.two-col-grid__item-container-alt {
   width: 100%;
	  height: auto;
	}

	
	.tab-container__tab-list ul li a{
    display: block;
    margin-bottom: 25px;
    padding: 0;
    width: 25%;
    text-align: center;
  }
	
	.offset-grid__down {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
	
	.grid-width {
		width: 100%;
	}
	
	
	.grid-item {
		margin: 20px auto;
	}
	.exper-cta-container {
    display: block;
	}

  .hero-container-no-btn {
    min-height: 600px !important;
    height: 80vh !important;
  }

  .hero-video video {
    display: none;
  }

  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }

  .footer-container__contact__form {
    width: 100%;
        padding-bottom: 100px;
  }

  div#hs_form_target_my_form {
    width: 100%;
    
  }

  .txt-change {
    color: #FFFFFF;
  }

  .nlp-image-container img {
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: none;
  }
  svg {
    width: 75%; 
  }

  .how-it-works img {
    width: 100%;
  }

  .three-col-grid {
    display: block;
  }

  .three-col-grid__item {
     width: 100%;
     margin: 25px 0;
  }

  .three-col-grid__item-fixed {
    width: 100%;
    margin: 25px 0;
 }

 .three-col-grid__item-fixed-alt {
  width: 100%;
  margin: 25px 0;
}

  .three-col-grid__item-no-grow {
    width: 100%;
    margin: 25px 0;
  }

  .three-col-grid__item-no-bkg {
    width: 100%;
    margin: 25px 0;
  }

  .bkg-gradient-fill {
    height: 2000px;
  }

  .ml-annotated-image-container img {
    max-width: 650px;
  }

  .tab-container__tab-list ul li {
    min-width: 100px;
  }

  .resources-block {
    display: block;
  }

  .resources-angle-shape {
    -webkit-clip-path: polygon(75% 0, 100% 4%, 100% 100%, 0 100%, 0 5%);
            clip-path: polygon(75% 0, 100% 4%, 100% 100%, 0 100%, 0 5%);
  }

  .two-col {
    display: block;
  }
  
  .two-col__txt-container {
    width: 100%;
  }

  span.sm-subheadline > h4, .sm-subheadline {
    text-align: center;
  }

  .one-column-stacked-grid-item {
    width: 100%;
    min-height: unset;
  }

  .subheadline {
    text-align: center;
  }

  .two-col-grid {
    display: block;
  }

  .two-col-grid__txt-container {
    max-width: 100%;
    margin: 0;
  }

  h2, span.h2 > h2 {
    font-size: 2.3rem;
    line-height: 3.1rem;
    text-align: center;
  }

  .two-col__image-container {
    width: 100%;
    margin: 0;
  }

  .nav-container {
    height: 100px;
  }
  .txt-left {
    text-align: center;
  }

  .fixed-size {
    width: 100%;
    height: 100%;
  }

  .headline-container {
   margin: 4rem 1rem;
  }

  .cta-container {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cta-container__headline {
    width: 100%;
    margin-bottom: 50px;
  }

  .two-angle-shape {
    height: 2500px;
    -webkit-clip-path: polygon(63% 0, 100% 5%, 100% 89%, 66% 82%, 0 99%, 0 5%);
    clip-path: polygon(63% 0, 100% 5%, 100% 86%, 66% 82%, 0 87%, 0 5%);
  }

  .team-member-card {
    width: 100%;
  }

  .team-member-card .image-container {
    height: 400px;
  }

  .modal-container {
    width: 75%;
    height: 60%;
  }

  .top-content-container {
    display: block;
  }

  .top-content-container img.modal-profile-image {
    width: 100%;
    margin: 0 0 25px 0;
  }

  #slider, .wrap, .slide-content{
    height: 90vh;
    min-height: 700px;
  }

  .three-col__blog-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .three-col__resources-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .three-col__blog-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .see-all {
    text-align: center;
  }

  .platform-image-container svg {
    width: 100%;
  }
	
	  .tab-container__tab-list ul a.icon-link {
    display: block;
  }
	
	 .tab-container__tab-list ul {
    max-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
 
}

@media (min-width: 501px) and (max-width: 768px) {
  .additional-resources-section {
    padding: 0;
  }

  .tab-container {
    display: block;
  }
	
	.tab-container__tab-list ul a.icon-link {
    display: block;
  }
	
	  .tab-container__tab-list ul a.txt-link {
    display: none;
  }
	
	.tab-container__tab-list ul li {
		min-width: unset;
	}

	  a.icon-link i {
    position: relative;
    z-index: -1;
    font-size: 2rem;
  }
	
	.tab-container__tab-list ul a:hover {
    box-shadow: none;
		background: transparent;
	}
	
	.tab-pane.enabled {
		text-align: center;
	}
}

@media(max-width: 500px) {
	
	.hero-container-no-btn {
    min-height: 500px !important;
    height: 60vh !important;
  }

	
	.two-col-grid__item-container {
    width: 100%;
	  height: auto;
	}
	
  p {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  div[role=navigation].hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal.show {
    width: 75%;
  }

  .txt-change {
    color: #FFFFFF; /*#142138;*/
  }

  .solo-txt {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .mobile-mt5 {
    margin-top: 5rem !important;
  }

  .section__no-max {
    padding: 4rem 2rem;
  }

  .additional-resources-section {
    padding: 0rem 0rem 2rem 0rem;
  }

  .three-col-txt-grid__item-border {
    margin: 0;
  }

  .testimonial__job-title {
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: capitalize;
  }

  img.testimonial__logo {
    width: 100px;
  }

  .three-col-txt-grid__item {
    padding: 50px 0;
  }


  .pt10 {
    padding-top: 4rem;
  }

  .two-col-hero-image {
    display: none;
  }

  div#hs_cos_wrapper_Footer.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module footer {
    display: block;
    text-align: center;
    min-height: 400px;
  }
  

.social-icon-container, .copyright, .contact, .location, .social-icon-container {
  display: block;
}

.bottom-footer {
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  width: 85%;
}

.nav div.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1>a {
  color: #fff !important;
}



  div#hs_form_target_Footer_ form {
    display: none;
  }
	
  .bottom-footer p {
    display: none;
  }

  .bottom-footer i {
    padding: 0 10px;
  }
  
  svg {
    width: 100%; 
  }

  section {
    padding: 4rem 2rem;
  }

  h1 {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  h1.hero__headline {
    font-size: 2rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2.3rem;
    line-height: 3.1rem;
    text-align: center;
  }

  h3 {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  blockquote {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .poc-tab-container__tab-list ul li.active {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .quote-icon-2 {
    display: none;
  }
  
  .hero-container {
    -webkit-clip-path: polygon(100% 0,100% 95%,25% 100%,0 95%,0 0);
            clip-path: polygon(100% 0,100% 95%,25% 100%,0 95%,0 0);
  }

  .hero-container-no-btn {
    -webkit-clip-path: polygon(100% 0,100% 95%,25% 100%,0 95%,0 0);
            clip-path: polygon(100% 0,100% 95%,25% 100%,0 95%,0 0);
  }

  .two-angle-shape {
    -webkit-clip-path: polygon(63% 0, 100% 2%, 100% 94%, 66% 94%, 0 99%, 0 2%);
            clip-path: polygon(63% 0, 100% 2%, 100% 94%, 66% 94%, 0 99%, 0 2%);
  }

  .one-angle-shape {
    -webkit-clip-path: polygon(100% 0,100% 100%,0 99%,0 4%);
            clip-path: polygon(100% 0,100% 100%,0 99%,0 4%);
  }

  .resources-angle-shape {
    -webkit-clip-path: polygon(75% 0, 100% 2%, 100% 100%, 0 100%, 0 2%);
            clip-path: polygon(75% 0, 100% 2%, 100% 100%, 0 100%, 0 2%);
  }

  .team-member-card {
    width: 100%;
  }

  .ml-annotated-image-container img {
    max-width: 450px;
    margin-top: -50px;
  }

  .three-col {
    display: block;
  }

  .three-col__item-alt {
    width: 100%;
    margin: 25px 0;
    padding: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fixed-size {
    height: 300px;
    width: auto;
  }

  .testimonial-container {
    margin: 0;
    padding: 125px 25px 50px 25px;
  }

  .quote-icon {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .resources-block {
    display: block;
  }

  .resources-item-container {
    width: 100%;
    padding: 0;
  }

  .extra-margin {
    margin-top: 0;
  }

  .tab-container {
    display: block;
  }

  .tab-container__panes {
    width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 0px;
  }

  .tab-container__tab-list ul {
    max-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tab-container__panes h4 {
    text-align: center;
  }

  .tab-container__panes p {
    text-align: center;
  }

  .tab-container__tab-list ul a.txt-link {
    display: none;
  }
  
  .tab-container__tab-list ul a.icon-link {
    display: block;
  }

  .tab-container__tab-list ul li {
    min-width: unset;
  }

  .tab-container__tab-list ul li a {
    min-width: 100px;
  }

  .tab-container__tab-list ul a.icon-link:hover {
    background: transparent;
		box-shadow: none;
    color: #FF7000;
  }

  .tab-container__tab-list ul a.icon-link.active {
    box-shadow: none;
  }

  

  .tab-container__tab-list ul li.active, .tab-container__tab-list ul li:hover {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px;
  }

  .tab-container__tab-list ul li.active a i {
    color: #FF7000;
  }

  a.icon-link i {
    position: relative;
    z-index: -1;
    font-size: 2rem;
  }

  .tab-pane.active {
    box-shadow: 0px 20px 50px rgba(20,33,56, 0.25);
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 5px;
  }

  .cta-container {
    display: block;
    padding: 50px 2rem 0 2rem ;
    max-height: 385px;
    min-height: 385px;
  }
 
  .cta-container__headline {
    width: 100%;
    position: relative;
    z-index: 1;
		margin-bottom: 0px;
  }

  .cta-container__btn {
    z-index: 1;
    position: relative;
    padding-top: 0rem;
    text-align: center;
  }

  .txt-left, .txt-right {
    text-align: center;
  }

  .poc-tab-container__tab-pane.active {
    display: block;
  }

  .poc-tab-container__pane-image {
    width: 100%;
  }

  .poc-tab-container__pane-txt {
    width: 100%;
    margin: 50px 0;
    text-align: center;
  }

  .flex-start {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .alternating-row {
    display: block;
    text-align: center;
  }

  .alternating-row__col {
    margin: 50px 0;
    min-width: unset;
    max-width: 450px;
  }

  .two-col-wrapping {
    -webkit-column-count: 1;
            column-count: 1;
  }

  .three-col-txt-grid {
    display: block;
    padding: 2rem;
  }

  .three-col-txt-grid__item {
    width: 100%;
  }

  .three-col-txt-grid__item-border {
    border-left: 0;
    border-right: 0;
    margin: 0px 0;
  }

  .two-column-grid__item {
    width: 100%;
    margin: 25px 0;
  }

  .fortune-container {
    display: block;
  }

  .fortune-container__image {
    width: 100%;
  }

  .translate-x50 {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }

  .mt10 {
    margin-top: 5rem;
  }

  .no-padding {
    padding: 0 !important;
  }

  .impact-container__number {
    font-size: 3rem;
  }

  .team-member-card-container {
    margin: 25px 0;
  }

  .modal-container {
    width: 85%;
    height: 90%;
  }

  .top-content-container {
    display: block;
    text-align: center;
  }

  .top-content-container img.modal-profile-image {
    width: 100%;
  }

  .top-content-container h4.team-member-info__name {
    margin-top: 25px;
  }

  .subheadline {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .resources-txt {
    margin: 25px 10px;
    padding: 25px 10px;
  }

  .btn {
    padding: 21px 25px;
  }

  .headline-container {
    margin: 2rem 1rem;
  }

  .hero-two-col__headline-container {
    margin: 2rem 1rem;
    width: 100%;
  }

  .hero__cta-container-two-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .arrow {
    bottom: 15% !important;
    top: unset;
  }

}

@media(max-width: 425px) {
  .ml-annotated-image-container img {
    max-width: 375px;
  }
}

@media(max-width: 400px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media(max-width:375px) {
  .ml-annotated-image-container img {
   display: none;
  }
}