/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

@media (min-width: 1300px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.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;
  padding: 0 1rem;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
/*   .dnd-section {
    padding: 0 1rem;
  } */
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.3;
  font-size: 1.1rem;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1.1rem;
  line-height: 24px;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


/* Style custon for theme Leaders */
.btn-blue a.cta_button {
  background-color: #316EC2;
  border: 1px solid #316ec2;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.35px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-blue a.cta_button:focus,
.btn-blue a.cta_button:hover {
  /* background-color: #0B242D;
  color: #fff; */
  background-color: #FFFFFF;
  color: #316ec2;
  border: 1px solid #316ec2;
}

.lg-btn a.cta_button {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 23px 40px !important;
}

.md-btn a.cta_button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 15px 40px !important;
}

.sm-btn a.cta_button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 13px 40px !important;
  min-width: 222px;
}

.linto-page a {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  text-decoration: none;
}

.linto-page a::after {
  content: "";
  background-image: url("https://f.hubspotusercontent10.net/hubfs/7659711/leaders/arrow-right-green.png");
  width: 6.25px;
  height: 10.49px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 8px;
}

.linto-page:focus a::after,
.linto-page:hover a::after {
  margin-left: 15px !important;
}

@media screen and (max-width: 640px) {
   .sm-btn a.cta_button {
    min-width: auto !important;
    max-width: 100% !important;
  }
}

/* **********************************************
 * START STYLE: EDUCATION FOUNDATION THEME CHILD 
 * **********************************************/

/* Style custon for theme Leaders */
.education-foundation-theme .btn-blue a.cta_button {
  background-color: #1A4B54;
  border: 1px solid #1A4B54;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.35px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
}

.education-foundation-theme .btn-blue a.cta_button:focus,
.education-foundation-theme .btn-blue a.cta_button:hover {
  background-color: #FFFFFF;
  color: #1A4B54;
  border: 1px solid #1A4B54;
}

.education-foundation-theme .lg-btn a.cta_button {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 23px 40px !important;
}

.education-foundation-theme .md-btn a.cta_button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 15px 40px !important;
}

.education-foundation-theme .sm-btn a.cta_button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 13px 40px !important;
  min-width: 222px;
}

.education-foundation-theme .linto-page a {
  color: #4D8589;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  text-decoration: none;
}

.education-foundation-theme .linto-page a::after {
  content: "";
  background-image: url("https://7659711.fs1.hubspotusercontent-na1.net/hubfs/7659711/education-foundation/arrow-green-right.png");
  width: 6.25px;
  height: 10.49px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 8px;
}

.education-foundation-theme .linto-page:focus a::after,
.education-foundation-theme .linto-page:hover a::after {
  margin-left: 15px !important;
}

@media screen and (max-width: 640px) {
   .education-foundation-theme .sm-btn a.cta_button {
    min-width: auto !important;
    max-width: 100% !important;
  }
}



/* END STYLE: EDUCATION FOUNDATION THEME CHILD */
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: 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;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.skip-to-content-link {
  background: #316ec2;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}


/* header */
header.header {
  background: #FFFFFF;
  box-shadow: 0px 8px 8px rgba(23, 68, 100, 0.16);
}

header.header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  z-index: 999;
}

header.header.fixed-header .header__container {
  padding-top: 16px;
  padding-bottom: 16px;
}

header.header.fixed-header .header__navigation div#btn-login,
header.header.fixed-header .wrap-navegation .header__row-1 {
  display: none;
}


header.header .header__container {
  max-width: 1344px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 25px;
  
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.header .wrap-navegation {
  flex-basis: 77%;
  max-width: 77%;
  min-width: 77%;
  width: 77%;
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  header.header .wrap-navegation {
    flex-basis: 74%;
    max-width: 74%;
    min-width: 74%;
    width: 74%;
  }
}


/*********** menutop ***********/
header.header .wrap-navegation .header__row-1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #B1D6D8;
  position: relative;
  
  /*new desing*/
  -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.header #top-utility {
  position: relative;
  -moz-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  min-height: 22px;
}
header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li {
  display: inline-block;
  list-style: none;
  margin-right: 18px;
}

header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li:last-child {
  margin-right: 116px;
}

header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a {
  border-radius: 8px;
  color: #6D7C81;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  padding: 8px;
  text-decoration: none;
}
header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a:hover,
header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a:focus {
  background: rgba(49, 110, 194, 0.04);
  color: #316EC2;
}

header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a[href="#search"] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  
  display: flex;
  
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  
  margin-bottom: 0;
  margin-top: -10px;
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  bottom: -6px;
}
header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a[href="#search"]:hover,
header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a[href="#search"]:focus {
  background: none;
  color: #316EC2;
}

header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a[href="#search"]::before {
  background: transparent url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/search.svg) no-repeat center center;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 8px;
  padding: 2px;
  width: 22px;
}

header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a[href="#search"]:hover::before,
header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul > li a[href="#search"]:focus::before {
 background: transparent url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/search-blue.svg) no-repeat center center;
}

/* Search */
header.header #top-utility .header__search {
  display: none;
}

header.header #search-up {
  position: absolute;
  /*display: block !important;*/
  top: 43px;
  right: 0;
  z-index: 5;
  
  /*new desing*/
  box-shadow: 0px 3px 2px #cdcdcd;
  width: 66%;
  animation: search-grow .5s;
  -moz-animation: search-grow .5s;
  -webkit-animation: search-grow .5s;
    animation-fill-mode: none;
  animation-fill-mode: none;
  animation-fill-mode: forwards;
  background: white;
  opacity: 0;
  bottom: 0;
  height: 0;
}
@media (min-width: 992px){
  header.header #search-up {
  width: 91%;
  }
}
@media (min-width: 1200px){
  header.header #search-up {
  width: 69.7%;
  }
}
@media (min-width: 1300px){
   header.header #search-up {
  width: 66.4%;
  }
}
#search-up .wrap-search-top {
  /*background: #f6f6f6;*/
  /*new desing*/

  
  
  display: flex;
  align-items: center;
  -mox-align-items: center;
  -webkit-align-items: center;
  padding: 6px 20px;
}
@keyframes search-grow {
 from {
  height:0;
  opacity:0
 }
 to {
  height:56px;
  opacity:1
 }
}
@keyframes search-reduce {
 from {
  height:56px;
  opacity:1
 }
 to {
  height:0;
  opacity:0
 }
}
@media (min-width: 768px) {
  #search-up .wrap-search-top {
    animation:search-grow .5s;
    -moz-animation:search-grow .5s;
    -webkit-animation:search-grow .5s;
    animation-fill-mode: forwards;
  }
}
#search-up .wrap-search-top .header__search.header--element {
  /*new desing*/
  width: 100%;
}
#search-up .wrap-search-top  input {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  background: white;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
  padding: 13px 12px;
  font-size: 16px;
  /*new desing*/
  border: 1px solid #316ec2;
  box-sizing: border-box;
  border-radius: 16px;
  height: 35px;
  color: rgb(42, 42, 42);
  width: 95%;
  /*margin-top: 0.5em;*/
  cursor: auto;
}

#search-up .wrap-search-top  input:focus {
  box-shadow: 0 0 0 !important;
  outline: none !important;
}


#search-up .wrap-search-top a.close {
  margin-left: 16px;
}

#search-up .wrap-search-top a.close svg {
  fill: #316EC2;
  width: 18px;
}

#search-up .wrap-search-top a.close:focus svg,
#search-up .wrap-search-top a.close:hover svg {
  fill: #67BDA9;
}

