*, *: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;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Bembo"; src: 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/BemboMTPro-Regular.woff2) format("woff2"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/BemboMTPro-Regular.woff) format("woff"); font-style: normal; font-weight: 400; font-display: auto; }

@font-face { font-family: "Bembo"; src:
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/BemboMTPro-Semibold.woff2) format("woff2"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/BemboMTPro-Semibold.woff) format("woff"); font-style: normal; font-weight: 500; font-display: auto; }

@font-face { font-family: "Bembo"; src: 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/BemboMTPro-Bold.woff2) format("woff2"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/BemboMTPro-Bold.woff) format("woff"); font-style: normal; font-weight: 700; font-display: auto; }

@font-face { font-family: "Font Awesome 5 Free"; src: 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/files/FontAwesome5Free-Regular.eot") format("embedded-opentype"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/FontAwesome5Free-Regular.woff2) format("woff2"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/FontAwesome5Free-Regular.woff) format("woff"),
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/FontAwesome5Free-Regular.ttf) format("truetype"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/FontAwesome5Free-Regular.svg) format("svg"); font-style: normal; font-weight: 400; font-display: block; }

@font-face { font-family: "Font Awesome 5 Free"; src: 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/files/FontAwesome5Free-Solid.eot") format("embedded-opentype"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/FontAwesome5Free-Solid.woff) format("woff"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
  url(https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/raw_assets/public/HarrowInternationalSchool_October2022/fonts/FontAwesome5Free-Solid.svg) format("svg"); font-style: normal; font-weight: 900; font-display: block; }

@font-face { font-family: "Gotham"; src: 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-Light_Web.woff2") format("woff2"), 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-Light_Web.woff") format("woff"); font-style: normal; font-weight: 300; font-display: auto; }

@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: url('https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-LightItalic_Web.woff2') format('woff2'), 
    url('https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-LightItalic_Web.woff') format('woff');
}

@font-face { font-family: "Gotham"; src: 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-Book_Web.woff2") format("woff2"), 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-Book_Web.woff") format("woff"); font-style: normal; font-weight: normal; font-display: auto; }

@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: normal;
  font-display: auto;
  src: url('https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-BookItalic_Web.woff2') format('woff2'), 
    url('https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-BookItalic_Web.woff') format('woff');
}

@font-face { font-family: "Gotham"; src: 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-Medium_Web.woff2") format("woff2"), 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-Medium_Web.woff") format("woff"); font-style: normal; font-weight: 500; font-display: auto; }

@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  font-display: auto;
  src: url('https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-MediumItalic_Web.woff2') format('woff2'), 
    url('https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-MediumItalic_Web.woff') format('woff');
}


@font-face { font-family: "Gotham"; src: 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-Bold_Web%20%281%29.woff2") format("woff2"), 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-Bold_Web%20%281%29.woff") format("woff"); font-style: normal; font-weight: 700; font-display: auto; }


@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: url('https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-BoldItalic_Web.woff2') format('woff2'), 
    url('https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/Gotham-BoldItalic_Web.woff') format('woff');
}

@font-face { font-family: eicons; src: 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/eicons.eot") format("embedded-opentype"), 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/eicons.woff2") format("woff2"), 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/eicons.woff") format("woff"), 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/eicons.ttf") format("truetype"), 
  url("https://22618592.fs1.hubspotusercontent-na1.net/hubfs/22618592/HarrowInternationalSchool_October2022/fonts/eicons.svg") format("svg"); font-style: normal; font-weight: 400; }






body {
  line-height: 1.5;
  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: 18px;
  margin: 0 0 1.5em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.67em 0
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 0px solid;
  margin: 0 1.5em;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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: block;
  font: 400 13px/100% "Bembo", Sans-serif;
  color: #5F5F5F;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  display: block;
  font: 400 13px/100% "Bembo", Sans-serif;
  color: #5F5F5F;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Inputs */

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border: solid 0.0625rem #e6e6e6;
  box-sizing: border-box;
  border-radius: 0.1875rem;
  padding: 17.6px 1rem;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  color:#404040;
  font-family: "Bembo", Sans-serif;
}

input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  letter-spacing: normal;
  color: inherit;
}

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:#cc0000;
}

.hs-error-msgs label {
  color: #cc0000;
  font-size: 0.875rem;
  margin-top: 1rem;
}

/* Submit button */

.button,
button, form .hs-button, form input[type=submit]{
  cursor:pointer;
}

