*, *: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: "anti-racist"; src: 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Anti-racist.woff2) format("woff2"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Anti-racist.woff) format("woff"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Anti-racist.ttf) format("truetype"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Anti-racist.svg) format("svg"), 
  url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/Anti-racist.eot") format("embedded-opentype"); 
  font-style: normal; font-weight: normal; font-display: auto; }

@font-face { font-family: "culture-based-on-empathy"; src: 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Culture-based-on-Empathy.woff2) format("woff2"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Culture-based-on-Empathy.woff) format("woff"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Culture-based-on-Empathy.ttf) format("truetype"), 
  url(//f.hubspotusercontent10.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Culture-based-on-Empathy.svg") format("svg"), 
  url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/Culture-based-on-Empathy.eot") format("embedded-opentype"); 
  font-style: normal; font-weight: normal; font-display: auto; }

@font-face { font-family: "equitable-policies"; src: 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Equitable-Policies.woff2) format("woff2"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Equitable-Policies.woff) format("woff"),
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Equitable-Policies.ttf) format("truetype"),
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Equitable-Policies.svg) format("svg"),
  url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/Equitable-Policies.eot") format("embedded-opentype"); 
  font-style: normal; font-weight: normal; font-display: auto; }

@font-face { font-family: "invest-in-local-charities"; src: 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Invest-in-local-charities.woff2) format("woff2"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Invest-in-local-charities.woff) format("woff"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Invest-in-local-charities.ttf) format("truetype"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Invest-in-local-charities.svg) format("svg"),
  url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/Invest-in-local-charities.eot") format("embedded-opentype"); 
  font-style: normal; font-weight: normal; font-display: auto; }

@font-face {
  font-family: "montserrat-semi-bold";
  src: url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}

@font-face { font-family: "montserrat-medium-1"; src:
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Montserrat-Medium.ttf) format("truetype"); 
  font-style: normal; font-weight: 500; font-display: auto; }

@font-face { font-family: "montserrat-regular-1"; src: 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Montserrat-Regular.ttf) format("truetype"); 
  font-style: normal; font-weight: 400; font-display: auto; }

@font-face { font-family: "omg-instagram-icon"; src:
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/omg-instagram-icon.woff2) format("woff2"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/omg-instagram-icon.woff) format("woff"),
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/omg-instagram-icon.ttf) format("truetype"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/omg-instagram-icon.svg) format("svg"), 
  url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/omg-instagram-icon.eot") format("embedded-opentype"); 
  font-style: normal; font-weight: normal; font-display: auto; }

@font-face { font-family: "omg-twitter-icon"; src: 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/omg-twitter-icon.woff2) format("woff2"),
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/omg-twitter-icon.woff) format("woff"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/omg-twitter-icon.ttf) format("truetype"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/omg-twitter-icon.svg) format("svg"),
  url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/omg-twitter-icon.eot") format("embedded-opentype"); 
  font-style: normal; font-weight: normal; font-display: auto; }

@font-face { font-family: "visibly--non-visibly-diverse"; src: 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Visibly--non-visibly-diverse.woff2) format("woff2"),
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Visibly--non-visibly-diverse.woff) format("woff"),
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Visibly--non-visibly-diverse.ttf) format("truetype"), 
  url(https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/raw_assets/public/OLIVER_August2021/fonts/Visibly--non-visibly-diverse.svg) format("svg"), 
  url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/Visibly--non-visibly-diverse.eot") format("embedded-opentype"); 
  font-style: normal; font-weight: normal; font-display: auto; }



@font-face { 
  font-family: "entypo-fontello"; 
  src: url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/entypo-fontello/entypo-fontello.woff2") format("woff2"),
    url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/entypo-fontello/entypo-fontello.woff") format("woff"),
    url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/entypo-fontello/entypo-fontello.ttf") format("truetype"), 
    url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/entypo-fontello/entypo-fontello.svg#entypo-fontello") format("svg"), 
    url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/entypo-fontello/entypo-fontello.eot"), 
    url("https://6342567.fs1.hubspotusercontent-na1.net/hubfs/6342567/OLIVER_August2021/fonts/entypo-fontello/entypo-fontello.eot#iefix") format("embedded-opentype");
  font-style: normal; 
  font-weight: normal;
  font-display: auto; 
}


