*, *:before, *:after {
  box-sizing: border-box;
}
/*normalize.css*/
/*! 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;
}
/*layout.css*/
/* 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 ;
    }
}
/*containers-dnd.css*/
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}


.banner-section .dnd-section,.banner-section .content-wrapper--vertical-spacing{
padding:0;
}



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

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

.banner-section .dnd-section>.row-fluid{
padding:0;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*typography.css*/
@font-face { 
  font-family: "source-serif-pro";
  src: url("https://use.typekit.net/af/ac5663/00000000000000007735a458/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/ac5663/00000000000000007735a458/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/ac5663/00000000000000007735a458/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; font-weight: 400; font-display: auto;
}

@font-face { 
  font-family: "source-sans-pro"; 
  src: url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
  url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
  url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; font-weight: 700; font-display: auto; 
}

@font-face { 
  font-family: "source-sans-pro"; 
  src: url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
  url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
  url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; font-weight: 400; font-display: auto; 
}

@font-face {
 font-family: "Font Awesome 5 Brands";
  src: url(//9415207.fs1.hubspotusercontent-na1.net/hubfs/9415207/raw_assets/public/AIB_International_October2021/fonts/fa-brands-400.woff2) format('woff2'),
    url(//9415207.fs1.hubspotusercontent-na1.net/hubfs/9415207/raw_assets/public/AIB_International_October2021/fonts/fa-brands-400.woff) format('woff'),
     url(//9415207.fs1.hubspotusercontent-na1.net/hubfs/9415207/raw_assets/public/AIB_International_October2021/fonts/fa-brands-400.ttf) format('truetype');
  font-style: normal; font-weight: normal;
}

@font-face {
 font-family: "Font Awesome 5 Free";
  src: url(//9415207.fs1.hubspotusercontent-na1.net/hubfs/9415207/raw_assets/public/AIB_International_October2021/fonts/fa-solid-900.woff2) format('woff2'),
    url(//9415207.fs1.hubspotusercontent-na1.net/hubfs/9415207/raw_assets/public/AIB_International_October2021/fonts/fa-solid-900.woff) format('woff'),
     url(//9415207.fs1.hubspotusercontent-na1.net/hubfs/9415207/raw_assets/public/AIB_International_October2021/fonts/fa-solid-900.ttf) format('truetype');
 font-style: normal; font-weight: 900;
}



body {
 font-family: "source-sans-pro",sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6E6665;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  
  margin: 0 0 1.4rem;
}

/* 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;
  font-weight: 600;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 45px;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* 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  forms.css*/

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

/* Labels */

form label {
    font-family: "source-sans-pro",sans-serif;
    font-weight: 700;
    color: #231f20;
    padding-right: 10px;
    margin: 0;
}

.hs-search-module a.hs-button.primary {
  margin-top: 17px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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, .hs-input, input[type="password"] {
    width: 100% !important;
    color: #6E6665;
    font-family: "source-sans-pro",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    border: 1px solid rgba(203,197,197,0.5);
    background-color: rgba(203,197,197,0.15);
    padding: 10px 15px;
    outline: none;
}


.hs-button {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-decoration: none;
    padding: 16px 30px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "source-sans-pro",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    overflow: hidden;
    vertical-align: bottom;
    border: none;
    color: #fff;
    background-color: #D30B55;
    outline: none;
/*    white-space: pre-wrap;*/
}

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;
  line-height: 1.1rem;
  margin: 0 0 .5rem;
}

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_error_rollup label {
  color: red;
} 

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

/* Submit button */

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

.hs-submit .actions {
margin-top: 5px;
margin-bottom: 15px;
padding: 0px 0px;
}
/* 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 container */



header.landing-header {
  min-height: 100px;
}

.landing-header #main_navigation_container {
  min-height: 100px;
}

header.site-header.landing-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header img {
  position: relative;
  top: 58px;
}


/*For the landing page/no navigation header*/
header.site-header.landing-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header.no-navigation img {
  position: static;
  display:block; 
  margin: 10px auto;
  max-height: 55px;
}


footer .footer-info .footer_info_column .footer_info_container p:last-of-type span:first-of-type:after {
  content: '-';
  display: inline-block;
  margin: 0 4px;
}

footer .footer-info .footer_info_column .footer_info_container p:last-of-type span:nth-of-type(2):after {

  content: ',';
  display: inline-block;
  margin: 0 4px 0 0;
}
footer .footer-info .footer_info_column .footer_info_container p:last-of-type span:nth-of-type(4):after {
  content: ',';
  display: inline-block;
  margin: 0 4px 0 0;
}

header.site-header {
  position: relative;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 26px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 16px 26px 0 rgb(0 0 0 / 5%);
}

header.site-header .navigation-top {
  background-color: rgba(203,197,197,0.15);
  text-align: right;
  position: relative;
  z-index: 101;
}

header.site-header .navigation-top .navigation-top-column {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / 12) * 12);
  flex: 0 0 calc((100% / 12) * 12);
  max-width: calc((100% / 12) * 12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.site-header .navigation-top .navigation-top-column .language_menu {
  display: none;
  border-right: 1px solid #CBC5C5;
}

header.site-header .navigation-top .navigation-top-column .language_menu ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

header.site-header .navigation-top .navigation-top-column .language_menu ul>li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

header.site-header .navigation-top .navigation-top-column .language_menu ul>li>a {
  display: block;
  text-transform: capitalize;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 0;
  text-align: center;
  color: #6E6665;
  font-family: "source-sans-pro",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 12px;
  background-color: transparent;
  cursor: pointer;
}

header.site-header .navigation-top .navigation-top-column .top_right_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

header.site-header .navigation-top .navigation-top-column .top_right_navigation a, header.site-header .navigation-top .navigation-top-column .top_right_navigation button {

  text-transform: capitalize;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 0;
  text-align: center;
  color: #6E6665;
  font-family: "source-sans-pro",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 16px;
  border-right: 1px solid #CBC5C5;
  background-color: transparent;
  cursor: pointer;
}
header.site-header .navigation-top .navigation-top-column .top_right_navigation .phone {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #C71C48;
  text-align: left;
}
header.site-header .navigation-top .navigation-top-column .top_right_navigation a span, header.site-header .navigation-top .navigation-top-column .top_right_navigation button span {
  margin-right: 7px;
  color: #6E6665;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
span[class^="fa-"], span[class*=" fa-"] {
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: 900;
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-user:before {
  content: "\f007";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
header.site-header .navigation-top .navigation-top-column .top_right_navigation button {
  outline: none;
  border: none;
}
header.site-header .navigation-top .navigation-top-column .top_right_navigation button:last-child {
  border-right: none;
}
header.site-header .navigation-top .navigation-top-column .top_right_navigation button span {
  margin-right: 10px;
  color: #6e6665;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
header.site-header .navigation-top .navigation-top-column .top_right_navigation .search-toggle span {
  margin-right: 0;
}
.fa-search:before {
  content: "\f002";
}
#searchform {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#searchform.open {
  opacity: 1;
  pointer-events: auto;
}
#searchform .search-overlay {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
#searchform .close_search_container {
  position: absolute;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
#searchform .searchform {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 30px;
  max-width: 990px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#searchform .close_search_container .logo_container img {
  display: block;
  width: auto;
  height: 100%;
  vertical-align: middle;
  max-height: 41px;
}
#searchform .close_search_container .close-search {
  position: relative;
  padding: 25px;
  color: #8A8281;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
#searchform .close_search_container .close-search:before, #searchform .close_search_container .close-search:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  background-color: #6E6665;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#searchform .close_search_container .close-search:before {
  -webkit-transform: rotate(
    -45deg);
  transform: rotate(
    -45deg);
}
#searchform .close_search_container .close-search:after {
  -webkit-transform: rotate(
    45deg);
  transform: rotate(
    45deg);
}
#searchform .searchform {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 30px;
  max-width: 990px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#searchform .form-group {
  width: 100%;
  margin-bottom: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#searchform.open .form-group {
  -webkit-filter: blur(0);
  filter: blur(0);
}
#searchform .form-group label {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
#searchform .form-group input#s {
  border: none;
  display: block;
  width: 100%;
  opacity: 1;
  margin: 0 auto;
  padding: 20px 60px 20px 0 !important;
  border-bottom: 1px solid #CBC5C5;
  color: #8A8281;
  font-family: "source-serif-pro",sans-serif;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
}
#searchform .form-group .input-group-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#searchform .form-group .input-group-btn .search-go {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  top: 0;
  font-size: 30px;
  color: #FF5959;
  line-height: 1;
  margin: 0;
  padding: 20px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa, .fab, .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;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fas {
  font-weight: 900;
}
.fa-search:before {
  content: "\f002";
}
header.site-header #main_navigation_container {
  background-color: #fff;
  display: block;
  padding: 0;
}
header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / 12) * 12);
  flex: 0 0 calc((100% / 12) * 12);
  max-width: calc((100% / 12) * 12);
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  /*     display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}
header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header a.navbar-brand {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
}

header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header  img {
  display: block;
  width: auto !important;
  height: 100%;
  vertical-align: middle;
  max-height: 41px;
}
header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle {
  display: inline-block;
  position: relative;
  background: transparent;
}
header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex {
  width: 40px;
  height: 25px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  border: none;
}

header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #C71C48;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  left: 0;
}

header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.top {
  top: 0px;
}
header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.middle-left {
  top: 10px;
  left: 0;
  width: 50%;
}
header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.middle-right {
  top: 10px;
  left: auto;
  right: 0;
  width: 50%;
}

header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.bottom {
  top: 20px;
}

#primary-nav-mega {
  display: none;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / 12) * 12);
  flex: 0 0 calc((100% / 12) * 12);
  max-width: calc((100% / 12) * 12);
  position: static;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

header.site-header #main_navigation_container .oms_row.navbar-row-main #primary-nav-mega {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#mega-menu-wrap-primary-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-row, #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-column, #mega-menu-wrap-primary-menu #mega-menu-primary-menu a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu span.mega-menu-badge {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-primary-menu {
  border-radius: 0;
}

#primary-nav-mega #mega-menu-wrap-primary-menu {
  background: transparent;
  position: static;
  width: 100%;
  clear: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#mega-menu-wrap-primary-menu .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #222;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}




@media(min-width:992px){
  header.site-header .navigation-top .navigation-top-column .language_menu {
    display: block;
  }
  header.site-header .navigation-top .navigation-top-column .top_right_navigation .phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header {
    padding: 15px;
  }
  
  header.site-header.landing-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header.no-navigation img {
    margin: 20px auto;
  }
  header.landing-header {
    min-height: 90px;
}

@media(min-width:1200px){
  #searchform .close_search_container .logo_container img {
    max-height: 60px;
  }
  header.site-header #main_navigation_container>.oms_container {
    display: block;
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 3);
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3);
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header {
    padding: 0 5px;
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header  img {
    max-height: 60px;
  }


  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button {
    display: none;
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle {
    display: none;
  }
  #primary-nav-mega {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main #primary-nav-mega {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 9);
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9);
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main #primary-nav-mega {
    position: static;
  }
}

#mobile-nav {
  display: none;
  width: 100%;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  left: 0px;
}
#mobile-nav:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #f2f2f2;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media(min-width:1201px){

  nav.navigation-primary>ul.level-1>li.has-submenu:hover>a:before {


    content: '';

    border-top: 15px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    color: $black-light;
    transform: translate(-50%, 100%);
  }

  .header_button a:before {
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    color: rgba(255,255,255,0.6);
    font-family: "Font Awesome 5 Free",sans-serif;
    font-weight: 900;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: '\f061';
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free",sans-serif;
    font-weight: 900;
    right: 5px;
    opacity: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header_button a:before {
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    color: rgba(255,255,255,0.6);
    font-family: "Font Awesome 5 Free",sans-serif;
    font-weight: 900;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: '\f061';
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free",sans-serif;
    font-weight: 900;
    right: 5px;
    opacity: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header_button a:hover:before {
    right: 15px;
    opacity: 1;
  }

  .header_button a:hover {
    padding: 11px 30px 11px 10px !important;
    background-color: #eb0c5f;
  }

}


@media(max-width:1200px){
  #mobile-nav {
    margin: 0;
  }
  #mobile-nav ul, #mobile-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
  }
  #mobile-nav ul.submenu.level-1>li, #mobile-nav .top-right-nav>li  {
    width: 100%;
    text-align: left;
    background-color: #F7F7F7;
    border-bottom: 1px solid rgba(110,102,101,0.1);
  }
  #mobile-nav ul.submenu.level-1>li>a, #mobile-nav .top-right-nav>li>a {
    display: block;
    padding: 20px 20px;
    -webkit-transition: none;
    transition: none;
    color: #231f20;
    font-family: "source-sans-pro",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
  }
  #mobile-nav li.oms-dropdown>[data-toggle="oms-dropdown"] {
    cursor: pointer;
    color: #FF5959;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px 42px;
    font-size: 20px;
    line-height: 12px;
    text-align: left;
  }
  #mobile-nav li.oms-dropdown>[data-toggle="oms-dropdown"].open-section:before {
    content: '\f0d7';
    display: inline-block;
    font-family: "Font Awesome 5 Free",sans-serif;
    font-weight: 900;
    color: #FF5959;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #mobile-nav li.oms-dropdown>[data-toggle="oms-dropdown"].open-section:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 65%;
    width: 1px;
    background-color: rgba(110,102,101,0.2);
  }
  #mobile-nav li ul {
    display: none;
    position: relative;
    width: 100%;
    border: none;
    float: none;
    top: 0;
    padding: 0;
    border-radius: 0;
    background-color: #EDECEC;
    padding: 26px 0;
  }
  #mobile-nav li>a {
    display: block;
    padding: 20px 20px;
    -webkit-transition: none;
    transition: none;
    color: #231f20;
    font-family: "source-sans-pro",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
  }
  .header_button {
    padding: 20px;
    width: 100%;
    text-align: left;
    background-color: #F7F7F7;
    border-bottom: 1px solid rgba(110,102,101,0.1);
    margin-bottom: 0;
  }

  .header_button a {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: bottom;
    border: none;
    background-color: #D30B55;
    padding: 12px 40px !important;
    max-width: 340px;
    margin: 0 auto;
    color: #fff !important;
    display: block;
    padding: 20px 20px;
    -webkit-transition: none;
    transition: none;
    color: #231f20;
    font-family: "source-sans-pro",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-align:center;
    white-space: nowrap;
  }
  #mobile-nav li.oms-dropdown>[data-toggle="oms-dropdown"] {
    cursor: pointer;
    color: #FF5959;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px 42px;
    font-size: 20px;
    line-height: 12px;
    text-align: left;
  }
  #mobile-nav ul.submenu.level-1>li.has-submenu i {
    font: normal normal normal 14px/1 FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    cursor: pointer;
    color: #FF5959;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px 42px;
    font-size: 20px;
    line-height: 12px;
    text-align: left;
  }

  #mobile-nav ul.submenu.level-1>li.has-submenu i:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 65%;
    width: 1px;
    background-color: rgba(110,102,101,0.2);
  }

  #mobile-nav ul.submenu.level-1>li.has-submenu i:before {
    content: '\f0d7';
    display: inline-block;
    font-family: "Font Awesome 5 Free",sans-serif;
    font-weight: 900;
    color: #FF5959;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .openmenu header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.top {
    -webkit-animation: mobile-top-bar-x .5s .2s forwards;
    animation: mobile-top-bar-x .5s .2s forwards;
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.middle-left {
    -webkit-animation: mobile-middle-bar-left .5s .2s forwards;
    animation: mobile-middle-bar-left .5s .2s forwards;
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.middle-right {
    -webkit-animation: mobile-middle-bar-right .5s .2s forwards;
    animation: mobile-middle-bar-right .5s .2s forwards;
  }
  .openmenu header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.middle-left {
    -webkit-animation: mobile-middle-bar-left-x .5s 0s forwards;
    animation: mobile-middle-bar-left-x .5s 0s forwards;
  }

  .openmenu header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.middle-right {
    -webkit-animation: mobile-middle-bar-right-x .5s 0s forwards;
    animation: mobile-middle-bar-right-x .5s 0s forwards;
  }

  .openmenu header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.bottom {
    -webkit-animation: mobile-bottom-bar-x .5s .2s forwards;
    animation: mobile-bottom-bar-x .5s .2s forwards;
  }
  .openmenu header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.middle-left {
    left: -10px;
    opacity: 0
  }
  .openmenu header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header .navbar-button .oms-navbar-toggle.collapse-to-ex .bar.middle-right {
    right: -10px;
    opacity: 0
  }
  #mobile-nav li ul.submenu.level-2 {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    border: none;
    float: none;
    top: 0;
    padding: 0;
    border-radius: 0;
    background-color: #EDECEC;
    padding: 26px 0;
  }

  #mobile-nav li ul.submenu.level-2>li {
    position: relative;
    text-align: left;
    margin: 20px 0 0 0;
    padding-left: 20px;
  }

  #mobile-nav li ul.submenu.level-2>li:first-child {
    margin: 0;
  }

  #mobile-nav li ul.submenu.level-2>li>a {
    display: block;
    padding: 10px 18px;
    -webkit-transition: none;
    transition: none;
    color: #231f20;
    font-family: "source-sans-pro",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
  }

  #mobile-nav li ul.submenu.level-3 {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    border: none;
    float: none;
    top: 0;
    padding: 0;
    border-radius: 0;
    top: 0;
    padding: 0;
    background-color: transparent;
    display: block;
  }

  #mobile-nav li ul.submenu.level-3>li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #mobile-nav li ul.submenu.level-3>li>a {
    display: block;
    padding: 7px 18px;
    letter-spacing: 0;
    -webkit-transition: none;
    transition: none;
    color: #6E6665;
    font-family: "source-sans-pro",sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 96.5px !important; /* Button width */
    min-width: 55px !important;
    height: 61px !important; /* Button height */  
    padding: 0 !important;
    z-index:9999;

  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #mobile-nav ul.submenu.level-1>li.has-submenu.open_child i:before {
    -webkit-transform: rotate( 
      180deg);
    transform: rotate( 
      180deg);
  }
  #mobile-nav li ul.submenu.level-2>li>a:hover {
    text-decoration: underline;
  }

  #mobile-nav li ul.submenu.level-3>li>a:hover {
    text-decoration: underline;
  }
  #mobile-nav li>a:hover {
    text-decoration: underline;
  }
  header .hs_cos_wrapper_type_logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: left;
  }
  header.site-header #main_navigation_container .oms_row.navbar-row-main .oms-navbar-header{
    display:flex;
  }
}

