*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
#map {
  height: 600px;
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header {
  padding-top: 300px;
  background-size: cover;
  background-position: center;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}
.bg-blue {
  background-color: #033144 !important;
  color: #ffffff;
}

.bg-light-blue{
	background-color: #0383bf !important;	  
	color: #ffffff !important;
}

.blog-image-pre {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}

/* ### BUTTON UTILITIES ### */
.btn {
  color: #ffffff !important;
  background-color: #0B966D !important;
  border-radius: 6px;
  padding: 10px 25px;
  transition: 0.2s;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background-color: #4ea78c !important;
}

.label-white {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.label-blue {
  color: #033144;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.label-blog {
  color: #033144 !important;
  font-family: "Open Sans", sans-serif !important;
  text-transform: capitalize;
  font-size: 1rem;
  margin: 20px 0 15px 0;
}

/* ### TEXT UTILITIES ### */
/* TEXT Styles */
.text-big-blue {
  font-weight: 700 !important;
  color: #0383bf !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}
.text-big-white {
  font-weight: 700 !important;
  color: #ffffff !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}
.text-small-blue {
  font-weight: 300 !important;
  letter-spacing: 1px;
  color: #033144 !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem !important;
}
.text-small-white {
  font-weight: 300 !important;
  letter-spacing: 1px;
  color: #ffffff !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}

/* TEST COLORS */
.text-white {
  color: #ffffff !important;
}
.text-blue {
  color: #033144 !important;
}
.text-black {
  color: #000000 !important;
}
.text-light-blue {
  color: #0383bf !important;
}
.text-orange {
  color: #f05c5d !important;
}
.text-green {
  color: #53be9e !important;
}

/* TEXT WEIGHTS */
.text-weight-light {
  font-weight: 300 !important;
}
.text-weight-regular {
  font-weight: 400 !important;
}
.text-weight-medium {
  font-weight: 500 !important;
}
.text-weight-bold {
  font-weight: 700 !important;
}

/* TEXT MODIFIERS */
.text-uppercase {
  text-transform: uppercase !important;
}

/* TEXT SIZE */
.text-small {
  font-size: 0.875rem;
}
.text-regular {
  font-size: 1rem;
}
.text-large {
  font-size: 1.35rem;
}
.text-large p {
  font-size: 1.35rem !important;
}

.text-normal, .text-normal h2 {
  font-size: 1rem !important;
  color: #000000 !important;
  font-family: "Open Sans" !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

/* BLOG STYLES */
.blog-post__tag-link,
.blog-post__tags {
  color: #0383bf !important;
  text-transform: uppercase !important;
  font-family: "Open Sans", sans-serif !important;
}

.blog-post__tags #hs_cos_wrapper_ {
  display: none !important;
}

@media (max-width: 767px) {
  .no-max-width-md {
    max-width: none !important;
  }
}

.event-card{
box-shadow: 0px 3px 6px #00000029;
	display: block;
}

.event-card:hover{
opacity: 1 !important;
	transform: scale(1.02);
}


.event-card .event-time{
  font-family: "Oswald";
  font-size: .9rem;
  padding: 25px 15px 0 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.event-card .event-type{
  background-color: #0383BF;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
   color: #ffffff;
   font-family: "Oswald";
   position: absolute;
   top: 150px;
   left: 30px;
}
.event-card .event-name{
  font-size: 1.15rem;
  font-weight: 500;
  color: #0383BF;
  padding: 0px 15px;
}
.event-card .event-card-image{
  padding-bottom: 52%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.event-card .btn{
  margin: 0 15px 20px 15px;
}

.blog-pagination .blog-pagination__link {
  font-family: "Oswald" !important;
  color: #033144 !important;
  text-transform: uppercase;
}

.whitepaper-image img{
  border: 10px #fff solid;
  box-shadow: 0px 3px 6px #00000029;

}
.whitepaper-image div{
background-image: url(https://353374.fs1.hubspotusercontent-na1.net/hubfs/353374/2020-website/global/7signal-blue.png);
background-size: cover;
background-position: center;
height: 150px;
width: 100%;
}
.text-fade-up, .animate {
  opacity: 0;
  transition: 1s;
}

.text-fade-up.animated {
    transform: translateY(0px);
    animation: textFadeUp 1s ;
    animation-fill-mode: forwards;
}

.text-fade-up.animated:nth-of-type(1) { animation-delay: .2s; }
.text-fade-up.animated:nth-of-type(2) { animation-delay: .4s; }
.text-fade-up.animated:nth-of-type(3) { animation-delay: .6s; }
.text-fade-up.animated:nth-of-type(4) { animation-delay: .8s; }
.text-fade-up.animated:nth-of-type(5) { animation-delay: .9s; }
.text-fade-up.animated:nth-of-type(6) { animation-delay: 1s; }
.text-fade-up.animated:nth-of-type(7) { animation-delay: 1.1s; }
.text-fade-up.animated:nth-of-type(8) { animation-delay: 1.2s; }
.text-fade-up.animated:nth-of-type(9) { animation-delay: 1.3s; }
/* .text-fade-up.animated:nth-child(1) { animation-delay: .2s; }
.text-fade-up.animated:nth-child(2) { animation-delay: .4s; }
.text-fade-up.animated:nth-child(3) { animation-delay: .6s; }
.text-fade-up.animated:nth-child(4) { animation-delay: .8s; }
.text-fade-up.animated:nth-child(5) { animation-delay: .9s; }
.text-fade-up.animated:nth-child(6) { animation-delay: 1s; }
.text-fade-up.animated:nth-child(7) { animation-delay: 1.1s; }
.text-fade-up.animated:nth-child(8) { animation-delay: 1.2s; }
.text-fade-up.animated:nth-child(9) { animation-delay: 1.3s; } */




@keyframes textFadeUp {
  from {
    opacity: 0;
    transform: translatey(25px);
  }
  to {
    opacity: 1;
    transform: translatey(0px);
  }
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

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

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navbar {
    z-index: 999 !important;
  }
  .navbar-nav {
    height: 100vh;
  }
  .navbar.navbar-light {
    padding: 0.5rem 0px !important;
    background-color: #044260 !important;
  }
  .navbar.navbar-light .navbar-brand {
    margin-left: 1rem !important;
  }

  .nav-item {
    padding: 0.5rem 1rem;
  }
  .nav-item .nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.4rem;
    font-family: "Oswald", sans-serif !important;
    padding: 10px 15px !important;
    transition: 0.2s;
  }
  .nav-item .nav-link:hover  {
    color: #fff !important;
  }

	
	
  .nav-item.dropdown .dropdown-menu {
    background-color: #044260 !important;
    padding: 0px 0px 15px 15px;
    border: 0px;
  }
/* .nav-item.dropdown .dropdown-menu span{
  display: none;
} */

  .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #fff !important;
    font-size: 1rem;
    padding: 0 0 10px 25px;
    transition: .2s;
  }
  .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    background-color: transparent;

  }

   .nav-item.dropdown .dropdown-menu .nav-link:hover	 {
		color: #fff !important;
	}
  .nav-item .nav-link.dropdown-toggle::after {
    float: right !important;
    height: 10px;
    width: 10px;
    transform: rotate(135deg) !important;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 0px;
    margin-top: 10px;
    transition: 0.2s;
  }
  .nav-item .nav-link:hover::after {
    border-top: 1px solid #4ea78c;
    border-left: 1px solid #4ea78c;
  }

  .hs-search-field input {
    width: 50px !important;
    transition: 0.2s;
    float: right;
    border: 0px !important;
    background-color: transparent !important;
  }

  .hs-search-field input:focus {
    width: 300px !important;
    background-color: #ffffff !important;
  }

  .navbar-light .navbar-toggler {
    border: 0px !important;
  }
  .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover  {
    background-color: #044260 !important;
  }
  .navbar-light .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #4ea78c;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .navbar-light .navbar-toggler:hover span,
  .navbar-light .navbar-toggler:focus span {
    background: #4ea78c !important;
  }
  /* rotate first span */
  .navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
  }
  /* hide second span */
  .navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
  }
  /* rotate third span */
  .navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .navbar-light .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
  }
  .navbar-light .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  /* rotate first span */
  .navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
  }
  /* hide second span */
  .navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
  }
  /* rotate third span */
  .navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .navbar-light .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
  }

  #solutions-tab-nav .nav .nav-link{
    font-weight: 300;
  }
  #solutions-tab-nav .nav .nav-link.active{
    background-color: transparent;
  }


}

