/* BASE
----------------------------- */


/*! 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;
} 
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}


/* ELEMENTS
   ----------------------------- */
/* font-family: 'Cormorant Garamond', serif;
font-family: 'League Spartan', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Poppins', sans-serif; 
font-family: 'Futura Std', 'League Spartan', sans-serif;*/

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-BookOblique.woff2'), format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-BookOblique.woff'), format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-BookOblique.ttf'), format('truetype'),
        url(''), format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Condensed.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Condensed.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Condensed.ttf') format('truetype'),
        url('') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Book.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Book.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Book.ttf') format('truetype'),
        url('') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-CondensedBold.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-CondensedBold.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-CondensedBold.ttf') format('truetype'),
        url('') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Bold.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Bold.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Bold.ttf') format('truetype'),
        url('') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-CondensedLight.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-CondensedLight.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-CondensedLight.ttf') format('truetype'),
        url('') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Light.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Light.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Light.ttf') format('truetype'),
        url('') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-MediumOblique.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-MediumOblique.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-MediumOblique.ttf') format('truetype'),
        url('') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Heavy.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Heavy.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Heavy.ttf') format('truetype'),
        url('') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('');
    src: url('') format('embedded-opentype'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Medium.woff2') format('woff2'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Medium.woff') format('woff'),
        url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/fonts/futura/FuturaStd-Medium.ttf') format('truetype'),
        url('') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* ::Base Font Styles  */
/* ----------------------------------------------------------- */
*,
html {
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: 'Nunito Sans', sans-serif;
}

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

html,
body,
textarea {
  font-size: 1rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  line-height: 1.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Futura Std', 'League Spartan', sans-serif;
  font-weight: 500;
  margin-bottom: 1.25rem;
  letter-spacing: 0.122rem;
  line-height: 1.25em;
}

h1.u-hide-heading {
  position: absolute;
  font-size: 0;
  line-height: 0;
}

h1.c-hero-heading ,
h2.c-hero-heading {
  font-size: 2.813rem;
  line-height: 3.75rem;
  font-weight: 500;
  color: #FFF;
}


h1 {
  font-size: 2.813rem; /* 45px */
  line-height: 3.75rem; /* 60px */
}

h2 {
  font-size: 2.375rem; /* 38px */
  line-height: 3rem; /* 48px */
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}

h3 {
  font-size: 2rem; /* 32px */
  line-height: 2.625rem; /* 42px */
}

h4 {
  font-size: 1.625rem; /* 26px */
  line-height: 2.5rem; /* 40px */
}

h5 {
  font-size: 1.375rem; /* 22px */
  line-height: 1.875rem; /* 30px */
}

h6 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.875rem; /* 30px */
}


.captivating-heading {
font-weight: 500;
  font-size: 2.75rem; /* 46px */
letter-spacing: -1px;
  line-height: 1.2;
text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
  -webkit-text-fill-color: transparent;
  text-stroke: 1px #000000;
  text-fill-color: transparent;

}

@media (min-width: 768px) {
  .captivating-heading {
    font-size: 5.75rem; /* 94px */
  }
}

@media (min-width: 768px) {
  h1,
  h2.c-hero-heading {
    font-size: 4.063rem; /* 65px */
    line-height: 5rem; /* 80px */
  }

  h2 {
    font-size: 3rem; /* 48px */
    line-height: 4.375rem; /* 70px */
  }

  h3 {
    font-size: 2.625rem; /* 42px */
    line-height: 3.75rem; /* 60px */
  }

  h4 {
    font-size: 2rem; /* 32px */
    line-height: 2.625rem; /* 42px */
  }

  h5 {
    font-size: 1.625rem; /* 26px */
    line-height: 2.25rem; /* 36px */
  }

  h6 {
    font-size: 1.375rem; /* 22px */
    line-height: 2rem; /* 32px */
  }
}

p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.975rem;
}

p:last-child {
  /* margin-bottom: 0; */
}
a {
  text-decoration: none;
  color: #0067a5;
  font-weight: 600;
}

p a {
  color: #0067a5;
  font-weight: 600;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

ol {
  padding-left: 18px;
}

/* ::Placeholder Text Styles  */
/* ----------------------------------------------------------- */
input::-webkit-input-placeholder {
  color: #103462;
}

input::-moz-placeholder {
  color: #103462;
}

input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #103462;
}

input:-ms-input-placeholder {
  color: #103462;
}

.widget-span li {
  line-height: 26px;
}

.widget-span ul + p,
.widget-span p + h6,
.widget-span p + ul {
  margin-top: 1rem;
}

.widget-span li {
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;

  line-height: 1.5em;
}

.o-section ul li {
  padding-left: 30px;
  text-indent: -5px;
}
.o-section ul {
  list-style: none; /* Remove default bullets */
}
.o-section ul li,
.o-section ol li {
  margin-bottom: 12px;

  line-height: 1.5em;
}
.o-section ul li {
  position: relative;
}
.o-section ul:not(.slick-dots) li:before {
  content: "\2022";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 0;
}
.o-section ul.hs-search-results__listing li:before {
  display: none;
}
.o-section ul.hs-search-results__listing li:before {
  display: none;
}
.o-section ul.hs-search-results__listing li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 30px;
}


.o-section ul li {  
  font-size: 1.125rem;
  line-height: 1.975rem;
}

/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}
.c-button {
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  background-color: #00548F;
  color: #fff;
  box-shadow: 5px 10px 20px #00000040;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  font-family: 'Futura Std','League Spartan',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  height: auto !important;
  padding: 16px 34px !important;
  width: auto !important;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .c-button {
    display: inline-block;
    max-width: none;
    margin-bottom: auto;
  }
}
.c-button:hover {
  transition: all 0.3s ease;
  transform: translateY(5px);
  box-shadow: none;
}
.c-button.theme-blue {
  background-color: #00548F;
}
.c-button.theme-red {
  background-color: #cd163f;
}
.c-button.theme-blue:after,
.c-button.theme-red:after {
  font-family: FontAwesome;
  color: #ffffff;
  padding: 0 0 0 10px;
  font-size: 18px;
}
.c-button.theme-blue:after {
  content: "\f0a9";
}
.c-button.theme-red:after {
  content: "\f0da";
}
.c-button.theme-blue:hover {
  background-color: #086bb1;
  border: 2px solid #086bb1;
}
.c-button.theme-red:hover {
  background-color: #eb1d4b;
  border: 2px solid #eb1d4b;
}
.c-button.theme-blue:hover:after,
.c-button.theme-red:hover:after {
  display: inline-block;
  transition: all .3s ease;
  transform: translateX(6px);
}


.c-button.theme-texturl {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  font-weight: 400;
  font-size: 20px;
  padding: 0px !important;
  margin: 0px !important;
  box-shadow: none;
}
.c-button.theme-texturl.theme-texturl__blue {
  color: #00548F;
}
.c-button.theme-texturl.theme-texturl__red {
  color: #cd163f;
}



/* Video Play Button */
.video-play-button {
    font-family: 'Futura Std','League Spartan',sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    transition: all 1s ease;
}
.video-play-button:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}











.c-button--primary {
  background-color: #0067a5;
  border: 3px solid #0067a5;
  font-size: 20px;
  color: #fff;
  padding: 14px 28px;
  display: inline-block;
}
.c-button--primary:hover {
  background-color: #DC5354;
  border: 3px solid #DC5354;
  color: #ffffff;
}

.c-button--secondary {
  background-color: #B30400;
  border: 3px solid #B30400;
  font-size: 20px;
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
  margin-top: 30px;
}
.c-button--secondary:hover {
  background-color: #ffffff;
  border: 3px solid #B30400;
  color: #B30400;
}

.c-button--secondary-outlined {
  background-color: #FFFFFF;
  border: 3px solid #B30400;
  font-size: 20px;
  color: #B30400;
  padding: 20px 40px;
  display: inline-block;
  margin-top: 30px;
}
.c-button--secondary-outlined:hover {
  background-color: #B30400;
  border: 3px solid #B30400;
  color: #FFFFFF;
}

.c-button--outline-white {
  background-color: transparent;
  border: 3px solid #FFFFFF;
  font-size: 20px;
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
}
.c-button--outline-white:hover {
  color: #B30400;
  background-color: #fff;
}
.c-button--outline-blue {
  color: #1eb9cf;
  background-color: transparent;
  border-color: #1eb9cf;
}
.c-button--outline-blue:hover {
  color: #fff;
  background-color: #1eb9cf;
  border-color: #1eb9cf;
}
.c-button--red {
  color: #fff;
  background-color: #db535b;
  border-color: #db535b;
}
.c-button--red:hover {
  color: #db535b !important;
  background-color: transparent;
  border-color: #db535b !important;
}
.c-button--orange {
  color: #fff;
  background-color: #fabd4a;
  border-color: #fabd4a;
}
.c-button--orange:hover {
  color: #fabd4a !important;
  background-color: transparent;
  border-color: #fabd4a !important;
}
.c-button--purple {
  color: #fff;
  background-color: #b68dc1;
  border-color: #b68dc1;
}
.c-button--purple:hover {
  color: #b68dc1 !important;
  background-color: transparent;
  border-color: #b68dc1 !important;
}
.c-button--green {
  color: #fff;
  background-color: #5cc483;
  border-color: #5cc483;
}
.c-button--green:hover {
  color: #5cc483 !important;
  background-color: transparent;
  border-color: #5cc483 !important;
}
.c-button--nav {
  margin: auto;
  padding: 4px 0 0 30px;
  border: medium none;
  position: relative;
  color: #2b2a2c;
  font-size: 1rem;
}
.c-button--nav:hover {
  color: #1eb9cf;
  background-color: transparent;
  border-color: transparent;
}
.c-button--nav:hover:after {
  transform: rotate(90deg);
  transition: all 350ms ease;
  transform-origin: center;
}
.c-button--nav:after {
  content: "";
  position: absolute;
  transform: rotate(0deg);
  transition: all 350ms ease;
  transform-origin: center;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  background-size: 21px 21px;
  background-image: url();
}
.c-button--read {
  padding: 0 0 5px 0;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  font-weight: 500;
}


/* CTA Buttons */
.cta_button {
  letter-spacing: 1px;
}
.hs-cta-wrapper a.cta_button.primary-button {
  padding: 10px 15px !important;
  border-radius: 0 !important;
  border: 3px solid #B30610;
  background-color: #ffffff;
  color: #B30610;
  font-weight: bold;
  transition: all 300ms;
  text-transform: uppercase;
}

.hs-cta-wrapper a.cta_button.primary-button:hover {
  border: 3px solid #B30610;
  background-color: #B30610;
  color: #ffffff;
  transition: all 300ms;

}


.c-button--aem {
  background-color: #FAAF3B;
  border: 3px solid #002347;
  font-size: 20px;
  color: #002347 !important;
  padding: 20px 40px;
  display: inline-block;
}
.c-button--aem:hover {
  background-color: #fff;
}
.o-container fieldset {
  max-width: none !important;
}

.hs-form .hs-form-field,
.hs-form .legal-consent-container {
  margin-bottom: 20px;
}

.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 5px;
  color: #002347;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-fieldtype-radio.hs-form-field > label {
  margin-bottom: 10px;
}

.hs-form .hs-field-desc {
  display: block;
  margin-bottom: 5px;
  color: #002347;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-error-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form select,
.hs-form textarea {
  width: 100%;
  padding: 10px 0;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  outline: none;
}

.hs-form input::placeholder, .hs-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(86, 104, 131, 0.4);
}

.hs-form input:-ms-input-placeholder, .hs-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(86, 104, 131, 0.4);
}

.hs-form input::-ms-input-placeholder, .hs-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(86, 104, 131, 0.4);
}

textarea:focus, input:focus{
  border-bottom: rgba(86, 104, 131, 1) !important;
}

.hs-form textarea {
  min-height: 120px;
}

.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .inputs-list .hs-form-radio {
  margin-bottom: 10px;
}
.hs-form .inputs-list .hs-form-radio:last-child {
  margin-bottom: 0;
}

.hs-form .hs-form-field > label {
/*   display: none !important; */
}
.hs-form .hs-input {
  border: none !important;
  border-bottom: 1px solid rgba(86, 104, 131, 0.25) !important;
}

.hs-form .hs-input[type="checkbox"],
.hs-form .hs-input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid #002347;
  border-radius: 50%;
}
.hs-form .hs-input[type="checkbox"] + span,
.hs-form .hs-input[type="radio"] + span {
  color: #002347;
  font-size: 16px;
  font-weight: 600;

}

.hs-form .legal-consent-container * {
  color: #002347;
  font-size: 0.875rem !important;
  line-height: 1.375rem !important;
}
.form-video__form .hs-form .legal-consent-container * {
    color: #FFFFFF;
}
.hs-form .hs-button {
  padding: 14px 58px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.42;
  text-align: center;
  transition: all 350ms ease;
  background-color: #0067a5;
  border: 2px solid #0067a5;
}

.hs-form .hs-button:hover {
  transition: all 350ms ease;
  background-color: #fff;
  border: 2px solid #0067a5;
  color: #0067a5;
}

.c-footer-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-footer-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-footer-form .hs-form select,
.c-footer-form .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #002347;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 1px solid #002347;
  background-color: #fff;
  box-shadow: 4px 4px 10px #00000014;
  outline: none;
}
.footer__form .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]){
  border: medium none;
}
.c-footer-form .hs-form fieldset {
  max-width: none;
}

.c-footer-form .hs-form .hs-button {
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
  letter-spacing: 0.75px;
  text-align: center;
  background-color: #0067a5;
  border: 2px solid #0067a5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  
}

.c-footer-form .hs-form .hs-button:hover {
  background-color: #db535b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.c-contact-form .hs-form .hs-form-field > label {
  color: #fff;
  text-align: left;
}

.c-contact-form .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.hs-form .hs-error-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  text-align: left;
}

.u-bg-gradient .hs-form .hs-error-msg {
  color: #fff;
}

.contact-us-form [class*="hs-form"] fieldset {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.contact-us-form [class*="hs-form"] fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.contact-us-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.contact-us-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.contact-us-form .hs-form select,
.contact-us-form .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #002347;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

.c-image-form form {
  position: relative;
}

.c-image-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  width: 100%;
  padding: 10px 15px;
  height: 80px;
  color: #002347;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  padding-right: 150px;
}

.c-image-form .hs-button {
  position: absolute;
  top: 10px;
  height: 30px;
  height: 60px;
  font-size: 18px;
  padding: 0 40px;
}

.c-image-form--simple .hs-button {
  position: relative;
}

.c-form--lp {
  padding: 50px 60px;
  border: 2px solid #ddd;
}
.c-form--lp
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-form--lp
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-form--lp .hs-form select,
.c-form--lp .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #002347;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

/*Boxed form */
.c-form--box {
  background-color: #f3f6fa;
  padding: 40px;
  border-radius: 20px;
}

/* ::Dropdown */
/* ----------------------------------------------------------- */
.c-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.c-dropdown--width {
  max-width: 400px;
  min-width: 250px;
  width: 100%;
}
.c-dropdown__select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
}
.c-dropdown__select--green {
  padding: 0px 45px 0px 15px;
  border: 1px solid #00915a;
}
.c-dropdown--green-arrow:after {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transform: rotate(90deg);
}

.c-blog-subscription-form {
  position: relative;
}
.c-blog-subscription-form input[type="email"] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 135px 0 15px;
  border: 1px solid #d65f00;
  border-radius: 5px;
}
.c-blog-subscription-form input[type="submit"] {
  padding: 13px 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
  letter-spacing: 0.42;
  text-align: center;
  background-color: #d65f00;
  border-radius: 5px;
}
.c-blog-subscription-form .no-list.hs-error-msgs {
  padding: 0;
  list-style-type: none;
}
.c-blog-subscription-form .no-list.hs-error-msgs li {
  margin-top: 8px;
  color: #d65f00;
  font-size: 14px;
  font-family: "Open Sans";
}

/* Form title */
.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

/* Form fields */

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

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - 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: 1rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-form .hs-input[type="radio"] {
  display: inline-block !important;
  border: 1px solid #002347 !important;
  position: relative !important;
  left: 0 !important;
}
table {
    border: none !important;
    background-color: rgba(255,255,255,1.0);
    width: 100%;
}

table.shadow {
    -webkit-box-shadow: 0px 4px 10px -2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 4px 10px -2px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 4px 10px -2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

thead {
    background-color: rgba(86, 104, 131, 0.1);
   
}

thead th, thead td {
    background-color: transparent !important;
    color: #002347 !important;
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 1.25rem;
}



thead th img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

thead th span {
    vertical-align: middle !important;
    
}

thead tr {
    border-bottom: none;
}



th, td {
    padding: 15px !important;
}

thead tr th:first-child {
    padding-left: 40px !important;
}

tr td:first-child {
    padding-left: 40px !important;
}


tr {
    border-bottom: 1px solid rgba(86, 104, 131, 0.25);
    vertical-align: middle !important;
}

tr:last-child {
    /* border-bottom: none; */
}

.o-table-wrap {
  overflow-x: auto;
}
@media(max-width: 479px) {
   thead tr th:first-child {
      padding-left: 20px !important;
  }

  tr td:first-child {
      padding-left: 20px !important;
  }

}
#blog-topics {
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 22px;
  max-width: 420px;
  width: 100%;
  padding: 0.6rem 1rem;
  transition: all 350ms ease;
  cursor: pointer;
}
.dropdown-filter:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
}
.dropdown-filter:before {
  width: 40px;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: whitesmoke;
  content: '';
  pointer-events: none;
  border-radius: 0 7px 7px 0;
}
.dropdown-filter:hover:before {
  background: #000;
}
.dropdown-filter:hover:after {
  border-color: #fff transparent transparent;
}


/* OBJECTS
   ----------------------------- */
.o-main {
  display: block;
  /* padding-top: 140px; */
}
@media (min-width: 1024px) {
  .o-main {
    /* padding-top: 140px; */
  }
}

.body-wrapper {
  max-width: 100%;
  margin: auto;
  overflow-x: hidden;
}

/* CONTAINER
   ----------------------------- */
.o-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .o-container {
    max-width: 960px;
  }
}
@media (min-width: 1216px) {
  .o-container {
    max-width: 1152px;
  }
}
@media (min-width: 1408px) {
  .o-container {
    max-width: 1344px;
  }
}
@media (min-width: 1508px) {
  .o-container {
    max-width: 1334px;
  }
}
.o-container:after {
  max-height: 0px;
  clear: both;
  content: "";
  display: block;
}
.o-container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.o-container-fluid:after {
  max-height: 0px;
  clear: both;
  content: "";
  display: block;
}
.o-container--large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .o-container--large {
    max-width: 1720px;
  }
}
@media (min-width: 1921px) {
  .o-container--large {
    max-width: 1860px;
  }
}
.o-container.o-container--narrow {
  padding-left: auto;
  padding-right: auto;
}
@media (min-width: 1024px) {
  .o-container.o-container--narrow {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.o-container--small {
  width: 100%;
}
@media (min-width: 1024px) {
  .o-container--small {
    max-width: 990px;
  }
}
.o-container--smallwide {
  width: 100%;
}
@media (min-width: 1024px) {
  .o-container--smallwide {
    max-width: 990px;
  }
}
@media (min-width: 1408px) {
  .o-container--smallwide {
    max-width: 1270px;
  }
}
.o-container--box {
  width: 100%;
  background-color: #f3f6fa;
  padding: 40px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .o-container--box {
    padding: 80px;
    max-width: 680px;
  }
}
@media (min-width: 1024px) {
  .o-container--box {
    max-width: 760px;
  }
}
@media (min-width: 1216px) {
  .o-container--box {
    max-width: 1130px;
  }
}

/* SECTIONS
   ----------------------------- */
.o-section {
  position: relative;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 100%;  
}

/* @media (min-width: 1024px) {
  .o-section {
    padding-left: 0;
    padding-right: 0;
  }
} */
.o-section--small {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.o-section--med {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}
.o-section--large {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}
@media (min-width: 768px) {
  
  .o-section {
    display: block;
  }
  
  .o-section--large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1216px) {
  
  .o-section {
    display: block;
  }
  
  .o-section--large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* 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: 0;
  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: 0;
      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: 0;
      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 ;
  }
}
/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


/* COMPONENTS
   ----------------------------- */
/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 991px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

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

@media (max-width: 991px) {
  .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: 991px) {
  .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: 991px) {
  .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;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}


/* Forms */

.hs-form  .hs-richtext, 
.hs-form  .hs-richtext p {
  font-size: 32px;
  line-height: 42px;
}
.hs-form  .hs-richtext h2 {
  margin-bottom: 25px;
}

.hs-form  .hs-form-field .input .hs-input {
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
.hs-form  .hs-form-field .input .hs-input::-webkit-input-placeholder {/* Chrome/Opera/Safari/Edge */
	/*styles here*/
  color: #545454;
}
.hs-form  .hs-form-field .input .hs-input::-ms-input-placeholder { /* Microsoft Edge */
   /*styles here*/
  color: #545454;
}
.hs-form  .hs-form-field .input .hs-input:-ms-input-placeholder {/* IE 10+ */
	/*styles here*/
  color: #545454;
}
.hs-form  .hs-form-field .input .hs-input::-moz-placeholder {/* Firefox 19+ */
	opacity: 1; /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
	/*styles here*/
  color: #545454;
}
.hs-form  .hs-form-field .input .hs-input:-moz-placeholder {/* Firefox 18- */
	opacity: 1; /*Firefox by default has an opacity object that usually is id eal to reset so it matches webkit*/
	/*styles here*/
  color: #545454;
}
.hs-form  .hs-form-field .input .hs-input::placeholder {
	/*styles here*/
  color: #545454;
}

.hs-form  .hs-form-field .input .hs-input:focus::-webkit-input-placeholder {/* Chrome/Opera/Safari/Edge */
  color:transparent;
}
.hs-form  .hs-form-field .input .hs-input:focus::-ms-input-placeholder { /* Microsoft Edge */
  color:transparent;
}
.hs-form  .hs-form-field .input .hs-input:focus:-ms-input-placeholder {/* IE 10+ */
  color:transparent;
}
.hs-form  .hs-form-field .input .hs-input:focus::-moz-placeholder {/* Firefox 19+ */
  color:transparent;
}
.hs-form  .hs-form-field .input .hs-input:focus:-moz-placeholder {/* Firefox 18- */
  color:transparent;
}
.hs-form  .hs-form-field .input .hs-input:focus::placeholder {
  color:transparent;
}


.hs-form .hs-form-field .input ul.inputs-list li {
  margin: 0;
  padding: 0;
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
.hs-form .hs-form-field .input ul.inputs-list li:before {
  display: none;
}

.hs-form .hs-input[type="checkbox"]+span, 
.hs-form .hs-input[type="radio"]+span {
  font-family: 'League Spartan', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
.hs-form .hs-input[type="checkbox"], 
.hs-form .hs-input[type="radio"] {
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 50%;
}

.hs-form .hs-error-msg, .hs-form .hs-error-msgs,
.hs-form .hs-form-field ul.hs-error-msgs li:before,
.hs-form .hs_error_rollup ul.hs-error-msgs,
.hs-form .hs_error_rollup ul.hs-error-msgs li:before {
  font-size: 16px;
}
.hs-form .hs-submit {
  text-align: right;
  padding-top: 1rem;
}

.hs-form .hs-submit .hs-button {
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #cd163f;
  box-shadow: 5px 10px 20px #00000040;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  font-family: 'Futura Std', 'League Spartan', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1rem;
  height: auto !important;
  padding: 16px 34px !important;
  width: auto !important;
  letter-spacing: 1px;
}


@media (min-width: 768px) {
  .hs-form .hs-submit .hs-button {
    display: inline-block;
    max-width: none;
    margin-bottom: auto;
  }
}

.hs-form  .hs-submit .hs-button:hover {
  transition: all 0.3s ease;
  transform: translateY(5px);
  box-shadow: none;
}

.hs-form .hs-submit .hs-button:after {
  font-family: FontAwesome;
  content: "\f0da";
  color: #ffffff;
  padding: 0 0 0 10px;
  font-size: 18px;
}
.hs-form .hs-submit .hs-button:hover {
  transition: all 0.3s ease;
  transform: translateY(5px);
  box-shadow: none;
  color: #fff;
  background-color: #eb1d4b;
  border: 2px solid #eb1d4b;
}
.hs-form .hs-submit .hs-button:hover:after {
  display: inline-block;
  transition: all .3s ease;
  transform: translateX(6px);
}
/* Website Theme Settings
===================================*/


/* Website font */   
  /* Primary font family */
  /* Secondary font family */

/* Brand color */
  
  
  

/* Font color */
 /* General font color */
 /* Heading font color*/

/* Link Color */
 /* Links font color */
 /* Links hover font color */

/* Buttons */
 /* Button background color */
 /* Button background hover color */

 /* Button background color */
 /* Button background hover color */

 /* Button background color */
 /* Button background hover color */
 /* Button border color */
 /* Button text color */

/* Main Menu Theme Settings
===================================*/

/* Branding */
 /* The brand colour for the menu */

/* Base */
 /* The height of .c-top-bar */
 /* The height of .main-menu-wrapper */
 /* The minimum height of the menu */
 /* The max width of the logo image */
 /* The max height of the logo image */

/* Background Colours*/
  /* The initial background color of the menu */
         /* The background color of the menu when scrolling  */

/* Font Colours*/
 /* The initial font color of the parent menu items */
 /* The font color of the parent menu items when scrolling  */

/* Hover effects */
 /* The hover effect colour for parent menu items  */

/* Child Menu Colours */
 /* The background color of child menu items  */
 /* The background hover color of child menu items  */

 /* The font color of child menu items  */
 /* The hover font color of child menu items  */


/* 3) ==COS BASE
==========================================================================
==========================================================================  */

/* Core
===================================*/


/* ==MENU NAVIGATION
==========================================================================
==========================================================================  */
/* TOP MENU 
***************************************
***************************************/

body {
	overflow-x: hidden;
}

.header,
.header a {
	font-family: 'Futura Std',sans-serif;
	font-weight: 500;
}

#mainMenu {
	
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}

@media screen and (min-width:991px) {
	#mainMenu {
		
	}
}

#mainMenu{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
	z-index: 6;
}


#navWrap {
	transform: translateY(0);
	transition: all 0.35s ease-out;
	position: fixed;
	z-index: 9;
	width: 100%;
}
#navWrap.scrolling {
	transform: translateY(-140px);
	transition: all 0.35s ease-in;
}


#mainMenu .main-menu-container {
	display: flex;
	align-items: stretch;
	max-width: none;
	margin: 0 auto;
	height: 100%;
	/* padding-left: 90px;
	padding-right: 90px; */
}

.top-menu {
	background-color: #c80c0f;
	background-image: -webkit-linear-gradient(80deg, #971401, #c80c0f);
	background-image: linear-gradient(10deg, #971401, #c80c0f);
}
.nav-contact a {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	position: relative;
	font-weight: normal;
	text-decoration: none;
}
.top-menu {
	padding: 0 20px;
}
.nav-contact {
	padding-top: 15px;
}
.nav-contact .fa.fa-phone {
	font-size: 16px;
	margin-right: 5px;
	top: 1px;
	position: relative;
}
.nav-contact--number {
	margin-left: 1px;
	font-weight: normal;
}
.top-nav-container {
	text-align: right;
	margin-right: 10px;
}

.top-nav-container:after {
	content: "";
	height: 30px;
	width: 2px;
	background-color: #fff;
	position: absolute;
	top: 10px;
}

.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 19px;
	position: relative;
	font-weight: normal;
}
.top-nav-container li.hs-menu-item.hs-menu-depth-1 {
	position: relative;
	padding: 13px 10px 10px;
	height: 50px;
}

.mobile-search-text {
	font-family: Raleway,sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	top: -3px;
	position: relative;
}
.search-icon.fa-search:before {
	top: -1px;
	position: relative;
}
.span6.widget-span.widget-type-custom_widget.nav-search-container {
	width: auto;
	margin: 0;
}

.span6.widget-span.widget-type-custom_widget.top-nav-container {
	width: auto;
}

.span8.widget-span.widget-type-cell.top-nav-wrap {
	float: right;
	width: auto;
}

.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover,
.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a,
.nav-contact a:hover{
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	/* color: #fff; */
}

.search-wrap .search-icon:hover,
.search-wrap .fa-map-marker:hover {

	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.top-nav-container li.hs-menu-item.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 a {
	color: #000000;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	min-height: 0;
	transition: all 350ms ease;
}
.top-nav-container li.hs-menu-item.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 a:hover {
	color: #c80c0f;
	transition: all 350ms ease;
}
.top-nav-container li.hs-menu-item.hs-menu-depth-1 ul {
	box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, 0.3);
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: -25px;
	top: 76px;
}
.main-menu .hs-menu-children-wrapper .hs-menu-depth-2 a {
	font-size: 1.0625rem;
	line-height: 1.3rem;
	padding: 15px 20px;
	display: block;
	z-index: 2;
	position: relative;
	font-weight: 400;
	border-bottom: 1px solid #efefef;
}
.main-menu .hs-menu-children-wrapper .hs-menu-depth-2:last-child a {
	border-bottom: medium none;
}
.main-menu .hs-menu-children-wrapper .hs-menu-depth-2 {
	margin: 0;
}
.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: 0;
	top: 50px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
	left: -15px;
}
/* .main-menu .hs-menu-item.hs-menu-depth-1 {
	overflow: hidden;
}
.main-menu .hs-menu-item.hs-menu-depth-1:hover {
	overflow: visible;
} */


