*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.center-offset {
    margin-left: auto !important;
    margin-right: auto !important;
    float: 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;
    }

    .span4.center-offset,
    .span5.center-offset,
    .span6.center-offset,
    .span7.center-offset,
    .span8.center-offset,
    .span9.center-offset,
    .span10.center-offset,
    .span11.center-offset {
        width: 100%;
    }
}

@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 ;
    }
}
/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
figure {
  margin: 1em 40px;
}
img {
  border-style: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* End extract */
html,
body {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
html {
  overflow-x: hidden;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.w3-serif {
  font-family: serif;
}
.w3-sans-serif {
  font-family: sans-serif;
}
.w3-cursive {
  font-family: cursive;
}
.w3-monospace {
  font-family: monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
}
.w3-wide {
  letter-spacing: 4px;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
.w3-image {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}
a {
  color: inherit;
}
.w3-table,
.w3-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}
.w3-table-all {
  border: 1px solid #ccc;
}
.w3-bordered tr,
.w3-table-all tr {
  border-bottom: 1px solid #ddd;
}
.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}
.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}
.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}
.w3-centered tr th,
.w3-centered tr td {
  text-align: center;
}
.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
  padding-left: 16px;
}
.w3-btn,
.w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn,
.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.w3-disabled *,
:disabled * {
  pointer-events: none;
}
.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
  box-shadow: none;
}
.w3-badge,
.w3-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.w3-badge {
  border-radius: 50%;
}
.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.w3-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}
.w3-ul li:last-child {
  border-bottom: none;
}
.w3-tooltip,
.w3-display-container {
  position: relative;
}
.w3-tooltip .w3-text {
  display: none;
}
.w3-tooltip:hover .w3-text {
  display: inline-block;
}
.w3-ripple:active {
  opacity: 0.5;
}
.w3-ripple {
  transition: opacity 0s;
}
.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.w3-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}
.w3-dropdown-click,
.w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
}
.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}
.w3-dropdown-hover:hover > .w3-button:first-child,
.w3-dropdown-click:hover > .w3-button:first-child {
  background-color: #ccc;
  color: #000;
}
.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.w3-check,
.w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}
.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}
.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
  width: 100%;
}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}
.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}
.w3-main,
#main {
  transition: margin-left 0.4s;
}
.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.w3-modal-content {
  margin: auto;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}