@media (min-width: 991px) {
  .nav-item .nav-link {
    text-transform: uppercase;
    color: #033144 !important;
    font-weight: 300;
    font-size: 1rem;
    font-family: "Oswald", sans-serif !important;
    padding: 0 15px !important;
  }
  .nav-item .nav-link:focus, .nav-link.active {
	opacity: 1 !important;
    color: #033144 !important;
  }
	
	.nav-link.active {
		font-weight: 500;
	}

  .navbar.navbar-light {
    z-index: 1000 !important;
    position: relative;
    padding: 0.5rem 1rem !important;
  }
  .nav-item .dropdown-menu {
    height: 100vh;
    width: 110vw;
    position: absolute;
    top: 40px !important;
    left: -158px !important;
    background-color: #033144 !important;
    border-radius: 0px !important;
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    display: block !important;
    border: 0px !important;
    opacity: 0;
    visibility: hidden !important;
    transform-origin: center top;
    transform: scale(1, 0);
    margin-top: -5px;
  }

  .nav-item .dropdown-menu.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible !important;
  }

  #solutions-dropdown {
    left: -260px !important;
  }
  #about-dropdown{
    left: -538px !important;
  }
  #news-dropdown{
    left: -471px !important;

  }

  #solutions-tab-nav {
    max-width: 500px;
    padding-left: 100px;
  }

  #solutions-tab-content {
    position: absolute !important;
    left: 500px;
    background-color: #ffffff !important;
    top: 0px;
    height: 100%;
    width: 100%;
    padding-top: 50px;
  }

  #resources-dropdown {
    left: -363px !important;
  }

  /* TEXT STYLES */
  .nav-item .nav-link {
    transition: 0.2s;
    letter-spacing: 1px;
  }
  .nav-item .nav-link:hover, .nav-item .nav-link:focus {
    color: #fff !important;
  }
  .dropdown-toggle::after {
    content: none !important;
  }

  .nav-label {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif !important;
    color: #53be9e !important;
    padding-left: 100px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    padding-top: 50px;
  }
  .nav-caption {
    color: #ffffff;
    padding-left: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
  }

  .navbar-nav .dropdown-item {
    color: #ffffff !important;
    font-family: "Oswald", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 2rem !important;
    margin: 15px 0 !important;
    transition: 0.2s;
    padding-left: 100px !important;
  }

  .navbar-nav .dropdown-item:hover {
    color: #0383bf !important;
    background-color: transparent !important;
  }

  .tab-pane .dropdown-item {
    color: #000000 !important;
    font-size: 1rem !important;
    font-family: "Open Sans", sans-serif !important;
    text-transform: none !important;
  }

  .tab-pane .dropdown-item:hover {
    color: #0383bf !important;
  }

  .tab-pane .nav-label {
    color: #0383bf !important;
    margin-bottom: 25px;
  }

  #solutions-tab-nav #v-pills-tab .nav-link {
    color: #0383bf !important;
    font-family: "Oswald", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 2rem !important;
    margin: 0 !important;
    margin-top: 15px !important;
    transition: 0.2s;
    font-weight: 400;
    padding-left: 0px !important;
  }
  #solutions-tab-nav #v-pills-tab .nav-link:hover {
    color: #0383bf !important;
  }

  #solutions-tab-nav #v-pills-tab .nav-link.active {
    background-color: transparent;
    color: #0383bf !important;
  }

  #free-trial {
    border: 1px solid #0383bf;
    border-radius: 6px;
    padding: 5px 15px !important;
  }
}
html {
  font-size: 16px !important;
}

