/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Source+Code+Pro:wght@300;400;600;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&family=Source+Code+Pro:wght@300;400;600;700;900&display=swap');


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/*
Dark Blue Background #042131
Cyan Highlight #2fa4ff 
Pink #f13043
*/
:root {
  --red: #f13043;
  --cyanlight: #2fa4ff;
  --darkblue: #042131;
  --green: #43c386;
}

/*************** Base sets ***************/
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 1.14em;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
a {
  color: var(--cyanlight);
}
.site-logo {
  margin: 34px 0 16px;
}
.header-container-wrapper {
  z-index: 99999;
  position: relative;
  line-height: 1em;
}
@media only screen and (min-width: 1761px) {
  html, body {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1200px) {
  .site-logo {
    display: none!important;
  }
}
.tmk22_content_container {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  position: relative;
}
.tmk22_text_container {
  width: calc(100% - 100px);
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.tmk_tiny_text {
  font-family: 'Source Code Pro', monospace;
  font-size: .6em;
}
@media only screen and (max-width: 600px) {
  .tmk22_text_container {
    width: calc(100% - 50px);
  }
}
/* ************* Responsive Bootstrap Standard ************ */
.page-center {
  display: table;
  float: none !important;
  width: 100% !important;
  padding: 0 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .page-center {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }    
}
@media (min-width: 750px) {
  .page-center {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}   
@media (min-width: 992px) {
  .page-center {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1760px !important;
  }
}

/*************** Globals ***************/
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height:auto;
}
.hs_cos_wrapper_type_rich_text table {
  width: 100%;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.widget-type-space {
  padding: 1px;
}
.clear_floats {
  clear: both;
}
/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
  color: #000000; 
  text-decoration: none;
}
h1,.h1 {
  font-size: 1.9em;
  line-height: 1.2;
}
h2 {
  font-size: 1.5em;
  line-height: 1.2;
}
h3 {
  font-size: 1em;
  line-height: 1.2;
}
h4 {
  font-size: .8em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
}
h5 {
  font-size: ;
}
h6 {
  font-size: ;
}

p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

/* .title-underline h1,.title-underline h2,.title-underline h3,.title-underline h4,.title-underline h5,.title-underline h6{ */
.title-underline *{
  padding-bottom: 0;
  margin-bottom: 0;
}
.title-underline{
  position:relative;
  padding-bottom: 20px;
}
/* .title-underline h1::after,.title-underline h2::after,.title-underline h3::after,.title-underline h4::after,.title-underline h5::after,.title-underline h6::after{ */
.title-underline::after{
  position: absolute; 
  background: #E42700;
  height: 2px;
  width: 40px;
  content: "";
  bottom: 0;  
}
.title-underline.underline-center::after{
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.normal_weight {
  font-weight: 400;
}
/*************** Text Alignments ***************/
.ta-center{
  text-align: center;
}
.ta-right{
  text-align: right;
}
.ta-left{
  text-align: left;
}

/*************** Text Colors ***************/
.c-white{
  color: #FFFFFF;
}
.uppercase{
  text-transform: uppercase;
}
/*************** Buttons ***************/
input[type="submit"] {
  cursor: pointer;
}
input[type="submit"]:hover {
  color:var(--red);
}
form .actions {
  position: relative;
  margin-top: 30px;
}
form .actions::before {
  content:="";
}
.btn, .form-red-btn form .hs-button, .body-container-wrapper .form-redborder-btn form .hs-button {	
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.1;
  padding: 15px 30px;  
  display: inline-block;
  cursor: pointer;
  transition: ease-in-out all 0.3s;
}
form .actions .hs-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding-right:0;
  position:relative;
}
.form-red-btn form .hs-button{ 
  color: #FFFFFF;
}
.btn:hover{
  text-decoration: none;
}
.btn-red, .form-red-btn form .actions {
  background: #E42700;  
  border: 2px solid #E42700;
  color: #FFFFFF;
}
.btn-red:hover, .form-red-btn form .actions:hover, .btn-border-white:hover, .btn-border-red:hover, .body-container-wrapper .form-redborder-btn form .hs-button:hover {
  background: #b61f00;  
  border: 2px solid #b61f00;
  color:var(--red);
}
.btn-border-white{
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn-border-red, .body-container-wrapper .form-redborder-btn form .hs-button{
  border: 2px solid #E42700;
  color: #E42700;
  background-color: #fff;
}
.btn-arrow,.form-red-btn form .hs-button, .body-container-wrapper .form-redborder-btn form .hs-button{
  position: relative;
  padding-right: 50px;
}
.btn-arrow::after,.form-red-btn form .actions::after,.btn-border-red.btn-arrow.arrow-red:hover::after, .body-container-wrapper .form-redborder-btn form .actions::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  background: url(https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/Assets%202018%20-%20S2/illustrations-icons/arrows-white-icon.png)no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  right: 25px;
}
.btn-arrow.arrow-red::after, .body-container-wrapper .form-redborder-btn form .actions::after {
  background: url(https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/Assets%202018%20-%20S2/illustrations-icons/readmore-arrow.png)no-repeat center/contain;
}
.form-red-btn form .actions::after, .body-container-wrapper .form-redborder-btn form .actions::after{
  right: 30px;
}
.btn-white::after,.btn-white:hover::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  background: url(https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/arrows-red.png)no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  right: 25px;
}

/*************** Background ***************/
.bg-darkblue{
  background-color: ;
}
.bg-dirtywhite{
  background-color: #FAFAFA;
}

.body-container-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.body-container-wrapper select,
.body-container-wrapper textarea { padding: 12px 10px; height: 50px; font-size: 18px; font-family: proxima-nova,sans-serif; -webkit-appearance: none; -moz-appearance: none; 
  appearance: none; border-radius: 0; background-color: #ffffff; border: 1px solid #CCCCCC; }
.body-container-wrapper textarea { height: 175px; }
.body-container-wrapper select { }
.body-container-wrapper .hs-form-field { margin-bottom: 20px; }
.body-container-wrapper .hs-form-field > label { font-weight: bold; }
.body-container-wrapper .hs-form-required { color: #E42700; }
.body-container-wrapper input[type=submit] {
  color: #fff;
  border: 0 solid #000;
  background-color: var(--red);
  font-size: .9em;
  font-weight: 600;
  font-family: 'Source Code Pro',monospace;
  text-transform: uppercase;
  padding: 8px 40px;
  position: absolute;
  display: block;
  white-space: nowrap;
}
.body-container-wrapper input[type=submit]:hover {
  background-color: var(--cyanlight);
}
select { background-image: url(https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/DownArrow@2x.png); background-repeat: no-repeat; background-size: 10px; background-position: calc(100% - 20px) center; }


.announcement-banner * { font-size: 15px; }
.announcement-banner { padding: 5px 0; position: relative; z-index: 12; text-align: center; }
.announcement-banner .close { position: absolute; right: 30px; width: 18px; cursor: pointer; top: 50%; transform: translateY(-50%); transition: ease-in-out all 0.3s; }
.announcement-banner .close:hover { opacity: 0.7; }
.announcement-banner a { color: #ffffff; text-decoration: none; font-weight: bold; position: relative; }
.announcement-banner a:hover { text-decoration: underline; }
.announcement-banner a::after {
  content: '';
  background-image: url(https://www.omadahealth.com/hubfs/RightArrow@2x.png);
  display: inline-block;
  width: 11px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 5px;
}

@media screen and (max-width: 480px){
  .announcement-banner { font-size: 16px; padding-right: 35px; }
}

/* -------- Spacing -------- */
.section-75 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.section-75-top {
  padding-top: 25px;
}
.section-75-bottom {
  padding-bottom: 25px;
}
.section-100, .section-150{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-100-top, .section-150-top {
  padding-top: 50px;
}
.section-100-bottom, .section-150-bottom{
  padding-bottom: 50px;
}
.pt-3{
  padding-top: 30px;
}
@media (min-width: 768px) {
  .section-75{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-75-top {
    padding-top: 75px;
  }
  .section-75-bottom {
    padding-bottom: 75px;
  }
  .section-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-100-top{
    padding-top: 100px;
  }
  .section-100-bottom{
    padding-bottom: 100px;
  }
  .section-150{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .section-150-top {
    padding-top: 150px;
  }
  .section-150-bottom {
    padding-bottom: 150px;
  }
}

/*************** Form Style ***************/
.form-no-label .hs-form-field > label{
  display: none;
}

/*************** Header ***************/
.landing.header-content .social-sharing { text-align: right; }
.landing.header-content .social-sharing * { display: inline-block; vertical-align: middle; line-height: 1 !important; }
.landing.header-content .social-sharing .text  { color: #ffffff; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; }
.landing.header-content .a2a_svg { background-color: transparent !important; height: 21px; width: 21px; line-height: 1; }
.landing.header-content .a2a_kit > a { margin: 0 5px; }

.header-main .custom-menu-primary, .header-main .top-mobile_menu {
  margin-top: 12px;
}
@media only screen and (max-width: 1199px) {
  .header-main .custom-menu-primary, .header-main .top-mobile_menu {
    margin-top: 0;
  }
}
.header-content > .row-fluid-wrapper {
  border-bottom: 1px solid #6A7984;
}
.header-main .hs-menu-wrapper, .hs-menu-flow-horizontal > ul {
  height: 39px;
}
.mobile-open .header-main .hs-menu-wrapper, .mobile-open .hs-menu-flow-horizontal > ul {
  height: auto;
}
.header-top_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li,
.header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
  display: inline-block;
  float: inherit;
}
.header-top_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.8;
  overflow: inherit;
  padding: 0;
  margin: 10px 15px;
}
.header-top_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
  margin-right: 0;
}
.header-top_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li + li::before{
  content: "|";
  color: #FFFFFF;
  content: none; /* override */
}
.header-main{
  background: var(--darkblue);
  /*   position: absolute; */
  width: 100%;
  padding: 40px 0;
  z-index: 9999999;
  font-family: 'Source Code Pro', monospace;
}
.header-main.sticky {
  position: fixed;
  top: 0 !important;
  left: 0;
}
.header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 + li.hs-menu-depth-1{
  margin-left: 78px;
}
.font_source_code_pro, .p_source p , .p_source li {
  font-family: 'Source Code Pro', monospace;
}
p.font_source_code_pro, .p_source p, .p_source li {
  font-size: .82em;
}
.hs_cos_wrapper_type_inline_rich_text li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1489px) {
  .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 + li.hs-menu-depth-1{
    margin-left: 3vw;
  }
}
@media only screen and (max-width: 1430px) {
  .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 + li.hs-menu-depth-1{
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 1264px) {
  .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 + li.hs-menu-depth-1{
    margin-left: .5vw;
  }
}
.header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #FFFFFF;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
  padding: 0;
  font-family: 'Source Code Pro', monospace;
  text-transform: uppercase;
}
.header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:active {
  color:var(--red);
}
.header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
  text-align: left;
  left: 50%;
  background: var(--darkblue);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-main ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a{
  padding-right: 20px;
}
.header-main ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after{
  content: "";
  height: 10px;
  width: 10px;
  background: url(https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/Assets%202018%20-%20S2/Images/dropdown-white.png)no-repeat center/auto;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-main ul li.hs-item-has-children > ul.hs-menu-children-wrapper li{
  display: block;
  padding: 10px 35px;
}
.custom-menu-primary .ta-right {
    padding-top: 15px;
}

#site-header .header-main { 
  background: var(--darkblue); 
  padding: 28px 0 0; 
}
#site-header .custom-menu-primary .ta-right{ padding-top:0; }

@media (min-width: 1200px) {
  .row-fluid [class*="span"].header-content:not(#site-header) {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
  }
  
}

@media screen and (max-width: 1199px){
  .header-content {
    position: fixed;
    width: 100% !important;
    display: block !important;
    z-index: 9;
  }
  .header-content > * {
    display: block;
    position: relative;
    z-index: 2;
  }
  .header-content .custom-menu-primary { padding-top: 0; }
  .header-content .custom-menu-primary .ta-right { padding-top: 0; }
}

/*************** Footer ***************/
.footer-main{
  padding: 150px 0 55px;
  float: none!important;
}
.footer-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  display: block!important;
  position: relative;
}
.tmk22_footer_colums {
  font-size: .7em;
}
.footer-content a{
  color: #FFFFFF;
}
.footer-content .hs-menu-depth-1 > a {
  color: var(--red);
  text-transform: uppercase; 
  font-weight: 700;
  cursor: default;
}
.footer-content .hs-menu-depth-2 > a { 
  font-weight: 300;
}
.footer-content .hs-menu-depth-2 > a:hover { 
  color: var(--cyanlight);
}
.footer-content .hs-menu-depth-2 > a:active { 
  color: var(--red);
}
.footer-main .hs-menu-wrapper.hs-menu-flow-horizontal ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-main .hs-menu-wrapper.hs-menu-flow-horizontal ul > li {
  float: none;
}
.footer-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
.footer-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  max-width: 100%;
  white-space: normal;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  width: auto;
  padding: 5px 0px;
  overflow: inherit;
  display: inline-block;
}
.header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  height: 38px;
  padding: 0 10px;
  display: block;
  border-bottom: 3px solid transparent;
}
.header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover, .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:active {
  color:var(--red);
}
.header-main ul.submenu.level-1 > li > a:hover {
  border-bottom: 3px solid var(--red);
  color: var(--red);
}
.header-main ul.submenu.level-2 li > a:active {
  color: var(--cyanlight);
}
.header-main ul.submenu.level-1 > li > a:active, .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:active {
  border-bottom: 3px solid var(--cyanlight);
  color: var(--cyanlight);
}
.header-main ul > li > .active-branch, .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active-branch > a {
  border-bottom: 3px solid var(--cyanlight);
  color: var(--cyanlight);
}
.footer-container-wrapper {
  color: #fff;
}
.tmk22_footer_colums {
  float: none!important;
}
.footer-social img {
  width: 37px;
  height: 37px;
  filter: invert(27%) sepia(100%) saturate(973%) hue-rotate(325deg) brightness(107%) contrast(91%);
}
.footer-social img:hover, .footer-social img:active {
  filter: invert(95%) sepia(30%) saturate(0%) hue-rotate(323deg) brightness(108%) contrast(101%);
}
.footer-social ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social ul li{
  display: inline-block;
  padding: 0 15px;
  margin: 40px 0 0;
}
.footer-bottom{
  margin-bottom: 40px;
}
.footer-logo{
  line-height: 1;
}
.footer-copyright{
  font-size: .7em;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: normal;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.5);
  font-weight: 300;
}
.footer-form{
  float: right;
  font-family: 'Source Code Pro',monospace;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.6;
  width: 375px;
  margin-bottom: 100px;
}
.footer-form_title{
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.footer-form_copy{
  margin-bottom: 20px;
}
.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form input[type="submit"]{
  -webkit-appearance: none;
  border-width: 1px;
  border-color: rgba(255,255,255,1);
  background: transparent;
  color: #FFFFFF;
  line-height: 1.5;
  padding: 10px;
  outline: none;
  font-size: .82em;
  font-family: 'Source Code Pro', monospace
}
.footer-form input[type="submit"] {
  font-family: 'Source Code Pro',monospace;
  text-transform: uppercase;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  width: 100%;
}
.footer-form input[type="submit"]:hover {
  color: var(--red);
}
.footer-form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer-form form :-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
.footer-form form :-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer-form form .hs-form-field{
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .footer-main .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-main .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1 + li.hs-menu-depth-1{
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-main .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1 + li.hs-menu-depth-1{
    padding-left: 70px;
  }
}
@media (max-width: 974px) {
  .footer-main .row-fluid .span2, .git-copy {
    display: none;
  }
  .git_form_container .git_right_column {
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: 0;
    right: auto;
  }
  .git_form_container .form-columns-2 {
    width: 100%;
    max-width: 100%;
  }
  .git_form_container .form-columns-1, .git_form_container .form-columns-2 {
    width: 100%;
    max-width: 100%;
  }
  .git_form_container .git_right_column {
    margin-left: 25px;
  }
}

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


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

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

.centered_head_margins {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.centered_head_margins h1, .centered_head_margins h2, .centered_head_margins h2_5, .centered_head_margins h3, .centered_head_margins h4 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.centered_head_margins::after {
  position: absolute;
  background: #e42700;
  height: 2px;
  width: 40px;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.centered_head_margins_sub {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.centered_head_margins_sub h1, .centered_head_margins_sub h2, .centered_head_margins_sub h2_5, .centered_head_margins_sub h3, .centered_head_margins_sub h4, .centered_head_margins_sub h5, .centered_head_margins_sub h6, .centered_head_margins_sub p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
h2_5 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.centered_head_space_top {
  margin-top: 100px;
}
.fullwbac_richtxt ul {
  padding-left: 20px;
}
.rtfwb_margintop {
  margin-top: 50px;
}
.rtfwb_marginbottom {
  margin-bottom: 50px;
}
.rtfwb_padtop {
  padding-top: 50px;
}
.rtfwb_padbottom {
  padding-bottom: 50px;
}
.form_dark_back h1, .form_dark_back h2, .form_dark_back h3, .form_dark_back h4, .form_dark_back h5, .form_dark_back p, .form_dark_back label, .form_dark_back submitted-message {
  color: #ffffff;
}
.top-mobile_menu {
 display: none!important; 
}
.top-mobile_menu ul.hs-menu-children-wrapper li a {
  width: 340px;
}
.top-padding {
  padding-top: 75px;
}
.bottom-padding {
  padding-bottom: 75px;
}

@media (max-width: 1199px) {


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


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

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -45px;          /* Position Button at right of screen  */
    right: 0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;    
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
    color: #FFFFFF;
    transform: scale(1.4);
  }
  
  #site-header .header-main { background: var(--darkblue); padding: 0; }
  #site-header .mobile-trigger{ top:-52px; }
  .site-logo a{ display:inline-block; max-width:174px; }
  .site-logo a img{ vertical-align:middle; }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 32px; /* Icon line width */
    height: 3px; /* Icon line height */
    border-radius: 1px;
    background-color: #FFFFFF; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -8px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 8px; /* Position bottom line */
  }


  /* Child Toggle Button
  ========================================================================== */
  .header-container-wrapper .row-number-3 {  /* ######### this used to be .row-number-1, changed it to 3 because Top Widget ######### */
    height: 82px;
  }
  .tmk_child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .footer-container .tmk_child-trigger {
    display: none!important;
  }
  .tmk_child-trigger:hover{
    text-decoration: none;
  }
  .tmk_child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tmk_child-trigger i:after{
    position: absolute;
    content: '';
  }
  .tmk_child-trigger i, .tmk_child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #FFFFFF; /* Icon color */
    display: block;

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


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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    width: 100%;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper, .hide-mobile {
    /*display: none;*/
  }  
  
  .hide-mobile {
    display: none!important;
  }
  .top-mobile_menu .hs-menu-wrapper {
    display: none!important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width:300px;
  }

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

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

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
  }

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

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

  .mobile-open .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
    margin-top: 20px;
  }
  .header-top{
    display: none !important;
  }
  .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 + li.hs-menu-depth-1{
    margin-left: 0;
  }
  .header-main{
    padding: 20px 0;
    background: var(--darkblue);
  }
  .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
    padding: 10px 0;
  }
  .header-main ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after{
    display: none;
  }
  .header-main .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-top: 0;
  }
  .child-open + ul{
    margin-top: 7px !important;
  }
  .mobile-open .top-mobile_menu .hs-menu-flow-horizontal, .top-mobile_menu {
    display: block!important;    
  }
  .top-mobile_menu{
    width: 100% !important;
  }
  .top-mobile_menu ul{
    text-align: center !important; 
  }
}
/*************** Mega Menu ***************/
.navigation-primary {
  line-height: .7;
}
.navigation-primary > ul li a {
  color: #fff;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
  text-transform: uppercase;
  height: 38px;
  padding: 0 10px;
  display: block;
  white-space: wrap;
  border-bottom: 3px solid transparent;
}
.navigation-primary > ul > li li a {
  color: #fff;
  padding: 6px 0 6px 10px;
}
.navigation-primary >ul>li>a {
  white-space: nowrap;
}
.navigation-primary > ul li a:hover, .navigation-primary > ul li a:active {
  text-decoration: none;
  color:var(--red);
}
.navigation-primary > ul li a:focus {
  text-decoration: none;
}
.navigation-primary>ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  height: 39px;
  padding: 0;
}
.navigation-primary>ul li {
  display: inline-block;
  float: left;
  margin-left: 4vw;
  padding-bottom: 0;
}
@media only screen and (max-width: 1430px) {
  .navigation-primary>ul li {
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 1264px) {
  .navigation-primary>ul li {
    margin-left: 1.2vw;
  }
}
.navigation-primary>ul li:first-of-type {
  margin-left: 0;
}
.navigation-primary ul.submenu.level-2 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 78px;
  width: 100%;
  background-color: #02344e;
  border-top: 1px solid #2fa4ff;
  border-bottom: 1px solid #2fa4ff;
  padding: 4vw 0 4vw;
}
.submenu.level-3 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 10vw;
  max-width: 82vw;
}
.submenu.level-3>li {
  padding-left: 0;
  margin-left: 0;
}
.mm_column {
  flex: 3;
  padding-right: 3vw;
}
.mm_column:last-child {
  padding-right: 0;
}
.flex2_column {
  flex: 9;
}
.submenu.level-4 { 
  padding-left: 0;
}
.navigation-primary .mm_column li {
  display: block;
  float: none;
  margin-left: 0;
}
.navigation-primary .level-4 li {
  padding-bottom: 0;
  position: relative;
}
.navigation-primary .level-4 li>.menu-arrow {
  position: absolute;
  left: -.8vw;
  top: .4vw;
  width: 1vw;
  height: 1vw;
  background: url("https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/2022%20Assets%20TMK/little_nav_triangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  background-position: left center;
  display: none;
}
@media only screen and (max-width: 1600px) {
  .navigation-primary .level-4 li>.menu-arrow {
    top: 9px;
  }
}
.navigation-primary .level-4 li>.arrowdown {
  background-position: right center;
}
.navigation-primary .level-4 a {
  font-size: .74em;
  height: auto;
}
.navigation-primary .level-4 .has-submenu>a {
  text-transform: uppercase;
}
.navigation-primary .level-5 {
  padding-left: 20px;
}
.mm_heading {
  font-size: 1.2em;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  color: #fff;
}
.mm_desc {
  text-transform: none;
  color: rgba(255, 255, 255, .7); 
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4;
  padding-right: 30px;
}
.navigation-primary ul.submenu.level-2 a {
  display: inline-block;
}
.navigation-primary ul.submenu.level-2 a::before {
  content="";
}
.navigation-primary li.mm_right_inner_row {
  display: flex;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0;
}
.navigation-primary ul.submenu.level-2 a.mm_sub_dyn_block {
  flex: 1;
  vertical-align: middle;
  background-color: var(--darkblue);
  border: 1px solid #2fa4ff;
  padding: 25px 0 25px 25px;
}
.navigation-primary ul.submenu.level-2 a.mm_sub_dyn_block:first-child {
  margin-right: 20px;
}
.navigation-primary ul.submenu.level-2 a.mm_sub_dyn_block:last-child {
  margin-left: 20px;
}
.mm_sub_dyn_right_column {
  display: inline-block;
  vertical-align: middle;
  width: calc(87% - 130px);
}
.navigation-primary .featured-posts_img {
  display: inline-block;
  vertical-align: middle;
  max-height: 130px;
  max-width: 130px;
  width: 7vw;
  height: 7vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2.3vw;
}
.mm_featured-tags {
  display: inline-block;
  font-family: 'Source Code Pro',monospace;
  font-size: 1em;
  color: var(--red);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px;
}
.mm_post-title {
  text-transform: none;
  color: rgba(255, 255, 255, 0.6); 
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 1592px) {
  .navigation-primary .featured-posts_img {
    margin-right: .8vw;
  }
  .mm_sub_dyn_right_column {
    width: 62%;
  }
}
@media only screen and (max-width: 1284px) {
  .navigation-primary .featured-posts_img {
    display: none;
  }
  .mm_sub_dyn_right_column {
    width: 96%;
  }
}
.featured_slideshow .featured-posts_img {
  width: 100%;
  height: 13vw;
  background-size: cover;
}
.hwu_pagewidth {
  opacity: 0;
  position: relative;
}
.hwu_heading {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.hwu_heading.tmk-invert {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.tvision-dark .tmk-invert {
  color: #000;
}
.tvision-dark .nlel-invert, .tvision-dark .nlel-invert .nlel_title a {
  color: var(--darkblue);
}
.hwu_heading_wrapper_center .hwu_heading {
  display: block;
}
.hwu_content {
  width: calc(100% - 100px);
  margin-left: 11vw;
}
.hwu_content_right {
  margin-right: 11vw;
  float: right;
}
.hwu_content_center {
  margin: 0 auto;
}
.hwu_heading_h {
  margin:0;
  position: relative;
  margin-bottom: 0;
  padding-left: 7vw;
}
@media only screen and (max-width: 1200px) {
  .hwu_heading_h {
    padding-left: calc( 25px + 4vw );
  }
}
.hwu_heading_right {
  padding-left: 0;
  padding-right: 11vw;
}
.hwu_heading_wrapper_center .hwu_heading_h {
  text-align: center;
  padding-left: 0;
}

@media only screen and (max-width: 1024px) {
  .hwu_heading {
    text-align: center;
    display: block;
    margin: 0 25px;
  }
  .hwu_heading_wrapper {
    text-align: center;
    padding-left: 0;
    display: block;
  }
  .hwu_heading_right {
    padding-right: 0;
  }
  .hwu_content {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .hwu_heading_h {
    text-align: center!important;
    padding-left: 0;
  }
  .hwu_heading {
    display: block;
  }
}
/*************** Banner Style ***************/

.tmk-hide {
  display: none;
}

.trns_slide_up {
  animation: slideUp 1s ease 500ms 1 normal forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.trns_slide_down {
  animation: slideDown 1s ease 100ms 1 normal forwards;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-250px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

.trns_slide_down_mm {
  animation: slideDown_mm 1s ease 100ms 1 normal forwards;
}
@keyframes slideDown_mm {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

.trns_slide_left {
  animation: trns_slide_left 1s ease 500ms 1 normal forwards;
}
@keyframes trns_slide_left {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/************ Bbutton ***************/
.tmk22_btn_container {
  padding: 10px;
  display: inline-block;
  position: absolute;
}
.tmk22_button {
  color: #fff;
  background-color: var(--red);
  font-size: .84em;
  font-family: 'Source Code Pro', monospace;
  text-transform: uppercase;
  padding: 8px 40px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.tmk22_button:hover, .tmk22_button:active {
  color: var(--red);
  text-decoration: none!important;
  background-color: #fff;
}
.tmk22_button_shadow {
  border: 1px solid #fff;
  background-color: transparent;
}
.tmk-invert .tmk22_button_shadow {
  border: 1px solid #000;
}
.icwb_button_shadow_tmk {
  border: 1px solid #000;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-top: 15px;
  margin-left: -15px;
  transform: translate(-50%, 0);
}
.icwb_button_tmk {
  position: relative;
}
.icwb_button_tmk:hover {
  background-color: var(--cyanlight);
  color: #fff;
}
.cta_white .tmk22_button {
  color: var(--red);
  background-color: #fff;
}
.hs-error-msg {
  color: var(--red);
}
/*********** TVision Dark Background page ***********/
body.tvision-dark {
  background: var(--darkblue);
}
.tvision-dark {
  color: #fff;
}
.tvision-dark h1 a, .tvision-dark h2 a, .tvision-dark h3 a, .tvision-dark h4 a, .tvision-dark h5 a, .tvision-dark h6 a {
  color: #2fa4ff;
}
.tvision-dark a:hover, .tvision-dark a:active, .tvision-dark h1 a:hover, .tvision-dark h2 a:hover, .tvision-dark h3 a:hover, .tvision-dark h4 a:hover, .tvision-dark h5 a:hover, .tvision-dark h6 a:hover {
  text-decoration: underline;
}
.tvision-dark .nlel_title a {
  color: #fff;
}
/* Locations Section */
.inline-container { font-size: 0; }
.locations-section { overflow: hidden; }
.locations-section .container { margin-left: -15px; width: calc(100% + (30px)); }
.location-item { color: #ffffff; position: relative; display: inline-block; vertical-align: top; width: calc(100%/3); padding: 0 0 30px; }
.location-item .inner { height: 400px; height: 25vw; background-size: cover; background-position: center center; overflow: hidden; }
.location-item .inner::after { content: ''; background-color: rgba(0,0,0,0.35); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.location-item .default-state { height: 100%; position: relative; z-index: 1; }
.location-item .default-state .title { font-size: 48px; font-weight: bold; position: relative; top: 50%; transform: translateY(-50%); }
.location-item .hover-state {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 67, 72, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 1;
}
.location-item .hover-state .title,
.location-item .mobile-state .title { font-size: 24px; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; } 
.location-item .hover-state .address,
.location-item .mobile-state .address { font-size: 20px; line-height: 1.6em; margin-top: 15px; }
.location-item .hover-state .email,
.location-item .mobile-state .email { margin-top: 15px; }
.location-item .hover-state .email a,
.location-item .mobile-state .email a { font-size: 20px; color: #0B94FE; font-weight: bold; }
.location-item .mobile-state { display: none; color: #000000; }

@media screen and (min-width: 1024px){
  .location-item:hover .default-state { display: none; }
  .location-item:hover .hover-state { opacity: 1; top: 0; }
}
@media screen and (max-width: 1024px){
  .location-item .inner { height: 35vw; }
  .locations-section .container { margin-left: 0; width: 100%; }
  .location-item { width: 100%; padding: 0; }
  .location-item .mobile-state { display: block; padding: 30px 0 50px; }
  .mobile-state .content { color: #fff; }
}
@media screen and (max-width: 480px){
  .location-item .inner { height: 65vw; }
  .location-item .default-state .title { font-size: 36px; }
}

/***************** Our People ***************/
.ourp_flex_row {
  display: flex;
  width: calc(100% - 100px);
  max-width: 1600px;
  margin: 0 auto;
}
.ourp_flex_column {
  flex: 1;
  padding: 1.6vw;
}
.ourp_image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 900px){
  .ourp_flex_row {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  #colnum_3 .ourp_flex_column {
    margin-bottom: 25px;
  }
  #colnum_3 .ourp_image {
    max-width: 320px;
    height: 400px!important;
  }
  .ourp_pagewidth #colnum_4 {
    max-width: 640px;
  }
  #colnum_4 .ourp_flex_column {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
  #colnum_4 .ourp_image {
    height: 400px!important;
  }
}
@media screen and (max-width: 688px){
  .ourp_pagewidth #colnum_4 {
    max-width: 320px;
  }
  #colnum_4 .ourp_flex_column {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #colnum_4 .ourp_image {
    height: 400px!important;
  }
}
.ourp_info {
  margin-top: -4vw;
  margin-left: 3.5vw;
  margin-right: -1px;
  padding: 1.3vw 0 0 1.3vw;
}
.ourp_info_outline {
  border: 1px solid #fff;
  padding: 1.6vw;
}
@media screen and (min-width: 1700px){
  .ourp_info {
    margin-top: -70px;
    margin-left: 60px;
    padding: 22px 0 0 22px;
  }
  .ourp_flex_column {
    padding: 28px;
  }
  .ourp_info_outline {
    padding: 28px;
  }
}
@media screen and (max-width: 1500px){
  .ourp_info {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 890px){
  .ourp_info {
    margin-top: -30px;
    margin-left: 20px;
    padding: 20px 0 0 20px;
  }
  .ourp_flex_column {
    padding: 20px;
  }
  .ourp_info_outline {
    padding: 20px;
  }
}
.ourp_name {
  margin-bottom: 10px;
}
.ourp_title {
  font-size: .74em;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700;
}
.r_chev_blue {
  height: 20px;
  width: 12px;
  margin: 0 10px 0 0;
  background-color: VAR(--red);
  display: inline-block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: relative;
  top: 4px;
}
.ourp_link {
  color: var(--red);
  line-height: 1;
  position: relative;
  font-size: .7em;
  font-weight: 700;
  display: inline-block;
  top: 3px;
}
.tvision-dark .ourp_link:hover, .tvision-dark .ourp_link:active {
  color: var(--cyanlight);
  text-decoration: none;
  cursor: pointer;
}
.ourp_in {
  display: inline-block;
  margin: 0 20px 10px 0;
  filter: brightness(0) contrast(3) grayscale(1) hue-rotate(-23deg) invert(1) saturate(3);
}
.ourp_in:hover {
  filter: brightness(1.92) hue-rotate(48deg) invert(1) saturate(1.28);
}
/* The Modal */
.ourp_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); 
  z-index: 9999;
}
.ourp_inner {
  background-color: #123e58;
  height: calc(100vh - 100px);
  max-width: 1400px;
  margin: 50px auto;
}
.ourp_inner .ourp_image {
  width: 50%;
  height: 100%;
  float: left;
}
.ourp_inner .ourp_bio {
  float: left;
  width: 40%;
  padding: 5%;
  position: relative;
}
.ourp_inner .close {
  position: absolute;
  top: 5%;
  right: 6%;
  font-size: 1.5em;
}
.ourp_bio_rt {
  overflow-y: scroll;
  height: 58vh;
  padding-right: 50px;
  
}
.ourp_modal .close:hover, .ourp_modal .close:active {
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1500px){
  .ourp_inner {
    margin: 50px 50px;
  }
}
.investors-iconimage {
  -webkit-filter: grayscale(1) opacity(0.6);
  filter: grayscale(1) opacity(0.6);
}
.nlel_top_row_tmk {
  width: 78vw;
  margin: 40px auto 0;
}
.nlel_row_tmk {
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  width: 78vw;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.nlel-invert-row {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.nlel_pubname, .nlel_pubdate {
  display: inline-block;
  font-size: .76em;
}
.nlel_pubname {
  margin-right: 20px;
  text-transform: uppercase;
  color: var(--cyanlight);
  font-weight: 600;
}
.nlel_title {
  margin: 25px 0;
}
@media only screen and (max-device-width: 1200px) {
  .nlel_row_tmk, .nlel_top_row_tmk {
    width: calc(100vw - 100px);
  }   
}
@media only screen and (max-device-width: 800px) {
  .nlel_column img {
    display:none;
  }
  .nlel_row_tmk {
    display: block;
  }
  .nlel_excerpt, .nlel_excerpt:last-child {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.nlel_excerpt, .nlel_excerpt:last-child {
  margin-bottom: 50px;
  margin-right: 50px;
}
.dfwcb_container {
  opacity: 0;
}
.dfwcb_divider_top {
  width: 100%;
  height: 6vw;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  margin-bottom: -1px;
}
.dfwcb_divider_top_d {
  width: 100%;
  height: 6vw;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  margin-bottom: -1px;
}
.dfwcb_divider_top_no {
  display: none;
}
.dfwcb_divider_bottom {
  width: 100%;
  height: 6vw;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  margin-top: -1px;
}
.dfwcb_divider_bottom_d {
  width: 100%;
  height: 6vw;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  margin-top: -1px;
}
.dfwcb_divider_bottom_no {
  display: none;
}
.dfwcb_wrapper {
  padding: 40px 0 0;
}
.dfwcb_header {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 13px;
  position: relative;
  width: calc(100% - 7vw);
}
.dfwcb_header.nlel-invert {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.dfwcb_header_h {
  margin: 0 7vw;
}
.dfwcb_viewall_btn {
  font-family: 'Source Code Pro', monospace;
  font-size: .9em;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 0;
  color: var(--red);
  text-decoration: none;
}
.dfwcb_viewall_btn:hover {
  text-decoration: none;
  color: #fff;
}
.dfwcb_viewall_btn:focus {
  text-decoration: none;
}
.cta_black {
  color: #000;
}
.dfwcb_flex_row {
  display: flex;
  margin: 25px 7vw 0;
  max-width: 1660px;
}
.dfwcb_flex_row#left {
  margin: 50px 7vw 0 0;
}
.dfwcb_flex_row#right {
  margin: 50px 0 0 7vw;
}
.dfwcb_flex_column {
  margin: 0 4vw;
  position: relative;
}
.dfwcb_flex_row#right .dfwcb_flex_column:last-child {
  margin: 0 0 0 4vw;
}
.dfwcb_flex_row#left .dfwcb_flex_column:first-child {
  margin: 0 4vw 0 0;
}
.dfwcb_flex_column:first-child {
  margin-left: 0!important;
}
.dfwcb_flex_column:last-child {
  margin-right: 0!important;
}
.dfwcb_flex_row h1, .dfwcb_flex_row h2, .dfwcb_flex_row h3, .dfwcb_flex_row h4 {
  margin-top: 0;
}
.dfwcb_flex_column .hs_cos_wrapper > *:last-child {
  margin-bottom: 0;
}
.dfwcb_buttons_container {
  position: relative;
  width: 100%;
  height: 5vw;
}
.fwli_buttons_container {
  width: 100%;
  height: 100px;
}
.dfwcb_button_tmk {
  position: absolute;
  bottom: 12px;
  left: .6vw;
}
.fwli_button_tmk {
  position: absolute;
  bottom: 12px;
  left: auto;
  right: 0;
}
.cta_right .dfwcb_button_tmk {
  left: auto;
  right: .6vw;
}
.dfwcb_button_shadow_tmk {
  position: absolute;
  bottom: 0;
  left: .6vw;
  margin-left: -12px;
}
.fwli_button_shadow_tmk {
  position: absolute;
  bottom: 0;
  left: auto!important;
  right: 12px;
}
.cta_right .dfwcb_button_shadow_tmk {
  left: auto;
  right: .6vw;
  margin-right: 12px;
}
.dfwcb_button_tmk_two {
  position: absolute;
  bottom: 12px;
  left: 14vw;
}
.dfwcb_button_shadow_tmk_two {
  position: absolute;
  bottom: 0;
  left: 14vw;
  margin-left: -12px;
}
.dfwcb_bottom_button_container {
  position: relative;
  height:60px;
  margin: 55px auto 0;
  text-align: center;
}
.dfwcb_button_tmk_bottom {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.dfwcb_button_shadow_tmk_bottom {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -12px;
}
.dfwcb_content {
  margin: 0 11vw;
}
.dfwcb_content_center {
  margin: 0 auto;
}
.dfwcb_content_right {
  float: right;
}
.dfwcb_back_img {
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.dfwcb_back_img_content {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top -6vw center;
}
.dfwwcb_back_center {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.dfwwcb_back_bottom {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.outlined_box_blueback {
  background-color: rgba(0, 13, 20, 0.7);
  padding: 3vw;
  border: 1px solid #FFFFFF;
}
@media only screen and (min-width: 1785px) {
  .dfwcb_flex_row#right {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-primary>ul li {
    margin-left: 90px;
  }
  .dfwcb_flex_row {
    margin: 25px auto 0;
  }
}
@media only screen and (min-device-width: 1598px) {
  .dfwcb_back_img_bottom {
    background-position: bottom 100px center;
  }
}
@media only screen and (max-device-width: 1828px) {
  .dfwcb_buttons_container {
    height: 6vw;
  }
  .dfwcb_button_tmk_two {
    left: 20vw;
  }
  .dfwcb_button_shadow_tmk_two {
    left: 20vw;
  }
}
@media only screen and (max-device-width: 1828px) {
  .dfwcb_buttons_container {
    height: 6vw;
  }
  .dfwcb_button_tmk_two {
    left: 20vw;
  }
  .dfwcb_button_shadow_tmk_two {
    left: 20vw;
  }
}
@media only screen and (max-device-width: 1093px) {
  .dfwcb_button_tmk_two {
    left: 33vw;
  }
  .dfwcb_button_shadow_tmk_two {
    left: 33vw;
  }
}
@media only screen and (max-device-width: 1200px) {
  .dfwcb_flex_row {
    display: block;
    margin-left: 25px;
    margin-right: 25px;
  }
  .dfwcb_header_h {
    margin: 0 25px;
  }
  .dfwcb_header {
    width: 100%
  }
  .dfwcb_viewall_btn {
    right: 25px;
  }
  .dfwcb_content {
    margin: 0 25px;
  }
  .dfwcb_background_off {
    background-image: none!important;
  }
  .dfwcb_space_below_content {
    height:1px!important;
  }
  .dfwcb_back_img {
    background-size: 130% auto;
  }
  .dfwcb_back_img_content {
    background-size: 130% auto;
  }
  .hide_1200_and_under {
    display: none;
  }
  .dfwcb_flex_row#left {
    margin: 50px 25px;
  }
  .dfwcb_flex_row#right {
    margin: 50px 25px;
  }
  .dfwcb_flex_column:first-child {
    margin-left: 2vw!important;
  }
  .dfwcb_flex_column:last-child {
    margin-right: 2vw!important;
  }
  .dfwcb_flex_column:last-child {
    margin-bottom: 0!important;
  }
}
@media only screen and (max-device-width: 600px) {
  .dfwcb_viewall_btn {
    display: none;
  }
  .dfwcb_buttons_container {
    height: 20vw;
  }
  .dfwcb_button_tmk_two {
    left: 40vw;
  }
  .dfwcb_button_shadow_tmk_two {
    left: 40vw;
  }
  .dfwcb_back_img_content {
    background-size: auto 70%;
  }
}
.hero_button_tmk {
  position: relative;
  margin-top: 15px;
}
.button_shadow_tmk {
  position: absolute;
  margin-left: -12px;
  top: 0;
  margin-top: 20px;
}
.section_back_img {
  background-size: 100% auto;
  background-position: top center;
}
.section_back_img_content {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top -6vw center;
}
.section_back_center {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.section_back_bottom {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.nlel_cta {
  color:var(--red);
}
.nlel_cta:hover, .nlel_cta:active {
  color: #000;
  text-decoration: none;
}
.tmk_soc_ico {
  margin: 25px;
}
.tmk_soc_ico {
  margin: 45px;
}
.tmk_soc_ico img:hover, .tmk_soc_ico img:active {
  filter: invert(53%) sepia(74%) saturate(1767%) hue-rotate(182deg) brightness(99%) contrast(104%);
}
#site-scroll-top {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: #999;
    height: 35px;
    line-height: 27px;
    width: 35px;
    font-size: 16px;
    background: #f7f7f7;
    text-align: center;
    z-index: 998;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#site-scroll-top:hover {
  background: var(--cyanlight);
}
@media only screen and (max-device-width: 1199px) {
  #site-scroll-top {
    display: none;
  }
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.ticon-chevron-up {
  filter: invert(1);
  height: 20px;
  width: 20px;
}
.fwri_mobile {
  display: none;
}
.fwri_desc.fwri_mobile {
  font-family: 'Source Code Pro',monospace;
  font-size: .78em;
  margin: 1vw 5vw 2vw 0;
  position: relative;
}
.fwri_mobile .tmk22_btn_container {
  position: relative;
  bottom: auto;
  display: block;
  width: 100%;
  height: 60px;
}
.searchForm-module, .searchResults-module .sr-header {
  background-color: transparent;
  background-image: url("https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/2022%20Assets%20TMK/search_back.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  padding: 100px 0;
}
.searchForm-module .page-center, .searchResults-module .page-center {
  background-color: #fff;
  max-width: 1400px!important;
  padding: 40px 70px 60px;
  position: relative;
}
.searchForm-module .page-center::after, .searchResults-module .page-center::after {
  display: block;
  content: "";
  width: 135px;
  height: 390px;
  background-image: url("https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/2022%20Assets%20TMK/xl_right_blue_chevron.png");
  position: absolute;
  background-size: cover;
  top: -40px;
  left: -100px;
}
.searchResults-module .sr-list .page-center::after {
  background-image: url();
}
.searchForm-module .searchForm, .searchResults-module .searchForm {
    font-size: 1.24em;
}
.searchForm-module h3, .searchResults-module h3 {
  font-size: .8em;
  color: var(--cyanlight);
  text-transform: uppercase;
}
.searchForm-module .action, .searchResults-module .action {
  width: 84px;
  height: 84px;
  margin-left: -7px;
}
.searchForm-module .action input[type=submit], .searchResults-module  .action input[type=submit] {
  background: transparent url(https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/2022%20Assets%20TMK/search_icon.png) 18px center no-repeat;
  background-size: 42px auto;
  border: 1px solid var(--cyanlight);
  width: 82px;
  height: 82px;
  padding: 0 0 0 0;
  margin-top: 2px;
  position: relative;
  font-size: 1px;
  color: transparent;
}
.searchForm-module input:not([type=checkbox]):not([type=radio]):not([type=submit]), .searchForm-module select, .searchForm-module textarea,
.searchResults-module input:not([type=checkbox]):not([type=radio]):not([type=submit]), .searchResults-module select, .searchResults-module textarea {
  height: 82px;
  font-family: 'Source Code Pro',monospace;
  border: 1px solid var(--cyanlight);
  font-size: .8em;
  padding: 12px 20px;
}
.searchResults-module input[type="email"], .searchResults-module input[type="text"] {
    width: 100%!important;
}
.searchForm-module .email-field, .searchResults-module .email-field {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 86px);
}
.searchForm-module .company-li, .searchResults-module .company-li {
    font-size: .7em;
    font-weight: 400;
    font-family: 'Source Code Pro',monospace;
}
@media only screen and (max-device-width: 1670px) {
  .searchForm-module .page-center, .searchResults-module .page-center {
    margin-right: 50px !important;
    margin-left: 50px !important;
    max-width: calc(100% - 240px)!important;
  }
}
@media only screen and (max-device-width: 650px) {
  .searchForm-module .page-center::after {
    display: none;
  }
  .searchForm-module .page-center, .searchResults-module .page-center {
    margin-right: 0!important;
    margin-left: 0!important;
    max-width: none!important;
    width: calc(100% - 50px)!important;
    padding: 40px 25px 50px;
  }
}
.fullResultsForm {
  padding: 50px 10% 100px;
  border-top: 3px solid var(--red);
}
.fullResultsForm .hs-form input[type=submit] {
  border: 0 none var(--red);
  color: #fff;
  background: url() 125px center no-repeat;
  padding: 12px 25px 18px 25px;
  background-color: var(--red);
  font-family: 'Source Code Pro',monospace;
  line-height: 1;
  position: relative;
}
.fullResultsForm .hs-form .hs-form-field>label {
  font-family: 'Source Code Pro',monospace;
  color: #000;
}
/*  Begin Blog Listing with pagination  */
.bloglist {
  float: left;
  width: calc(33% - 6vw - 30px);
  padding: 15px 15px 5px;
  margin: 3vw;
  border: 1px solid #FFFFFF;
  min-height: 550px;
}
#bloglist_Slider {
  margin-bottom: 0;
}
.bloglist_container {
  width: calc(100vw - 100px);
  max-width: 1600px;
  margin: 0 auto;
}
.bloglist_title {
  margin: 0 25px 22px;
}
.bloglist_image {
  width: 100%;
  height: 14vw;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-device-width: 1700px) {
  .bloglist_image {
    height: 238px;
  }
}
.bloglists_tags {
  color: var(--cyanlight);
  text-transform: uppercase;
  font-size: .7em;
  margin: 25px 25px 22px;
}
.bloglists_tags a {
  color: var(--cyanlight);
}
.tvision-dark .bloglist_title a {
  color: #fff;
}
.bloglist_summary {
  font-size: .6em;
  margin: 0 25px 22px;
}
p.bloglist_summary:last-child {
  margin-bottom: 25px;
}
.bloglist_read {
  font-size: .5em;
  margin: 0 25px 22px;
}
@media only screen and (max-device-width: 1024px) {
  .bloglist {
    width: calc(100% - 31px);
    margin: 15px 0;
    min-height: auto;
  }
  .bloglist_image {
    height: 200px;
  }
}
.bloglist_container .lSSlideOuter .lSPager.lSpg>li a {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  height: 40px;
  overflow: hidden;
  text-indent: 0;
  width: 40px;
  line-height: 1.6;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: 'Source Code Pro',monospace;
}
.bloglist_container .lSSlideOuter .lSPager.lSpg>li a:hover, .bloglist_container .lSSlideOuter .lSPager.lSpg>li a:active {
  text-decoration: none;
}
.bloglist_container .lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: transparent;
  color: var(--cyanlight);
  border: 1px solid #1C6EA4;
}
.bloglist_container .lSAction {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}
.bloglist_container .lSAction>.lSPrev {
  left: 100px;
}
.bloglist_container .lSAction>.lSNext {
  right: 100px;
}
@media only screen and (max-device-width: 800px) {
  .bloglist_container .lSAction>.lSPrev {
    left: 0;
  }
  .bloglist_container .lSAction>.lSNext {
    right: 0;
  }
}

.bloglist_container .lSAction>a {
  top: auto;  
  bottom: 0;
  width: auto;
  height: auto;
  color: #fff;
  opacity: 1;
}
.bloglist_container .lSAction>a:hover, .bloglist_container .lSAction>a:active {
  text-decoration: none;
  color: var(--red);
}
.lSAction > a {
  background-image:none
}

.bloglist_filtersearch {
  width: calc(100vw - 100px);
  max-width: 1600px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  position: relative;
}
.bloglist_filtersearch .filter, .bloglist_filtersearch .hs-search-field {
  display: inline-block;
  width: calc(50% - 70px);
  box-sizing: border-box;
}
.bloglist_filtersearch .filter {
  margin-left: 3vw;
  position: relative;
}
.bloglist_filtersearch .icon, .hs-search-field .icon, .success_stories_new .icon {
  display: inline-block;
  width: 70px;
  height: 75px;
  border: 1px solid var(--cyanlight);
  padding: 20px 20px;
  box-sizing: border-box;
}
.success_stories_new .icon {
  transform: translate(-3px, 0);
}
.bloglist_filtersearch .type, .success_stories_new .type {
  display: inline-block;
  height: 75px;
  border: 1px solid var(--cyanlight);
  margin: 0 0 0 -7px;
  padding: 14px 10px 6px;
  box-sizing: border-box;
  font-family: 'Source Code Pro',monospace;
  background: url(https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/2022%20Assets%20TMK/icon_down_chevron.png) no-repeat;
  background-position: top 30px right 20px;
  position: relative;
}
.success_stories_new .type {
  margin: 0 0 0 -13px;
}
.success_stories_new .type.use_case {
  margin: 0 0 0 -3px;
}
.bloglist_filtersearch .type {
  width: calc(100% - 67px);
  top: 0;
  left: 1px;
}
.bloglist_filtersearch .type li, .success_stories_new .type li {
  list-style-type: none
}
.bloglist_filtersearch .type > li, .success_stories_new .type > li {
  color: var(--cyanlight);
  font-size: 1.3em;
  cursor: pointer;
}
.bloglist_filtersearch .type .dropdown, .success_stories_new .type .dropdown {
  position: absolute;
  top: 73px;
  left: -1px;
  color: #fff;
  font-size: .6em;
  box-sizing: border-box;
  border: 1px solid var(--cyanlight);
  width: calc(100% + 2px);
  background-color: var(--darkblue);
  padding: 20px 20px;
  z-index: 10;
  display: none;
}
.bloglist_filtersearch .type .dropdown li {
  padding: 8px 0;
  cursor: pointer;
}
.bloglist_filtersearch .type .dropdown li:hover {
  background-color: #02121a;
}
.bloglist_filtersearch .type .dropdown li:active {
  color: var(--cyanlight);
}
.bloglist_filtersearch input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  height: 75px;
  border: 1px solid var(--cyanlight);
  color: var(--cyanlight);
  font-size: 1.3em;
  background-color: transparent;
  font-family: 'Source Code Pro',monospace;
}
.bloglist_filtersearch input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder {
  color: var(--cyanlight);
}
.bloglist_filtersearch input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
    outline: none;
}
.bloglist_filtersearch .hs-search-field {
  float: right;
  position: relative;
}
.hs-search-field__bar {
  display: inline-block;
  width: calc(100% - 80px);
  height: 75px;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid var(--cyanlight);
  position: absolute;
  top: 73px;
  left: -1px;
  width: calc(100% + 2px);
  color: #fff;
  font-size: .8em;
  width: 100%;
  background-color: var(--darkblue);
  padding: 20px 20px;
  z-index: 10;
  font-family: 'Source Code Pro',monospace;
  box-sizing: border-box;
}
.hs-search-field--open .hs-search-field__suggestions li {
  padding: 8px 0;
}
.hs-search-field {
  margin-right: 3vw;
}
.hs-search-field .icon {
  position: relative;
  right: 5px;
  top: -2px;
}
.bloglist_container > .lSSlideOuter > .lSSlideWrapper > .lSAction {
  display: none;
}
@media only screen and (max-device-width: 1400px) {
  .bloglist {
    width: calc(33% - 3vw - 30px);
    margin: 1.5vw;
    min-height: 525px;
  }
  .bloglist_filtersearch .filter {
    margin-left: 1.5vw;
  }
  .hs-search-field {
    margin-right: 1.3vw;
  }
  .bloglist_filtersearch .filter, .bloglist_filtersearch .hs-search-field {
    width: calc(50% - 30px);
  }
}
.wpdtSimpleTable.wpDataTable tr td {
  border: 1px solid var(--cyanlight);
}
.success_stories_new .filter_heading {
  font-size: .9em;
  line-height: 2.2em;
  display: inline-block;
  width: auto;
  height: 75px;
  border: 1px solid var(--cyanlight);
  margin: 0;
  padding: 15px 30px;
  box-sizing: border-box;
  font-family: 'Source Code Pro',monospace;
  position: relative;
  top: -2px;
  left: -8px;
}
.success_stories_new  {
  width: auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
.success_stories_new .type .dropdown {
  padding: 0 10px 50px;
}
.success_stories_new .filter {
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}
.success_stories_new .type>li {
  color: #fff;
  font-size: .9em;
  padding: 10px 30px;
  white-space: nowrap;
  width: auto;
}
.success_stories_new .type .dropdown {
  font-size: 1em;
  width: auto;
}
.success_stories_new .type .dropdown li {
  border-bottom: 2px solid var(--cyanlight);
  padding: 5px 50px;
  position: relative;
}
.success_stories_new .type .dropdown li:hover, .success_stories_new .type .dropdown li:active {
  color: var(--red);
}
.success_stories_new .filter {
  width: auto;
  display: inline-block;
}
.triangle_bullet {
  background: url(https://3023204.fs1.hubspotusercontent-na1.net/hubfs/3023204/2022%20Assets%20TMK/little_right_triangle.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left 24px center;
}
.hs-embed-wrapper {
  max-height: none!important;
}
.dfwcb_video_outline {
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 3vw;
}
.dfwcb_video_container_tmk {
    height: 0;
    padding: 0 0 56.25%;
    position: relative;
    margin: 0;
    width: auto;
}
.dfwcb_video_container_tmk iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.htmlb_pagewidth {
  opacity: 0;
}
.htmlb_container {
  width: calc(100% - 100px);
  max-width: 1400px;
  margin: 0 auto;
}
.htmlb_table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}
.htmlb_table.creative img, .htmlb_table.app_attention img {
  margin-bottom: 10px;
}
.htmlb_table td {
  text-align: center;
  padding: 20px 15px;
  border: 1px solid var(--cyanlight);
  vertical-align: top;
  font-family: 'Source Code Pro', monospace;
  font-size: .85em;
  line-height: 1.3em;
}
.htmlb_table .labels {
  text-align: left;
  vertical-align: middle;
}
.htmlb_table .labels.top {
  color: var(--cyanlight);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
}
.htmlb_table .top {
  vertical-align: bottom;
  border: 0 none var(--darkblue);
}
.htmlb_table.app_attention .top {
  vertical-align: bottom;
}
.htmlb_table .top img {
  margin-bottom: 0;
}
.htmlb_table .even {
  background-color: #052d45;
}
@media screen and (max-width: 1000px) {
  .htmlb_container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.htmlb_text_container {
  max-width: 1400px;
  margin: 40px auto 0;
  width: calc(100% - 100px);
}
.dfwcb_content .side {
	display: inline-block;
  width: 202px;
  white-space: nowrap;
}
.dfwcb_content .middle {
	display: inline-block;
  width: calc(100% - 420px);
  white-space: nowrap;
}
.dfwcb_content .middle img {
  padding-bottom: 15px;
}
.font_lato {
  font-family: 'Lato',sans-serif;
}
.htmlb_table .vert_mid {
  vertical-align: middle;
}
@media screen and (max-width: 430px) {
  .success_stories_new .type .dropdown li {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 1104px) {
  .success_stories_new .type {
    margin: 0 0 0 0;
    left: 0;
  }
}
@media only screen and (min-width: 1761px) {
  .htmlb_table td {
    font-size: .78em;
  }
  .dfwcb_content .side {
    width: 222px;
  }
  .dfwcb_content .middle {
    width: calc(100% - 458px);
  }
  .navigation-primary .level-4 li>.menu-arrow {
    width: 19px;
    height: 19px;
    left: -14px;
    top: 7px;
  }
  .bloglist_filtersearch .filter {
    margin-left: 50px;
  }
  .bloglist_filtersearch .type {
    width: 600px;
    left: 2px;
  }
  .bloglist_filtersearch .icon img, .hs-search-field .icon img {
    transform: translateY(-2px);
  }
  .hs-search-field .icon {
    top: -1px;
  }
  .bloglist_filtersearch {
    width: 1600px;
  }
  .bloglist {
    width: calc(33% - 135px);
    margin: 50px;
  }
  .bloglist_container {
    width: 1600px;
  }
  .si_search {
    transform: translate(-5px,-11px);
  }
}
@media screen and (max-width: 900px) {
  .bloglist {
    width: calc(50% - 64px);
    margin: 15px;
  }
  .bloglist_filtersearch {
    width: calc(100vw - 30px);
    margin: 0 auto 10px;
  }
  .bloglist_container {
    width: calc(100vw - 28px);
  }
}
@media screen and (max-width: 800px) {
  .htmlb_table  {
    width: 701px;
  }
}
@media screen and (min-width: 1000px) {
  .htmlb_table .labels {
    padding-left:30px;
  }
}
@media screen and (max-width: 800px) {
  .success_stories_new {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid {
    display: block;
  }
  .grid .item {
    margin-bottom: 20px;
  }
  .hide_back_image {
    background-image: none!important;
  }
  .ssn_container .content {
    padding-bottom: 75px;
  }
  .ssn_button_tmk {
    bottom: 20px;
    right: 10px;
  }
  .ssn_button_shadow_tmk {
    bottom: 10px;
    right: 15px;
  }
}
.ssn_container .top_lable {
  font-family: 'Lato',sans-serif;
  color: var(--cyanlight);
  font-size: .9em;
  display: none;
}
.ssn_container .results .top_lable {
  font-size: .8em;
}
@media screen and (max-width: 800px) {
  .ssn_container .left_lable {
    display: none;
  }
  .ssn_container .top_lable {
    display: inline;
  }
}
.blue_h3_and_icon {
  display: flex;
  align-items: center;
}
.blue_h3_and_icon h3 {
  color: var(--cyanlight);
  margin-bottom: 0;
  margin-left: 25px;
}
.button_white_tmk {
  color: #000;
  background-color: #fff;
}
#hs_cos_wrapper_widget_69468217688_ {
  position: relative;
}
.mps_big_number {
    color: var(--red);
    font-size: 4.4vw;
    font-weight: 700;
    position: absolute;
    top: 15vw;
    right: 4vw;
}
@media only screen and (min-width: 1920px) {
  .mps_big_number {
    top: 284px;
    right: 70px;
    font-size: 86px;
  }
}
@media only screen and (max-device-width: 1200px) {
  .hs-search-field {
    margin-right: 1vw;
  }
  .bloglist_filtersearch .filter, .bloglist_filtersearch .hs-search-field {
    width: calc(50% - 20px);
  }
  .bloglist_filtersearch .type {
    width: calc(100% - 80px);
    left: 2px;
  }
  .hs-search-field .icon {
    top: -3px;
  }
  .mps_big_number {
    top: 17vw;
    right: 7vw;
  }
}

@media only screen and (max-device-width: 700px) {
  .bloglist_filtersearch .filter, .bloglist_filtersearch .hs-search-field {
    width: calc(100% - 50px);
  }
  .bloglist_filtersearch {
    width: 100%;
  }
  .bloglist_filtersearch .filter {
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .bloglist_filtersearch .hs-search-field {
    float: none;
    margin-left: 30px;
  }
  .bloglist {
    width: calc(100% - 64px);
    margin: 15px;
  }
}
.ctva-header {
  width: 100%;
  height: 35px;
  text-align: center;
}
.ctva-header--green {
  background-color: var(--green);
}
.ctva-header--red {
  background-color: var(--red);
}
.ctva-header--cyan {
  background-color: var(--cyanlight);
}