*, *: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;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-section .dnd-section {
  padding: 0px;
}

.banner-section .dnd-section>.row-fluid {
  width: 100%;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: ETmodules; 
  src: url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/Blue_Ocean_Mariculture_Jan2023/Fonts/modules.eot") format("embedded-opentype"), 
    url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/modules.ttf") format("truetype"), 
      url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/modules.woff") format("woff"), 
        url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/modules.svg") format("svg"); 
          font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "Gilroy-Bold"; 
  src: url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Gilroy-Bold.woff2") format("woff2"), 
    url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Gilroy-Bold.woff") format("woff");
      font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "Gilroy-Regular"; 
  src: url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Gilroy-Regular.woff2") format("woff2"), 
    url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Gilroy-Regular.woff") format("woff");
      font-style: normal; font-weight: 400; font-display: swap; }


@font-face { font-family: "Isidora-Regular"; 
  src: url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Isidora-Regular.woff2") format("woff2"), 
    url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Isidora-Regular.woff") format("woff");
      font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "Isidora-SemiBold"; 
  src: url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Isidora-SemiBold.woff2") format("woff2"), 
    url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Isidora-SemiBold.woff") format("woff");
      font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "Isidora-Medium"; 
  src: url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Isidora-Medium.woff2") format("woff2"), 
    url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/Isidora-Medium.woff") format("woff");
      font-style: normal; font-weight: 400; font-display: swap; }