/* @media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
} */

body {
  color: #494A52;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0383BF;
  cursor: pointer;
/*   text-decoration: none; */
}

a .event-card p{
    color: #000;

}



a:hover, a:focus {
  text-decoration: none !important;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0383BF !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
   outline-color: #033144;
  outline-width: thick !important;
  outline-offset: 2px;
}

/* .disable-focus-styles :focus {
  outline: none;
} */
.hubspot-disable-focus-styles :focus:not(input):not(textarea):not(.keep-default-focus-styles) { outline: auto !important; }
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #EBEDEF;
  border: 0px ;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #DE2027;
}

.hs-error-msg {
  color: #DE2027;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



.actions input{
   color: #ffffff !important;
  background-color: #53BE9E !important;
  border-radius: 6px;
  border: 0px !important;
  padding: 10px 25px;
  transition: .2s;
}


#newsletter-wrapper .actions input{
  background-color: transparent !important;
  color: transparent !important;
}


.actions input:hover, .actions input:focus{
  text-decoration: none;
  background-color: #4EA78C !important;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
html{
  scroll-behavior: smooth;
}

section{
  padding: 75px 0;
}

td{
  border-bottom: 1px solid #033144 !important;
  font-family: "Open Sans";
  color: #033144 !important;
  padding: 20px 35px;
}

input:active, input:focus{
	border: 1px solid #000;
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  /* padding-top: 20px; */
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  /* font-family: Lato, serif; */
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
    margin-bottom: 0;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

.navbar.navbar-light{
  position: fixed !important;
  width: 100%;
  z-index: 1;
}

.system .navbar.navbar-light{
    position: absolute !important;
    top: 0;
}


.nav-item{
      list-style: none;

}

.nav-link.active{
  color: #0383bf !important;
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
  padding: 50px 0 0 0 ;
  /* position: absolute;
  bottom: 0;
  width: 100vw; */
}

.footer p{
  font-size: .875rem;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

#footer-blue{
  background-color: #044260;
  margin-top: 50px;
  padding: 25px 0;
}

#footer-blue a{
  color: #ffffff !important;
  margin-right: 15px;
  font-size: .875rem;
  transition: .2s;
}

#footer-blue a:hover, #footer-blue a:focus{
  text-decoration: underline !important;
}


#label-email-1d52b50d-c963-438f-ac89-c87e5718c582{
  display: none;
}


#hsForm_1d52b50d-c963-438f-ac89-c87e5718c582 .hs_email .input input{
background-color: #EBEDEF;
border: 0px solid;
}

#hsForm_1d52b50d-c963-438f-ac89-c87e5718c582 .hs_submit{
position: absolute;
right: 0;
top: 67px;
}