.menu-head {
	display: block;
	padding: 10px 20px 10px;
	color: #c80c0f;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child .menu-head {
    margin-top: 5px;
}
.top-menu.corporate-color {
	background-color: #ae9995;
	background-image: -webkit-linear-gradient(80deg, #745d57, #ae9995);
	background-image: linear-gradient(10deg, #745d57, #ae9995);
}

.top-menu.bus-color {
	background-color: #00a1e4;
	background-image: -webkit-linear-gradient(80deg, #005e7e, #00a1e4);
	background-image: linear-gradient(10deg, #005e7e, #00a1e4);
}


.nav-mobile-parent .hs-menu-wrapper > ul {
	background-color: #c80c0f;
	background-image: -webkit-linear-gradient(80deg, #971401, #c80c0f);
	background-image: linear-gradient(10deg, #971401, #c80c0f);
}
.nav-mobile-parent.emp_removal .hs-menu-wrapper > ul {
		background-color: #ae9995;
	background-image: -webkit-linear-gradient(80deg, #745d57, #ae9995);
	background-image: linear-gradient(10deg, #745d57, #ae9995);
}
.nav-mobile-parent.bus_removal .hs-menu-wrapper > ul {
		background-color: #00a1e4;
	background-image: -webkit-linear-gradient(80deg, #005e7e, #00a1e4);
	background-image: linear-gradient(10deg, #005e7e, #00a1e4);
}

.c-language {
	top: 6px;
	position: relative;
}
.nav-cta-container {
    float: right;
    display: inline-block;
}
a.content-get-quote-button.red.w-button.top-button {
    float: left;
    display: inline-block;
    top: -8px;
    margin: 0;
    padding: 5px 17px;
    left: -5px;
}
a.content-get-quote-button.red.w-button {
	height: auto;
	padding: 10px 17px;
	position: relative;
	top: 16px;
	background-color: #fff;
	color: #555;
	border: 2px solid #fff;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
a.content-get-quote-button.red.w-button:hover {
	border: 2px solid #c80c0f;
	color: #c80c0f;
	background-color: #f7f7f7;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.scrolling a.content-get-quote-button.red.w-button {
	background-color: #fff;
	border: 2px solid #c80c0f;
	color: #c80c0f;	
}
.scrolling a.content-get-quote-button.red.w-button:hover {
	border: 2px solid #c80c0f;
	color: #c80c0f;
	background-color: #f7f7f7;
}
span.mobile_nav_cta {
    padding: 7px 14px;
    background-color: #fff;
    border: 2px solid #c80c0f;
    border-radius: 4px;
    position: relative;
    top: 1px;
	display: inline;
}
span.mobile-cta-container {
	display: none;
    float: left;
    margin: 0 20px 20px;
}
.mobile-open span.mobile-cta-container {
	display: inline-block;
    float: left;
    margin: 0 20px 20px;
}


/* MENU WRAPPER */

.main-menu-wrapper {
	padding: 0px 40px;
  height: 90px;
	background-color: #ffffff;
	position: fixed;
	width: 100%;
  top: 50px;
	z-index: 5;
	-webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}

.has-hero .main-menu-wrapper {
	background-color: #002347;
	-webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
}

.main-menu-wrapper .hs-menu-wrapper {
		height:auto;
}

@media screen and (min-width: 991px) {
	.main-menu-wrapper {
		background-color: #FFF;
	}
	.has-hero .main-menu-wrapper {
		background-color: rgba(0, 35, 71,0.3);
	}
}


}
.scrolling .main-menu-wrapper {
	background-color: #ffffff;
}
.has-hero .scrolling .main-menu-wrapper {
	background-color: rgba(0, 35, 71,1) !important;
}

.fa.fa-angle-down.child-toggle {
  transform: translateY(-50%);
  top: 50% !important;
  right: 10px;
  display: inline-block;
  position: absolute !important;
  z-index: 5;
  color: #000;
  transition: all .3s ease-in-out;
}

.mobile-open .main-menu a{
	color:#fff;
}

.main-menu-wrapper.hide-menu {
	display: none;
}


.widget-type-global_group {
	min-height: 0;
}


.scrolling.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children > .fa {
/* 	color: #FF8E00; */
}
.scrolling.main-menu-wrapper .top-menu ul li.hs-menu-depth-1.hs-item-has-children .fa {
	color: #002347; 
}
.main-menu-wrapper .top-menu ul li.hs-menu-depth-1.hs-item-has-children .fa {
	top: 1px;
	padding-left: 5px;
}
.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	overflow: visible;
}
.top-nav-container .hs-menu-depth-1 > a:after {
	background: #f7f7f7 none repeat scroll 0 0;
	bottom: -2px;
}
.main-logo {
	padding: 0;
	position: relative;
	left: 0;
  margin-right: 20px;
}

.main-menu {
    padding: 0px;
    display: flex;
    align-items: stretch;
}

.main-menu-wrapper {
	transition: background-color 0.3s ease-out;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
	-webkit-transition: all 0.35s cubic-bezier(0.25, 0.1, 0.03, 1.51);
	transition: all 0.35s cubic-bezier(0.25, 0.1, 0.03, 1.51);
}
body.mobile-open {
	/* overflow: hidden !important; */
}

.mobile-open .main-menu-container {
	/* overflow-x: hidden;
	overflow-y: auto; */
}



/*Menu Buttons*/
.menu-buttons {
	width: 2.1% !important;
}

.main-logo a {
	display: block;
	top: 4px;
	position: relative;
}

.main-logo img {
	max-width: 86px;
	width: 100% !important;
  	min-width: none;
}

@media (max-width: 991px) {
  .main-logo img {
    height: auto !important;
    max-width: 86px;
    width: 100% !important;

    min-width: 86px;
  }
}


/* HIDING / SHOWING SECONDARY LOGO*/

.logo-primary {
	display: block;
	opacity:1;
  display: flex;
  align-items: center;
}
.has-hero .logo-primary {
	display: block;
	opacity:1;
}
.logo-secondary {
	display: none;
	opacity:1;
}
.has-hero .logo-secondary {
	display: none;
	opacity:0;
}

@media screen and (max-width: 991px){
	.logo-primary {
		display: block;
		opacity:1;
	}
	.has-hero .logo-primary {
		display: block;
		opacity:1;
	}
	.logo-secondary {
		display: none;
		opacity:0;
	}
	.has-hero .logo-secondary {
		display: none;
		opacity:0;
	}
}

/* Hamburger 
***************************************
***************************************/

.hamburger {
	
	width: 80px;
	position: inline-block;
	display: none;
	text-align: center;
	cursor: pointer;
}

.hamburger span {
	height: 2px;
	width: 26px;
	display: block;
	background-color: #001C43;
	margin: 0 auto 7px;
	font-size: 13px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hamburger.mobile-open {
}

.hamburger span:nth-child(1) {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hamburger span:nth-child(2) {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.hamburger span:nth-child(3) {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hamburger span:nth-child(4) {
	height: auto;
	color: #fff;
	background-color: transparent;
	display: inline;
	top: -5px;
	position: relative;
}

.hamburger:hover span {
	-webkit-transform: rotate3d(0, 1, 0.1, 180deg);
	-moz-transform: rotate3d(0, 1, 0.1, 180deg);
	-ms-transform: rotate3d(0, 1, 0.1, 180deg);
	-o-transform: rotate3d(0, 1, 0.1, 180deg);
	transform: rotate3d(0, 1, 0.1, 180deg);
}

.hamburger.mobile-open  span{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform:  rotate3d(0, 0, 0, 45deg);
	-moz-transform:  rotate3d(0, 0, 0, 45deg);
	-ms-transform:  rotate3d(0, 0, 0, 45deg);
	-o-transform:  rotate3d(0, 0, 0, 45deg);
	transform: rotate3d(0, 0, 0, 45deg);
}

.hamburger.mobile-open  span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	position: relative;
	top: 9px;
}

.hamburger.mobile-open span:nth-child(2) {
	opacity: 0;
	transition: all 0s ease;
}

.hamburger.mobile-open  span:nth-child(3) {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	-moz-transform: rotate3d(0,0,1,-45deg);
	-ms-transform: rotate3d(0,0,1,-45deg);
	-o-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg);
	position: relative;
	top: -9px;
}
.c-hamburger-label {
  position: absolute;
  right: 73px;
  top: 24px;
  display: none;
}
@media (max-width: 991px) {
	.c-hamburger-label {  
    display: inline;
  }
}







/* SEARCH 
***************************************
***************************************/

.c-search-container {
  height:100vh;
  width: 100%;
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 28, 67, 0.88);
}

.hs-search-results__listing li {
	padding: 0;
	margin: 0px 0 40px;
	position: relative;
}

.hs-search-results__listing li:hover:after {
	width: 100% !important;
	background-color: #B30400;
	-webkit-transition: all 1.4s ease-in-out;
	transition: all 1.4s ease-in-out;
}

/* .hs-search-results__listing li:after {
	background-color: #B30400;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	-webkit-transition: all 1.4s ease-in-out;
	transition: all 1.4s ease-in-out;
	width: 7%;
} */

.hs-search-results__prev-page,
.hs-search-results__next-page {
  font-family: "Open sans", sans-serif;
  border: 3px solid;
  padding: 20px 26px 20px;
  border-radius: 0;
  font-size: 1.125rem;
  line-height: 0.9375rem;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.18px;
  text-transform: uppercase;
	background-color: #002347;
  border: 3px solid #FFFFFF;
  font-size: 20px;
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
}

.hs-search-results__prev-page:hover,
.hs-search-results__next-page:hover {
  background-color: #ffffff;
  border: 3px solid #002347;
  color: #002347;
	outline: 0;
}

input.c-header__search-input.js-header-search-desktop {
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 2.625rem;
}

.hs-search-field__bar input.hs-search-field__input {
	border: 2px solid #e2e2e2;
	font-size: 17px;
}

#modal-search {
  justify-content: center;
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  background-color: rgba(0, 28, 67, 0.88);
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  z-index: 6;
  align-items: center;
  height: calc(100vh - 140px);
  padding: 2rem;
}

.scrolling #modal-search {
  height: 100vh;
}

#modal-search.open {
  display: flex;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px); 
	left:0;
	opacity: 1;
}

#modal-search .fa-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

#modal-search form {
  width: 100%;
}

#modal-search .c-form.c-form--search {
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	transition-delay: 1s;
}

#modal-search.open .c-form.c-form--search {
	opacity:1;  
}

#modal-search input {

}

#modal-search input:focus-within {
	border-color: transparent !important;
	transition: border 0.3s ease !important;
}

#modal-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

#modal-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

#modal-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.c-form-wrap.c-form-wrap--search {
	position: relative;
	top: 50%;
	width: 100%;
	-o-transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	text-align: center;
}

.c-form.c-form--search {
	position: relative;
	display: block;
	width: 70%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.c-button--close {
	cursor: pointer;
}

/* .form-container {
	position: relative;
	display: block;
	width: 70%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
} */

.form-wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	text-align: center;
}

.c-form-wrap {
	margin-bottom: 0px;
}

.search-close {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	z-index: 9999;
	width: 50px;
	height: 50px;
	padding: 0px;
	border-radius: 100%;
	background-color: transparent;
	font-size: 1.5em;
	line-height: 1.2;
	text-transform: lowercase;
	cursor: pointer;
}

#modal-search input.hs-search-field__input {
    height: 90px;
    border-color: #fff;
    margin: 0;
    font-family: Raleway,sans-serif;
    padding-right: 70px;
    color: #000000;
    font-size: 30px;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

#modal-search input.hs-search-field__input:focus {
	border-color: transparent;
	transition: border 0.3s ease;
}

.hs-search-field--open .hs-search-field__suggestions {
	border-width: 2px;
	border-top: medium none;
	border-left: medium none;
	border-right: medium none;
	padding: 10px;
	text-align: left;
}

.hs-search-field__suggestions li {
	font-size: 16px;
}

li#results-for {
	margin-bottom: 10px;
	font-size: 18px;
}

.hs-search-field__suggestions li a {
	text-decoration: underline;
}

#modal-search .hs-search-field--open .hs-search-field__suggestions {
	border: 2px solid #fff;
	border-top: medium none;
	border-left: medium none;
	border-right: medium none;
	padding: 10px;
	color: #fff;
	text-align: left;
}

#modal-search .hs-search-field__suggestions li {
	font-size: 16px;
}

#modal-search li#results-for {
	margin-bottom: 10px;
	font-size: 18px;
}

#modal-search .hs-search-field__suggestions li a {
	color: #fff;
	text-decoration: underline;
}

img.modal-search-icn {
	position: absolute;
	height: 50px;
	width: 50px;
	right: 10px;
	top: 10px;
}
.google-search-wrapper {
	left: 0;
	position: absolute;
	top: 19px;
	width: 80%;
	opacity: 0;
	z-index: -1;
}

.fa-times-thin:before {
	content: '\00d7';
}


.search-close {
	position: absolute;
	top: 15px;
	font-size: 40px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.c-button.search-close:hover {
	box-shadow: none;
}

.search-wrap {
	position: relative;
	right: auto;
	cursor: pointer;
	width: 100%;
	color: #fff;
	font-size: 13px;
	top: auto;
	display: inline-block;
	height: auto;
	line-height: 19px;
	top: 15px;
}

.search-icon.fa-search {
	width: auto;
	float: none;
	position: relative;
	height: 100%;
	padding-top: 0;
	padding-left: 0;
}

.search-wrap .fa-map-marker {
	color: #fff;
	padding: 0 15px 0 5px;
}
.search-text {
	display: inline-block;
	margin-left: 10px;
}

.search-open .search-icon,
.search-open .search-text {
	display: none;
}

.nav-mobile-version {
	display: none;
}
.span4.widget-span.widget-type-custom_widget.nav-contact-container {
	position: absolute;
}
.span8.widget-span.widget-type-cell.top-nav-wrap.span-flex {
	float: right;
	width: auto;
	padding-left: 200px;
}
.span12.widget-span.widget-type-cell.top-menu {
    height: 50px;
}
.no-border.top-nav-container:after {
    width: 0;
}
@media (max-width: 991px) {
	.fa.fa-angle-down.child-toggle {
		transform: none;
		top: 0 !important;
	}
	.span10.widget-span.widget-type-custom_widget.main-menu {
		min-height: 0;
	}
	.nav-mobile-version {
		display: inline;
	}
	.nav-desktop-version {
		display: none;
	}
	#modal-search .gsc-search-button-v2 svg {
		height: 40px !important;
		width: 40px !important;
		margin-top: 10px !important;
	}
	#modal-search input.gsc-input {
		font-size: 2rem !important;
	}

}


@media (max-width: 767px) {

	.span4.widget-span.widget-type-custom_widget.nav-contact-container {
		width: auto;
		float: left;
		position: absolute;
	}
	.span6.widget-span.widget-type-custom_widget.nav-search-container {
		text-align: right;
	}
	.span8.widget-span.widget-type-cell.top-nav-wrap {
		justify-content: flex-end;
	}
	.nav-mobile-version ul li:last-child {
		padding-right: 0 !important;
	}
	#modal-search input.hs-search-field__input {
		font-size: 20px;
	}
	.top-nav-container li.hs-menu-item.hs-menu-depth-1 {
		float: left;
		display: inline-block;
		width: auto;
	}

}


@media (max-width: 479px) {

	.nav-contact .fa.fa-phone {   
		margin-right: 5px;
	}
	.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {    
		padding: 0px 5px 0;
	}
	.nav-contact--text {
		display: none;
	}
	.c-form.c-form--search {
		width: 80%;
	}
	#modal-search input.hs-search-field__input {
		font-size: 16px;
	}
	.top-nav-container li.hs-menu-item.hs-menu-depth-1 {
		padding: 0;
	}
	.main-logo img {
		height: auto !important;
		max-width: none;
		width: 170px;
		width: 100% !important;
		margin: 0 0 0;
		min-width: none;
		width: auto;
	}
}

/* Scrollling transitions
***************************************
***************************************/

/*Nav Background color*/
.has-hero .main-menu-wrapper.scrolling {
	background-color: rgba(0, 35, 71,1);
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
}



/*Search*/
.c-header__search {
	position: fixed;
	right: 0;
	width: 100%;
	top: 52px;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		/* visibility:hidden; */
}