@font-face { font-family: "Roboto"; 
  src: url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2"); font-style: normal; font-weight: 400; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "Roboto"; 
  src: url("https://20006120.fs1.hubspotusercontent-na2.net/hubfs/20006120/raw_assets/public/Blue_Ocean_Mariculture_Jan2023/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2"); font-style: normal; font-weight: 500; 
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

html{
  font-size: 16px;
}

body {
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Paragraphs */

p {
  padding-bottom: 1em;
  margin: 0px;
}

strong {
  font-family: "Isidora-SemiBold";
  font-style: normal;
  font-weight: 400;
}

p:not(.has-background):last-of-type {
  padding-bottom: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
  line-height: 1em;
  font-style: normal;
  margin: 0px;
}



/* Lists */

ul {
  list-style: none;
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 23px;
  line-height: 26px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 0;
  border: 0;
  outline: 0;
  quotes: none;
  margin: 20px 0 30px;
  border-left: 5px solid;
  padding-left: 20px; 
  border-color: #f6a016;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  border-style: solid; 
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all;
  transition-property: all;
  font-weight: 500;
  line-height: 1.7em;
  position: relative;
  display: inline-block;
  font-family: "Gilroy-Bold";
  letter-spacing: .1rem;  
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

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 {
  background-color: #FFF;
  position: relative;
  border: 1px solid;
  margin: 0;
  color: #999;
  font-size: 14px;
  padding: 16px;
  width: 100%;
  background-color: #f1f2f3;
  outline: none;
  border-width: 1px;
}

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 - datepicker */

.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: #f00;
  border-width: 1px;
}

.hs-error-msg,
.hs_error_rollup label{
  color: #f00;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  border-style: solid; 
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all;
  transition-property: all;
  font-weight: 500;
  line-height: 1.7em;
  position: relative;
  display: inline-block;
  font-family: "Gilroy-Bold";
  letter-spacing: .1rem;  
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Captcha */

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

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  -webkit-transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  z-index: 99999;
  width: 100%;
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: rgba(255,255,255,0);
  position: absolute;
}

.header_container {
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 99;
  padding-right: 10%;
}

.header .logo_container {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 10%;
}

.header .logo_container .logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.header .logo_container img {
  width: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  -webkit-transform: translateZ(0);
  vertical-align: bottom;
  padding-top: 5px;
  width: 100% !important;
}

.header_container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.header .nav_sec {
  font-weight: 600;
  float: right;
  padding-top: 33px;
  padding-left: 190px;
}

.header .nav_sec .dskp_menu {
  float: left;
  line-height: 0;
}

.header .nav_sec .dskp_menu .hs-menu-wrapper>ul {
  line-height: 0;
  padding: 0;
  display: block;
}

.header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li {
  position: relative;
  line-height: 1em;
  word-wrap: break-word;
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

.header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li a {
  display: block;
  position: relative;
  -webkit-transition: opacity .4s ease-in-out,background-color .4s ease-in-out;
  transition: opacity .4s ease-in-out,background-color .4s ease-in-out;
  letter-spacing: .1rem;
  color: rgba(255,255,255,1);
  font-family: "Gilroy-Bold";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 33px;
}

.header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.header .nav_sec .et_top_search {
  position: relative;
  display: block;
  width: 18px;
  float: right;
  margin: 10px 0 0 22px;
  cursor: pointer;
}

.header .nav_sec .et_top_search .et_search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  color: rgba(255,255,255,0.6);
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}


.header .et_search_outer {
  width: 100%;
  position: absolute;
  top: 0;
}

.header .et_search_outer .container_search {
  position: relative;
  opacity: 0;
  z-index: 1;
  padding-right: 10%;
  height: 150px;
}

.header .et_search_outer .container_search form {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0;
  bottom: 0;
  border-color: #f6a016;
  background: transparent;
  right: 30px;
  max-width: 815.438px;
}

.header .logo_container .hs_cos_wrapper {
  display: inline;
}

.header .et_search_outer .container_search form .hs-search-field__input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
  width: 90%;
  border: none;
  letter-spacing: .1rem;
  font-family: "Gilroy-Bold";
  color: rgba(255,255,255,1)!important;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 1px 2px;
  line-height: normal;
}

.header .et_search_outer .hs-search-field {
  position: static;
}

.header .et_search_outer .container_search form .hs-search-field__input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.header .et_search_outer .container_search .et_close_search_field {
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 30px;
}

.header .et_search_outer .container_search .et_close_search_field:after {
  font-family: ETmodules;
  content: "\4d";
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  color: rgba(255,255,255,1);
}

.header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li>ul li a {
  margin: 0px;
  padding: 12px;
  text-transform: capitalize;
}

.header .mobile_menu {
  display: none;
}





/* SEARCH ANIMATION */
.header .nav_sec .dskp_menu {
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.header .et_search_outer .container_search {
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  opacity: 0;
}

body.search-open .header .et_search_outer .container_search {
  opacity: 1;
  z-index: 999;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
}

body.search-open .header .nav_sec .dskp_menu {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

body.search-open .header .nav_sec .et_top_search .et_search_icon:before {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.page-editor .header .logo_container .logo_helper {
  height: auto;
}




@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}

body.no-banner header.header {
  position: static;
  background-color: #1a2855;
  padding-bottom: 15px;
}

.header .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  right: 2%;
  top: 70%;
  left: 58%;
}

.header .hs-search-field--open .hs-search-field__suggestions {
  background-color: #1a2855;
  padding: 15px;
}

header.header.lp_header {
  padding-left: 20px;   
}

header.header.lp_header .logo_container {
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
}
body{
  opacity:0;
  visibility:hidden;
  transition: opacity .5s ease-in-out,visibility .5s ease-in-out;
}
.add-transition {
  opacity:1;
  visibility:visible;
}


/* MEDIA QUERY */
@media only screen and (min-width: 981px){
  .header .logo_container img {
    max-width: 160px;
  }
  .header .nav_sec{
    padding-top: 60px;
  }
  .header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li a{
    padding-bottom: 12px;
  }
}

@media only screen and (min-width: 1321px){
  .header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li:not(:last-child)>a:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #f6a016;
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    transition: 0.3s ease;
  }
  .header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li>a:hover:before{
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    opacity: 1;
  }

  .header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li:last-child>a {
    color: #ffffff;
    padding: 0.5em 1em 0.5em 1em;
    margin-bottom: 60px;
    background: #f6a016;
    border-radius: 16px;
  }

  .header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    width: max-content;
    padding: 0;
  }

  .header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
  .header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li.active-branch:not(:last-child)>a:before {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    opacity: 1;
  }
  .header .nav_sec .dskp_menu .hs-menu-wrapper>ul>li:last-child>a:hover {
    opacity: 0.7;
  }

}



@media (max-width: 1680px){
  .header .hs-search-field--open .hs-search-field__suggestions {
    left: 53%;
  }
}