/* END Search */

/********* END menutop */


/* header__navigation */
header.header .header__navigation {
  display: flex;
}

header.header .header__navigation div.hs_cos_wrapper_type_module {
  flex-basis: 100%;
}

header.header .header__navigation div#btn-login {
  flex-basis: 90px;
  max-width: 90px;
  min-width: 90px;
  margin-top: -49px;
  position: relative;
  width: 90px;
}

header.header a#active-form-login {
  background: #0B242D;
  border-radius: 4px;
  color: #67BDA9;
  display: block;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 12px;
  max-width: 100px;
  min-width: 100px;
  margin-left: -10px;
  width: 100px;
  border: 1px solid #0b242d;
}
header.header a#active-form-login:hover {
  background: #fff;
  border: 1px solid #67bda9;
} 

header.header a#active-form-login::before {
  background: transparent url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/user.svg) no-repeat center center;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  margin-bottom: -3px;
  width: 16px;
}

/* wrap-float-form */
#btn-login .wrap-float-form {
  position: absolute;
  right: 0;
  left: auto;
  top: 5px;
  width: 304px;
  z-index: 10;
}

@keyframes login-grow {
 from {
  height:0;
  opacity:0
 }
 to {
  height:200px;
  opacity:1
 }
}
@keyframes login-reduce {
 from {
  height:200px;
  opacity:1
 }
 to {
  height:0;
  opacity:0
 }
}
@media (min-width: 768px) {
  #btn-login .wrap-float-form {
    animation:login-grow .5s;
    -moz-animation:login-grow .5s;
    -webkit-animation:login-grow .5s;
    animation-fill-mode: forwards;
  }
}

#btn-login .wrap-float-form .head-block-form {
  clear: both;
  height: 29px;
  text-align: right;
}

.head-block-form a#close-form-login {
  background: #FFFFFF;
  border: 1px solid #67BDA9;
  border-radius: 4px 4px 0px 0px;
  color: #67BDA9;
  height: 34px;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  padding: 8px 12px;
  text-transform: uppercase;
  text-decoration: none;
  width: 98px;
}

.head-block-form a#close-form-login::before {
  background: transparent url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/user.svg) no-repeat center center;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  margin-bottom: -3px;
  width: 16px;
}

.wrap-float-form #desk-login-form {
  background: #FFFFFF;
  border: 1px solid #67BDA9;
  border-radius: 8px 0px 8px 8px;
  padding: 24px;
  position: relative;
}

.wrap-float-form #desk-login-form::before {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: -3px;
  right: 0;
  width: 98px;
}

.wrap-float-form #desk-login-form h6 {
  color: #0B242D;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
}

.wrap-float-form #desk-login-form p {
  color: #0B242D;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.wrap-float-form #desk-login-form p a {
  color: #316EC2;
  text-decoration: none;
}

.wrap-float-form #desk-login-form p a:focus,
.wrap-float-form #desk-login-form p a:hover {
  color: #316EC2;
  text-decoration: underline;
}

.wrap-float-form #desk-login-form .form-item {
  margin-bottom: 1rem;
}

.wrap-float-form #desk-login-form .form-item input {
  background: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
  padding: 13px 12px;
}

.wrap-float-form #desk-login-form .form-item input:focus {
  box-shadow: 0 0 0 !important;
  outline: none !important;
}

.wrap-float-form #desk-login-form .reset-password a {
  color: #6D7C81;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.wrap-float-form #desk-login-form .reset-password a:focus,
.wrap-float-form #desk-login-form .reset-password a:hover {
  color: #316ec2;
  text-decoration: underline;
}

.wrap-float-form #desk-login-form .hs_submit {
  clear: both;
  margin-bottom: 16px;
  margin-top: 16px;
}

.wrap-float-form #desk-login-form .hs_submit input[type="submit"] {
  background: #316EC2;
  border-radius: 8px;
  border: 1px solid #316EC2;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.35px;
  padding: 14px 40px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.wrap-float-form #desk-login-form .hs_submit input[type="submit"]:focus,
.wrap-float-form #desk-login-form .hs_submit input[type="submit"]:hover {
  background-color: #0b242d;
  border: 1px solid #0b242d;
  color: #fff;
}

/* END wrap-float-form */


header.header .header__navigation nav.navigation-primary {
  padding: 16px 0;
}

header.header .header__navigation nav.navigation-primary > ul.level-1 {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  
  list-style: none;
  padding: 0;
  margin: 0;
}
header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item {
  list-style: none;
  position: relative;
  min-height: 23;
}

header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item > a {
  color: #3C5057;
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
  padding: 8px;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item > a {
    font-size: 14px;
    padding: 8px 5px;
  }
}

header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item span.menu-arrow {
  background: none;
  display: inline-block;
  margin-bottom: -7px;
  margin-left: -7px;
  height: 24px;
  width: 24px;
}

header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item span.menu-arrow-bg {
  background: transparent url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/arrow-nav.svg) no-repeat center center;
  display: block;
  height: 24px;
  width: 24px;
}

header.header .header__navigation nav.navigation-primary > ul.level-1 > li.has-active-megamenu > a.hovered,
header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item:focus > a,
header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item:hover > a {
/*   color: #316EC2; */
  cursor: default;
}

header.header .header__navigation nav.navigation-primary > ul.level-1 > li.has-active-megamenu span.menu-arrow-bg,
header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item:focus span.menu-arrow-bg,
header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item:hover span.menu-arrow-bg {
  background: transparent url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/arrow-nav.svg) no-repeat center center;
}
/* 
header.header .header__navigation nav.navigation-primary > ul.level-1 > li a.hovered,
header.header .header__navigation nav.navigation-primary > ul.level-1 > li.focus a {
  color: #316EC2;
} */

header.header .header__navigation nav.navigation-primary > ul.level-1 > li.has-active-megamenu span.menu-arrow-bg,
header.header .header__navigation nav.navigation-primary > ul.level-1 > li.focus span.menu-arrow-bg {
  background: transparent url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/arrow-nav.svg) no-repeat center center;
  transform: rotate(180deg);
}


header.header .header__navigation ul.submenu.level-2 {
  display: none;
}
.hide {
  display: none !important;
}
@media (min-width: 992px) {  
  
  header.header .header__container #btn-open-nav-mobile {
    display: nonde !important;
  }
  .show-tablet-down {
    display: none !important;
  }
  
  /* style mobile nav */
  nav.side-nav,
  nav.side-nav.show-nav {
    opacity: 0 !important;
    display: none !important;
  }
    
}

/*DESIGN MOBILE STYLE MOBILE NAV*/
  @media (max-width: 991.98px){
    #results-for{
      font-family: 'Outfit', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.5px;
      color: #0B242D;
      margin-bottom: 16px;
      margin-top: 16px;
    }
    .hs-search-field__suggestions li a {
      font-family: 'Outfit', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.5px;
      color: #316EC2;
      text-decoration: none;
      margin-bottom: 16px;

    }
    .hs-search-field__suggestions li a:after {
      content: "";
      display: block;
      width: 100%;
      border-bottom: 1px solid #f6f6f6;
      margin-top: 10px;
    }
   .hs-search-field--open .hs-search-field__suggestions {
    transition: box-shadow 0.3s ease-in-out;
    filter: drop-shadow(0 6px 24px rgba(0,0,0,.08));
    box-shadow: 0px 0px 3px 1px #cdcdcd;
    border: 1px solid #67bda9 !important;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
  }
    .hs-search-field__suggestions a:hover, 
    .hs-search-field__suggestions a:focus {
      background-color: transparent !important;
      color: #67bda9;
    }
  }