#hsForm_1d52b50d-c963-438f-ac89-c87e5718c582 .hs_submit .actions input{
  background-color: transparent;
  color: transparent;
  border: 0px ;
  border-radius: 0px;
  padding: 0px;
  background-image: url(https://353374.fs1.hubspotusercontent-na1.net/hubfs/353374/2020-website/global/send-icon.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.social-links a{
  padding: 0 15px;
  transition: .4s;
}
.social-links a:hover{
opacity: .8;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

#home-header {
  display: flex;
  align-items: center;
  min-height: 500px;
  background: url(https://353374.fs1.hubspotusercontent-na1.net/hub/353374/hubfs/7signal-homepage-hero_720.png) no-repeat;
  background-size: cover;
  background-color: #044260 !important;
  padding: 75px 0 20px 0;
}

#home-header h1 {
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
}

#home-header-2024 {
  display: flex;
  align-items: center;
  min-height: 500px;

  padding: 75px 0 20px 0;
}

.wave {
  background: url('https://www.7signal.com/hubfs/2024/background-digital-lines-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 60%;
}

#home-header-2024 h4 {
  text-transform: uppercase;
  color: #5D696E !important;
  background-color: #E8EBED;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 12px;
  letter-spacing: 3px;
  border-radius: 9px;
}

#home-header-2024 h1 {
  color: #03212D !important;
  font-size: 55px;
  text-transform: uppercase;
}

#home-header-2024 p {
  font-size: 21px !important;
  line-height: 36px !important;
  color: #000000 !important;
}


#outside-in h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #0D6E9C;

}

#outside-in h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  color: #033144 !important;
  line-height: 64px;
  text-transform: none !important;
  font-weight: 500 !important;
}

#outside-in p {
  font-size: 20px;
  line-height: 35px;
}

#business-value {
  background-color:#e2f5fe;
  background-image:url('https://www.7signal.com/hubfs/2024/groove.png');
  background-position-x: center;
  background-position-y: 150px;
  background-repeat: no-repeat;
}

#business-value .stat {
  background-color:#4EA8D2; !important;
  color: #ffffff !important;
  font-size: 21px;
  border-radius: 15px;
  padding: 30px 20px;
}

#business-value h2 {
  color: #ffffff !important;
  font-size: 44px;
  line-height: 64px;
  color: #0D6E9C !important;
  font-family: 'Open Sans', sans-serif;
  text-transform: initial !important;
}


#business-value .stat h2 {
  color: #ffffff !important;
  font-size: 55px;
  font-family: 'Oswald'
}

#business-value .disclaim {
  text-transform: uppercase !important;
  color: #4EA8D2 !important;
  font-family: 'Oswald', san-serif;
  font-size: 14px;
  font-weight: 500;
}


@media (max-width: 990px) {
  #business-value .stat h2 {
    color: #ffffff !important;
    font-size: 80px;
    font-family: 'Oswald';
  }
}

#principles {
  background-color:#e2f5fe;
}

#principles h2 {
  color: #000 !important;
  font-size: 44px;
  line-height: 64px;
  font-family: 'Open Sans', sans-serif;
  text-transform: initial !important;
}

#principles h4 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(3, 131, 191, 0.3) 0%, rgba(3, 49, 68, 0) 90%);
  color: #043C53; !important;
  font-size: 26px;
  line-height: 58px;
  font-family: 'Open Sans', sans-serif;
  text-transform: initial !important;
}


#fountain {
  background-color:#e2f5fe;
}

#fountain .stack {
  color: #fff;
  background-color: #054867;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

#fountain .stack img {
  max-height: 18px;
}

#fountain .stack h3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff !important;
  font-size: 36px !important;
  text-transform: initial !important;
  font-weight: 600 !important;
}

#fountain .stack p {
  font-family: 'Open Sans', sans-serif;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  text-transform: initial !important;
  font-weight: 400 !important;
}

#fountain .stack a.leave {
  font-family: 'Oswald', sans-serif;
  color: #73D8B9 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  padding-right:10px;
}

#fountain .stack a.leave:hover {
  text-decoration:none !important;
}

#fountain .stack a.leave:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: transparent url('https://www.7signal.com/hubfs/2024/leave-arrow.png') no-repeat;
}

#fountain .stack p span.pill {
    font-family: 'Oswald', sans-serif !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #03212D !important;
    background-color: #B5E3F8 !important;
    padding: 1px 20px !important;
    border-radius: 16px; !important;
    display: inline-block !important;
    margin: 0 auto !important;
    text-transform: uppercase !important;
}

#fountain-about {
  background-color:#e2f5fe;
}

#fountain-about .stack {
  color: #fff;
  background-color: #054867;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

#fountain-about .stack h3 {
  font-family: 'Oswald', sans-serif;
  color: #fff !important;
  font-size: 36px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}


#fountain-about .stack p {
  font-family: 'Open Sans', sans-serif;
  color: #C1EBFF !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-transform: initial !important;
  font-weight: 400 !important;
  padding: 0 50px;
}

#fountain-about .stack img {
  max-height: 200px;
}

#keeping-connected h2.heading {
    font-family: 'Open Sans', sans-serif !important;
    text-transform: initial;
  }

#keeping-connected h2.item-title {
    color: #033144 !important;
  }

#keeping-connected .item_desc {
    font-size: 21px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
  }