body {
  margin: 0;
  line-height: 1.65em;
}

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

html{
  font-size:100%!important;
}

::-moz-selection {
    background-color: #ee5540;
    color: #1a1a1a
}

::selection {
    background-color: #ee5540;
    color: #ffffff
}

/* Paragraphs */

p {
  font-size: 14px;
  margin-bottom: 11.9px;
  margin-top:11.9px;
}

/* Anchors */

a {
  cursor: pointer;
  box-shadow: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  opacity:0.8;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:8px;
  margin-bottom:14px;
  line-height: 33px;
}

/* Lists */

ul{
  margin-top: 0;
  margin-left: 7px;
  margin-bottom: 20px;
  border: 0;
  outline: 0;
  font-size: 100%;
  padding-left: 14px;
  vertical-align: baseline;
  background: transparent;
}

ol {
  margin-top: 0;
  margin-left: 15px;
  padding-left:14px;
  margin-bottom: 20px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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: 7px solid #ee5540 !important;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  margin-top: 0;
  margin-left: 0;
  font-size: 1.235em;
  line-height: 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 {
  max-width: ;
  font-family: ;
}

.hs-button,
.hs-button.large.primary,
.button {
  padding: 9px 22px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  border-radius: 0px;
  margin-bottom: 20px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: 'montserrat-medium-1';
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align:center;
  display: inline-block;
  line-height: normal;
  cursor: pointer;
  transition: all .3s;
}

.hs-button:focus,
.hs-button.large.primary:focus,
.button:focus{
  outline: 0;
}

.hs-button:hover,
.hs-button.large.primary:hover,
.button:hover{
  text-decoration:none;
}


.hs-form label {
  font-weight: normal;
  font-size: 13px;
  color: #444;
  display: inline-block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 23.1px;
  margin-bottom: 0px;
  padding: 0;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  display: block;
}

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,
.hs-input:focus{
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
  outline-offset: 0px;

}

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{
  border-color: #ebebeb;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0px;

}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  padding:0;
  clear: both;
  padding-bottom: 20px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* 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-bg{
  background-color: transparent;
  position: fixed;
  z-index: 501;
  width: 100%;
  -webkit-backface-visibility: hidden;
  transition: all .40s cubic-bezier(.694,.0482,.335,1);
}

.header-bg.sticky{
  position:fixed;
  background: #1a1a1a;
}

.header_container_wrap{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 1;
  border-color: transparent;
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
}
.no-banner .header-bg {
  position: relative;
  background: #1a1a1a;
}
.header_container {
  width: 96%;
  padding: 0;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  position: relative;
  margin: 0 auto;
  clear: both;
}

.header-inner-container {
  position: relative;
  height: 100%;
  width: 100%;
}


.header_logo, .header_logo a {
  overflow: hidden;
  float:left;
  position: relative;
  display: block;
  height: 100%;
}

.header_logo a:hover{
  opacity:1;
}

.header_logo a img {
  width: 126px !important;
  padding-top: 25px;
  padding-left: 10%;
}

.main_menu {
  clear: none;
  position: relative;
  float:right;
  z-index: 100;
  line-height: 30px;
  height: 100%;
  margin: 0;
  right: 0;
}

@media only screen and (min-width: 767px) and (max-width: 859px){
  
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    padding-right:10px!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) > ul {
    right: 0;
    left: auto;
  }

}