@media(max-width:991px){

  header.site-header .navigation-top .navigation-top-column .top_right_navigation a:nth-of-type(2), 
  header.site-header .navigation-top .navigation-top-column .top_right_navigation a:nth-of-type(3){
    display:none;
  }
}

@media(max-width:320px){
  form, .submitted-message {
    margin-bottom: 30px;
  }
}
.textwidget a {
  color: #C71C48;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.textwidget a:hover {
  text-decoration: underline;
}

@keyframes mobile-top-bar-x {
  0% {
    margin-bottom: 10px;
    transform: rotate(0);
  }
  70% {
    position: absolute;
    top: 10px;
    transform: rotate(0);
  }
  100% {
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
  }
}
@keyframes mobile-middle-bar-left-x {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: - 20px;
    opacity: 0;
  }
}
@keyframes mobile-middle-bar-right-x {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: - 20px;
    opacity: 0;
  }
}
@keyframes mobile-bottom-bar-x {
  0% {
    margin-bottom: 10px;
    transform: rotate(0);
  }
  70% {
    position: absolute;
    top: 10px;
    transform: rotate(0);
  }
  100% {
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
  }
}

@keyframes mobile-top-bar {
  0% {
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
  }
  30% {
    position: absolute;
    top: 10px;
    transform: rotate(0);
  }
  100% {
    margin-bottom: 10px;
    transform: rotate(0);
  }
}
@keyframes mobile-middle-bar-left {
  0% {
    opacity: 0;
    left: -20px;
  }
  50%{
    opacity: 1;
    left: -20px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes mobile-middle-bar-right {
  0% {
    opacity: 0;
    right: -20px;
  }
  50%{
    opacity: 1;
    right: -20px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes mobile-bottom-bar {
  0% {
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
  }
  30% {
    position: absolute;
    top: 10px;
    transform: rotate(0);
  }
  100% {
    margin-bottom: 10px;
    transform: rotate(0);
  }
}

.textwigthwrap {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 16px 26px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 16px 26px 0 rgb(0 0 0 / 5%);
}

.textwigthwrap p {
  font-family: "source-sans-pro",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6E6665;
  margin: 0 0 20px 0;
  margin-bottom: 10px;
}

.textwigthwrap h4 {
  font-family: "source-sans-pro",sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #231f20;
  margin: 0 0 15px 0;
}
header.site-header .navigation-top .navigation-top-column .language_menu ul>li>a:hover {
    text-decoration: underline;
}
/* note */
footer {
  background-color: #fff;
}
footer .footer-newsletter {
  background: linear-gradient(237.63deg, #FF5959 0%, #C71C48 100%) !important;
  padding: 25px 0;
}
.oms_container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1600px;
  margin: 0 auto;
}
.oms_row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer-newsletter .newsletter_column {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

footer .footer-newsletter .newsletter_column .form_container {
  display: flex;
  flex-direction: column;
}
footer .footer-newsletter .newsletter_column .form_container .form_column.text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
}
footer .footer-newsletter .newsletter_column .form_container .form_column.text p {
  color: #fff;
  padding-right: 5px;
  margin-bottom:0;
  font-family: "source-sans-pro",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
footer .footer-newsletter .newsletter_column .form_container  form {
  display: flex;
  width:100%;
  flex-wrap: wrap;
}
footer .footer-newsletter .newsletter_column .form_container  form .field {
  padding: 0 5px;
  margin: 5px 0 0 0;
}
footer .footer-newsletter .newsletter_column .form_container  form .field>label {
  display: none;
}
footer .footer-newsletter .newsletter_column .form_container  form .field input,
footer .footer-newsletter .newsletter_column .form_container  form .field select {
  width: 100%;
  color: #6E6665;
  font-family: "source-sans-pro",sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 10px 18px;
  background-color: rgba(255,255,255,0.9);
  border: none;
  outline: none;
  -webkit-appearance: none;
}
footer .footer-newsletter .newsletter_column .form_container  form .field .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-newsletter .newsletter_column .form_container  form .field.hs-fieldtype-select {
  position: relative;
}
footer .footer-newsletter .newsletter_column .form_container  form .field.hs-fieldtype-select:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 10px;
}
footer .footer-newsletter .newsletter_column .form_container  form .hs-submit input[type='submit'] {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  padding: 16px 30px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "source-sans-pro",sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  overflow: hidden;
  vertical-align: bottom;
  border: none;
  color: #fff;
  background-color: #352F31;
}
.footer-newsletter .hbspt-form form .hs_submit {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}
footer .footer-newsletter .newsletter_column .form_container  form .hs-submit {
  padding: 0 5px;
  margin: 5px 0 0 0;
}
footer .footer-newsletter .newsletter_column .form_container  form .hs-submit input[type='submit']:not([class*='icon']):before {
  content: '\f061';
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: 900;
  right: 5px;
  opacity: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .footer-newsletter .newsletter_column .form_container  form .hs-submit input[type='submit']:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.newsletter_column form .inputs-list>li {
  margin: 2px 0 0;
  line-height: normal;
}
.newsletter_column form .hs_error_rollup {
  order: 6;
  width: 100%;
}

.newsletter_column form .hs_error_rollup label {
  color: #fff;
}
.btn-secondary:after, footer .footer-newsletter .newsletter_column .form_container  form .hs-submit input[type='submit']:after {
  background-color: #231f20;
}
footer .footer-info {
  padding: 60px 0 0 0;
}
footer .footer-info .footer_info_column .footer_logo_container {
  position: relative;
}
footer .footer-info .footer_info_column .footer_logo_container:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CBC5C5;
  opacity: 0.34;
}
footer .footer-info .footer_info_column .footer_logo_container img {
  vertical-align: top;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 200px !important;
  height: auto;
  padding: 0 30px 0 30px;
  background-color: #fff;
}
footer .footer-info .footer_info_column .footer_info_container {
  margin: 15px auto 0 auto;
  text-align: center;
}
footer .footer-info .footer_info_column .footer_info_container p {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #CBC5C5;
  opacity: 0.7;
  color: #6E6665;
  font-family: "source-sans-pro",sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
footer .footer-info .footer_info_column {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% / 12) * 12);
  flex: 0 0 calc((100% / 12) * 12);
  max-width: calc((100% / 12) * 12);
}
footer .footer-nav-top {
  padding: 70px 0;
}
.footer-nav-top .hs-menu-wrapper>ul {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.footer-nav-top .hs-menu-wrapper>ul>li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

.footer-nav-top .hs-menu-wrapper>ul>li:first-child {
  margin-top: 0;
}

.footer-nav-top .hs-menu-wrapper>ul>li ul>li>a {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #6E6665;
  font-family: "source-sans-pro",sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
.footer-nav-top .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #231f20;
  font-family: "source-sans-pro",sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
}
.footer-nav-top .hs-menu-wrapper>ul>li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav-top .hs-menu-wrapper>ul>li ul li a {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #6E6665;
  font-family: "source-sans-pro",sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
footer .footer-nav-bottom {
  background-color: rgba(203,197,197,0.15);
  padding: 45px 0;
}

footer .footer-nav-bottom .oms_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
footer .footer-nav-bottom .copyright_column {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 15px 0 0 0;
}
footer .footer-nav-bottom .copyright_column .copyright_text {
  display: block;
  color: #6E6665;
  font-family: "source-sans-pro",sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 15px 0 0 0;
  text-align: center;
}
footer .footer-nav-bottom .copyright_column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
footer .footer-nav-bottom .copyright_column ul li a {
  color: #6E6665;
  font-family: "source-sans-pro",sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  display: block;
  text-align: center;
}
footer .footer-nav-bottom .social_media_column {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: 0;
}
footer .footer-nav-bottom .social_media_column ul {
  margin: 0;
  padding: 0;
}
footer .footer-nav-bottom .social_media_column ul li {
  display: inline-block;
  list-style: none;
  margin-right: 22px;
  position: relative;
  top: -3px;
}
footer .footer-nav-bottom .social_media_column ul li a {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  font-weight: 900;
  color: #6E6665;
}
.fa, .fab, .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;
}
footer .footer-nav-bottom .social_media_column ul li a i {
  font-family: "Font Awesome 5 Brands",sans-serif;
}
.fa-facebook-f:before {
  content: "\f39e";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
footer .footer-nav-bottom .social_media_column ul li a i {
  font-family: "Font Awesome 5 Brands",sans-serif;
}
.fa-facebook-f:before {
  content: "\f39e";
}
footer .footer-nav-bottom .social_media_column ul li:last-child {
  margin-right: 0;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
@media (min-width: 0){
  footer .footer-newsletter {
  background: linear-gradient(237.63deg, #FF5959 0%, #C71C48 100%) !important;
}
  footer .footer-newsletter .newsletter_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 12);
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12);
  }
  .footer-nav-top .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 12);
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12);
  }
  footer .footer-nav-bottom .oms_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  footer .footer-nav-bottom .copyright_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 12);
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12);
  }
  footer .footer-nav-bottom .social_media_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 12);
    flex: 0 0 calc((100% / 12) * 12);
    max-width: calc((100% / 12) * 12);
  }
}
footer .footer-nav-bottom .oms_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media(min-width:576px){

  .footer-nav-top .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 6);
    flex: 0 0 calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6);
  }
  .footer-nav-top .hs-menu-wrapper>ul>li:nth-child(-n+2) {
    margin-top: 0;
  }

  .footer-nav-top .hs-menu-wrapper>ul>li ul li a {
    text-align: left;

  }
}