#gallery img {
  border-radius: 8px;
  box-shadow: -3px 4px 10px 0px #0000001A;
  box-shadow: -12px 14px 18px 0px #00000017;
  box-shadow: -26px 32px 25px 0px #0000000D;
  box-shadow: -46px 58px 30px 0px #00000003;
  box-shadow: -72px 90px 32px 0px #00000000;
}

#building-values .bluebox {
  background: linear-gradient(257.36deg, #A6D1E6 0.63%, #569FBE 100.4%);
  border-radius: 16px;
  color: #000;
  padding: 80px 60px;
}

@media (max-width: 1400px) {
  #building-values .bluebox {
    background: linear-gradient(257.36deg, #A6D1E6 0.63%, #569FBE 100.4%);
    border-radius: 0px;
    color: #000;
    padding: 80px 60px;
  }
}


#building-values .bluebox h3 {
  font-family: 'Open Sans', sans-serif;
  color: #000 !important;
  font-size: 44px !important;
  line-height: 53px !important;
  text-transform: initial !important;
  font-weight: 600 !important;
}

#building-values .bluebox img {
  border-radius: 16px;
}

#building-values .bluebox p {
  font-family: 'Open Sans', sans-serif;
  color: #000 !important;
  font-size: 20px !important;
  line-height: 35px !important;
  text-transform: initial !important;
  font-weight: 400 !important;
}

#building-values .bluebox li {
  font-family: 'Open Sans', sans-serif;
  color: #000 !important;
  font-size: 25px !important;
  line-height: 44px !important;
  text-transform: initial !important;
  font-weight: 400 !important;
  margin-bottom:20px;
}

#building-values .bluebox li span {
  background: #E2F5FE;
  border-radius: 4px;
  padding: 0 4px;
}


#our-vision h3 {
  font-family: 'Open Sans', sans-serif;
  color: #000 !important;
  font-size: 44px !important;
  text-transform: initial !important;
  font-weight: 600 !important;
}

#our-vision p {
  font-family: 'Open Sans', sans-serif;
  color: #000 !important;
  font-size: 36px !important;
  line-height: 58px !important;
  text-transform: initial !important;
  font-weight: 400 !important;
}

#faq .accordion .card-header a {
  text-align: left;
  color: #000 !important;
  border: none !important;
  width:100%;
}

#faq .accordion .card-header a .btn {
  background-color: none !important;
  padding:0 !mportant;
}


#faq .accordion .card-header a:after {
    font-family: 'FontAwesome';  
    content: "\f0aa";
    float: right; 
}
#faq .accordion .card-header a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0ab"; 
}

#our-platform {
  display: flex;
  align-items: center;
  min-height: 1000px;
  background: url(https://8198107.fs1.hubspotusercontent-na1.net/hubfs/8198107/7signal/home/our-platform/our-platform-bg.webp)
    no-repeat;
  background-size: cover;
  padding: 50px 0;
}

#our-platform h1 {
  color: red;
  text-transform: uppercase;
}
#our-platform h2 {
  color: #ffffff;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}
#our-platform p {
  color: #ffffff;
	font-size: 12px;
}

#roles {
  background: linear-gradient(90deg, #044260 38%, #033144 38%);
  padding: 75px 0 55px 0;
  min-height: 365px;
}

#roles h1 {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
#roles .text-loud {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  margin-top: 25px;
}
#roles .nav-link {
  color: #ffffff;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 20px;
  transition: 0.2s;
  position: relative;
}
#roles .nav-link::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  clear: both;
}

#roles .nav-link:hover {
  color: #4ea78c;
  
}




#connected-industries h2:not(.u-typography--h1) {
  color: #000000 !important;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

#connected-industries {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 0;
}

#connected-industries h1 {
  color: #0383bf;
  text-transform: uppercase;
}



#logo-pile, #explore {
  background-color: #0383bf;
  padding: 75px 0;
}

#logo-pile h1 {
  color: #ffffff;
  text-transform: uppercase;
}

.explore-platform {
  border-radius: 15px;
}

.explore-platform h2 {
  color: #000 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 44px !important;
  font-weight: 600 !important;
  text-transform: initial !important;
}

.explore-platform p {
  color: #000 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 21px !important;
  font-weight: 100 !important;
  line-height: 36px !important;
}

#testimonials-2024 .carousel-item {
  background-color: #043C53 !important;
  color: #fff !important;
  border-radius: 11px;
  padding:  60px 40px;
}

#testimonials-2024 .carousel-inner {
  width: 70%;
  margin-left: 15%;
}

#testimonials-2024 .carousel-indicators {
  margin-top: 60px !important;
}

#testimonials-2024 .carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border: 0 !important;
  background: #0383BF;
}

#testimonials-2024 h3 {
  font-family: 'Oswald',sans-serif !important;
  text-transform: uppercase !important;
  font-size: 36px !important;
  color: #fff !important;
}

  #testimonials-2024 .carousel-control-prev img {
    height: 100px !important;
    width: 100px !important;
  }
  #testimonials-2024 .carousel-control-next img {
    height: 100px !important;
    width: 100px !important;
  }