@media (max-width: 991.98px) {
  
   header.header .header__navigation {
    display: none !important;
  }
  
  header.header .wrap-navegation .header__row-1,  
  header.header .wrap-navegation .header__row-1 .wrap-simple-menu ul {
    display: none !important;
  }
    
  
  /* Mobile */
  header.header .header__container {
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  header.header .header__container .header__logo {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  
  header.header .header__container #hs_cos_wrapper_main_logo {
    float: left;
  }
  
  header.header .header__container .header-action-elements-mobile {
    float: right;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    max-height: 48px;
  }
  
  header .header-action-elements-mobile span {
    cursor: pointer;
    height: 48px !important;
    max-height: 48px !important;
  }
  
}
@media (min-width: 640px) and (max-width: 767.98px) {
  header.header .header__container #hs_cos_wrapper_main_logo img.hs-image-widget {
    max-width: 200px;
  }
}
@media (max-width: 639.98px) {
  header.header .header__container #hs_cos_wrapper_main_logo img.hs-image-widget {
    max-width: 150px;
  }
}


/* END header__navigation */

/* Side Nav  Mobile */
nav.side-nav {
  background-color: rgba(0, 0, 0, 0.45);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  z-index: 999;
  width: 100% !important;
}

nav.side-nav.show-nav {
  display: block;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}

nav.side-nav .wrap-nav-mobile {
  background-color: white;
  float: right;
  max-width: 450px;
  min-width: 100%;
  min-height: 100vh;
  padding: 16px;
  transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;

  position: absolute;
  opacity: 0;
  right: -300px;
  top: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  header.header .header__container #hs_cos_wrapper_main_logo img.hs-image-widget {
    max-width: 200px;
  }
  nav.side-nav .wrap-nav-mobile {
    padding-top: 16px !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  nav.side-nav .wrap-nav-mobile {
    padding-top: 16px !important;
  }
}
@media (max-width: 639.98px) {
  nav.side-nav .wrap-nav-mobile {
    padding-top: 10px !important;
  }
  header.header .header__container #hs_cos_wrapper_main_logo img.hs-image-widget {
    margin-top: 7px;
  }
  nav.side-nav .head-nav img.hs-image-widget {
    margin-top: 7px;
    margin-bottom: -7px;
    max-width: 150px !important;
  }
}

nav.side-nav.show-nav .wrap-nav-mobile {
  transition: all 1s  ease-out;
  -moz-transition: all 1s  ease-out;
  -webkit-transition: all 1s  ease-out;
  opacity: 1 !important;
  right: 0 !important;
}

nav.side-nav .wrap-nav-mobile .head-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}


nav.side-nav .wrap-nav-mobile .secondary-head-nav {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 5px 0 16px;
}



#btn-open-search-mobile {
  cursor: pointer;
}

#search-up-mobile {
  min-width: 65%;
  max-width: 65%;
  width: 65%;
}

#search-up-mobile  input.addsearch  {
  background: #fff url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/raw_assets/public/leaderscu-theme/images/uil_search.svg') no-repeat 12px center;
  border: 1px solid #67bda9;
  border-radius: 4px;
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.08));
  height: 48px;
  min-width: 100%;
  max-width: 100%;
  outline: none !important;
  padding-left: 42px;
  width: 100%;
}

#search-up-mobile input.addsearch:focus-visible,
#search-up-mobile input.addsearch:focus {
  box-shadow: 1px 1px 3px #67bda9 !important;
  border: 1px solid #67bda9 !important;
  outline: none !important;
}


#btn-login-mobile a {
  background: #FFF;
  border: 1px solid #67bda9;
  border-radius: 4px;
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.08));
  color: #67bda9;
  display: flex;
  align-items: center;
  font-family: 'Outfit',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  height: 48px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  padding: 8px 12px;
  max-width: 110px;
  min-width: 110px;
  margin-left: 0;
  width: 100px;
}

#btn-login-mobile a:hover,
#btn-login-mobile a:focus {
  background: #0b242d;
  border: 1px solid #0b242d;
  color: #67bda9;
}

#btn-login-mobile a::before {
  background: transparent url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/user.svg) no-repeat center center;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  margin-bottom: 0;
  width: 16px;
}



/* buttons */
nav.side-nav .head-nav {
  margin-bottom: 24px;
}

.btn-close {
  background: none;
  cursor: pointer;
  height: 48px;
  opacity: 1;
  padding: 0;
  width: 48px;
}

.btn-close:focus,
.btn-close:hover {
  opacity: 1;
}

nav.side-nav .head-nav .btn-mbl {
  height: 48px;
  overflow: hidden;
  width: 45px;
}

/* apps buttons */
nav.side-nav .wrap-icon-apps {
  display: flex;
  /* justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center; */
  justify-content: left;
  -moz-justify-content: left;
  -webkit-justify-content: left;
  text-align: left;
  margin-top: 5px;
}

nav.side-nav .wrap-icon-apps .widget-type-linked_image {
  /* margin: 0 2%; */
  margin: 0 4% 0 0;
}


.wrapper-content-nav {
  padding-bottom: 16px;
  overflow: auto;
  max-height: 77vh;
}


/* Menus mobile */
nav.side-nav nav.navigation-primary {
  width: 100%;
}
nav.side-nav .submenu.level-1 {
  display: block !important;
  padding: 0;
  white-space: normal !important;
}
nav.side-nav .main-menu.first-column .submenu.level-2 {
  display: none !important;
}

nav.side-nav .submenu.level-1 > li {
  border: none !important;
  display: block !important;
  padding: 0 !important;
  width: 100% !important;
}

nav.side-nav .main-menu.first-column .submenu.level-1 > li {
  border: none !important;
  display: block !important;
  width: 100%;
}

nav.side-nav .submenu.level-1 > li a {
  font-family: 'Outfit', sans-serif;
  color: #3c5057;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding-left: 0 !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  text-transform: capitalize;
  text-decoration: none;
}

nav.side-nav .bottom-menu .submenu.level-1 > li:last-child {
  display: none !important;
}
nav.side-nav .bottom-menu .submenu.level-1 > li a {
  font-family: 'Outfit', sans-serif;
  color: #3c5057;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding-left: 0 !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  text-transform: capitalize;
  text-decoration: none;
}

nav.side-nav .submenu.level-1 > li a:focus,
nav.side-nav .submenu.level-1 > li a:hover,
nav.side-nav .bottom-menu .submenu.level-1 li a span {
  color: #316ec2;
}

nav.side-nav .submenu.level-1 > .has-submenu > .menu-arrow {
  background: transparent url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/uil_angle-down.svg') no-repeat center center !important;
  border: none !important;
  cursor: pointer;
  height: 8px !important;
  margin-bottom: -10px;
  padding: 15px !important;
/*   transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); */
  width: 32px !important;
}

nav.side-nav .main-menu.first-column .submenu.level-1 > .has-submenu > .menu-arrow {
  right: 1px !important;
  display: inline-block !important;
}
nav.side-nav #mobile-box .submenu.level-1 > li.has-submenu > span.menu-arrow {
  right: 10px !important;
  display: none !important;
}