.o-micro-wbsp .c-header__search,
.o-micro-teacher .c-header__search {
	top: 45px;
}
.c-header__search--open {	
	/* visibility:visible; */
	transform: translateY(42px);
	-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
.c-nav-search {
  width: 100px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: all .3s ease-in-out;
}

.c-nav-search:hover {
  color:#ffffff;
  background-color: rgba(0, 84, 143, 1);
  cursor: pointer;
}

.c-nav-search.open {
  color:#ffffff;
  background-color: rgba(0, 84, 143, 1);
}

.c-nav-search a {
	color: #000;
	font-size: 0;
	font-family: 'Open Sans';
	top: 5px;
	position: relative;
}

.c-nav-search a:before {
	font-family: FontAwesome;
	content: "\f002";
	left: -5px;
	position: relative;
	font-size: 19px;
}


/*Language Toggle */
.c-language-link:before {
	font-family: FontAwesome;
	content: "\f0ac";
	left: 10px;
	position: relative;
	font-size: 18px;
	top: -3px;
	color: #002347;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.c-language-link:hover:before {
	color: #b30400;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.c-language.main-menu {
    width: auto !important;
		display: inline-block;
}
.c-language.main-menu .hs-menu-item.hs-menu-depth-1 > a {
	font-size: 0;
}
.c-language.main-menu .hs-menu-item.hs-menu-depth-1 {
	padding: 0;
	margin: 0;
	top: 5px;
}
.c-language ul ul {
		width: 130px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		left: -25px;
    top: 76px;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
.c-language ul li:hover ul,
.c-language ul li:focus ul {
    visibility: visible;
    opacity: 1;
    position: absolute;
		left: -40px !important;
		top: 50px !important;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
.c-language ul {
	list-style: none;
}
.c-language ul > li.hs-menu-depth-1 > a {
    border: 2px solid;
    height: 40px;
    width: 40px;
    display: block;
}
.span1.widget-span.widget-type-logo.menu-buttons {
    display: table-cell;
    float: none;
}


/*Desktop Parent*/


.scrolling .main-menu a {
	color: #002347;
}

/* Hamburger */




/* DESKTOP 
***************************************
***************************************/
.main-menu a {
	padding: 30px;
	color: #000000;
}


.scrolling .main-menu a:hover
.scrolling .main-menu .hs-menu-item.hs-menu-depth-1:hover > a{
	color: #c80c0f;
	transition: all 300ms ease;
}

.main-menu .hs-menu-item.hs-menu-depth-1 {
	position: relative;
	padding: 20px 10px;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
/* 	padding: 20px 20px 10px 20px; */
}


@media (min-width: 992px){
	.hs-menu-item.hs-menu-depth-1.active>a:after {
		color: #B30400;
		width: 100%;
	}
  
	.scrolling .hs-menu-item.hs-menu-depth-1.active {
		border-color: #c80c0f;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3 a {
		min-width: 270px;
	}
  .main-menu-container .hs-menu-depth-3:hover > a::before {
    transform: translateX(100%);
    transition: transform 350ms ease 0s;
  }
  .hs-menu-depth-3 a::before,
  .hs-menu-depth-3.active a::before {
    content: "";
    background-color: rgb(0, 84, 143);
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: transform 350ms ease 0s;
    border-radius:0;
  }
  li.hs-menu-depth-3 a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul {
	height: 100%;
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li {
	padding: 0 !important;
  transition: all .3s ease-in-out;
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:hover {
  background-color: #00548F;
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:hover a {
    color:#ffffff;
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li > a {
	padding: 20px !important;
  height: 100%;
  display: flex;
  line-height: initial;
  align-items: center;
  transition: all .3s ease-in-out;
}


.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:hover > .child-toggle {
  color:#ffffff;
}

.main-menu > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li.hs-item-has-children > a {
	padding-right: 30px !important;
}

/* PARENT 
******************/
.main-menu .hs-menu-item.hs-menu-depth-1 > a {
	padding: 10px 0;
	max-width: none;
	position: relative;
	z-index: 4;
	font-size: 1.125rem;
	line-height: 0.9375rem;
	color: #000000;
}
.main-menu .hs-menu-item.hs-menu-depth-1 > a:hover {
	color: #DC5354;
}
.has-hero .main-menu .hs-menu-item.hs-menu-depth-1 > a {
	color: #FFF;
}
.has-hero .main-menu .hs-menu-item.hs-menu-depth-1 > a:hover {
	color: #DC5354;
}

.main-menu .hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
	background-color: rgba(0, 28, 67, 1);
	box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, 0.3);
}


/* .main-menu .hs-menu-item.hs-menu-depth-1 {
z-index: 2;
} */

.mobile-menu .hs-menu-item.hs-menu-depth-1 > a {
	padding: 15px 20px 15px;
}

.nav-search-container a:after,
.hs-menu-depth-1 > a:after,
.nav-contact a:after{
	bottom: 0;
	color: #fff;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
/* .hs-menu-depth-1 a:after{
background: #fff none repeat scroll 0 0;
}
.scrolling .hs-menu-depth-1 a:after{
background: #c80c0f none repeat scroll 0 0;
} */
/* .main-menu-container .hs-menu-depth-1 > a:after{
	background: #dc5354 none repeat scroll 0 0;
	transition: all 0.15s ease;
}
 */
/* .scrolling .main-menu-container .hs-menu-depth-1 a:after{
	background: #B30400 none repeat scroll 0 0;
} */

.nav-contact .hs-menu-depth-1 > a:after{
	background: #fff none repeat scroll 0 0;
}
.nav-search-container a:after,
.hs-menu-depth-1:hover > a:after,
.nav-contact a:hover:after {
	width: 100%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.nav-contact a:hover:after,
.nav-contact a:after {
	bottom: -3px;
}

.nav-search-container a.content-nav-link.model-one {
	text-decoration: none;
	font-size: 14px;
	margin: 0 5px;
	float: left;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.nav-search-container a.content-nav-link.model-one:hover,
.search-icon:hover .mobile-search-text {
	color: #fff;	
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* CHILD 
******************/
.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper {
	background-color: #fff;
}

.main-menu .hs-menu-children-wrapper a {
	color: #fff;
}



.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
	position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	max-width: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	width: auto;
	min-width: 210px;
	min-height: 0;
  padding: 1rem 2rem 1rem 1rem;
}
.main-menu-wrapper ul li.hs-menu-depth-2.hs-item-has-children .fa {
    color: #fff;
    top: 50%;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
		z-index: 9;
}
section.c-hero--small {
	margin-top: 160px;
}

/* .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
	color: #fff;
} */
/* Child Hover Effect */
/* .main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:after,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:after {
	background-color: #004569;
	bottom: 0;
	color: #004569;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	z-index: -1;
	top: 0;
	opacity: 1;
} */

.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.active:after {
	width: 100%;
}
/* .main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.active > a {
	color: #B30400;
} */
.nav-contact .nav-contact--number,
.mobile-search-text,
.nav-search-container a.content-nav-link.model-one {
	position: relative;
}

.nav-contact .nav-contact--number:after,
.mobile-search-text:after,
.nav-search-container a.content-nav-link.model-one:after {
	background-color: #fff;
	bottom: -2px;
	color: #fff;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	opacity: 1;
}

.nav-contact a:hover .nav-contact--number:after,
.mobile-search-text:hover:after,
.nav-search-container a.content-nav-link.model-one:hover:after{
	width: 100%;
	height: 2px;
	opacity: 1;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

/* .main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:hover:after,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:hover:after{
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	z-index
} */
.search-icon.fa.fa-search {
	margin-left: 2px;
}
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:before,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:before{
	width: 0 !important;
	height: 0 !important;
	bottom: -100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
	left: 99.5%;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    visibility: hidden;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {

	border-radius: 20px;
}

@media (min-width: 992px) {
	.hs-menu-wrapper.flyouts .hs-menu-children-wrapper:focus,
	.main-menu .hs-menu-item.hs-menu-depth-1:hover > .hs-menu-children-wrapper,
	.main-menu .hs-menu-item.hs-menu-depth-2:hover > .hs-menu-children-wrapper {
		left: 0;
		opacity: 1;
		top: 100%;
		visibility: visible;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:focus>.hs-menu-children-wrapper {
    	left: 0;
    	opacity: 1;
    	top: 100%;
		visibility: visible;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-depth-2.hs-item-has-children:hover>.hs-menu-children-wrapper {
		top: 0;
	}
}


.main-menu .hs-menu-children-wrapper .hs-menu-depth-3 > a {
	max-width: 140px;
	min-width: 140px;
	padding: 20px;
}

/* Mouse aware hover effect */

@media (min-width: 992px) {


	.hs-item-has-children li:first-child a {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	}
	.hs-item-has-children li:last-child a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	}

	.hs-menu-depth-2 a:before,
  .hs-menu-depth-2.active.hs-item-has-children.active-branch a:before {
		content: "";
		background-color: rgb(0, 84, 143);
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: transform 350ms ease;
	}


	.main-menu-container .hs-menu-depth-2 a {
		overflow: hidden;
		position: relative;
		display: block;
		height: 100%;
	}

	.main-menu-container .hs-menu-depth-2:hover > a:before {
		transform: translateX(100%);
		transition: transform 350ms ease;
	}

}
/* .scrolling .main-menu .hs-menu-children-wrapper .hs-menu-depth-2 a {
	color: #fff;
} */
/* MOBILE 
***************************************
***************************************/

/* @media (max-width: 1399px) {
	.nav-contact a,
	.mobile-search-text,
	.nav-search-container a.content-nav-link.model-one,
	.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		font-size: 13px;
	}
	.nav-contact {
		padding-top: 14px;
	}
	.top-nav-container li.hs-menu-item.hs-menu-depth-1 {
		padding: 12px 10px 10px;
	}
	.nav-search-container a.content-nav-link.model-one {
		margin: -1px 5px 0;
	}
} */
/* 
@media (max-width: 1299px) {
	.top-nav-container li.hs-menu-item.hs-menu-depth-1 {
		padding: 12px 7px 10px;
	}
	.main-logo img {
		max-width: 140px;
		min-width: 140px;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1 {
		padding: 19px 7px;
	}
	a.content-get-quote-button.red.w-button {
    height: auto;
    padding: 7px 5px;
	}
}
@media (max-width: 1199px) {
	.nav-contact--text,
	span.mobile-search-text {
		display: none;
	}
	.span8.widget-span.widget-type-cell.top-nav-wrap.span-flex {
		float: right;
		width: auto;
		padding-left: 0px;
	}
}
@media (max-width: 1024px) {
	.span4.widget-span.widget-type-custom_widget.nav-contact-container {
		display: none;
	}
} */
@media (max-width: 1199px) {
	.main-menu .hs-menu-item.hs-menu-depth-1 {
		padding: 20px 6px;
	}
}

@media (min-width: 992px) {
.main-menu .hs-menu-children-wrapper a:hover {
	color: #fff;
}
	ul li.hs-menu-depth-2.hs-item-has-children .fa:before {
		font-family: FontAwesome;
		content: "\f105";
	}
	.main-menu-wrapper .hs-menu-wrapper {
		display: block !important;
    height: 100%;
	}
	.menu-search {
		display: table-cell !important;
	}

}

@media (max-width: 1199px) {
	.main-menu a {
		font-size: 13px;
	}
}


@media (max-width: 991px) {
	.mobile-menu .hs-menu-item.hs-menu-depth-1 {
    	padding: 0;
    	margin: 0;
	}
	.c-header__search {
		display: none;
	}
	.main-logo {
		padding: 8px 20px !important;
    width: 100px !important;
    display: flex;
	}
	.main-logo img {
		height: 45px !important;
    	width: auto !important;
    	min-width: 0;
	}
	.c-nav-search {
    	
	}
	.c-language.main-menu {
    	width: 30px !important;
    	display: inline-block;
    	position: absolute;
    	right: 73px;
    	top: 13px;
	}
	.c-language-link:before {
    	font-size: 21px;
		color: #002347;
	}
	.c-language ul > li.hs-menu-depth-1 > a {
    	border: medium none;
    	padding: 0 !important;
    	top: 10px;
	}
	.mobile-search-text {
		top: -4px;
	}
	.search-wrap {
		top: 6px;
	}
	.span12.widget-span.widget-type-cell.top-menu {
		height: 30px;
	}
	.span4.widget-span.widget-type-custom_widget.nav-contact-container {
		display: block;
	}
	.nav-contact {
		padding-top: 5px;
	}
	.span6.widget-span.widget-type-custom_widget.top-nav-container {
		display: none;
	}
	.nav-contact--text,
	span.mobile-search-text {
		display: inline;
	}
	.hs-menu-depth-1 > a:after,
	.nav-contact a:after {
		display: none;
		content: none;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
		box-shadow: none;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
		left: 0;
		height: 0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2.open-child ul.hs-menu-children-wrapper {    
		height: auto;
	}
	
	.main-menu-wrapper {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		transition: background-color 3ms ease-in-out;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1 {
		width: 100%;
		z-index: 1;
	}
	.main-menu .hs-menu-wrapper > ul {
		
	}
	.main-menu .hs-menu-item.hs-menu-depth-1 > a {
		width: 100%;
		display: block;
	}
	.main-menu-container .hs-menu-wrapper {
		display: none;
	}
	
	
	
	.hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: center;
  }
	
	.hamburger.mobile-open {
		
	}
	.hs-menu-depth-1:hover:after {
		width: 0;
	}
	.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    	visibility: hidden;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
		visibility: hidden;
		opacity: 0;
		position: relative;
		display: block;
		transition: all 0s ease;
		z-index: 0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open-child:hover > ul.hs-menu-children-wrapper,
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open-child > ul.hs-menu-children-wrapper {
		visibility: visible;
		opacity: 1;
		position: relative;
		display: block;
		transition: all 0s ease;
		z-index: 0;
	}
	.mobile-menu .hs-menu-item.hs-menu-depth-1,
	.mobile-menu .hs-menu-item.hs-menu-depth-2{
		max-height: 50px;
		transition: max-height 0.5s ease;
	}
  .mobile-menu .hs-menu-item.hs-menu-depth-2{
    margin-bottom: 0;
    height: 46px;
    line-height: 46px;
  }
  
/*   .mobile-menu .hs-menu-item.hs-menu-depth-2.active.active-branch,
  .mobile-menu .hs-menu-item.hs-menu-depth-2.active-branch { 
    background-color: #00548f;
  } */
  
  
	li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.open-child{
		max-height: none;
		transition: max-height 0.5s ease;
    background-color: #00548f;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1.open-child,
	.main-menu .hs-menu-item.hs-menu-depth-2.open-child{
		max-height: 1500px;
		transition: max-height 2s ease;
	}
	.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding-top: 20px;
    padding-bottom: 5px;
}
	.mobile-menu .hs-menu-item.hs-menu-depth-1 {
		padding: 0;
	}

	.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
		color: #fff;
		float: right;
		height: 100%;
		display: block;
		position: absolute;
		width: 80px;
		right: 0;
		top: 0;
		padding-top: 15px;
		text-align: right;
		padding-right: 20px;
		z-index: 99999;
		cursor: pointer;
	}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
	border-radius: 0;
}

	.mobile-menu .hs-menu-item.hs-menu-depth-1 > a {
		display: inline-block;
		z-index: 9;
	}
	.scrolling.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
/* 		color: #fff; */
	}
	
	.main-menu .hs-menu-item.hs-menu-depth-1 > a {
		z-index: -1;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 0;
	}
	.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
		background-color: #fff;
		border-top: 1px solid #ececec;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1 > a {
		width: 80%;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		top: 5px;
	}
	
	.nav-contact {
		padding-top: 4px;
	}
	.search-wrap {
		top: 5px;
	}
	.nav-mobile-parent .hs-menu-depth-1 > .fa.fa-angle-down.child-toggle,
	.nav-mobile-parent .hs-menu-depth-1 > a {
		color: #fff !important;
	}
	.nav-mobile-parent .fa.fa-angle-down.child-toggle {
		color: #fff !important;
	}
	
	.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 {
		background-color: #ececec;
		border-color: #fff;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    	width: calc(100% - 70px);
	}
}

@media (max-width: 479px) {
	
	.nav-contact--text, span.mobile-search-text{
		display: none;
	}
	.hamburger {
	}
	.search-icon.fa.fa-search {
		margin-left: 10px;
	}
	.nav-contact {
		padding-top: 4px;
	}
	.search-wrap {
		top: 5px;
	}
	.pillar-banner h1.h1.model-one.center {
		margin: 0;
	}
}


/* MOBILE MENU */

.mobile-menu {
	display: none;
  background-color: rgba(0, 28, 67, 0.95);
  overflow-y: auto;
	min-height: 500px;
}

.mobile-menu a {
	color: #FFFFFF;
}
@media (max-width: 991px) {
	.mobile-menu .hs-item-has-children ul a {
    color: #001c43;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		width: 100%;
	}
}
.mobile-open .mobile-menu {
	display: block;
}

.mobile-menu .hs-menu-wrapper ul {
	flex-direction: column;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

@media screen and (min-width: 992px){
	.mobile-open .mobile-menu {
		display: none;
	}
}

/* SIGN IN */ 

.sign-in {
	color: #ffffff;
}

.sign-in a {
 display: inline-block;
 color: #ffffff;
}
.sign-in a:hover {
 color: rgba(205, 22, 63, 100);
}


@media screen and (min-width: 991px){
	.sign-in {
		
	}
}

/* MOBILE SIGN IN */

.mobile-sign-in {
	color: #FFFFFF;
	padding: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: center;
}

.mobile-sign-in a {
 display: inline-block;
 color: #FFFFFF;
}
.mobile-sign-in a:hover {
 color: #DC5354;
}

/* Top Bar */

.c-top-bar {
  background-color: rgba(0,28,67,1);
  color: #fff;
  height: 50px;
  position: fixed;
  z-index: 6;
  width: 100%;
  padding: 0 20px;
  top: 0px;
}

.c-top-bar__container {
	display: flex;
	align-items: center;
	max-width: none;
	/* padding-left: 90px;
	padding-right: 90px; */
	margin: 0 auto;
	height: 100%;
	justify-content: space-between;
}


.c-top-bar__text-strip {
  display: flex;
}

.c-top-bar__text-strip p {
  margin: 0;
	font-weight: 400;
	line-height: 26px;
	font-size: 1.125rem;
}
.c-top-bar__text-strip a {
	display: flex;
	color: #fff;
	transition: all 0.3s ease;
}
.c-top-bar__social-icons a {
	margin-left: 20px;
	padding-top: 4px;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
}
.c-top-bar__text-strip a:hover,
.c-top-bar__social-icons a:hover {
	color: #69B3E7;
	transition: all 0.3s ease;
}
.c-top-bar__social-icons a:hover {
    transform: scale(1.2);
    transform-origin: center;
}

.c-top-bar__text-strip a:hover path#Vector-2,
.c-top-bar__text-strip a:hover path#Icon_awesome-youtube {
	fill: #69B3E7;
	transition: all 0.3s ease;
}
.c-top-bar__text-strip__arrow {
  margin-left: 10px;
  width: 16px;
  height: auto;
  fill: currentColor;
  transition: transform .3s ease;
  
}

.c-top-bar__text-strip a:hover .c-top-bar__text-strip__arrow {
  transform: translateX(2px);
}


.c-top-bar__social-icons {
    display: flex;
    align-items: center;
}

.c-top-bar__social-icons img {
    margin-left: 10px;
}

.c-button,
.cta_button {
  font-size: 16px !important;
  padding: 14px 20px !important;
  font-family: "Futura Std", "League Spartan", sans-serif !important;
}

@media screen and (min-width:992px){
  
  .c-top-bar {
    padding: 0 40px;
  }

}
/* HERO MODULES
   ----------------------------- */
.c-hero {
  max-height: auto;
  min-height: 500px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-position: 27% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: right;
  background-size: auto;
  margin-top: 140px;
}

@media (min-width: 768px) {
  .c-hero {
     min-height: 560px;
  }
}
@media (min-width: 1024px) {
  .c-hero.c-hero__showcase {
    min-height: 500px;
  }
}
@media (min-width: 1921px) {
  .c-hero {
    min-height: 793px;
  }
  .c-hero.c-hero__showcase {
    min-height: 700px;
  }
}
.c-hero .Typewriter__cursor {
  font-weight: 500;
}
.c-hero__heading {
  font-family: "Helvetica", sans-serif;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-hero__heading {
    font-size: 3.375rem;
    line-height: 4.375rem;
  }
}
.c-hero__typer {
  font-weight: 700;
  display: block;
  /*min-height: 100px;*/
}
@media (min-width: 768px) {
  .c-hero__typer {
    display: inline;
    min-height: none;
  }
}
.c-hero__cta {
  margin-top: 30px;
}
.c-hero__box {
  z-index: 2;
  position: relative;
  color: #fff;
}
.c-hero__box h2.main-heading {
  font-size: 3rem;
  line-height: initial;
  margin-bottom: 40px;
}
.c-hero__box p.secondary-heading {
  font-size: 1.4rem;
  line-height: initial;
  margin-bottom: 40px;
}

.c-hero--mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1279px) {
  .c-hero--mask {
    background-image: none !important;
  } 
}

.c-hero--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.27;
  z-index: 1;
  background: rgb(0,0,0);
  background: -moz-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.c-hero--overlay-dots {
  opacity: 0.2;
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 200px;
}

.c-hero--overlay-social {
  position: absolute;
  right: 40px;
  z-index: 4;
  display: none;
}

@media (min-width: 1280px) {

  .c-hero--overlay-social {
    display: block;
  }
  
}

.c-hero--overlay-social a.hero-social-icon {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

@media (min-width: 900px) {
  .c-hero__box h2.main-heading {
    font-size: 4rem;
  }
}
@media (min-width: 1520px) {
  .c-hero--overlay-dots {
    opacity: 1;
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 200px;
  }
}

/* Strip - Stats
     ----------------------------- */
.c-stat-block {
  text-align: center;
  padding: 0 0.75rem;
}
.c-stat-block--heading {
  font-size: 3.5rem;
  line-height: 5.4375rem;
  margin: 0px;
  /*color: $struto-blue;*/
}
.c-stat-block--description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: block;
  color: #ffffff;
}
.c-stat-block.column.is-half-mobile.is-one-third-tablet.is-sixth:nth-child(4),
.c-stat-block.column.is-half-mobile.is-one-third-tablet.is-sixth:nth-child(5),
.c-stat-block.column.is-half-mobile.is-one-third-tablet.is-sixth:nth-child(6) {
  opacity: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .c-stat-block.column.is-half-mobile.is-one-third-tablet.is-sixth {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .c-stat-block.column.is-half-mobile.is-one-third-tablet.is-sixth:nth-child(4) {
    opacity: 1;
    position: relative;
  }
}
@media (min-width: 480px) {
  .c-stat-block.column.is-half-mobile.is-one-third-tablet.is-sixth:nth-child(5),
  .c-stat-block.column.is-half-mobile.is-one-third-tablet.is-sixth:nth-child(6) {
    opacity: 1;
    position: relative;
  }
}

/* Grid -  Icon Blocks
     ----------------------------- */
.o-section.theme-blue span.number,
.o-section.theme-blue .c-button--read {
  color: #1eb9cf;
}
.o-section.theme-blue span.number::before,
.o-section.theme-blue span.number::after,
.o-section.theme-blue .c-button--read::before,
.o-section.theme-blue .c-button--read::after {
  background: #1eb9cf;
}

.o-section.theme-red span.number,
.o-section.theme-red .c-button--read {
  color: #db535b;
}
.o-section.theme-red span.number::before,
.o-section.theme-red span.number::after,
.o-section.theme-red .c-button--read::before,
.o-section.theme-red .c-button--read::after {
  background: #db535b;
}

.o-section.theme-purple span.number,
.o-section.theme-purple .c-button--read {
  color: #b68dc1;
}
.o-section.theme-purple span.number::before,
.o-section.theme-purple span.number::after,
.o-section.theme-purple .c-button--read::before,
.o-section.theme-purple .c-button--read::after {
  background: #b68dc1;
}

.o-section.theme-green span.number,
.o-section.theme-green .c-button--read {
  color: #5cc483;
}
.o-section.theme-green span.number::before,
.o-section.theme-green span.number::after,
.o-section.theme-green .c-button--read::before,
.o-section.theme-green .c-button--read::after {
  background: #5cc483;
}

.o-section.theme-orange span.number,
.o-section.theme-orange .c-button--read {
  color: #fabd4a;
}
.o-section.theme-orange span.number::before,
.o-section.theme-orange span.number::after,
.o-section.theme-orange .c-button--read::before,
.o-section.theme-orange .c-button--read::after {
  background: #fabd4a;
}

.c-icon-block__icon {
  vertical-align: top;
  /* width: 50px; */
  /* float: left; */
  /* margin-right: 35px; */
  text-align: center;
}
.c-icon-block__icon img {
  max-width: 92px !important;
}

@media (max-width: 767px) {
  .c-icon-block__icon {
    /* margin-right: 20px; */
  }
}

.c-icon-block__content {
  display: block;
  /* width: calc(100% - 100px); */
  text-align: center;
}

/* Slider -  logos
     ----------------------------- */
.c-logo-strip__inner {
  position: relative;
  height: 150px;
}

.c-logo-strip img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 150px;
  left: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .slider-logo .c-logo-strip__inner {
    height: 80px;
  }
}

/* Slider -  logos
     ----------------------------- */
.c-testimonial {
  font-size: 1rem;
  line-height: 1.5rem;
  background-size: cover;
  background-position: center center;
}
.c-testimonial .c-intro {
  margin-bottom: 40px;
}
.c-testimonial .c-intro__title {
  margin-bottom: 0rem;
}
.c-testimonial .c-slider {
  background-size: cover;
  background-position: top;
  padding: 2rem 0 5rem 0;
}
@media (max-width: 767px) {
  .c-testimonial .c-slider {
    padding: 2rem 0 1rem 0;
  }
}
@media (max-width: 479px) {
  .c-testimonial .c-slider {
    padding: 2rem 0 3rem 0;
  }
}
.c-testimonial .o-container .columns {
  padding: 0 8rem;
}
@media (max-width: 1023px) {
  .c-testimonial .o-container .columns {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .c-testimonial .o-container .columns {
    padding: 0 3rem;
  }
}
.c-testimonial__body {
  font-size: 15px;
  line-height: 1.6rem;
  font-weight: normal;
  margin-bottom: 50px;
}
.c-testimonial__author {
  font-weight: bold;
}
.c-testimonial .js-slider-nav {
  text-align: center;
  margin-top: 100px;
}
.c-testimonial .js-slider-nav .slick-list {
  padding: 0 !important;
}
.c-testimonial .js-slider-nav .slick-track {
  transform: none !important;
  width: auto !important;
  display: flex;
  flex-wrap: wrap;
}
.c-testimonial .js-slider-nav .slick-slide {
  opacity: 0.4;
  width: calc(25% - 0px) !important;
}
@media (max-width: 767px) {
  .c-testimonial .js-slider-nav .slick-slide {
    width: calc(50% - 0px) !important;
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .c-testimonial .js-slider-nav .slick-slide {
    width: calc(100% - 0px) !important;
  }
}
.c-testimonial .js-slider-nav .slick-slide.slick-current {
  opacity: 1;
}

/* .c-testimonials p {
  font-size: 1rem;
} */

/*CTA - Strip
     ----------------------------- */
.c-cta-banner {
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 150px;
  background-color: #fff;
  max-width: calc(100% - 100px);
  margin-left: 100px;
}
@media (max-width: 1023px) {
  .c-cta-banner {
    background-image: none !important;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
  }
}

/* Blog - RSS
     ----------------------------- */
.c-rss__inner {
  height: 100%;
}

.c-rss__img {
  height: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center center;
}

.c-rss__column {
  padding: 50px;
  background-color: #f5f5f5;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .c-rss__column {
    padding: 20px 10px;
  }
}

.c-rss__date {
  position: absolute;
  bottom: 0;
  left: 70px;
  font-weight: bold;
  font-size: 0.9rem;
}
.c-rss__date svg {
  fill: #1eb9cf;
  width: 18px;
  height: 18px;
  top: 5px;
  left: -22px;
  position: absolute;
}
@media (max-width: 1215px) {
  .c-rss__date {
    bottom: 18px;
  }
}
@media (max-width: 767px) {
  .c-rss__date {
    bottom: 0px;
    left: 30px;
  }
}

.c-rss__link {
  position: absolute;
  bottom: 0px;
  right: 50px;
  font-weight: 700;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .c-rss__link {
    right: 10px;
  }
}

.c-rss__heading {
  font-size: 1.375rem;
  line-height: 1.6875rem;
}

/* 2 Column - Quote and Calendar
     ----------------------------- */
.c-calendar__img {
  margin-bottom: 20px;
  margin-top: 16px;
}

.c-calendar__quote {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-calendar__author {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 479px) {
  .c-calendar__author {
    font-size: 1.2rem;
  }
}

.c-calendar__company {
  font-size: 1.5rem;
}
@media (max-width: 479px) {
  .c-calendar__company {
    font-size: 1.2rem;
  }
}

/* Over Ride due to iframe styling*/
.o-section.c-calendar.o-section--large {
  padding-bottom: 0;
}

/* Grid - Cards
     ----------------------------- */
.c-cards__inner {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  background-position: center center;
  transition: all .3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.c-cards__inner.has-hover:hover {
  background-size: 110%;
}

.c-cards__icon {
  margin-bottom: 30px;
}

.c-cards__number {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 140px;
  height: 140px;
  font-family: 'Futura Std', 'League Spartan', sans-serif;
  font-size: 100px;
  line-height: 140px;
  font-weight: 500;
  text-align: center;
  background-color: rgba(255,255,255,0.7);
  pointer-events: none;
}

/* Grid - Cards
     ----------------------------- */
.c-service-card__inner {
  background-color: #fff;
  padding: 50px;
}

.c-service-card__head {
  background-size: cover;
  padding: 50px;
}

/* Table - Features
     ----------------------------- */
.c-table-features__header h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0;
}

.c-table-features__cell {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-table-features__cell--bg {
  background-color: #ececec;
}
.c-table-features__cell h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0;
}

.c-table-features .is-6.is-mobile {
  width: 50%;
  display: flex;
  flex: none;
}

.c-table-features .tile.is-mobile {
  display: flex;
}

.c-team {
  font-family: "CooperHewitt";
}
.c-team__img {
  width: 100%;
}
.c-team__name {
  font-weight: bold;
  margin: 0;
}

/* FAQ Module 
     ----------------------------- */
.c-faq {
  border: 0.25px solid #383739;
  border-radius: 0;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  padding: 30px 40px;
  position: relative;
  background-color: #fff;
}
.c-faq h4 {
  margin: 0;
  font-size: 1.4rem;
}
.c-faq.faq-open {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-faq.faq-open:after {
  transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform-style: preserve-3d;
  transform-origin: center center;
  top: 40px;
}
.c-faq:after {
  transform: rotate(0) translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform-style: preserve-3d;
  transform-origin: center center;
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  height: 30px;
  width: 17px;
  color: #1eb9cf;
  right: 30px;
  top: 50%;
  font-size: 27px;
}

.c-faq__content {
  margin-top: 20px;
/*   display: none; */
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  transition: all 350ms ease;
}
.faq-open .c-faq__content {
    position: relative;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 350ms ease;
}
.c-faq__content ul {
  padding-left: 25px;
}

/* Content Intro modules
     ----------------------------- */
.c-intro {
  margin-bottom: 40px;
}
.c-intro p {
  font-size: 1.25rem; /* 20px */
  line-height: 1.875rem; /* 30px */
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  margin: 15px 0 0 0;
}
.c-intro .column {
  padding-bottom: 0;
}
.c-intro .column h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-intro p {
    font-size: 1.375rem; /* 22px */
    line-height: 2rem; /* 32px */
  }
}

/* Eyebrow Headings
     ----------------------------- */
.c-eyebrow {
  font-family: "Helvetica", sans-serif;
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4375rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-bottom: 0.7rem;
}

/* 2 Column - Scaffold Images and Text
  ----------------------------- */
.c-masonry {
  columns: 2 200px;
  column-gap: 1rem;
}
.c-masonry .c-masonry__image {
  width: 150px;
  height: 350px;
  color: white;
  margin: 0 1rem 1rem 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  background-size: cover;
  background-position: center center;
  display: flex;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .c-masonry .c-masonry__image:nth-child(3) {
    transform: translateY(30%);
  }
  .c-masonry .c-masonry__image:nth-child(4) {
    transform: translateY(30%);
  }
}

/*  Icon bullet list
     ----------------------------- */
.c-icon-list {
  padding-left: 40px;
  list-style: none;
}
.c-icon-list li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .c-icon-list li {
    padding-left: 15px;
  }
}
.c-icon-list li:before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  left: -40px;
  background-image: url();
  background-size: 25px 25px;
}
@media (min-width: 768px) {
  .c-icon-list li:before {
    height: 32px;
    width: 32px;
    left: -40px;
    background-size: 32px 32px;
  }
}
.c-icon-list li:first-child {
  margin-top: 20px;
}

/*  Overlapping 2 column
     ----------------------------- */
.c-overlap-bg {
  position: absolute;
  height: 100%;
  width: 60%;
  background-color: #f3f5fa;
  z-index: -1;
  right: 0;
  top: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: none;
}
@media (min-width: 1024px) {
  .c-overlap-bg {
    display: inline;
  }
}
.c-overlap-bg.right {
  right: auto;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*  Slider - Testimonial
     ----------------------------- */
.c-testimonial-slider {
  position: relative;
  padding: 40px 0;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-testimonial-slider {
    padding: 70px 70px 50px 0px;
  }
}
@media (min-width: 1216px) {
  .c-testimonial-slider {
    padding: 100px 100px 50px 0px;
  }
}
@media (min-width: 768px) {
  .c-testimonial-slider {
    text-align: left;
    padding: 40px 40px 50px 0px;
  }
}
.c-testimonial-slider--blog {
  padding: 0;
}
.c-testimonial-slider:after {
  border: medium none;
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 143px);
  right: 0;
  top: 0;
  border-radius: 20px;
  z-index: -1;
}
@media (min-width: 768px) {
  .c-testimonial-slider:after {
    border: 1px solid #4dc4b0;
  }
}
.c-testimonial-slider--blog {
  margin-top: 0;
}
.c-testimonial-slider--blog:after {
  border: medium none;
}
.c-testimonial-slider__img {
  width: 280px;
  float: none;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-testimonial-slider__img {
    float: left;
  }
}
.c-testimonial-slider__blog-img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.c-testimonial-slider__blog-img div {
  background-size: cover;
  height: 100%;
  background-position: center center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  min-height: 357px;
}
@media (min-width: 768px) {
  .c-testimonial-slider__blog-img div {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }
}
@media (max-width: 1215px) {
  .c-testimonial-slider__blog-img div {
    min-height: 553px;
  }
}
@media (max-width: 1023px) {
  .c-testimonial-slider__blog-img div {
    min-height: 357px;
  }
}
@media (min-width: 1216px) {
  .c-testimonial-slider__blog-img div {
    min-height: 435px;
  }
}
@media (min-width: 1408px) {
  .c-testimonial-slider__blog-img div {
    min-height: 388px;
  }
}
@media (min-width: 1508px) {
  .c-testimonial-slider__blog-img div {
    min-height: 357px;
  }
}
.c-testimonial-slider__text {
  width: 100%;
  display: inline-block;
  margin-left: 0;
  background-color: #fff;
  padding-top: 40px;
}
.c-testimonial-slider__text--blog {
  margin-left: 0;
  width: 70%;
}
@media (min-width: 768px) {
  .c-testimonial-slider__text {
    width: calc(100% - 380px);
    display: inline-block;
    margin-left: 40px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .c-testimonial-slider__text {
    margin-left: 70px;
  }
}
@media (min-width: 1216px) {
  .c-testimonial-slider__text {
    margin-left: 100px;
  }
}
.c-testimonial-slider__slide {
  padding-bottom: 20px;
}
.c-testimonial-slider__nav {
  position: absolute;
  bottom: 0px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .c-testimonial-slider__nav {
    width: auto;
    bottom: 40px;
  }
}
.c-testimonial-slider__nav--blog {
  left: 50%;
  right: 0;
  bottom: -40px;
  width: 100%;
  transform: translateX(-50%);
}
.c-testimonial-slider__nav--blog.c-testimonial-slider__nav {
  left: 50%;
  bottom: -50px;
}
@media (min-width: 768px) {
  .c-testimonial-slider__nav--blog.c-testimonial-slider__nav {
    left: auto;
  }
}
@media (min-width: 768px) {
  .c-testimonial-slider__nav--blog {
    width: auto;
    left: auto;
    transform: none;
  }
}
@media (min-width: 768px) {
  .c-testimonial-slider__nav {
    left: 320px;
    transform: none;
    bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .c-testimonial-slider__nav {
    left: 350px;
    bottom: 92px;
  }
}
@media (min-width: 1216px) {
  .c-testimonial-slider__nav {
    left: 380px;
    bottom: 92px;
  }
}
.c-testimonial-slider__arrow {
  color: #cfd6e0;
  font-size: 20px;
  float: left;
  cursor: pointer;
}
.c-testimonial-slider__arrow:hover text {
  fill: #18345f;
}
.c-testimonial-slider__arrow--right {
  float: right;
}
@media (min-width: 768px) {
  .c-testimonial-slider__arrow--right {
    float: left;
  }
}
.c-testimonial-slider__line {
  border-top: 2px solid #e7eaef;
  margin-top: 20px;
}
.c-testimonial-slider__link {
  float: left;
  font-size: 1.4rem;
  color: #103462;
  text-decoration: underline;
  margin-top: 30px;
  opacity: 1;
  transition: all 350ms ease;
  margin-right: auto;
  margin-left: auto;
  float: none;
  display: block;
}
@media (min-width: 1024px) {
  .c-testimonial-slider__link {
    float: right;
    margin-top: 10px;
  }
}
.c-testimonial-slider__link--transition {
  opacity: 0;
  transition: all 0ms ease;
}
.c-testimonial-slider__dots {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .c-testimonial-slider__dots {
    float: left;
    position: relative;
    top: 8px;
    left: auto;
    transform: none;
    width: auto;
  }
}
.c-testimonial-slider__dots ul.slick-dots {
  position: relative;
  bottom: -2px;
}
.c-testimonial-slider__dots ul.slick-dots li button:before {
  /* width: 8px; */
  /* height: 8px; */
  opacity: 1;
  color: #cfd6e0;
  font-size: 10px;
}
.c-testimonial-slider__dots ul.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #db535b;
}

.fa.fa-arrow-right.c-testimonial-slider__arrow {
  margin-left: 5px;
}

.fa.fa-arrow-left.c-testimonial-slider__arrow {
  margin-right: 5px;
}

.fa.c-testimonial-slider__arrow {
  top: 17px;
  position: relative;
}

.slick-slide .c-testimonial-slider__img img {
  display: inline-block;
}

.columns.is-gapless > .c-testimonial-slider__blog-text.column {
  padding: 2rem;
  background-color: #f3f6fa;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .columns.is-gapless > .c-testimonial-slider__blog-text.column {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
}

.c-image-form .o-container {
  background-color: #f3f6fa;
  border-radius: 20px;
  padding: 40px;
}
@media (min-width: 768px) {
  .c-image-form .o-container {
    padding: 80px;
  }
}

/* Footer CTA Module*/
.c-footer-cta {
  margin-top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

/* Banner CTA Module*/
.c-banner-cta--border {
  border: 1px solid #4dc4b0;
  border-radius: 20px;
  padding: 40px;
}
@media (min-width: 1024px) {
  .c-banner-cta--border {
    padding: 80px;
  }
}

/* 1 Column Image and Text Module */
.c-bg-image {
  min-height: 580px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  margin-bottom: 80px;
  max-width: 960px;
  margin: 0 auto;
}

/* 2 Column - Fluid Image and Text */
.c-bg-fluid {
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  min-height: 350px;
  z-index: 2;
  position: relative;
}

.c-text-fluid {
  padding: 40px 0 0;
  max-width: none;
}
.c-text-fluid.reversed {
  padding: 40px 80px 0 0;
}
@media (min-width: 1024px) {
  .c-text-fluid {
    padding: 40px 0 0 80px;
  }
}
@media (min-width: 1216px) {
  .c-text-fluid {
    max-width: 580px;
  }
}
@media (min-width: 1408px) {
  .c-text-fluid {
    max-width: 670px;
  }
}
@media (min-width: 1508px) {
  .c-text-fluid {
    max-width: 760px;
  }
}
.c-text-fluid--reversed {
  justify-content: end;
}

/* Logo Strip Module */
/* 2 Column image and text with strip */
.column img {
  max-width: 100%;
}

.c-pulled-image {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  max-height: calc(100% + 160px);
  z-index: 2;
  display: none;
}
@media (min-width: 1024px) {
  .c-pulled-image {
    display: inline;
  }
}
.c-pulled-image.right {
  left: 50%;
  right: auto;
}

.c-block-image {
  display: inline;
}
@media (min-width: 1024px) {
  .c-block-image {
    display: none;
  }
}
.c-block-image.c-block-image--not-offset {
  display: block;
}

.c-bg-strip {
  position: relative;
  z-index: 1;
}
.c-bg-strip:before {
  content: "";
  background-color: #a6e2d8;
  position: absolute;
  left: -100%;
  opacity: 0.4;
  z-index: -1;
  height: 70%;
  width: 300%;
  top: auto;
  transform: none;
  bottom: 0;
}
@media (min-width: 1024px) {
  .c-bg-strip:before {
    height: calc(100% + 160px);
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.c-bg-strip--grey:before {
  background-color: #f3f6fa;
  opacity: 1;
}

@media (max-width: 1023px) {
  .c-fluid-tiles--text {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .c-fluid-tiles--image {
    flex: none;
    width: 100%;
  }
}

.c-fluid-tiles--footer .c-bg-fluid {
  min-height: 350px;
  background-position: bottom center;
}
@media (min-width: 768px) {
  .c-fluid-tiles--footer .c-bg-fluid {
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .c-fluid-tiles--footer .c-bg-fluid {
    min-height: 700px;
  }
}

.c-fluid-tiles--footer .c-fluid-tiles--text {
  align-items: center;
}

/* Case Studies */
.c-case .c-case__block {
  color: #103462;
  padding: 30px;
  border-radius: 10px;
  background-color: #f1f3f8;
  transition: all 350ms ease;
  height: 100%;
  position: relative;
}
.c-case .c-case__block:hover {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  transition: all 350ms ease;
}

.c-case .c-case__logo {
  border-radius: 10px;
  background-color: #dae1ef;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  min-height: 140px;
  display: flex;
  justify-content: center;
}
.c-case .c-case__logo img {
  max-height: 100px;
}

.c-case .c-case__title {
  font-weight: bold;
}

.c-case .c-case__content p {
  font-size: 1.125rem;
}

.c-case .c-case__date {
  display: none;
  font-size: 1.125rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
.c-case .c-case__date span {
  font-weight: normal;
}

/* 2 column with Box */
.c-image-text__box {
  background-image: url();
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  padding: 60px;
}
.c-image-text__box h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.c-image-text__box .c-icon-list li {
  font-size: 1.125rem;
  line-height: 2rem;
}

.c-image-text .columns img {
  float: none;
  margin: 0 auto;
  display: block;
}

/* HubDB Featured Event
     ----------------------------- */
.c-upcoming__box {
  background-color: #edf9f7;
  border-radius: 20px;
  background-image: url();
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0);
  padding: 40px;
}
@media (min-width: 768px) {
  .c-upcoming__box {
    padding: 0;
  }
}
.c-upcoming__box--padded {
  padding: 40px;
}
@media (min-width: 768px) {
  .c-upcoming__box--padded {
    padding: 40px;
  }
}

.c-upcoming__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.c-upcoming__img--padded {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.c-upcoming__text {
  padding: 60px;
}
.c-upcoming__text--small {
  padding: 0 40px;
}

.c-upcoming__text {
  padding: 0;
}
@media (min-width: 768px) {
  .c-upcoming__text {
    padding: 40px;
  }
}

.c-upcoming__text > span {
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 10px;
}

.c-case__logo.c-case__logo--bg {
  height: 250px;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .c-upcoming__box .is-4 {
    padding: 40px;
  }
}

/* Contact Us - Support
     ----------------------------- */
.c-contact-tel,
.c-contact-email {
  padding-left: 64px;
  position: relative;
  display: block;
  height: 50px;
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.c-contact-tel:before,
.c-contact-email:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 17px;
  background-color: #cfd6e0;
  left: 0;
  top: 0;
}

.c-contact-tel:after,
.c-contact-email:after {
  font-family: FontAwesome;
  position: absolute;
  height: 30px;
  width: 30px;
  color: #4dc4b0;
  left: 12px;
  top: 11px;
  font-size: 27px;
}

.c-contact-tel:after {
  content: "\f095";
  left: 14px;
  top: 12px;
}

.c-contact-email:after {
  content: "\f0e0";
}

/* Contact Us - Maps
     ----------------------------- */
.c-maps__block-inner {
  border-radius: 10px;
  padding: 20px;
  transition: all 350ms ease;
  cursor: pointer;
}

.active .c-maps__block-inner,
.c-maps__block-inner:hover {
  background-color: #edf9f7;
  border-radius: 10px;
  padding: 20px;
  transition: all 350ms ease;
}

.c-maps__heading {
  font-weight: 600;
}

.c-maps__heading + p {
  margin-bottom: 0;
}

.c-maps__block {
  border-right: medium none;
}
@media (min-width: 768px) {
  .c-maps__block {
    border-right: 2px solid #4dc4b0;
  }
}
@media (max-width: 767px) {
  .c-maps__block {
    width: 50%;
    float: left;
  }
}
@media (max-width: 479px) {
  .c-maps__block {
    width: 100%;
    float: left;
  }
}

.c-maps__block:last-child {
  border: medium none;
}

.c-maps__map {
  height: 450px;
  width: 100%;
  background-color: #cfd6e0;
  position: relative;
  border-radius: 20px;
}

.c-maps__map .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: none !important;
  border-radius: 20px;
}

.js-tab-pane {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 0;
}
@media (min-width: 768px) {
  .js-tab-pane {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.js-tab-pane.show-tab {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  position: relative;
  left: 0;
  z-index: 1;
}

/* Cookies Table
     ----------------------------- */
.c-table {
  border: 2px solid #dae1ef;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-table {
    overflow: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .c-table {
    overflow: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.c-table table {
  width: 100%;
}

.c-table td {
  padding: 10px 20px;
  border-bottom: 2px solid #dae1ef;
}

.c-table td:last-child {
  border-right: medium none;
}

tr.c-table__heading td {
  font-weight: 600;
}

.c-table tr:last-child td {
  border: medium none;
}

/* HTML - website accent */
.c-accent {
  position: absolute;
  display: none;
  left: -21%;
  top: -20px;
  right: auto;
}
.c-accent.c-accent--reversed {
  right: -21%;
  top: -20px;
  left: auto;
}
@media (min-width: 1408px) {
  .c-accent.c-accent--reversed {
    right: -16%;
    top: -180px;
  }
}
@media (min-width: 1024px) {
  .c-accent {
    display: inline;
  }
}
@media (min-width: 1408px) {
  .c-accent {
    left: -16%;
    top: -180px;
  }
}

/* Search results */
.hs-search-results__listing {
  font-size: 1.5rem;
}

.hs-search-results__listing p {
  font-size: 1.125rem;
  margin-top: 10px;
}

.hs-search-field input.hs-search-field__input {
  padding: 10px;
  border-radius: 8px;
}

a.cta_button--red:hover {
  background-color: white;
  color: #db535b !important;
  border-color: #db535b !important;
}

.c-button--blue:hover {
  background-color: #1eb9cf;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.text-link,
.c-button--read,
.c-button--read__red,
.c-button--read__purple,
.c-button--read__green,
.c-button--read__orange,
.c-rss__link a {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  border: none !important;
  padding: 0 0 4px 0 !important;
  font-weight: 500 !important;
}
.text-link::before,
.text-link::after,
.c-button--read::before,
.c-button--read::after,
.c-button--read__red::before,
.c-button--read__red::after,
.c-button--read__purple::before,
.c-button--read__purple::after,
.c-button--read__green::before,
.c-button--read__green::after,
.c-button--read__orange::before,
.c-button--read__orange::after,
.c-rss__link a::before,
.c-rss__link a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 2px;
  background: #1eb9cf;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.text-link::before,
.c-button--read::before,
.c-button--read__red::before,
.c-button--read__purple::before,
.c-button--read__green::before,
.c-button--read__orange::before,
.c-rss__link a::before {
  transform: scaleX(0);
  transform-origin: left;
}
.text-link::after,
.c-button--read::after,
.c-button--read__red::after,
.c-button--read__purple::after,
.c-button--read__green::after,
.c-button--read__orange::after,
.c-rss__link a::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
.text-link:hover::before,
.c-button--read:hover::before,
.c-button--read__red:hover::before,
.c-button--read__purple:hover::before,
.c-button--read__green:hover::before,
.c-button--read__orange:hover::before,
.c-rss__link a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.text-link:hover::after,
.c-button--read:hover::after,
.c-button--read__red:hover::after,
.c-button--read__purple:hover::after,
.c-button--read__green:hover::after,
.c-button--read__orange:hover::after,
.c-rss__link a:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}

.c-button--read__red {
  color: #db535b;
}
.c-button--read__red::before,
.c-button--read__red::after {
  background: #db535b;
}

.c-button--read__purple {
  color: #b68dc1;
}
.c-button--read__purple::before,
.c-button--read__purple::after {
  background: #b68dc1;
}

.c-button--read__green {
  color: #5cc483;
}
.c-button--read__green::before,
.c-button--read__green::after {
  background: #5cc483;
}

.c-button--read__orange {
  color: #fabd4a;
}
.c-button--read__orange::before,
.c-button--read__orange::after {
  background: #fabd4a;
}

/* Terms and Privacy */
.terms-privacy ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms-privacy li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.terms-privacy li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 2rem;
}

.terms-privacy li li {
  margin: 0 0 0.6rem 0;
}

.terms-privacy li li:before {
  content: counters(item, ".") " ";
}

/* Team Profiles
----------------------------- */
.c-team-tabs__content-pane {
  visibility: hidden;
  position: absolute;
  transform: scale(0.7) translateY(-120px);
  opacity: 0;
  transition: transform 550ms ease opacity 0 ease;
}

.c-team-tabs__content-pane--show {
  position: relative;
  visibility: visible;
  transform: scale(1) translateY(0);
  opacity: 1;
  transition: all 550ms ease;
}

.c-team-tabs__nav {
  display: inline-block;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-team-tabs__nav {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.c-team-tabs__nav-item {
  transition: all 350ms ease;
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid;
}
@media (min-width: 1024px) {
  .c-team-tabs__nav-item {
    padding: 0 20px;
    border: medium none;
    max-width: 230px;
    text-align: center;
  }
}
.c-team-tabs__nav-item:hover {
  color: #aca780;
  transition: all 350ms ease;
}
.c-team-tabs__nav-item h5 {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0;
  font-weight: normal;
}

.c-team-tabs__nav-item--active {
  color: #aca780;
  transition: all 350ms ease;
}

.c-team-card {
  text-align: center;
  padding: 10px !important;
}
.c-team-card__inner {
  height: 100%;
  padding: 0;
  text-align: center;
  transition: all 350ms ease;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 10px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 7px 10px 0px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 7px 10px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.c-team-card__inner p {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  margin-bottom: 10px;
}
.c-team-card__inner:hover {
  transform: translateY(10px);

  transition: all 350ms ease;
}

.c-team-card__arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  z-index: 2;
  background-color: transparent;
  border-radius: 100%;
  color: #fff;
  transition: all 350ms ease;
}
.c-team-card__inner:hover .c-team-card__arrow {
  box-shadow: none;
  transform: translateY(20px);
  transition: all 350ms ease;
}
.c-team-card__arrow:after {
  content: "+";
  top: -3px;
  position: relative;
  font-size: 27px;
}
.c-team-card h6 {
  margin: 10px 0 0;
}

.c-team-tabs__content-pane .c-team-card,
.c-team-tabs__content-pane {
  z-index: -1;
}

.c-team-tabs__content-pane.c-team-tabs__content-pane--show .c-team-card,
.c-team-tabs__content-pane.c-team-tabs__content-pane--show {
  z-index: 1;
}

.c-team-bio {
  opacity: 0;
  visibility: hidden;
  
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 0s ease;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
}
.c-team-bio--open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  overflow: auto;
  position: fixed;
  /* transform: scale(1) translateY(0); */
  opacity: 1;
  transition: all 550ms ease;
}

.c-team-bio__inner {
  width: 100%;
  max-width: 1500px;
  transform: scale(0.7) translateY(-120px);
  margin: auto;
  padding: 120px 20px 20px 20px;
  padding: 50px;
  background-color: #fff;
  top: 60px;
  position: relative;
  box-shadow: #5a5b5c 10px 10px 20px;
  transition: all 0s ease;
}
.c-team-bio--open .c-team-bio__inner  {
  transform: scale(1) translateY(0);
  transition: all 550ms ease;
}
.c-team-bio__close {
  
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  position: fixed;
  font-size: 30px;
  padding-top: 9px;
  padding-left: 13px;
  
  cursor: pointer;
}
.c-team-bio__close:after {
  font-family: FontAwesome;
  content: "\f00d";
  color: #fff;
}
.c-team-bio .c-team-card__img {
  margin-bottom: 30px;
}

.c-team-card__img {
  position: relative;
}

.c-team-card__img-overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000221f;
}#002347

.c-team-card__img img {
  transition: all 350ms ease;
  display: block;
}

.c-team-card__inner:hover .c-team-card__img img {
  box-shadow: none;
  transition: all 350ms ease;
}
/* @media (min-width: 480px) {
  .column.is-one-third-desktop.c-team-card {
    min-width: 360px;
  }
} */

/* Tabbed Content
----------------------------- */
.c-tabs__content-pane {
  visibility: hidden;
  position: absolute;
  transform: scale(0.7) translateY(-120px);
  opacity: 0;
  transition: transform 550ms ease opacity 0 ease;
}

.c-tabs__content-pane--show {
  position: relative;
  visibility: visible;
  transform: scale(1) translateY(0);
  opacity: 1;
  transition: all 550ms ease;
}

.c-tabs__nav {
  display: inline-block;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-tabs__nav {
    display: flex;
    justify-content: center;
    align-items: start;
  }
}

.c-tabs__nav-item {
  transition: all 350ms ease;
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .c-tabs__nav-item {
    padding: 0 20px;
    border: medium none;
    max-width: 230px;
    text-align: center;
  }
}
.c-tabs__nav-item:hover {
  color: #aca780;
  transition: all 350ms ease;
}
.c-tabs__nav-item h5 {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0;
  font-weight: normal;
}

.c-tabs__nav-item--active {
  color: #aca780;
  transition: all 350ms ease;
}

.c-tabs__bg {
  background-color: #f2f4fa;
  border-radius: 50px;
  box-shadow: #e1e5f0 10px 10px 20px;
}

.c-tabs__content {
  margin-top: 30px;
}

.c-tabs__text.column.column.is-full-mobile.is-half {
  padding: 50px;
  background-color: #f2f4fa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: #e1e5f0 10px 10px 20px;
}
@media (min-width: 768px) {
  .c-tabs__text.column.column.is-full-mobile.is-half {
    box-shadow: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.c-tabs__img-inner {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .c-tabs__img-inner {
    padding: 50px;
  }
}

.c-tabs__img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 330px;
}

.c-tabs__img-wrap {
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  box-shadow: #e1e5f0 10px 10px 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-tabs__img-wrap {
    box-shadow: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
  }
}

.c-tabs__content-pane {
  z-index: -1;
}

.c-tabs__content-pane.c-tabs__content-pane--show {
  z-index: 1;
}

/* 2 Column - Testimonial and Video
----------------------------- */

.c-testimonial-box {
  padding-bottom: 75px;
}

@media (min-width: 1024px) {
  .c-testimonial-box {
    padding-right: 0;

  }
}

@media (min-width: 1216px) {
  .c-testimonial-box {
    padding-right: 0;
  }
}

@media (min-width: 1408px) {
  .c-testimonial-box {
    padding-right: 0;
  }
}

.c-testimonial-box a.c-button.c-button--outline {
  z-index: 1;
  position: relative;
  display: inline-block;
}

@media (min-width: 1024px) {
  .u-reverse-columns .c-testimonial-box {
    padding-right: 0;
    padding-left: 80px;
  }
}

@media (min-width: 1216px) {
  .u-reverse-columns .c-testimonial-box {
    padding-right: 0;
    padding-left: 100px;
  }
}

@media (min-width: 1408px) {
  .u-reverse-columns .c-testimonial-box {
    padding-right: 0;
    padding-left: 160px;
  }
}

@media (min-width: 1024px) {
  .c-testimonial-video {
    padding-left: 40px;
  }
}

.c-testimonial-video .hs-responsive-embed-inner-wrapper {
  border-radius: 50px;
}

@media (min-width: 1024px) {
  .u-reverse-columns .c-testimonial-video {
    padding-right: 40px;
  }
}

.c-testimonial-dots {
  display: block;
  position: relative;
}
.c-testimonial-dots .slick-dots {
}
.c-testimonial-dots .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1f97af;
}
.c-testimonial-dots .slick-dots li button:before {
  color: #1f97af;
  transition: all 350ms ease;
}
.c-testimonial-dots .slick-dots li button:hover:before {
  transition: all 350ms ease;
}

.o-section .c-testimonial-dots ul li:before {
  content: none;
}

section.o-section.u-bg-white.o-section--large.u-bg-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  section.o-section.u-bg-white.o-section--large.u-bg-padding {
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1921px) {
  section.o-section.u-bg-white.o-section--large.u-bg-padding {
    padding-top: 350px;
    padding-bottom: 200px;
  }
}

/* Company Timeline 
---------------------------- */
.c-timeline {
  padding-bottom: 100px;
}
.c-timeline--image__centered {
  display: inline-block;
  top: 70%;
  position: absolute;
  transform: translate(30px, -50%);
  left: 6%;
}
@media (min-width: 1024px) {
  .c-timeline--image__centered {
    display: inline-block;
    top: 50%;
    position: absolute;
    transform: translate(30px, -50%);
    left: auto;
  }
}
@media (min-width: 768px) {
  .c-timeline--events {
    padding-right: 70px;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-timeline--events:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #38386d;
  }
}
.c-timeline--events h4 {
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
  font-weight: bold;
  margin: 0;
}
.c-timeline--events__row {
  padding: 20px 0;
  border-bottom: 2px dashed #009fe3;
  z-index: 0;
}
@media (min-width: 768px) {
  .c-timeline--events__flip {
    padding-left: 70px;
    padding-right: 100px;
  }
  .c-timeline--events__flip:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ddd;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .c-timeline--date {
    padding-left: 26px;
  }
  .c-timeline--date span {
    border-bottom: 2px dashed #38386d;
    padding-left: 60px;
    padding-bottom: 20px;
    display: inline-block;
    font-weight: bold;
  }
  .c-timeline--date:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ddd;
    z-index: 1;
  }
}
.c-timeline--date__label {
  font-size: 55px;
  color: #009fe3;
}
@media (min-width: 768px) {
  .c-timeline--date__label {
    margin-top: -20px;
    padding-bottom: 0;
  }
}
.c-timeline--date__flip .c-timeline--image__centered {
  transform: translate(30px, -50%);
  left: auto;
  right: 20%;
}
@media (min-width: 1024px) {
  .c-timeline--date__flip .c-timeline--image__centered {
    right: auto;
    left: 70px;
  }
}
@media (min-width: 768px) {
  .c-timeline--date__flip {
    padding-left: 0;
    padding-right: 26px;
    text-align: right;
  }
  .c-timeline--date__flip span {
    padding-right: 60px;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .c-timeline--date__flip:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #38386d;
    left: auto;
    z-index: 1;
  }
}
.c-timeline--item:first-child .c-timeline--date__flip:before {
  height: 80%;
  top: 21%;
  z-index: 2;
}
.c-timeline--item:first-child .c-timeline--events__flip:before {
  width: 35px;
  left: -10px;
}
.c-timeline--item:last-child .c-timeline--events:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 110%;
}

.c-timeline--item.slick-slide {
  padding: 20px;
}
@media (min-width: 480px) {
  .c-timeline--item.slick-slide {
    padding: 40px;
  }
}
.c-timeline--item.slick-slide .c-timeline--date__label {
  display: flex;
  flex-wrap: wrap;
}
.c-timeline--item.slick-slide .c-timeline--date__label > span {
  order: 2;
  width: 100%;
  margin-top: 20px;
}
.c-timeline--item.slick-slide .c-timeline--date__label > span + div {
  order: 1;
}
.c-timeline--item.slick-slide .u-table--row {
  display: flex;
  flex-flow: wrap;
}
.c-timeline--item.slick-slide .u-table--row > div {
  order: 2;
}
.c-timeline--item.slick-slide .u-table--row > div + div {
  order: 1;
}
.c-timeline--item.slick-slide .c-timeline--image__centered {
  display: inline-block;
  top: auto;
  position: relative;
  transform: none;
  left: auto;
  max-width: 150px;
}
.c-timeline--item.slick-slide
  .c-timeline--date__flip
  .c-timeline--image__centered {
  right: 0;
}

.c-timeline--item__flip.slick-slide {
  padding: 20px;
}
@media (min-width: 480px) {
  .c-timeline--item__flip.slick-slide {
    padding: 40px;
  }
}
.c-timeline--item__flip.slick-slide .u-table--row {
  display: flex;
  flex-flow: wrap;
}
.c-timeline--item__flip.slick-slide .u-table--row > div {
  order: 1;
}
.c-timeline--item__flip.slick-slide .u-table--row > div + div {
  order: 2;
}

.c-timeline--image__centered {
  max-width: 160px;
}

.o-grid-column-fluid-6 {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .o-grid-column-fluid-6 {
    width: 50%;
  }
}

.c-slider-nav {
  display: block;
  width: 50%;
  height: 50px;
  position: relative;
  margin: 0 auto;
  float: none;
  margin-top: 40px;
}
.c-slider-nav .slick-next {
  right: 0;
  z-index: 999;
  height: 20px;
  width: 20px;
}
/* .c-slider-nav .slick-next:after {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 40px;
  color: #009fe3;
} */
.c-slider-nav .slick-prev {
  right: 0;
  z-index: 999;
  height: 20px;
  width: 20px;
  left: 0;
}
/* .c-slider-nav .slick-prev:after {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 40px;
  color: #009fe3;
} */
.c-slider-nav .slick-prev.slick-disabled:after {
  color: #c6c6c6;
}

/* Slider - Testimonials B
----------------------------- */
@media (min-width: 768px) {
  .c-testimonial-bg {
    min-height: 700px;
  }
}

.c-testimonials-basic {
  font-size: 1.875rem;
  line-height: 2.5rem;
  text-align: center;
  font-style: italic;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .c-testimonials-basic {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.c-testimonials-basic p {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.c-testimonials-basic p.c-testimonials-basic__author {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
  font-style: normal;
}
.c-testimonials-basic .slick-slide img {
  margin: 0 auto;
}
.c-testimonials-basic .slick-prev {
  left: -30px;
  margin-top: -30px;
}
.c-testimonials-basic .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 24px;
  color: #1f97af;
}
@media (min-width: 768px) {
  .c-testimonials-basic .slick-prev:before {
    left: 0;
    font-size: 44px;
  }
}
.c-testimonials-basic .slick-next {
  right: -30px;
  margin-top: -30px;
}
.c-testimonials-basic .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 24px;
  color: #1f97af;
}
@media (min-width: 768px) {
  .c-testimonials-basic .slick-next:before {
    left: 0;
    font-size: 44px;
  }
}

.c-testimonials-basic__dots {
  display: block;
  position: relative;
}
.c-testimonials-basic__dots .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1f97af;
}
.c-testimonials-basic__dots .slick-dots li button:before {
  color: #1f97af;
  transition: all 350ms ease;
}
.c-testimonials-basic__dots .slick-dots li button:hover:before {
  transition: all 350ms ease;
}

.o-section .c-testimonials-basic__dots ul li:before {
  content: none;
}

/* Slider - Blog RSS
----------------------------- */
.c-blog-rss {
  padding: 20px;
}
.c-blog-rss .slick-slide {
  padding: 50px;
}
.c-blog-rss .slick-prev {
  left: 0;
}
.c-blog-rss .slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #1f97af;
}
.c-blog-rss .slick-next {
  right: 0;
}
.c-blog-rss .slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #1f97af;
}
.c-blog-rss__inner {
  height: 100%;
  border-radius: 50px;
  box-shadow: #e1e5f0 -30px 10px 30px;
  transform: none;
  transition: all 0.3s ease;
  position: relative;
}
.c-blog-rss__inner:hover {
  transition: all 0.3s ease;
  box-shadow: #e1e5f0 -10px 0px 10px;
  transform: translateY(5px);
}
.c-blog-rss__inner:hover .c-blog-rss__more {
  color: #1f97af;
  transition: all 0.3s ease;
  padding-left: 37px;
}
.c-blog-rss__img {
  min-height: 250px;
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-size: cover;
}
.c-blog-rss__description {
  padding: 35px;
  color: #212e43;
}
.c-blog-rss__more {
  transition: all 0.3s ease;
  color: #4a6494;
  text-transform: uppercase;
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.c-blog-rss__more:before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
}
.c-blog-rss__more--blue {
  color: #1f97af;
  text-transform: uppercase;
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.8px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  background-position: left;
}


/* BLOG LISTING CAROUSEL
----------------------------- */


.blog-listing-carousel ul li:before {
  display: none;
}

.blog-listing-carousel-item-image {
  position: relative;
}

.blog-listing-carousel-item-image > img {
  width: 100%;
  display: block;
}

.blog-listing-carousel-item-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
.blog-listing-carousel-item-image-overlay img {
  position: absolute;
  width: 70px;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}

.blog-listing-carousel-item-strip-title {
  background-color: #000022;
  padding: 10px 20px#002347
}
.blog-listing-carousel-item-strip-title h4 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: normal;
}
.blog-listing-carousel-item-description {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-listing-carousel-item-description a:last-of-type {
 margin-top: auto;
}



/* 2 Column - Video and Text
----------------------------- */


.video-column {
  position: relative;
}

.video-column > img {
  width: 100%;
  display: block;
}

.video-column-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.1);
}
.video-column-overlay img {
  position: absolute;
  width: 70px;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}

.video-column-strip-title {
  background-color: rgba(0, 0, 34, 0.6);
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.video-column-strip-title h4 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: normal;
}

/* 2 Column - Image and Icons
----------------------------- */

.two-column-image-icons-container {
  margin-bottom: 60px;

}
.two-column-image-icons-container img {
  display: block;
}

.two-column-image-icons-container .columns {
  justify-content: space-between;
  position: relative;
}

.two-column-image-icons-container .columns.is-reversed {
  flex-direction: row-reverse;
}

@media screen and (min-width: 900px) {
  .two-column-image-icons-container .columns.is-reversed {
    flex-direction: row-reverse;
  }
}

.two-column-image-icons-container .columns .column.is-half {
  width: 49%;
  z-index: 2;
}

.icon-text-row { 
  display: flex;
  margin-bottom: 20px;
}

.icon-text-row .text-column-icon {
  width: 20%;
  margin-right: 20px;
}
.icon-text-row .text-column-description {
  width: 80%;
}


/* Events List Module */

.events-list-module-item {
  column-gap: 15px;
  border: 1px solid #ccc;
  padding: 15px;
  display: flex;
}

.events-list-module-item--date {
    background-color: #e9e9e9;
    padding: 10px;
    text-align: center;
    color: #b30400;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}

.events-list-module-item--date--month {
  font-size: 1.6em;
  line-height: normal;
}

.events-list-module-item--date--day {
  font-size: 2.8em;
  line-height: normal;
}

.events-list-module-item--details {
  
  width: 60%;
}

.events-list-module-item--details-time {
  display: flex;
  margin-bottom: 10px;
  font-weight: bold;
}
.events-list-module-item--details-time img {
  margin-right: 10px;
  width: 26px;
}


/* Events Carousel */

.events-carousel {

}

.events-carousel-item  {
  padding: 40px;
}

.o-section .events-carousel ul li:before {
  display: none;
}

.events-carousel-item-title {
  font-size: 30px;
}

.events-carousel-item-date {
  display: flex;
  margin-bottom: 10px;
}
.events-carousel-item-date img {
  display: inline-block !important;
  margin-right: 10px;
  display: flex;
}

.events-carousel-item-time {
  display: flex;
  margin-bottom: 20px;
}
.events-carousel-item-time img {
  display: inline-block !important;
  margin-right: 10px;
}


.events-carousel-item-title h4 {
  font-size: 1rem;
}
.events-carousel-item-description {
  
}


/* Grid - Icon and Text Module */

.grid-icon-and-text-module .column {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.c-footer {
  background-color: #002347;
  color: #fff;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.c-footer a {
  color: #fff;
}
.c-footer .o-container {
  padding: 0;
}
@media (min-width: 992px) {
  .c-footer .o-container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .c-footer .o-container {
    padding: 0;
  }
}

.c-footer .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a {
  display: inline-block;
}

.c-footer .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a:hover,
.c-footer__bottom-strip a:hover {
  color: #69b3e7;
  transition: transform .3s ease;
  transform: translateX(2px);
}

.c-footer-columns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.c-footer-column {
  display: inline-block;
}

.c-footer__nav {
  margin-bottom: 1.5rem;
}
.c-footer__nav ul {
  display: block;
}
.c-footer__nav li {
  list-style: none !important;
  display: inline-block;
  padding-right: 10px;
  margin: 0;
}
.c-footer__nav a {
  color: #fff;
  display: inline-block;
  transition: all 350ms ease;
}
.c-footer__nav a:hover {
  
  transition: all 350ms ease;
}
.c-footer__social {
  position: relative;
}
.c-footer__social a {
 margin-left: 20px;
}

@media (min-width: 768px) {
  .c-footer__social {
  }
  .c-footer-columns {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .c-footer__social {
    padding: 0;
  }
}
.c-footer__social a {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 350ms ease;
}
.c-footer__social a:hover {
  transform: translateX(20px);
  transition: all 350ms ease;
}
.c-footer__social:before {
  font-family: FontAwesome;
  position: absolute;
  left: -35px;
  top: -1px;
  font-size: 24px;
}
.c-footer__social--linkedin:before {
  content: "\f0e1";
}
.c-footer__social--twitter:before {
  content: "\f099";
}
.c-footer__social--insta:before {
  content: "\f16d";
}
.c-footer__social--face:before {
  content: "\f09a";
}
.c-footer__form {
}
@media (min-width: 1024px) {
  .c-footer__form {
  }
}
.c-footer__form h6 {
  font-weight: normal;
  font-family: "CooperHewitt", sans-serif;
}
.c-footer__locations {
  margin-bottom: 30px;
}
.c-footer__address {
  margin-bottom: 30px;
}
.c-footer__contact {
  margin-bottom: 50px;
}
.c-footer__copy {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-footer__copy a {
  color: #ffffff
}

/* Tabbed Content
----------------------------- */
.c-locations-tabs {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-locations-tabs {
    margin-top: 0;
  }
}
.c-locations-tabs__content-pane {
  visibility: hidden;
  position: absolute;
  transform: scale(0.7) translateY(-120px);
  opacity: 0;
  transition: transform 550ms ease opacity 0 ease;
}
.c-locations-tabs__content-pane--show {
  position: relative;
  visibility: visible;
  transform: scale(1) translateY(0);
  opacity: 1;
  transition: all 550ms ease;
}
.c-locations-tabs__nav-item {
  text-decoration: none;
  transition: all 350ms ease;
  cursor: pointer;
}
.c-locations-tabs__nav-item:hover {
  color: #1eb9cf;
  transition: all 350ms ease;
}
.c-locations-tabs__nav-item:nth-child(1):after {
  content: "|";
  color: #fff;
  position: relative;
  right: 0;
  transition: all 350ms ease;
}
.c-locations-tabs__nav-item:nth-child(2):after {
  content: "|";
  color: #fff;
  position: relative;
  right: 0;
  transition: all 350ms ease;
}
.c-locations-tabs__nav-item--active {
  color: #1eb9cf;
  transition: all 350ms ease;
}

.c-locations-tabs__content-pane {
  z-index: -1;
}

.c-locations-tabs__content-pane.c-locations-tabs__content-pane--show {
  z-index: 1;
}

/* Footer Bottom */

.c-footer__bottom {
  background-color: #002347;
  color: #fff;
}

.c-footer__bottom .o-container--large {
  border-top: 1px solid #fff;
}

/* Subscribe Form */

/* element.style {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
} */

.c-footer__form .hs-form {
  position: relative;
  background-color: #fff;
  padding: 2px;
  height: 54px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.c-footer__form .hs-form .hs_email > label {
  display: none;
}

.c-footer__form .hs-form .hs_email {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(65% - 2px);
}

.c-footer__form .hs-form .hs_submit {
  position: absolute;
  top: 2px;
  right: 2px;
  width: calc(35% - 2px);
}

.c-footer__form .hs-form .hs_submit input.hs-button {
  background-color: #b30400;
  padding: 10px;
  height: 50px;
  border: none;
  color: #fff;
}

.c-footer__form .c-footer__form__terms {
  font-size: 11px;
}

/* Footer Blog posts */

.footer .post-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer .post-image {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
}

.footer .c-footer .hs-menu-wrapper .active > a {
  text-decoration: none;
/*   color: #b30400; */
  font-weight: bold;
}
/* 
.o-micro-wbsp .footer .c-footer .hs-menu-wrapper .active > a {
  color: #fa4616;
} */
.c-blog {
  margin-top: 0.75rem;
}
.c-blog__block article.tile {
  height: 100%;
}

.c-blog-listings {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 1024px) {
  .c-blog-listings {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-blog-cta {
  height: 100%;
  border-left: 1px solid rgba(78, 91, 110, 0.25);
  padding-left: 1.5rem;
}
.c-blog-cta h2 {
  
}
.c-blog-cta p {
  
}
.c-blog-cta__inner {
  padding: 30px;
}

.c-blog__devider {
  margin: 1.5rem 15px;
  width: 100%;
  border-top: 1px solid rgba(78, 91, 110, 0.25);
}

@media (min-width: 1024px) {
  .c-blog-cta__inner {
    padding: 50px;
  }
}
.c-blog-cta--post {
  height: auto;
}

.c-post .c-blog-form ul li:before {
  display: none;
}

.c-post .c-blog-form {
  margin-bottom: 30px;
}

.c-blog-tabs div {
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #2b2a2c;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.c-blog-tabs div:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #1eb9cf;
  content: "";
  display: block;
  height: 2px;
  width: 0;
}
.c-blog-tabs div.active:after,
.c-blog-tabs div:hover:after,
.c-blog-tabs div:focus:after {
  width: 100%;
}

/* Search */
.c-blog-search {
  display: flex;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.c-blog-search .c-blog-search--input {
  width: 100%;
  background-color: #ececec;
  border: 0;
  height: 36px;
  padding: 0 15px;
  outline: 0;
  font-size: 1rem;
  height: 50px;
}
.c-blog-search .btn {
  font-family: "FontAwesome";
  background: #1eb9cf;
  height: 50px;
  width: 50px;
  padding: 10px 15px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.c-blog-search .btn i {
  color: #fff;
}

.c-blog-form {
  width: 100%;
  padding: 30px;
}
@media (min-width: 1024px) {
  .c-blog-form {
    padding: 50px;
  }
}
.c-blog-form h3 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.c-blog-form input.hs-input {
  box-sizing: border-box !important;
}

/* OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO */
/* Blog Listing
   ----------------------------- */
.c-blog__image {
  height: 240px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-blog__image {
    height: 320px;
  }
}

.c-blog__image--first {
  height: 426px;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-blog__image--first {
    padding: 50px;
  }
}

/* .c-blog__image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

/* .c-blog__image--first:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.c-blog .tile.is-child {
  height: 100%;
}

.c-blog h2.c-blog__heading {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.c-blog__tag {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-blog__tag {
    padding: 50px;
  }
}

.c-blog__content {
}

h2.c-blog__content--title {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

p.c-blog__content--author {
  color: rgba(86, 104, 131, 0.5);
}

p.c-blog__content--intro {
  font-size: 1rem;
  line-height: 1.75rem;
}

.c-blog__content--buttons {
  padding-top: 1.5rem;
  justify-content: space-between;
  display: flex;
  border-top: 1px solid rgba(78,91,110,.25); 
  align-items: center;
}

.c-blog__content--buttons img {
  display: block;
}

.c-blog__image.c-blog__image-inner {
  display: flex;
  align-items: end;
}

h2.c-blog__heading.c-blog__heading--inside {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 10px;
  font-weight: 600;
}

p.c-blog__author.c-blog__author--inside {
  font-size: 1rem;
  line-height: 1.75rem;
}


.c-blog__heading {
  font-size: 1.875rem;
  /* line-height: 1.875rem; */
  margin-bottom: 10px;
  font-weight: 600;
}

.c-blog__author {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(86, 104, 131, 0.5);
}

.c-blog-form .hs-form .hs-button {
  border: 2px solid;
  padding: 20px 26px 20px;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 0.9375rem;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.18px;
  background-color: #1eb9cf;
  border-color: #1eb9cf;
  color: #fff;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  font-family: "CooperHewitt", sans-serif !important;
  border: 2px solid #1eb9cf !important;
}

.c-blog-form .hs-form .hs-button:hover,
.c-blog-form .hs-form .hs-button:active,
.c-blog-form .hs-form .hs-button:focus {
  background: #1eb9cf !important;
  background-color: #1eb9cf !important;
  color: #fff !important;
  border-color: #fff !important;
  text-shadow: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}

.c-blog-form .actions {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.c-blog__block > a {
  display: block;
  width: 100%;
}

.c-blog-more {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 160px;
  margin-top: 80px;
  display: inline-block;
}

.c-blog__inner-col {
  padding: 30px;
  color: #2b2a2c;
}
@media (min-width: 1024px) {
  .c-blog__inner-col {
    padding: 50px;
  }
}

.c-blog__block article.tile {
  height: 100%;
}

.c-blog__image.c-blog__image-inner:after {
  width: 0;
}

.c-tile-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c-tile-img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-tile-img-inner {
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 767px) {
  .c-tile-img-inner {
    min-height: 250px;
    padding: 30px;
  }
}

/* Blog Filter
----------------------------- */
.tile.is-ancestor.is-flex-wrap-wrap.c-blog-top {
  margin: 40px 0;
}

.c-blog-filter .c-blog-filter__heading {
  padding-right: 0;
  height: 100%;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .c-blog-filter .c-blog-filter__heading {
    width: 33%;
  }
}
.c-blog-filter .c-blog-filter__heading h5 {
  font-size: 34px;
  font-weight: bold;
  text-transform: none;
  margin: -1px 0 0;
}

.c-blog-filter .c-blog-filter__dropdown {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-blog-filter .c-blog-filter__dropdown {
    width: 67%;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.c-blog-dropdown {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 2px solid #ececec;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-blog-dropdown {
    cursor: pointer;
    transition: all 350ms ease;
  }
}
.c-blog-dropdown__default {
  font-size: 16px;
  font-weight: bold;
}
.c-blog-dropdown__toggle {
  width: 14px;
  height: 22px;
  margin: auto;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  color: #1eb9cf;
  font-size: 22px;
}
.c-blog-dropdown-topics {
  z-index: 4;
  min-width: calc(100% - 4px);
  margin-top: 10px;
  position: absolute;
  left: calc(2px);
  top: 100%;
  background: #f1f3f8;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  border-radius: 10px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}
.c-blog-dropdown-topics.is-open {
  opacity: 1;
  visibility: visible;
}
.c-blog-dropdown-topics__link {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all 350ms ease;
}

.c-blog-search__input,
.c-blog-search__input:focus,
.c-blog-search__input:focus-visible {
  outline: 0;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ececec;
  padding: 10px 40px 10px 20px;
  font-weight: bold;
}

.svg-search-icon {
  fill: none;
  stroke: #1eb9cf;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-blog-search path {
  fill: #1eb9cf;
}

.c-blog-search svg {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 13px;
}

.c-blog-search {
  position: relative;
  width: 100%;
}

/* Blog Post
----------------------------- */
.c-post {
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .c-post {
    font-size: 1.4rem;
  }
}
.c-post .c-post__intro {
  margin-bottom: 20px;
}
.c-post h1.c-heading {
  margin-bottom: 0px;
}
.c-post .c-post__author {
  display: inline-block;
  line-height: normal;
  margin-bottom: 30px;
}
.c-post .c-post__share {
  float: right;
}
.c-post .c-post__share ul li {
  display: inline-block;
  margin-left: 20px;
}
.c-post .c-post__share ul li:before {
  display: none;
}
.c-post .c-post__body li {
  margin-bottom: 20px;
}
.c-post .c-post__body li p {
  margin: 0;
  display: inline-block;
}
.c-post ul {
  list-style: none;
  padding-left: 25px;
}
.c-post ol {
  padding-left: 25px;
}
.c-post ul li:before {
  content: "\2022";
  color: #1eb9cf;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* To be moved into button.css*/
.c-button.c-button--blue {
  background-color: #1eb9cf;
  border-color: #1eb9cf;
  color: #fff;
}

.c-pagination {
  display: inline-block;
  width: 100%;
  padding: 1em;
  font-size: 12px;
  text-align: center;
}

.pagination {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.pagination li {
  display: inline-block;
}

.pagination li.next-posts-link,
.pagination li.previous-posts-link,
.pagination li.first-posts-link,
.pagination li.last-posts-link {
  position: absolute;
}

.pagination li.first-posts-link {
  left: 10px;
}

.pagination li.previous-posts-link {
  left: 50px;
}

.pagination li.next-posts-link {
  right: 50px;
}

.pagination li.last-posts-link {
  right: 10px;
}

.c-pagination__controls {
  display: inline-block;
}

.c-pagination__controls.c-pagination__controls--backward {
  float: left;
}

.c-pagination__controls.c-pagination__controls--forward {
  float: right;
}

.c-pagination__control {
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  max-width: 100%;
  min-width: 2.4em;
  margin-right: 0.125em;
  margin-left: 0.125em;
  padding: 0.8em;
  border: 1px solid #b8b8b8;
  border-radius: 30em;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1eb9cf;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.c-pagination__control a {
  border-radius: 30px;
  height: 100%;
  left: 0;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-pagination__control:hover {
  border-color: #1eb9cf;
  background-color: #1eb9cf;
  box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.c-pagination__control:hover a {
  color: #fff;
}

.c-pagination__control:active {
  box-shadow: none;
}

.c-pagination__control.c-pagination__control--current,
.c-pagination__control.c-pagination__control--current a {
  border-color: transparent;
  background-color: #1eb9cf;
  color: #fff;
}

.c-pagination__ellipsis {
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  color: #363636;
}

.pagination {
  position: relative;
  margin: 50px 0 100px;
}

.c-post-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
  display: inline-block;
}

.c-hero.c-hero--post {
  min-height: 350px;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.5rem;
}
.c-hero.c-hero--post h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: left;
}
/* Error pages */

.error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
  }
  
  .error-page:before {
    color: #F3F6F9;
    content: attr(data-error);
    font-size: 40vw;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
  
  @media screen and (min-width: 1100px) {
    .error-page:before {
      font-size: 20rem;
    }
  }
  
  /* System pages */
  
  .systems-page {
    margin: 0 auto;
    max-width: 700px;
    padding: 3rem 1.4rem;
    border-radius: 10px;
    margin-bottom: 6rem;
    -webkit-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%); 
    -moz-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
  }
  
  .systems-page--search-results {
    max-width: 100%;
  }
  
  .systems-page .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
  
  .systems-page .success {
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 6px;
    color: #4F7D24;
    display: inline-block;
    margin: 1.4rem 0;
    padding: 0.1rem 0.7rem;
    width: 100%;
  }
  
  .systems-page form input {
    max-width: 100%;
  }
  
/*   .systems-page form input[type='submit'] {
    margin: 0.7rem 0;
    display: block;
  } */
  
  /* Search pages */
  
  .hs-search-results__title {
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
    text-decoration: underline;
  }
  
  .hs-search-results__title:hover {
    text-decoration: none;
  }
  
  .hs-search-results__description {
    padding-top: 0.7rem;
  }
  
  /* Password prompt */
  
  .password-prompt input[type=password] {
    height: auto !important;
    margin-bottom: 1.4rem;
  }
  
  .systems-page #hs-login-widget-remember,
  .systems-page #hs-login-widget-remember ~ label {
    display: inline-block;
    margin-bottom: 0.175rem;
  }
  
  .systems-page #hs_login_reset {
    display: block;
    margin-bottom: 0.7rem;
  }
  
  /* Backup unsubscribe */
  
  .backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
  }
  
  .backup-unsubscribe input[type=email] {
    font-size: 0.875rem !important;
    margin-bottom: 1.4rem;
    padding: 0.7rem !important;
  }
  
  /* Subscription preferences */
  
  #email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  
  #email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed;
  }
  
  /* Membership pages */
  
  #hs-membership-form a[class*='show-password'] {
    font-size: 0.75rem;
  }
  
  /* Input error messages */
  
  .form-input-validation-message ul.hs-error-msgs {
    padding-left: 0;
    margin: 0;
  }
  
  .form-input-validation-message ul.hs-error-msgs li {
    margin: 0;
  }


/* Form Styling */



ul.hs-error-msgs {
	list-style: none;
}

.systems-page form input[type='submit'] {
  position: relative;
  text-align: center;
  transition: all .3s ease;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #cd163f;
  box-shadow: 5px 10px 20px #00000040;
  border: 2px solid #fff;
  border-radius: 30px;
  font-family: 'Futura Std','League Spartan',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1rem;
  height: auto !important;
  padding: 16px 34px !important;
  width: auto !important;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.systems-page form input[type='submit']:hover {
  transition: all .3s ease;
  transform: translateY(5px);
  box-shadow: none;
  color: #fff;
  background-color: #eb1d4b;
  border: 2px solid #eb1d4b;
}

.systems-page .hs-form-field .hs-input {
    border: none !important;
    border-bottom: 1px solid rgba(86,104,131,0.25) !important;
}

  

/* Login Pages */



.login-body {
  height: 100vh;
  padding-top:0;
}

.login-body .systems-page {
  background-color: #fff;
  max-width: 1240px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%); 
  -moz-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
  display: flex;
  overflow: hidden;
  padding: 0;
}

.c-container-login {
  background-color: #f3f3f3;
  padding: 2rem;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form-container {
  padding: 2rem;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .login-form-container {
    width: 100%;
  }
  .login-display {
    display: none !important;
  }
}

.login-display {
  background-color: rgba(0, 35, 71,1.0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

/* PLUGINS
   ----------------------------- */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;
    margin: 0 -10px;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    margin: 0 10px;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*@charset 'UTF-8';*/
/* Slider */
.slick-loading .slick-list
{
    
}

/* Icons */
/*@font-face*/
/*{*/
/*    font-family: 'slick';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*    src: url('./fonts/slick.eot');*/
/*    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
/*}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 23px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

 .slick-prev:before,
.slick-next:before
{
    
    font-family: 'Manrope',sans-serif;
    font-size: 38px !important;
    line-height: initial;
    opacity: .75;
    color: #b30400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-timeline .slick-prev:before,
.c-timeline .slick-next:before {    
    font-size: 0;
}
.slick-prev
{
    left: -36px;
}
[dir='rtl'] .slick-prev
{
    right: -36px;
    left: auto;
}
.slick-prev:before {
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    
}

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -30px;
}
.slick-next:before {
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -75px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f111";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.lato{font-family:Lato,sans-serif}.jplist-hidden{display:none}.jplist-sticky{position:fixed;width:100%;left:0;top:0;z-index:1000;background:#f1f1f1;padding-bottom:5px}.sticky-demo .panel>.center{max-width:100%}.sticky-demo .jplist-sticky>.center{max-width:95%}.no-cssgradients .jplist-panel button:hover{background:#f4f4f4}.jplist-panel{color:#27252a}.jplist-panel button{float:left;height:30px;box-shadow:0 0 1px #fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:3px;text-shadow:1px 1px 1px #fff;color:#27252a;background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 0,#efefef 100%);background:linear-gradient(to bottom,#fff 0,#efefef 100%);margin:10px 10px 0 0}.jplist-panel button:hover{color:#0381bb;background:#f2f2f2;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fafafa 0,#ededed 100%);background:linear-gradient(to bottom,#fafafa 0,#ededed 100%)}.jplist-panel button.jplist-disabled{background:#e3e3e3;color:#6c6c6c;cursor:default}.jplist-panel button.jplist-selected{color:#f03800}.jplist-panel input[type=text]{float:left;height:30px;box-shadow:0 0 1px #fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:3px;text-shadow:1px 1px 1px #fff;color:#27252a;width:150px;text-indent:5px;background:#fff}.jplist-panel input[type=checkbox],.jplist-panel input[type=radio]{float:left;display:inline-block;height:30px;background:#fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;color:#27252a}.jplist-panel label{float:left;height:30px;line-height:30px;padding:0 5px;display:inline-block;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;color:#27252a;cursor:pointer}.jplist-panel input.jplist-no-right-border{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.jplist-icon{float:left;height:30px;box-shadow:0 0 1px #fff;background:#fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:3px;text-shadow:1px 1px 1px #fff;color:#27252a;display:inline-block;line-height:30px;padding:0 10px;border-right:0}.jplist-icon:hover{color:#0381bb}.jplist-label{float:left;height:30px;box-shadow:0 0 1px #fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:3px;text-shadow:1px 1px 1px #fff;color:#27252a;line-height:30px;padding:0 10px;margin:10px 10px 0 0;background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 0,#efefef 100%);background:linear-gradient(to bottom,#fff 0,#efefef 100%)}.jplist-clear{color:#666;cursor:pointer;float:left;height:30px;line-height:27px;padding:0 4px;background:#fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-left:0;border-radius:0 3px 3px 0;text-shadow:1px 1px 1px #fff}.jplist-clear:hover{color:#444}.jplist-selected{color:#CA3F1A}.jplist-box{float:left;height:30px;margin:10px 10px 0 0}@media only screen and (max-width:600px){.jplist-panel{display:none}}.jplist-drop-down{float:left;height:30px;box-shadow:0 0 1px #fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:3px;text-shadow:1px 1px 1px #fff;color:#27252a;width:150px;background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 0,#efefef 100%);background:linear-gradient(to bottom,#fff 0,#efefef 100%);margin:10px 10px 0 0;position:relative}.jplist-drop-down .jplist-dd-panel{float:left;width:150px;height:30px;line-height:30px;overflow:hidden;text-indent:10px;cursor:pointer}.jplist-drop-down .jplist-dd-panel:after{content:'\25BC';color:#111;display:inline-block;position:absolute;right:10px;z-index:1000}.jplist-drop-down ul{-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:0 0 3px 3px;position:relative;top:0;z-index:1000;width:148px;display:none;overflow:hidden;background:#fff;list-style:none;margin:0;padding:0;box-shadow:0 3px 6px #bbb}.jplist-drop-down ul li{width:100%;float:left;height:30px;line-height:30px;text-indent:10px;cursor:pointer}.jplist-drop-down ul li:hover{background-color:#ececec}.jplist-drop-down:hover .jplist-dd-panel{color:#0381bb}.jplist-drop-down:hover .jplist-dd-panel:after{color:#0381bb}.jplist-select{height:30px;box-shadow:0 0 1px #fff;background:#fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:3px;text-shadow:1px 1px 1px #fff;color:#27252a;float:left;margin:10px 10px 0 0;padding:5px;text-shadow:none}.jplist-ios-button{display:none}@media only screen and (max-width:600px){.jplist-ios-button{display:block;width:100%;text-align:center;cursor:pointer;font-size:15px;line-height:30px;float:left;height:30px;box-shadow:0 0 1px #fff;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:3px;text-shadow:1px 1px 1px #fff;color:#27252a;background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 0,#efefef 100%);background:linear-gradient(to bottom,#fff 0,#efefef 100%)}.jplist-ios-button:hover{background:#f2f2f2;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fafafa 0,#ededed 100%);background:linear-gradient(to bottom,#fafafa 0,#ededed 100%)}.jplist-ios-show{display:block}}

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}
.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.is-align-self-flex-start {
  -ms-grid-row-align: flex-start !important;
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  -ms-grid-row-align: flex-end !important;
  align-self: flex-end !important;
}

.is-align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.is-align-self-baseline {
  -ms-grid-row-align: baseline !important;
  align-self: baseline !important;
}

.is-align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.is-align-self-flex-start {
  -ms-grid-row-align: flex-start !important;
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  -ms-grid-row-align: flex-end !important;
  align-self: flex-end !important;
}

.is-align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.is-align-self-baseline {
  -ms-grid-row-align: baseline !important;
  align-self: baseline !important;
}

.is-align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

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

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* COLOUR
   ----------------------------- */
.u-bg-grey {
  background-color: #f5f5f5;
}

/* COLOUR
     ----------------------------- */
.u-color-primary {
  color: #1eb9cf;
}

.u-color-secondary,
.u-highlight {
  color: #db535b;
}

/* SPACING
     ----------------------------- */
.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

/* ::Display */
/* ----------------------------------------------------------- */
@media (min-width: 320px) {
  .u-display-block-xs {
    display: block;
  }
  .u-display-flex-xs {
    display: flex;
  }
  .u-display-inlinebl-xs {
    display: inline-block;
  }
  .u-display-inline-xs {
    display: inline;
  }
  .u-display-none-xs {
    display: none;
  }
  .u-display-block-i-xs {
    display: block !important;
  }
  .u-display-inlinebl-i-xs {
    display: inline-block !important;
  }
  .u-display-inline-i-xs {
    display: inline !important;
  }
  .u-display-none-i-xs {
    display: none !important;
  }
  .u-float-left-xs {
    float: left;
  }
  .u-float-right-xs {
    float: right;
  }
  .u-clear-left-xs {
    clear: left;
  }
  .u-clear-right-xs {
    clear: right;
  }
  .u-clear-both-xs {
    clear: both;
  }
}

@media (min-width: 380px) {
  .u-display-block-ss {
    display: block;
  }
  .u-display-flex-ss {
    display: flex;
  }
  .u-display-inlinebl-ss {
    display: inline-block;
  }
  .u-display-inline-ss {
    display: inline;
  }
  .u-display-none-ss {
    display: none;
  }
  .u-display-block-i-ss {
    display: block !important;
  }
  .u-display-inlinebl-i-ss {
    display: inline-block !important;
  }
  .u-display-inline-i-ss {
    display: inline !important;
  }
  .u-display-none-i-ss {
    display: none !important;
  }
  .u-float-left-ss {
    float: left;
  }
  .u-float-right-ss {
    float: right;
  }
  .u-clear-left-ss {
    clear: left;
  }
  .u-clear-right-ss {
    clear: right;
  }
  .u-clear-both-ss {
    clear: both;
  }
}

@media (min-width: 480px) {
  .u-display-block-s {
    display: block;
  }
  .u-display-flex-s {
    display: flex;
  }
  .u-display-inlinebl-s {
    display: inline-block;
  }
  .u-display-inline-s {
    display: inline;
  }
  .u-display-none-s {
    display: none;
  }
  .u-display-block-i-s {
    display: block !important;
  }
  .u-display-inlinebl-i-s {
    display: inline-block !important;
  }
  .u-display-inline-i-s {
    display: inline !important;
  }
  .u-display-none-i-s {
    display: none !important;
  }
  .u-float-left-s {
    float: left;
  }
  .u-float-right-s {
    float: right;
  }
  .u-clear-left-s {
    clear: left;
  }
  .u-clear-right-s {
    clear: right;
  }
  .u-clear-both-s {
    clear: both;
  }
}

@media (min-width: 768px) {
  .u-display-block-m {
    display: block;
  }
  .u-display-flex-m {
    display: flex;
  }
  .u-display-inlinebl-m {
    display: inline-block;
  }
  .u-display-inline-m {
    display: inline;
  }
  .u-display-none-m {
    display: none;
  }
  .u-display-block-i-m {
    display: block !important;
  }
  .u-display-inlinebl-i-m {
    display: inline-block !important;
  }
  .u-display-inline-i-m {
    display: inline !important;
  }
  .u-display-none-i-m {
    display: none !important;
  }
  .u-float-left-m {
    float: left;
  }
  .u-float-right-m {
    float: right;
  }
  .u-clear-left-m {
    clear: left;
  }
  .u-clear-right-m {
    clear: right;
  }
  .u-clear-both-m {
    clear: both;
  }
}

@media (min-width: 1024px) {
  .u-display-block-l {
    display: block;
  }
  .u-display-flex-l {
    display: flex;
  }
  .u-display-inlinebl-l {
    display: inline-block;
  }
  .u-display-inline-l {
    display: inline;
  }
  .u-display-none-l {
    display: none;
  }
  .u-display-block-i-l {
    display: block !important;
  }
  .u-display-inlinebl-i-l {
    display: inline-block !important;
  }
  .u-display-inline-i-l {
    display: inline !important;
  }
  .u-display-none-i-l {
    display: none !important;
  }
  .u-float-left-l {
    float: left;
  }
  .u-float-right-l {
    float: right;
  }
  .u-clear-left-l {
    clear: left;
  }
  .u-clear-right-l {
    clear: right;
  }
  .u-clear-both-l {
    clear: both;
  }
}

@media (min-width: 1216px) {
  .u-display-block-xl {
    display: block;
  }
  .u-display-flex-xl {
    display: flex;
  }
  .u-display-inlinebl-xl {
    display: inline-block;
  }
  .u-display-inline-xl {
    display: inline;
  }
  .u-display-none-xl {
    display: none;
  }
  .u-display-block-i-xl {
    display: block !important;
  }
  .u-display-inlinebl-i-xl {
    display: inline-block !important;
  }
  .u-display-inline-i-xl {
    display: inline !important;
  }
  .u-display-none-i-xl {
    display: none !important;
  }
  .u-float-left-xl {
    float: left;
  }
  .u-float-right-xl {
    float: right;
  }
  .u-clear-left-xl {
    clear: left;
  }
  .u-clear-right-xl {
    clear: right;
  }
  .u-clear-both-xl {
    clear: both;
  }
}

@media (min-width: 1408px) {
  .u-display-block-xxl {
    display: block;
  }
  .u-display-flex-xxl {
    display: flex;
  }
  .u-display-inlinebl-xxl {
    display: inline-block;
  }
  .u-display-inline-xxl {
    display: inline;
  }
  .u-display-none-xxl {
    display: none;
  }
  .u-display-block-i-xxl {
    display: block !important;
  }
  .u-display-inlinebl-i-xxl {
    display: inline-block !important;
  }
  .u-display-inline-i-xxl {
    display: inline !important;
  }
  .u-display-none-i-xxl {
    display: none !important;
  }
  .u-float-left-xxl {
    float: left;
  }
  .u-float-right-xxl {
    float: right;
  }
  .u-clear-left-xxl {
    clear: left;
  }
  .u-clear-right-xxl {
    clear: right;
  }
  .u-clear-both-xxl {
    clear: both;
  }
}

@media (min-width: 1508px) {
  .u-display-block-xxxl {
    display: block;
  }
  .u-display-flex-xxxl {
    display: flex;
  }
  .u-display-inlinebl-xxxl {
    display: inline-block;
  }
  .u-display-inline-xxxl {
    display: inline;
  }
  .u-display-none-xxxl {
    display: none;
  }
  .u-display-block-i-xxxl {
    display: block !important;
  }
  .u-display-inlinebl-i-xxxl {
    display: inline-block !important;
  }
  .u-display-inline-i-xxxl {
    display: inline !important;
  }
  .u-display-none-i-xxxl {
    display: none !important;
  }
  .u-float-left-xxxl {
    float: left;
  }
  .u-float-right-xxxl {
    float: right;
  }
  .u-clear-left-xxxl {
    clear: left;
  }
  .u-clear-right-xxxl {
    clear: right;
  }
  .u-clear-both-xxxl {
    clear: both;
  }
}

/* ::Table */
/* ----------------------------------------------------------- */
.u-table {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .u-table {
    display: table;
  }
}
.u-table--row {
  display: inline;
}
@media (min-width: 768px) {
  .u-table--row {
    display: table-row;
  }
}
.u-table--cell {
  display: inline-block;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .u-table--cell {
    display: table-cell;
    float: none;
  }
}

.u-align-t {
  vertical-align: top;
}

.u-align-m {
  vertical-align: middle;
}

.u-align-b {
  vertical-align: bottom;
}

/* ::Display */
/* ----------------------------------------------------------- */
@media (min-width: 320px) {
  .u-hide-xs {
    display: none;
  }
}

@media (min-width: 380px) {
  .u-hide-ss {
    display: none;
  }
}

@media (min-width: 480px) {
  .u-hide-s {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hide-m {
    display: none;
  }
}

@media (min-width: 1024px) {
  .u-hide-l {
    display: none;
  }
}

@media (min-width: 1216px) {
  .u-hide-xl {
    display: none;
  }
}

@media (min-width: 1408px) {
  .u-hide-xxl {
    display: none;
  }
}

@media (min-width: 1508px) {
  .u-hide-xxxl {
    display: none;
  }
}

/* ::Clear */
/* ----------------------------------------------------------- */
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ::Widths */
/* ----------------------------------------------------------- */
.u-width-0 {
  width: 0%;
}

.u-width-1 {
  width: 10%;
}

.u-width-2 {
  width: 20%;
}

.u-width-3 {
  width: 30%;
}

.u-width-4 {
  width: 40%;
}

.u-width-5 {
  width: 50%;
}

.u-width-6 {
  width: 60%;
}

.u-width-7 {
  width: 70%;
}

.u-width-8 {
  width: 80%;
}

.u-width-9 {
  width: 90%;
}

.u-width-10 {
  width: 100%;
}

/* ::Overflows */
/* ----------------------------------------------------------- */
.u-oflow-hidden {
  overflow: hidden;
}

/* ::Positioning */
/* ----------------------------------------------------------- */
.u-relative,
.is-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

/* ::Margins & Padding */
/* ----------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-ntp {
  padding-top: 0;
}

.u-nbp {
  padding-top: 0;
}

/* ::Padding */
/* ----------------------------------------------------------- */
/*Default Mobile State*/
.u-p-0 {
  padding: 0px;
}

.u-pt-0 {
  padding-top: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pp-0 {
  padding: 0%;
}

.u-ppt-0 {
  padding-top: 0%;
}

.u-ppr-0 {
  padding-right: 0%;
}

.u-ppb-0 {
  padding-bottom: 0%;
}

.u-ppl-0 {
  padding-left: 0%;
}

.u-p-1 {
  padding: 10px;
}

.u-pt-1 {
  padding-top: 10px;
}

.u-pr-1 {
  padding-right: 10px;
}

.u-pb-1 {
  padding-bottom: 10px;
}

.u-pl-1 {
  padding-left: 10px;
}

.u-pp-1 {
  padding: 10%;
}

.u-ppt-1 {
  padding-top: 10%;
}

.u-ppr-1 {
  padding-right: 10%;
}

.u-ppb-1 {
  padding-bottom: 10%;
}

.u-ppl-1 {
  padding-left: 10%;
}

.u-p-2 {
  padding: 20px;
}

.u-pt-2 {
  padding-top: 20px;
}

.u-pr-2 {
  padding-right: 20px;
}

.u-pb-2 {
  padding-bottom: 20px;
}

.u-pl-2 {
  padding-left: 20px;
}

.u-pp-2 {
  padding: 20%;
}

.u-ppt-2 {
  padding-top: 20%;
}

.u-ppr-2 {
  padding-right: 20%;
}

.u-ppb-2 {
  padding-bottom: 20%;
}

.u-ppl-2 {
  padding-left: 20%;
}

.u-p-3 {
  padding: 30px;
}

.u-pt-3 {
  padding-top: 30px;
}

.u-pr-3 {
  padding-right: 30px;
}

.u-pb-3 {
  padding-bottom: 30px;
}

.u-pl-3 {
  padding-left: 30px;
}

.u-pp-3 {
  padding: 30%;
}

.u-ppt-3 {
  padding-top: 30%;
}

.u-ppr-3 {
  padding-right: 30%;
}

.u-ppb-3 {
  padding-bottom: 30%;
}

.u-ppl-3 {
  padding-left: 30%;
}

.u-p-4 {
  padding: 40px;
}

.u-pt-4 {
  padding-top: 40px;
}

.u-pr-4 {
  padding-right: 40px;
}

.u-pb-4 {
  padding-bottom: 40px;
}

.u-pl-4 {
  padding-left: 40px;
}

.u-pp-4 {
  padding: 40%;
}

.u-ppt-4 {
  padding-top: 40%;
}

.u-ppr-4 {
  padding-right: 40%;
}

.u-ppb-4 {
  padding-bottom: 40%;
}

.u-ppl-4 {
  padding-left: 40%;
}

.u-p-5 {
  padding: 50px;
}

.u-pt-5 {
  padding-top: 50px;
}

.u-pr-5 {
  padding-right: 50px;
}

.u-pb-5 {
  padding-bottom: 50px;
}

.u-pl-5 {
  padding-left: 50px;
}

.u-pp-5 {
  padding: 50%;
}

.u-ppt-5 {
  padding-top: 50%;
}

.u-ppr-5 {
  padding-right: 50%;
}

.u-ppb-5 {
  padding-bottom: 50%;
}

.u-ppl-5 {
  padding-left: 50%;
}

.u-p-6 {
  padding: 60px;
}

.u-pt-6 {
  padding-top: 60px;
}

.u-pr-6 {
  padding-right: 60px;
}

.u-pb-6 {
  padding-bottom: 60px;
}

.u-pl-6 {
  padding-left: 60px;
}

.u-pp-6 {
  padding: 60%;
}

.u-ppt-6 {
  padding-top: 60%;
}

.u-ppr-6 {
  padding-right: 60%;
}

.u-ppb-6 {
  padding-bottom: 60%;
}

.u-ppl-6 {
  padding-left: 60%;
}

.u-p-7 {
  padding: 70px;
}

.u-pt-7 {
  padding-top: 70px;
}

.u-pr-7 {
  padding-right: 70px;
}

.u-pb-7 {
  padding-bottom: 70px;
}

.u-pl-7 {
  padding-left: 70px;
}

.u-pp-7 {
  padding: 70%;
}

.u-ppt-7 {
  padding-top: 70%;
}

.u-ppr-7 {
  padding-right: 70%;
}

.u-ppb-7 {
  padding-bottom: 70%;
}

.u-ppl-7 {
  padding-left: 70%;
}

.u-p-8 {
  padding: 80px;
}

.u-pt-8 {
  padding-top: 80px;
}

.u-pr-8 {
  padding-right: 80px;
}

.u-pb-8 {
  padding-bottom: 80px;
}

.u-pl-8 {
  padding-left: 80px;
}

.u-pp-8 {
  padding: 80%;
}

.u-ppt-8 {
  padding-top: 80%;
}

.u-ppr-8 {
  padding-right: 80%;
}

.u-ppb-8 {
  padding-bottom: 80%;
}

.u-ppl-8 {
  padding-left: 80%;
}

.u-p-9 {
  padding: 90px;
}

.u-pt-9 {
  padding-top: 90px;
}

.u-pr-9 {
  padding-right: 90px;
}

.u-pb-9 {
  padding-bottom: 90px;
}

.u-pl-9 {
  padding-left: 90px;
}

.u-pp-9 {
  padding: 90%;
}

.u-ppt-9 {
  padding-top: 90%;
}

.u-ppr-9 {
  padding-right: 90%;
}

.u-ppb-9 {
  padding-bottom: 90%;
}

.u-ppl-9 {
  padding-left: 90%;
}

.u-p-10 {
  padding: 100px;
}

.u-pt-10 {
  padding-top: 100px;
}

.u-pr-10 {
  padding-right: 100px;
}

.u-pb-10 {
  padding-bottom: 100px;
}

.u-pl-10 {
  padding-left: 100px;
}

.u-pp-10 {
  padding: 100%;
}

.u-ppt-10 {
  padding-top: 100%;
}

.u-ppr-10 {
  padding-right: 100%;
}

.u-ppb-10 {
  padding-bottom: 100%;
}

.u-ppl-10 {
  padding-left: 100%;
}

.u-p-11 {
  padding: 110px;
}

.u-pt-11 {
  padding-top: 110px;
}

.u-pr-11 {
  padding-right: 110px;
}

.u-pb-11 {
  padding-bottom: 110px;
}

.u-pl-11 {
  padding-left: 110px;
}

.u-pp-11 {
  padding: 110%;
}

.u-ppt-11 {
  padding-top: 110%;
}

.u-ppr-11 {
  padding-right: 110%;
}

.u-ppb-11 {
  padding-bottom: 110%;
}

.u-ppl-11 {
  padding-left: 110%;
}

.u-p-12 {
  padding: 120px;
}

.u-pt-12 {
  padding-top: 120px;
}

.u-pr-12 {
  padding-right: 120px;
}

.u-pb-12 {
  padding-bottom: 120px;
}

.u-pl-12 {
  padding-left: 120px;
}

.u-pp-12 {
  padding: 120%;
}

.u-ppt-12 {
  padding-top: 120%;
}

.u-ppr-12 {
  padding-right: 120%;
}

.u-ppb-12 {
  padding-bottom: 120%;
}

.u-ppl-12 {
  padding-left: 120%;
}

/*Breakpoint States */
@media (min-width: 320px) {
  .u-p-xs-0 {
    padding: 0px;
  }
  .u-pt-xs-0 {
    padding-top: 0px;
  }
  .u-pr-xs-0 {
    padding-right: 0px;
  }
  .u-pb-xs-0 {
    padding-bottom: 0px;
  }
  .u-pl-xs-0 {
    padding-left: 0px;
  }
  .u-pp-xs-0 {
    padding: 0%;
  }
  .u-ppt-xs-0 {
    padding-top: 0%;
  }
  .u-ppr-xs-0 {
    padding-right: 0%;
  }
  .u-ppb-xs-0 {
    padding-bottom: 0%;
  }
  .u-ppl-xs-0 {
    padding-left: 0%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-1 {
    padding: 10px;
  }
  .u-pt-xs-1 {
    padding-top: 10px;
  }
  .u-pr-xs-1 {
    padding-right: 10px;
  }
  .u-pb-xs-1 {
    padding-bottom: 10px;
  }
  .u-pl-xs-1 {
    padding-left: 10px;
  }
  .u-pp-xs-1 {
    padding: 10%;
  }
  .u-ppt-xs-1 {
    padding-top: 10%;
  }
  .u-ppr-xs-1 {
    padding-right: 10%;
  }
  .u-ppb-xs-1 {
    padding-bottom: 10%;
  }
  .u-ppl-xs-1 {
    padding-left: 10%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-2 {
    padding: 20px;
  }
  .u-pt-xs-2 {
    padding-top: 20px;
  }
  .u-pr-xs-2 {
    padding-right: 20px;
  }
  .u-pb-xs-2 {
    padding-bottom: 20px;
  }
  .u-pl-xs-2 {
    padding-left: 20px;
  }
  .u-pp-xs-2 {
    padding: 20%;
  }
  .u-ppt-xs-2 {
    padding-top: 20%;
  }
  .u-ppr-xs-2 {
    padding-right: 20%;
  }
  .u-ppb-xs-2 {
    padding-bottom: 20%;
  }
  .u-ppl-xs-2 {
    padding-left: 20%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-3 {
    padding: 30px;
  }
  .u-pt-xs-3 {
    padding-top: 30px;
  }
  .u-pr-xs-3 {
    padding-right: 30px;
  }
  .u-pb-xs-3 {
    padding-bottom: 30px;
  }
  .u-pl-xs-3 {
    padding-left: 30px;
  }
  .u-pp-xs-3 {
    padding: 30%;
  }
  .u-ppt-xs-3 {
    padding-top: 30%;
  }
  .u-ppr-xs-3 {
    padding-right: 30%;
  }
  .u-ppb-xs-3 {
    padding-bottom: 30%;
  }
  .u-ppl-xs-3 {
    padding-left: 30%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-4 {
    padding: 40px;
  }
  .u-pt-xs-4 {
    padding-top: 40px;
  }
  .u-pr-xs-4 {
    padding-right: 40px;
  }
  .u-pb-xs-4 {
    padding-bottom: 40px;
  }
  .u-pl-xs-4 {
    padding-left: 40px;
  }
  .u-pp-xs-4 {
    padding: 40%;
  }
  .u-ppt-xs-4 {
    padding-top: 40%;
  }
  .u-ppr-xs-4 {
    padding-right: 40%;
  }
  .u-ppb-xs-4 {
    padding-bottom: 40%;
  }
  .u-ppl-xs-4 {
    padding-left: 40%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-5 {
    padding: 50px;
  }
  .u-pt-xs-5 {
    padding-top: 50px;
  }
  .u-pr-xs-5 {
    padding-right: 50px;
  }
  .u-pb-xs-5 {
    padding-bottom: 50px;
  }
  .u-pl-xs-5 {
    padding-left: 50px;
  }
  .u-pp-xs-5 {
    padding: 50%;
  }
  .u-ppt-xs-5 {
    padding-top: 50%;
  }
  .u-ppr-xs-5 {
    padding-right: 50%;
  }
  .u-ppb-xs-5 {
    padding-bottom: 50%;
  }
  .u-ppl-xs-5 {
    padding-left: 50%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-6 {
    padding: 60px;
  }
  .u-pt-xs-6 {
    padding-top: 60px;
  }
  .u-pr-xs-6 {
    padding-right: 60px;
  }
  .u-pb-xs-6 {
    padding-bottom: 60px;
  }
  .u-pl-xs-6 {
    padding-left: 60px;
  }
  .u-pp-xs-6 {
    padding: 60%;
  }
  .u-ppt-xs-6 {
    padding-top: 60%;
  }
  .u-ppr-xs-6 {
    padding-right: 60%;
  }
  .u-ppb-xs-6 {
    padding-bottom: 60%;
  }
  .u-ppl-xs-6 {
    padding-left: 60%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-7 {
    padding: 70px;
  }
  .u-pt-xs-7 {
    padding-top: 70px;
  }
  .u-pr-xs-7 {
    padding-right: 70px;
  }
  .u-pb-xs-7 {
    padding-bottom: 70px;
  }
  .u-pl-xs-7 {
    padding-left: 70px;
  }
  .u-pp-xs-7 {
    padding: 70%;
  }
  .u-ppt-xs-7 {
    padding-top: 70%;
  }
  .u-ppr-xs-7 {
    padding-right: 70%;
  }
  .u-ppb-xs-7 {
    padding-bottom: 70%;
  }
  .u-ppl-xs-7 {
    padding-left: 70%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-8 {
    padding: 80px;
  }
  .u-pt-xs-8 {
    padding-top: 80px;
  }
  .u-pr-xs-8 {
    padding-right: 80px;
  }
  .u-pb-xs-8 {
    padding-bottom: 80px;
  }
  .u-pl-xs-8 {
    padding-left: 80px;
  }
  .u-pp-xs-8 {
    padding: 80%;
  }
  .u-ppt-xs-8 {
    padding-top: 80%;
  }
  .u-ppr-xs-8 {
    padding-right: 80%;
  }
  .u-ppb-xs-8 {
    padding-bottom: 80%;
  }
  .u-ppl-xs-8 {
    padding-left: 80%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-9 {
    padding: 90px;
  }
  .u-pt-xs-9 {
    padding-top: 90px;
  }
  .u-pr-xs-9 {
    padding-right: 90px;
  }
  .u-pb-xs-9 {
    padding-bottom: 90px;
  }
  .u-pl-xs-9 {
    padding-left: 90px;
  }
  .u-pp-xs-9 {
    padding: 90%;
  }
  .u-ppt-xs-9 {
    padding-top: 90%;
  }
  .u-ppr-xs-9 {
    padding-right: 90%;
  }
  .u-ppb-xs-9 {
    padding-bottom: 90%;
  }
  .u-ppl-xs-9 {
    padding-left: 90%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-10 {
    padding: 100px;
  }
  .u-pt-xs-10 {
    padding-top: 100px;
  }
  .u-pr-xs-10 {
    padding-right: 100px;
  }
  .u-pb-xs-10 {
    padding-bottom: 100px;
  }
  .u-pl-xs-10 {
    padding-left: 100px;
  }
  .u-pp-xs-10 {
    padding: 100%;
  }
  .u-ppt-xs-10 {
    padding-top: 100%;
  }
  .u-ppr-xs-10 {
    padding-right: 100%;
  }
  .u-ppb-xs-10 {
    padding-bottom: 100%;
  }
  .u-ppl-xs-10 {
    padding-left: 100%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-11 {
    padding: 110px;
  }
  .u-pt-xs-11 {
    padding-top: 110px;
  }
  .u-pr-xs-11 {
    padding-right: 110px;
  }
  .u-pb-xs-11 {
    padding-bottom: 110px;
  }
  .u-pl-xs-11 {
    padding-left: 110px;
  }
  .u-pp-xs-11 {
    padding: 110%;
  }
  .u-ppt-xs-11 {
    padding-top: 110%;
  }
  .u-ppr-xs-11 {
    padding-right: 110%;
  }
  .u-ppb-xs-11 {
    padding-bottom: 110%;
  }
  .u-ppl-xs-11 {
    padding-left: 110%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-12 {
    padding: 120px;
  }
  .u-pt-xs-12 {
    padding-top: 120px;
  }
  .u-pr-xs-12 {
    padding-right: 120px;
  }
  .u-pb-xs-12 {
    padding-bottom: 120px;
  }
  .u-pl-xs-12 {
    padding-left: 120px;
  }
  .u-pp-xs-12 {
    padding: 120%;
  }
  .u-ppt-xs-12 {
    padding-top: 120%;
  }
  .u-ppr-xs-12 {
    padding-right: 120%;
  }
  .u-ppb-xs-12 {
    padding-bottom: 120%;
  }
  .u-ppl-xs-12 {
    padding-left: 120%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-0 {
    padding: 0px;
  }
  .u-pt-ss-0 {
    padding-top: 0px;
  }
  .u-pr-ss-0 {
    padding-right: 0px;
  }
  .u-pb-ss-0 {
    padding-bottom: 0px;
  }
  .u-pl-ss-0 {
    padding-left: 0px;
  }
  .u-pp-ss-0 {
    padding: 0%;
  }
  .u-ppt-ss-0 {
    padding-top: 0%;
  }
  .u-ppr-ss-0 {
    padding-right: 0%;
  }
  .u-ppb-ss-0 {
    padding-bottom: 0%;
  }
  .u-ppl-ss-0 {
    padding-left: 0%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-1 {
    padding: 10px;
  }
  .u-pt-ss-1 {
    padding-top: 10px;
  }
  .u-pr-ss-1 {
    padding-right: 10px;
  }
  .u-pb-ss-1 {
    padding-bottom: 10px;
  }
  .u-pl-ss-1 {
    padding-left: 10px;
  }
  .u-pp-ss-1 {
    padding: 10%;
  }
  .u-ppt-ss-1 {
    padding-top: 10%;
  }
  .u-ppr-ss-1 {
    padding-right: 10%;
  }
  .u-ppb-ss-1 {
    padding-bottom: 10%;
  }
  .u-ppl-ss-1 {
    padding-left: 10%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-2 {
    padding: 20px;
  }
  .u-pt-ss-2 {
    padding-top: 20px;
  }
  .u-pr-ss-2 {
    padding-right: 20px;
  }
  .u-pb-ss-2 {
    padding-bottom: 20px;
  }
  .u-pl-ss-2 {
    padding-left: 20px;
  }
  .u-pp-ss-2 {
    padding: 20%;
  }
  .u-ppt-ss-2 {
    padding-top: 20%;
  }
  .u-ppr-ss-2 {
    padding-right: 20%;
  }
  .u-ppb-ss-2 {
    padding-bottom: 20%;
  }
  .u-ppl-ss-2 {
    padding-left: 20%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-3 {
    padding: 30px;
  }
  .u-pt-ss-3 {
    padding-top: 30px;
  }
  .u-pr-ss-3 {
    padding-right: 30px;
  }
  .u-pb-ss-3 {
    padding-bottom: 30px;
  }
  .u-pl-ss-3 {
    padding-left: 30px;
  }
  .u-pp-ss-3 {
    padding: 30%;
  }
  .u-ppt-ss-3 {
    padding-top: 30%;
  }
  .u-ppr-ss-3 {
    padding-right: 30%;
  }
  .u-ppb-ss-3 {
    padding-bottom: 30%;
  }
  .u-ppl-ss-3 {
    padding-left: 30%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-4 {
    padding: 40px;
  }
  .u-pt-ss-4 {
    padding-top: 40px;
  }
  .u-pr-ss-4 {
    padding-right: 40px;
  }
  .u-pb-ss-4 {
    padding-bottom: 40px;
  }
  .u-pl-ss-4 {
    padding-left: 40px;
  }
  .u-pp-ss-4 {
    padding: 40%;
  }
  .u-ppt-ss-4 {
    padding-top: 40%;
  }
  .u-ppr-ss-4 {
    padding-right: 40%;
  }
  .u-ppb-ss-4 {
    padding-bottom: 40%;
  }
  .u-ppl-ss-4 {
    padding-left: 40%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-5 {
    padding: 50px;
  }
  .u-pt-ss-5 {
    padding-top: 50px;
  }
  .u-pr-ss-5 {
    padding-right: 50px;
  }
  .u-pb-ss-5 {
    padding-bottom: 50px;
  }
  .u-pl-ss-5 {
    padding-left: 50px;
  }
  .u-pp-ss-5 {
    padding: 50%;
  }
  .u-ppt-ss-5 {
    padding-top: 50%;
  }
  .u-ppr-ss-5 {
    padding-right: 50%;
  }
  .u-ppb-ss-5 {
    padding-bottom: 50%;
  }
  .u-ppl-ss-5 {
    padding-left: 50%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-6 {
    padding: 60px;
  }
  .u-pt-ss-6 {
    padding-top: 60px;
  }
  .u-pr-ss-6 {
    padding-right: 60px;
  }
  .u-pb-ss-6 {
    padding-bottom: 60px;
  }
  .u-pl-ss-6 {
    padding-left: 60px;
  }
  .u-pp-ss-6 {
    padding: 60%;
  }
  .u-ppt-ss-6 {
    padding-top: 60%;
  }
  .u-ppr-ss-6 {
    padding-right: 60%;
  }
  .u-ppb-ss-6 {
    padding-bottom: 60%;
  }
  .u-ppl-ss-6 {
    padding-left: 60%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-7 {
    padding: 70px;
  }
  .u-pt-ss-7 {
    padding-top: 70px;
  }
  .u-pr-ss-7 {
    padding-right: 70px;
  }
  .u-pb-ss-7 {
    padding-bottom: 70px;
  }
  .u-pl-ss-7 {
    padding-left: 70px;
  }
  .u-pp-ss-7 {
    padding: 70%;
  }
  .u-ppt-ss-7 {
    padding-top: 70%;
  }
  .u-ppr-ss-7 {
    padding-right: 70%;
  }
  .u-ppb-ss-7 {
    padding-bottom: 70%;
  }
  .u-ppl-ss-7 {
    padding-left: 70%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-8 {
    padding: 80px;
  }
  .u-pt-ss-8 {
    padding-top: 80px;
  }
  .u-pr-ss-8 {
    padding-right: 80px;
  }
  .u-pb-ss-8 {
    padding-bottom: 80px;
  }
  .u-pl-ss-8 {
    padding-left: 80px;
  }
  .u-pp-ss-8 {
    padding: 80%;
  }
  .u-ppt-ss-8 {
    padding-top: 80%;
  }
  .u-ppr-ss-8 {
    padding-right: 80%;
  }
  .u-ppb-ss-8 {
    padding-bottom: 80%;
  }
  .u-ppl-ss-8 {
    padding-left: 80%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-9 {
    padding: 90px;
  }
  .u-pt-ss-9 {
    padding-top: 90px;
  }
  .u-pr-ss-9 {
    padding-right: 90px;
  }
  .u-pb-ss-9 {
    padding-bottom: 90px;
  }
  .u-pl-ss-9 {
    padding-left: 90px;
  }
  .u-pp-ss-9 {
    padding: 90%;
  }
  .u-ppt-ss-9 {
    padding-top: 90%;
  }
  .u-ppr-ss-9 {
    padding-right: 90%;
  }
  .u-ppb-ss-9 {
    padding-bottom: 90%;
  }
  .u-ppl-ss-9 {
    padding-left: 90%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-10 {
    padding: 100px;
  }
  .u-pt-ss-10 {
    padding-top: 100px;
  }
  .u-pr-ss-10 {
    padding-right: 100px;
  }
  .u-pb-ss-10 {
    padding-bottom: 100px;
  }
  .u-pl-ss-10 {
    padding-left: 100px;
  }
  .u-pp-ss-10 {
    padding: 100%;
  }
  .u-ppt-ss-10 {
    padding-top: 100%;
  }
  .u-ppr-ss-10 {
    padding-right: 100%;
  }
  .u-ppb-ss-10 {
    padding-bottom: 100%;
  }
  .u-ppl-ss-10 {
    padding-left: 100%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-11 {
    padding: 110px;
  }
  .u-pt-ss-11 {
    padding-top: 110px;
  }
  .u-pr-ss-11 {
    padding-right: 110px;
  }
  .u-pb-ss-11 {
    padding-bottom: 110px;
  }
  .u-pl-ss-11 {
    padding-left: 110px;
  }
  .u-pp-ss-11 {
    padding: 110%;
  }
  .u-ppt-ss-11 {
    padding-top: 110%;
  }
  .u-ppr-ss-11 {
    padding-right: 110%;
  }
  .u-ppb-ss-11 {
    padding-bottom: 110%;
  }
  .u-ppl-ss-11 {
    padding-left: 110%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-12 {
    padding: 120px;
  }
  .u-pt-ss-12 {
    padding-top: 120px;
  }
  .u-pr-ss-12 {
    padding-right: 120px;
  }
  .u-pb-ss-12 {
    padding-bottom: 120px;
  }
  .u-pl-ss-12 {
    padding-left: 120px;
  }
  .u-pp-ss-12 {
    padding: 120%;
  }
  .u-ppt-ss-12 {
    padding-top: 120%;
  }
  .u-ppr-ss-12 {
    padding-right: 120%;
  }
  .u-ppb-ss-12 {
    padding-bottom: 120%;
  }
  .u-ppl-ss-12 {
    padding-left: 120%;
  }
}

@media (min-width: 480px) {
  .u-p-s-0 {
    padding: 0px;
  }
  .u-pt-s-0 {
    padding-top: 0px;
  }
  .u-pr-s-0 {
    padding-right: 0px;
  }
  .u-pb-s-0 {
    padding-bottom: 0px;
  }
  .u-pl-s-0 {
    padding-left: 0px;
  }
  .u-pp-s-0 {
    padding: 0%;
  }
  .u-ppt-s-0 {
    padding-top: 0%;
  }
  .u-ppr-s-0 {
    padding-right: 0%;
  }
  .u-ppb-s-0 {
    padding-bottom: 0%;
  }
  .u-ppl-s-0 {
    padding-left: 0%;
  }
}

@media (min-width: 480px) {
  .u-p-s-1 {
    padding: 10px;
  }
  .u-pt-s-1 {
    padding-top: 10px;
  }
  .u-pr-s-1 {
    padding-right: 10px;
  }
  .u-pb-s-1 {
    padding-bottom: 10px;
  }
  .u-pl-s-1 {
    padding-left: 10px;
  }
  .u-pp-s-1 {
    padding: 10%;
  }
  .u-ppt-s-1 {
    padding-top: 10%;
  }
  .u-ppr-s-1 {
    padding-right: 10%;
  }
  .u-ppb-s-1 {
    padding-bottom: 10%;
  }
  .u-ppl-s-1 {
    padding-left: 10%;
  }
}

@media (min-width: 480px) {
  .u-p-s-2 {
    padding: 20px;
  }
  .u-pt-s-2 {
    padding-top: 20px;
  }
  .u-pr-s-2 {
    padding-right: 20px;
  }
  .u-pb-s-2 {
    padding-bottom: 20px;
  }
  .u-pl-s-2 {
    padding-left: 20px;
  }
  .u-pp-s-2 {
    padding: 20%;
  }
  .u-ppt-s-2 {
    padding-top: 20%;
  }
  .u-ppr-s-2 {
    padding-right: 20%;
  }
  .u-ppb-s-2 {
    padding-bottom: 20%;
  }
  .u-ppl-s-2 {
    padding-left: 20%;
  }
}

@media (min-width: 480px) {
  .u-p-s-3 {
    padding: 30px;
  }
  .u-pt-s-3 {
    padding-top: 30px;
  }
  .u-pr-s-3 {
    padding-right: 30px;
  }
  .u-pb-s-3 {
    padding-bottom: 30px;
  }
  .u-pl-s-3 {
    padding-left: 30px;
  }
  .u-pp-s-3 {
    padding: 30%;
  }
  .u-ppt-s-3 {
    padding-top: 30%;
  }
  .u-ppr-s-3 {
    padding-right: 30%;
  }
  .u-ppb-s-3 {
    padding-bottom: 30%;
  }
  .u-ppl-s-3 {
    padding-left: 30%;
  }
}

@media (min-width: 480px) {
  .u-p-s-4 {
    padding: 40px;
  }
  .u-pt-s-4 {
    padding-top: 40px;
  }
  .u-pr-s-4 {
    padding-right: 40px;
  }
  .u-pb-s-4 {
    padding-bottom: 40px;
  }
  .u-pl-s-4 {
    padding-left: 40px;
  }
  .u-pp-s-4 {
    padding: 40%;
  }
  .u-ppt-s-4 {
    padding-top: 40%;
  }
  .u-ppr-s-4 {
    padding-right: 40%;
  }
  .u-ppb-s-4 {
    padding-bottom: 40%;
  }
  .u-ppl-s-4 {
    padding-left: 40%;
  }
}

@media (min-width: 480px) {
  .u-p-s-5 {
    padding: 50px;
  }
  .u-pt-s-5 {
    padding-top: 50px;
  }
  .u-pr-s-5 {
    padding-right: 50px;
  }
  .u-pb-s-5 {
    padding-bottom: 50px;
  }
  .u-pl-s-5 {
    padding-left: 50px;
  }
  .u-pp-s-5 {
    padding: 50%;
  }
  .u-ppt-s-5 {
    padding-top: 50%;
  }
  .u-ppr-s-5 {
    padding-right: 50%;
  }
  .u-ppb-s-5 {
    padding-bottom: 50%;
  }
  .u-ppl-s-5 {
    padding-left: 50%;
  }
}

@media (min-width: 480px) {
  .u-p-s-6 {
    padding: 60px;
  }
  .u-pt-s-6 {
    padding-top: 60px;
  }
  .u-pr-s-6 {
    padding-right: 60px;
  }
  .u-pb-s-6 {
    padding-bottom: 60px;
  }
  .u-pl-s-6 {
    padding-left: 60px;
  }
  .u-pp-s-6 {
    padding: 60%;
  }
  .u-ppt-s-6 {
    padding-top: 60%;
  }
  .u-ppr-s-6 {
    padding-right: 60%;
  }
  .u-ppb-s-6 {
    padding-bottom: 60%;
  }
  .u-ppl-s-6 {
    padding-left: 60%;
  }
}

@media (min-width: 480px) {
  .u-p-s-7 {
    padding: 70px;
  }
  .u-pt-s-7 {
    padding-top: 70px;
  }
  .u-pr-s-7 {
    padding-right: 70px;
  }
  .u-pb-s-7 {
    padding-bottom: 70px;
  }
  .u-pl-s-7 {
    padding-left: 70px;
  }
  .u-pp-s-7 {
    padding: 70%;
  }
  .u-ppt-s-7 {
    padding-top: 70%;
  }
  .u-ppr-s-7 {
    padding-right: 70%;
  }
  .u-ppb-s-7 {
    padding-bottom: 70%;
  }
  .u-ppl-s-7 {
    padding-left: 70%;
  }
}

@media (min-width: 480px) {
  .u-p-s-8 {
    padding: 80px;
  }
  .u-pt-s-8 {
    padding-top: 80px;
  }
  .u-pr-s-8 {
    padding-right: 80px;
  }
  .u-pb-s-8 {
    padding-bottom: 80px;
  }
  .u-pl-s-8 {
    padding-left: 80px;
  }
  .u-pp-s-8 {
    padding: 80%;
  }
  .u-ppt-s-8 {
    padding-top: 80%;
  }
  .u-ppr-s-8 {
    padding-right: 80%;
  }
  .u-ppb-s-8 {
    padding-bottom: 80%;
  }
  .u-ppl-s-8 {
    padding-left: 80%;
  }
}

@media (min-width: 480px) {
  .u-p-s-9 {
    padding: 90px;
  }
  .u-pt-s-9 {
    padding-top: 90px;
  }
  .u-pr-s-9 {
    padding-right: 90px;
  }
  .u-pb-s-9 {
    padding-bottom: 90px;
  }
  .u-pl-s-9 {
    padding-left: 90px;
  }
  .u-pp-s-9 {
    padding: 90%;
  }
  .u-ppt-s-9 {
    padding-top: 90%;
  }
  .u-ppr-s-9 {
    padding-right: 90%;
  }
  .u-ppb-s-9 {
    padding-bottom: 90%;
  }
  .u-ppl-s-9 {
    padding-left: 90%;
  }
}

@media (min-width: 480px) {
  .u-p-s-10 {
    padding: 100px;
  }
  .u-pt-s-10 {
    padding-top: 100px;
  }
  .u-pr-s-10 {
    padding-right: 100px;
  }
  .u-pb-s-10 {
    padding-bottom: 100px;
  }
  .u-pl-s-10 {
    padding-left: 100px;
  }
  .u-pp-s-10 {
    padding: 100%;
  }
  .u-ppt-s-10 {
    padding-top: 100%;
  }
  .u-ppr-s-10 {
    padding-right: 100%;
  }
  .u-ppb-s-10 {
    padding-bottom: 100%;
  }
  .u-ppl-s-10 {
    padding-left: 100%;
  }
}

@media (min-width: 480px) {
  .u-p-s-11 {
    padding: 110px;
  }
  .u-pt-s-11 {
    padding-top: 110px;
  }
  .u-pr-s-11 {
    padding-right: 110px;
  }
  .u-pb-s-11 {
    padding-bottom: 110px;
  }
  .u-pl-s-11 {
    padding-left: 110px;
  }
  .u-pp-s-11 {
    padding: 110%;
  }
  .u-ppt-s-11 {
    padding-top: 110%;
  }
  .u-ppr-s-11 {
    padding-right: 110%;
  }
  .u-ppb-s-11 {
    padding-bottom: 110%;
  }
  .u-ppl-s-11 {
    padding-left: 110%;
  }
}

@media (min-width: 480px) {
  .u-p-s-12 {
    padding: 120px;
  }
  .u-pt-s-12 {
    padding-top: 120px;
  }
  .u-pr-s-12 {
    padding-right: 120px;
  }
  .u-pb-s-12 {
    padding-bottom: 120px;
  }
  .u-pl-s-12 {
    padding-left: 120px;
  }
  .u-pp-s-12 {
    padding: 120%;
  }
  .u-ppt-s-12 {
    padding-top: 120%;
  }
  .u-ppr-s-12 {
    padding-right: 120%;
  }
  .u-ppb-s-12 {
    padding-bottom: 120%;
  }
  .u-ppl-s-12 {
    padding-left: 120%;
  }
}

@media (min-width: 768px) {
  .u-p-m-0 {
    padding: 0px;
  }
  .u-pt-m-0 {
    padding-top: 0px;
  }
  .u-pr-m-0 {
    padding-right: 0px;
  }
  .u-pb-m-0 {
    padding-bottom: 0px;
  }
  .u-pl-m-0 {
    padding-left: 0px;
  }
  .u-pp-m-0 {
    padding: 0%;
  }
  .u-ppt-m-0 {
    padding-top: 0%;
  }
  .u-ppr-m-0 {
    padding-right: 0%;
  }
  .u-ppb-m-0 {
    padding-bottom: 0%;
  }
  .u-ppl-m-0 {
    padding-left: 0%;
  }
}

@media (min-width: 768px) {
  .u-p-m-1 {
    padding: 10px;
  }
  .u-pt-m-1 {
    padding-top: 10px;
  }
  .u-pr-m-1 {
    padding-right: 10px;
  }
  .u-pb-m-1 {
    padding-bottom: 10px;
  }
  .u-pl-m-1 {
    padding-left: 10px;
  }
  .u-pp-m-1 {
    padding: 10%;
  }
  .u-ppt-m-1 {
    padding-top: 10%;
  }
  .u-ppr-m-1 {
    padding-right: 10%;
  }
  .u-ppb-m-1 {
    padding-bottom: 10%;
  }
  .u-ppl-m-1 {
    padding-left: 10%;
  }
}

@media (min-width: 768px) {
  .u-p-m-2 {
    padding: 20px;
  }
  .u-pt-m-2 {
    padding-top: 20px;
  }
  .u-pr-m-2 {
    padding-right: 20px;
  }
  .u-pb-m-2 {
    padding-bottom: 20px;
  }
  .u-pl-m-2 {
    padding-left: 20px;
  }
  .u-pp-m-2 {
    padding: 20%;
  }
  .u-ppt-m-2 {
    padding-top: 20%;
  }
  .u-ppr-m-2 {
    padding-right: 20%;
  }
  .u-ppb-m-2 {
    padding-bottom: 20%;
  }
  .u-ppl-m-2 {
    padding-left: 20%;
  }
}

@media (min-width: 768px) {
  .u-p-m-3 {
    padding: 30px;
  }
  .u-pt-m-3 {
    padding-top: 30px;
  }
  .u-pr-m-3 {
    padding-right: 30px;
  }
  .u-pb-m-3 {
    padding-bottom: 30px;
  }
  .u-pl-m-3 {
    padding-left: 30px;
  }
  .u-pp-m-3 {
    padding: 30%;
  }
  .u-ppt-m-3 {
    padding-top: 30%;
  }
  .u-ppr-m-3 {
    padding-right: 30%;
  }
  .u-ppb-m-3 {
    padding-bottom: 30%;
  }
  .u-ppl-m-3 {
    padding-left: 30%;
  }
}

@media (min-width: 768px) {
  .u-p-m-4 {
    padding: 40px;
  }
  .u-pt-m-4 {
    padding-top: 40px;
  }
  .u-pr-m-4 {
    padding-right: 40px;
  }
  .u-pb-m-4 {
    padding-bottom: 40px;
  }
  .u-pl-m-4 {
    padding-left: 40px;
  }
  .u-pp-m-4 {
    padding: 40%;
  }
  .u-ppt-m-4 {
    padding-top: 40%;
  }
  .u-ppr-m-4 {
    padding-right: 40%;
  }
  .u-ppb-m-4 {
    padding-bottom: 40%;
  }
  .u-ppl-m-4 {
    padding-left: 40%;
  }
}

@media (min-width: 768px) {
  .u-p-m-5 {
    padding: 50px;
  }
  .u-pt-m-5 {
    padding-top: 50px;
  }
  .u-pr-m-5 {
    padding-right: 50px;
  }
  .u-pb-m-5 {
    padding-bottom: 50px;
  }
  .u-pl-m-5 {
    padding-left: 50px;
  }
  .u-pp-m-5 {
    padding: 50%;
  }
  .u-ppt-m-5 {
    padding-top: 50%;
  }
  .u-ppr-m-5 {
    padding-right: 50%;
  }
  .u-ppb-m-5 {
    padding-bottom: 50%;
  }
  .u-ppl-m-5 {
    padding-left: 50%;
  }
}

@media (min-width: 768px) {
  .u-p-m-6 {
    padding: 60px;
  }
  .u-pt-m-6 {
    padding-top: 60px;
  }
  .u-pr-m-6 {
    padding-right: 60px;
  }
  .u-pb-m-6 {
    padding-bottom: 60px;
  }
  .u-pl-m-6 {
    padding-left: 60px;
  }
  .u-pp-m-6 {
    padding: 60%;
  }
  .u-ppt-m-6 {
    padding-top: 60%;
  }
  .u-ppr-m-6 {
    padding-right: 60%;
  }
  .u-ppb-m-6 {
    padding-bottom: 60%;
  }
  .u-ppl-m-6 {
    padding-left: 60%;
  }
}

@media (min-width: 768px) {
  .u-p-m-7 {
    padding: 70px;
  }
  .u-pt-m-7 {
    padding-top: 70px;
  }
  .u-pr-m-7 {
    padding-right: 70px;
  }
  .u-pb-m-7 {
    padding-bottom: 70px;
  }
  .u-pl-m-7 {
    padding-left: 70px;
  }
  .u-pp-m-7 {
    padding: 70%;
  }
  .u-ppt-m-7 {
    padding-top: 70%;
  }
  .u-ppr-m-7 {
    padding-right: 70%;
  }
  .u-ppb-m-7 {
    padding-bottom: 70%;
  }
  .u-ppl-m-7 {
    padding-left: 70%;
  }
}

@media (min-width: 768px) {
  .u-p-m-8 {
    padding: 80px;
  }
  .u-pt-m-8 {
    padding-top: 80px;
  }
  .u-pr-m-8 {
    padding-right: 80px;
  }
  .u-pb-m-8 {
    padding-bottom: 80px;
  }
  .u-pl-m-8 {
    padding-left: 80px;
  }
  .u-pp-m-8 {
    padding: 80%;
  }
  .u-ppt-m-8 {
    padding-top: 80%;
  }
  .u-ppr-m-8 {
    padding-right: 80%;
  }
  .u-ppb-m-8 {
    padding-bottom: 80%;
  }
  .u-ppl-m-8 {
    padding-left: 80%;
  }
}

@media (min-width: 768px) {
  .u-p-m-9 {
    padding: 90px;
  }
  .u-pt-m-9 {
    padding-top: 90px;
  }
  .u-pr-m-9 {
    padding-right: 90px;
  }
  .u-pb-m-9 {
    padding-bottom: 90px;
  }
  .u-pl-m-9 {
    padding-left: 90px;
  }
  .u-pp-m-9 {
    padding: 90%;
  }
  .u-ppt-m-9 {
    padding-top: 90%;
  }
  .u-ppr-m-9 {
    padding-right: 90%;
  }
  .u-ppb-m-9 {
    padding-bottom: 90%;
  }
  .u-ppl-m-9 {
    padding-left: 90%;
  }
}

@media (min-width: 768px) {
  .u-p-m-10 {
    padding: 100px;
  }
  .u-pt-m-10 {
    padding-top: 100px;
  }
  .u-pr-m-10 {
    padding-right: 100px;
  }
  .u-pb-m-10 {
    padding-bottom: 100px;
  }
  .u-pl-m-10 {
    padding-left: 100px;
  }
  .u-pp-m-10 {
    padding: 100%;
  }
  .u-ppt-m-10 {
    padding-top: 100%;
  }
  .u-ppr-m-10 {
    padding-right: 100%;
  }
  .u-ppb-m-10 {
    padding-bottom: 100%;
  }
  .u-ppl-m-10 {
    padding-left: 100%;
  }
}

@media (min-width: 768px) {
  .u-p-m-11 {
    padding: 110px;
  }
  .u-pt-m-11 {
    padding-top: 110px;
  }
  .u-pr-m-11 {
    padding-right: 110px;
  }
  .u-pb-m-11 {
    padding-bottom: 110px;
  }
  .u-pl-m-11 {
    padding-left: 110px;
  }
  .u-pp-m-11 {
    padding: 110%;
  }
  .u-ppt-m-11 {
    padding-top: 110%;
  }
  .u-ppr-m-11 {
    padding-right: 110%;
  }
  .u-ppb-m-11 {
    padding-bottom: 110%;
  }
  .u-ppl-m-11 {
    padding-left: 110%;
  }
}

@media (min-width: 768px) {
  .u-p-m-12 {
    padding: 120px;
  }
  .u-pt-m-12 {
    padding-top: 120px;
  }
  .u-pr-m-12 {
    padding-right: 120px;
  }
  .u-pb-m-12 {
    padding-bottom: 120px;
  }
  .u-pl-m-12 {
    padding-left: 120px;
  }
  .u-pp-m-12 {
    padding: 120%;
  }
  .u-ppt-m-12 {
    padding-top: 120%;
  }
  .u-ppr-m-12 {
    padding-right: 120%;
  }
  .u-ppb-m-12 {
    padding-bottom: 120%;
  }
  .u-ppl-m-12 {
    padding-left: 120%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-0 {
    padding: 0px;
  }
  .u-pt-l-0 {
    padding-top: 0px;
  }
  .u-pr-l-0 {
    padding-right: 0px;
  }
  .u-pb-l-0 {
    padding-bottom: 0px;
  }
  .u-pl-l-0 {
    padding-left: 0px;
  }
  .u-pp-l-0 {
    padding: 0%;
  }
  .u-ppt-l-0 {
    padding-top: 0%;
  }
  .u-ppr-l-0 {
    padding-right: 0%;
  }
  .u-ppb-l-0 {
    padding-bottom: 0%;
  }
  .u-ppl-l-0 {
    padding-left: 0%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-1 {
    padding: 10px;
  }
  .u-pt-l-1 {
    padding-top: 10px;
  }
  .u-pr-l-1 {
    padding-right: 10px;
  }
  .u-pb-l-1 {
    padding-bottom: 10px;
  }
  .u-pl-l-1 {
    padding-left: 10px;
  }
  .u-pp-l-1 {
    padding: 10%;
  }
  .u-ppt-l-1 {
    padding-top: 10%;
  }
  .u-ppr-l-1 {
    padding-right: 10%;
  }
  .u-ppb-l-1 {
    padding-bottom: 10%;
  }
  .u-ppl-l-1 {
    padding-left: 10%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-2 {
    padding: 20px;
  }
  .u-pt-l-2 {
    padding-top: 20px;
  }
  .u-pr-l-2 {
    padding-right: 20px;
  }
  .u-pb-l-2 {
    padding-bottom: 20px;
  }
  .u-pl-l-2 {
    padding-left: 20px;
  }
  .u-pp-l-2 {
    padding: 20%;
  }
  .u-ppt-l-2 {
    padding-top: 20%;
  }
  .u-ppr-l-2 {
    padding-right: 20%;
  }
  .u-ppb-l-2 {
    padding-bottom: 20%;
  }
  .u-ppl-l-2 {
    padding-left: 20%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-3 {
    padding: 30px;
  }
  .u-pt-l-3 {
    padding-top: 30px;
  }
  .u-pr-l-3 {
    padding-right: 30px;
  }
  .u-pb-l-3 {
    padding-bottom: 30px;
  }
  .u-pl-l-3 {
    padding-left: 30px;
  }
  .u-pp-l-3 {
    padding: 30%;
  }
  .u-ppt-l-3 {
    padding-top: 30%;
  }
  .u-ppr-l-3 {
    padding-right: 30%;
  }
  .u-ppb-l-3 {
    padding-bottom: 30%;
  }
  .u-ppl-l-3 {
    padding-left: 30%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-4 {
    padding: 40px;
  }
  .u-pt-l-4 {
    padding-top: 40px;
  }
  .u-pr-l-4 {
    padding-right: 40px;
  }
  .u-pb-l-4 {
    padding-bottom: 40px;
  }
  .u-pl-l-4 {
    padding-left: 40px;
  }
  .u-pp-l-4 {
    padding: 40%;
  }
  .u-ppt-l-4 {
    padding-top: 40%;
  }
  .u-ppr-l-4 {
    padding-right: 40%;
  }
  .u-ppb-l-4 {
    padding-bottom: 40%;
  }
  .u-ppl-l-4 {
    padding-left: 40%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-5 {
    padding: 50px;
  }
  .u-pt-l-5 {
    padding-top: 50px;
  }
  .u-pr-l-5 {
    padding-right: 50px;
  }
  .u-pb-l-5 {
    padding-bottom: 50px;
  }
  .u-pl-l-5 {
    padding-left: 50px;
  }
  .u-pp-l-5 {
    padding: 50%;
  }
  .u-ppt-l-5 {
    padding-top: 50%;
  }
  .u-ppr-l-5 {
    padding-right: 50%;
  }
  .u-ppb-l-5 {
    padding-bottom: 50%;
  }
  .u-ppl-l-5 {
    padding-left: 50%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-6 {
    padding: 60px;
  }
  .u-pt-l-6 {
    padding-top: 60px;
  }
  .u-pr-l-6 {
    padding-right: 60px;
  }
  .u-pb-l-6 {
    padding-bottom: 60px;
  }
  .u-pl-l-6 {
    padding-left: 60px;
  }
  .u-pp-l-6 {
    padding: 60%;
  }
  .u-ppt-l-6 {
    padding-top: 60%;
  }
  .u-ppr-l-6 {
    padding-right: 60%;
  }
  .u-ppb-l-6 {
    padding-bottom: 60%;
  }
  .u-ppl-l-6 {
    padding-left: 60%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-7 {
    padding: 70px;
  }
  .u-pt-l-7 {
    padding-top: 70px;
  }
  .u-pr-l-7 {
    padding-right: 70px;
  }
  .u-pb-l-7 {
    padding-bottom: 70px;
  }
  .u-pl-l-7 {
    padding-left: 70px;
  }
  .u-pp-l-7 {
    padding: 70%;
  }
  .u-ppt-l-7 {
    padding-top: 70%;
  }
  .u-ppr-l-7 {
    padding-right: 70%;
  }
  .u-ppb-l-7 {
    padding-bottom: 70%;
  }
  .u-ppl-l-7 {
    padding-left: 70%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-8 {
    padding: 80px;
  }
  .u-pt-l-8 {
    padding-top: 80px;
  }
  .u-pr-l-8 {
    padding-right: 80px;
  }
  .u-pb-l-8 {
    padding-bottom: 80px;
  }
  .u-pl-l-8 {
    padding-left: 80px;
  }
  .u-pp-l-8 {
    padding: 80%;
  }
  .u-ppt-l-8 {
    padding-top: 80%;
  }
  .u-ppr-l-8 {
    padding-right: 80%;
  }
  .u-ppb-l-8 {
    padding-bottom: 80%;
  }
  .u-ppl-l-8 {
    padding-left: 80%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-9 {
    padding: 90px;
  }
  .u-pt-l-9 {
    padding-top: 90px;
  }
  .u-pr-l-9 {
    padding-right: 90px;
  }
  .u-pb-l-9 {
    padding-bottom: 90px;
  }
  .u-pl-l-9 {
    padding-left: 90px;
  }
  .u-pp-l-9 {
    padding: 90%;
  }
  .u-ppt-l-9 {
    padding-top: 90%;
  }
  .u-ppr-l-9 {
    padding-right: 90%;
  }
  .u-ppb-l-9 {
    padding-bottom: 90%;
  }
  .u-ppl-l-9 {
    padding-left: 90%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-10 {
    padding: 100px;
  }
  .u-pt-l-10 {
    padding-top: 100px;
  }
  .u-pr-l-10 {
    padding-right: 100px;
  }
  .u-pb-l-10 {
    padding-bottom: 100px;
  }
  .u-pl-l-10 {
    padding-left: 100px;
  }
  .u-pp-l-10 {
    padding: 100%;
  }
  .u-ppt-l-10 {
    padding-top: 100%;
  }
  .u-ppr-l-10 {
    padding-right: 100%;
  }
  .u-ppb-l-10 {
    padding-bottom: 100%;
  }
  .u-ppl-l-10 {
    padding-left: 100%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-11 {
    padding: 110px;
  }
  .u-pt-l-11 {
    padding-top: 110px;
  }
  .u-pr-l-11 {
    padding-right: 110px;
  }
  .u-pb-l-11 {
    padding-bottom: 110px;
  }
  .u-pl-l-11 {
    padding-left: 110px;
  }
  .u-pp-l-11 {
    padding: 110%;
  }
  .u-ppt-l-11 {
    padding-top: 110%;
  }
  .u-ppr-l-11 {
    padding-right: 110%;
  }
  .u-ppb-l-11 {
    padding-bottom: 110%;
  }
  .u-ppl-l-11 {
    padding-left: 110%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-12 {
    padding: 120px;
  }
  .u-pt-l-12 {
    padding-top: 120px;
  }
  .u-pr-l-12 {
    padding-right: 120px;
  }
  .u-pb-l-12 {
    padding-bottom: 120px;
  }
  .u-pl-l-12 {
    padding-left: 120px;
  }
  .u-pp-l-12 {
    padding: 120%;
  }
  .u-ppt-l-12 {
    padding-top: 120%;
  }
  .u-ppr-l-12 {
    padding-right: 120%;
  }
  .u-ppb-l-12 {
    padding-bottom: 120%;
  }
  .u-ppl-l-12 {
    padding-left: 120%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-0 {
    padding: 0px;
  }
  .u-pt-xl-0 {
    padding-top: 0px;
  }
  .u-pr-xl-0 {
    padding-right: 0px;
  }
  .u-pb-xl-0 {
    padding-bottom: 0px;
  }
  .u-pl-xl-0 {
    padding-left: 0px;
  }
  .u-pp-xl-0 {
    padding: 0%;
  }
  .u-ppt-xl-0 {
    padding-top: 0%;
  }
  .u-ppr-xl-0 {
    padding-right: 0%;
  }
  .u-ppb-xl-0 {
    padding-bottom: 0%;
  }
  .u-ppl-xl-0 {
    padding-left: 0%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-1 {
    padding: 10px;
  }
  .u-pt-xl-1 {
    padding-top: 10px;
  }
  .u-pr-xl-1 {
    padding-right: 10px;
  }
  .u-pb-xl-1 {
    padding-bottom: 10px;
  }
  .u-pl-xl-1 {
    padding-left: 10px;
  }
  .u-pp-xl-1 {
    padding: 10%;
  }
  .u-ppt-xl-1 {
    padding-top: 10%;
  }
  .u-ppr-xl-1 {
    padding-right: 10%;
  }
  .u-ppb-xl-1 {
    padding-bottom: 10%;
  }
  .u-ppl-xl-1 {
    padding-left: 10%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-2 {
    padding: 20px;
  }
  .u-pt-xl-2 {
    padding-top: 20px;
  }
  .u-pr-xl-2 {
    padding-right: 20px;
  }
  .u-pb-xl-2 {
    padding-bottom: 20px;
  }
  .u-pl-xl-2 {
    padding-left: 20px;
  }
  .u-pp-xl-2 {
    padding: 20%;
  }
  .u-ppt-xl-2 {
    padding-top: 20%;
  }
  .u-ppr-xl-2 {
    padding-right: 20%;
  }
  .u-ppb-xl-2 {
    padding-bottom: 20%;
  }
  .u-ppl-xl-2 {
    padding-left: 20%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-3 {
    padding: 30px;
  }
  .u-pt-xl-3 {
    padding-top: 30px;
  }
  .u-pr-xl-3 {
    padding-right: 30px;
  }
  .u-pb-xl-3 {
    padding-bottom: 30px;
  }
  .u-pl-xl-3 {
    padding-left: 30px;
  }
  .u-pp-xl-3 {
    padding: 30%;
  }
  .u-ppt-xl-3 {
    padding-top: 30%;
  }
  .u-ppr-xl-3 {
    padding-right: 30%;
  }
  .u-ppb-xl-3 {
    padding-bottom: 30%;
  }
  .u-ppl-xl-3 {
    padding-left: 30%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-4 {
    padding: 40px;
  }
  .u-pt-xl-4 {
    padding-top: 40px;
  }
  .u-pr-xl-4 {
    padding-right: 40px;
  }
  .u-pb-xl-4 {
    padding-bottom: 40px;
  }
  .u-pl-xl-4 {
    padding-left: 40px;
  }
  .u-pp-xl-4 {
    padding: 40%;
  }
  .u-ppt-xl-4 {
    padding-top: 40%;
  }
  .u-ppr-xl-4 {
    padding-right: 40%;
  }
  .u-ppb-xl-4 {
    padding-bottom: 40%;
  }
  .u-ppl-xl-4 {
    padding-left: 40%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-5 {
    padding: 50px;
  }
  .u-pt-xl-5 {
    padding-top: 50px;
  }
  .u-pr-xl-5 {
    padding-right: 50px;
  }
  .u-pb-xl-5 {
    padding-bottom: 50px;
  }
  .u-pl-xl-5 {
    padding-left: 50px;
  }
  .u-pp-xl-5 {
    padding: 50%;
  }
  .u-ppt-xl-5 {
    padding-top: 50%;
  }
  .u-ppr-xl-5 {
    padding-right: 50%;
  }
  .u-ppb-xl-5 {
    padding-bottom: 50%;
  }
  .u-ppl-xl-5 {
    padding-left: 50%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-6 {
    padding: 60px;
  }
  .u-pt-xl-6 {
    padding-top: 60px;
  }
  .u-pr-xl-6 {
    padding-right: 60px;
  }
  .u-pb-xl-6 {
    padding-bottom: 60px;
  }
  .u-pl-xl-6 {
    padding-left: 60px;
  }
  .u-pp-xl-6 {
    padding: 60%;
  }
  .u-ppt-xl-6 {
    padding-top: 60%;
  }
  .u-ppr-xl-6 {
    padding-right: 60%;
  }
  .u-ppb-xl-6 {
    padding-bottom: 60%;
  }
  .u-ppl-xl-6 {
    padding-left: 60%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-7 {
    padding: 70px;
  }
  .u-pt-xl-7 {
    padding-top: 70px;
  }
  .u-pr-xl-7 {
    padding-right: 70px;
  }
  .u-pb-xl-7 {
    padding-bottom: 70px;
  }
  .u-pl-xl-7 {
    padding-left: 70px;
  }
  .u-pp-xl-7 {
    padding: 70%;
  }
  .u-ppt-xl-7 {
    padding-top: 70%;
  }
  .u-ppr-xl-7 {
    padding-right: 70%;
  }
  .u-ppb-xl-7 {
    padding-bottom: 70%;
  }
  .u-ppl-xl-7 {
    padding-left: 70%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-8 {
    padding: 80px;
  }
  .u-pt-xl-8 {
    padding-top: 80px;
  }
  .u-pr-xl-8 {
    padding-right: 80px;
  }
  .u-pb-xl-8 {
    padding-bottom: 80px;
  }
  .u-pl-xl-8 {
    padding-left: 80px;
  }
  .u-pp-xl-8 {
    padding: 80%;
  }
  .u-ppt-xl-8 {
    padding-top: 80%;
  }
  .u-ppr-xl-8 {
    padding-right: 80%;
  }
  .u-ppb-xl-8 {
    padding-bottom: 80%;
  }
  .u-ppl-xl-8 {
    padding-left: 80%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-9 {
    padding: 90px;
  }
  .u-pt-xl-9 {
    padding-top: 90px;
  }
  .u-pr-xl-9 {
    padding-right: 90px;
  }
  .u-pb-xl-9 {
    padding-bottom: 90px;
  }
  .u-pl-xl-9 {
    padding-left: 90px;
  }
  .u-pp-xl-9 {
    padding: 90%;
  }
  .u-ppt-xl-9 {
    padding-top: 90%;
  }
  .u-ppr-xl-9 {
    padding-right: 90%;
  }
  .u-ppb-xl-9 {
    padding-bottom: 90%;
  }
  .u-ppl-xl-9 {
    padding-left: 90%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-10 {
    padding: 100px;
  }
  .u-pt-xl-10 {
    padding-top: 100px;
  }
  .u-pr-xl-10 {
    padding-right: 100px;
  }
  .u-pb-xl-10 {
    padding-bottom: 100px;
  }
  .u-pl-xl-10 {
    padding-left: 100px;
  }
  .u-pp-xl-10 {
    padding: 100%;
  }
  .u-ppt-xl-10 {
    padding-top: 100%;
  }
  .u-ppr-xl-10 {
    padding-right: 100%;
  }
  .u-ppb-xl-10 {
    padding-bottom: 100%;
  }
  .u-ppl-xl-10 {
    padding-left: 100%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-11 {
    padding: 110px;
  }
  .u-pt-xl-11 {
    padding-top: 110px;
  }
  .u-pr-xl-11 {
    padding-right: 110px;
  }
  .u-pb-xl-11 {
    padding-bottom: 110px;
  }
  .u-pl-xl-11 {
    padding-left: 110px;
  }
  .u-pp-xl-11 {
    padding: 110%;
  }
  .u-ppt-xl-11 {
    padding-top: 110%;
  }
  .u-ppr-xl-11 {
    padding-right: 110%;
  }
  .u-ppb-xl-11 {
    padding-bottom: 110%;
  }
  .u-ppl-xl-11 {
    padding-left: 110%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-12 {
    padding: 120px;
  }
  .u-pt-xl-12 {
    padding-top: 120px;
  }
  .u-pr-xl-12 {
    padding-right: 120px;
  }
  .u-pb-xl-12 {
    padding-bottom: 120px;
  }
  .u-pl-xl-12 {
    padding-left: 120px;
  }
  .u-pp-xl-12 {
    padding: 120%;
  }
  .u-ppt-xl-12 {
    padding-top: 120%;
  }
  .u-ppr-xl-12 {
    padding-right: 120%;
  }
  .u-ppb-xl-12 {
    padding-bottom: 120%;
  }
  .u-ppl-xl-12 {
    padding-left: 120%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-0 {
    padding: 0px;
  }
  .u-pt-xxl-0 {
    padding-top: 0px;
  }
  .u-pr-xxl-0 {
    padding-right: 0px;
  }
  .u-pb-xxl-0 {
    padding-bottom: 0px;
  }
  .u-pl-xxl-0 {
    padding-left: 0px;
  }
  .u-pp-xxl-0 {
    padding: 0%;
  }
  .u-ppt-xxl-0 {
    padding-top: 0%;
  }
  .u-ppr-xxl-0 {
    padding-right: 0%;
  }
  .u-ppb-xxl-0 {
    padding-bottom: 0%;
  }
  .u-ppl-xxl-0 {
    padding-left: 0%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-1 {
    padding: 10px;
  }
  .u-pt-xxl-1 {
    padding-top: 10px;
  }
  .u-pr-xxl-1 {
    padding-right: 10px;
  }
  .u-pb-xxl-1 {
    padding-bottom: 10px;
  }
  .u-pl-xxl-1 {
    padding-left: 10px;
  }
  .u-pp-xxl-1 {
    padding: 10%;
  }
  .u-ppt-xxl-1 {
    padding-top: 10%;
  }
  .u-ppr-xxl-1 {
    padding-right: 10%;
  }
  .u-ppb-xxl-1 {
    padding-bottom: 10%;
  }
  .u-ppl-xxl-1 {
    padding-left: 10%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-2 {
    padding: 20px;
  }
  .u-pt-xxl-2 {
    padding-top: 20px;
  }
  .u-pr-xxl-2 {
    padding-right: 20px;
  }
  .u-pb-xxl-2 {
    padding-bottom: 20px;
  }
  .u-pl-xxl-2 {
    padding-left: 20px;
  }
  .u-pp-xxl-2 {
    padding: 20%;
  }
  .u-ppt-xxl-2 {
    padding-top: 20%;
  }
  .u-ppr-xxl-2 {
    padding-right: 20%;
  }
  .u-ppb-xxl-2 {
    padding-bottom: 20%;
  }
  .u-ppl-xxl-2 {
    padding-left: 20%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-3 {
    padding: 30px;
  }
  .u-pt-xxl-3 {
    padding-top: 30px;
  }
  .u-pr-xxl-3 {
    padding-right: 30px;
  }
  .u-pb-xxl-3 {
    padding-bottom: 30px;
  }
  .u-pl-xxl-3 {
    padding-left: 30px;
  }
  .u-pp-xxl-3 {
    padding: 30%;
  }
  .u-ppt-xxl-3 {
    padding-top: 30%;
  }
  .u-ppr-xxl-3 {
    padding-right: 30%;
  }
  .u-ppb-xxl-3 {
    padding-bottom: 30%;
  }
  .u-ppl-xxl-3 {
    padding-left: 30%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-4 {
    padding: 40px;
  }
  .u-pt-xxl-4 {
    padding-top: 40px;
  }
  .u-pr-xxl-4 {
    padding-right: 40px;
  }
  .u-pb-xxl-4 {
    padding-bottom: 40px;
  }
  .u-pl-xxl-4 {
    padding-left: 40px;
  }
  .u-pp-xxl-4 {
    padding: 40%;
  }
  .u-ppt-xxl-4 {
    padding-top: 40%;
  }
  .u-ppr-xxl-4 {
    padding-right: 40%;
  }
  .u-ppb-xxl-4 {
    padding-bottom: 40%;
  }
  .u-ppl-xxl-4 {
    padding-left: 40%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-5 {
    padding: 50px;
  }
  .u-pt-xxl-5 {
    padding-top: 50px;
  }
  .u-pr-xxl-5 {
    padding-right: 50px;
  }
  .u-pb-xxl-5 {
    padding-bottom: 50px;
  }
  .u-pl-xxl-5 {
    padding-left: 50px;
  }
  .u-pp-xxl-5 {
    padding: 50%;
  }
  .u-ppt-xxl-5 {
    padding-top: 50%;
  }
  .u-ppr-xxl-5 {
    padding-right: 50%;
  }
  .u-ppb-xxl-5 {
    padding-bottom: 50%;
  }
  .u-ppl-xxl-5 {
    padding-left: 50%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-6 {
    padding: 60px;
  }
  .u-pt-xxl-6 {
    padding-top: 60px;
  }
  .u-pr-xxl-6 {
    padding-right: 60px;
  }
  .u-pb-xxl-6 {
    padding-bottom: 60px;
  }
  .u-pl-xxl-6 {
    padding-left: 60px;
  }
  .u-pp-xxl-6 {
    padding: 60%;
  }
  .u-ppt-xxl-6 {
    padding-top: 60%;
  }
  .u-ppr-xxl-6 {
    padding-right: 60%;
  }
  .u-ppb-xxl-6 {
    padding-bottom: 60%;
  }
  .u-ppl-xxl-6 {
    padding-left: 60%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-7 {
    padding: 70px;
  }
  .u-pt-xxl-7 {
    padding-top: 70px;
  }
  .u-pr-xxl-7 {
    padding-right: 70px;
  }
  .u-pb-xxl-7 {
    padding-bottom: 70px;
  }
  .u-pl-xxl-7 {
    padding-left: 70px;
  }
  .u-pp-xxl-7 {
    padding: 70%;
  }
  .u-ppt-xxl-7 {
    padding-top: 70%;
  }
  .u-ppr-xxl-7 {
    padding-right: 70%;
  }
  .u-ppb-xxl-7 {
    padding-bottom: 70%;
  }
  .u-ppl-xxl-7 {
    padding-left: 70%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-8 {
    padding: 80px;
  }
  .u-pt-xxl-8 {
    padding-top: 80px;
  }
  .u-pr-xxl-8 {
    padding-right: 80px;
  }
  .u-pb-xxl-8 {
    padding-bottom: 80px;
  }
  .u-pl-xxl-8 {
    padding-left: 80px;
  }
  .u-pp-xxl-8 {
    padding: 80%;
  }
  .u-ppt-xxl-8 {
    padding-top: 80%;
  }
  .u-ppr-xxl-8 {
    padding-right: 80%;
  }
  .u-ppb-xxl-8 {
    padding-bottom: 80%;
  }
  .u-ppl-xxl-8 {
    padding-left: 80%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-9 {
    padding: 90px;
  }
  .u-pt-xxl-9 {
    padding-top: 90px;
  }
  .u-pr-xxl-9 {
    padding-right: 90px;
  }
  .u-pb-xxl-9 {
    padding-bottom: 90px;
  }
  .u-pl-xxl-9 {
    padding-left: 90px;
  }
  .u-pp-xxl-9 {
    padding: 90%;
  }
  .u-ppt-xxl-9 {
    padding-top: 90%;
  }
  .u-ppr-xxl-9 {
    padding-right: 90%;
  }
  .u-ppb-xxl-9 {
    padding-bottom: 90%;
  }
  .u-ppl-xxl-9 {
    padding-left: 90%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-10 {
    padding: 100px;
  }
  .u-pt-xxl-10 {
    padding-top: 100px;
  }
  .u-pr-xxl-10 {
    padding-right: 100px;
  }
  .u-pb-xxl-10 {
    padding-bottom: 100px;
  }
  .u-pl-xxl-10 {
    padding-left: 100px;
  }
  .u-pp-xxl-10 {
    padding: 100%;
  }
  .u-ppt-xxl-10 {
    padding-top: 100%;
  }
  .u-ppr-xxl-10 {
    padding-right: 100%;
  }
  .u-ppb-xxl-10 {
    padding-bottom: 100%;
  }
  .u-ppl-xxl-10 {
    padding-left: 100%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-11 {
    padding: 110px;
  }
  .u-pt-xxl-11 {
    padding-top: 110px;
  }
  .u-pr-xxl-11 {
    padding-right: 110px;
  }
  .u-pb-xxl-11 {
    padding-bottom: 110px;
  }
  .u-pl-xxl-11 {
    padding-left: 110px;
  }
  .u-pp-xxl-11 {
    padding: 110%;
  }
  .u-ppt-xxl-11 {
    padding-top: 110%;
  }
  .u-ppr-xxl-11 {
    padding-right: 110%;
  }
  .u-ppb-xxl-11 {
    padding-bottom: 110%;
  }
  .u-ppl-xxl-11 {
    padding-left: 110%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-12 {
    padding: 120px;
  }
  .u-pt-xxl-12 {
    padding-top: 120px;
  }
  .u-pr-xxl-12 {
    padding-right: 120px;
  }
  .u-pb-xxl-12 {
    padding-bottom: 120px;
  }
  .u-pl-xxl-12 {
    padding-left: 120px;
  }
  .u-pp-xxl-12 {
    padding: 120%;
  }
  .u-ppt-xxl-12 {
    padding-top: 120%;
  }
  .u-ppr-xxl-12 {
    padding-right: 120%;
  }
  .u-ppb-xxl-12 {
    padding-bottom: 120%;
  }
  .u-ppl-xxl-12 {
    padding-left: 120%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-0 {
    padding: 0px;
  }
  .u-pt-xxxl-0 {
    padding-top: 0px;
  }
  .u-pr-xxxl-0 {
    padding-right: 0px;
  }
  .u-pb-xxxl-0 {
    padding-bottom: 0px;
  }
  .u-pl-xxxl-0 {
    padding-left: 0px;
  }
  .u-pp-xxxl-0 {
    padding: 0%;
  }
  .u-ppt-xxxl-0 {
    padding-top: 0%;
  }
  .u-ppr-xxxl-0 {
    padding-right: 0%;
  }
  .u-ppb-xxxl-0 {
    padding-bottom: 0%;
  }
  .u-ppl-xxxl-0 {
    padding-left: 0%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-1 {
    padding: 10px;
  }
  .u-pt-xxxl-1 {
    padding-top: 10px;
  }
  .u-pr-xxxl-1 {
    padding-right: 10px;
  }
  .u-pb-xxxl-1 {
    padding-bottom: 10px;
  }
  .u-pl-xxxl-1 {
    padding-left: 10px;
  }
  .u-pp-xxxl-1 {
    padding: 10%;
  }
  .u-ppt-xxxl-1 {
    padding-top: 10%;
  }
  .u-ppr-xxxl-1 {
    padding-right: 10%;
  }
  .u-ppb-xxxl-1 {
    padding-bottom: 10%;
  }
  .u-ppl-xxxl-1 {
    padding-left: 10%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-2 {
    padding: 20px;
  }
  .u-pt-xxxl-2 {
    padding-top: 20px;
  }
  .u-pr-xxxl-2 {
    padding-right: 20px;
  }
  .u-pb-xxxl-2 {
    padding-bottom: 20px;
  }
  .u-pl-xxxl-2 {
    padding-left: 20px;
  }
  .u-pp-xxxl-2 {
    padding: 20%;
  }
  .u-ppt-xxxl-2 {
    padding-top: 20%;
  }
  .u-ppr-xxxl-2 {
    padding-right: 20%;
  }
  .u-ppb-xxxl-2 {
    padding-bottom: 20%;
  }
  .u-ppl-xxxl-2 {
    padding-left: 20%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-3 {
    padding: 30px;
  }
  .u-pt-xxxl-3 {
    padding-top: 30px;
  }
  .u-pr-xxxl-3 {
    padding-right: 30px;
  }
  .u-pb-xxxl-3 {
    padding-bottom: 30px;
  }
  .u-pl-xxxl-3 {
    padding-left: 30px;
  }
  .u-pp-xxxl-3 {
    padding: 30%;
  }
  .u-ppt-xxxl-3 {
    padding-top: 30%;
  }
  .u-ppr-xxxl-3 {
    padding-right: 30%;
  }
  .u-ppb-xxxl-3 {
    padding-bottom: 30%;
  }
  .u-ppl-xxxl-3 {
    padding-left: 30%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-4 {
    padding: 40px;
  }
  .u-pt-xxxl-4 {
    padding-top: 40px;
  }
  .u-pr-xxxl-4 {
    padding-right: 40px;
  }
  .u-pb-xxxl-4 {
    padding-bottom: 40px;
  }
  .u-pl-xxxl-4 {
    padding-left: 40px;
  }
  .u-pp-xxxl-4 {
    padding: 40%;
  }
  .u-ppt-xxxl-4 {
    padding-top: 40%;
  }
  .u-ppr-xxxl-4 {
    padding-right: 40%;
  }
  .u-ppb-xxxl-4 {
    padding-bottom: 40%;
  }
  .u-ppl-xxxl-4 {
    padding-left: 40%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-5 {
    padding: 50px;
  }
  .u-pt-xxxl-5 {
    padding-top: 50px;
  }
  .u-pr-xxxl-5 {
    padding-right: 50px;
  }
  .u-pb-xxxl-5 {
    padding-bottom: 50px;
  }
  .u-pl-xxxl-5 {
    padding-left: 50px;
  }
  .u-pp-xxxl-5 {
    padding: 50%;
  }
  .u-ppt-xxxl-5 {
    padding-top: 50%;
  }
  .u-ppr-xxxl-5 {
    padding-right: 50%;
  }
  .u-ppb-xxxl-5 {
    padding-bottom: 50%;
  }
  .u-ppl-xxxl-5 {
    padding-left: 50%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-6 {
    padding: 60px;
  }
  .u-pt-xxxl-6 {
    padding-top: 60px;
  }
  .u-pr-xxxl-6 {
    padding-right: 60px;
  }
  .u-pb-xxxl-6 {
    padding-bottom: 60px;
  }
  .u-pl-xxxl-6 {
    padding-left: 60px;
  }
  .u-pp-xxxl-6 {
    padding: 60%;
  }
  .u-ppt-xxxl-6 {
    padding-top: 60%;
  }
  .u-ppr-xxxl-6 {
    padding-right: 60%;
  }
  .u-ppb-xxxl-6 {
    padding-bottom: 60%;
  }
  .u-ppl-xxxl-6 {
    padding-left: 60%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-7 {
    padding: 70px;
  }
  .u-pt-xxxl-7 {
    padding-top: 70px;
  }
  .u-pr-xxxl-7 {
    padding-right: 70px;
  }
  .u-pb-xxxl-7 {
    padding-bottom: 70px;
  }
  .u-pl-xxxl-7 {
    padding-left: 70px;
  }
  .u-pp-xxxl-7 {
    padding: 70%;
  }
  .u-ppt-xxxl-7 {
    padding-top: 70%;
  }
  .u-ppr-xxxl-7 {
    padding-right: 70%;
  }
  .u-ppb-xxxl-7 {
    padding-bottom: 70%;
  }
  .u-ppl-xxxl-7 {
    padding-left: 70%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-8 {
    padding: 80px;
  }
  .u-pt-xxxl-8 {
    padding-top: 80px;
  }
  .u-pr-xxxl-8 {
    padding-right: 80px;
  }
  .u-pb-xxxl-8 {
    padding-bottom: 80px;
  }
  .u-pl-xxxl-8 {
    padding-left: 80px;
  }
  .u-pp-xxxl-8 {
    padding: 80%;
  }
  .u-ppt-xxxl-8 {
    padding-top: 80%;
  }
  .u-ppr-xxxl-8 {
    padding-right: 80%;
  }
  .u-ppb-xxxl-8 {
    padding-bottom: 80%;
  }
  .u-ppl-xxxl-8 {
    padding-left: 80%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-9 {
    padding: 90px;
  }
  .u-pt-xxxl-9 {
    padding-top: 90px;
  }
  .u-pr-xxxl-9 {
    padding-right: 90px;
  }
  .u-pb-xxxl-9 {
    padding-bottom: 90px;
  }
  .u-pl-xxxl-9 {
    padding-left: 90px;
  }
  .u-pp-xxxl-9 {
    padding: 90%;
  }
  .u-ppt-xxxl-9 {
    padding-top: 90%;
  }
  .u-ppr-xxxl-9 {
    padding-right: 90%;
  }
  .u-ppb-xxxl-9 {
    padding-bottom: 90%;
  }
  .u-ppl-xxxl-9 {
    padding-left: 90%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-10 {
    padding: 100px;
  }
  .u-pt-xxxl-10 {
    padding-top: 100px;
  }
  .u-pr-xxxl-10 {
    padding-right: 100px;
  }
  .u-pb-xxxl-10 {
    padding-bottom: 100px;
  }
  .u-pl-xxxl-10 {
    padding-left: 100px;
  }
  .u-pp-xxxl-10 {
    padding: 100%;
  }
  .u-ppt-xxxl-10 {
    padding-top: 100%;
  }
  .u-ppr-xxxl-10 {
    padding-right: 100%;
  }
  .u-ppb-xxxl-10 {
    padding-bottom: 100%;
  }
  .u-ppl-xxxl-10 {
    padding-left: 100%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-11 {
    padding: 110px;
  }
  .u-pt-xxxl-11 {
    padding-top: 110px;
  }
  .u-pr-xxxl-11 {
    padding-right: 110px;
  }
  .u-pb-xxxl-11 {
    padding-bottom: 110px;
  }
  .u-pl-xxxl-11 {
    padding-left: 110px;
  }
  .u-pp-xxxl-11 {
    padding: 110%;
  }
  .u-ppt-xxxl-11 {
    padding-top: 110%;
  }
  .u-ppr-xxxl-11 {
    padding-right: 110%;
  }
  .u-ppb-xxxl-11 {
    padding-bottom: 110%;
  }
  .u-ppl-xxxl-11 {
    padding-left: 110%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-12 {
    padding: 120px;
  }
  .u-pt-xxxl-12 {
    padding-top: 120px;
  }
  .u-pr-xxxl-12 {
    padding-right: 120px;
  }
  .u-pb-xxxl-12 {
    padding-bottom: 120px;
  }
  .u-pl-xxxl-12 {
    padding-left: 120px;
  }
  .u-pp-xxxl-12 {
    padding: 120%;
  }
  .u-ppt-xxxl-12 {
    padding-top: 120%;
  }
  .u-ppr-xxxl-12 {
    padding-right: 120%;
  }
  .u-ppb-xxxl-12 {
    padding-bottom: 120%;
  }
  .u-ppl-xxxl-12 {
    padding-left: 120%;
  }
}

/* ::Margin */
/* ----------------------------------------------------------- */
/*Default Mobile State*/
.u-mt-0 {
  margin-top: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mt-1 {
  margin-top: 10px;
}

.u-mr-1 {
  margin-right: 10px;
}

.u-mb-1 {
  margin-bottom: 10px;
}

.u-ml-1 {
  margin-left: 10px;
}

.u-mt-2 {
  margin-top: 20px;
}

.u-mr-2 {
  margin-right: 20px;
}

.u-mb-2 {
  margin-bottom: 20px;
}

.u-ml-2 {
  margin-left: 20px;
}

.u-mt-3 {
  margin-top: 30px;
}

.u-mr-3 {
  margin-right: 30px;
}

.u-mb-3 {
  margin-bottom: 30px;
}

.u-ml-3 {
  margin-left: 30px;
}

.u-mt-4 {
  margin-top: 40px;
}

.u-mr-4 {
  margin-right: 40px;
}

.u-mb-4 {
  margin-bottom: 40px;
}

.u-ml-4 {
  margin-left: 40px;
}

.u-mt-5 {
  margin-top: 50px;
}

.u-mr-5 {
  margin-right: 50px;
}

.u-mb-5 {
  margin-bottom: 50px;
}

.u-ml-5 {
  margin-left: 50px;
}

.u-mt-6 {
  margin-top: 60px;
}

.u-mr-6 {
  margin-right: 60px;
}

.u-mb-6 {
  margin-bottom: 60px;
}

.u-ml-6 {
  margin-left: 60px;
}

.u-mt-7 {
  margin-top: 70px;
}

.u-mr-7 {
  margin-right: 70px;
}

.u-mb-7 {
  margin-bottom: 70px;
}

.u-ml-7 {
  margin-left: 70px;
}

.u-mt-8 {
  margin-top: 80px;
}

.u-mr-8 {
  margin-right: 80px;
}

.u-mb-8 {
  margin-bottom: 80px;
}

.u-ml-8 {
  margin-left: 80px;
}

.u-mt-9 {
  margin-top: 90px;
}

.u-mr-9 {
  margin-right: 90px;
}

.u-mb-9 {
  margin-bottom: 90px;
}

.u-ml-9 {
  margin-left: 90px;
}

.u-mt-10 {
  margin-top: 100px;
}

.u-mr-10 {
  margin-right: 100px;
}

.u-mb-10 {
  margin-bottom: 100px;
}

.u-ml-10 {
  margin-left: 100px;
}

.u-mt-11 {
  margin-top: 110px;
}

.u-mr-11 {
  margin-right: 110px;
}

.u-mb-11 {
  margin-bottom: 110px;
}

.u-ml-11 {
  margin-left: 110px;
}

.u-mt-12 {
  margin-top: 120px;
}

.u-mr-12 {
  margin-right: 120px;
}

.u-mb-12 {
  margin-bottom: 120px;
}

.u-ml-12 {
  margin-left: 120px;
}

/*Breakpoint States */
@media (min-width: 320px) {
  .u-mt-xs-0 {
    margin-top: 0px;
  }
  .u-mr-xs-0 {
    margin-right: 0px;
  }
  .u-mb-xs-0 {
    margin-bottom: 0px;
  }
  .u-ml-xs-0 {
    margin-left: 0px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-1 {
    margin-top: 10px;
  }
  .u-mr-xs-1 {
    margin-right: 10px;
  }
  .u-mb-xs-1 {
    margin-bottom: 10px;
  }
  .u-ml-xs-1 {
    margin-left: 10px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-2 {
    margin-top: 20px;
  }
  .u-mr-xs-2 {
    margin-right: 20px;
  }
  .u-mb-xs-2 {
    margin-bottom: 20px;
  }
  .u-ml-xs-2 {
    margin-left: 20px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-3 {
    margin-top: 30px;
  }
  .u-mr-xs-3 {
    margin-right: 30px;
  }
  .u-mb-xs-3 {
    margin-bottom: 30px;
  }
  .u-ml-xs-3 {
    margin-left: 30px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-4 {
    margin-top: 40px;
  }
  .u-mr-xs-4 {
    margin-right: 40px;
  }
  .u-mb-xs-4 {
    margin-bottom: 40px;
  }
  .u-ml-xs-4 {
    margin-left: 40px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-5 {
    margin-top: 50px;
  }
  .u-mr-xs-5 {
    margin-right: 50px;
  }
  .u-mb-xs-5 {
    margin-bottom: 50px;
  }
  .u-ml-xs-5 {
    margin-left: 50px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-6 {
    margin-top: 60px;
  }
  .u-mr-xs-6 {
    margin-right: 60px;
  }
  .u-mb-xs-6 {
    margin-bottom: 60px;
  }
  .u-ml-xs-6 {
    margin-left: 60px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-7 {
    margin-top: 70px;
  }
  .u-mr-xs-7 {
    margin-right: 70px;
  }
  .u-mb-xs-7 {
    margin-bottom: 70px;
  }
  .u-ml-xs-7 {
    margin-left: 70px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-8 {
    margin-top: 80px;
  }
  .u-mr-xs-8 {
    margin-right: 80px;
  }
  .u-mb-xs-8 {
    margin-bottom: 80px;
  }
  .u-ml-xs-8 {
    margin-left: 80px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-9 {
    margin-top: 90px;
  }
  .u-mr-xs-9 {
    margin-right: 90px;
  }
  .u-mb-xs-9 {
    margin-bottom: 90px;
  }
  .u-ml-xs-9 {
    margin-left: 90px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-10 {
    margin-top: 100px;
  }
  .u-mr-xs-10 {
    margin-right: 100px;
  }
  .u-mb-xs-10 {
    margin-bottom: 100px;
  }
  .u-ml-xs-10 {
    margin-left: 100px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-11 {
    margin-top: 110px;
  }
  .u-mr-xs-11 {
    margin-right: 110px;
  }
  .u-mb-xs-11 {
    margin-bottom: 110px;
  }
  .u-ml-xs-11 {
    margin-left: 110px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-12 {
    margin-top: 120px;
  }
  .u-mr-xs-12 {
    margin-right: 120px;
  }
  .u-mb-xs-12 {
    margin-bottom: 120px;
  }
  .u-ml-xs-12 {
    margin-left: 120px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-0 {
    margin-top: 0px;
  }
  .u-mr-ss-0 {
    margin-right: 0px;
  }
  .u-mb-ss-0 {
    margin-bottom: 0px;
  }
  .u-ml-ss-0 {
    margin-left: 0px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-1 {
    margin-top: 10px;
  }
  .u-mr-ss-1 {
    margin-right: 10px;
  }
  .u-mb-ss-1 {
    margin-bottom: 10px;
  }
  .u-ml-ss-1 {
    margin-left: 10px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-2 {
    margin-top: 20px;
  }
  .u-mr-ss-2 {
    margin-right: 20px;
  }
  .u-mb-ss-2 {
    margin-bottom: 20px;
  }
  .u-ml-ss-2 {
    margin-left: 20px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-3 {
    margin-top: 30px;
  }
  .u-mr-ss-3 {
    margin-right: 30px;
  }
  .u-mb-ss-3 {
    margin-bottom: 30px;
  }
  .u-ml-ss-3 {
    margin-left: 30px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-4 {
    margin-top: 40px;
  }
  .u-mr-ss-4 {
    margin-right: 40px;
  }
  .u-mb-ss-4 {
    margin-bottom: 40px;
  }
  .u-ml-ss-4 {
    margin-left: 40px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-5 {
    margin-top: 50px;
  }
  .u-mr-ss-5 {
    margin-right: 50px;
  }
  .u-mb-ss-5 {
    margin-bottom: 50px;
  }
  .u-ml-ss-5 {
    margin-left: 50px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-6 {
    margin-top: 60px;
  }
  .u-mr-ss-6 {
    margin-right: 60px;
  }
  .u-mb-ss-6 {
    margin-bottom: 60px;
  }
  .u-ml-ss-6 {
    margin-left: 60px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-7 {
    margin-top: 70px;
  }
  .u-mr-ss-7 {
    margin-right: 70px;
  }
  .u-mb-ss-7 {
    margin-bottom: 70px;
  }
  .u-ml-ss-7 {
    margin-left: 70px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-8 {
    margin-top: 80px;
  }
  .u-mr-ss-8 {
    margin-right: 80px;
  }
  .u-mb-ss-8 {
    margin-bottom: 80px;
  }
  .u-ml-ss-8 {
    margin-left: 80px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-9 {
    margin-top: 90px;
  }
  .u-mr-ss-9 {
    margin-right: 90px;
  }
  .u-mb-ss-9 {
    margin-bottom: 90px;
  }
  .u-ml-ss-9 {
    margin-left: 90px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-10 {
    margin-top: 100px;
  }
  .u-mr-ss-10 {
    margin-right: 100px;
  }
  .u-mb-ss-10 {
    margin-bottom: 100px;
  }
  .u-ml-ss-10 {
    margin-left: 100px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-11 {
    margin-top: 110px;
  }
  .u-mr-ss-11 {
    margin-right: 110px;
  }
  .u-mb-ss-11 {
    margin-bottom: 110px;
  }
  .u-ml-ss-11 {
    margin-left: 110px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-12 {
    margin-top: 120px;
  }
  .u-mr-ss-12 {
    margin-right: 120px;
  }
  .u-mb-ss-12 {
    margin-bottom: 120px;
  }
  .u-ml-ss-12 {
    margin-left: 120px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-0 {
    margin-top: 0px;
  }
  .u-mr-s-0 {
    margin-right: 0px;
  }
  .u-mb-s-0 {
    margin-bottom: 0px;
  }
  .u-ml-s-0 {
    margin-left: 0px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-1 {
    margin-top: 10px;
  }
  .u-mr-s-1 {
    margin-right: 10px;
  }
  .u-mb-s-1 {
    margin-bottom: 10px;
  }
  .u-ml-s-1 {
    margin-left: 10px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-2 {
    margin-top: 20px;
  }
  .u-mr-s-2 {
    margin-right: 20px;
  }
  .u-mb-s-2 {
    margin-bottom: 20px;
  }
  .u-ml-s-2 {
    margin-left: 20px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-3 {
    margin-top: 30px;
  }
  .u-mr-s-3 {
    margin-right: 30px;
  }
  .u-mb-s-3 {
    margin-bottom: 30px;
  }
  .u-ml-s-3 {
    margin-left: 30px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-4 {
    margin-top: 40px;
  }
  .u-mr-s-4 {
    margin-right: 40px;
  }
  .u-mb-s-4 {
    margin-bottom: 40px;
  }
  .u-ml-s-4 {
    margin-left: 40px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-5 {
    margin-top: 50px;
  }
  .u-mr-s-5 {
    margin-right: 50px;
  }
  .u-mb-s-5 {
    margin-bottom: 50px;
  }
  .u-ml-s-5 {
    margin-left: 50px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-6 {
    margin-top: 60px;
  }
  .u-mr-s-6 {
    margin-right: 60px;
  }
  .u-mb-s-6 {
    margin-bottom: 60px;
  }
  .u-ml-s-6 {
    margin-left: 60px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-7 {
    margin-top: 70px;
  }
  .u-mr-s-7 {
    margin-right: 70px;
  }
  .u-mb-s-7 {
    margin-bottom: 70px;
  }
  .u-ml-s-7 {
    margin-left: 70px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-8 {
    margin-top: 80px;
  }
  .u-mr-s-8 {
    margin-right: 80px;
  }
  .u-mb-s-8 {
    margin-bottom: 80px;
  }
  .u-ml-s-8 {
    margin-left: 80px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-9 {
    margin-top: 90px;
  }
  .u-mr-s-9 {
    margin-right: 90px;
  }
  .u-mb-s-9 {
    margin-bottom: 90px;
  }
  .u-ml-s-9 {
    margin-left: 90px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-10 {
    margin-top: 100px;
  }
  .u-mr-s-10 {
    margin-right: 100px;
  }
  .u-mb-s-10 {
    margin-bottom: 100px;
  }
  .u-ml-s-10 {
    margin-left: 100px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-11 {
    margin-top: 110px;
  }
  .u-mr-s-11 {
    margin-right: 110px;
  }
  .u-mb-s-11 {
    margin-bottom: 110px;
  }
  .u-ml-s-11 {
    margin-left: 110px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-12 {
    margin-top: 120px;
  }
  .u-mr-s-12 {
    margin-right: 120px;
  }
  .u-mb-s-12 {
    margin-bottom: 120px;
  }
  .u-ml-s-12 {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-0 {
    margin-top: 0px;
  }
  .u-mr-m-0 {
    margin-right: 0px;
  }
  .u-mb-m-0 {
    margin-bottom: 0px;
  }
  .u-ml-m-0 {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-1 {
    margin-top: 10px;
  }
  .u-mr-m-1 {
    margin-right: 10px;
  }
  .u-mb-m-1 {
    margin-bottom: 10px;
  }
  .u-ml-m-1 {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-2 {
    margin-top: 20px;
  }
  .u-mr-m-2 {
    margin-right: 20px;
  }
  .u-mb-m-2 {
    margin-bottom: 20px;
  }
  .u-ml-m-2 {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-3 {
    margin-top: 30px;
  }
  .u-mr-m-3 {
    margin-right: 30px;
  }
  .u-mb-m-3 {
    margin-bottom: 30px;
  }
  .u-ml-m-3 {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-4 {
    margin-top: 40px;
  }
  .u-mr-m-4 {
    margin-right: 40px;
  }
  .u-mb-m-4 {
    margin-bottom: 40px;
  }
  .u-ml-m-4 {
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-5 {
    margin-top: 50px;
  }
  .u-mr-m-5 {
    margin-right: 50px;
  }
  .u-mb-m-5 {
    margin-bottom: 50px;
  }
  .u-ml-m-5 {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-6 {
    margin-top: 60px;
  }
  .u-mr-m-6 {
    margin-right: 60px;
  }
  .u-mb-m-6 {
    margin-bottom: 60px;
  }
  .u-ml-m-6 {
    margin-left: 60px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-7 {
    margin-top: 70px;
  }
  .u-mr-m-7 {
    margin-right: 70px;
  }
  .u-mb-m-7 {
    margin-bottom: 70px;
  }
  .u-ml-m-7 {
    margin-left: 70px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-8 {
    margin-top: 80px;
  }
  .u-mr-m-8 {
    margin-right: 80px;
  }
  .u-mb-m-8 {
    margin-bottom: 80px;
  }
  .u-ml-m-8 {
    margin-left: 80px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-9 {
    margin-top: 90px;
  }
  .u-mr-m-9 {
    margin-right: 90px;
  }
  .u-mb-m-9 {
    margin-bottom: 90px;
  }
  .u-ml-m-9 {
    margin-left: 90px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-10 {
    margin-top: 100px;
  }
  .u-mr-m-10 {
    margin-right: 100px;
  }
  .u-mb-m-10 {
    margin-bottom: 100px;
  }
  .u-ml-m-10 {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-11 {
    margin-top: 110px;
  }
  .u-mr-m-11 {
    margin-right: 110px;
  }
  .u-mb-m-11 {
    margin-bottom: 110px;
  }
  .u-ml-m-11 {
    margin-left: 110px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-12 {
    margin-top: 120px;
  }
  .u-mr-m-12 {
    margin-right: 120px;
  }
  .u-mb-m-12 {
    margin-bottom: 120px;
  }
  .u-ml-m-12 {
    margin-left: 120px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-0 {
    margin-top: 0px;
  }
  .u-mr-l-0 {
    margin-right: 0px;
  }
  .u-mb-l-0 {
    margin-bottom: 0px;
  }
  .u-ml-l-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-1 {
    margin-top: 10px;
  }
  .u-mr-l-1 {
    margin-right: 10px;
  }
  .u-mb-l-1 {
    margin-bottom: 10px;
  }
  .u-ml-l-1 {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-2 {
    margin-top: 20px;
  }
  .u-mr-l-2 {
    margin-right: 20px;
  }
  .u-mb-l-2 {
    margin-bottom: 20px;
  }
  .u-ml-l-2 {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-3 {
    margin-top: 30px;
  }
  .u-mr-l-3 {
    margin-right: 30px;
  }
  .u-mb-l-3 {
    margin-bottom: 30px;
  }
  .u-ml-l-3 {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-4 {
    margin-top: 40px;
  }
  .u-mr-l-4 {
    margin-right: 40px;
  }
  .u-mb-l-4 {
    margin-bottom: 40px;
  }
  .u-ml-l-4 {
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-5 {
    margin-top: 50px;
  }
  .u-mr-l-5 {
    margin-right: 50px;
  }
  .u-mb-l-5 {
    margin-bottom: 50px;
  }
  .u-ml-l-5 {
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-6 {
    margin-top: 60px;
  }
  .u-mr-l-6 {
    margin-right: 60px;
  }
  .u-mb-l-6 {
    margin-bottom: 60px;
  }
  .u-ml-l-6 {
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-7 {
    margin-top: 70px;
  }
  .u-mr-l-7 {
    margin-right: 70px;
  }
  .u-mb-l-7 {
    margin-bottom: 70px;
  }
  .u-ml-l-7 {
    margin-left: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-8 {
    margin-top: 80px;
  }
  .u-mr-l-8 {
    margin-right: 80px;
  }
  .u-mb-l-8 {
    margin-bottom: 80px;
  }
  .u-ml-l-8 {
    margin-left: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-9 {
    margin-top: 90px;
  }
  .u-mr-l-9 {
    margin-right: 90px;
  }
  .u-mb-l-9 {
    margin-bottom: 90px;
  }
  .u-ml-l-9 {
    margin-left: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-10 {
    margin-top: 100px;
  }
  .u-mr-l-10 {
    margin-right: 100px;
  }
  .u-mb-l-10 {
    margin-bottom: 100px;
  }
  .u-ml-l-10 {
    margin-left: 100px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-11 {
    margin-top: 110px;
  }
  .u-mr-l-11 {
    margin-right: 110px;
  }
  .u-mb-l-11 {
    margin-bottom: 110px;
  }
  .u-ml-l-11 {
    margin-left: 110px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-12 {
    margin-top: 120px;
  }
  .u-mr-l-12 {
    margin-right: 120px;
  }
  .u-mb-l-12 {
    margin-bottom: 120px;
  }
  .u-ml-l-12 {
    margin-left: 120px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-0 {
    margin-top: 0px;
  }
  .u-mr-xl-0 {
    margin-right: 0px;
  }
  .u-mb-xl-0 {
    margin-bottom: 0px;
  }
  .u-ml-xl-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-1 {
    margin-top: 10px;
  }
  .u-mr-xl-1 {
    margin-right: 10px;
  }
  .u-mb-xl-1 {
    margin-bottom: 10px;
  }
  .u-ml-xl-1 {
    margin-left: 10px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-2 {
    margin-top: 20px;
  }
  .u-mr-xl-2 {
    margin-right: 20px;
  }
  .u-mb-xl-2 {
    margin-bottom: 20px;
  }
  .u-ml-xl-2 {
    margin-left: 20px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-3 {
    margin-top: 30px;
  }
  .u-mr-xl-3 {
    margin-right: 30px;
  }
  .u-mb-xl-3 {
    margin-bottom: 30px;
  }
  .u-ml-xl-3 {
    margin-left: 30px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-4 {
    margin-top: 40px;
  }
  .u-mr-xl-4 {
    margin-right: 40px;
  }
  .u-mb-xl-4 {
    margin-bottom: 40px;
  }
  .u-ml-xl-4 {
    margin-left: 40px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-5 {
    margin-top: 50px;
  }
  .u-mr-xl-5 {
    margin-right: 50px;
  }
  .u-mb-xl-5 {
    margin-bottom: 50px;
  }
  .u-ml-xl-5 {
    margin-left: 50px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-6 {
    margin-top: 60px;
  }
  .u-mr-xl-6 {
    margin-right: 60px;
  }
  .u-mb-xl-6 {
    margin-bottom: 60px;
  }
  .u-ml-xl-6 {
    margin-left: 60px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-7 {
    margin-top: 70px;
  }
  .u-mr-xl-7 {
    margin-right: 70px;
  }
  .u-mb-xl-7 {
    margin-bottom: 70px;
  }
  .u-ml-xl-7 {
    margin-left: 70px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-8 {
    margin-top: 80px;
  }
  .u-mr-xl-8 {
    margin-right: 80px;
  }
  .u-mb-xl-8 {
    margin-bottom: 80px;
  }
  .u-ml-xl-8 {
    margin-left: 80px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-9 {
    margin-top: 90px;
  }
  .u-mr-xl-9 {
    margin-right: 90px;
  }
  .u-mb-xl-9 {
    margin-bottom: 90px;
  }
  .u-ml-xl-9 {
    margin-left: 90px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-10 {
    margin-top: 100px;
  }
  .u-mr-xl-10 {
    margin-right: 100px;
  }
  .u-mb-xl-10 {
    margin-bottom: 100px;
  }
  .u-ml-xl-10 {
    margin-left: 100px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-11 {
    margin-top: 110px;
  }
  .u-mr-xl-11 {
    margin-right: 110px;
  }
  .u-mb-xl-11 {
    margin-bottom: 110px;
  }
  .u-ml-xl-11 {
    margin-left: 110px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-12 {
    margin-top: 120px;
  }
  .u-mr-xl-12 {
    margin-right: 120px;
  }
  .u-mb-xl-12 {
    margin-bottom: 120px;
  }
  .u-ml-xl-12 {
    margin-left: 120px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-0 {
    margin-top: 0px;
  }
  .u-mr-xxl-0 {
    margin-right: 0px;
  }
  .u-mb-xxl-0 {
    margin-bottom: 0px;
  }
  .u-ml-xxl-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-1 {
    margin-top: 10px;
  }
  .u-mr-xxl-1 {
    margin-right: 10px;
  }
  .u-mb-xxl-1 {
    margin-bottom: 10px;
  }
  .u-ml-xxl-1 {
    margin-left: 10px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-2 {
    margin-top: 20px;
  }
  .u-mr-xxl-2 {
    margin-right: 20px;
  }
  .u-mb-xxl-2 {
    margin-bottom: 20px;
  }
  .u-ml-xxl-2 {
    margin-left: 20px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-3 {
    margin-top: 30px;
  }
  .u-mr-xxl-3 {
    margin-right: 30px;
  }
  .u-mb-xxl-3 {
    margin-bottom: 30px;
  }
  .u-ml-xxl-3 {
    margin-left: 30px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-4 {
    margin-top: 40px;
  }
  .u-mr-xxl-4 {
    margin-right: 40px;
  }
  .u-mb-xxl-4 {
    margin-bottom: 40px;
  }
  .u-ml-xxl-4 {
    margin-left: 40px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-5 {
    margin-top: 50px;
  }
  .u-mr-xxl-5 {
    margin-right: 50px;
  }
  .u-mb-xxl-5 {
    margin-bottom: 50px;
  }
  .u-ml-xxl-5 {
    margin-left: 50px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-6 {
    margin-top: 60px;
  }
  .u-mr-xxl-6 {
    margin-right: 60px;
  }
  .u-mb-xxl-6 {
    margin-bottom: 60px;
  }
  .u-ml-xxl-6 {
    margin-left: 60px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-7 {
    margin-top: 70px;
  }
  .u-mr-xxl-7 {
    margin-right: 70px;
  }
  .u-mb-xxl-7 {
    margin-bottom: 70px;
  }
  .u-ml-xxl-7 {
    margin-left: 70px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-8 {
    margin-top: 80px;
  }
  .u-mr-xxl-8 {
    margin-right: 80px;
  }
  .u-mb-xxl-8 {
    margin-bottom: 80px;
  }
  .u-ml-xxl-8 {
    margin-left: 80px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-9 {
    margin-top: 90px;
  }
  .u-mr-xxl-9 {
    margin-right: 90px;
  }
  .u-mb-xxl-9 {
    margin-bottom: 90px;
  }
  .u-ml-xxl-9 {
    margin-left: 90px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-10 {
    margin-top: 100px;
  }
  .u-mr-xxl-10 {
    margin-right: 100px;
  }
  .u-mb-xxl-10 {
    margin-bottom: 100px;
  }
  .u-ml-xxl-10 {
    margin-left: 100px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-11 {
    margin-top: 110px;
  }
  .u-mr-xxl-11 {
    margin-right: 110px;
  }
  .u-mb-xxl-11 {
    margin-bottom: 110px;
  }
  .u-ml-xxl-11 {
    margin-left: 110px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-12 {
    margin-top: 120px;
  }
  .u-mr-xxl-12 {
    margin-right: 120px;
  }
  .u-mb-xxl-12 {
    margin-bottom: 120px;
  }
  .u-ml-xxl-12 {
    margin-left: 120px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-0 {
    margin-top: 0px;
  }
  .u-mr-xxxl-0 {
    margin-right: 0px;
  }
  .u-mb-xxxl-0 {
    margin-bottom: 0px;
  }
  .u-ml-xxxl-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-1 {
    margin-top: 10px;
  }
  .u-mr-xxxl-1 {
    margin-right: 10px;
  }
  .u-mb-xxxl-1 {
    margin-bottom: 10px;
  }
  .u-ml-xxxl-1 {
    margin-left: 10px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-2 {
    margin-top: 20px;
  }
  .u-mr-xxxl-2 {
    margin-right: 20px;
  }
  .u-mb-xxxl-2 {
    margin-bottom: 20px;
  }
  .u-ml-xxxl-2 {
    margin-left: 20px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-3 {
    margin-top: 30px;
  }
  .u-mr-xxxl-3 {
    margin-right: 30px;
  }
  .u-mb-xxxl-3 {
    margin-bottom: 30px;
  }
  .u-ml-xxxl-3 {
    margin-left: 30px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-4 {
    margin-top: 40px;
  }
  .u-mr-xxxl-4 {
    margin-right: 40px;
  }
  .u-mb-xxxl-4 {
    margin-bottom: 40px;
  }
  .u-ml-xxxl-4 {
    margin-left: 40px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-5 {
    margin-top: 50px;
  }
  .u-mr-xxxl-5 {
    margin-right: 50px;
  }
  .u-mb-xxxl-5 {
    margin-bottom: 50px;
  }
  .u-ml-xxxl-5 {
    margin-left: 50px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-6 {
    margin-top: 60px;
  }
  .u-mr-xxxl-6 {
    margin-right: 60px;
  }
  .u-mb-xxxl-6 {
    margin-bottom: 60px;
  }
  .u-ml-xxxl-6 {
    margin-left: 60px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-7 {
    margin-top: 70px;
  }
  .u-mr-xxxl-7 {
    margin-right: 70px;
  }
  .u-mb-xxxl-7 {
    margin-bottom: 70px;
  }
  .u-ml-xxxl-7 {
    margin-left: 70px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-8 {
    margin-top: 80px;
  }
  .u-mr-xxxl-8 {
    margin-right: 80px;
  }
  .u-mb-xxxl-8 {
    margin-bottom: 80px;
  }
  .u-ml-xxxl-8 {
    margin-left: 80px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-9 {
    margin-top: 90px;
  }
  .u-mr-xxxl-9 {
    margin-right: 90px;
  }
  .u-mb-xxxl-9 {
    margin-bottom: 90px;
  }
  .u-ml-xxxl-9 {
    margin-left: 90px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-10 {
    margin-top: 100px;
  }
  .u-mr-xxxl-10 {
    margin-right: 100px;
  }
  .u-mb-xxxl-10 {
    margin-bottom: 100px;
  }
  .u-ml-xxxl-10 {
    margin-left: 100px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-11 {
    margin-top: 110px;
  }
  .u-mr-xxxl-11 {
    margin-right: 110px;
  }
  .u-mb-xxxl-11 {
    margin-bottom: 110px;
  }
  .u-ml-xxxl-11 {
    margin-left: 110px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-12 {
    margin-top: 120px;
  }
  .u-mr-xxxl-12 {
    margin-right: 120px;
  }
  .u-mb-xxxl-12 {
    margin-bottom: 120px;
  }
  .u-ml-xxxl-12 {
    margin-left: 120px;
  }
}

/* ::Opacity */
/* ----------------------------------------------------------- */
.u-opacity-0 {
  opacity: 0;
}

.u-opacity-1 {
  opacity: 0.1;
}

.u-opacity-2 {
  opacity: 0.2;
}

.u-opacity-3 {
  opacity: 0.3;
}

.u-opacity-4 {
  opacity: 0.4;
}

.u-opacity-5 {
  opacity: 0.5;
}

.u-opacity-6 {
  opacity: 0.6;
}

.u-opacity-7 {
  opacity: 0.7;
}

.u-opacity-8 {
  opacity: 0.8;
}

.u-opacity-9 {
  opacity: 0.9;
}

.u-opacity-10 {
  opacity: 1;
}

/* ::Alignment */
/* ----------------------------------------------------------- */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media (min-width: 320px) {
  .u-text-left-xs {
    text-align: left;
  }
  .u-text-center-xs {
    text-align: center;
  }
  .u-text-right-xs {
    text-align: right;
  }
}

@media (min-width: 380px) {
  .u-text-left-ss {
    text-align: left;
  }
  .u-text-center-ss {
    text-align: center;
  }
  .u-text-right-ss {
    text-align: right;
  }
}

@media (min-width: 480px) {
  .u-text-left-s {
    text-align: left;
  }
  .u-text-center-s {
    text-align: center;
  }
  .u-text-right-s {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .u-text-left-m {
    text-align: left;
  }
  .u-text-center-m {
    text-align: center;
  }
  .u-text-right-m {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .u-text-left-l {
    text-align: left;
  }
  .u-text-center-l {
    text-align: center;
  }
  .u-text-right-l {
    text-align: right;
  }
}

@media (min-width: 1216px) {
  .u-text-left-xl {
    text-align: left;
  }
  .u-text-center-xl {
    text-align: center;
  }
  .u-text-right-xl {
    text-align: right;
  }
}

@media (min-width: 1408px) {
  .u-text-left-xxl {
    text-align: left;
  }
  .u-text-center-xxl {
    text-align: center;
  }
  .u-text-right-xxl {
    text-align: right;
  }
}

@media (min-width: 1508px) {
  .u-text-left-xxxl {
    text-align: left;
  }
  .u-text-center-xxxl {
    text-align: center;
  }
  .u-text-right-xxxl {
    text-align: right;
  }
}

/* ::Key Frames  */
/* ----------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slide-in-left {
  from {
    left: -50%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes slide-in-top {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-sub {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes highlight {
  from {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 1;
  }
}

/* ::Text decoration  */
/* ----------------------------------------------------------- */
.u-underline {
  text-decoration: underline;
}

.u-primary-color {
  color: #1eb9cf;
}

.u-white-color {
  color: #ffffff;
}

.u-link-hover {
  display: inline-block;
}

.u-link-hover:hover {
  color: #69b3e7;
  transition: transform .3s ease;
  transform: translateX(2px);
}

.u-bold {
  font-weight: bold;
}

.u-200 {
  font-weight: 200;
}

.u-300 {
  font-weight: 300;
}

.u-400 {
  font-weight: 400;
}

.u-500 {
  font-weight: 500;
}

.u-600 {
  font-weight: 600;
}

.u-700 {
  font-weight: 700;
}

.u-800 {
  font-weight: 800;
}

.u-900 {
  font-weight: 900;
}

.u-italic {
  font-style: italic;
}

/* ::Column Ordering */
/* ----------------------------------------------------------- */
.u-reverse-columns {
  display: inline-block;
}
@media (min-width: 768px) {
  .u-reverse-columns {
    display: flex;
  }
  .u-reverse-columns > div {
    order: 2;
  }
  .u-reverse-columns > div + div {
    order: 1;
  }
}
.u-reverse-columns.u-align-m {
  align-items: center;
}

/* ::Column gaps */
/* ----------------------------------------------------------- */
.columns--large-gap {
  margin-left: -1rem;
  margin-right: -1rem;
}
.columns--large-gap .column,
.columns--large-gap .tile.is-parent {
  padding: 25px 1rem;
}
@media (min-width: 768px) {
  .columns--large-gap .column,
  .columns--large-gap .tile.is-parent {
    padding: 20px 0.75rem;
  }
}
@media (min-width: 1216px) {
  .columns--large-gap .column,
  .columns--large-gap .tile.is-parent {
    padding: 50px 1rem;
  }
}
@media (min-width: 768px) {
  .columns--large-gap {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 1216px) {
  .columns--large-gap {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.columns--large-gap .tile.is-ancestor {
  margin-left: 0;
  margin-right: 0;
}

.columns--small-gap {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.columns--small-gap .column,
.columns--small-gap .tile.is-parent {
  padding: 0.75rem 0.5rem;
}
@media (min-width: 768px) {
  .columns--small-gap {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.columns--small-gap .tile.is-ancestor {
  margin-left: 0;
  margin-right: 0;
}

/* ::Fonts */
/* ----------------------------------------------------------- */
.u-large-text {
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 768px) {
  .u-large-text {
    font-size: 2.15rem;
  }
}

.u-small-text {
  font-size: 1.125rem;
}

.u-shadow {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}

/* ::Quotes  */
/* ----------------------------------------------------------- */
.u-quote {
  position: relative;
}

.u-quote:after {
  content: "";
  left: -40px;
  top: -40px;
  width: 108px;
  height: 109px;
  position: absolute;
  background-size: contain;
  background-image: url();
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .u-quote:after {
    display: inline;
    font-size: 2.15rem;
  }
}


/* THEME OVERRIDES
   ----------------------------- */

.c-intro--viewmore .columns  {    
  border-bottom: 1px solid #CBCCCC;
  padding-bottom: 40px;
  margin: 0;
/*   margin: 0 1.125rem; */
}
.c-intro--viewmore .column {
  padding: 0rem;
}
.c-intro--viewmore .column p {
  margin: 6px 0 0 0;
}
.c-intro--viewmore .c-viewmore {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.c-intro--viewmore .c-viewmore a:before {
  font-family: FontAwesome;
  content: "\f0a9";
  color: #00548F;
  padding: 0 6px 0 0;
  font-size: 18px;
}
.c-intro--viewmore .c-viewmore a:hover {
  display: inline-block;
  transition: all .3s ease;
  transform: translateX(6px);
}
@media(max-width: 768px) {
  .c-intro--viewmore .columns {
    margin: 0px;
  }
  .c-intro--viewmore .c-viewmore {
    align-items: flex-start;
    padding-top: 30px;
  }
}

.cta_button {
  font-size: 16px !important;
  padding: 14px 20px !important;
  font-family: "Futura Std", "League Spartan", sans-serif !important;
}




.lity-container {
  overflow-y: hidden !important;
  display: inline-flex !important;
  align-items: center;
}

/* Slick Slider Overrides */

.slick-dots li.slick-active button:before {
  color: #0067a5;
}

.slick-arrow {
  width: 20px;
}

.slick-arrow::before,
.slick-arrow::after {
  content: "";
  line-height: unset;
  font-size: unset !important;
  width: 20px;
  height: 20px;
  display: inline-block; 
}

.slick-prev:before {
  background-image: url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/img/module-icons/left-arrow-hover.svg#static');
}

.slick-prev:hover:before {
  background-image: url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/img/module-icons/left-arrow-hover.svg#hover');
}

.slick-next:before {
  background-image: url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/img/module-icons/right-arrow-hover.svg#static');
}

.slick-next:hover:before {
  background-image: url('//8135814.fs1.hubspotusercontent-na1.net/hubfs/8135814/raw_assets/public/action-coach/assets/img/module-icons/right-arrow-hover.svg#hover');
}


.c-hero .column{
  float: none;
}
.c-blog-rss__description {
  background-color: #fff;
}

/* Buttons.css over-rides (Anders)*/
.c-button.c-button--wbsp {
  font-family: "CooperHewitt", sans-serif;
  border: 2px solid;
  padding: 20px 26px 20px;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 0.9375rem;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.18px;
}
@media (min-width: 768px) {
  .c-button.c-button--wbsp {
    display: inline-block;
    max-width: none;
    margin-bottom: auto;
  }
}
.c-button.c-button--wbsp:hover {
  transition: all 0.3s ease;
}
.c-button--primary {
  
}
.c-button--primary.c-button--wbsp {
  background-color: #fa4616;
  border: 4px solid #fa4616;
  font-size: 20px;
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
}
.c-button--primary.c-button--wbsp:hover {
  background-color: #fff;
  border: 4px solid #fa4616;
  color: #fa4616;
}

.c-button--secondary {
  border: 4px solid #b30400;
}
.c-button--secondary.c-button--wbsp {
  background-color: #fff;
  border: 4px solid #fa4616;
  font-size: 20px;
  color: #fa4616;
  padding: 20px 40px;
  display: inline-block;
  margin-top: 30px;
}
.c-button--secondary.c-button--wbsp:hover {
  background-color: #fa4616;
  border: 4px solid #fa4616;
  color: #fff;
}
.c-button.c-button--white-outline {
  background-color: transparent;
  border: 4px solid #fff;
  color: #fff;
}

.c-button.c-button--white-outline:hover {
  background-color: #fff;
  border: 4px solid #fff;
  color: #b30400;
}
.c-button.c-button--wbsp.c-button--white-outline {
  background-color: transparent;
  border: 4px solid #fff;
  color: #fff;
}

.c-button.c-button--wbsp.c-button--white-outline:hover {
  background-color: #fff;
  border: 4px solid #fff;
  color: #fa4616;
}

/* .columns.columns--large-gap {
  float: none !important;
} */

.c-button.c-button--red-cta {
  background-color: #b30400;
  border: 4px solid #fff;
  color: #fff;
}

.c-button.c-button--red-cta:hover {
  background-color: #fff;
  border: 4px solid #fff;
  color: #b30400;
}

/* WBSP Hero.css - Anders */



.o-micro-wbsp .c-hero--mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.75;
}

@media (min-width: 1024px) {
  .o-micro-wbsp .c-hero {
    min-height: 550px !important;
  }
}
/* WBSP overwrite */
.o-micro-wbsp .c-blog-rss__inner:hover .c-blog-rss__more {
  color: #fa4616;
}

/* Strip - logos - Anders */

.c-logo-block.column {
  padding: 30px;
}
.c-logo-block.column img {
  max-height: 100px;
  width: auto;
}
@media(max-width: 479px) {
  .c-logo-block {
    width: 100% !important;
  }
}
/* Grid Icon and text */
/* .c-icon-block .c-icon-block__content h4 {
  min-height: 90px;
} */
.c-icon-block .c-icon-block__content {
  min-height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
/* .c-icon-block__icon img {
  min-width: 200px;
} */



/* Video Carousel */

@media(max-width: 767px) {
  .video-carousel-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* Hero */
@media(max-width: 991px) {
  .c-hero.o-section {
    padding-right: 2em;
    padding-left: 2em;
  }
}

/* Buttons */
.c-button,
.cta_button{
  line-height: 1rem !important;
  font-size: 16px !important;
  padding: 14px 20px !important;
  font-family: "Futura Std", "League Spartan", sans-serif !important;
}

/*  2 col Testimonial */
@media(max-width: 767px) {
  div.c-testimonial-box {
    background-image: none;
  }
}

/* Team bio */
@media(max-width: 767px) {
  div.c-team-bio,
  div.c-team-bio__inner {
    padding: 20px;
  }
}



  
/* CTA Popup */

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 910px;
    max-height: 100%;
    outline: none !important;
    overflow-y: scroll;
    width: 100%;
    padding: 50px;
    height: 100%;
}
.c-form-pop {
    background: #FFF;
    max-height: none !important;
    padding: 20px;
}


.widget-type-rich_text ul {
  padding-left: 18px;
}



.c-container-with-white-header {
  padding-top: 200px;
}



/* Custom Radio Buttons */

/* For specifically multi-step forms */
.hsfc-RadioInput[type="radio"]:checked,
.hsfc-RadioInput[type="radio"]:not(:checked),
[data-hsfc-id=Renderer] .hsfc-RadioInput {
  position: relative;
  left: 0px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #CD163F;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #CD163F;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Coach Landing Page Template - Custom Styles */

.ac-learning-center__module {
  margin-top: 4rem;
}

.ac-our-guarantee__module {
  margin-bottom: 4rem;
}

.ac-our-case-studies__module {
  padding: 4rem 2rem;
  margin-top: 4rem;
  background-color: #001c43;
}

.ac-our-image-text-red-background__module {
  background-color: #ce153f;
}

.ac-richtext-with-button__buttons-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.ac-button__container {
  display: block;
}

.ac-section14__button-container,
.ac-our-image-text-red-background__module .ac-button__container {
  margin-top: 20px;
}

.ac-our-image-text-red-background__module ul:not(.slick-dots) li:before {
  color: #FFFFFF;
}

.ac-our-image-text-red-background__module #dnd_area-module-26.image-text__block .image-text__block--columns .columns .column.content p {
  color: #FFFFFF;
}