@media(min-width:768px){
  footer .footer-nav-bottom .copyright_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 9);
    flex: 0 0 calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9);
  }
  footer .footer-nav-bottom .copyright_column {
    display: block;
    margin: 0;
  }
  footer .footer-nav-bottom .copyright_column .copyright_text {
    display: inline-block;
    text-align: left;
    margin: 0 20px 0 0;
  }
  footer .footer-nav-bottom .copyright_column ul {
    display: inline-block;
  }
  footer .footer-nav-bottom .copyright_column ul li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  footer .footer-nav-bottom .copyright_column ul li a {
    text-align: left;
  }
  footer .footer-nav-bottom .social_media_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 3);
    flex: 0 0 calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3);
  }
  footer .footer-nav-bottom .social_media_column {
    text-align: right;
  }
  footer .footer-nav-bottom .oms_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

}


@media(min-width:992px){
  .footer-nav-top .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 12) * 4);
    flex: 0 0 calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4);
  }
  .footer-nav-top .hs-menu-wrapper>ul>li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media(min-width:1200px){
  footer .footer-newsletter .newsletter_column .form_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-newsletter .newsletter_column .form_container .form_column.text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: right;
  }
  footer .footer-newsletter .newsletter_column .form_container .form_column.text p {
    color: #fff;
    padding-right: 5px;
  }
  footer .footer-newsletter .newsletter_column .form_container  form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  footer .footer-newsletter .newsletter_column .form_container  form .field {
    width: 280px;
    padding: 0 5px;
    margin: 0;
  }
  footer .footer-newsletter .newsletter_column .form_container  form .hs-submit {
    margin: 0;
  }
  .footer-nav-top .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 0;
  }
}
@media(min-width:1200px) and (max-width: 1470px){
  footer .footer-newsletter .newsletter_column .form_container  form .field {
    width: 21%;
  }
}
@media (max-width: 1199px){
  footer .footer-newsletter .newsletter_column .form_container form .field {
    width: 100%;
  }
}
footer .footer-nav-bottom .oms_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

