@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

*, *: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 {
  margin-top: 19px;
  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;
}
.clearfix:before {
    content: '';
    clear: both;
}
.clearfix:after {
    content: '';
    clear: both;
    display:table;
}
.maxWidth1200 {
    max-width: 1200px;
    margin: 0px auto;
}
.maxWidth1100 {
    max-width: 1100px;
    margin: 0px auto;
}
.maxWidth1050 {
    max-width: 1050px;
    margin: 0px auto;
}
.maxWidth1000 {
    max-width: 1000px;
    margin: 0px auto;
}
.maxWidth950 {
    max-width: 950px;
    margin: 0px auto;
}
.maxWidth900 {
    max-width: 900px;
    margin: 0px auto;
}
.maxWidth850 {
    max-width: 850px;
    margin: 0px auto;
}
.maxWidth800 {
    max-width: 800px;
    margin: 0px auto;
}
.maxWidth750 {
    max-width: 750px;
    margin: 0px auto;
}
.maxWidth700 {
    max-width: 700px;
    margin: 0px auto;
}
.maxWidth650 {
    max-width: 650px;
    margin: 0px auto;
}
.maxWidth600 {
    max-width: 600px;
    margin: 0px auto;
}
.maxWidth550 {
    max-width: 550px;
    margin: 0px auto;
}
.maxWidth500 {
    max-width: 500px;
    margin: 0px auto;
}
.maxWidth485 {
    max-width: 485px;
    margin: 0px auto;
}
.maxWidth450 {
    max-width: 450px;
    margin: 0px auto;
}
.maxWidth400 {
    max-width: 400px;
    margin: 0px auto;
}
.maxWidth350 {
    max-width: 350px;
    margin: 0px auto;
}
.maxWidth300 {
    max-width: 300px;
    margin: 0px auto;
}
.maxWidth700L {
    max-width: 700px;
}
.maxWidth600L {
    max-width: 600px;
}
.maxWidth550L {
    max-width: 550px;
}
.maxWidth500L {
    max-width: 500px;
}
.maxWidth485L {
    max-width: 485px;
}
.maxWidth450L {
    max-width: 450px;
}
.maxWidth400L {
    max-width: 400px;
}
.maxWidth350L {
    max-width: 350px;
}
.maxWidth300L {
    max-width: 300px;
}

.pad5 {     padding: 5px;}
.pad10 {    padding: 10px;}
.pad15 {    padding: 15px;}
.pad20 {    padding: 20px;}
.pad25 {    padding: 25px;}
.pad30 {    padding: 30px;}
.pad35 {    padding: 35px;}
.pad40 {    padding: 40px;}
.pad45 {    padding: 45px;}
.pad50 {    padding: 50px;}
.pad55 {    padding: 55px;}
.pad60 {    padding: 60px;}
.pad65 {    padding: 65px;}
.pad70 {    padding: 70px;}
.pad75 {    padding: 75px;}
.pad80 {    padding: 80px;}
.pad85 {    padding: 85px;}
.pad90 {    padding: 90px;}
.pad95 {    padding: 95px;}
.pad100 {   padding: 100px;}
.pad120 {   padding: 120px;}
.pad150 {   padding: 150px;}
.padTB5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padTB25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.padTB30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padTB35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.padTB40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padTB45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.padTB50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padTB55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.padTB60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padTB65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.padTB70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padTB75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.padTB80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padTB85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.padTB90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padTB95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.padTB100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padTB120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.padTB150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.padLR5 {
    padding-left: 5px;
    padding-right: 5px;
}
.padLR10 {
    padding-left: 10px;
    padding-right: 10px;
}
.padLR15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padLR20 {
    padding-left: 20px;
    padding-right: 20px;
}
.padLR25 {
    padding-left: 25px;
    padding-right: 25px;
}
.padLR30 {
    padding-left: 30px;
    padding-right: 30px;
}
.padLR35 {
    padding-left: 35px;
    padding-right: 35px;
}
.padLR40 {
    padding-left: 40px;
    padding-right: 40px;
}
.padLR45 {
    padding-left: 45px;
    padding-right: 45px;
}
.padLR50 {
    padding-left: 50px;
    padding-right: 50px;
}
.padLR55 {
    padding-left: 55px;
    padding-right: 55px;
}
.padLR60 {
    padding-left: 60px;
    padding-right: 60px;
}
.padLR65 {
    padding-left: 65px;
    padding-right: 65px;
}
.padLR70 {
    padding-left: 70px;
    padding-right: 70px;
}
.padLR75 {
    padding-left: 75px;
    padding-right: 75px;
}
.padLR80 {
    padding-left: 80px;
    padding-right: 80px;
}
.padLR85 {
    padding-left: 85px;
    padding-right: 85px;
}
.padLR90 {
    padding-left: 90px;
    padding-right: 90px;
}
.padLR95 {
    padding-left: 95px;
    padding-right: 95px;
}
.padLR100 {
    padding-left: 100px;
    padding-right: 100px;
}
.padLR120 {
    padding-left: 120px;
    padding-right: 120px;
}
.padLR150 {
    padding-left: 150px;
    padding-right: 150px;
}
.padT5 {    padding-top: 5px;}
.padT10 {   padding-top: 10px;}
.padT15 {   padding-top: 15px;}
.padT20 {   padding-top: 20px;}
.padT25 {   padding-top: 25px;}
.padT30 {   padding-top: 30px;}
.padT35 {   padding-top: 35px;}
.padT40 {   padding-top: 40px;}
.padT45 {   padding-top: 45px;}
.padT50 {   padding-top: 50px;}
.padT55 {   padding-top: 55px;}
.padT60 {   padding-top: 60px;}
.padT65 {   padding-top: 65px;}
.padT70 {   padding-top: 70px;}
.padT75 {   padding-top: 75px;}
.padT80 {   padding-top: 80px;}
.padT85 {   padding-top: 85px;}
.padT90 {   padding-top: 90px;}
.padT95 {   padding-top: 95px;}
.padT100 {  padding-top: 100px;}
.padT120 {  padding-top: 120px;}
.padT150 {  padding-top: 150px;}
.padL5 {    padding-left: 5px;}
.padL10 {   padding-left: 10px;}
.padL15 {   padding-left: 15px;}
.padL20 {   padding-left: 20px;}
.padL25 {   padding-left: 25px;}
.padL30 {   padding-left: 30px;}
.padL35 {   padding-left: 35px;}
.padL40 {   padding-left: 40px;}
.padL45 {   padding-left: 45px;}
.padL50 {   padding-left: 50px;}
.padL55 {   padding-left: 55px;}
.padL60 {   padding-left: 60px;}
.padL65 {   padding-left: 65px;}
.padL70 {   padding-left: 70px;}
.padL75 {   padding-left: 75px;}
.padL80 {   padding-left: 80px;}
.padL85 {   padding-left: 85px;}
.padL90 {   padding-left: 90px;}
.padL95 {   padding-left: 95px;}
.padL100 {  padding-left: 100px;}
.padL120 {  padding-left: 120px;}
.padL150 {  padding-left: 150px;}
.padR5 {    padding-right: 5px;}
.padR10 {   padding-right: 10px;}
.padR15 {   padding-right: 15px;}
.padR20 {   padding-right: 20px;}
.padR25 {   padding-right: 25px;}
.padR30 {   padding-right: 30px;}
.padR35 {   padding-right: 35px;}
.padR40 {   padding-right: 40px;}
.padR45 {   padding-right: 45px;}
.padR50 {   padding-right: 50px;}
.padR55 {   padding-right: 55px;}
.padR60 {   padding-right: 60px;}
.padR65 {   padding-right: 65px;}
.padR70 {   padding-right: 70px;}
.padR75 {   padding-right: 75px;}
.padR80 {   padding-right: 80px;}
.padR85 {   padding-right: 85px;}
.padR90 {   padding-right: 90px;}
.padR95 {   padding-right: 95px;}
.padR100 {  padding-right: 100px;}
.padR120 {  padding-right: 120px;}
.padR150 {  padding-right: 150px;}
.padB5 {    padding-bottom: 5px;}
.padB10 {   padding-bottom: 10px;}
.padB15 {   padding-bottom: 15px;}
.padB20 {   padding-bottom: 20px;}
.padB25 {   padding-bottom: 25px;}
.padB30 {   padding-bottom: 30px;}
.padB35 {   padding-bottom: 35px;}
.padB40 {   padding-bottom: 40px;}
.padB45 {   padding-bottom: 45px;}
.padB50 {   padding-bottom: 50px;}
.padB55 {   padding-bottom: 55px;}
.padB60 {   padding-bottom: 60px;}
.padB65 {   padding-bottom: 65px;}
.padB70 {   padding-bottom: 70px;}
.padB75 {   padding-bottom: 75px;}
.padB80 {   padding-bottom: 80px;}
.padB85 {   padding-bottom: 85px;}
.padB90 {   padding-bottom: 90px;}
.padB95 {   padding-bottom: 95px;}
.padB100 {  padding-bottom: 100px;}
.padB120 {  padding-bottom: 120px;}
.padB150 {  padding-bottom: 150px;}

.noPad {  padding: 0px;}
.noPadT { padding-top: 0px;}
.noPadB { padding-bottom: 0px;}
.noPadL { padding-left: 0px;}
.noPadR { padding-right: 0px;}