@media (max-width: 1320px){
  .header .nav_sec .dskp_menu {
    display: none;
  }
  .header .mobile_menu {
    display: block;
    float: right;
  }
  .header .mobile_menu .mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    z-index: 99;
    opacity: 1;
    padding-bottom: 24px;
  }
  .header .mobile_menu .mobile_menu_bar:before {
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    content: "a";
    color: #ffffff;
    font-size: 48px;
  }
  .header .mobile_menu_inner {
    display: none;
  }
  .header .nav_sec {
    padding-left: 169px;
  }
  .header .logo_container img {
    max-width: 140px;
  }
  .header .mobile_menu_inner {
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    visibility: visible;
    opacity: 1;
    background: #fff;
    position: absolute;
    min-width: 300px;
    margin-top: 0;
    top: 0;
    right: 0;
    border-color: #ffffff;
  }
  .header .mobile_menu_inner .hs-menu-wrapper ul {
    display: block;
    padding: 0px;
    margin: 0px;
    line-height: 1.15em;
    font-size: 20px;
  }

  .header .mobile_menu_inner .hs-menu-wrapper>ul .close_btn {
    cursor: pointer;
    display: block;
    padding: 10px 5%;
    text-align: right;
    border-bottom: none;
    padding-bottom: 36px;
  }

  .header .mobile_menu_inner .hs-menu-wrapper>ul .close_btn img {
    width: 22px;
    height: 22px;
  }

  .header .mobile_menu_inner .hs-menu-wrapper>ul li a {
    font-size: 14px;
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    padding: 10px 5%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: rgba(32,42,81,.6);
    font-family: "Gilroy-Regular";
    text-transform: uppercase;
  }
  .header .mobile_menu_inner .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .header .mobile_menu_inner .hs-menu-wrapper>ul>li:last-child {
    background: #f6a016;  
  }   
  .header .mobile_menu_inner .hs-menu-wrapper>ul>li:last-child>a {
    background: transparent;
    color: #fff;
  } 

  .header .mobile_menu_inner .social_icons ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: #202a51;
    display: flex;
    padding: 20px 0 18px 16px;
  }

  .header .mobile_menu_inner .social_icons ul li a img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
  }

  .header .mobile_menu_inner .social_icons ul li a {
    display: block;
    padding: 0px 5% 0px;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  }
  .header .mobile_menu_inner .hs-menu-wrapper>ul li a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }
  .header .mobile_menu_inner .hs-menu-wrapper>ul>li:last-child>a:hover {   
    opacity: .7;
  }
  .header .mobile_menu_inner .social_icons ul li a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  .header .mobile_menu_inner .hs-menu-wrapper>ul .close_btn:hover {
    opacity: .7;
  }

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

  .header .mobile_menu_inner .hs-menu-wrapper>ul .child-trigger {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    z-index: 20;
    text-align: center;
  }

  .header .mobile_menu_inner .hs-menu-wrapper>ul .child-trigger:before {
    content: "+";
    width: auto;
    display: block;
    height: auto;
    font-size: 30px;
  }

  .header .mobile_menu_inner .hs-menu-wrapper>ul li.hs-item-has-children.open .child-trigger:before {
    content: "-";
  }
  .header .mobile_menu_inner .hs-menu-wrapper>ul>li.active-branch>a {
    color: #f6a016;
  }
  .header .mobile_menu .mobile_menu_bar{
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }

  body.search-open .header .mobile_menu .mobile_menu_bar {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }

}


@media (max-width: 980px){
  .header_container {
    width: 80%;
    -webkit-transition: none;
    transition: none;
    max-width: 1370px;
    padding-right: 0;
  }
  .header .logo_container {
    padding-left: 0px;
  }
  .header .logo_container img {
    max-width: 118px;
  }
  .header .nav_sec {
    padding-left: 148px;
    transition: none;
    margin-right: 0;
    padding-top: 24px;
    display: block;
  }
  .header .nav_sec .et_top_search {
    float: left;
    margin: 6px 16px 0 0;
  }
  .header .nav_sec .et_top_search .et_search_icon:before {
    top: 7px;
  }
  .header .et_search_outer .container_search form {
    width: 50%;
    max-width: 50%;
  }
  .header .et_search_outer .container_search {
    padding-right: 0;
  }
  .header .et_search_outer .container_search {
    height: 96px;
  }

}

@media (max-width: 479px){
  .header .mobile_menu_inner {
    min-width: 100%;
    width: 100%;
    position: fixed;   
    top: 0px;
  }
  .header .logo_container img {
    vertical-align: middle;
    padding-top: 11px;
    max-width: 93px;
  }
  .header .hs-search-field--open .hs-search-field__suggestions {
    left: 2%;
  }
}