.w3-bar {
  width: 100%;
  overflow: hidden;
}
.w3-center .w3-bar {
  display: inline-block;
  width: auto;
}
.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}
.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
  position: static;
  float: left;
}
.w3-bar .w3-button {
  white-space: normal;
}
.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}
.w3-bar-block.w3-center .w3-bar-item {
  text-align: center;
}
.w3-block {
  display: block;
  width: 100%;
}
.w3-responsive {
  display: block;
  overflow-x: auto;
}
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
  content: "";
  display: table;
  clear: both;
}
.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
  float: left;
  width: 100%;
}
.w3-col.s1 {
  width: 8.33333%;
}
.w3-col.s2 {
  width: 16.66666%;
}
.w3-col.s3 {
  width: 24.99999%;
}
.w3-col.s4 {
  width: 33.33333%;
}
.w3-col.s5 {
  width: 41.66666%;
}
.w3-col.s6 {
  width: 49.99999%;
}
.w3-col.s7 {
  width: 58.33333%;
}
.w3-col.s8 {
  width: 66.66666%;
}
.w3-col.s9 {
  width: 74.99999%;
}
.w3-col.s10 {
  width: 83.33333%;
}
.w3-col.s11 {
  width: 91.66666%;
}
.w3-col.s12 {
  width: 99.99999%;
}
@media (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%;
  }
  .w3-col.m2 {
    width: 16.66666%;
  }
  .w3-col.m3,
  .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.m4,
  .w3-third {
    width: 33.33333%;
  }
  .w3-col.m5 {
    width: 41.66666%;
  }
  .w3-col.m6,
  .w3-half {
    width: 49.99999%;
  }
  .w3-col.m7 {
    width: 58.33333%;
  }
  .w3-col.m8,
  .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.m9,
  .w3-threequarter {
    width: 74.99999%;
  }
  .w3-col.m10 {
    width: 83.33333%;
  }
  .w3-col.m11 {
    width: 91.66666%;
  }
  .w3-col.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%;
  }
  .w3-col.l2 {
    width: 16.66666%;
  }
  .w3-col.l3 {
    width: 24.99999%;
  }
  .w3-col.l4 {
    width: 33.33333%;
  }
  .w3-col.l5 {
    width: 41.66666%;
  }
  .w3-col.l6 {
    width: 49.99999%;
  }
  .w3-col.l7 {
    width: 58.33333%;
  }
  .w3-col.l8 {
    width: 66.66666%;
  }
  .w3-col.l9 {
    width: 74.99999%;
  }
  .w3-col.l10 {
    width: 83.33333%;
  }
  .w3-col.l11 {
    width: 91.66666%;
  }
  .w3-col.l12 {
    width: 99.99999%;
  }
}
.w3-rest {
  overflow: hidden;
}
.w3-stretch {
  margin-left: -16px;
  margin-right: -16px;
}
.w3-content,
.w3-auto {
  margin-left: auto;
  margin-right: auto;
}
.w3-content {
  max-width: 980px;
}
.w3-auto {
  max-width: 1140px;
}
.w3-cell-row {
  display: table;
  width: 100%;
}
.w3-cell {
  display: table-cell;
}
.w3-cell-top {
  vertical-align: top;
}
.w3-cell-middle {
  vertical-align: middle;
}
.w3-cell-bottom {
  vertical-align: bottom;
}
.w3-hide {
  display: none !important;
}
.w3-show-block,
.w3-show {
  display: block !important;
}
.w3-show-inline-block {
  display: inline-block !important;
}
@media (max-width: 1205px) {
  .w3-auto {
    max-width: 95%;
  }
}
@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .w3-modal {
    padding-top: 30px;
  }
  .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
  .w3-dropdown-click.w3-mobile .w3-dropdown-content {
    position: relative;
  }
  .w3-hide-small {
    display: none !important;
  }
  .w3-mobile {
    display: block;
    width: 100% !important;
  }
  .w3-bar-item.w3-mobile,
  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-click.w3-mobile {
    text-align: center;
  }
  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-hover.w3-mobile .w3-btn,
  .w3-dropdown-hover.w3-mobile .w3-button,
  .w3-dropdown-click.w3-mobile,
  .w3-dropdown-click.w3-mobile .w3-btn,
  .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }
  .w3-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }
  .w3-hide-large {
    display: none !important;
  }
  .w3-sidebar.w3-collapse {
    display: block !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .w3-sidebar.w3-collapse {
    display: none;
  }
  .w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .w3-auto {
    max-width: 100%;
  }
}
.w3-top,
.w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.w3-top {
  top: 0;
}
.w3-bottom {
  bottom: 0;
}
.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}
.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
}
.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}
.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}
.w3-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.w3-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.w3-display-container:hover .w3-display-hover {
  display: block;
}
.w3-display-container:hover span.w3-display-hover {
  display: inline-block;
}
.w3-display-hover {
  display: none;
}
.w3-display-position {
  position: absolute;
}
.w3-circle {
  border-radius: 50%;
}
.w3-round-small {
  border-radius: 2px;
}
.w3-round,
.w3-round-medium {
  border-radius: 4px;
}
.w3-round-large {
  border-radius: 8px;
}
.w3-round-xlarge {
  border-radius: 16px;
}
.w3-round-xxlarge {
  border-radius: 32px;
}
.w3-row-padding,
.w3-row-padding > .w3-half,
.w3-row-padding > .w3-third,
.w3-row-padding > .w3-twothird,
.w3-row-padding > .w3-threequarter,
.w3-row-padding > .w3-quarter,
.w3-row-padding > .w3-col {
  padding: 0 8px;
}
.w3-container,
.w3-panel {
  padding: 0.01em 16px;
}
.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}
.w3-code,
.w3-codespan {
  font-family: Consolas, "courier new";
  font-size: 16px;
}
.w3-code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4caf50;
  word-wrap: break-word;
}
.w3-codespan {
  color: crimson;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%;
}
.w3-card,
.w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.w3-card-4,
.w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-spin {
  animation: w3-spin 2s infinite linear;
}
@keyframes w3-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.w3-animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  animation: opac 0.8s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 0.4s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom {
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-animate-input {
  transition: width 0.4s ease-in-out;
}
.w3-animate-input:focus {
  width: 100% !important;
}
.w3-opacity,
.w3-hover-opacity:hover {
  opacity: 0.6;
}
.w3-opacity-off,
.w3-hover-opacity-off:hover {
  opacity: 1;
}
.w3-opacity-max {
  opacity: 0.25;
}
.w3-opacity-min {
  opacity: 0.75;
}
.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
  filter: grayscale(100%);
}
.w3-greyscale,
.w3-grayscale {
  filter: grayscale(75%);
}
.w3-greyscale-min,
.w3-grayscale-min {
  filter: grayscale(50%);
}
.w3-sepia {
  filter: sepia(75%);
}
.w3-sepia-max,
.w3-hover-sepia:hover {
  filter: sepia(100%);
}
.w3-sepia-min {
  filter: sepia(50%);
}
.w3-tiny {
  font-size: 10px !important;
}
.w3-small {
  font-size: 12px !important;
}
.w3-medium {
  font-size: 15px !important;
}
.w3-large {
  font-size: 18px !important;
}
.w3-xlarge {
  font-size: 24px !important;
}
.w3-xxlarge {
  font-size: 36px !important;
}
.w3-xxxlarge {
  font-size: 48px !important;
}
.w3-jumbo {
  font-size: 64px !important;
}
.w3-left-align {
  text-align: left !important;
}
.w3-right-align {
  text-align: right !important;
}
.w3-justify {
  text-align: justify !important;
}
.w3-center {
  text-align: center !important;
}
.w3-border-0 {
  border: 0 !important;
}
.w3-border {
  border: 1px solid #ccc !important;
}
.w3-border-top {
  border-top: 1px solid #ccc !important;
}
.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.w3-border-left {
  border-left: 1px solid #ccc !important;
}
.w3-border-right {
  border-right: 1px solid #ccc !important;
}
.w3-topbar {
  border-top: 6px solid #ccc !important;
}
.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}
.w3-leftbar {
  border-left: 6px solid #ccc !important;
}
.w3-rightbar {
  border-right: 6px solid #ccc !important;
}
.w3-section,
.w3-code {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.w3-margin {
  margin: 16px !important;
}
.w3-margin-top {
  margin-top: 16px !important;
}
.w3-margin-bottom {
  margin-bottom: 16px !important;
}
.w3-margin-left {
  margin-left: 16px !important;
}
.w3-margin-right {
  margin-right: 16px !important;
}
.w3-padding-small {
  padding: 4px 8px !important;
}
.w3-padding {
  padding: 8px 16px !important;
}
.w3-padding-large {
  padding: 12px 24px !important;
}
.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.w3-padding-top-64 {
  padding-top: 64px !important;
}
.w3-padding-top-48 {
  padding-top: 48px !important;
}
.w3-padding-top-32 {
  padding-top: 32px !important;
}
.w3-padding-top-24 {
  padding-top: 24px !important;
}
.w3-left {
  float: left !important;
}
.w3-right {
  float: right !important;
}
.w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}
.w3-transparent,
.w3-hover-none:hover {
  background-color: transparent !important;
}
.w3-hover-none:hover {
  box-shadow: none !important;
}
/* Colors */
.w3-amber,
.w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}
.w3-aqua,
.w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}
.w3-blue,
.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196f3 !important;
}
.w3-light-blue,
.w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87ceeb !important;
}
.w3-brown,
.w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}
.w3-cyan,
.w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}
.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}
.w3-green,
.w3-hover-green:hover {
  color: #fff !important;
  background-color: #4caf50 !important;
}
.w3-light-green,
.w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}
.w3-indigo,
.w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.w3-khaki,
.w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}
.w3-lime,
.w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}
.w3-orange,
.w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}
.w3-deep-orange,
.w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}
.w3-pink,
.w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.w3-purple,
.w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}
.w3-deep-purple,
.w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}
.w3-red,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}
.w3-sand,
.w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}
.w3-teal,
.w3-hover-teal:hover {
  color: #fff !important;
  background-color: #009688 !important;
}
.w3-yellow,
.w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}
.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}
.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
  color: #fff !important;
  background-color: #616161 !important;
}
.w3-pale-red,
.w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffdddd !important;
}
.w3-pale-green,
.w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #ddffdd !important;
}
.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffcc !important;
}
.w3-pale-blue,
.w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #ddffff !important;
}
.w3-text-amber,
.w3-hover-text-amber:hover {
  color: #ffc107 !important;
}
.w3-text-aqua,
.w3-hover-text-aqua:hover {
  color: #00ffff !important;
}
.w3-text-blue,
.w3-hover-text-blue:hover {
  color: #2196f3 !important;
}
.w3-text-light-blue,
.w3-hover-text-light-blue:hover {
  color: #87ceeb !important;
}
.w3-text-brown,
.w3-hover-text-brown:hover {
  color: #795548 !important;
}
.w3-text-cyan,
.w3-hover-text-cyan:hover {
  color: #00bcd4 !important;
}
.w3-text-blue-grey,
.w3-hover-text-blue-grey:hover,
.w3-text-blue-gray,
.w3-hover-text-blue-gray:hover {
  color: #607d8b !important;
}
.w3-text-green,
.w3-hover-text-green:hover {
  color: #4caf50 !important;
}
.w3-text-light-green,
.w3-hover-text-light-green:hover {
  color: #8bc34a !important;
}
.w3-text-indigo,
.w3-hover-text-indigo:hover {
  color: #3f51b5 !important;
}
.w3-text-khaki,
.w3-hover-text-khaki:hover {
  color: #b4aa50 !important;
}
.w3-text-lime,
.w3-hover-text-lime:hover {
  color: #cddc39 !important;
}
.w3-text-orange,
.w3-hover-text-orange:hover {
  color: #ff9800 !important;
}
.w3-text-deep-orange,
.w3-hover-text-deep-orange:hover {
  color: #ff5722 !important;
}
.w3-text-pink,
.w3-hover-text-pink:hover {
  color: #e91e63 !important;
}
.w3-text-purple,
.w3-hover-text-purple:hover {
  color: #9c27b0 !important;
}
.w3-text-deep-purple,
.w3-hover-text-deep-purple:hover {
  color: #673ab7 !important;
}
.w3-text-red,
.w3-hover-text-red:hover {
  color: #f44336 !important;
}
.w3-text-sand,
.w3-hover-text-sand:hover {
  color: #fdf5e6 !important;
}
.w3-text-teal,
.w3-hover-text-teal:hover {
  color: #009688 !important;
}
.w3-text-yellow,
.w3-hover-text-yellow:hover {
  color: #d2be0e !important;
}
.w3-text-white,
.w3-hover-text-white:hover {
  color: #fff !important;
}
.w3-text-black,
.w3-hover-text-black:hover {
  color: #000 !important;
}
.w3-text-grey,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-hover-text-gray:hover {
  color: #757575 !important;
}
.w3-text-light-grey,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-hover-text-light-gray:hover {
  color: #f1f1f1 !important;
}
.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-hover-text-dark-gray:hover {
  color: #3a3a3a !important;
}
.w3-border-amber,
.w3-hover-border-amber:hover {
  border-color: #ffc107 !important;
}
.w3-border-aqua,
.w3-hover-border-aqua:hover {
  border-color: #00ffff !important;
}
.w3-border-blue,
.w3-hover-border-blue:hover {
  border-color: #2196f3 !important;
}
.w3-border-light-blue,
.w3-hover-border-light-blue:hover {
  border-color: #87ceeb !important;
}
.w3-border-brown,
.w3-hover-border-brown:hover {
  border-color: #795548 !important;
}
.w3-border-cyan,
.w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important;
}
.w3-border-blue-grey,
.w3-hover-border-blue-grey:hover,
.w3-border-blue-gray,
.w3-hover-border-blue-gray:hover {
  border-color: #607d8b !important;
}
.w3-border-green,
.w3-hover-border-green:hover {
  border-color: #4caf50 !important;
}
.w3-border-light-green,
.w3-hover-border-light-green:hover {
  border-color: #8bc34a !important;
}
.w3-border-indigo,
.w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important;
}
.w3-border-khaki,
.w3-hover-border-khaki:hover {
  border-color: #f0e68c !important;
}
.w3-border-lime,
.w3-hover-border-lime:hover {
  border-color: #cddc39 !important;
}
.w3-border-orange,
.w3-hover-border-orange:hover {
  border-color: #ff9800 !important;
}
.w3-border-deep-orange,
.w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important;
}
.w3-border-pink,
.w3-hover-border-pink:hover {
  border-color: #e91e63 !important;
}
.w3-border-purple,
.w3-hover-border-purple:hover {
  border-color: #9c27b0 !important;
}
.w3-border-deep-purple,
.w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important;
}
.w3-border-red,
.w3-hover-border-red:hover {
  border-color: #f44336 !important;
}
.w3-border-sand,
.w3-hover-border-sand:hover {
  border-color: #fdf5e6 !important;
}
.w3-border-teal,
.w3-hover-border-teal:hover {
  border-color: #009688 !important;
}
.w3-border-yellow,
.w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}
.w3-border-white,
.w3-hover-border-white:hover {
  border-color: #fff !important;
}
.w3-border-black,
.w3-hover-border-black:hover {
  border-color: #000 !important;
}
.w3-border-grey,
.w3-hover-border-grey:hover,
.w3-border-gray,
.w3-hover-border-gray:hover {
  border-color: #9e9e9e !important;
}
.w3-border-light-grey,
.w3-hover-border-light-grey:hover,
.w3-border-light-gray,
.w3-hover-border-light-gray:hover {
  border-color: #f1f1f1 !important;
}
.w3-border-dark-grey,
.w3-hover-border-dark-grey:hover,
.w3-border-dark-gray,
.w3-hover-border-dark-gray:hover {
  border-color: #616161 !important;
}
.w3-border-pale-red,
.w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important;
}
.w3-border-pale-green,
.w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important;
}
.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
  border-color: #ffffcc !important;
}
.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important;
}
.w3-container {
  position: relative;
  top: 120px;
  z-index: 999;
  background-color: rgb(245, 248, 250);
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.container,
main.body-container-wrapper > .container-fluid .span12 > .row-fluid-wrapper.row-depth-1.row-number-1.DND_banner-row-1-padding:first-of-type {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Open Sans"; 
  src: url(https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/raw_assets/public/RedAwning_October2021/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
   font-family: "Josefin Sans"; 
   src: url(https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/raw_assets/public/RedAwning_October2021/fonts/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLw.woff2) format("woff2"); 
   font-style: normal;
   font-weight: 400;
   unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
 }
 
 @font-face { 
   font-family: "Assistant"; 
   src: url(https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/raw_assets/public/RedAwning_October2021/fonts/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGaV3w.woff2) format("woff2"); 
   font-style: normal; 
   font-weight: 400; 
   unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   font-display: swap;
 }

@font-face {
   font-family: "entypo-fontello";
   src: url("https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/redawining%20fonts/entypo-fontello.eot") format("embedded-opentype"),
     url(https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/raw_assets/public/RedAwning_October2021/fonts/entypo-fontello.woff) format("woff"), 
   url(https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/raw_assets/public/RedAwning_October2021/fonts/entypo-fontello.ttf) format("truetype"),
   url(https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/raw_assets/public/RedAwning_October2021/fonts/entypo-fontello.svg) format("svg"); 
   font-style: normal;
   font-weight: normal;
   font-display: auto;
 }
 
body {
  line-height:1.65em;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button,
a.cta_button,
a.hs-button,
.hs-page form input[type=submit],
.hs-site-page form input[type=submit]
.hs-site-page form .hs-button,
form input[type=submit],
form .hs-button {
  border-radius: 12px;
  display: inline-block;
  margin: 3px 0;
  position: relative;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  padding: 8px 30px;
  font-size: 24px;
  line-height: 2em;
  min-width: 139px;
  background-color: #69c;
  color: #fff;
  border-color: transparent;
  font-family: "Open Sans", sans-serif;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
}

button.primary,
.button.primary,
a.cta_button.primary,
a.hs-button.primary,
.hs-page form input[type=submit].primary
.hs-site-page form input[type=submit].primary,
.hs-site-page form .hs-button.primary {
  background-color: rgb(198,24,42);
  border-color: transparent;
}

button span,
.button span,
a.cta_button span,
a.hs-button span {
  vertical-align: middle;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
a.hs-button:hover,
a.hs-button:focus,
a.cta_button:hover,
a.cta_button:focus,
form input[type=submit]:hover,
form .hs-button:hover,
form input[type=submit]:focus,
form .hs-button:focus {
  color: #FFFFFF;
  text-decoration: none;
  opacity: .9;
}

/* a.hs-button:hover,
a.hs-button:focus {
  rgb(112,168,224) !important;
} */

button:active,
.button:active,
a.cta_button:active,
a.hs-button:active {
  text-decoration: none;
}

button.text-button,
button.text-button:focus,
button.text-button:hover {
  background: 0;
  border: 0;
  padding: 0;
  color: #69c;
  margin: 0;
  font-size: 14px;
  min-width: auto;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}
ul.no-list.hs-error-msgs.inputs-list label {
  color:#ef6b51;
}
/* Labels */
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
form label {
  font-family: Assistant;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  display:inline-block;
  width: auto;
}
.form-floating-alert-wrapper .form-floating-alert-error {
  color:#ef6b51;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  outline: none;

}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

.input {
  margin-right: 8px;
}

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

form .inputs-list > li {
  display: inline-block;
  margin: 0.7rem;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: pre-wrap;
  background-color: #c6182a;
  border:1px solid #c6182a;
  font-size: 20px;
  line-height: 1.15;
  font-family: Assistant;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 3px;
}

form div:not(.hs-fieldtype-radio).hs-form-field:last-of-type .input {
  margin-right: 0;
}

form fieldset.form-columns-3 .hs-form-field {
  width: 33.33333333% !important;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-form-field .hs-input {
    width: 100% !important;
  }
}

form .inputs-list > li.hs-form-radio,
form .inputs-list > li.hs-form-radio input.hs-input, 
form .inputs-list > li.hs-form-radio span {
  float: left;
  clear: none;
  display: block;
}

.hbspt-form form div.hs-form-field.hs-fieldtype-radio label {
  vertical-align: top;
}

form .inputs-list > li.hs-form-radio {
  margin-right: 20px;
}

form .inputs-list > li.hs-form-radio input.hs-input {
  width: auto !important;
  margin-top: 4px;
}

form .inputs-list > li.hs-form-radio {
  margin-top: 0; 
}

form .inputs-list > li.hs-form-radio:not(:last-of-type) {
  margin-bottom: 0;
}

.hs-form fieldset.form-columns-1 input[type='checkbox'] {
  width: auto !important; 
}

div.hs-dependent-field div.hs-form-field:not(:first-of-type) {
  clear: both; 
}

div.hs-dependent-field div:not(:first-of-type) div.input {
  margin-right: 0;
}

form.hs-form fieldset .hs-richtext,
form.hs-form fieldset .hs-richtext h2,
form.hs-form fieldset .hs-richtext h3 {
  font-size: inherit;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-error-msgs label {
  color: #ef6b51;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.DND_banner-row-0-background-image.DND_banner-row-0-padding {
  padding-top: 120px !important;
}

.DND_banner-row-0-background-image h3,
.form-with-background h3,
.DND_banner-row-0-background-image h4,
.form-with-background h4,
.DND_banner-row-0-background-image h5,
.form-with-background h5,
.DND_banner-row-0-background-image p,
.form-with-background p {
  color: #fff;
}

.DND_banner-row-0-background-image form div:not(.hs-fieldtype-radio).hs-form-field > label,
.form-with-background form div:not(.hs-fieldtype-radio).hs-form-field > label {
  color: #494a52;
  background-color: white;
  margin-right: 8px;
  padding: 2px 0 2px 8px;
  border: 2px solid #d1d6dc;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}

.DND_banner-row-0-background-image form fieldset div.hs-form-field,
.form-with-background form fieldset div.hs-form-field {
  line-height: 1em;
  padding-right: 8px;
}

.DND_banner-row-0-background-image form fieldset div.hs-form-field:last-of-type,
.form-with-background form fieldset div.hs-form-field:last-of-type {
   padding-right: 0;
}

.DND_banner-row-0-background-image form fieldset.form-columns-2 .input,
.form-with-background form fieldset.form-columns-2 .input,
.DND_banner-row-0-background-image form fieldset.form-columns-3 .input,
.form-with-background form fieldset.form-columns-3 .input,
.DND_banner-row-0-background-image form fieldset.form-columns-4 .input,
.form-with-background form fieldset.form-columns-4 .input {
  margin-right: 0;
}

.DND_banner-row-0-background-image form div.hs-form-field.hs-fieldtype-radio div.input,
.form-with-background form div.hs-form-field.hs-fieldtype-radio div.input,
.DND_banner-row-0-background-image form div.hs-form-field.hs-fieldtype-radio label,
.form-with-background form div.hs-form-field.hs-fieldtype-radio label,
.DND_banner-row-0-background-image form .inputs-list>li,
.form-with-background form .inputs-list>li {
  padding: 0 8px 0 0;
  display: inline-block;
}

.DND_banner-row-0-background-image form input[type=radio],
.form-with-background form input[type=radio] {
  width: auto !important;
}

.DND_banner-row-0-background-image .hs_error_rollup label,
.form-with-background .hs_error_rollup label,
.DND_banner-row-0-background-image .hs-error-msg,
.form-with-background .hs-error-msg {
  color: #ffffff;
}

.DND_banner-row-0-background-image form div:not(.hs-fieldtype-radio).hs-form-field:last-of-type label,
.form-with-background form div:not(.hs-fieldtype-radio).hs-form-field:last-of-type label,
.DND_banner-row-0-background-image form div:not(.hs-fieldtype-radio).hs-form-field:last-of-type .input,
.form-with-background form div:not(.hs-fieldtype-radio).hs-form-field:last-of-type .input {
  margin-right: 0;
}

.DND_banner-row-0-background-image form fieldset.form-columns-3 .hs-form-field,
.form-with-background form fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}

.DND_banner-row-0-background-image form input[type=text],
.form-with-background form input[type=text],
.DND_banner-row-0-background-image form input[type=email],
.form-with-background form input[type=email],
.DND_banner-row-0-background-image form input[type=password],
.form-with-background form input[type=password],
.DND_banner-row-0-background-image form input[type=tel],
.form-with-background form input[type=tel],
.DND_banner-row-0-background-image form input[type=number],
.form-with-background form input[type=number],
.DND_banner-row-0-background-image form input[type=file],
.form-with-background form input[type=file],
.DND_banner-row-0-background-image form select,
.form-with-background form select,
.DND_banner-row-0-background-image form textarea,
.form-with-background form textarea {
  border: 2px solid #d1d6dc;
  border-top: none !important;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 14px;
  line-height: 1.15;
  background-color: #ffffff;
}

.DND_banner-row-0-background-image form .actions,
.form-with-background form .actions {
  text-align: center;
}

.DND_banner-row-0-background-image form div.hs-fieldtype-radio,
.form-with-background form div.hs-fieldtype-radio {
  border: 2px solid #d1d6dc;
  background-color: #ffff;
  border-radius: 3px;
  padding: 6px;
}

.DND_banner-row-0-background-image .submitted-message,
.form-with-background .submitted-message {
  color: #ffffff;
}

.DND_banner-row-0-background-image form ul.no-list.hs-error-msgs.inputs-list label,
.form-with-background form ul.no-list.hs-error-msgs.inputs-list label {
  color: #ffffff;
  font-family: Assistant;
  font-size: 16px;
}

.hs-site-page div.banner-section .hbspt-form form input[type=submit],
.hs-site-page div.banner-section .hbspt-form form .hs-button {
  background-color: #69c;
  border-color: #69c;
}

.hs-site-page div.banner-section .hbspt-form form input[type=submit]:hover,
.hs-site-page div.banner-section .hbspt-form form .hs-button:hover,
.hs-site-page div.banner-section .hbspt-form form input[type=submit]:active,
.hs-site-page div.banner-section .hbspt-form form .hs-button:active {
  background-color: #85bfe8;
  border-color: #85bfe8;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .DND_banner-row-0-background-image form fieldset div.hs-form-field,
  .form-with-background form fieldset div.hs-form-field {
    padding-right: 0 !important;
  }
}
@font-face {
    font-family: 'fontello';
    src: url('https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/readawning%20fonts/fontello.eot?91486817');
    src: url('https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/readawning%20fonts/fontello.eot?91486817#iefix') format('embedded-opentype'),
         url('https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/readawning%20fonts/fontello.woff2?91486817') format('woff2'),
         url('https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/readawning%20fonts/fontello.woff?91486817') format('woff'),
         url('https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/readawning%20fonts/fontello.ttf?91486817') format('truetype'),
         url('https://2344584.fs1.hubspotusercontent-na1.net/hubfs/2344584/readawning%20fonts/fontello.svg?91486817#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?91486817#fontello') format('svg');
    }
  }
  */
  .icon-section {
      text-align: center;
      padding: 8px;
    }
    
    .i-name {
      display: none;
    }
    
    .fontello-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
    
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
    
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
    
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
    
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
    
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
    
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-plus-circled:before { content: '\e800'; } /* 'î €' */
  .icon-plus-squared:before { content: '\e801'; } /* 'î ' */
  .icon-minus:before { content: '\e802'; } /* 'î ‚' */
  .icon-search:before { content: '\e803'; } /* 'î ƒ' */
  .icon-flashlight:before { content: '\e804'; } /* 'î „' */
  .icon-mail:before { content: '\e805'; } /* 'î …' */
  .icon-heart:before { content: '\e806'; } /* 'î †' */
  .icon-heart-empty:before { content: '\e807'; } /* 'î ‡' */
  .icon-star:before { content: '\e808'; } /* 'î ˆ' */
  .icon-star-empty:before { content: '\e809'; } /* 'î ‰' */
  .icon-user:before { content: '\e80a'; } /* 'î Š' */
  .icon-users:before { content: '\e80b'; } /* 'î ‹' */
  .icon-user-add:before { content: '\e80c'; } /* 'î Œ' */
  .icon-video:before { content: '\e80d'; } /* 'î ' */
  .icon-picture:before { content: '\e80e'; } /* 'î Ž' */
  .icon-camera:before { content: '\e80f'; } /* 'î ' */
  .icon-layout:before { content: '\e810'; } /* 'î ' */
  .icon-menu:before { content: '\e811'; } /* 'î ‘' */
  .icon-check:before { content: '\e812'; } /* 'î ’' */
  .icon-cancel:before { content: '\e813'; } /* 'î “' */
  .icon-cancel-circled:before { content: '\e814'; } /* 'î ”' */
  .icon-cancel-squared:before { content: '\e815'; } /* 'î •' */
  .icon-plus:before { content: '\e816'; } /* 'î –' */
  .icon-minus-circled:before { content: '\e817'; } /* 'î —' */
  .icon-minus-squared:before { content: '\e818'; } /* 'î ˜' */
  .icon-help:before { content: '\e819'; } /* 'î ™' */
  .icon-help-circled:before { content: '\e81a'; } /* 'î š' */
  .icon-info:before { content: '\e81b'; } /* 'î ›' */
  .icon-info-circled:before { content: '\e81c'; } /* 'î œ' */
  .icon-back:before { content: '\e81d'; } /* 'î ' */
  .icon-home:before { content: '\e81e'; } /* 'î ž' */
  .icon-link:before { content: '\e81f'; } /* 'î Ÿ' */
  .icon-attach:before { content: '\e820'; } /* 'î  ' */
  .icon-lock:before { content: '\e821'; } /* 'î ¡' */
  .icon-lock-open:before { content: '\e822'; } /* 'î ¢' */
  .icon-eye:before { content: '\e823'; } /* 'î £' */
  .icon-tag:before { content: '\e824'; } /* 'î ¤' */
  .icon-bookmark:before { content: '\e825'; } /* 'î ¥' */
  .icon-bookmarks:before { content: '\e826'; } /* 'î ¦' */
  .icon-flag:before { content: '\e827'; } /* 'î §' */
  .icon-thumbs-up:before { content: '\e828'; } /* 'î ¨' */
  .icon-thumbs-down:before { content: '\e829'; } /* 'î ©' */
  .icon-download:before { content: '\e82a'; } /* 'î ª' */
  .icon-upload:before { content: '\e82b'; } /* 'î «' */
  .icon-upload-cloud:before { content: '\e82c'; } /* 'î ¬' */
  .icon-reply:before { content: '\e82d'; } /* 'î ­' */
  .icon-reply-all:before { content: '\e82e'; } /* 'î ®' */
  .icon-forward:before { content: '\e82f'; } /* 'î ¯' */
  .icon-quote:before { content: '\e830'; } /* 'î °' */
  .icon-code:before { content: '\e831'; } /* 'î ±' */
  .icon-export:before { content: '\e832'; } /* 'î ²' */
  .icon-pencil:before { content: '\e833'; } /* 'î ³' */
  .icon-feather:before { content: '\e834'; } /* 'î ´' */
  .icon-print:before { content: '\e835'; } /* 'î µ' */
  .icon-retweet:before { content: '\e836'; } /* 'î ¶' */
  .icon-keyboard:before { content: '\e837'; } /* 'î ·' */
  .icon-comment:before { content: '\e838'; } /* 'î ¸' */
  .icon-chat:before { content: '\e839'; } /* 'î ¹' */
  .icon-bell:before { content: '\e83a'; } /* 'î º' */
  .icon-attention:before { content: '\e83b'; } /* 'î »' */
  .icon-alert:before { content: '\e83c'; } /* 'î ¼' */
  .icon-vcard:before { content: '\e83d'; } /* 'î ½' */
  .icon-address:before { content: '\e83e'; } /* 'î ¾' */
  .icon-location:before { content: '\e83f'; } /* 'î ¿' */
  .icon-map:before { content: '\e840'; } /* 'î¡€' */
  .icon-direction:before { content: '\e841'; } /* 'î¡' */
  .icon-compass:before { content: '\e842'; } /* 'î¡‚' */
  .icon-cup:before { content: '\e843'; } /* 'î¡ƒ' */
  .icon-trash:before { content: '\e844'; } /* 'î¡„' */
  .icon-doc:before { content: '\e845'; } /* 'î¡…' */
  .icon-docs:before { content: '\e846'; } /* 'î¡†' */
  .icon-doc-landscape:before { content: '\e847'; } /* 'î¡‡' */
  .icon-doc-text:before { content: '\e848'; } /* 'î¡ˆ' */
  .icon-doc-text-inv:before { content: '\e849'; } /* 'î¡‰' */
  .icon-newspaper:before { content: '\e84a'; } /* 'î¡Š' */
  .icon-book-open:before { content: '\e84b'; } /* 'î¡‹' */
  .icon-book:before { content: '\e84c'; } /* 'î¡Œ' */
  .icon-folder:before { content: '\e84d'; } /* 'î¡' */
  .icon-archive:before { content: '\e84e'; } /* 'î¡Ž' */
  .icon-box:before { content: '\e84f'; } /* 'î¡' */
  .icon-rss:before { content: '\e850'; } /* 'î¡' */
  .icon-phone:before { content: '\e851'; } /* 'î¡‘' */
  .icon-cog:before { content: '\e852'; } /* 'î¡’' */
  .icon-tools:before { content: '\e853'; } /* 'î¡“' */
  .icon-share:before { content: '\e854'; } /* 'î¡”' */
  .icon-shareable:before { content: '\e855'; } /* 'î¡•' */
  .icon-basket:before { content: '\e856'; } /* 'î¡–' */
  .icon-bag:before { content: '\e857'; } /* 'î¡—' */
  .icon-calendar:before { content: '\e858'; } /* 'î¡˜' */
  .icon-login:before { content: '\e859'; } /* 'î¡™' */
  .icon-logout:before { content: '\e85a'; } /* 'î¡š' */
  .icon-mic:before { content: '\e85b'; } /* 'î¡›' */
  .icon-mute:before { content: '\e85c'; } /* 'î¡œ' */
  .icon-sound:before { content: '\e85d'; } /* 'î¡' */
  .icon-volume:before { content: '\e85e'; } /* 'î¡ž' */
  .icon-clock:before { content: '\e85f'; } /* 'î¡Ÿ' */
  .icon-hourglass:before { content: '\e860'; } /* 'î¡ ' */
  .icon-lamp:before { content: '\e861'; } /* 'î¡¡' */
  .icon-light-down:before { content: '\e862'; } /* 'î¡¢' */
  .icon-light-up:before { content: '\e863'; } /* 'î¡£' */
  .icon-adjust:before { content: '\e864'; } /* 'î¡¤' */
  .icon-block:before { content: '\e865'; } /* 'î¡¥' */
  .icon-resize-full:before { content: '\e866'; } /* 'î¡¦' */
  .icon-resize-small:before { content: '\e867'; } /* 'î¡§' */
  .icon-popup:before { content: '\e868'; } /* 'î¡¨' */
  .icon-publish:before { content: '\e869'; } /* 'î¡©' */
  .icon-window:before { content: '\e86a'; } /* 'î¡ª' */
  .icon-arrow-combo:before { content: '\e86b'; } /* 'î¡«' */
  .icon-down-circled:before { content: '\e86c'; } /* 'î¡¬' */
  .icon-left-circled:before { content: '\e86d'; } /* 'î¡­' */
  .icon-right-circled:before { content: '\e86e'; } /* 'î¡®' */
  .icon-up-circled:before { content: '\e86f'; } /* 'î¡¯' */
  .icon-down-open:before { content: '\e870'; } /* 'î¡°' */
  .icon-left-open:before { content: '\e871'; } /* 'î¡±' */
  .icon-right-open:before { content: '\e872'; } /* 'î¡²' */
  .icon-up-open:before { content: '\e873'; } /* 'î¡³' */
  .icon-ccw:before { content: '\e874'; } /* 'î¡´' */
  .icon-cw:before { content: '\e875'; } /* 'î¡µ' */
  .icon-arrows-ccw:before { content: '\e876'; } /* 'î¡¶' */
  .icon-signal:before { content: '\e877'; } /* 'î¡·' */
  .icon-trophy:before { content: '\e878'; } /* 'î¡¸' */
  .icon-monitor:before { content: '\e879'; } /* 'î¡¹' */
  .icon-mobile:before { content: '\e87a'; } /* 'î¡º' */
  .icon-network:before { content: '\e87b'; } /* 'î¡»' */
  .icon-inbox:before { content: '\e87c'; } /* 'î¡¼' */
  .icon-globe:before { content: '\e87d'; } /* 'î¡½' */
  .icon-cloud:before { content: '\e87e'; } /* 'î¡¾' */
  .icon-flash:before { content: '\e87f'; } /* 'î¡¿' */
  .icon-moon:before { content: '\e880'; } /* 'î¢€' */
  .icon-flight:before { content: '\e881'; } /* 'î¢' */
  .icon-paper-plane:before { content: '\e882'; } /* 'î¢‚' */
  .icon-leaf:before { content: '\e883'; } /* 'î¢ƒ' */
  .icon-lifebuoy:before { content: '\e884'; } /* 'î¢„' */
  .icon-mouse:before { content: '\e885'; } /* 'î¢…' */
  .icon-briefcase:before { content: '\e886'; } /* 'î¢†' */
  .icon-suitcase:before { content: '\e887'; } /* 'î¢‡' */
  .icon-chart-pie:before { content: '\e888'; } /* 'î¢ˆ' */
  .icon-chart-line:before { content: '\e889'; } /* 'î¢‰' */
  .icon-chart-bar:before { content: '\e88a'; } /* 'î¢Š' */
  .icon-chart-area:before { content: '\e88b'; } /* 'î¢‹' */
  .icon-ticket:before { content: '\e88c'; } /* 'î¢Œ' */
  .icon-credit-card:before { content: '\e88d'; } /* 'î¢' */
  .icon-clipboard:before { content: '\e88e'; } /* 'î¢Ž' */
  .icon-megaphone:before { content: '\e88f'; } /* 'î¢' */
  .icon-database:before { content: '\e890'; } /* 'î¢' */
  .icon-bucket:before { content: '\e891'; } /* 'î¢‘' */
  .icon-key:before { content: '\e892'; } /* 'î¢’' */
  .icon-rocket:before { content: '\e893'; } /* 'î¢“' */
  .icon-gauge:before { content: '\e894'; } /* 'î¢”' */
  .icon-traffic-cone:before { content: '\e895'; } /* 'î¢•' */
  .icon-down-bold:before { content: '\e896'; } /* 'î¢–' */
  .icon-left-bold:before { content: '\e897'; } /* 'î¢—' */
  .icon-right-bold:before { content: '\e898'; } /* 'î¢˜' */
  .icon-up-bold:before { content: '\e899'; } /* 'î¢™' */
  .icon-target:before { content: '\e89a'; } /* 'î¢š' */


/* Hubspot Icons: RedAwning Default Design */

.icon-wrapper {
    text-align: center;
    margin: 0 10px 10px;
}

.hs_cos_wrapper_type_icon.icon {
    display: inline-flex;
    padding: 0.5rem;
    background-color: rgba(102,153,204,1.0);
    border-radius: 50%;
}

.hs_cos_wrapper_type_icon.icon svg {
    fill: #fff;
    height: 2rem;
    width: 2rem;
}
.header_wrapper {
  min-height: 116px;
  transition: min-height 1s ease-out;
}
main.body-container-wrapper {
  font-family: 'Assistant',sans-serif;
}
header{
  z-index: 501;
  width: 100%;
  background: #fff;
  position:fixed;
  color: #6699cc;
  border-color: #dedede;
  box-shadow: 0 0 2px 4px rgb(0 0 0 / 20%);
  display:block;
}

@media(min-width:990px){
  .fixed .header-container{
    height:59.5px;
  }
}
.header-container{
  height:118px;
  line-height:119px;
  max-width: 95%;
  border-color: #dedede;
  width:100%;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  clear: both;
  transition: all 0.2s ease-in-out;
}
.header-container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header-inner-container {
  position: relative;
  height: 100%;
  width: 100%;
}
span.logo{
  float: left;
  position: absolute;
  overflow:hidden;
  z-index: 1;
  left:0;
  display: block;
  height: 100%;
  transition:all.15s ease-in-out;
}
@media(min-width:990px){
  .fixed span.logo a{
    max-height:59.5px;
  }
}
span.logo a{
  overflow: hidden;
  position: relative;
  display: block;
  max-height:118px;
  height: 100%;
  transition:all.15s ease-in-out;
}
@media(min-width:990px){
  .fixed span.logo a img {
    height: 59.5px !important;
  }
}
span.logo a img {
  padding: 0;
  display: block;
  width: auto !important;
  height: 117px !important;
  transition: all.15s ease-in-out;
}
nav.main-menu{
  clear: none;
  position: absolute;
  z-index: 100;
  line-height: 30px;
  height: 100%;
  margin: 0;
  right: 0;
}
.main-menu-wrap {
  float: left;
  position: relative;
  z-index: 3;
}
.active .toogle-overlay{
  opacity: 1;
  visibility: visible;
}
.toogle-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
  transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
}
.main-menu-navigation .hs-menu-wrapper>ul{
  padding:0px;
  margin:0px;
  list-style:none;
  z-index: 110;
  position: relative;
}
.main-menu-navigation .hs-menu-wrapper>ul>li{
  float: left;
  position: relative;
  z-index: 20;
  line-height: 30px;
}
.main-menu-navigation.hs-menu-wrapper>ul>li>a:hover,.main-menu-wrap .hs-menu-wrapper>ul>li>a:focus{
  color: #6699cc;
}
@media(min-width:990px){
  .fixed .main-menu-navigation .hs-menu-wrapper>ul>li>a{
    height:59.5px;
    line-height:59.5px;
  }
}
.main-menu-navigation .hs-menu-wrapper>ul>li>a{
  height: 118px;
  line-height: 118px;
  text-transform:uppercase;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out,all.15s ease-in-out;
  display:block;
  padding: 0 13px;
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}
.main-menu-navigation .hs-menu-wrapper>ul>li:first-child>a span.menu-text{
  border:none;
}

.main-menu-navigation .hs-menu-wrapper>ul>li:nth-child(6)>a span.menu-text{
  display:none;
}
.main-menu-navigation .hs-menu-wrapper>ul>li>a span.menu-text{
  padding-left: 13px;
  margin-left: -13px;
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #dedede;
}
.main-menu-navigation .hs-menu-wrapper>ul>li:nth-child(5)>a span.menu-text:hover,.main-menu-wrap .hs-menu-wrapper>ul>li:nth-child(5)>a span.menu-text:focus{
  opacity:0.9;
}
.main-menu-navigation .hs-menu-wrapper>ul>li:nth-child(5)>a span.menu-text{
  background-color: #6699cc;
  color: #ffffff;
  border-color: #6699cc;
  text-align: center ;
  border:2px solid #6699cc;
  border-radius:2px;
  padding:9px;
  margin-left:-13px;
  white-space: nowrap;
}
.main-menu-navigation .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul{
  opacity:1;
  visibility:visible;
}
.main-menu-navigation .hs-menu-wrapper>ul>li>ul{
  display: block;
  opacity: 0;
  visibility: hidden;
  list-style:none;
  background:#fff;
  margin-left: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 208px;
  z-index: 2;
  margin:0px;
  padding: 0;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  margin-top: -1px !Important;
  transition: opacity .25s;
  -moz-transition: opacity .25s ;
  -webkit-transition: opacity .25s ;
}
.main-menu-navigation .hs-menu-wrapper>ul>li:nth-child(6){
  display:none;
  float: left;
  position: relative;
  z-index: 20;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
  cursor:pointer;
}
.main-menu-navigation .hs-menu-wrapper>ul>li>ul>li>a{
  font-size:15px;
  color: #000000;
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  line-height: 23px;
  padding: 8px 15px;
  min-height: 23px;
  max-width: none;
  font-family: 'open sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}
.main-menu-navigation .hs-menu-wrapper>ul>li>ul>li:hover > a{
  color: #6699cc;
  background-color: #f8f8f8;
}
span.hamburger {
  padding: 0 0 0 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: none;
}
span.hamburger-box {
  width: 35px;
  height: 8px;
  display: inline-block;
  position: relative;
}
.active span.hamburger-inner{
  background-color: #6699cc;
  transform:rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}
span.hamburger-inner{
  background-color: #6699cc;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  width: 100%;
  height:3px;
  position: absolute;
  transition: transform 0.15s ease;
  border-radius:3px;
  display: block;
  top: 50%;
  margin-top: -2px;
}
.active span.hamburger-inner:before{
  background-color: #6699cc;
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;
}
span.hamburger-inner:before{
  background-color: #6699cc;
  transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease;
  width: 100%;
  top:-10px;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  position: absolute;
}
.active span.hamburger-inner:after{
  background-color: #6699cc;
  bottom:0;
  transform:rotate(-90deg);
  transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
}
span.hamburger-inner:after{
  background-color: #6699cc;
  transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease;
  width: 100%;
  bottom:-10px;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  position: absolute;
}
.active .toogle-scroll{
  transform:translateX(0);
}
.toogle-scroll{
  width:350px;
  transform:translateX(350px);
  background: #ffffff;
  right: 0;
  max-width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
  transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
  overflow: auto;
  position: absolute;
  height: 100%;
  z-index:10;
}
.toogle-bg {
  opacity: 0.3;
  cursor: pointer;
  background: #000;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 700px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.toogle-overlay-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 700px;
  display: table;
  vertical-align: middle;
  text-align: center;
  z-index: 5;
}
.toogle-overlay-inner .hs-menu-wrapper>ul{
  padding:118px 0px;
  margin:0px;
  list-style:none;
  display: block;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.toogle-overlay-inner .hs-menu-wrapper>ul>li>ul{
  padding:0px;
  margin:0px;
  list-style:none;
  display: block;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.toogle-overlay-inner .hs-menu-wrapper>ul>li>ul>li>a{
  text-align:left;
  color: #6699cc;
  padding:15px 50px;
  padding-left:70px !important;
  line-height:1.3em;
  height:auto;
  display:block;
  border-bottom:1px solid #dedede;
  position:relative;
  font-family: 'josefin sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}
.toogle-overlay-inner .hs-menu-wrapper>ul>li>a:hover{
  background-color: #f8f8f8;
}
.toogle-overlay-inner .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: #f8f8f8;
}
.toogle-overlay-inner .hs-menu-wrapper>ul>li>a{
  text-align:left;
  color: #6699cc;
  padding:15px 50px;
  text-transform:uppercase;
  line-height:1.3em;
  height:auto;
  display:block;
  border-bottom:1px solid #dedede;
  position:relative;
  font-family: 'josefin sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;

}
span.avia-bullet{
  background-color: #6699cc;
  height: 1px;
  display: block;
  position: absolute;
  margin-top: 0;
  opacity: 0.3;
  border: none!important;
  width: 7px;
  left: 50px;
  top: 50%;
}
.toogle-overlay-inner .hs-menu-wrapper>ul>li:first-child >a .menu-text{
  background-color: #6699cc;
  color: #ffffff;
  border-color: #6699cc;
  border-radius:2px;
  padding:9px;
  text-align: center;
  white-space: nowrap;
  border: 2px solid #6699cc;
}
.banner-section.region-pages .banner {
  background-position: center center;
  background-attachment: inherit;
}
#header-promo {
  width: 100%;
  margin: 0;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
}
#header-promo.active {
  padding: 10px;
  grid-template-rows: 1fr;
}
#header-promo p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 989px){
  header {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 !important;
    opacity: 1;
    min-height: 0;
  }
  span.logo a img,span.logo a{
    max-height:90px;
  }
  .main-menu-navigation .hs-menu-wrapper>ul>li>a{
    height:90px;
    line-height: 90px;
  }
  .header-container {
    height: 90px;
    line-height: 90px;
  }
  .header_wrapper {
    min-height: 90px;
  }
}
@media(max-width:767px){
  .banner .banner-overlay-wrap {
    padding-top: 120px;
  }
  span.logo a{
    max-height:90px;
  }
  span.logo a img{
    height: auto !important;
    width: auto;
    padding:15px 0px;
    max-height:90px;
    max-width: 100%;
    display: block;
  }
  .main-menu-navigation .hs-menu-wrapper>ul>li>a{
    height:90px;
    line-height: 90px;
  }
  .header-container{
    padding:0px;
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
  }
  header {
    position: relative;
    width: 100%;
    float: none;
    height: 90px;
    margin: 0 !important;
    opacity: 1;
    min-height: 0;
  }
  .header_wrapper {
    min-height:90px;
  }
  a#back-to-top{
    display:none !important;
  }
  .content-wrapper,
  .dnd-section>.row-fluid {
    max-width: 85% !important ;
  }

  .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .DND_banner-row-0-padding h1,
  .banner-area .special-heading h1 {
    font-size: 50px !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }

  .DND_banner-row-0-padding form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  span.hamburger {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 0px;
    z-index: 999;
  }

  span.hamburger-box {
    width: 35px;
    height: 5px;
    display: block;
    position: relative;
    background-color: #69c;
    margin: 5px;
  }

  body.active span.hamburger-box:first-child {
    display: none;
  }

  body.active span.hamburger-box:nth-child(2) {
    transform: rotate(45deg);
    margin-top: 14px;
    transition-duration: 0.5s;
  }

  body.active span.hamburger-box:last-child {
    transform: rotate(-45deg);
    margin-top: -10px;
    transition-duration: 0.5s;
  }
}
@media only screen and (max-width: 1224px){
  .main-menu-navigation .hs-menu-wrapper>ul>li{
    display:none;
  }
  .main-menu-navigation .hs-menu-wrapper>ul>li:nth-child(6){
    display:block;
  }
  .main-menu-navigation .hs-menu-wrapper>ul>li:nth-child(6) a{
    padding-right:0px;
  }

}

@media(max-width:480px){
  .header-container {
    height: 80px;
  }
  .header_wrapper {
    min-height: 80px; 
  }
  header{
    height:80px;
  }
  .main-menu-navigation .hs-menu-wrapper>ul>li>a {
    height: 80px;
    line-height: 80px;
  }

  span.logo a img {
    max-height: 80px;
  }

  span.logo a {
    max-height: 80px;
  }

  .toogle-overlay-inner .hs-menu-wrapper>ul {
    padding-top: 80px;
  }
}
.top_footer {
  text-align: center;
  padding: 0;
  z-index: 1;
}
.footer_wrap {
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
}
.footer_color {
  border-color: #dedede;
  background-color: #eeeeee;
  color: #000000;
}
.footer__container.content-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
  clear: both;
  max-width: 95%;
}

.widget:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.widget:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
section.footer_red {
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
  clear: both;
  position: relative;
  float: none;
}
section.footer_social {
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
}
.footer_col:first-child{
  margin-left: 0;
}
.footer_col {
  margin-left: 6%;
  width: 29.333333333333332%;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
}
section.footer_apps {
  padding: 0;
  margin: 60px 0 30px 0;
  overflow: hidden;
}
section.footer_apps img {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  font: inherit;
  vertical-align: baseline;
}
section.footer_top_menu {
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
}

section.contacts {
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
}
.textwidget p {
  text-align: left;
  font-family:sans-serif !important;
  margin: 13.6px 0;
  color:#000;
}

/* bottom footer */
.footer {
  font-size: 11px;
  margin-top: -1px;
  z-index: 1;
}
.footer .footer__container{
  padding-bottom: 5px;
  padding-top: 15px;
}
.footer__container:after{
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer_copyright_image img{
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  font: inherit;
  vertical-align: baseline;
}

section.footer_top_menu ul {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}

section.footer_top_menu ul li a,
.footer-nav_widget ul>li>a {
  font-family: "open sans", HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.footer-nav_widget ul>li:first-child{
  border:0;
}
.footer-nav_widget ul>li:last-child{
  padding-right:0px;
}
.footer-nav_widget ul>li{
  float: left;
  display: block;
  padding: 0 10px;
  border-left-style: solid;
  border-left-width: 1px;
  line-height: 20px;
  border-color: #dedede;
}
.footer_copyright_image.widget {
  float: left;
  display: flex;
}
.footer-nav.widget {
  float: right;
  margin: 0;
}
a#back-to-top {
  opacity: 0.7;
  visibility: visible;
  color: #000000;
  border: 1px solid #dedede;
  background-color: #eeeeee;
  transition: all 0.3s ease-out;
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  right: 50px;
  bottom: 50px;
  z-index: 1030;
  animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
a#back-to-top:before{
  font-family: 'entypo-fontello';
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}
.footer_copyright {
  float: left;
  display:flex;
}
.footer_copyright img{
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
.footer-nav_widget {
  float: right;
  margin: 0;
}
.footer-nav_widget ul {
  margin: 5px 0px 4px 20px!important;
  list-style:none;
  padding:0px;
  display:block;
  float: left;
  width: 100%;
}
section.footer_red img {
  max-width: 100%;
}
/* no navigation */
.no-navigation .footer-nav_widget ul>li:not(:nth-child(5)) {
  display: none;
}
.no-navigation .footer-nav_widget ul>li:nth-child(5) {
  border-left-style: none;
  position: relative;
}
.no-navigation .footer__container {
  padding-bottom: 43px;
  padding-top: 15px;
}
a#back-to-top:hover {
  background-color: #eeeeee;
  color: #6699cc;
  border: 1px solid #dedede;
}

@media only screen and (max-width: 767px){
  .footer__container.content-wrapper {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .footer_col {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-nav {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    margin: 0 0 0 -15px;
  }
  section.footer_top_menu ul li a {
    font-size: 15px;
  }
  .footer-nav_widget {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    margin: 0 0 0 -9px;
  }
  .footer-nav_widget ul{
    margin: 5px 0px 4px 0px !important;
  }
}

@media(max-width:400px){
  .footer_copyright {
    display: block;
  }
  section.contacts p br {
    display: none;
  }
  section.contacts p a {
    display: block;
  }
}
.request-information-form {
  background-color: #69c; /* rgba(102,153,204, 0.2); */
  position: relative;
}

.request-information-form > .row-fluid-wrapper {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.request-information-form:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  height: 40px;
  width: 50%;
  background: #69c;
  transform: skew(0deg, 2deg);
}
.request-information-form:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  height: 40px;
  width: 50%;
  background: #69c;
  transform: skew(0deg, -2deg);
}

.request-information-form .row-fluid {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.request-information-form input[type="submit"] {
  float: right;
  margin: 8px !important;
}

.styled-number {
  border: 2px solid #6699cc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: bolder;
  margin-right: 6px;
  vertical-align: text-top;
  background-color: #6699cc;
  color: #ffffff;
  text-align: center;
  line-height: 19px;
}

.form-buttons button {
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #69c;
  height: 40px;
  width: 40px;
  color: #fff;
  cursor: pointer;
  margin: 0 4px;
  padding: 0;
  min-width: 40px !important;
}

.form-buttons button.active,
.form-buttons button:hover {
  background-color: #069;
}

.hs-form .hs-richtext,
.hs-form .hs-richtext h2,
.hs-form .hs-richtext h3 {
  font-family: Assistant;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  margin: 16px 0;
  text-align: left;
}

form.hs-form input[type="text"],
form.hs-form input[type="email"],
form.hs-form input[type="password"],
form.hs-form input[type="tel"],
form.hs-form input[type="number"],
form.hs-form input[type="file"],
form.hs-form select,
form.hs-form textarea {
  font-family: Assistant, sans-serif;
}

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-form .field {
  text-align: left;
}

.hs-form legend.hs-field-desc {
  font-family: Assistant, sans-serif;
  color: #7c98b6;
  font-size: 12px;
  margin-bottom: 6px;
}

.error-message,
.loading-container {
  text-align: center;
}

.error-message p {
  font-size: 20px;
}

.hide {
  display: none;
}

.loading-animation {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading-animation div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #6699cc;
  border-radius: 50%;
  animation: loading-animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6699cc transparent transparent transparent;
}

.loading-animation div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading-animation div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading-animation div:nth-child(3) {
  animation-delay: -0.15s;
}

ul.inline-list li {
  display: inline-block;
  margin: 12px;
}

ul.inline-list li::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  background-color: #bdbdbd;
}

.hs-blog-post .author-image .author-image-container-inner {
  border-radius: 50%;
  border: 1px solid transparent;
  overflow: hidden;
}

.styled-box-rounded {
  border: 2px solid #69c;
  border-radius: 12px;
}

@keyframes loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  .ul-style {
    text-align: center !important;
  }
  .styled-number {
    display: none;
  }
}

.DND_banner-row-0-background-image .hbspt-form .hs-richtext p {
  color: #FFFFFF;
}