.mar5 {     margin: 5px;}
.mar10 {    margin: 10px;}
.mar15 {    margin: 15px;}
.mar20 {    margin: 20px;}
.mar25 {    margin: 25px;}
.mar30 {    margin: 30px;}
.mar35 {    margin: 35px;}
.mar40 {    margin: 40px;}
.mar45 {    margin: 45px;}
.mar50 {    margin: 50px;}
.marT5 {    margin-top: 5px;}
.marT10 {   margin-top: 10px;}
.marT15 {   margin-top: 15px;}
.marT20 {   margin-top: 20px;}
.marT25 {   margin-top: 25px;}
.marT30 {   margin-top: 30px;}
.marT35 {   margin-top: 35px;}
.marT40 {   margin-top: 40px;}
.marT45 {   margin-top: 45px;}
.marT50 {   margin-top: 50px;}
.marT55 {   margin-top: 55px;}
.marT60 {   margin-top: 60px;}
.marT65 {   margin-top: 65px;}
.marT70 {   margin-top: 70px;}
.marT75 {   margin-top: 75px;}
.marT80 {   margin-top: 80px;}
.marL5 {    margin-left: 5px;}
.marL10 {   margin-left: 10px;}
.marL15 {   margin-left: 15px;}
.marL20 {   margin-left: 20px;}
.marL25 {   margin-left: 25px;}
.marL30 {   margin-left: 30px;}
.marL35 {   margin-left: 35px;}
.marL40 {   margin-left: 40px;}
.marL45 {   margin-left: 45px;}
.marL50 {   margin-left: 50px;}
.marL55 {   margin-left: 55px;}
.marL60 {   margin-left: 60px;}
.marL65 {   margin-left: 65px;}
.marL70 {   margin-left: 70px;}
.marL75 {   margin-left: 75px;}
.marL80 {   margin-left: 80px;}
.marR5 {    margin-right: 5px;}
.marR10 {   margin-right: 10px;}
.marR15 {   margin-right: 15px;}
.marR20 {   margin-right: 20px;}
.marR25 {   margin-right: 25px;}
.marR30 {   margin-right: 30px;}
.marR35 {   margin-right: 35px;}
.marR40 {   margin-right: 40px;}
.marR45 {   margin-right: 45px;}
.marR50 {   margin-right: 50px;}
.marR55 {   margin-right: 55px;}
.marR60 {   margin-right: 60px;}
.marR65 {   margin-right: 65px;}
.marR70 {   margin-right: 70px;}
.marR75 {   margin-right: 75px;}
.marR80 {   margin-right: 80px;}
.marB5 {    margin-bottom: 5px;}
.marB10 {   margin-bottom: 10px;}
.marB15 {   margin-bottom: 15px;}
.marB20 {   margin-bottom: 20px;}
.marB25 {   margin-bottom: 25px;}
.marB30 {   margin-bottom: 30px;}
.marB35 {   margin-bottom: 35px;}
.marB40 {   margin-bottom: 40px;}
.marB45 {   margin-bottom: 45px;}
.marB50 {   margin-bottom: 50px;}
.marB55 {   margin-bottom: 55px;}
.marB60 {   margin-bottom: 60px;}
.marB65 {   margin-bottom: 65px;}
.marB70 {   margin-bottom: 70px;}
.marB75 {   margin-bottom: 75px;}
.marB80 {   margin-bottom: 80px;}

.marB05em {     margin-bottom: 0.5em;}
.marB075em {    margin-bottom: 0.75em;}
.marB1em {      margin-bottom: 1em;}
.marB125em {    margin-bottom: 1.25em;}
.marB15em {     margin-bottom: 1.5em;}
.marB175em {    margin-bottom: 1.75em;}
.marB2em {      margin-bottom: 1.75em;}

.noMar {  margin: 0px;}
.noMarT { margin-top: 0px;}
.noMarB { margin-bottom: 0px;}
.noMarL { margin-left: 0px;}
.noMarR { margin-right: 0px;}

.fontS12 h1,.fontS12 h2,.fontS12 h3,.fontS12 h4,
.fontS12 { font-size: 12px;}
.fontS14 h1,.fontS14 h2,.fontS14 h3,.fontS14 h4,
.fontS14 { font-size: 14px;}
.fontS15 h1,.fontS15 h2,.fontS15 h3,.fontS15 h4,
.fontS15 { font-size: 15px;}
.fontS16 h1,.fontS16 h2,.fontS16 h3,.fontS16 h4,
.fontS16 { font-size: 16px;}
.fontS17 h1,.fontS17 h2,.fontS17 h3,.fontS17 h4,
.fontS17 { font-size: 17px;}
.fontS18 h1,.fontS18 h2,.fontS18 h3,.fontS18 h4,
.fontS18 { font-size: 18px;}
.fontS20 h1,.fontS20 h2,.fontS20 h3,.fontS20 h4,
.fontS20 { font-size: 20px;}
.fontS22 h1,.fontS22 h2,.fontS22 h3,.fontS22 h4,
.fontS22 { font-size: 22px;}
.fontS24 h1,.fontS24 h2,.fontS24 h3,.fontS24 h4,
.fontS24 { font-size: 24px;}
.fontS25 h1,.fontS25 h2,.fontS25 h3,.fontS25 h4,
.fontS25 { font-size: 25px;}
.fontS26 h1,.fontS26 h2,.fontS26 h3,.fontS26 h4,
.fontS26 { font-size: 26px;}
.fontS28 h1,.fontS28 h2,.fontS28 h3,.fontS28 h4,
.fontS28 { font-size: 28px;}
.fontS30 h1,.fontS30 h2,.fontS30 h3,.fontS30 h4,
.fontS30 { font-size: 30px;}
.fontS32 h1,.fontS32 h2,.fontS32 h3,.fontS32 h4,
.fontS32 { font-size: 32px;}
.fontS34 h1,.fontS34 h2,.fontS34 h3,.fontS34 h4,
.fontS34 { font-size: 34px;}
.fontS35 h1,.fontS35 h2,.fontS35 h3,.fontS35 h4,
.fontS35 { font-size: 35px;}
.fontS36 h1,.fontS36 h2,.fontS36 h3,.fontS36 h4,
.fontS36 { font-size: 36px;}
.fontS38 h1,.fontS38 h2,.fontS38 h3,.fontS38 h4,
.fontS38 { font-size: 38px;}
.fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4,
.fontS40 { font-size: 40px;}
.fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4,
.fontS42 { font-size: 42px;}
.fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4,
.fontS44 { font-size: 44px;}
.fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4,
.fontS45 { font-size: 45px;}
.fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4,
.fontS46 { font-size: 46px;}
.fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4,
.fontS48 { font-size: 48px;}
.fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4,
.fontS50 { font-size: 50px;}
.fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4,
.fontS55 { font-size: 55px;}
.fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4,
.fontS60 { font-size: 60px;}
.fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4,
.fontS65 { font-size: 65px;}
.fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4,
.fontS70 { font-size: 70px;}
.fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4,
.fontS75 { font-size: 75px;}
.fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4,
.fontS80 { font-size: 80px;}
.fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4,
.fontS85 { font-size: 85px;}
.fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4,
.fontS90 { font-size: 90px;}
.fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4,
.fontS95 { font-size: 95px;}
.fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4,
.fontS100 { font-size: 100px;}


.line-height1 {     line-height: 1;}
.line-height11 {    line-height: 1.1;}
.line-height12 {    line-height: 1.2;}
.line-height13 {    line-height: 1.3;}
.line-height14 {    line-height: 1.4;}
.line-height15 {    line-height: 1.5;}
.line-height16 {    line-height: 1.6;}
.line-height17 {    line-height: 1.7;}
.line-height18 {    line-height: 1.8;}
.line-height19 {    line-height: 1.9;}
.line-height2 {     line-height: 2;}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.pull-left, .pull-left-desktop {    float: left;}
.pull-right, .pull-right-desktop {  float: right;}

.clear-both {   clear: both;}

.showOn1023, .showOn767 {             display: none;}
.inlineBlock {      display: inline-block;}
.hideOn1023, .hideOn767,
.show, .block {     display: block;}

.invisible {
    visibility: hidden;
}
.text-left h1,.text-left h2,.text-left h3,.text-left h4,
.text-left {    text-align: left;}
.text-right h1,.text-right h2,.text-right h3,.text-right h4,
.text-right {   text-align: right;}
.text-center h1,.text-center h2,.text-center h3,.text-center h4,
.text-center {  text-align: center;}
.text-justify h1,.text-justify h2,.text-justify h3,.text-justify h4,
.text-justify { text-align: justify;}

.em {   font-style: italic;}

.strikethrough {    text-decoration: line-through;}

.uppercase {    text-transform: uppercase;}
.lowercase {    text-transform: lowercase;}
.capitalize { text-transform: capitalize; }

.fontW300 { font-weight: 300;}
.normal,
.fontW400 { font-weight: 400;}
.fontW500 { font-weight: 500;}
.bold,.strong,
.fontW700 { font-weight: 700;}
.fontW800 { font-weight: 800;}
.fontW900 { font-weight: 900;}

@media (max-width: 1023px){
    .maxWidth600On1023 {
        max-width: 600px;
        margin: 0px auto;
    }
    .maxWidth550On1023 {
        max-width: 550px;
        margin: 0px auto;
    }
    .maxWidth500On1023 {
        max-width: 500px;
        margin: 0px auto;
    }
    .maxWidth450On1023 {
        max-width: 450px;
        margin: 0px auto;
    }
    .maxWidth400On1023 {
        max-width: 400px;
        margin: 0px auto;
    }
    .maxWidth350On1023 {
        max-width: 350px;
        margin: 0px auto;
    }
    .maxWidth300On1023 {
        max-width: 300px;
        margin: 0px auto;
    }

    .padTB30,
    .padTB35 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB40,
    .padTB45 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB50,
    .padTB55 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .padTB60,
    .padTB65 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padTB70,
    .padTB75,
    .padTB80,
    .padTB85,
    .padTB90,
    .padTB95,
    .padTB100,
    .padTB120,
    .padTB150 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padLR30,
    .padLR35 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .padLR40,
    .padLR45 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .padLR50,
    .padLR55 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .padLR60,
    .padLR65 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .padLR70,
    .padLR75,
    .padLR80,
    .padLR85,
    .padLR90,
    .padLR95,
    .padLR100,
    .padLR120,
    .padLR150 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pad30,
    .pad35 {    padding: 25px;}
    .pad40,
    .pad45 {    padding: 30px;}
    .pad50,
    .pad55 {    padding: 40px;}
    .pad60, .pad65, .pad70, .pad75, .pad80, .pad85,
    .pad90 {    padding: 50px;}
    .pad95, .pad100, .pad120,
    .pad150 {   padding: 60px;}

    .padT30,
    .padT35 {   padding-top: 25px;}
    .padT40,
    .padT45 {   padding-top: 30px;}
    .padT50,
    .padT55 {   padding-top: 40px;}
    .padT60, .padT65, .padT70, .padT75, .padT80  .padT85
    .padT90 {   padding-top: 50px;}
    .padT95, .padT100, .padT120,
    .padT150 {  padding-top: 60px;}

    .padL30,
    .padL35 {   padding-left: 25px;}
    .padL40,
    .padL45 {   padding-left: 30px;}
    .padL50,
    .padL55 {   padding-left: 40px;}
    .padL60, .padL65, .padL70, .padL75, .padL80, .padL85,
    .padL90 {   padding-left: 50px;}
    .padL95, .padL100, .padL120,
    .padL150 {  padding-left: 60px;}

    .padR30,
    .padR35 {   padding-right: 25px;}
    .padR40,
    .padR45 {   padding-right: 30px;}
    .padR50,
    .padR55 {   padding-right: 40px;}
    .padR60, .padR65, .padR70, .padR75, .padR80, .padR85,
    .padR90 {   padding-right: 50px;}
    .padR95, .padR100, .padR120,
    .padR150 {  padding-right: 60px;}

    .padB30,
    .padB35 {   padding-bottom: 25px;}
    .padB40,
    .padB45 {   padding-bottom: 30px;}
    .padB50,
    .padB55 {   padding-bottom: 40px;}
    .padB60, .padB65, .padB70, .padB75, .padB80, .padB85,
    .padB90 {   padding-bottom: 50px;}
    .padB95, .padB100, .padB120,
    .padB150 {  padding-bottom: 60px;}


    .pad10on1023 { padding: 10px; }
    .padT10on1023 { padding-top: 10px; }
    .padB10on1023 { padding-bottom: 10px; }
    .padL10on1023 { padding-left: 10px; }
    .padR10on1023 { padding-right: 10px; }

    .mar30,
    .mar35 {    margin: 25px;}
    .mar40,
    .mar45 {    margin: 30px;}
    .mar50,
    .mar55 {    margin: 35px;}
    .mar60,
    .mar65 {    margin: 40px;}
    .mar70, .mar75,
    .mar80 {    margin: 45px;}


    .marT30,
    .marT35 {   margin-top: 25px;}
    .marT40,
    .marT45 {   margin-top: 30px;}
    .marT50,
    .marT55 {   margin-top: 35px;}
    .marT60,
    .marT65 {   margin-top: 40px;}
    .marT70, .marT75,
    .marT80 {   margin-top: 45px;}


    .marL30,
    .marL35 {   margin-left: 25px;}
    .marL40,
    .marL45 {   margin-left: 30px;}
    .marL50,
    .marL55 {   margin-left: 35px;}
    .marL60,
    .marL65 {   margin-left: 40px;}
    .marL70, .marL75,
    .marL80 {   margin-left: 45px;}


    .marR30,
    .marR35 {   margin-right: 25px;}
    .marR40,
    .marR45 {   margin-right: 30px;}
    .marR50,
    .marR55 {   margin-right: 35px;}
    .marR60,
    .marR65 {   margin-right: 40px;}
    .marR70, .marR75,
    .marR80 {   margin-right: 45px;}


    .marB30,
    .marB35 {   margin-bottom: 25px;}
    .marB40,
    .marB45 {   margin-bottom: 30px;}
    .marB50,
    .marB55 {   margin-bottom: 35px;}
    .marB60,
    .marB65 {   margin-bottom: 40px;}
    .marB70, .marB75,
    .marB80 {   margin-bottom: 45px;}



    .hideOn1023 {   display: none;}
    .showOn1023 {   display: block;}

    .fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4, .fontS40 { font-size: 38px;}
    .fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4, .fontS42 { font-size: 40px;}
    .fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4, .fontS44 { font-size: 41px;}
    .fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4, .fontS45 { font-size: 42px;}
    .fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4, .fontS46 { font-size: 43px;}
    .fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4, .fontS48 { font-size: 45px;}
    .fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4, .fontS50 { font-size: 47px;}
    .fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4, .fontS55 { font-size: 49px;}
    .fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4, .fontS60 { font-size: 51px;}
    .fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4, .fontS65 { font-size: 53px;}
    .fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4, .fontS70 { font-size: 55px;}
    .fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4, .fontS75 { font-size: 57px;}
    .fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4, .fontS80 { font-size: 59px;}
    .fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4, .fontS85 { font-size: 61px;}
    .fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4, .fontS90 { font-size: 63px;}
    .fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4, .fontS95 { font-size: 65px;}
    .fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4, .fontS100 { font-size: 67px;}
}