@media (min-width: 768px){
  .custom-menu-primary  .hs-menu-wrapper {
    float: left;
    position: relative;
    z-index: 3;
  }

  .custom-menu-primary .hs-menu-wrapper >ul {
    margin: 0;
    padding: 0;
    z-index: 110;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li {
    float: left;
    line-height: 30px;
    font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    padding-right: 25px;
    position: relative;
    z-index: 20;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li > a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    text-transform: none;
    text-decoration:none;
    font-weight: normal;
    height: 72px;
    line-height: 70px;
    border-color: transparent;
    background: transparent;
    display: block;
    text-decoration: none;
    padding: 0 13px;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li:hover > a{
    background-color:transparent;
  }

  .header-bg.sticky .custom-menu-primary .hs-menu-wrapper> ul> li:hover > a{
    background-color:transparent;
    opacity:1;
  }


  .custom-menu-primary .hs-menu-wrapper> ul> li:hover > a > span {
    left: 7%;
    bottom: 24%;
    width: 70%;
    background: #fff;
    position: absolute;
    height: 2px;
    z-index: 10;
  }

  .header-bg.sticky .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a>span {
    left: 0;
    top: 69px;
    bottom: 0;
    opacity:1;
    width: 100%;
    background: #fff;
    position: absolute;
    height: 2.4px;
    z-index: 10;
    transition: all 0.3s ease-out;

  }


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

  .custom-menu-primary .hs-menu-wrapper> ul> li:hover >ul{
    display: block;
    background-color: #000;
    color: #fff;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    margin-top: -3px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li >ul> li{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li >ul> li> a {
    width: 100%;
    height: auto;
    color: #000000;
    float: left;
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 12px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li >ul> li:hover> a {
    background-color:#000;
    color:#fff;
    opacity:1;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li:last-child {
    display:none;
  }

  .mobile-navbar{
    display:none;
  }

}


@media (max-width: 767.9px){
  .main_menu{
    top: 0;
    height: 80px;
    max-width: 80px;
    width: 100%;
    left: auto;
    right: 0;
    display: block;
    position: absolute;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li:last-child {
    display:block;
    padding-right: 25px;
    font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    float: left;
    position: relative;
    z-index: 101;
    line-height: 30px;
    cursor:pointer;
  }

  span.avia-menu-fx{
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li:last-child > a {
    min-width: 0;
    padding: 0 0 0 20px;
    margin: 0;
    width:100%;
    display: inline-block;
    border-style: none;
    border-width: 0;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    text-transform: none;
    font-weight: normal;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li:last-child > a >span.av-hamburger {
    padding: 0 0 0 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper> ul> li:last-child > a >span.av-hamburger-box {
    width: 35px;
    height: 8px;
    display: inline-block;
    position: relative;
    color:#fff;
  }

  .av-hamburger-inner {
    display: block;
    top: 52%;
    margin-top: -2px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }

  .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
    max-width: 35px;
    width:100%;
    height: 3px;
    border-radius: 3px;
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.15s ease;
  }

  .av-hamburger-inner::before {
    top: -10px;
    transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease;
    background-color: #ffffff;
  }

  .av-hamburger-inner::after {
    bottom: -10px;
    transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease;
    background-color: #ffffff;
  }

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

  .header_logo a img {
    padding-right: 0;
    height: auto !important;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 80px;
    padding-top:32.2px;
    padding-bottom: 0px;
    image-rendering: auto;
    position: relative;
    z-index: 2;
    transition: opacity .4s ease-in-out;
  }

  .header_logo {
    position: static;
    display: table;
    height: 80px !important;
    float: none;
    padding: 0;
    border: none;
    width: 80%;
  }

  .header_logo .hs_cos_wrapper{
    height:100%;
  }

  .header_logo  a {
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
  }

  .header_container{
    height:auto;
    width: 85%;
    max-width: 85%;
    margin: 0 auto
  }

  .mobile-navbar{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    opacity:0.7;
    visibility:hidden;
    left: 0;
    right: 0;
    z-index: 100;
    font-size: 14px;
    overflow: hidden;
  }

  .open .mobile-navbar{
    opacity:1;
    visibility:visible;
  }

  .open .mobile-navbar .mobile-nav {
    transform: translateX(0);
    transition: transform 400ms ease 0s;
    opacity:1;
    visibility:visible;

  }

  .mobile-nav{
    width: 350px;
    right: 0;
    max-width: 100%;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    -webkit-transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
    transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
    overflow: auto;
    position: absolute;
    z-index: 10;
    background: #1a1a1a;
    height: 100%;
    opacity:0;
    visibility:hidden;
  }

  .header-bg {
    background-color: #1a1a1a!important;
    position: relative;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: table;
    vertical-align: middle;
    text-align: center;
    z-index: 5;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper> ul{ 
    padding: 82px 0px;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    list-style: none outside;
    margin:0;
  }

  .open .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper> ul > li {
    opacity: 1;
    top: 14px;
    left: 0;
    transition: opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out;
    -webkit-transform: translate3d(0,0,0);
    position:relative;
    font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    margin:0;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper> ul > li > a {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    font-size:14px;
    font-weight:400;
    position:relative;
    text-align: left;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color:transparent;
    font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    color:#fff;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper>ul>li:last-child{
    display:none;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper>ul>li>ul{
    margin: 0;
    padding: 0;
    background-color:transparent;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper>ul>li>ul>li{
    font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    margin: 0;
    border-color: transparent;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a{
    color: #ffffff;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    padding-left: 70px;
    font-size:14px;
    font-weight:400;
    font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
    background-color:#ffffff;
    color:#000000;
    opacity:1;
  }
  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    background-color: #fff!important;
    color: #000;
    opacity: 1;
  }

  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a>span.avia-bullet {
    height: 1px;
    display: block;
    position: absolute;
    margin-top: 0;
    opacity: 0.3;
    border: none!important;
    width: 7px;
    background-color: #ffffff;
    left: 50px;
    top: 50%;
  }
  .mobile-navbar .mobile-nav .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a:hover>span.avia-bullet{
    background-color:#000000;
  }



  .av-hamburger--spin.is-active .av-hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }

  .av-hamburger--spin.is-active .av-hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;
  }

  .av-hamburger--spin.is-active .av-hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
  }

  .mobile-overlay-bg {
    top: 0;
    left: 0;
    visibility:hidden;
    opacity:0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    vertical-align: middle;
    text-align: center;
    z-index: 3;
    cursor: pointer;
    background: #000;
    display: block;
    position: fixed;
  }
  .mobile-overlay-bg.is-active{
    opacity: 0.3;
    visibility:visible;
  }
  .header{
    position: relative;
    width: 100%;
    background: #000;
    float: none;
    height: auto;
    margin: 0 !important;
    opacity: 1;
    min-height: 0;
  }
  .header-bg.sticky {
    display: none;
  }
}

@media (max-width: 1020px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 0!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a>span {
    left: 16%;
  }
}
@media (min-width: 767px) and (max-width: 859.97px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 6px;
  }
}
.footer {
  background-color:#000000;
  color:#ffffff;
}

.footer a{
  color:#ffffff;
  text-decoration:none;
}

.footer p{
  color:#ffffff;
  text-decoration:none;
  line-height: 19.8px;
  margin:11.900px 0;
}

.footer-wrap {
  width: 100%;
  border: none;
  margin-left: auto;
  padding-left: 0;
  margin-right: auto;
}

.footer-content-wrapper{
  padding:50px 0 0 0;
  clear:left;
  margin:0;

}

.clearfix:before, .clearfix:after, .footer_column:before, .footer_column:after, .widget:before, .widget:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.footer-logo-content {
  display: block;
  margin-right: 15px;
  margin-top: 5px;
  width: 126px !important;
}

.footer-logo-content img{
  border-radius: 3px;
  display: block;
  position: relative;
  width: auto!important;
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  transition: all 0.7s;
}

.footer_column.footer-about-content{
  width: 36.4%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0;
  border-radius: 0px;
}

.footer_column {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width:100%;
}

.footer-text{
  line-height:19.8px;
  color: #ffffff;
}

.footer-text p{
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  font-family:montserrat-regular-1;
}

.footer-getintouchbutton{
  margin-top: 15px;
  margin-bottom: 0;
  display: inline-block;
}

.footer-getintouchbutton a{
  border-radius: 0px;
  border-width: 1px;
  font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  border-color: black !important;
  border: 1px solid;
  background-color: #ffffff;
  color: #000000;
  padding: 15px 20px 13px;
  float: left;
  display: flex;
  min-width: 139px;
  margin: 3px 0;
  line-height: 1.2em;
  text-align: center;
  max-width: 100%;
  position: relative;
}

.footer-getintouchbutton a span.avia_iconbox_title {
  position: relative;
  z-index: 3;
}

.footer-getintouchbutton a span.avia_button_icon{
  left: 0.3em;
  position: relative;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
}


.footer_column.av_one_fifth {
  margin-left: 6%;
  width: 15.2%;
}

.footer_column.av_one_fifth.footer-social{
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 25px 0px 20px 0px;
  border-radius: 0px;
}


.footer_copyright {
  display: table;
  table-layout: fixed;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-copyright-text p a:hover{
  text-decoration: none;
  color:#fff;
  opacity:1;
}

.omg-footer-icons{
  margin-bottom: 30px;
  clear: both;
}

.omg-footer-icons> ul {
  list-style: disc outside;
  text-align: right;
  margin: 0;
  padding: 0;
}

.omg-footer-icons> ul> li {
  padding-top: 15px !important;
  font-family: 'montserrat-regular-1' !important;
  text-indent: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
  clear: both;
  position: relative;
}

.omg-footer-icons> ul> li> a {
  float: right;
  margin-left: 0.1em;
  margin-right: 2px;
  color: #f7f7f7;
  font-size: 14px;
  padding-left: 10px;
  height: 1.45em;
  width: 1.45em;
  line-height: 1.45em;
  background: transparent;
  text-align: center;
  border-radius: 500px;
  position: relative;
  z-index: 5;

}

.omg-footer-icons>ul>li>a:hover, .iconlist_icon:hover {
  opacity:100;
}

[data-av_icon]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}

html body [data-av_iconfont='omg-instagram-icon']:before {
  font-family: 'omg-instagram-icon';
}

html body [data-av_iconfont='entypo-fontello']:before {
  font-family: 'entypo-fontello';
}

html body [data-av_iconfont='omg-twitter-icon']:before {
  font-family: 'omg-twitter-icon';
}

.article-icon-entry {
  min-height: 0px;
}

.iconlist_content_wrap {
  min-height: 0;
  padding: 0;
  overflow: hidden
}

.av_iconlist_title{
  line-height: 1.45em;
  color: #ffffff;
  font-size: 14px;
}

.av_iconlist_title a {
  text-decoration: none;
  font-family:montserrat-regular-1, HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-weight:400;
  font-size:14px;
}

.av_iconlist_title a:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 1;
}

.iconlist_icon {
  float: right;
  margin-left: 0.1em;
  margin-right: 2px;
  height: 1.45em;
  width: 1.45em;
  background: transparent;
  color: #f7f7f7;
  font-size: 14px;
  line-height: 1.45em;
  padding-left: 10px;
  text-align: center;
  border-radius: 500px;
  position: relative;
  z-index: 5;

}



@media only screen and (max-width: 767.9px){
  .footer_column.av_one_fifth{
    width:100%;
    margin:0; 
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 0px;
  }
  .footer_column.footer-about-content{
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .footer_column.av_one_fifth.footer-social{
    margin-top:0;
  }
  .omg-footer-icons{
    display:block;
    margin-bottom:0;
    margin-top:0;
  }
  .omg-footer-icons>ul{
    text-align:left;
  }
  .omg-footer-icons>ul>li>a,.iconlist_icon {
    margin-left: 2px;
    z-index: 5;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    padding-left:0;
    background: transparent;
    color: #f7f7f7;;
    height: 1.45em;
    width: 1.45em;
    line-height: 1.45em;
    font-size: 14px;
    margin-right: 0.25em;
  }
  .footer_copyright{
    display:block;
  }

  .footer_copyright .footer_column{
    margin: 0;
    margin-bottom: 20px;
    float: none;
    width: 100%;

  }

  #back_to_top{
    display:none!important;
  }
}




#back_to_top.back-top {
  opacity: 0.7;
  visibility: visible;
}

#back_to_top{
  color: #000000;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  opacity: 0.7;
  right: 50px;
  bottom: 50px;
  z-index: 1030;
  visibility: visible;
  animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}