@media (max-width: 1000px) {
  #testimonials-2024 .carousel-item {
    background-color: #043C53 !important;
    color: #fff !important;
    border-radius: 11px;
    padding: 130px 40px 40px;
    height: 100%;
 
  }

  #testimonials-2024 .carousel-inner {
    width: 100%;
    margin-left:0%;
  }

  #testimonials-2024 .carousel-indicators {
    margin-top: 60px !important;
  }

  #testimonials-2024 .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    border: 0 !important;
    background: #0383BF;
  }

  #testimonials-2024 h3 {
    font-family: 'Oswald',sans-serif !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    color: #fff !important;
  }
  
 #testimonials-2024 .carousel-control-prev {
    top: 0;
  }
  
  #testimonials-2024 .carousel-control-prev {
      margin-top: -250px;
  }
  
  #testimonials-2024 .carousel-control-next {
      left: 0;
      margin-left: 70px;
      margin-top: -250px;
  }
  
  #testimonials-2024 .carousel-control-prev img {
    height: 50px !important;
    width: 50px !important;
  }
  #testimonials-2024 .carousel-control-next img {
    height: 50px !important;
    width: 50px !important;
  }
  
  
}

.container-xl {
  max-width: 1400px !important;
}

@media (min-width: 1600px) {
  #roles {
    background: linear-gradient(90deg, #044260 43%, #033144 43%);
    padding: 75px 0 55px 0;
  }
}

@media (max-width: 991px) {
  #roles {
    background: linear-gradient(90deg, #044260 42%, #033144 42%);
    padding: 75px 0 55px 0;
  }
}

@media (max-width: 767px) {
  #roles {
    background: linear-gradient( #044260 300px, #033144 300px);
    padding: 75px 0 55px 0;
  }
}




@media (max-width: 1000px) {
  
#nav-rolesTab {
  overflow-x: auto !important;
  overflow-y:hidden !important;
  flex-wrap: nowrap !important;
  width: 100%;
}    

#nav-rolesTab {
  white-space: nowrap !important;
}

/* Hide on Firefox */
ul#nav-rolesTab {
  scrollbar-width: none;
}
/* Hide on WebKit browsers */
ul#nav-rolesTab::-webkit-scrollbar {
  display: none;
}


#keeping-connected .nav-link:hover::after {
  border-top: none !important;
  border-right: none !important;
}

#keeping-connected .nav-link.active::after {
  border-top: none !important;
  border-right: none !important;
}

#keeping-connected .nav-link.active {
  color: #ffffff !important;
  background-color: #0383BF !important;
  border: 0 !important;
  outline: 0 !important;

}

#keeping-connected .nav-link {
  color: #033144 !important;
  padding: 0px;
  background-color: #E2F5FE !important;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-right: 10px;
  transition: 0.2s;
  position: relative;
  text-transform: initial;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  border: 0 !important;
  outline: 0 !important;
}

#keeping-connectedX .nav-link::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  clear: both;
}

#keeping-connected .nav-link:hover {
  color: #000;
  text-decoration: none !important;
  border: 0 !important;
  outline: 0 !important;
}

#keeping-connected .tab-pane {
  border: 50px solid #E8EBED;
  background-color: #E8EBED;
  border-radius: 16px;
}

#keeping-connected .tab-copy {
  border-radius: 16px !important;
}

#keeping-connected .tab-image {
  border-radius: 16px 0 0 16px;
  !important;
}

#keeping-connected .tab-images img {
  filter: grayscale(100%);
}


#roles .nav-link:hover::after {
  border-top: 1px solid #4ea78c;
  border-right: 1px solid #4ea78c;
}

#roles .nav-link.active::after {
  border-top: 1px solid #4ea78c;
  border-right: 1px solid #4ea78c;
}

#roles .nav-link.active {
  color: #53be9e !important;
}

}

@media (min-width: 1001px) {
  
#nav-rolesTab {
  text-align: center;
  width: 100%;
  justify-content: center;
}    

#nav-rolesTab {
}


#keeping-connected .nav-link:hover::after {
  border-top: none !important;
  border-right: none !important;
  text-align: center;
}

#keeping-connected .nav-link.active::after {
  border-top: none !important;
  border-right: none !important;
}

#keeping-connected .nav-link.active {
  color: #ffffff !important;
  background-color: #0383BF !important;
  border: 0 !important;
  outline: 0 !important;

}

#keeping-connected .nav-link {
  color: #033144 !important;
  padding: 3px 20px;
  background-color: transparent !important;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-right: 10px;
  transition: 0.2s;
  position: relative;
  text-transform: initial;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  border: 0 !important;
  outline: 0 !important;
}

#keeping-connectedX .nav-link::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  clear: both;
}

#keeping-connected .nav-link:hover {
  color: #000;
  text-decoration: none !important;
  border: 0 !important;
  outline: 0 !important;
}

#keeping-connected .tab-pane {
  border: 50px solid #E8EBED;
  background-color: #E8EBED;
  border-radius: 16px;
}

#keeping-connected .tab-copy {
  border-radius: 16px !important;
}