@media (max-width: 767px){
    .hideOn767 {    display: none !important;}
    .showOn767 {    display: block;}
    .centerOn767 {  text-align: center;}

    .pull-left-desktop,
    .pull-right-desktop {
        float: none;
    }

    .padTB5, .padTB15 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padTB20,
    .padTB25 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padTB30,
    .padTB35 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padTB40,
    .padTB45 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padTB50,
    .padTB55 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB60,
    .padTB65,
    .padTB70,
    .padTB75,
    .padTB80,
    .padTB85,
    .padTB90,
    .padTB95,
    .padTB100,
    .padTB120,
    .padTB150 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padLR5, .padLR15 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padLR20,
    .padLR25 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padLR30,
    .padLR35 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padLR40,
    .padLR45 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .padLR50,
    .padLR55 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .padLR60,
    .padLR65,
    .padLR70,
    .padLR75,
    .padLR80,
    .padLR85,
    .padLR90,
    .padLR95,
    .padLR100,
    .padLR120,
    .padLR150 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pad5,
    .pad15 {    padding: 10px;}
    .pad20,
    .pad25 {    padding: 10px;}
    .pad30,
    .pad35 {    padding: 15px;}
    .pad40,
    .pad45 {    padding: 20px;}
    .pad50,
    .pad55 {    padding: 25px;}
    .pad60, .pad65, .pad70, .pad75, .pad80, .pad85, .pad90, .pad95, .pad100, .pad120,
    .pad150 {   padding: 30px;}

    .padT5,
    .padT15 {   padding-top: 10px;}
    .padT20,
    .padT25 {   padding-top: 10px;}
    .padT30,
    .padT35 {   padding-top: 15px;}
    .padT40,
    .padT45 {   padding-top: 20px;}
    .padT50,
    .padT55 {   padding-top: 25px;}
    .padT60, .padT65, .padT70, .padT75, .padT80, .padT85, .padT90, .padT95, .padT100, .padT120,
    .padT150 {  padding-top: 30px;}

    .padL5,
    .padL15 {   padding-left: 10px;}
    .padL20,
    .padL25 {   padding-left: 10px;}
    .padL30,
    .padL35 {   padding-left: 15px;}
    .padL40,
    .padL45 {   padding-left: 20px;}
    .padL50,
    .padL55 {   padding-left: 25px;}
    .padL60, .padL65, .padL70, .padL75, .padL80, .padL85, .padL90, .padL95, .padL100, .padL120,
    .padL150 {  padding-left: 30px;}

    .padR5,
    .padR15 {   padding-right: 10px;}
    .padR20,
    .padR25 {   padding-right: 10px;}
    .padR30,
    .padR35 {   padding-right: 15px;}
    .padR40,
    .padR45 {   padding-right: 20px;}
    .padR50,
    .padR55 {   padding-right: 25px;}
    .padR60, .padR65, .padR70, .padR75, .padR80, .padR85, .padR90, .padR95, .padR100, .padR120,
    .padR150 {  padding-right: 30px;}

    .padB5,
    .padB15 {   padding-bottom: 10px;}
    .padB20,
    .padB25 {   padding-bottom: 10px;}
    .padB30,
    .padB35 {   padding-bottom: 15px;}
    .padB40,
    .padB45 {   padding-bottom: 20px;}
    .padB50,
    .padB55 {   padding-bottom: 25px;}
    .padB60, .padB65, .padB70, .padB75, .padB80, .padB85, .padB90, .padB95, .padB100, .padB120,
    .padB150 {  padding-bottom: 30px;}


    .pad10on767 { padding: 10px; }
    .padT10on767 { padding-top: 10px; }
    .padB10on767 { padding-bottom: 10px; }
    .padL10on767 { padding-left: 10px; }
    .padR10on767 { padding-right: 10px; }

    .mar15, .mar20,
    .mar25 {    margin: 10px;}
    .mar30,
    .mar35 {    margin: 15px;}
    .mar40,
    .mar45 {    margin: 20px;}
    .mar50,
    .mar55 {    margin: 25px;}
    .mar60,
    .mar65 {    margin: 30px;}
    .mar70, .mar75,
    .mar80 {    margin: 35px;}


    .marT15, .marT20,
    .marT25 {   margin-top: 10px;}
    .marT30,
    .marT35 {   margin-top: 15px;}
    .marT40,
    .marT45 {   margin-top: 20px;}
    .marT50,
    .marT55 {   margin-top: 25px;}
    .marT60,
    .marT65 {   margin-top: 30px;}
    .marT70, .marT75,
    .marT80 {   margin-top: 35px;}


    .marL15, .marL20,
    .marL25 {   margin-left: 10px;}
    .marL30,
    .marL35 {   margin-left: 15px;}
    .marL40,
    .marL45 {   margin-left: 20px;}
    .marL50,
    .marL55 {   margin-left: 25px;}
    .marL60,
    .marL65 {   margin-left: 30px;}
    .marL70, .marL75,
    .marL80 {   margin-left: 35px;}


    .marR15, .marR20,
    .marR25 {   margin-right: 10px;}
    .marR30,
    .marR35 {   margin-right: 15px;}
    .marR40,
    .marR45 {   margin-right: 20px;}
    .marR50,
    .marR55 {   margin-right: 25px;}
    .marR60,
    .marR65 {   margin-right: 30px;}
    .marR70, .marR75,
    .marR80 {   margin-right: 35px;}


    .marB15, .marB20,
    .marB25 {   margin-bottom: 10px;}
    .marB30,
    .marB35 {   margin-bottom: 15px;}
    .marB40,
    .marB45 {   margin-bottom: 20px;}
    .marB50,
    .marB55 {   margin-bottom: 25px;}
    .marB60,
    .marB65 {   margin-bottom: 30px;}
    .marB70, .marB75,
    .marB80 {   margin-bottom: 35px;}

    .noPadOn767 {   padding: 0px; }
    .noPadTOn767 {  padding-top: 0px; }
    .noPadBOn767 {  padding-bottom: 0px; }
    .noPadLOn767 {  padding-left: 0px; }
    .noPadROn767 {  padding-right: 0px; }
    .noMarOn767 {   margin: 0px; }
    .noMarTOn767 {  margin-top: 0px; }
    .noMarBOn767 {  margin-bottom: 0px; }
    .noMarLOn767 {  margin-left: 0px; }
    .noMarROn767 {  margin-right: 0px; }

    .fontS17 h1,.fontS17 h2,.fontS17 h3,.fontS17 h4, .fontS17,
    .fontS18 h1,.fontS18 h2,.fontS18 h3,.fontS18 h4, .fontS18 { font-size: 16px;}
    .fontS20 h1,.fontS20 h2,.fontS20 h3,.fontS20 h4, .fontS20 { font-size: 18px;}
    .fontS22 h1,.fontS22 h2,.fontS22 h3,.fontS22 h4, .fontS22,
    .fontS24 h1,.fontS24 h2,.fontS24 h3,.fontS24 h4, .fontS24,
    .fontS25 h1,.fontS25 h2,.fontS25 h3,.fontS25 h4, .fontS25,
    .fontS26 h1,.fontS26 h2,.fontS26 h3,.fontS26 h4, .fontS26 { font-size: 20px;}
    .fontS28 h1,.fontS28 h2,.fontS28 h3,.fontS28 h4, .fontS28 { font-size: 21px;}
    .fontS30 h1,.fontS30 h2,.fontS30 h3,.fontS30 h4, .fontS30 { font-size: 22px;}
    .fontS32 h1,.fontS32 h2,.fontS32 h3,.fontS32 h4, .fontS32 { font-size: 23px;}
    .fontS34 h1,.fontS34 h2,.fontS34 h3,.fontS34 h4, .fontS34,
    .fontS35 h1,.fontS35 h2,.fontS35 h3,.fontS35 h4, .fontS35,
    .fontS36 h1,.fontS36 h2,.fontS36 h3,.fontS36 h4, .fontS36 { font-size: 24px;}
    .fontS38 h1,.fontS38 h2,.fontS38 h3,.fontS38 h4, .fontS38 { font-size: 25px;}
    .fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4, .fontS40 { font-size: 26px;}
    .fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4, .fontS42 { font-size: 27px;}
    .fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4, .fontS44,
    .fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4, .fontS45,
    .fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4, .fontS46 { font-size: 28px;}
    .fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4, .fontS48 { font-size: 29px;}
    .fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4, .fontS50 { font-size: 30px;}
    .fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4, .fontS55 { font-size: 32px;}
    .fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4, .fontS60 { font-size: 34px;}
    .fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4, .fontS65 { font-size: 36px;}
    .fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4, .fontS70 { font-size: 38px;}
    .fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4, .fontS75 { font-size: 40px;}
    .fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4, .fontS80 { font-size: 42px;}
    .fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4, .fontS85 { font-size: 44px;}
    .fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4, .fontS90 { font-size: 46px;}
    .fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4, .fontS95 { font-size: 48px;}
    .fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4, .fontS100 { font-size: 50px;}

    .line-height1on767 { line-height: 1; }
    .line-height11on767 { line-height: 1.1; }
    .line-height12on767 { line-height: 1.2; }
    .line-height13on767 { line-height: 1.3; }
    .line-height14on767 { line-height: 1.4; }
    .line-height15on767 { line-height: 1.5; }
}
/* Responsive Grid */
.container {
    max-width: 1300px;
    padding-left:15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
}
.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: 1px;
    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: 1px;
        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: 1px;
        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,