@media (max-width: 991.98px) {
  nav.side-nav .main-menu.first-column .submenu.level-1 > .has-submenu > .menu-arrow {
    display: none !important;
  }
  nav.side-nav .submenu.level-1 > .has-submenu > a span.menu-arrow {
    background: transparent url('https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/uil_angle-down.svg') no-repeat center center !important;
    border: none !important;
    cursor: pointer;
    height: 8px !important;
    margin-bottom: -10px;
    padding: 15px !important;
  /* transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); */
    width: 32px !important;
  }
}

nav.side-nav .menu-arrow .menu-arrow-bg {
  display: none !important;
}

nav.side-nav p#routing {
  font-family: 'Outfit', sans-serif;
  color: #3c5057;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  margin-top: -13px;
}


/* Menu Mobile Level Two */
nav.side-nav #mobile-box {
  background: #FFFFFF;
  height: 100%;
  position: absolute;
  padding: 20px;
  top: 0;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  z-index: 999;
  width: 100%;
}

nav.side-nav #mobile-box.inactive {
  right: -100%;
}

nav.side-nav #mobile-box.active {
  right: 0;
}

nav.side-nav #mobile-box.show-nav-l-2 {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  left: 0px;
}

nav.side-nav #mobile-box .head-nav-mobile-l-2 {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-right: 10px;
}


nav.side-nav #mobile-box .btn-close-l-2 {
  color: #003087;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
  max-width: 80%;
  padding-bottom: 0;
}

nav.side-nav #mobile-box .btn-close-l-2 span {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  font-family: 'Outfit', sans-serif;
}

nav.side-nav #mobile-box .btn-close-l-2 .btn-mbl {
  color: #FFFFFF;
  margin-top: 9px;
}

nav.side-nav #mobile-box .content {
  margin-top: 16px;
}

#mega-menu-mobile {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 99999;
  position: absolute;
  right: 0;
  transition: width 0.3 ease-in;
}

#mega-menu-mobile #mega-menu {
  background: none;
  border: none;
  border-radius: 0 0 0 0;
  box-shadow: none !important;
  opacity: 1;
  z-index: 999;
  
  position: relative;
  left: 5%;
  right: 0;
  width: 95%;
  max-width: 95%;
}

#mega-menu-mobile #mega-menu .box-two-col-left,
#mega-menu-mobile #mega-menu .box-two-col-right {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

#mega-menu-mobile #mega-menu .box-two {
  position: relative;
  flex-flow: row wrap;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

#mega-menu-mobile #mega-menu .box-two::after {
  display: none;
}

#mega-menu-mobile #mega-menu .wrap-container-mega-menu {
  padding: 0 0;
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  width: 95%;
  max-width: 95%;
  display: none;
}

#mega-menu-mobile #mega-menu .wrap-container-mega-menu.active {
  display: block;
}

#mega-menu-mobile .content  #mega-menu ul.submenu-list li a i {
  font-size: 14px;
  color: #B7B4AF
}
@media (max-width: 991.98px) {
  #mega-menu .boxes-content.has-figure {
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  #mega-menu-mobile #mega-menu .boxes-content,
  #mega-menu-mobile #mega-menu .boxes-content .box-one {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
  #mega-menu-mobile #mega-menu .boxes-content .box-three {
    display: none !important;
  }
  nav.side-nav .submenu.level-1 > li a {
    padding: 13px 50px 10px 0 !important;
    width: auto;
  }
}

/* header landingpage */
.header-landing {
  padding-bottom: 2em;
} 

.header-landing .right-side {
  display: flex;
}

/*.header-landing .header__phone {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;
  color: #316EC2;
  margin-right: 1em;
  align-self: center;
  position: relative;
}

.header-landing .header__phone::before {
  content: '';
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH+SURBVHgBpVTRUdtAEN09qwB3EKWDM7/JjFAFIRWg/CbYqAPsCmwIZPIXqCChAgmT/MZHB6aCUIDuNu8kWWOEE6RhZ2ydtd63b/ftHhNsb3IzFVYRtUxscWrO4x/Uw1iPb1JmnguJIeGHxsES4nsoyr42i/ihK2DASr0TJ7n5HMXbDn2U7bMaZOSCQ/w87QqowGzNTGHbgVJzFG1Y5IB6mMLHlxPucqIVhpj2R59+vaLOgEx3/qA/ZnrbsTdeJiKUeJarizf31NHA0FYqBkGjsj5aHgjTNw8mysXUw1SpoFD+qFeKyxKlcB/6KFwzRCBz7nul02xYvS2u26x7AQKgGgsXHPsHWK1L1iRpk6QPoC8LPbvcBhCxMzxCZQcn/wrelUw1Jy4BaAPg5xAqL5Ao9avZBhod32bsBn9Gk9uVnvw8bGAe/XGcYQ0Hc7GSmIvoqnq3nGPwUxzXQmoKwe7YOT8BGskWlZgcln4rU25THo2XGdJoKWxsvsSmTpQwq5M6sLTtpIiJEHOJigzv6gs7tSovBmffVyvYJIuERZNz9+1byLcAdwI9AaxBQ4BmnhGEmv0+i6b0jP0XsAFu9c+cvb16EWDNVoPt903jGfOJuGsqrDFfMa99AZsA3z9FSa3qZv6wlryujlAdc9wZ8Am4F4fB2pVX3xCbkJvzaPYXElAGSvmeZgwAAAAASUVORK5CYII=');
  width: 19.5px;
  height: 19.5px;
  position: absolute;
  left: -30px;
  top: 0.2em;
} */


.header-landing .header__phone a.hs-button {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;
  color: #316EC2;
  margin-right: 1em;
  align-self: center;
  position: relative;
  text-decoration: none;
}

.header-landing .header__phone a.hs-button::before {
  content: '';
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH+SURBVHgBpVTRUdtAEN09qwB3EKWDM7/JjFAFIRWg/CbYqAPsCmwIZPIXqCChAgmT/MZHB6aCUIDuNu8kWWOEE6RhZ2ydtd63b/ftHhNsb3IzFVYRtUxscWrO4x/Uw1iPb1JmnguJIeGHxsES4nsoyr42i/ihK2DASr0TJ7n5HMXbDn2U7bMaZOSCQ/w87QqowGzNTGHbgVJzFG1Y5IB6mMLHlxPucqIVhpj2R59+vaLOgEx3/qA/ZnrbsTdeJiKUeJarizf31NHA0FYqBkGjsj5aHgjTNw8mysXUw1SpoFD+qFeKyxKlcB/6KFwzRCBz7nul02xYvS2u26x7AQKgGgsXHPsHWK1L1iRpk6QPoC8LPbvcBhCxMzxCZQcn/wrelUw1Jy4BaAPg5xAqL5Ao9avZBhod32bsBn9Gk9uVnvw8bGAe/XGcYQ0Hc7GSmIvoqnq3nGPwUxzXQmoKwe7YOT8BGskWlZgcln4rU25THo2XGdJoKWxsvsSmTpQwq5M6sLTtpIiJEHOJigzv6gs7tSovBmffVyvYJIuERZNz9+1byLcAdwI9AaxBQ4BmnhGEmv0+i6b0jP0XsAFu9c+cvb16EWDNVoPt903jGfOJuGsqrDFfMa99AZsA3z9FSa3qZv6wlryujlAdc9wZ8Am4F4fB2pVX3xCbkJvzaPYXElAGSvmeZgwAAAAASUVORK5CYII=');
  width: 19.5px;
  height: 19.5px;
  position: absolute;
  left: -30px;
  top: 0.2em;
}