#keeping-connected .tab-image {
  border-radius: 16px 0 0 16px;
  !important;
}

#keeping-connected .tab-images img {
  filter: grayscale(100%);
}


#roles .nav-link:hover::after {
  border-top: 1px solid #4ea78c;
  border-right: 1px solid #4ea78c;
}

#roles .nav-link.active::after {
  border-top: 1px solid #4ea78c;
  border-right: 1px solid #4ea78c;
}

#roles .nav-link.active {
  color: #53be9e !important;
}

}

.faux-card-left {
  border-top-right-radius: 16px; 
  border-bottom-right-radius: 16px;
  background: linear-gradient(270deg, #B5E3F8 0%, #E2F5FE 100%);
}

.faux-card-right {
  border-top-left-radius: 16px; 
  border-bottom-left-radius: 16px;
  background: linear-gradient(270deg, #E2F5FE 0%, #B5E3F8 100%);
}
#about-us-image{
  background-image: url(https://353374.fs1.hubspotusercontent-na1.net/hubfs/353374/2020-website/products/management/about-us.jpg);
  background-size: 100% auto;
  min-width: 100%;
  min-height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
}

.faux-card-left {
  border-top-right-radius: 16px; 
  border-bottom-right-radius: 16px;
  background: linear-gradient(270deg, #B5E3F8 0%, #E2F5FE 100%);
}

.faux-card-right {
  border-top-left-radius: 16px; 
  border-bottom-left-radius: 16px;
  background: linear-gradient(270deg, #E2F5FE 0%, #B5E3F8 100%);
}
#blog-topics {
  width: 350px;
  text-transform: uppercase !important;
  color: #000000 !important;
  padding: ;
  background: url(https://353374.fs1.hubspotusercontent-na1.net/hubfs/353374/2020-website/global/filter-arrow.png) no-repeat right #EBEDEF !important;
     -webkit-appearance: none;
     padding: 10px 15px;
}
.products-header{
  background: url(https://www.7signal.com/hubfs/2020-website/products/hero-bg.png);
  background-size: cover;
  min-height: 625px;

}

.products-header h1{
text-transform: uppercase;
font-weight: 400 !important;
font-size: 1.5rem !important;
color: #ffffff !important;
}
.products-header h2{
text-transform: uppercase;
font-weight: 700;
color: #ffffff !important;
font-size: 2.5rem;
}
.products-header p{
color: #ffffff !important;
}

.products-header .hero-image{
background-position: center right;
background-size: auto 100%;
width: 100%;
height: 625px;
background-repeat: no-repeat;
display: flex;
  justify-content: center;
  align-items: center;
}

.products-header .container {
  padding-top: 100px;
}

#measuring-success{
  background-color: #0383BF;
  min-height: 450px;
  color: #ffffff;
  background-image: url(https://353374.fs1.hubspotusercontent-na1.net/hubfs/353374/2020-website/products/management/window-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

.divider-image{
  background-image: url(https://353374.fs1.hubspotusercontent-na1.net/hubfs/353374/2020-website/global/divider.jpg);
  background-size: cover;
  height: 300px;
}

#benefits-section{
    background-color: #F8F8F8 !important;

}


/* Media Query */
@media (max-width: 580px) {
  #measuring-success h1.text-white.mb-3.text-uppercase {
    font-size: 35px;
  }
  section.products-landing .container,
  section.products-intro .container {
    padding-bottom: unset !important;
  }
  .two-column-container h2 {
    margin: 40px 0 40px 0;
  }
  section.products-services-rich-text {
    padding: 40px 0;
  }
  section.products-header.products-services-hero {
    min-height: unset;
    height: unset;
  }
  section.products-header.products-services-hero .hero-image {
    height: unset;
  }
  section.products-header.products-services-hero .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  section.products-header.products-services-hero .container h1 {
   font-size: 1.5rem !important;
  }
  section.products-header.products-services-hero .container h2 {
   font-size: 2.5rem;
  }
  section.products-services-background h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  #measuring-success h1.text-white.mb-3.text-uppercase {
    font-size: 50px;
    }
  #measuring-success .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
	outline: 1px !important;
}

a{
	color: #0e8aba;
	transition: .2s

}

.btn-primary a {
	color: #fff !important;
}

a:hover{
	opacity: .8;
	text-decoration: underline !important;
}

.faux-card-left {
  border-top-right-radius: 16px; 
  border-bottom-right-radius: 16px;
  background: linear-gradient(270deg, #B5E3F8 0%, #E2F5FE 100%);
}

.faux-card-right {
  border-top-left-radius: 16px; 
  border-bottom-left-radius: 16px;
  background: linear-gradient(270deg, #E2F5FE 0%, #B5E3F8 100%);
}








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 24px;
}

body {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #494A52;
}

/* Paragraphs */

p {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #0270e0;
}

a:hover,
a:focus {
  color: #0048b8;
}

a:active {
  color: #2a98ff;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;
  font-size: 50px;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;
  font-size: 38px;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;
  font-size: 30px;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;
  font-size: 24px;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #000000;
  font-size: 16px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;
  font-size: 14px;
}

/* Heading Classes for Paragraph Tags */

.u-typography--h1 {
  font-weight: 700; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;
  text-transform: uppercase;

  /* bootstrap default overrides */
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
/*   margin-bottom: 0.5rem; */
  margin-bottom: 2rem;
  margin-top: 0;
}

.u-typography--h2 {
  font-weight: 700; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;
  text-transform: uppercase;

  /* bootstrap default overrides */
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.u-typography--h3 {
  font-weight: 700; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;

  /* bootstrap default overrides */
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.u-typography--h4 {
  font-weight: normal; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;

  /* bootstrap default overrides */
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.u-typography--h5 {
  font-weight: normal; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #000000;

  /* bootstrap default overrides */
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.u-typography--h6 {
  font-weight: normal; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;

  /* bootstrap default overrides */
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

/* Utility Classes */

.u-color--blue {
  color: #0383bf;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(33, 34, 42, 1.0);
  border-color: #21222a;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(113, 114, 122, 1.0);
  border-color: #71727a;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

h3.form-title {
  color: #F8FAFC;
}

/* Form label */

form label {
  color: #494A52;
}

/* Form help text */

form legend {
  color: #494A52;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #D1D6DC;
  color: #494A52;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #494A52;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494A52;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(33, 34, 42, 1.0);
  border-color: #21222a;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(113, 114, 122, 1.0);
  border-color: #71727a;
  color: #FFFFFF;
}

/* Media Query */
@media (max-width: 580px) {
  form .hs_submit.hs-submit {
    text-align: center;
  }
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}

tbody + tbody {
  border-top-color: #494A52;
}





.header {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Open Sans;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #21222a;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #71727a;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  border-color: #494A52;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #494A52;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #494A52;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #494A52;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #494A52;
  }
}






body .body-container--landing-page .dnd-section {
	padding-top: 60px !important
}

body .body-container--landing-page h3.hs_cos_wrapper.form-title {
	background: transparent !important;
}





.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #494A52;
}





.blog-post__date {
  border-color: #494A52;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #494A52;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #21222a;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #71727a;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #494A52;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  font-weight: 700; text-decoration: none; font-family: Oswald; font-style: normal;
  color: #494A52;
  font-size: 38px;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: #0270e0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}











body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}

body .team-member__description {
  background-color: #F8FAFC;
}





@media (max-width: 991px) {
  .nav-item.dropdown .nav-link:focus, .nav-item.dropdown .nav-link:hover, .nav-link.active {
	opacity: 1 !important;
    color: #fff !important;
	  background-color: transparent !important;
  }
	
	.dropdown-menu .nav-link:focus, .dropdown-menu .nav-link:hover, .dropdown-menu .nav-link.active {
	opacity: 1 !important;
    color: #fff !important;
	 background-color: transparent !important;
  }
	.dropdown .nav-label.sub-3 a:focus, .dropdown .nav-label.sub-3 a:hover, .dropdown .nav-label.sub-3 a.active {
	opacity: 1 !important;
    color: #fff !important;
	 background-color: transparent !important;
  }
}

@media (min-width: 991px) {
  .nav-item .nav-link:focus, .nav-item .nav-link:hover, .nav-link.active {
	opacity: 1 !important;
    color: #033144 !important;
  }
  .dropdown-menu .nav-link:focus, .dropdown-menu .nav-link:hover, .dropdown-menu .nav-link.active {
	opacity: 1 !important;
    color: #fff !important;
  }
}


p a, p a:hover, p a:active  {
    color: #033144 !important;
    text-decoration: underline !important;
    background-color: transparent;
}

.jefftest {
	color: #033144 !important;
}

#our-platform-2023 h2 {
	color:#ffffff !important;
}

#our-platform-2023 img {
	margin-bottom: 16px !important;
}

.products-landing-2023 h1, .products-landing-2023 h3 {
	
}

.new2023 #home-header h1, .new2023 #home-header p {
	
}

#cta-carousel-2023 {
	background-color:#033144 !important;
	color:#fff !important;
}

#cta-carousel-2023 .carousel .u-typography--h1 {
	color:#fff !importnat;
}

.sapphire-grid .card {
	padding: 20px 20px 0;
	margin: 0 8px !important;
}

.sapphire-grid .card h4 {
	font-size: 20px;
}

.sapphire-grid .card p {
	border-bottom: 1px solid #494a52;
	font-size: 15px;
	padding-bottom: 1.4em !important;
}

.roi h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-family: Open Sans !important;
}

.faux-card-left {
  border-top-right-radius: 16px; 
  border-bottom-right-radius: 16px;
  background: linear-gradient(270deg, #B5E3F8 0%, #E2F5FE 100%);
}

.faux-card-right {
  border-top-left-radius: 16px; 
  border-bottom-left-radius: 16px;
  background: linear-gradient(270deg, #E2F5FE 0%, #B5E3F8 100%);
}

a.nav-Agents {
  margin-left: 30px !important;
  padding-left: 10px !important;
}