.content-wrapper--vertical-spacing {
  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;
  }
}
html {
  font-size: 18px;
  touch-action: manipulation;
}
body {
  color: #494A52;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  line-height: 1.7;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  color: #2F2F2F;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #107ACE;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
  line-height: 1.2;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3.1rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.2rem;
  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: #107ACE;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Custom Text Color Classes */
.text-jet,
.text-jet label,
.text-jet p  { color: #2F2F2F; }
.text-gray,
.text-gray label,
.text-gray p { color: #E5E5E5; }
.text-dmsblue,
.text-dmsblue label,
.text-dmsblue p { color: #107ACE; }
.text-teal,
.text-teal label,
.text-teal p { color: #19BDBF; }
.text-accentgreen,
.text-accentgreen label,
.text-accentgreen p { color: #B8CE11; }
.text-orange,
.text-orange label,
.text-orange p { color: #FF5D15; }
.text-lightgray,
.text-lightgray label,
.text-lightgray p { color: #F5F5F5; }
.text-white,
.text-white label,
.text-white p { color: #ffffff; }
.text-black,
.text-black label,
.text-black p { color: #000; }
.text-blue,
.text-blue label,
.text-blue p { color: #196fb3; }

/* Blog Posts Template Text Hierarchy */
.blog-content-wrappper blockquote {
  border-left: 3px solid #a9a9a9 !important;
}

.blog-content-wrappper blockquote p {
  font-weight: bold;
  font-style: italic;
}

.blog-content-wrappper li {
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  font-size: 18px;
}

.blog-content-wrappper h4 {
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .blog-content-wrappper h2,
  .blog-content-wrappper h2 strong,
  .blog-content-wrappper h2 span {
    font-size: 48px !important;
    line-height: 56px !important;
  }
  .blog-content-wrappper h3,
  .blog-content-wrappper h3 strong,
  .blog-content-wrappper h3 span {
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 300 !important;
  }
  .blog-content-wrappper h4,
  .blog-content-wrappper h4 strong,
  .blog-content-wrappper h4 span {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
  }
  .blog-content-wrappper h5, .blog-content-wrappper h5 strong, .blog-content-wrappper h5 span {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

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

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
  h1 { 
    font-size: 2.25rem;
  }
  h2 { 
    font-size: 1.5rem;
  }
  h3 { 
    font-size: 1.3rem;
  }
  h4 { 
    font-size: 1.2rem;
  }
}
button,
.button,
.btn-outline,
.btn-white,
.btn-full_width{
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  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;
}
.btn-full_width {
  width: 100%; 
}
button,
.button,
.btn-full_width{
  background-color: #FF5D15;
  border: 4px solid #FF5D15;
  color: #FAFAFA;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.btn-full_width:hover,
.btn-full_width:focus,
.btn-full_width:active{
  background-color: transparent;
  border: 4px solid #FF5D15;
  color: #000000;
  text-decoration: none;
}

.btn-outline {
  background-color: transparent;
  border: 4px solid #FF5D15;
  color: #000000;
  text-decoration: none;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active{
  background-color: #FF6F41;
  border-color: #FF5D15;
  color: #ffffff;
  text-decoration: none;
}

.btn-white {
  background-color: #FFFFFF;
  border: 4px solid #FFFFFF;
  color: #000000;
  text-decoration: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active{
  background-color: #F5F5F5;
  border: 4px solid #FFFFFF;
  color: #ffffff;
  text-decoration: none;
}
.white-button:hover,
.white-button:focus,
.white-button:active {
  background-color: transparent !important;
  border: 4px solid #FFFFFF !important;
  text-decoration: none !important;
}
.white-button:hover span,
.white-button:focus span,
.white-button:active span {
  color: #ffffff !important; 
}
.orange-button {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    border: 4px solid #ff6f41;
    border-radius: 4px;
    padding: 10px 30px;
    transition: background-color .3s ease,color .3s ease;
}
.orange-button:hover {
    color: #fff;
    background-color: #ff6f41;
    text-decoration: none;
}
/* Form */

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

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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 14px;
  padding-top: 0;
  margin-bottom: 10px;
  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: #FFF;
  border: 3px solid #C7C6C6;
  border-radius: 6px;
  color: #717171;
  display: inline-block;
  font-size: 16px;
  padding: 0.5rem;
  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: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
}

.hs-error-msgs li {
	padding: 0;
	margin: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #FF5D15;
  border: 4px solid #FF5D15;
  color: #FAFAFA;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: transparent !important;
  border: 4px solid #FF5D15 !important;
  color: #000000 !important;
  text-decoration: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: transparent !important;
  border: 4px solid #FF5D15 !important;
  color: #000000  !important;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .form-columns-1 .input {
    margin-right: 0 !important;
  }
  .form-columns-1 .hs-input:not([type=checkbox]) {
    width: 100% !important;
  }
}
/* Table */

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

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;
}
/* .body-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}     */
.banner-overlay {
  z-index: 0;
}
.banner-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53,147,196,0.8);
  z-index: -1;
}
.limiter {
  max-width: 1920px;
  margin: 0 auto;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.relative {
  position: relative;
}
.bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/* Custom BG Color Classes */

.bg_white { background-color: #ffffff; }
.bg_gray { background-color: #E5E5E5; }
.bg_lightgray { background-color: #F5F5F5; }
.bg_dmsblue { background-color: #107ACE; }
.bg_teal { background-color: #19BDBF; }
/* .bg_bluegradient {background: transparent linear-gradient(249deg, #1DA0D9 0%, #00629F 100%) 0% 0% no-repeat padding-box; } */
.bg_bluegradient {background: transparent linear-gradient(90deg,#1580ce 0%,#1bd1e0 100%) 0% 0% no-repeat padding-box;}
.orange_gradient {background: transparent linear-gradient(90deg,#FF8B36 0%,#FF6F41 100%) 0% 0% no-repeat padding-box;}
.bg_orange { background-color: #FF5D15; }
.bg_jet { background-color: #2F2F2F; }
.bg_accentgreen { background-color: #B8CE11; }

/* Background Height */

.bg_h10 { height: 10%; } 
.bg_h20 { height: 20%; } 
.bg_h30 { height: 30%; } 
.bg_h40 { height: 40%; } 
.bg_h50 { height: 50%; } 
.bg_h60 { height: 60%; } 
.bg_h70 { height: 70%; } 
.bg_h80 { height: 80%; } 
.bg_h90 { height: 90%; } 
.bg_h100 { height: 100%; } 

/* Element Opacity */
.opa5 {opacity: 0.05;}
.opa10 {opacity: 0.1;}
.opa15 {opacity: 0.15;}
.opa20 {opacity: 0.20;}
.opa25 {opacity: 0.25;}
.opa30 {opacity: 0.30;}
.opa35 {opacity: 0.35;}
.opa40 {opacity: 0.40;}
.opa45 {opacity: 0.45;}
.opa50 {opacity: 0.50;}
.opa55 {opacity: 0.55;}
.opa60 {opacity: 0.60;}
.opa65 {opacity: 0.65;}
.opa70 {opacity: 0.70;}
.opa75 {opacity: 0.75;}
.opa80 {opacity: 0.80;}
.opa85 {opacity: 0.85;}
.opa90 {opacity: 0.90;}
.opa95 {opacity: 0.95;}
.opa100 {opacity: 1;}

/* For Partner Directory Banner */
.breadcrumbs,
.breadcrumbs a{
 color: #848484; 
 text-transform: capitalize;
}
.breadcrumbs .active {
  color: #000000; 
}
.breadcrumbs a:hover,
.breadcrumbs a:visited {
  color: #196fb2;
  text-decoration: none;
}

/* Slick Dots */

ul.slick-dots {
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  margin: 0;
  left: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #C7C6C6;
}

.slick-dots li.slick-active button {
  background: #000;
}

/* Key Features and Simple Image Slider Module */
.simpleImageSlider.offset {
  margin-top: -20%; 
}
.simpleImageSlider {
  padding-left: 25px; 
}
.simpleImageSlider img {
  width: 100%
}
.simpleImageSlider .slick-dots {
  display: block;
  width: 100%;
  text-align: center;
  bottom: -10%;
}
.simpleImageSlider .slick-dots li.slick-active button {
  background: #B8CE11;
}

.box-content ul,
.keyfeatures ul,
ul.greenCheckList,
.two-col-dynamic-row ul {
  padding: 0; 
}

.box-content ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox),
.keyfeatures ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox),
.greenCheckList ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox),
.two-col-dynamic-row ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox),
.one-col-row .green-check ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox),
.tab-featured-content.single .green-check ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox) {
  list-style-type: none; 
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
}

.box-content ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox):before,
.keyfeatures ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox):before,
.greenCheckList ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox):before,
.two-col-dynamic-row ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox):before,
.one-col-row .green-check ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox):before,
.tab-featured-content.single .green-check ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox):before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 20px;
  color: #b8ce11;
  position: absolute;
  left: 0;
}

.tab-featured-content.single .red-tick ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox) {
  list-style-type: none; 
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
}

.tab-featured-content.single .red-tick ul:not(.hs-error-msgs) li:not(.hs-form-booleancheckbox):before {
  content: '\f057';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 20px;
  color: #d31c1b;
  position: absolute;
  left: 0;
}

.two-col-dynamic-row.white li:before {
  color: #fff;
}

/*Headers Content*/
.side-image{
  background: #fff;
  position: relative;
  transform: scale(1.1);
  box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.25);
}
.side-image img{
  position: absolute;
  top: -60px;
  left: 0;
  max-width: 100%;
  width: 100%;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}
.side-text{
  max-width: 650px;
  max-width: 100%;
  padding: 10% 50px;
}

/* Blue Arrow Link */
/* .arrow-link {
  position: relative;
  padding-right: 30px;
}

.arrow-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url(https://5431612.fs1.hubspotusercontent-na1.net/hubfs/5431612/arrow-right-blue.png) no-repeat center center / 100% transparent;
  width: 8px;
  height: 100%;
  transform: translateY(-50%);
  transition: .3s ease;
} */

.arrow-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 14px;
  transition: padding-left 0.3s ease;
}

.arrow-link:hover {
    text-decoration: none;
}

.arrow-link:hover:after {
    padding-left: 5px;
}

/* .arrow-link:hover:before {
    right: -10px;
}*/


a.white-button {
  background: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  text-decoration: none;
}

a.white-button:hover {
  background: rgba(255,255,255,0.75);
}

/* Video PopUp */
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 999;
}
.popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.popup-content iframe {
  max-width: 100%;
}
.close-btn{
  padding: 40px 0 0;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  color: #F5F5F5;
  background-color:#000;
  border: none;
  position: absolute;
  right: 16%;
  top: 16%;
  z-index: 100;
}
.close-btn:hover{
  color: #BFCE11;
  background-color:#000;
  border: none;
}

.close-btn::before,
.close-btn::after {
  content: '';
  width: 2px;
  height: 50%;
  background: #F5F5F5;
  display: block;
  transform: rotate(45deg) translateX(0px);
  position: absolute;
  left: 50%;
  top: 13px;
}

.close-btn::after {
  transform: rotate(-45deg) translateX(0px);
}
.close-btn:hover::before,
.close-btn:hover::after{
  background: #BFCE11;
}



/* Orange Button */
a.orange-outline-btn,
a.orange-btn {
  border: 4px solid #FF6F41;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
  border-radius: 6px;
}

a.orange-outline-btn {
  color: #000;
}
a.orange-outline-btn:hover {
  background-color: #FF6F41;
  color: #fff;
}

a.orange-btn {
  color: #fff;
  background-color: #FF6F41;
}
a.orange-btn:hover {
  background-color: transparent;
  color: #000;
}

.bannerv2-video-popup .popup-content img {
  width: 100% !important;
  height: 100% !important;
}
/* Header container */

.header {
  background-color: #FFFFFF;
  z-index: 10;
  transition: 0.3s ease;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  z-index: 99;
/*   animation: smoothScroll 1s forwards; */
}
/* @keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
} */
.secondary-menu.header-navigation li:not(:last-child) {
  transition: 0.3s ease;
  height: 50px;
}
.fixed-header .secondary-menu.header-navigation li:not(:last-child) { 
  height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.fixed-header .secondary-menu .submenu.level-1>li:last-of-type {
  padding-bottom: 6px;
}
.header-div{
  background-color: #fff;
  -webkit-box-shadow: -1px 1px 8px #00000029;
  -moz-box-shadow: -1px 1px 8px #00000029;
  box-shadow: -1px 1px 8px #00000029;
  position: relative;
}
.header__container {
/*   width: 1700px; */
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1920px;
}

/* .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;
} */

.header__column-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* 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: 250px;
  overflow: hidden;
}

.header__logo a {
  display: inline-block;
}

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

.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;
}

header .menu-item a {
    text-transform: none;
}

nav.navigation-primary .submenu.level-1>li {
    padding-bottom: 0;
}

/* laptop Screen styles */
@media (max-width: 1366px) {
  .header__container{
/*     width: 1300px; */
    padding: 0 15px;
  }
  
/*   .header__column-1 {
    display: block;
  } */
}

@media (max-width: 1199px) {
  .header__logo {
    max-width: 200px;
  }
}

/* Tablet styles */

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

@media (max-width: 971px) {
  .header__container {
    padding: 15px 5px 0;
  }
}

/* Mobile styles */

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

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

  .header__logo {
/*     margin: 0 auto; */
    width: 100%;
  }
  
  .header__logo a#hs-link-site_logo_hs_logo_widget {
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
    text-align: left;
  }

  .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: 90px;
    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__close--toggle,
  .header__navigation--toggle{
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .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;
    display: none;
  }

  .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;
  }
}

@media (max-width: 480px) {
  .header__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

img.opa25:hover {
    opacity: .5;
    cursor: pointer;
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  padding: 130px 100px;
}

.footer__container-main,
.footer__menu {
  display: flex;
  flex-wrap: wrap;
}

.footer__menu-wrap {
  flex-basis: 80%;
}

.footer__contact-wrap {
  flex-basis: 20%;
}

.footer-menu li.hs-item-has-children {
  flex-basis: 20%;
  padding-right: 10px;
}

.footer__icon {
  flex-basis: 25%;
}

.footer-icon {
  max-width: 80px;
  margin-left: 100px;
}

.footer__icon img{
  width: 100%;
  height: auto;
}

.footer__menu {
  flex-basis: 70%;
  justify-content: flex-end;
}

footer #hs_cos_wrapper_footer__menu .footer-menu .hs-menu-children-wrapper,
footer #hs_cos_wrapper_footer__menu .footer-menu .hs-menu-children-wrapper:hover>.hs-menu-children-wrapper {
  position: relative;
  opacity: 1;
  left: auto;
  visibility: visible;
  display: block;
  top: auto;
}

.footer-menu span div > ul > li > a,
.footer-contact .footer-contact-heading {
  font-size: 16px;
  font-weight: 700;
  color: #848484;
}

.footer-menu span div > ul > li ul li a,
.footer-contact ul li{
  font-size: 14px;
  font-weight: 300;
  color: #848484;
  white-space: normal !important;
}

.footer-menu span div>ul>li ul li, 
.footer-contact ul li {
  margin-top: 10px;
}

.footer__contact .social-links {
  justify-content: left;
  align-items: flex-start;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
}

.footer__copyright {
  display: flex;
  font-size: 0.7rem;
  margin-top: 140px;
}

.footer__copyright div span {
  font-size: 16px;
  font-weight: 700;
  color: #848484;
}

.footer-copyright-list ul li a{
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #848484;
}

.footer-copyright-list ul li a:hover,
.footer-menu span div > ul > li > a:hover,
.footer-contact ul l:hover{
  text-decoration: none;
}

@media screen and (max-width: 1420px) {
  .footer__menu-wrap {
    flex-basis: 65%;
  }
  .footer__contact-wrap {
    flex-basis: 35%;
  }

  .footer-menu span div > ul > li > a,
  .footer-contact .footer-contact-heading {
    font-size: 15px;
    margin-top: 10px;
  }
  .footer-menu span div > ul > li ul li a,
  .footer-contact ul li{
    font-size: 13px;
  }
  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    flex-direction: row;
  }
  .footer-menu li.hs-item-has-children {
    flex-basis: 50%;
    margin-bottom: 30px;
  }
  .footer__copyright .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    flex-direction: row;
  }
  .footer__copyright div span,
  .footer-copyright-list ul li a{
    font-size: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .footer__icon,
  .footer__menu {
    flex-basis: 100%;
  }
  .footer__menu {
    margin-top: 30px;
  }
  .footer-icon {
    margin-left: 0;
  }
  .footer__copyright {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__container {
    padding: 100px;
  }
}

@media screen and (max-width: 767px) {
  .footer__container {
    padding: 30px;
  }
  .footer__menu-wrap,
  .footer__contact-wrap {
    flex-basis: 100%;
  }
  .footer__copyright {
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .footer__container {
    padding: 30px 0 0;
  }
  .footer__icon, 
  .footer__menu-wrap, 
  #hs_cos_wrapper_footer__contact-details {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer__icon img {
    max-width: 45px;
  }
  .footer__copyright {
    display: block;
    text-align: center;
    background-color: #f5f5f5;
    margin: 0;
    padding-bottom: 30px;
  }
  .footer-copyright-list ul li {
    display: block;
    width: 100%;
  }
  .footer-copyright-list ul li a {
    padding: 0;
  }
}




.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 {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  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 {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--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 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-related-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

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

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

.blog-related-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-related-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-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

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

.blog-related-posts__title a {
  color: #494a52;
}

/* 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;
}

/* PARTNER DIRECTORY CSS */
.hs-blog-id-37913816740 #hs_cos_wrapper_mega_menu { 
  display: none;
}
.filters, .filters ul {
    list-style-type: none;
}
span.filterCat {
    color: #717171;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
span.filterCat:hover {
  color: #196FB3;
  cursor: pointer;
}
.filterContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.filterItem a {
  text-decoration: none; 
  color: #717171;
  text-transform: capitalize;
}
.filterItem span {
  font-weight: 300;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.filterItem span:hover:after,
.filterItem.active span:after {
  content: '';
  border-bottom: 2px solid #196fb3;
  width: 100%;
  bottom: 10px;
  position: absolute;
  left: 0;
}
.directoryPosts {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  position: relative; 
}
.directoryPosts.fl-center {
  justify-content: center;
}
.directoryPosts.fl-left {
  justify-content: left;
}
.directoryPosts .post-item {
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  width: 31%;
  margin: 1%;
  cursor: pointer;
  min-height: 480px;
}
.directoryPosts .post-item:hover,
.post-item .post-details a:hover{
  text-decoration: none; 
}
.directoryPosts .image-container {
  background-size: contain;
  border-bottom: 1px solid #C9C9C9;
  text-align: center;
  height: 190px;
  position: relative;
}
.directoryPosts .image-container.image-clear img {
  opacity: 1;
}
.directoryPosts .image-container img {
  opacity: .4;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  max-height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.directoryPosts .post-item:hover img {
  opacity: 1;
}
.directoryPosts .post-details div,
.directoryPosts .post-details p{
  color: #000000;
}
.directoryPosts .post-details h2 {
  font-size: 27px;
  margin: 0;
  color: #000000;
  line-height:1.2;
}
.directoryPosts .post-details p {
  margin-bottom: 10px;
  line-height: 1.2;
}
.directoryPosts .blueLink .fa-angle-right {
    display: inline-block;
    padding-left: 0px;
    transition: padding-left 0.5s ease;
}
.directoryPosts .blueLink:hover {
  text-decoration: none; 
}
.directoryPosts  .post-item:hover {
  box-shadow: 0px 0px 15px #C9C9C9;
}
.directoryPosts  .post-item:hover .blueLink .fa-angle-right {
    padding-left: 5px;
}
.loadmore {
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 18px;
  color: #8D8C8C;
  padding: 15px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.partner-directory-post .blog-post {
  padding: 60px 0 30px 0;
}
/*.partner-directory-post .row-vertical-center {
  display: flex;
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  align-items: center;
  -webkit-align-items: center;
}*/
.pdbanner .image img {
  height: auto;
  max-width: 100%;
}
@media (min-width: 769px) {
  .filters.fixed {
    position:fixed;
    top:87px;
    left:15px;
  }
}
@media (min-width: 1301px) {
  .filters.fixed {
    position:fixed;
    top:77px;
    left:calc((100% - 1300px) / 2 + 15px);
  }
}
@media (max-width: 768px) {
  .filters {
    text-align: center; 
  }
  .filters>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 100px;
    text-align: left;
  }
  .filters>li>span {
    text-align: center;
  }
  .active + .filterContent {
    position: absolute;
    top: 100%;
    left: 0px;
    /* width: 100%; */
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(10,10,10, 0.2);
    padding: 15px;
    z-index: 2;
    display: block;
    min-width: 150px;
    font-size: 14px;
  }
  .filterContent {
    display: none; 
  }
  .partner-directory-index .image {
    display: none; 
  }
  .directoryPosts .post-item {
    width: 100%;
    float: none;
    display: block;
    margin: 10px 0;
    min-height: auto;
  }
  .directoryPosts .image-container,
  .directoryPosts .post-details{
    float: left;
  }
  .directoryPosts .image-container {
    width: 30%;
    border-bottom: none;
    border-right: 1px solid #C9C9C9;
  }
  .directoryPosts .post-details {
    width: 70%;
  }
  .directoryPosts .post-details h2 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .directoryPosts .post-details .fontS16 {
    font-size: 12px; 
  }
}
@media (max-width: 480px) {
  
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

.tags { display: none; }
.rel-blog-tags,
.post-tag {
    display: none;
}

*:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}

.body-wrapper.hs-landing-page.hs-page #navbarSupportedContent,
.body-wrapper.hs-landing-page.hs-page .navbar-toggler {
    transform: scale(0);
}

.body-wrapper.hs-landing-page.hs-page .footer__container {
    padding: 30px 0 0;
}

.body-wrapper.hs-landing-page.hs-page .footer-icon {
    margin: auto;
    text-align: center;
}

.body-wrapper.hs-landing-page.hs-page .footer-contact {
    text-align: center;
}

.body-wrapper.hs-landing-page.hs-page .footer__contact .social-links,
.body-wrapper.hs-landing-page.hs-page .footer__copyright {
    justify-content: center;
}

@media (min-width: 768px) {
    .body-wrapper.hs-landing-page.hs-page .footer__container {
        padding: 60px 150px;
    }
    .body-wrapper.hs-landing-page.hs-page .footer__copyright {
        margin-top: 40px;
    }
}

@media (min-width: 1025px) {
    .body-container--blog-post .container {
        width: 85%;
    }
}

.widget-type-rich_text {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
}

a.sec-anc {
    display: block;
    position: relative;
    top: -143px;
    visibility: hidden;
}

a.sec-anc-small {
    display: block;
    position: relative;
    top: -67px;
    visibility: hidden;
}


/* MODAL */

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.75;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.modal-body .btn-close {
    padding: 0;
    margin: -0.5rem -0.5rem -0.5rem auto;
    background-color: #000000;
    border: none;
    width: 70px;
    height: 70px;
    color: #F5F5F5;
    border-radius: 50%;
    font-weight: normal;
    font-size: 14px;
}

.modal-body .btn-close:hover {
    color: #BFCE11;
}

.modal-body .btn-close span {
    display: block;
    font-size: 38px;
    font-weight: lighter;
    line-height: 1;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
    .modal-xxl {
      max-width: 80%;
  }
}

@media (min-width: 1200px) {
    .modal-xl{
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

@media (min-width: 768px) {
    .modal-body .btn-close {
        position: absolute;
        right: 0;
    }
  .modal-xxl .modal-body .btn-close {
    top: -10px;
    z-index: 1;
}
    .bs1-embed {
        width: 80%;
        margin: auto;
    }
    .bs1-embed.video-portrait {
        width: 40%;
    }
}

/* mega menu styling - start */
.nav-notification {
    padding: 13px;
    background: transparent linear-gradient(268deg, #2BE0E0 0%, #196FB2 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    position: relative;
}

.nav-notification.nav-scrolled {
    height: 0;
}

.nav-notification p {
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}

.nav-notification a {
    display: block;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: 3px solid transparent;
    padding: 5px 10px;
    color: #000;
    transition: background 0.3s ease, border 0.3s ease;
    margin-left: 20px;
    font-size: 15px;
}
.nav-notification a:hover {
    background: transparent;
    color: #FAFAFA;
    border: 3px solid #FAFAFA;
    text-decoration: none;
}

.nav-notif-close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #2BE0E0;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 50%;
}

.nav-notif-close:hover {
    cursor: pointer;
}

.menu-bg-spacer {
    padding: 52px 0;
  transition: padding 0.3s ease;
}

.menu-bg-spacer.nav-scrolled {
    padding: 46px 0;
}

.navbar {
    overflow-y: scroll;
    max-height: 100%;
}

.navbar .container-fluid:before,
.navbar .container-fluid:after {
    content: none;
}

.navbar .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
/*     padding-bottom: 9px; */
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    max-width: 200px;
}

.navbar-brand img {
    display: block;
    width: 100%;
    height: 46px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    position: relative;
    padding-right: 40px;
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub-menu .nav-link {
    position: relative;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.sub-menu .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    align-items: center;
    width: 100%;
}

.navbar-collapse li a {
    border-bottom: 1px solid #e8e8e8;
}

.navbar-toggler {
    padding: 1.25rem 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:hover {
    border: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 2rem 0.5rem;
        transition: padding 0.3s ease;
    }
    .navbar-expand-lg .navbar-nav.nav-scrolled .nav-link {
        padding: 1rem 0.5rem;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {    
    .navbar {
        overflow-y: inherit;
        max-height: none;
    }
    .navbar-nav>.nav-item:first-of-type {
        border-top: none;
    }
    .navbar .container-fluid {
        padding-left: 80px;
        padding-right: 40px;
    }
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 2rem 0;
        margin: 0 1.5rem;
        transition: padding 0.3s ease;
    }
    .navbar-expand-xl .navbar-nav.nav-scrolled .nav-link {
        padding: 1rem 0;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    padding-left: 28px;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
    padding-right: 20px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==");
}

.navbar-light button[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

/*OneTrust Cookie Banner in Footer */
.ot-sdk-show-settings {
  font-size: 12px !important;
}

.ot-sdk-show-settings {
  color: #848484 !important;
  background-color: rgba(248,250,252,1.0) !important;
  padding: 0 !important;
  text-decoration: none !important;
  border: none !important;
}
.ot-sdk-show-settings :: hover{
  color: #848484 !important;
  background-color: rgba(248,250,252,1.0) !important;
  text-decoration: none !important;
  border: none !important;
}

@media (min-width: 1421px) {
.ot-sdk-show-settings {
  font-size: 16px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 10px;
    position: absolute;
    right: 39px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #848484;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg) translateY(50%);
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu[style] {
    right: auto !important;
}

.dropdown-menu-start {
    --bs-position: start;
    right: auto/* rtl:ignore */
    ;
    left: 0/* rtl:ignore */
    ;
}

.dropdown-menu-end {
    --bs-position: end;
    right: 0/* rtl:ignore */
    ;
    left: auto/* rtl:ignore */
    ;
}

#navbarDropdown5 {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.dropdown-login .dropdown-menu {
  position: static;
}

.dropdown-login a.dropdown-item span {
  display: none;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
        right: auto/* rtl:ignore */
        ;
        left: 0/* rtl:ignore */
        ;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
        right: 0/* rtl:ignore */
        ;
        left: auto/* rtl:ignore */
        ;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
        right: auto/* rtl:ignore */
        ;
        left: 0/* rtl:ignore */
        ;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
        right: 0/* rtl:ignore */
        ;
        left: auto/* rtl:ignore */
        ;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
        right: auto/* rtl:ignore */
        ;
        left: 0/* rtl:ignore */
        ;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
        right: 0/* rtl:ignore */
        ;
        left: auto/* rtl:ignore */
        ;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
        right: auto/* rtl:ignore */
        ;
        left: 0/* rtl:ignore */
        ;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
        right: 0/* rtl:ignore */
        ;
        left: auto/* rtl:ignore */
        ;
    }
    #navbarDropdown4.dropdown-toggle::after {
        font-size: 10px;
    }
    #navbarDropdown5 {
        color: #848484;
        border-bottom: 0;
        margin-right: 40px;
    }
    #navbarDropdown5:hover,
  #navbarDropdown5.show {
        color: #196FB2;
        text-decoration: none;
    }
    #navbarDropdown5:focus {
      text-decoration: none;
  }
    .navbar-cta-container {
        text-align: right;
        display: flex;
    }
    .dropdown-login { position: relative !important; }
    
    .dropdown-login .dropdown-menu {
        height: 0;
        position: absolute;
        left: -195px;
        width: 278px; 
        top: 52px;
        background-color: #fff;
        box-shadow: inset 0px 10px 10px -8px rgb(0 0 0 / 25%), 0px 10px 10px -8px rgb(0 0 0 / 25%);
        text-align: left;
        transition: height 0.3s ease;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
        padding: 0 20px 0 20px;
        display: block;
    }
  
  .dropdown-login .dropdown-menu.show {
        height: 309px;
  }
  
  .dropdown-login .dropdown-menu li:first-of-type {
    padding-top: 20px;
  }
  
      .dropdown-login a.dropdown-item {
        font-size: 17px;
        font-weight: bold;
        border-left: 2px solid transparent;
        transition: background-color 0.3s ease, border-left 0.3s ease;
        padding: 15px 20px 15px 15px;
    }
  
  .dropdown-login a.dropdown-item.autohover {
        background-color: #F7F7F7;
        border-left: 2px solid #196FB2;
        border-radius: 0 4px 4px 0;
    }
  
      .dropdown-login a.dropdown-item:hover {
        background-color: #F7F7F7;
        border-left: 2px solid #196FB2;
        border-radius: 0 4px 4px 0;
    }

    .dropdown-login a.dropdown-item span {
        font-size: 14px;
        font-weight: 300;
        color: #848484;
        display: block;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
        right: auto/* rtl:ignore */
        ;
        left: 0/* rtl:ignore */
        ;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
        right: 0/* rtl:ignore */
        ;
        left: auto/* rtl:ignore */
        ;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item,
.navbar-right .dropdown-item {
    display: block;
    padding-right: 40px;
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    font-size: 18px;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-header {
    display: block;
    margin-bottom: 0;
    padding: 10px 40px 10px 28px;
    color: #000;
    font-size: 18px;
    line-height: 1.7;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 0;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}

.d-flex {
    display: flex !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.bg-light {
    background-color: #fff !important;
}

.hide-on-mobile,
.hide-on-mobile-inline {
    display: none;
}

.me-auto {
    margin-right: auto !important;
}

.navbar-right ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.navbar-right a {
    padding-right: 40px;
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 22px;
}

.navbar-right a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .nav-notification a {
        display: inline-block;
    }

    .nav-notif-close {
        top: 50%;
        transform: translateY(-50%);
        width: 31px;
        height: 31px;
    }
}

@media (min-width: 1200px) {
    .nav-notification a {
        margin-left: 20px;
        background: transparent;
        border-radius: 0;
        border: none;
        padding: 0;
        color: inherit;
        font-size: 18px;
    }
    .nav-notification a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        font-size: 16px;
        transition: padding-left .3s ease, color .3s ease;
        margin-left: 10px;
        display: inline-block;
        transition: transform 0.3s ease;
    }
    .nav-notification a:hover {
        border: none;
    }
    .nav-notification a:hover:after {
        transform: translateX(10px);
    }
    .nav-notification a span {
        border-bottom: 2px solid #fff;
        padding-bottom: 4px;
    }
    .nav-notif-close {
        right: 85px;
    }
    /* .menu-bg-spacer {
        padding: 39px 0;
    } */
    .navbar-right ul {
        border-bottom: none;
    }
    .navbar-right li {
        border: none;
    }
    .navbar-right a {
        padding: 0;
        display: inline-block;
        color: #fff;
        font-size: 16px;
    }
    .navbar-right a:hover {
        text-decoration: none;
    }
    .hide-on-mobile {
        display: block;
    }
    .hide-on-mobile-inline {
        display: inline;
    }
    .navbar-light .navbar-brand {
        padding-left: 0;
    }
    .navbar-collapse li a {
        border-bottom: none;
    }
    .nav-link {
        font-size: 16px;
    }
    .dropdown-item:not(.di-w-icon) {
        border-radius: 0;
        transition: color 0.3s ease;
        line-height: 1.2;
    }
    .dropdown-item,
    .navbar-right .dropdown-item {
        display: inline-block;
        border: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -17px;
    }
    #navbarDropdown4.dropdown-toggle::after {
        right: -13px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #848484;
        transition: color 0.3s ease, border-bottom 0.3s ease;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #196FB2;
    }
    .navbar-light .navbar-nav .nav-link.show {
        color: #196FB2;
        border-bottom: 2px solid #196FB2;
    }
    .nav-link:hover::after,
    .nav-link.show::after {
        color: #196FB2;
    }
    .navbar {
        padding: 0;
    }
    .di-container {
        display: flex;
        align-items: center;
    }
    .di-icon {
        width: 18px;
        margin-right: 10px;
        text-align: center;
    }
    .card-icon .di-icon {
        width: 34px;
        height: 34px;
        background-color: #f7f7f7;
        border-radius: 50%;
        transition: background-color 0.3s ease;
    }
    .di-icon img {
        max-height: 16px;
        margin: auto;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: filter 0.3s ease;
        vertical-align: middle;
        opacity: 0.25;
    }
    .dropdown-item {
        padding: 8px;
        font-size: 15px;
    }
    .resources .dropdown-col-2 li:not(:last-of-type) .dropdown-item {
        font-size: 19px;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.3s ease;
    }
    .resources .dropdown-col-2 .menu-sub-item {
        font-size: 10px;
        font-weight: 300;
        color: #848484;
    }
    .resources .dropdown-col-2 .dropdown-item {
        font-size: 19px;
    }
    .resources .dropdown-col-2 li .dropdown-item:hover {
        border-bottom: 2px solid #196FB2;
        color: #196FB2;
    }
    .resources .dropdown-col-2 li:last-of-type .dropdown-item {
        padding-left: 0;
        padding-top: 15px;
        font-size: 15px;
    }
    .resources .dropdown-col-2 li:last-of-type .dropdown-item:hover {
        border-bottom: 0;
    }
    .resources .dropdown-col-2 li:last-of-type .dropdown-item em {
        margin-right: 10px;
        padding-bottom: 8px;
    }
    .resources .dropdown-col-2 li:last-of-type .dropdown-item:hover em {
        border-bottom: 2px solid #196FB2;
    }
    .resources .dropdown-col-2 li:last-of-type .dropdown-item:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        font-size: 10px;
        transition: padding-left .3s ease, color .3s ease;
    }
    .resources .dropdown-col-2 li:last-of-type .dropdown-item:hover:after {
        padding-left: 5px;
    }
    .dropdown-item:hover .di-icon img {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
    }
    .dropup,
    .dropend,
    .dropdown,
    .dropstart {
        position: initial;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        box-shadow: inset 0px 10px 10px -8px rgb(0 0 0 / 25%), 0px 10px 10px -8px rgb(0 0 0 / 0%);
        background: #fff;
        border-radius: 0 0 6px 6px;
        transition: height 0.3s ease, box-shadow 0.3s ease;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu.show {
        box-shadow: inset 0px 10px 10px -8px rgb(0 0 0 / 25%), 0px 10px 10px -8px rgb(0 0 0 / 25%);
    }
    .our-solution.dropdown-menu,
    .learning-center.dropdown-menu {
        width: 100%;
        display: block;
        height: 0;
        overflow: hidden;
    }
    .our-solution.dropdown-menu.show {
        height: 312px;
    }
    .learning-center.dropdown-menu.show {
        height: 375px;
    }
    .resources.dropdown-menu {
        width: 76%;
        max-width: 912px;
        display: block;
        height: 0;
        overflow: hidden;
    }
    .resources.dropdown-menu.show {
        height: 524px;
    }
    .dropdown-menu>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dropdown-header {
        padding: 0.5rem 0 0 0;
    }
    .dropdown-col-1 {
        padding: 30px;
    }
    .dropdown-col-2 {
        padding: 30px 30px 30px 0;
    }
    .dropdown-col-full {
        padding: 30px 30px 0 30px;
        width: 100%;
    }
    .learning-center .dropdown-col-1 {
        width: 86.8%;
    }
    .learning-center .dropdown-col-2 {
        width: 158px;
    }
    .resources .dropdown-col-1 {
        width: 54.9%;
        padding-top: 0;
    }
    .resources .dropdown-col-2 {
        width: 408px;
        padding-top: 0;
    }
    .our-solution .dropdown-col-1 {
        width: 81%;
    }
    .our-solution .dropdown-col-2 {
        width: 227px;
    }
    .dropdown-header {
        color: #848484;
        
        margin-bottom: 20px;
        display: inline-block;
        border-bottom: 2px solid #C7C6C6;
    }
    .dropdown-item {
        font-weight: bold;
        border-radius: 6px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .dropdown-item.di-w-icon:hover {
        background-color: #f7f7f7;
    }
    .dropdown-sub-col-1 .di-icon-container,
    .dropdown-sub-col-2 .di-icon-container {
        min-width: 50px;
    }
    .dropdown-sub-col-1 .di-icon,
    .dropdown-sub-col-2 .di-icon {
        background-color: transparent;
        padding: 0;
        margin-right: 0;
        width: auto;
        height: auto;
    }
    .our-solution .dropdown-col-1 .dropdown-item {
        line-height: 1.2;
    }
    .learning-center .dropdown-col-1 .dropdown-item,
    .resources .dropdown-col-1 .dropdown-item {
        line-height: 1.2;
    }
    .navbar-right>.sub-menu {
        margin-bottom: 5px;
        height: 30px;
        transition: height 0.3s ease;
    }
    .navbar-right ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .navbar-right ul li {
        display: inline;
    }
    .navbar-right ul li:not(:last-of-type) {
        margin-right: 10px;
    }
    .navbar-right ul li:first-of-type {
        margin-right: 20px;
    }
    .navbar-right ul li a {
        color: #848484;
        font-weight: bold;
        font-size: 12px;
    }
    .navbar-right ul li a.show {
        color: #196FB2;
    }
    .navbar-right ul li a:hover,
    .navbar-right ul li a:focus {
        color: #196FB2;
        text-decoration: none;
    }
    .navbar-right .sub-menu.nav-scrolled {
        height: 0;
    }
    .navbar-right>.sub-menu.nav-scrolled {
        overflow: hidden;
    }
    .navbar-cta-container {
        text-align: right;
    }
    .navbar-right .navbar-cta {
        display: inline-block;
        background: #FF6F41 0% 0% no-repeat padding-box;
        border: 3px solid #ff6f41;
        border-radius: 6px;
        padding: 2px 28px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }
    .navbar-cta:hover {
        color: #000;
        background: transparent;
        text-decoration: none;
    }
  .navbar-right .navbar-cta-outline {
        display: inline-block;
        background: transparent;
        border: 3px solid #ff6f41;
        border-radius: 6px;
        padding: 2px 28px;
        color: #000;
        font-weight: bold;
        font-size: 16px;
    margin-right: 10px;
    }
    .navbar-cta-outline:hover {
        color: #fff;
        background: #FF6F41;
        text-decoration: none;
    }
    .sub-menu .nav-item.dropdown {
        position: relative;
    }
    .sub-menu .dropdown-menu {
        position: absolute;
        top: 30px;
        left: 0;
        background-color: #fff;
        padding: 5px 10px;
        text-align: left;
        box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 25%);
        -webkit-box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 25%);
        -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
    }
    .navbar-right ul.dropdown-menu li {
        display: block;
        margin-right: 0;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .sub-menu .dropdown-item {
        padding: 0;
        border: none;
        color: #848484;
        font-weight: bold;
        font-size: 12px;
    }
    .sub-menu .dropdown-item:hover {
        border-bottom: none;
    }
    .nav-cards-flexed {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .our-solution .nav-cards-flexed li {
        width: 32.5%;
        display: flex;
    }
    .our-solution .nav-cards-flexed li {
        margin-right: 2%;
    }
    .our-solution .nav-cards-flexed li.disabled {
        filter: grayscale(75%);
    }
    .our-solution .nav-cards-flexed li a {
        width: 100%;
    }
    .learning-center .nav-cards-flexed li {
        width: 32%;
        display: flex;
      margin-right: 1.3%;
    }
    .resources .nav-cards li:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .card-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .card-icon {
        width: 15%;
    }
    .learning-center .card-desc {
        width: 83%;
    }
    .resources .card-icon {
        width: 10%;
    }
    .resources .card-desc {
        width: 86%;
    }
    .card-flex .di-icon svg {
        margin: auto;
    }
    .nav-cards-flexed .card-title,
    .nav-cards .card-title {
        font-size: 20px;
        display: inline-block;
    }
    .nav-cards-flexed .card-content,
    .nav-cards .card-content {
        font-weight: 300;
/*         color: #848484; */
    }
    .nav-cards-flexed a:hover .card-content,
    .nav-cards a:hover .card-content {
        color: #212529;
    }
    .our-solution .card-title,
    .learning-center .card-content,
    .resources .card-content {
        margin-bottom: 8px;
    }
    .learning-center .card-title,
    .our-solution .card-content,
    .resources .card-title {
        margin-bottom: 8px;
    }
    .nav-cards-flexed .card-link em,
    .nav-cards .card-link em {
        margin-right: 5px;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.3s ease;
    }
    .nav-cards-flexed .card-link:after,
    .nav-cards .card-link:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        font-size: 10px;
        transition: padding-left .3s ease, color .3s ease;
    }
    .nav-cards-flexed li a.dropdown-item,
    .nav-cards li a.dropdown-item {
        display: block;
        background-color: #FAFAFA;
        border: 1px solid #F5F5F5;
        border-radius: 8px;
        padding: 50px 30px;
        transition: 0.3s ease border, 0.3s ease background;
    }
    .nav-cards-flexed li a:hover,
    .nav-cards li a:hover {
        border: 1px solid transparent;
    }
    .nav-cards-flexed li.disabled a:hover,
    .nav-cards li.disabled a:hover {
        cursor: no-drop;
    }
    .nav-cards-flexed li:not(.disabled) .copy-solid:hover {
        background-color: #E4EFF8;
    }
    .nav-cards-flexed li .graduation-cap-solid:hover {
        background-color: #D7F7F6;
    }
    .nav-cards-flexed li .featuredresourceitem1:hover {
        background-color: #FFFCED;
    }
    .nav-cards-flexed li .shield-alt-solid:hover {
        background-color: #E4EFF8;
    }
    .nav-cards-flexed li .headphones-alt-solid:hover {
        background-color: #fde7e7;
    }
    .nav-cards-flexed li .heartbeat-solid:hover {
        background-color: #FFFCED;
    }
    .nav-cards li .featuredresourceitem1:hover {
        background: linear-gradient(45deg, rgba(176,220,250,1) 0%, rgba(213,244,248,1) 100%);
    }
    .nav-cards li .featuredresourceitem2:hover {
        background-color: #F9FAEB;
    }
    .nav-cards-flexed a:hover .card-link:after,
    .nav-cards a:hover .card-link:after {
        padding-left: 5px;
    }
    .nav-cards-flexed .copy-solid:hover .card-link:after {
        color: #006DB7;
    }
    .nav-cards-flexed .copy-solid:hover .card-link em {
        border-bottom: 2px solid #006DB7;
    }
    .nav-cards-flexed .graduation-cap-solid:hover .card-link:after {
        color: #5DD4E3;
    }
    .nav-cards-flexed .graduation-cap-solid:hover .card-link em {
        border-bottom: 2px solid #5DD4E3;
    }
    .nav-cards-flexed .featuredresourceitem1:hover .card-link:after {
        color: #F8DF74;
    }
    .nav-cards-flexed .featuredresourceitem1:hover .card-link em {
        border-bottom: 2px solid #F8DF74;
    }
    .nav-cards-flexed .shield-alt-solid:hover .card-link:after {
        color: #196FB2;
    }
    .nav-cards-flexed .shield-alt-solid:hover .card-link em {
        border-bottom: 2px solid #196FB2;
    }
    .nav-cards-flexed .headphones-alt-solid:hover .card-link:after {
        color: #F27171;
    }
    .nav-cards-flexed .headphones-alt-solid:hover .card-link em {
        border-bottom: 2px solid #F27171;
    }
    .nav-cards-flexed .heartbeat-solid:hover .card-link:after {
        color: #F8DF74;
    }
    .nav-cards-flexed .heartbeat-solid:hover .card-link em {
        border-bottom: 2px solid #F8DF74;
    }
    .nav-cards .featuredresourceitem1:hover .card-link:after {
        color: #35B9CC;
    }
    .nav-cards .featuredresourceitem1:hover .card-link em {
        border-bottom: 2px solid #35B9CC;
    }
    .nav-cards .featuredresourceitem2:hover .card-link:after {
        color: #BFCE11;
    }
    .nav-cards .featuredresourceitem2:hover .card-link em {
        border-bottom: 2px solid #BFCE11;
    }

    path#copy-solid {
        fill: #196fb2;
        transition: 0.3s ease fill;
    }
    .copy-solid:hover .di-icon {
        background-color: #196fb2;
    }
    .copy-solid:hover path#copy-solid {
        fill: #ffffff;
    }

    path#graduation-cap-solid {
        fill: #5dd4e3;
        transition: 0.3s ease fill;
    }
    .graduation-cap-solid:hover .di-icon {
        background-color: #5dd4e3;
    }
    .graduation-cap-solid:hover path#graduation-cap-solid {
        fill: #ffffff;
    }

    .featuredresourceitem1 path#Path_3305 {
        fill: #f8df74;
        transition: 0.3s ease fill;
    }
    .featuredresourceitem1:hover .di-icon {
        background-color: #f8df74;
    }
    .featuredresourceitem1:hover path#Path_3305 {
        fill: #ffffff;
    }

    path#shield-alt-solid {
        fill: #196fb2;
        transition: 0.3s ease fill;
    }
    .shield-alt-solid:hover .di-icon {
        background-color: #196fb2;
    }
    .shield-alt-solid:hover path#shield-alt-solid {
        fill: #ffffff;
    }
  
    path#headphones-alt-solid {
        fill: #F27171;
        transition: 0.3s ease fill;
    }
    .headphones-alt-solid:hover .di-icon {
        background-color: #F27171;
    }
    .headphones-alt-solid:hover path#headphones-alt-solid {
        fill: #ffffff;
    }

    path#heartbeat-solid {
        fill: #f8df74;
        transition: 0.3s ease fill;
    }
    .heartbeat-solid:hover .di-icon {
        background-color: #f8df74;
    }
    .heartbeat-solid:hover path#heartbeat-solid {
        fill: #ffffff;
    }

    .featuredresourceitem1 path#Path_3312 {
        transition: 0.3s ease fill;
    }
    .featuredresourceitem1:hover .di-icon {
        background: linear-gradient(45deg, rgba(0,109,183,1) 0%, rgba(53,185,204,1) 100%);
    }
    .featuredresourceitem1:hover path#Path_3312 {
        fill: #ffffff !important;
    }

    .featuredresourceitem2 path#atlas-solid {
        fill: #bfce11;
        transition: 0.3s ease fill;
    }
    .featuredresourceitem2:hover .di-icon {
        background-color: #bfce11;
    }
    .featuredresourceitem2:hover path#atlas-solid {
        fill: #ffffff;
    }
    .our-solution.dropdown-menu.show {
        height: 408px;
    }
    .our-solution .nav-cards-flexed li {
      width: 31%;
      margin-bottom: 2%;
      display: flex;
    }
    .our-solution .nav-cards-flexed li a.dropdown-item {
      padding: 20px;
    }
    .nav-cards-flexed li:not(.disabled) .copy-solid:hover {
      background-color: #196FB2;
    }
    .our-solution a.copy-solid .st0 {
      transition: fill 0.3s ease;
    }
    .our-solution li:not(.disabled) a.copy-solid:hover .st0 {
      fill:#fff;
    }
    .our-solution a.copy-solid .card-title {
      transition: color 0.3s ease;
    }
    .our-solution li:not(.disabled) a.copy-solid:hover .card-title {
      color: #fff;
    }
    .nav-cards-flexed a.copy-solid .card-content, .nav-cards a.copy-solid .card-content {
      transition: color 0.3s ease;
    }
    .nav-cards-flexed li:not(.disabled) a.copy-solid:hover .card-content,
    .nav-cards li:not(.disabled) a.copy-solid:hover .card-content {
      color: #fff;
    }
    .our-solution .card-content {
      margin-bottom: 0;
      transform: translateX(29px);
    }
}