@media (max-width: 320px){
  .header .et_search_outer .container_search form {
    width: 40%;
  }
}



@media (min-width: 981px) and (max-width: 1430px){
  .header .nav_sec .et_top_search {
    margin: 18px 0 0 16px;
  }
}
footer.footer {
  position: relative;
  z-index: 5;
}

.footer__container {
  margin: auto;
  position: relative;
  width: 80%;
}

.footer .logo_sec {
  mix-blend-mode: unset;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.footer .logo_sec>div {
  position: relative;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  margin-right: auto;
  line-height: 0;
  display: block;
  text-align: left;
  margin-left: 0;
}

.footer .menu_sec {
  mix-blend-mode: unset;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.footer .menu_sec .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  word-wrap: break-word;
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1.8em;
  text-align: left;
}

.footer .menu_sec .hs-menu-wrapper>ul li a:hover {
  border-bottom: 1px solid #0062a7;
  transition: all 0.4s ease-in-out;
  color: #f6a016;
}

.footer .info_sec {
  mix-blend-mode: unset;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.footer .info_sec .top_info {
  word-wrap: break-word;
  font-size: 15px;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}

.footer .info_sec .top_info .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.footer .info_sec .bottom_info {
  position: relative;
  word-wrap: break-word;
  font-size: 15px;
  color: #FFFFFF;
}

.footer .social_sec {
  mix-blend-mode: unset;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.footer .social_sec .dskp_sec {
  word-wrap: break-word;
  display: block;
  font-size: 13px;
  line-height: 0em;
  padding-top: 0px;
  margin-top: 0px;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
}

.footer .social_sec .mbl_sec {
  word-wrap: break-word;
  font-size: 13px;
  line-height: 0em;
  padding-top: 0px!important;
  margin-top: 0px!important;
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
}

.footer .social_sec .dskp_sec img.sm-icon {
  height: 24px;
  width: 24px;
  margin-right: 6.5px;
  margin-bottom: -6px;
  margin-top: 8px;
  vertical-align: baseline;
}

.footer .social_sec .dskp_sec a {
  font-family: "Isidora-SemiBold";
  font-size: 13px;
  line-height: 2;
  color: #fff;
}

.footer__container:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.footer .info_sec .top_info .hs_cos_wrapper_type_rich_text p a {
  font-family: "Isidora-SemiBold";
}

.footer .info_sec .top_info .hs_cos_wrapper_type_rich_text p a:hover {
  border-bottom: 1px solid #0062a7;
  transition: all 0.4s ease-in-out;
}

.footer .social_sec .dskp_sec a:hover {
  border-bottom: 1px solid #0062a7;
  transition: all 0.4s ease-in-out;
  color: #f6a016;
}

footer.footer .back_to_top {
  font-family: ETmodules;
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
}

footer.footer .back_to_top:before {
  content: "2";
}

@keyframes fadeOutRight{
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

.top footer.footer .back_to_top {
  opacity: 1;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

footer.footer.lp_footer {
  padding: 20px;
}

footer.footer.lp_footer .footer__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer.footer.lp_footer  .logo_sec {
  MARGIN-RIGHT: 0;
}

footer.footer.lp_footer .info_sec {
  float: none;
  margin-right: 0;
  text-align: center;
  margin-top: 20px;
}

footer.footer.lp_footer .logo_sec {
  MARGIN-RIGHT: 0px;
}

footer.footer.lp_footer .logo_sec>div {
  MARGIN: 0px AUTO;
}

/* MEDIA QUERY */
@media (min-width: 768px){
  .footer .social_sec .mbl_sec {
    display: none;
  }
}


@media (min-width: 981px){
  footer.footer {
    padding: 4% 0;
  }
  .footer__container {
    padding: 2% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .logo_sec {
    margin-right: 3%;
    width: 48.5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .logo_sec>div {
    width: 25%;
    margin-bottom: 0;
  }
  .footer .menu_sec {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 3%;
    width: 14.1667%;
  }
  .footer .info_sec {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 3%;
    width: 14.1667%;
  }
  .footer .info_sec .top_info {
    margin-bottom: 10.588%;
  }
  .footer .social_sec {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 14.1667%;
  }
  .footer .social_sec .dskp_sec {
    margin-bottom: 10.588%;
  }

}

@media only screen and (min-width: 1712px){
  footer.footer{
    padding: 68px 0;
  }
  .footer__container {
    padding: 34px 0;
  }
}



@media (min-width: 981px) and (max-width: 1500px){
  .footer__container {
    max-width: 1370px;
    width: 94%;
  }
  .footer .logo_sec,
  .footer .menu_sec,
  .footer .info_sec,
  .footer .social_sec{
    width: 22.75%;
  }
  .footer .logo_sec>div {
    width: 80%;
  }
  .footer .info_sec .top_info {
    margin-bottom: 6.593%;
  }
  .footer .info_sec .top_info .hs_cos_wrapper_type_rich_text p:empty {
    display: none;
  }
}

@media (max-width: 980px){
  footer.footer {
    padding: 50px 0;
  }

  .footer__container {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .logo_sec {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 50px;
    margin-right: 0;
  }

  .footer .menu_sec {
    width: 29.666%;
    margin-right: 5.5%;
    margin-bottom: 0px;
  }

  .footer .info_sec {
    width: 29.666%;
    margin-right: 5.5%;
    margin-bottom: 0;
  }

  .footer .social_sec {
    width: 29.666%;
    margin-bottom: 0;
  }

  .footer .logo_sec>div {
    width: 25%;
  }
  .footer .info_sec .top_info {
    margin-bottom: 30px;
  }

  footer.footer.lp_footer .footer__container {
    PADDING: 0px;
  }
  footer.footer.lp_footer .logo_sec {
    padding-bottom: 25px;
  }
  footer.footer.lp_footer .info_sec{
    padding-bottom: 0px;
  }
  footer.footer.lp_footer{
    padding: 30px 20px;
  }
}

@media (max-width: 767px){
  .footer__container>div {
    width: 100% !important;
    margin: 0px !important;
  }
  .footer .menu_sec,
  .footer .info_sec {
    padding-bottom: 40px;
  }
  .footer .social_sec .mbl_sec {
    display: none;
  }
  .footer .social_sec .dskp_sec {
    margin-bottom: 30px;
  }
  .footer .logo_sec>div {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .footer .menu_sec .hs-menu-wrapper>ul {
    text-align: center;
  }

  .footer .info_sec {
    text-align: center;
  }  

  .footer .social_sec .dskp_sec {
    text-align: center;
  }
  .footer .social_sec .dskp_sec a{
    line-height: 1.7;
  }
}
/* 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;
  }
}
.home-page-wrapper .section_1 .dnd-section>.row-fluid,
.home-page-wrapper .section_3 .dnd-section>.row-fluid,
.home-page-wrapper .section_5 .dnd-section>.row-fluid,
.home-page-wrapper .section_4 .dnd-section>.row-fluid,
.resource-hub-page-wrapper .section_2 .dnd-section>.row-fluid,
.contact-us-wrapper .section_2 .dnd-section>.row-fluid,
.full_width_section .dnd-section>.row-fluid
{
  width: 100%;
}

.contact-us-wrapper .section_1 form {
  margin-top: 1.5%;
}

.contact-us-wrapper .section_1 form .hs-form-field {
  margin-bottom: 16px;
}

.contact-us-wrapper .section_1 form .hs-form-field>label {
  display: none;
}

.contact-us-wrapper .section_1 form .hs-form-field input {
  line-height: normal;
  border-width: 0px;
}

.contact-us-wrapper .section_1 form .hs-form-field input::-webkit-input-placeholder,
.contact-us-wrapper .section_1 form .hs_message textarea::-webkit-input-placeholder {
  color: #757575;
}

.contact-us-wrapper .section_1 form .hs_message textarea {
  min-height: 150px;
  display: block;
}

.contact-us-wrapper .section_1 form .hs_submit .hs-button {
  margin: 0px;
}

.contact-us-wrapper .section_1 form .hs_submit .actions {
  line-height: normal;
}

.full-width-wrapper .section_2 .content_with_background {
  background-position: center bottom 0px;
}

.full-width-wrapper .section_2 .content_with_background .heading_sec h2 {
  padding-bottom: 9px;
  color: #555;
  font-size: 37px;
}

.full-width-wrapper .section_2 .content_with_background .bottom_sec {
  padding: 0px;
}

.full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec ul {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  list-style: none;
  padding-top: 10px;
}

.full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec ul li {
  color: #686868;
}

.full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec ul ul {
  padding: 2px 0 12px 0;
  border-bottom: none;
  margin-bottom: 10px;
}

.full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec ul ul a,
.full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec ul ul li span{
  font-family: "Isidora-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

.full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec ul ul li span {
  display: block;
  float: right;
  font-family: "Isidora-Regular";
}


.inspirations-wrapper .section_1 .span4 .hs_cos_wrapper_type_rich_text h4 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.3em;
  text-align: center;
  font-family: "Gilroy-Bold";
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid #202a51;
}

.inspirations-wrapper .section_1 .span4 .hs_cos_wrapper_type_rich_text h4 span {
  font-family: "Isidora-Regular";
  font-size: 20px;
}

.inspirations-wrapper .content_with_button .sec_wrap,
.full-widthv2-wrapper .content_with_button .sec_wrap{
  padding: 0px;
}

.full-widthv2-wrapper .content_with_button .sec_wrap .top_sec p {
  font-family: "Isidora-Regular";
}

.inspirations-wrapper .section_3 .row-number-6 .hs_cos_wrapper_type_rich_text p {
  border: 0 solid #333;
  border-width: 1px;
  border-color: #202a51;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.our-promise-wrapper .section_2 .content_with_background .bottom_sec .content_sec .text_inner p:not(:last-child)  {
  font-size: 24px;
  font-family: "Isidora-Medium";
  text-transform: uppercase;
  line-height: 1.6em;
  padding-bottom: 1.5%;
}

.our-promise-wrapper .section_2 .content_with_background .bottom_sec .content_sec .text_inner p  {
  color: #ffffff;
  font-family: "Isidora-Medium";
}

.our-promise-wrapper .section_2 .content_with_background {
  background-position: left bottom 0px;
}

.our-promise-wrapper .section_6 .content_with_background .bottom_sec .content_sec,
.full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec,
.our-promise-wrapper .section_2 .content_with_background .bottom_sec .content_sec,
.who_we_are_wrapper .content_with_background .bottom_sec .content_sec
{
  width: 100%;
}

.who_we_are_wrapper .content_with_background {
  background-position: right 0px top;
}

.contact-us-wrapper .section_1 form .hs-form-field input:focus {
  color: #3e3e3e;
}

.widget-type-linked_image {width: 100%;}

.widget-type-linked_image img {
    width: 100%;
} 
/* MEDIA QUERY */
@media (min-width: 768px){
  .home-page-wrapper .section_4 .content_with_background .bottom_sec .content_sec .button_wrap {
    margin-bottom: 25px;
  }
}

@media (min-width: 981px){
  .community-sales-wrapper .section_1 {
    padding-top: 4%;
  }
  .community-sales-wrapper .section_4,
  .inspirations-wrapper .section_1,
  .inspirations-wrapper .section_3,
  .full-widthv2-wrapper .section_1,
  .full-widthv2-wrapper .section_3,
  .full-widthv2-wrapper .section_5,
  .top_btm_gap {
    padding:  4% 0;
  }
}

@media (min-width: 982px){
  .full-width-wrapper .section_2 .content_with_background {
    padding: 102px 0px;
  }
}

@media only screen and (min-width: 1712px){
  .community-sales-wrapper .section_1 {
    padding-top: 68px;
  }
  .community-sales-wrapper .section_4,
  .inspirations-wrapper .section_1,
  .inspirations-wrapper .section_3,
  .full-widthv2-wrapper .section_1,
  .full-widthv2-wrapper .section_3,
  .full-widthv2-wrapper .section_5,
  .top_btm_gap {
    padding: 68px 0;
  }
}
/* END MIN-WIDTH */





/* MAX-WIDTH */
@media (max-width: 980px) {
  .community-sales-wrapper .section_1 {
    padding-top: 50px;
  }
  .sea_creatures .sea_creatures_inner:nth-child(3n) {
    padding-bottom: 30px;
  }
}


@media screen and (max-width: 782px){
  .full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec ul ul li span {
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 0.5em;
  }
  .full-width-wrapper .section_2 .content_with_background .bottom_sec .content_sec ul ul a {
    display: block;
  }
}