.header-landing .header__join_leaders a {
  background: #316EC2;
  border-radius: 8px;

  padding: 1em 2em;

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
 
  letter-spacing: 1.35px;
  text-transform: uppercase;

  color: #FFFFFF;

  text-decoration: none;
}

/*Search RESULT*/
@media (min-width: 768px){
#addsearch-results .addsearch-result-item-container {
  background-size: 120px auto !important;
}
  #addsearch-results .addsearch-result-item-sub {
  background-size: 120px auto !important;
  }
  #addsearch-results .addsearch-result-item-sub h2 a {
    color: #316ec2 !important;
  }
  #addsearch-results-bottom a img {
    content:url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/logo-add-search-blue.svg") !important;
  }
  
  #addsearch-results.addsearch-d {
    margin-left: 192px;
    /*top: 183.5px !important;*/
    top: 124px !important;
    width: 670px !important;
  }
  
  #addsearch-results .addsearch-result-item-sub {
  width: 485px !important;
  }
  #addsearch-results .addsearch-result-item-sub div {
    width: 320px !important;
  }
  #addsearch-results-right {
    border-left: 2px solid #f2f2f2 !important;
    margin-left: 485px !important;
  }
  
  #addsearch-results.addsearch-d.gha__promo-bar--active {
      top: 184px!important;
  }
}
@media (min-width: 992px) and (max-width: 1098.98px){
 #addsearch-results.addsearch-d {
    margin-left: 192px !important;
   /* top: 195.5px !important;*/
   top: 124px !important;
  }
}
@media (min-width: 992px) and (max-width: 1191.98px){
  #addsearch-results.addsearch-d {
    margin-left: 199px;
  }

}

@media(min-width: 1192px) and (max-width: 1279.98px){
 #addsearch-results.addsearch-d {
    margin-left: 190px;
  }

}



/* Search Bar Adjustment */

@media (min-width: 768px) {
}

/*end search result*/


.landing-page-leaders .header-landing .header__container .header-action-elements-mobile {
  display: none !important;
}
@media (max-width: 991.98px) {
  body.landing-page-leaders header.header .header__container .header-action-elements-mobile {
    display: none !important;
  }
  
  body.landing-page-leaders header.header .header__container {
    flex-flow: wrap !important;
    -moz-flex-flow: wrap !important;
    -webkit-flex-flow: wrap !important;
  }
  
  body.landing-page-leaders header.header .header__container .header__logo {
    flex-basis: auto !important; 
    min-width: auto !important;
    max-width: none !important;
    width: auto !important;
  }
  
  body.landing-page-leaders .header-landing {
    padding-bottom: 0.5em;
  }
  
  body.landing-page-leaders .header-landing .right-side {
    margin: 0;
  }
  
  body.landing-page-leaders .header-landing .header__phone {
    margin-left: 2rem;
  }
  
  /*body.landing-page-leaders .header-landing .header__phone::before {
    top: -0.5em;
  }*/
  
  body.landing-page-leaders .header-landing .header__phone a.hs-button {
    height: 20px !important;
    width: 20px !important;
  }
  
  body.landing-page-leaders .header-landing .header__phone a.hs-button::before {
    height: 20px !important;
    width: 20px !important;
  }
  
  body.landing-page-leaders .header-landing .header__phone a.hs-button span {
    display: none;
  }
    
}
@media (max-width: 800px) {
  body.landing-page-leaders .header-landing .header__phone a.hs-button::before {
    left: -20px;
  }
}

@media (max-width: 540px) {
  body.landing-page-leaders  .header-landing .header__join_leaders a {
    padding: 1em 1em;
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 414px) {
   body.landing-page-leaders  .header-landing .header__join_leaders a {
    padding: 0.8em 0.7em;
    font-size: 12px;
    line-height: 18px;
  }
}


/* **********************************************
 * START STYLE: EDUCATION FOUNDATION THEME CHILD 
 * **********************************************/
.education-foundation-theme header.header {
	z-index: 101;
	position: relative;
}



.education-foundation-theme header.header .header__navigation li:hover ul.submenu.level-2 {
  display: block;
}

.education-foundation-theme header.header .header__navigation ul.submenu.level-2 {
  position: absolute;
  background-color: #fff;
  top: 73px;
  list-style: none;
  padding: 10px;
  box-shadow: 0px 4px 2px 3px rgba(23,68,100,.16);
  border-radius: 0 0 3px 3px;
  width: 170px;
}

.education-foundation-theme header.header .header__navigation ul.submenu.level-2 li a {
  color: #3c5057;
  display: block;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .15px;
  padding: 8px;
  text-decoration: none;
}

.education-foundation-theme header.header .header__navigation ul.submenu.level-2 li a:focus,
.education-foundation-theme header.header .header__navigation ul.submenu.level-2 li a:hover {
  color: #67bda9;
  text-decoration: none;
}

@media (min-width: 992px) {
  .education-foundation-theme header.header .header__navigation li.has-submenu {
    margin-bottom: -50px;
    padding-bottom: 50px;
  }
}


.education-foundation-theme .promo-bar-module {
  background-color: #4D8589 !important;
}

.education-foundation-theme .header__row-2 {
  min-width: 55%;
}
.education-foundation-theme .header__row-2 .header__join_leaders {
  min-width: 192px;
  margin-left: 5.6%;
}

.education-foundation-theme .header__row-2 .header__join_leaders a {
  background-color: #1A4B54;
  border: 1px solid #1A4B54;
  color: #FFFFFF;
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-align: center;
  outline: none;
}

.education-foundation-theme .header__row-2 .header__join_leaders a:focus,
.education-foundation-theme .header__row-2 .header__join_leaders a:hover {
  background-color: #FFFFFF;
  border: 1px solid #1A4B54;
  color: #1A4B54;
}

.education-foundation-theme header.header .header__navigation nav.navigation-primary > ul.level-1 > li.has-active-megamenu > a.hovered, 
.education-foundation-theme header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item:focus > a, 
.education-foundation-theme header.header .header__navigation nav.navigation-primary > ul.level-1 > li.menu-item:hover > a {
/* 	color: #4D8589; */
  color: #67bda9;
}

.education-foundation-theme nav.side-nav .submenu.level-1 > li a:focus, 
.education-foundation-theme nav.side-nav .submenu.level-1 > li a:hover, 
.education-foundation-theme nav.side-nav .bottom-menu .submenu.level-1 li a span {
/* 	color: #4D8589; */
  color: #67bda9;
}

/* icon search  */
.education-foundation-theme #btn-open-search-mobile svg path {
  fill: #4D8589;
}

.education-foundation-theme #btn-open-nav-mobile svg rect{
  fill: #4D8589;
}

.education-foundation-theme #btn-close-nav-mobile svg rect{
  fill: #4D8589;
}

.education-foundation-theme #btn-login-mobile a {
	background: #1A4B54;
	border: 1px solid #1A4B54;
  border-radius: 8px;
	color: #FFF;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.education-foundation-theme #btn-login-mobile a::before {
  display: none;
}

.education-foundation-theme #btn-login-mobile a:focus,
.education-foundation-theme #btn-login-mobile a:hover {
	background: #FFF;
	border: 1px solid #1A4B54;
	color: #1A4B54;
}

.education-foundation-theme #search-up-mobile form input.hs-search-field__input {
	border: 1px solid #1A4B54;
	border-radius: 8px;
}


/* .education-foundation-theme main.body-container-wrapper div.body-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
} */

body,
body .education-foundation-theme {
  overflow-x: hidden !important;
}