@media (min-width: 1400px) {
    .our-solution.dropdown-menu {
        max-width: 1290px;
    }
    .learning-center.dropdown-menu {
        max-width: 1226px;
    }
    .learning-center .dropdown-col-1 {
        width: 87.1%;
    }
    .learning-center.dropdown-menu.show {
        height: 355px;
    }
}

@media (min-width: 1700px) {
    .our-solution.dropdown-menu {
        max-width: 1377px;
    }
    .our-solution .dropdown-col-1 {
        width: 83%;
    }
    .our-solution .dropdown-col-2 {
        width: 227px;
    }
    .learning-center.dropdown-menu {
        max-width: 1190px;
    }
    .learning-center .dropdown-col-1 {
        width: 86.7%;
    }
    .learning-center .dropdown-col-2 {
        width: 158px;
    }
}

.nav-tourial .tourial-nav-splash {
  position: absolute; width: 100%; height: 100%; left: 0; z-index: 1;
}

.nav-tourial .tourial-nav-splash-box {
    background-color: #fff;
  padding: 75px 30px;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-57%);
    max-width: 50%;
    border-radius: 20px;
    box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.25);
}

.nav-tourial .tourial-nav-splash-box h2 {
    font-size: 25px;
}

.nav-tourial .tourial-nav-splash-box p {
    font-size: 17px;
}