form input[type=submit],
form .hs-button,
button,
.button{
  fill: #fff;
  color: #fff;
  background-color: #001844;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 50px 15px 50px;
  font-family: "Bembo", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  width: auto;
  display: inline-block;
  line-height: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  white-space:normal;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin:10px 0 15px;
  cursor:pointer;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:active,
form .hs-button:active,
button:active,
.button:active{
  background-color: #89764b;
}

/* 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;
}
section.header-top {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #FFFFFF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 98;
}

.top-wrap{
  min-height:39px;
}

.header-top-wrap {
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.header-top-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-left-col {
  padding: 8px 8px 8px 8px;
}

.header-left-col,
.header-lang-col,
.header-right-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.header-lang-switcher {
  width: 100%;
}

nav.header-lang-switcher ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  line-height: normal;
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
nav.header-lang-switcher ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

nav.header-lang-switcher ul li:first-child a{
  font-family: Sans-serif;
  letter-spacing: 4.9px;
}
nav.header-lang-switcher ul li:nth-child(2) a{
  letter-spacing: 1px;
}

.custom-header {
  min-height: 145px;
}

nav.header-lang-switcher ul li:last-child, nav.header-lang-switcher ul li:last-child > a {
  font-weight: 700 !important;
  font-family: sans-serif;
}

nav.header-lang-switcher ul li a {
  font-family: gotham;
  font-size: 12px;
  font-weight: 600;
  color: #001643;
  fill: #001643;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 8px 20px;
  font-family:Gotham,sans-serif;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

nav.header-lang-switcher ul li:first-child:before {
  display:none;
}

nav.header-lang-switcher ul li:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
  background: #001743;
}

.search-form {
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.search-form-container {
  width: 100%;
}

.search-form__container {
  background-color: #89764B;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  border: 0 solid transparent;
}

.search-form__container .search-form__input {
  padding-left: calc(38px / 3);
  padding-right: calc(38px / 3);
  color: #FFFFFF!important;
  fill: #FFFFFF;
  margin: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;                                                                 
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 400;
  font-family: Bembo,Sans-serif;
}

button.search-form__submit {
  min-width: 38px;
  background-color: #89764B;
  font-weight: 400;
  font-family: Bembo,Sans-serif;
  color: #fff;
  border: none;
  margin: 0;
  border-radius: 0;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1;
  -webkit-transition: color .2s,background .2s;
  -o-transition: color .2s,background .2s;
  transition: color .2s,background .2s;
}

.fa-search:before {
  content: "\f002";
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.search-form__container .search-form__input::placeholder {
  color: inherit;
  opacity: .6;
}

section.header-logo-wrapper {
  position: absolute;
  top: 40px;
  width: 150px;
  left: 50% !important;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  z-index: 998;
}

.header-logo a{
  display: inline-block;
  text-align: center;
}

.header-logo img {
  vertical-align: middle;
  display: inline-block;
  max-width: 80%;
  width: 100%!important;
  height: auto;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-bottom {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /*   margin-top: 39px; */
  background: #001844;
  position: relative;
}
.header-bottom-left-column, .header-bottom-right-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bottom-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.header-bottom-left-wrap {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 95px 0px 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.header-nav {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px 30px 0px;
}

.custom-menu-primary {
  width: 100%;
  position: relative;
}
.header-bottom-left-wrap .custom-menu-primary ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-bottom-right-wrap .custom-menu-primary ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-left: auto;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

nav.header-lang-switcher ul li a:hover {
  color: #89764b;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  font-size: 16px;
  padding: 13px 15px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
  color: #FFFFFF;
  fill: #FFFFFF;
  font-family: "Gotham", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
  left: 0px;
  margin-left: 0;
  z-index: 10000;
  margin-top: 0;
  min-width: 10em;
  max-width: 1000px;
  background: linear-gradient(to bottom, #001844, rgba(0, 24, 68, 0.72));
  padding: 0 10px;
  border-top: 1px #89764b solid;
  top: 100%;
  position: absolute;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  color: #fff;
  padding: 10px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: none;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
  font-size: 14px;
  white-space: inherit;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "Gotham", Sans-serif;
  -webkit-transition: .4s;
  -o-transition: .4s;
  line-height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 8px solid transparent;
  transition: .4s;
}

span.sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
span.sub-arrow i.fas.fa-chevron-down {
  font-size: .7em;
  pointer-events: none;
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a, 
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a, 
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul ul ul>li:hover>a,
.custom-menu-primary .hs-menu-wrapper>ul ul ul>li.active>a{
  color: #89764b;
  background: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a .sub-arrow i {
  font-size: .7em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
  position:relative;
}

/* nav.header-lang-switcher ul li:last-child a {
font-family: Yu Gothic;
font-family: 'Gotham,sans-serif';
font-weight: 600;
} */

.custom-menu-primary .hs-menu-wrapper>ul ul ul>li>a {
  border-left: 16px solid transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  display: none;
  left: 0px;
  margin-left: 195px;
  z-index: 10000;
  margin-top: -41px;
  min-width: 10em;
  max-width: 1000px;
  background: linear-gradient(to bottom, #001844, rgba(0, 24, 68, 0.72));
  padding: 0 10px;
  border-top: 1px #89764b solid;
  top: 100%;
  position: absolute;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul ul ul>li>a {
  border-left: 16px solid transparent;
}

.menu-toggle {
  display: none;
}

[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-lang-col.mobile {
  display: none;
}

.eicon-menu-bar:before {
  content: '\e816';
}

.menu-toggle .eicon-close {
  display: none;
}

.menu-toggle .eicon-close:before {
  content: '\e87f';
}

.mobile-menu-primary {
  margin-top: 0px;
  padding: 20px 20px 80px 20px;
  background: linear-gradient(to bottom, #001844, rgba(0, 24, 68, 0.72));
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0;
  position: absolute;
  z-index: 9997;
  -webkit-transition: max-height .3s,-webkit-transform .3s;
  transition: max-height .3s,-webkit-transform .3s;
  -o-transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow-y: hidden;
  font-size: 13px;
  top: 39px;
  width: 100%;
  left: 0px;
}
.mobile-menu-primary .hs-menu-wrapper>ul{
  position: relative;
  z-index: 2;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.open-menu .mobile-menu-primary {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 100vh;
  overflow-y: auto;
}
.mobile-menu-primary.hs-menu-wrapper>ul>li,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li{
  position: relative;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>a{
  font-size: 14px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  position: relative;
  color: #FFFFFF;
  padding: 10px 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a{
  background-color: #55595c;
  color: #fff;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li.active>a{
  color: #ac9c72;
  background: transparent;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul{
  padding: 0;
  width: auto;
  display: none;
  list-style: none;
  margin: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: transparent;
  font-weight: 600;
  font-size: 15px !important;
  border-top: #a39161 solid 1px;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a,
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Montserrat", Sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  font-size: .85em;
  text-shadow: none;
  border-left: 8px solid transparent;
  padding: 10px 20px;
  line-height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
.open-menu .menu-toggle .eicon-menu-bar {
  display: none;
}

.open-menu .menu-toggle .eicon-close {
  display: block;
}

.header-lang-col.desktop {
  align-content: center;
  align-items: center;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>a.child-open {
  color: #ac9c72;
  background: transparent;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a.child-open {
  background-color: #55595c;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  border-left: 16px solid transparent;
}

section.header-bottom.lp-header-bottom {
  height: 106px;
}
.scroll-header section.header-bottom.lp-header-bottom {
  height: 62px;
}
.header-right-col>div {
  width: 100%;
}


.mobile-menu-primary .hs-menu-wrapper ul li a:focus {
  outline: thin dotted;
}
@media (min-width: 768px){
  .header-left-col {
    width: 33.333%;
  }
  .header-lang-col {
    width: 37.43%;
  }
  .header-right-col {
    width: 28.869%;
  }
  .header-bottom-left-column, .header-bottom-right-column {
    width: 50%;
  }
}

@media (min-width: 1025px){

  section.header-logo-wrapper {
    width: 150px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    width: 215px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .scroll-header .header-nav {
    padding: 6px 0px;
    transition: all 0.6s ease;
  }
  .scroll-header section.header-bottom {
    top: 40px;
    transition: all 0.6s ease;
    background-color: #ffffff !important;
    border-top: solid #89764b 2px;
    border-bottom: solid #89764b 2px;
    position: fixed;
    width: 100%;
    z-index: 99;
    margin-top: -1px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    color: #89764b;
    text-shadow: none;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
    color: #001844;
  }
  .scroll-header section.header-logo-wrapper {
    position: fixed;
    width: 100px !important;
    top: 0px;
  }

}

@media (min-width: 1279px){
  .header-bottom-right-wrap {
    margin-left: 95px;
  }
}

@media (min-width: 1281px){
  section.header-logo-wrapper {
    width: 180px !important;
  }
  .header-bottom-left-wrap {
    margin-right: 95px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
    font-size: 13px;
  }
}

@media (min-width: 1441px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
    font-size: 14px;
  }
}

@media (min-width: 1600px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size: 16px;
    padding: 13px 20px;
  }
}

@media (max-width: 1024px){

  .open-menu section.header-logo-wrapper {
    transition: all 0.6s ease;
    top: -150px;
  }
  section.header-bottom.lp-header-bottom {
    height: 40px;
  }
  .header-left-col {
    position: inherit;
  }
  .header-lang-col.desktop {
    display: none;
  }
  .header-lang-col.mobile {
    display:block;
    width:100%;
  }
  .header-left-col {
    width: 65%;
    padding:0;
  }
  .header-right-col {
    width: 35%;
  }
  section.header-top {
    background-color: #AC9C72;
  }
  .menu-toggle {
    display: block;
    padding: 0 0.25em !important;
    color: #FFFFFF;
    margin-right: auto;
    background-color: rgba(69, 62, 62, 0);
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
  }
  .search-form__container {
    background-color: #AC9C72;
  }
  .header-bottom-left-column, .header-bottom-right-column {
    display: none;
  }
  section.header-logo-wrapper {
    top: 0px;
    position: fixed;
    transition-delay: 0;
    transition: none;
  }
  section.header-logo-wrapper {
    width: 120px;
  }
  .header-logo img {
    width: 150px!important;
  }
  .header-bottom {
    background: transparent!important;
  }
  section.header-bottom {
    padding: 0px 20px 0px 20px;
  }
  .header-bottom-wrap {
    min-height: 40px;       
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  nav.header-lang-switcher ul li a {
    font-size: 12px!important;
  }
  .header-top-wrap{
    min-height:39px;
  }
  .custom-header {
    min-height: 79px;
  }
}

@media (max-width: 768px){
  section.header-logo-wrapper {
    width: 81px;
  }
  section.header-bottom {
    top: 39px;
    position: fixed;
    z-index: 10;
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px){
  nav.header-lang-switcher ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.header-bottom {
    padding: 3px 10px 3px 10px;
  }
  .header-bottom-wrap {
    min-height: 0;
  }
  .search-form__container .search-form__input {
    font-size: 12px;
  }
  section.header-bottom.lp-header-bottom {
    height: 42px;
  }
  .custom-header {
    min-height: 81px;
  }
}
.back-top-wrap {
  position: relative;
}

.back-top {
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  width: 100%;
}

.back-top a {
  bottom: auto;
  height: 0;
  padding: 0;
  text-indent: -9999px;
  top: 0;
  width: 24px;
  margin-left: -12px;
  position: absolute;
}

.back-top a:before {
  border-left: 22px inset transparent;
  border-right: 22px inset transparent;
  border-bottom: 22px solid #0c2340;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 0;
  z-index: 9;
}

.back-top a:after {
  border-left: 8px inset transparent;
  border-right: 8px inset transparent;
  border-bottom: 8px solid #89764b;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
  z-index: 10;
  transition: border-color 0.3s ease-out;
}

.back-top a:hover:after {
  border-bottom: 8px solid #fff;
}

section.footer-top {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #A39163;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -1px;
  margin-bottom: 0px;
  padding: 3% 5% 3% 5%;
  background-color: #001643;
  position: relative;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}

.footer-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-logo {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.footer-column1,
.footer-column2,
.footer-column3,
.footer-column4{
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  min-height: 1px;
  display: flex;
}

.footer-column1 .footer-column-wrap {
  padding: 0;
}

.footer-logo img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  width: 80%!important;
}

.footer-address {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  width: 100%;
  font-family: Bembo,sans-serif;
  position: relative;
}
.footer-address p {
  font-family: "Bembo", "Noto Serif SC", Sans-serif;
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 1.5em;
}

.footer-column-wrap {
  padding: 0 2%;
  width: 100%;
}

.campus_location_title, .get_in_touch_title, .follow_us_title, .policy_title  {
  color: #89744F;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Gotham, Sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.heading-container {
  margin-bottom: 20px;
}

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

.footer-column4 .heading-container {
  text-align: center;
}



.footer-social-column {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  margin: 0;
  padding: 0;
  position: relative;
}



.footer-menu ul li a{
  font-weight: 400;
  line-height: 1.5em;
  color: #fff;
  font-family: Bembo,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

section.footer-social-wrap {
  padding: 0px 30px 0px 30px;
  width: 100%;
  position: relative;
}
.footer-social-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social-column a {
  display: inline-block;
}

.footer-social-column a img{
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;

}

.footer-social-column-wrap {
  padding: 5px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.footer-bottom {
  background-color: #041632;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}


section.footer-link-fixed {
  position: fixed;
  top: 280px;
  right: 0px;
  z-index: 9999;
}

footer.footer-bottom .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  element.style {
  }
  .footer-link-container {
    position: relative;
    width: 100%;
    padding: 10px;
  }
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-coloumn-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-copyright {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}

.footer-copyright>div {
  width: 100%;
}

.footer-copyright p {
  color: #5A606D;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Gotham", Sans-serif;
}

.footer-link-container {
  position: relative;
  width: 100%;
  padding: 10px;
}

.footer-link-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-link-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 215px;
  margin-bottom: 2px;
  background-color: #001643;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  font-size: inherit;
  margin: 0;
  position: relative;
  right: -175px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.footer-link-container ul li:hover {
  right: -10px;
  cursor: pointer;
  background-color: #89764b;
}

.footer-link-container ul li a {
  color: #ffffff;
  font-size: 12px;
  font-family: "Gotham", Sans-serif;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.footer-link-container ul li a span.icon-list-icon i {
  width: 1.25em;
  font-size: 20px;
  color: #ffffff;
}

.footer-link-container ul li a span.icon-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-link-container ul li a span.icon-list-text {
  padding-left: 15px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa-envelope:before {
  content: "\f0e0";
}

.footer-menu.contact {
  margin-bottom: 20px;
}

@media (min-width: 768px){
  .footer-column1 {
    width: 25%;
  }
  .footer-column2{
    width: 30%;
  }
  .footer-column3 {
    width: 20%;
  }
  .footer-column4{
    width: 25%;
  }
}


@media (max-width: 1440px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 13px 12px;
    font-size: 14px;
  }

}

@media (max-width: 1280px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a  {
    padding: 13px 7px;
  }
  nav.header-lang-switcher ul li a {
    font-size: 10px;
    font-weight: 600;
  }
}

@media (max-width: 1279px) and (min-width: 1025px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a   {
    font-size: 12px;
  }
  .header-bottom-left-wrap {
    margin-right: 80px;
  }
  .header-bottom-right-wrap {
    margin-left: 80px;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .footer-column1, 
  .footer-column2, 
  .footer-column3, 
  .footer-column4{
    width: 25%;
  }
}

@media (max-width: 1024px){
  section.footer-top {
    padding: 20px 20px 20px 20px;
  }
  footer.footer-bottom .container {
    padding: 0px 20px 0px 20px;
  }
  .footer-column1 .footer-column-wrap {
    margin: 0px 0px 40px 0px;
  }
  .footer-logo img {
    width: 64%!important;
  }
  section.footer-social-wrap{
    padding:0;
  }
  .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-bottom{
background-color:#fff!important;
}
}

@media (max-width: 767px){
  section.footer-top {
    padding: 40px 15px 40px 15px;
  }
  .footer-logo img {
    width: 70%!important;
  }
  .heading-container {
    text-align: center;
  }
  .footer-menu ul li a{
    justify-content: center;
  }
  .footer-menu {
    padding: 0px 0px 50px 0px;
    margin: 0;
  }
  section.footer-social-wrap {
    padding: 0px 40px 0px 40px;
  }
  .footer-social-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-social-column-wrap {
    justify-content: center;
  }
  .footer-coloumn-row {
    margin: 0px 0px 50px 0px;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-link-container {
    padding: 0;
  }
}



@media (max-width: 580px){
  section.footer-link-fixed {
    bottom: 0;
    left: 0px;
    top: inherit;
  }
  .footer-link-container ul{
    background: #041632;
  }
  .footer-link-container ul li{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    background-color: #041632;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 5px;
    right: 0;
    transition: none;
    text-align: center;
  }
  .footer-link-container ul li a,
  .footer-link-container ul li a span.icon-list-icon,
  .footer-link-container ul li a span.icon-list-text{
    width: initial;
    display: inline-block;
    vertical-align: middle;
  }
  .footer-link-container ul li a span.icon-list-text {
    padding-left: 0;
    font-size: 12px;
  }
}