@media (max-width: 991.98px) {
  .education-foundation-theme header.header {
    padding-bottom: 0 !important;
  }
  
  .education-foundation-theme  .header-action-elements-mobile.show-tablet-down #btn-open-search-mobile,
  .education-foundation-theme .secondary-head-nav {
    display: none !important;
  }
  
  
  .education-foundation-theme nav.side-nav .main-menu.first-column nav.navigation-primary .submenu.level-1 > .has-submenu > a span.menu-arrow {
    transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    display: inline-block !important;
  }
  
  .education-foundation-theme nav.side-nav .main-menu.first-column nav.navigation-primary .submenu.level-2 {
    list-style: none !important;
    display: block !important;
  }
  
  .education-foundation-theme nav.side-nav .main-menu.first-column nav.navigation-primary .submenu.level-2 li {
    list-style: none !important;
  }
  
  .education-foundation-theme .wrap-nav-mobile .header__join_leaders a {
    background-color: #1a4b54;
    border: 1px solid #1a4b54;
    color: #fff;
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.25px;
    border-radius: 8px;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
  }
  
  .education-foundation-theme .wrap-nav-mobile .header__join_leaders a:focus,
  .education-foundation-theme .wrap-nav-mobile .header__join_leaders a:hover {
    background-color: #fff;
    border: 1px solid #1a4b54;
    color: #1a4b54;
  }
  
}
/* END STYLE: EDUCATION FOUNDATION THEME CHILD */
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

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

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

footer.footer .footer-top,
footer.footer .footer-middle,
footer.footer .footer-bottom,
footer.footer .footer-copyright {
  max-width: 1312px;
  padding: 0 0;
  margin: 0 auto;
}