.nav-tourial #tourialnavclick {
  display: inline-block;
  background: #ff6f41;
  border: 3px solid #ff6f41;
  border-radius: 6px;
  padding: 2px 28px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.nav-tourial #tourialnavclick:hover {
  text-decoration: none;
  color: #000;
  background: transparent;
}

.nav-tourial .embed-container {
  position: relative;
}

.nav-tourial .embed-iframe {
  position: relative; width: 100%; overflow: hidden; padding-top: 60%;
}

.nav-tourial .embed-iframe iframe {
  position: absolute; top: 0; left: 0; bottom: 0; right: 0; border: none; background-color: #fff; margin: 0px auto; display: block; width: 100%; height: 100%;
}

.nav-tourial .embed-showcase {
  display: none;
}
  
  a[data-bs-target="#navTourial"] {
    display: none;
  }

@media (min-width: 992px) {
  .nav-tourial .embed-showcase {
    display: block;
  }
}

@media (min-width: 1200px) {
    .navbar-right ul {
        text-align: right;
    }
  
  a[data-bs-target="#navTourial"] {
    display: inline-block;
  }
}
/* mega menu styling - end */

/* Integrations Page */ 
.hs-blog-id-37913816740 .filters li:nth-child(3) ul li a {
    text-transform: uppercase;
}

/* Wistia Video Embed */
.wistia_embed_initialized {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
}

.be-ix-link-block-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .be-ix-link-block-mobile {
    display: none;
  }
  
    .be-ix-link-block-desktop {
    display: block;
  }
}