footer .footer-nav-bottom .copyright_column ul li a {
  font-weight: 600;
}

.footer-nav-top .hs-menu-wrapper>ul>li ul {
  margin-top: 10px;
}
footer .form-title {
  margin: 0;
}

footer .footer-info .footer_info_column .footer_info_container p:last-of-type {
  border: none;
}
footer .footer-newsletter .newsletter_column .form_container .form_column.text p {
  font-family: "source-sans-pro",sans-serif;
  color: #fff;
  padding-right: 5px;
  font-family: "source-sans-pro",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

@media(max-width:575px){

  .footer-nav-top .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
    text-align: center;
  }
  .footer-nav-top .hs-menu-wrapper>ul>li ul li a {
    text-align: center;
  }
}

@media(max-width:750px){
  footer .footer-nav-bottom .oms_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .copyright_column .hs_cos_wrapper_type_rich_text {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

}

footer .footer-newsletter .newsletter_column .form_container  form .field .hs-error-msgs li label {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.hs_error_rollup form label {
  font-family: "source-sans-pro",sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #666;
  font-weight: 400;
}

/*.footer-nav-top .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2) ul>li>a {
  display: block;
  color: #231f20;
  font-family: "source-sans-pro",sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
}*/ 

.footer-nav-top .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2) ul {
  margin-top: 0;
}
/* Menu and simple menu */