@media (max-width: 1349px) {
  footer.footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

footer.footer div,
footer.footer p {
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

footer.footer h2 {
  color: #FFFFFF;
  font-family: 'ITC Avant Garde Gothic';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 8px;
}

footer.footer h1 {
  color: #FFFFFF;
  font-family: 'ITC Avant Garde Gothic';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 8px;
}

.social-links__icon svg {
	fill: #FFF;
	height: 1.3rem !important;
}


/*****************************************/
/* Start your style FOOTER TOP    */
/*****************************************/
footer.footer .footer-top {
  padding-top: 57px;
  padding-bottom: 23px;
  
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}

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

footer.footer .footer-top ul li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
}

footer.footer .footer-top ul li a {
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin: 0 0 8px;
  outline: none;
  text-decoration: none;
}

footer.footer .footer-top ul li a:focus,
footer.footer .footer-top ul li a:hover {
  color: #67BDA9;
  outline: none;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  footer.footer .footer-top {
     padding-top: 40px;
     padding-bottom: 0;
     display: block;
  }
  footer.footer .footer-top > div {
     margin-bottom: 20px;
     text-align: center;
  }
  footer.footer .footer-top ul li {
    margin: 0 9px;
  }
}
@media (max-width: 559.98px) {
  footer.footer .footer-top > div {
    text-align: left !important;
  }
  footer.footer .footer-top > div.footer_navigation {
    display: none !important;
  }
  footer.footer .footer-top > div.footer_social_media {
    display: none !important;
  }
}
@media (max-width: 400px) {
  footer.footer .footer-top ul li {
    margin: 0 5px;
  }
}


/*****************************************/
/* Start your style FOOTER MIDDLE    */
/*****************************************/
footer.footer .footer-middle {
  padding-top: 32px;
  padding-bottom: 5px;
}
@media (max-width: 559.98px) {
  footer.footer .footer-middle {
    padding-top: 16px !important;
  }
}
footer.footer .footer-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.footer .footer-middle ul li {
  list-style: none;
  display: block;
  margin: 0 0 16px;
}

footer.footer .footer-middle ul li a {
  color: #FFFFFF;
  display: block;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin: 0;
  outline: none;
  text-decoration: none;
}

footer.footer .footer-middle ul li a:focus,
footer.footer .footer-middle ul li a:hover {
  color: #67BDA9;
  outline: none;
  text-decoration: none;
}


@media (min-width: 1001px) {
  footer.footer .footer-middle nav.navigation-primary > ul.level-1 {
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li.menu-item,
  footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li.has-submenu {
    flex-basis: 18%;
    max-width: 18%;
    min-width: 18%;
    width: 18%;
  }
}

@media (min-width: 767.98px) and (max-width: 1000.98px) {
  footer.footer .footer-middle nav.navigation-primary > ul.level-1 {
    display: flex;
    justify-content: left;
    -moz-justify-content: start;
    -webkit-justify-content: left;
    flex-flow: wrap;
  }

  footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li.menu-item,
  footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li.has-submenu {
    flex-basis: 33.3%;
    max-width: 33.3%;
    min-width: 33.3%;
    width: 33.3%;
  }
}

@media (max-width: 767.98px) {
  footer.footer .footer-middle nav.navigation-primary {
    display: none !important;
  }
}

footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li.menu-item > a.menu-link {
  cursor: none;
  color: #FFF !important;
  pointer-events: none; 
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
}

footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li.menu-item > a.menu-link:hover {
  color: #FFF !important;
  pointer-events: none; 
}

footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li > ul.level-2 {
  margin-top: 16px;
}

/*footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li:nth-child(1) > ul.level-2 > li.menu-item:nth-child(6) a,*/
footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li > ul.level-2 > li.menu-item:last-child a {
  color: #67BDA9 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 18px !important;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  position: relative;
}

/*footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li:nth-child(1) > ul.level-2 > li.menu-item:nth-child(6) a::after,*/
footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li > ul.level-2 > li.menu-item:last-child a::after {
	content: "";
	background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/education-foundation/arrow-green-right.png");
	width: 6.25px;
	height: 10.49px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0px 8px;
}

/*footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li:nth-child(1) > ul.level-2 > li.menu-item:nth-child(6):focus a::after,
footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li:nth-child(1) > ul.level-2 > li.menu-item:nth-child(6):hover a::after,*/
footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li > ul.level-2 > li.menu-item:last-child:focus a::after,
footer.footer .footer-middle nav.navigation-primary > ul.level-1 > li > ul.level-2 > li.menu-item:last-child:hover a::after {
  margin-left: 15px !important;
  transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}






/*****************************************/
/* Start your style FOOTER BOTTOM   */
/*****************************************/
footer.footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 84px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

footer.footer .footer-bottom > .content-wrapper {
  padding: 0 !important;
}

.footer-bottom .row-fluid > .span12.widget-type-cell .span4 {
  width: 100%;
}

.footer-bottom .row-fluid > .span12.widget-type-cell .dnd-module > .hs_cos_wrapper {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
}

.footer-bottom strong {
  display: block;
  clear: both;
}

.footer-bottom form label {
  display: none;
}

.footer-bottom form .input input[type="email"] {
  background: #F6F6F6;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 0;
}
.footer-bottom form .input input[type="email"]:focus {
  box-shadow: 0 0 0;
  outline: none;
}

.footer-bottom form .actions input[type="submit"] {
  background: #316EC2;
  border-radius: 8px;
  border: none;
  color: #fff;
  display: block;
  
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  
  padding: 15px 40px;
  width: 100%;
}

.footer-bottom .footer__container .footer-block-last .block-images,
.footer-bottom .wrap-btns {
  text-align: left;
}
.footer-bottom .footer__container .footer-block-last .block-images,
.footer-bottom .wrap-btns p {
  margin: 0 !important;
  text-align: left;
}


.block-images .group-icon {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.block-images .group-icon img {
  min-height: 22px !important;
  max-height: 24px !important;
  max-width: none;
  width: auto;
}

.block-images .NCUA-group.group-icon > .widget-type-text {
  font-size: 11px !important;
  line-height: 1;
  letter-spacing: 1.15px;
  max-width: 186px;
  margin-right: 5px;
  margin-top: -3px;
  text-align: right;
}

.block-images .NCUA-group.group-icon > .widget-type-text .hs_cos_wrapper_type_text {
  font-size: 11px;
}

.block-images .group-icon .hs_cos_wrapper_type_text {
  bottom: -3px;
  font-family: helvetica;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
}


@media (max-width: 1380px) {
  .footer-bottom .wrap-btns img {
    margin-bottom: 5px;
  }
}

#hs_cos_wrapper_footer-module-4 {
  border-radius: 8px 8px 0 0;
}
#hs_cos_wrapper_footer-module-5 {
  padding-top: 0px;
  border-radius: 0 0 8px 8px;
}


.footer-bottom .footer__container {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer-bottom .footer__container .footer-block {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.footer-bottom .footer__container .footer-block-last .block-images {
    display: flex;
    justify-content: left;
    -moz-justify-content: start;
    -webkit-justify-content: left;
}

@media (min-width: 1280px) {
  .footer-bottom .footer__container .footer-block-first h2 {
    margin-bottom: 22px;
  }
  .footer-bottom .footer__container .footer-block-first p {
    display: flex;
  }
  .footer-bottom .footer__container .footer-block-first p span:nth-child(1) {
    flex-basis: 170px;
    min-width: 170px;
    max-width: 170px;
    width: 170px;
  }
}

@media (min-width: 992px) {
  .footer-bottom .row-fluid > .span12.widget-type-cell {
    display: flex;
  }

  /* columns */
  .footer-bottom .row-fluid > .span12.widget-type-cell .row-number-1 {
    flex-basis: 30%;
    min-width: 30%;
    max-width: 30%;
    width: 30%;
  }
  .footer-bottom .row-fluid > .span12.widget-type-cell .row-number-3 {
    flex-basis: 44%;
    min-width: 44%;
    max-width: 44%;
    width: 44%;
  }
  .footer-bottom .row-fluid > .span12.widget-type-cell .row-number-6 {
    flex-basis: 26%;
    min-width: 26%;
    max-width: 26%;
    width: 26%;
  }
  
  
  .footer-bottom .footer__container .footer-block-first {
    flex-basis: 28%;
    min-width: 28%;
    max-width: 28%;
    width: 28%;
  }

  .footer-bottom .footer__container .footer-block-middle {
    flex-basis: 42%;
    min-width: 42%;
    max-width: 42%;
    width: 42%;
  }

  .footer-bottom .footer__container .footer-block-last {
    flex-basis: 24%;
    min-width: 24%;
    max-width: 24%;
    width: 24%;
  }
  
  .footer-bottom .wrap-btns {
    text-align: center;
  }
  
  .footer-bottom .footer__container .footer-block-last .block-images,
  .footer-bottom .wrap-btns p {
    text-align: center;
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  
}

@media (max-width: 991.98px) {
  footer.footer .footer-bottom {
    padding-top: 50px;
    padding-bottom: 60px;
  }
   .footer-bottom .row-fluid > .span12.widget-type-cell .row-number-1 {
    margin-bottom: 32px;
  }
  .footer-bottom .row-fluid > .span12.widget-type-cell .row-number-3 {
    margin-bottom: 32px;
  }
  
  .footer-bottom .footer__container {
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
  }
  
  .footer-bottom .footer__container .footer-block-first {
    margin-bottom: 16px;
  }

  .footer-bottom .footer__container .footer-block-middle {
    margin-bottom: 16px;
  }
  
  
  .footer-bottom .footer__container .footer-block-last .block-images img {
    margin-right: 10px;
  }
  
}
@media (min-width: 992px) and (max-width: 1280px) {
  .footer-bottom .footer__container .footer-block-last .block-images {
    flex-flow: column;
    justify-content: left;
    -moz-justify-content: start;
    -webkit-justify-content: left;
    text-align: left;
  }
  .footer-bottom .footer__container .footer-block-last .block-images img {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bottom .footer__container .footer-block-first h2 {
    margin-bottom: 22px;
  }
  .footer-bottom .footer__container .footer-block-first p {
    display: flex;
  }
  .footer-bottom .footer__container .footer-block-first p span:nth-child(1) {
    flex-basis: 170px;
    min-width: 170px;
    max-width: 170px;
    width: 170px;
  }
}

@media (max-width: 767.98px) {
  
  footer.footer .footer-bottom {
    padding-top: 0;
    padding-bottom: 40px;
  }
  
  .footer-bottom .footer__container .footer-block-first {
    background: none;
    border-radius: 0;
    padding: 0;
  }
  
  .footer-bottom .footer__container .footer-block-first h2 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.15px;
  }
  
  
   .footer-bottom .footer__container .footer-block-middle h2 {
     font-weight: bold;
     font-size: 34px;
     line-height: 41px;
     letter-spacing: 0.25px;
   }
  
  .footer-bottom .footer__container .footer-block-last {
    background: none;
    border-radius: 0;
    padding: 0;
  }
  
  .footer-bottom .footer__container .footer-block-last h2 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.15px;
  }
  
}
@media (min-width: 560px) {
  .footer-bottom .footer__container .footer-block-first .block-mobile {
    display: none !important;
  }
}
@media (max-width: 559.98px) {
  .footer-bottom .footer__container .footer-block-first {
    margin-bottom: 32px;
  }
  .footer-bottom .footer__container .footer-block-first .block-mobile .social-links {
    justify-content: left;
    -moz-justify-content: start;
    -webkit-justify-content: left;
  }
}






/*****************************************/
/* Start your style FOOTER COPYRIGHT    */
/*****************************************/

footer.footer .footer-copyright {
  padding-top: 21px;
  padding-bottom: 50px;
  
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}

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

footer.footer .footer-copyright ul li {
  list-style: none;
}
footer.footer .footer-copyright a,
footer.footer .footer-copyright ul li a {
  color: #F6F6F6;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin: 0;
  outline: none;
  text-decoration: none;
}

footer.footer .footer-copyright a:focus,
footer.footer .footer-copyright a:hover,
footer.footer .footer-copyright ul li a:focus,
footer.footer .footer-copyright ul li a:hover {
  color: #67BDA9;
  outline: none;
  text-decoration: none;
}

footer.footer .footer-copyright .block-images {
  display: flex;
}

footer.footer .footer-copyright .block-images > div:first-child {
  margin-right: 16px;
}

@media (max-width: 899.98px) {
  footer.footer .footer-copyright {
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
    text-align: center;
  }
  footer.footer .footer-copyright .block-copyright {
    margin-bottom: 16px;
  }
  footer.footer .footer-copyright .block-links {
    margin-bottom: 16px;
  }
  footer.footer .footer-copyright .block-images {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
}

@media (max-width: 559.98px) {
  footer.footer .footer-copyright {
    text-align: left !important;
  }
  footer.footer .footer-copyright .block-images {
    justify-content: left !important;
    -moz-justify-content: start !important;
    -webkit-justify-content: left !important;
  }
}

@media (max-width: 480px) {
  footer.footer .footer-copyright .block-images {
    display: block;
    text-align: center;
  }
  footer.footer .footer-copyright .block-images .group-icon {
    margin-bottom: 16px;
  }
  
  footer.footer .footer-copyright .block-images > div.NCUA-group {
    flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -webkit-justify-content: left;
  }
}

/* footer landing */
.footer-landing .footer__container{
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .footer-landing .footer__container{
    flex-direction: row;
    justify-content: space-between;
  }
}

footer-landing .footer__container .footer-block {
  width: 100%;
}

.footer-landing .footer-block-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-landing .footer-block-first p{
  margin-top: 1em;

  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.25px;

  color: #FFFFFF;
}

.footer-landing .footer-block-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
} 

.footer-landing .footer-block-middle h5{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.15px;

  color: #FFFFFF;
} 

.footer-landing .footer-block-middle p{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;

  color: #FFFFFF;
} 

.footer-landing .footer-block-middle a{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;

  color: #FFFFFF;
  text-decoration: none;
} 

@media screen and (min-width: 992px) {
  .footer-landing .footer-block-first {
    width: 25%;
  }  

  .footer-landing .footer-block-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 40%;
  }  

  .footer-landing .footer-block-last {
    display: flex;
    justify-content: flex-end;
    width: 25%;
  }  
}



body > img[src="https://secure.adnxs.com/px?id=	1491536&seg=26820961&t=2"] {
  display: none;
}

footer .footer_navigation ul.submenu.level-1 li:last-child,
footer .footer_navigation ul.submenu.level-1 li:last-child a[href="#search"] {
  display: none;
}

.LPMcontainer.LPMoverlay {
  background-color: #0B242D !important;
  background-image: url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/raw_assets/public/leaderscu-theme/images/uil_comment-chart-line.png);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 100% !important;
  width: 64px !important;
  height: 64px !important;
}
.LPMcontainer.LPMoverlay img {
  opacity: 0 !important;
}

@media (max-width: 767.98px) {
   .LPMcontainer.LPMoverlay {
    width: 50px !important;
    height: 50px !important;
  }
}



/* **********************************************
 * START STYLE: EDUCATION FOUNDATION THEME CHILD 
 * **********************************************/
.education-foundation-theme footer.footer {
  background: #1A4B54;
  background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/education-foundation/Bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.education-foundation-theme .footer-bottom .footer__container .footer-block {
  background-color: #0B242D;
}

.education-foundation-theme footer.footer .footer-bottom {
  padding-top: 44px;
  padding-bottom: 44px;
}
 .education-foundation-theme .footer-bottom .footer__container .footer-block-first h2,
 .education-foundation-theme .footer-block.footer-block-middle div span h2{
   color: #CAE3CA;
  }
.education-foundation-theme footer.footer .footer-top ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.15px;
}
.education-foundation-theme .footer-bottom .footer__container .footer-block-middle  {
  display: block;
}
.education-foundation-theme .footer-bottom  .hs_submit.hs-submit {
  max-width: 200px;
}
.education-foundation-theme .footer-bottom .hs-button.primary.large {
  background-color: #CAE3CA;
  color: #0B242D
}
.education-foundation-theme .footer-bottom .hs-button.primary.large:hover,
.education-foundation-theme .footer-bottom .hs-button.primary.large:focus{
  background-color: white;
  /*border: 1px solid #1A4B54;*/
  border: none;
	color: #1A4B54;
}
.education-foundation-theme .footer-landing .footer-block-first p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

.education-foundation-theme .footer-landing .footer-block-first p a {
  color: #fff;
  text-decoration: none !important;
}

.education-foundation-theme .footer-landing .footer-block-first p a:hover {
  color: #67bda9 !important;
}

.education-foundation-theme .footer-landing .footer-block-middle p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.25px;
  margin-bottom: 44px;
}
.education-foundation-theme footer.footer .footer-copyright a,
.education-foundation-theme .block-copyright div span span{
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.education-foundation-theme footer .footer_navigation ul.submenu.level-1 li:last-child {
  display: inline-block !important;
}


.education-foundation-theme .block-leadersC .content-leaders .card-leaders img {
  max-width: 100% !important;
	width: auto;
	height: auto !important;
}




/* Add here new style css */
  @media (max-width: 767.98px){
  .education-foundation-theme .footer-bottom .footer__container .footer-block-first {
    border-radius: 8px;
    padding: 16px;
  }
  .education-foundation-theme .footer-bottom .hs_submit.hs-submit {
    max-width: 100%;
  }
   .education-foundation-theme footer.footer .footer-top > div.footer_navigation {
     display: block !important;
    }
    .education-foundation-theme .footer-landing .footer-block-first p {
      margin-bottom: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
 .education-foundation-theme footer.footer .footer-top ul li {
    margin: 0 16px;
  }
}
@media (min-width: 768px){

 .education-foundation-theme .footer-bottom .footer__container .footer-block-first p span:nth-child(1) {
    flex-basis: 280px;
    min-width: 280px;
    max-width: 280px;
    width: 280px;
   margin-right: 32px;
  }
  .education-foundation-theme .footer-bottom .footer__container .footer-block-first p span:nth-child(2) {
    flex-basis: 176px;
    min-width: 176px;
    max-width: 176px;
    width: 176px;
  }
}
  @media (min-width: 992px){
   .education-foundation-theme footer.footer .footer-top ul li {
    margin: 0 32px;
  }
  .education-foundation-theme .footer-bottom .footer__container .footer-block-first {
    flex-basis: 48.8%;
    min-width:  48.8%;
    max-width:  48.8%;
    width:  48.8%;
    margin-right: 32px;
    
  }
   .education-foundation-theme .footer-bottom .footer__container .footer-block-middle {
    flex-basis:  48.8%;
    min-width:  48.8%;
    max-width:  48.8%;
    width:  48.8%;
  }
}
  @media (min-width: 1280px){
 
  .education-foundation-theme .footer-bottom .footer__container .footer-block-first h2 {
    margin-bottom: 44px;
  }
}
/* END STYLE: EDUCATION FOUNDATION THEME CHILD */

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* Slider */
@charset 'UTF-8';

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: none !important;
  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  background-color: transparent;
  background-image: url("https://f.hubspotusercontent00.net/hubfs/4754707/copper-2020/prev-icon-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -50px;
}

.slick-next {
  background-color: transparent;
  background-image: url("https://f.hubspotusercontent00.net/hubfs/4754707/copper-2020/next-icon-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -50px;
}

.slick-prev:hover,
.slick-prev:focus {
  background-color: transparent !important;
  background-position: 0 0 !important;
  border: none !important;
  color: transparent;
  outline: none;
  transition: none;
}
.slick-next:hover,
.slick-next:focus {
  background-color: transparent !important;
  background-position: 0 0 !important;
  border: none !important;
  color: transparent;
  outline: none;
  transition: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  display: none !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  /*left: -25px;*/
  left: -10px;
  z-index: 5;
}

@media (min-width: 1325px) {
  .slick-prev {
    left: -40px !important;
  }
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  /*right: -25px;*/
  right: -10px;
  z-index: 5;
}

@media (min-width: 1325px) {
  .slick-next {
    right: -40px !important;
  }
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 8px;
  height: 8px;
  margin: 0 4px;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 8px;
  height: 8px;

  cursor: pointer;

  outline: none;
  background: var(--light-blue);
  border: 0;
  border-radius: 50%;
  padding: 0;

}

.slick-dots li button::before {
  display: none !important;
}

.slick-dots li.slick-active button {
  background: var(--main-blue);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}