







*,
*:before,
*:after {
  box-sizing: border-box;
}

.disable-focus-styles :focus {
  outline: none;
}
/*! 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: 5px;
    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: 5px;
        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: 5px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

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

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


.content-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

/* General  */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 25px;
    overflow: visible;
}

.flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .mobile-col {
        flex-direction: column;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display:none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width: 576px) {
    .float-sm-left {
        float:left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .float-md-left {
        float:left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width: 992px) {
    .float-lg-left {
        float:left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width: 1200px) {
    .float-xl-left {
        float:left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,.my-0 {
    margin-top: 0 !important
}

.mr-0,.mx-0 {
    margin-right: 0 !important
}

.mb-0,.my-0 {
    margin-bottom: 0 !important
}

.ml-0,.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,.my-1 {
    margin-top: .25rem !important
}

.mr-1,.mx-1 {
    margin-right: .25rem !important
}

.mb-1,.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,.my-2 {
    margin-top: .5rem !important
}

.mr-2,.mx-2 {
    margin-right: .5rem !important
}

.mb-2,.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,.my-3 {
    margin-top: 1rem !important
}

.mr-3,.mx-3 {
    margin-right: 1rem !important
}

.mb-3,.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,.my-5 {
    margin-top: 3rem !important
}

.mr-5,.mx-5 {
    margin-right: 3rem !important
}

.mb-5,.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,.py-0 {
    padding-top: 0 !important
}

.pr-0,.px-0 {
    padding-right: 0 !important
}

.pb-0,.py-0 {
    padding-bottom: 0 !important
}

.pl-0,.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,.py-1 {
    padding-top: .25rem !important
}

.pr-1,.px-1 {
    padding-right: .25rem !important
}

.pb-1,.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,.py-2 {
    padding-top: .5rem !important
}

.pr-2,.px-2 {
    padding-right: .5rem !important
}

.pb-2,.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,.py-3 {
    padding-top: 1rem !important
}

.pr-3,.px-3 {
    padding-right: 1rem !important
}

.pb-3,.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,.py-5 {
    padding-top: 3rem !important
}

.pr-5,.px-5 {
    padding-right: 3rem !important
}

.pb-5,.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,.my-auto {
    margin-top: auto !important
}

.mr-auto,.mx-auto {
    margin-right: auto !important
}

.mb-auto,.my-auto {
    margin-bottom: auto !important
}

.ml-auto,.mx-auto {
    margin-left: auto !important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0 !important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0 !important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0 !important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin:0 !important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align:left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align:left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align:left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align:left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}






html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #3D3E40;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  color: #19CCA3;
  text-decoration: none;
  transition: color 0.1s ease-in;
}

a:hover, a:focus {
  color: #23EDC0;
  text-decoration: underline;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1 {
  color: #0D2547;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

h2 {
  color: #0D2547;
  
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h3 {
  color: #0D2547;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h4 {
  color: #0D2547;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-decoration: none;
  text-transform: none;
}

h5 {
  color: #0D2547;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h6 {
  color: #0D2547;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

/* Lists */

ul {
  list-style-type: disc;
}

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
  margin: 0.5rem;
}

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

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

/* Blockquote */

blockquote {
  border-left: 7px solid #19CCA3;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-left: 15px;
}

/* Horizontal Rules */

hr {
  background-color: #d0d0d0;
  border: none;
  height: 1px;
}

code {
  vertical-align: bottom;
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Primary Button */

button,
.button {
  -webkit-box-align: center;
  align-items: center;
  background-color: #19CCA3;
  border: 1px solid #19CCA3; 
  border-radius: 32px;
  color: #FFF;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  fill: #FFF;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  margin: 0 0 20px;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
  pointer-events: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  background-color: #27EDC0;
  border-color: #27EDC0;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #21d4ab;
  border-color: #21d4ab;
}

/* Secondary Button */

.button.button--secondary {
  background-color: transparent;
  border: 2px solid #19CCA3;
  color: #19CCA3;
  fill: #19CCA3;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: transparent;
  border: 2px solid #27EDC0; 
  color: #27EDC0;
  fill: #27EDC0;
}

.button.button--secondary:disabled {
  background-color: transparent;
  border-color: #D0D0D0;
  color: #E6E6E6;
  pointer-events: none;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none; 
  border-radius: 0;
  color: #19CCA3;
  font-size: 1rem;
  font-style: normal;
  fill: #19CCA3;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; 
}

.button.button--simple:after {
  background-color: #19CCA3;
  bottom: -6px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: transparent;
  border: none; 
  color: #27EDC0;
}

.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}

.button.button--simple.button--small,
.button.button--simple.button--large {
  padding: 0;
}

.button.button--simple:disabled {
  background-color: transparent;
  color: #E6E6E6;
  pointer-events: none;
}

.button.button--simple:disabled:after {
  background-color: #D0D0D0;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 10px 50px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 10px 50px;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}


  /* Base */
  .cta-form {
    display: block;
    width: 100%;
  }

  .hs-form-field {
    position: relative;
    margin-bottom: 20px;
  }

  form fieldset > .hs-form-field {
    margin: 0.625rem 0;
  }

  /* Form Title */
  .form-title {
    display: block;
    background-color: #0D2547;
    font-family: "Muli", "sans-serif";
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
    padding: 24px;
    text-align: center;
  }

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

  /* Labels */
  .hs-form-field > label {
    color: #0D2547;
    font-size: 1rem;
    border-radius: 10px;
  }

  form div.in-focus > label {
    color: #3D3E40;
    padding: 0;
  }

  form div.in-focus.hs-fieldtype-radio > label,
  form div.in-focus.hs-fieldtype-checkbox > label {
    padding: 0;
  }

  label.hs-form-radio-display,
  label.hs-form-checkbox-display {
    font-family: "Muli", "sans-serif";
    font-size: 0.875rem;
  }

  .hs-fieldtype-radio label,
  .hs-fieldtype-checkbox label {
    position: static;
    color: #3D3E40;
  }

  /* Help Text - Legends */

  .hs-form-field legend {
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    color: #3D3E40;
  }

  /* Inputs */

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
    border: none;
    padding: 15px 20px;
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 1rem;
    color: #3D3E40;
    border-radius: 4px;
    background-color: #E9EFF5;
    margin-top: 8px;
    width: 100% !important;
    box-sizing: border-box;
  }

  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=file]:focus,
  select:focus,
  textarea:focus {
    outline: -webkit-focus-ring-color auto 5px;
  }

  form .in-focus select {
    color: #CBD1D6;
  }

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

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

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

  input::placeholder {
    color: #CBD1D6;
  }

  /* Inputs - Checkbox/Radio */

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

  form ul.inputs-list li {
    margin: 0.3125rem 0.3125rem;
  }

  form ul.inputs-list li input {
  }

  form ul.inputs-list li input + span {
    position: relative;
  }

  form ul.inputs-list li input + span:before {
  }

  form ul.inputs-list li input[type=radio] + span:before {
  }

  form ul.inputs-list li input + span:after {
  }

  form ul.inputs-list li input[type=radio] + span:after {
  }

  form ul.inputs-list li input + span:hover:after {
  }

  form ul.inputs-list li input:checked + span:after {
  }

  form .input ul.invalid.error > li input + span:before {
  }
[type='checkbox'], [type='radio'] {
    margin-right: 5px;
    vertical-align: middle;
}
  /* Inputs - Select */

  .hs-fieldtype-select .input {
    position: relative;
  }

  .hs-fieldtype-select .input:after {
  }

  /* Inputs - Datepicker */

  .hs-datepicker button.pika-button.pika-day {
    background: transparent !important;
  }

  .hs-datepicker button.pika-button:hover {
    background-color: #2355B2 !important;
  }

  .hs-datepicker .is-selected button.pika-button {
    background-color: #053794 !important;
    box-shadow: none !important;
  }

  .hs-datepicker .is-selected.is-today button.pika-button {
    color: white;
  }

  .hs-datepicker .is-today button.pika-button {
    color: #053794;
  }

  /* Inputs - File Picker */

  .hs-fieldtype-file input[type=file] {
    line-height: 1;
  }

  /* Headings & Text */

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

  form .header {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }

  /* GDPR */

  .legal-consent-container .hs-form-booleancheckbox-display > span {
    font-size: 0.875rem;
    margin-left: 15px !important;
  }

  /* Validation */

  .hs-form-field.has-error > label,
  .hs-form-field.has-error:before {
    top: 33%;
  }

  .hs-form-field.hs-fieldtype-textarea.has-error > label {
    top: 30px;
  }

  .hs-input.invalid.error {
    border: 1px solid #FF7A6E;
  }

  .hs-error-msgs li,
  .hs-error-msgs li label {
    color: #FF7A6E !important;
    font-size: .875rem;
  }

  .hs-error-msgs li a {
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
  }

  /* Submit */

  form input[type=submit] {
    background-color: #19CCA3;
    border: 1px solid #19CCA3;
    border-radius: 32px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 50px;
    text-align: center;
    font-family: "Muli", "sans-serif";
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    width: 100%;
    max-width: 500px;
    white-space: normal;
    line-height: 1.5;
    margin: 0.625rem 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus {
    background-color: #00a47b;
    border-color: #00a47b;
  }

  form input[type=submit]:active {
    background-color: #2de0b7;
  }

/* Inline Thank You Message */

.submitted-message {
  background-color: #FFFFFF;
  border: 1px solid #cbe8f8;
  border-radius: 4px;
  padding: 45px 45px;
}

.dj-blog-header.container {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'DIN Next';
    font-weight: bold;
}
div#hs_cos_wrapper_blog_comments {
    max-width: 800px;
    margin: 20px auto;
}
div#hs_cos_wrapper_blog_comments .hs-form-field > label {
    font-weight: bold;
}
div#hs_cos_wrapper_blog_comments form input[type=submit], 
div#hs_cos_wrapper_blog_comments form .hs-button {
    width: auto;
    max-width: 100%;
    display: block;
}


  table {
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
    border-spacing: 0;
  }
  
  th,
  td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #E9EFF5;
    text-align: center;
  }

  tr:nth-child(odd) {
    background-color: rgba(#E9EFF5, .35);
  }

  thead th,
  thead td {
    color: #FFFFFF;
    background-color: #0D2547;
    border: none;
    border-bottom-width: 2px;
  }

  thead th {
    vertical-align: bottom;
    border-bottom: none;
  }

  tbody + tbody {
    border-top: none;
  }
/*==============================================================
banner Style start
==============================================================*/
.banner-wrap{
  height: auto;
  position: relative;
  overflow: hidden;
}
.shape{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.shape svg{
  width: 100%;
}
.banner-slider{
  height: 100%;
}
.banner-slider > .banner-slide{
  display: none;
}
.banner-slider > .banner-slide:first-child{
  display: block;
}
.banner-slide{
  position: relative;
  height: 550px;
  padding-bottom: 0px;
  display:-webkit-flex !important;
  display:flex !important;
  -webkit-align-items:center;
  align-items:center; 
}
.banner-wrap {
}  
.hero-content .cta-btn a.slider-btn {
  min-width: auto;
}
.banner-slide.center .hero-content h2 { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner-slide.center .hero-content .cta-btn { 
  display: flex;
  justify-content: center;
}
.hero-content .cta-btn { 
  display: flex;  
}
.banner-slide.right  .hero-content .cta-btn {  
  justify-content: flex-end;
}
.banner-slide.right .hero-content h3 {
  text-align: right;
}
.banner-slide.right .hero-content h2 {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  margin-left: auto;
}
.banner-slide.right .hero-content h3 {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  margin-left: auto;
}
.banner-slide.center .hero-content h3 { 
  text-align: center;
}
.banner-slider .slick-arrow{
  position: absolute;
  right: 25px;
  bottom: 0px;
  background: #fff !important;  
  border: 0;
  width: 50px;
  height: 50px;
  z-index: 12;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.12);
  top: auto;
  left: auto;
  margin-bottom: 0;
  padding-left: 6px; 
}
.banner-slider .slick-arrow:before{
  font-family: "FontAwesome";
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: rgba(0,33,71,1);
}
.banner-slider .slick-arrow.slick-prev{
  right: 95px;
}
.banner-slider .slick-arrow.slick-prev:before{
  content: "\f060";
}
.banner-slider .slick-arrow.slick-next{
  right: 25px;
}
.banner-slider .slick-arrow.slick-next:before{
  content: "\f061";
}
.hero-image{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.banner-wrap .container{
  position: relative;
  z-index: 12;
}
.hero-overlay{
  background: #081c2d;
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%;
  opacity: .5;
}
.hero-content{	
  color: #ffffff;
}
.hero-content p{
  font-size: 20px;
  line-height: 32px;
  max-width: 600px;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.010em;
  font-weight:400;
  margin-bottom: 0;
}
.banner-slide.right .hero-content p {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
.banner-slide.center .hero-content p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.blog-detail-banner .hero-content{
  max-width: 900px;
}
.blog-detail-banner .hero-content h2{
  font-size: 40px;
}
/* .hero-content h3{
font-size: 16px;
color: rgba(255,255,255,.6);
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
font-weight: 500;
margin-top: 0;
margin-bottom: 12px;
margin-left: 6px;
} */
.hero-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700 !important;
}
.hero-content h2{
  font-size: 40px;
  line-height: 1.333;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 700  !important;
  max-width: 760px;
}
.hero-content .cta-btn{ 
  padding-top: 30px;
}
a.slider-btn:after {
  right: 15px !important; 
}
.hero-content .cta-btn .cta-link.cta-outline-white:hover{
  background: #ffffff;
  color: rgba(0,33,71,1);
}

.banner-slide .container {
  width: 100%;
}


@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@media (max-width: 767px){

}
.navigation-primary {
  display: inline-block;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
  display: block;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

.submenu.level-2 {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
}

.submenu.level-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before {
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 30px;
  left: auto;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  background-color: #FFF;
  display: block;
  padding: 10px 20px;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {}

.submenu.level-3 .menu-item .menu-link {}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu:focus .submenu.level-2 {
  left: 0;
  opacity: 1;
}
body .submenu.level-2 > li:hover .submenu.level-3, 
body .submenu.level-2 > li.focus .submenu.level-3 {
  left: 100%;
  right: auto;
}
/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

.header__navigation ul.submenu {
  width: auto !important;
}
.active{
  background-color: unset;
}

.header__navigation .submenu.level-3 .menu-item .menu-link {
  padding-left: 0.7rem;
}

@media (min-width: 768px) and (max-width: 1150px) {

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0;
    top: 40px;
  }

  .submenu.level-2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
    width: 20px;
  }

  .submenu.level-2 > li:first-child:before {
    content: none;
    transition: none;
  }

  .submenu.level-2 > li:first-child:hover:before,
  .submenu.level-2 > li:first-child.focus:before {
    transition: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }

  .submenu.level-2 .menu-item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus {
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 30px;
  }
}
/*----- Step Form*-------*/
.vg_multi_step_form .hs-input[type=checkbox], 
.vg_multi_step_form .hs-input[type=radio] {
  width: auto !important;
  display: inline-block;
}
.vg_multi_step_form a.previous.hs-button {
  margin-right: 10px;
  float: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.vg_multi_step_form {
  padding: 1px 15px;
  position: relative;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none !important;
  /* border-radius: 4px 4px 4px 4px; */
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.vg_form_container form {}
.vg_multi_step_form h3.vg_multi_title {
  text-align: center;
  font-size: 2em;
  margin: 0 -15px;
  padding: 15px;
  font-family: inherit;
  margin-bottom: 15px;
}
.vg_multi_step_form h3.form-title {
  margin: 0;
  display: none;
}
.vg_multi_step_form form fieldset {
}
.vg_multi_step_form form fieldset label[for*="name"] {
}
.vg_btn_wrapper.vg-hide ~ fieldset {
}
.vg_multi_step_form form fieldset label[for*="mail"] {
}
.vg_multi_step_form form fieldset label[for*="phone"] {
}
.vg_multi_step_form form fieldset label[for*="nation"] {
}
.vg_multi_step_form form fieldset > .hs-richtext > p {
  margin: 0;
}
.vg_multi_step_form .hs-fieldtype-intl-phone.hs-input .hs-input {
}
.vg_multi_step_form form fieldset.break_sec {
  display: none;
}
.vg_multi_step_form form fieldset.vg-show ,
.vg_btn_wrapper.vg-show ,
.vg_btn_wrapper.vg-show + noscript + .hs_submit.hs-submit,
.vg_btn_wrapper.vg-show + .hs_submit{
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.vg_multi_step_form form fieldset.vg-hide ,
.vg_btn_wrapper.vg-hide ,
.vg_btn_wrapper.vg-hide + noscript + .hs_submit.hs-submit,
.vg_btn_wrapper.vg-hide + .hs_submit{
  pointer-events: none;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.vg_multi_step_form .tooltip-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.vg_multi_step_form a.next.hs-button svg.svg-inline--fa {
  width: 10px;
  float: right;
  margin-left: 5px;
}

.vg_multi_step_form a.previous.hs-button svg.svg-inline--fa {
  width: 10px;
  float: left;
  margin-right: 5px;
}
.vg_multi_step_form form fieldset > h4 {
  display: none;
}
body .vg_multi_step_form form {
  position: relative;
  padding: 20px 30px 50px;
}
body .vg_btn_wrapper.vg-show {
}
.vg_multi_step_form .vg_btn_wrapper.vg-hide ~ fieldset label[id*="label"] {
  /*color: #000;
  font-weight: 100;
  font-size: 22px;*/
}
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  max-width: 950px;
}
form ul.inputs-list li input + span:before {
  top: 50%;
  display: none;
}
form ul.inputs-list li input + span:after {
  top: 50%;
}
.vg_multi_step_form form ul.inputs-list li input {
    left: auto;
  position: static;
}
.vg_multi_step_form form fieldset ul.inputs-list>li>label.hs-form-radio-display span, 
.vg_multi_step_form form fieldset ul.inputs-list>li>label.hs-form-checkbox-display span {

}
.vg_multi_step_form form fieldset h6 {
  color: #ccc;
  font-size: 12px;
  opacity: 0.7;
}
.vg_multi_step_form form fieldset {
  max-width: 750px;
}
.vg_btn_wrapper.vg-hide ~ fieldset ul.no-list.hs-error-msgs.inputs-list {}

.vg_btn_wrapper.vg-hide ~ fieldset ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {

}
.vg_multi_step_form .step-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.vg_multi_step_form .step-wrapper:after {
  content: "";
  display: block;
  width: 99%;
  position: absolute;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.vg_multi_step_form .step-wrapper .step-list {
  position: relative;
  z-index: 1;
  font-family: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 2px solid;
  padding: 10px 20px;
}
.vg_multi_step_form .step-wrapper .step-list.done {
  border-bottom-color: #6390c6;
  color: #6390c6;
  text-decoration: line-through;
}

.vg_multi_step_form .step-wrapper .step-list.active {
  color: #c25700;
  text-decoration: overline;
}
.vg_multi_step_form .hs-richtext h4 {
  display: none;
  margin: 0;
}

.vg-popup {
}
.vg_form_container .hs-form-required {
  color: inherit;
  margin-left: 5px;
  margin-right: 5px;
}
.vg_multi_step_form .hs-form-field > label {
}
.vg_multi_step_form .hs-form-field {
  margin-bottom: 15px;
}
.vg_multi_step_form .step-wrapper .step-list.list3.done .title{
  font-weight: bold;
}
.vg_multi_step_form ul.inputs-list.multi-container {
}
ul.hs-error-msgs.inputs-list {
  padding: 0 !important;
  margin: 0;
  list-style: none !important;
}
.vg-popup p {
  margin: 0px;
  font-size: inherit;
  color: inherit;
  list-style: none !important;
  font-weight: inherit;
  display:none;
}
.vg-popup.active p{
  display:block;
}

.vg_multi_step_form ul.hs-error-msgs.inputs-list {
}
.vg_multi_step_form ul.hs-error-msgs.inputs-list label.hs-error-msg {
  margin: 0;
}
.vg_multi_step_form input.hs-button.primary.large {}
.vg_multi_step_form .hs_error_rollup {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  bottom: 0;
}
.vg_multi_step_form .submitted-message {
  text-align: center;
  padding: 15px;
  color: inherit;
  max-width: 600px;
  margin: auto;
}
.vg-thank {
  text-align: center;
  display:none;
}
.vg-thank.active{
  display:block;
}
.vg-thank svg{
  margin-right: auto;
  margin-left: auto !important;
}

.vg-thank img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
.vg_multi_step_form .hs-form-field .hs-input[type="radio"], 
.vg_multi_step_form .hs-form-field .hs-input[type="checkbox"] {
  display: inline-block;
  width: auto !important;
  margin-right: 5px;
  margin: 0 5px;
  position: relative;
  top: 3px;
}
.vg_multi_step_form form fieldset ul.inputs-list > li > label {
  font-size: inherit;
  line-height: 1.2;
  color: inherit;
}
.vg_multi_step_form .step-wrapper .step-list > span + span {
  display: none;
}
/*--*/
.vg_btn_wrapper.vg-show  {
  border-top: 1px solid #e87d1c;
  padding-top: 20px;
  margin-top: 20px !important;
  color: #9d323d;
}
@media(max-width: 768px){
  .vg_btn_wrapper.vg-show + noscript + .hs_submit.hs-submit, 
  .vg_btn_wrapper.vg-show + .hs_submit.hs-submit {
    float: right;
    position: absolute;
    right: 0;
    bottom: 38px;
  }
}
.vg_multi_step_form:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.vg_multi_step_form > * {
  z-index: 9;
  position: relative;
}
.vg_form_container {}

.vg_form_container h2 {
  color: #bbb;
  font-weight: 100;
  text-align: initial;
}
.vg_multi_step_form form fieldset label {
  text-align: inherit;
  color: #000;
  font-weight: 600;
}
.vg_multi_step_form .hs-form-field .hs-input {
  max-width: 100% !important;
  width: 100% !important;
}
.vg_multi_step_form a.next.hs-button {
  float: right;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
html[lang="ar"] .tfoco-your-wealth-goals-box.dj-white-wealth-goals-box {
  font-size: 16px;
  line-height: 1.3;
}

html[lang="ar"] .tfoco-your-wealth-goals-box.dj-white-wealth-goals-box h4.tfoco-your-wealth-goals-box-title {
  font-size: inherit;
  line-height: inherit;
}
.vg_multi_step_form form fieldset h6 {
  margin-top: 20px;
}

ol.breadcrumb {
  padding: 0;
  display: flex;
  margin-bottom: 20px;
  list-style: none;
}

ol.breadcrumb li {
  flex: 0 0 auto;
  padding-right: 10px;
  position: relative;
}

ol.breadcrumb li:after {
  content: "/";
}

ol.breadcrumb li:last-child a {
  font-weight: 700;
}

ol.breadcrumb li:last-child:after {
  content: "";
}
.vg_multi_step_form form fieldset ul.inputs-list>li>label .hs-input[type="radio"] {
    position: static;
    left: auto;
}
form ul.inputs-list li input[type=radio] + span:after {  
  display: none;
  
}

@media (min-width: 768px) and (max-width:992px){
  .vg_multi_step_form .step-wrapper .step-list {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width:767px){
  .vg_multi_step_form .step-wrapper .step-list > span:first-child {
  }
  .vg_multi_step_form .step-wrapper .step-list > span + span {
    /*display: block;*/
  }
  .vg_multi_step_form .step-wrapper .step-list .title {
    /*display: none;*/
  }

  .vg_multi_step_form .step-wrapper .step-list:after {
  }
  .vg_multi_step_form form fieldset .input[data-reactid*="what_s_your_typical_deal_ticket_size_"] ul.inputs-list>li>label.hs-form-radio-display span {
    display: inline-block;
  }
  body .vg_multi_step_form form fieldset ul.inputs-list>li>label.hs-form-radio-display span, 
  body .vg_multi_step_form form fieldset ul.inputs-list>li>label.hs-form-checkbox-display span {
    padding: 10px 10px;
  }

  body .vg_multi_step_form .hs-input.hs-fieldtype-intl-phone input.hs-input {
    width: calc(100% - 110px) !important;
  }
  body .vg_multi_step_form .hs-input.hs-fieldtype-intl-phone select.hs-input {
    max-width: 100px !important;
  }
  .vg_multi_step_form ul.hs-error-msgs.inputs-list {
    position: static;
    bottom: 0;
    margin-bottom: 10px;
  }
  fieldset.form-columns-1.vg-show[data-reactid=".hbspt-forms-0.1:$2"] {}

  fieldset.form-columns-1.vg-show[data-reactid=".hbspt-forms-0.1:$2"] ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -7px;
    right: 10px;
  }

  fieldset.form-columns-1.vg-show[data-reactid=".hbspt-forms-0.1:$2"] {
    padding-bottom: 7px;
    margin-bottom: 6px;
  }
}

@media (max-width:480px){
  .vg_multi_step_form .step-wrapper .step-list {
    padding: 5px 10px;
  }
  .vg_multi_step_form .step-wrapper .step-list .title {
    font-size: 14px;
  }
  .vg_multi_step_form a.hs-button { }

  .vg_multi_step_form .tooltip-form .dj_form_text {
    max-width: 300px;
  }

  .vg_multi_step_form .tooltip-form .dj_form_text h3 {
    font-size: 6vw;
  }
  .vg_form_container h2 {
    font-size: 7vw;
  }
  .vg_multi_step_form form fieldset ul.inputs-list > li > label.hs-form-radio-display span {
    padding: 5px 8px;
    font-size: 12px;
  }
  .vg_multi_step_form .step-wrapper {
    display: block;
  }

  body .vg_multi_step_form .step-wrapper .step-list {
    text-align: center;
  }
  body .vg_multi_step_form .step-wrapper .step-list.list1 {
    text-align: center;
  }
  body .vg_multi_step_form .step-wrapper .step-list.list3 {
    text-align: center;
  }
  .vg_multi_step_form form fieldset > h2 {
    display: none;
  }
  .vg_multi_step_form h3.vg_multi_title {
    padding: 0;
    margin: 0;
  }
}
.vg_multi_step_form .tooltip-form .dj_form_text span.hs_cos_wrapper_type_icon {
  position: absolute;
  width: 20px;
  top: 5px;
  right: 5px;
  z-index: 99;
  cursor: pointer;
}

.vg_multi_step_form .tooltip-form .dj_form_text span.hs_cos_wrapper_type_icon svg {
  fill: rgba(185, 152, 85, 1.0 );
}


.vg_multi_step_form form fieldset ul.inputs-list>li>label {
  position: relative;
}

.vg_multi_step_form form fieldset ul.inputs-list>li>label .hs-input[type="radio"] {
 
}

input:checked {
}

.inputs-list>li {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
}

.vg_multi_step_form form fieldset ul.inputs-list>li>label.hs-form-radio-display span, 
.vg_multi_step_form form fieldset ul.inputs-list>li>label.hs-form-checkbox-display span {
  
}

.vg_multi_step_form form fieldset ul.inputs-list>li>label.hs-form-radio-display.
.vg_multi_step_form form fieldset ul.inputs-list>li>label.hs-form-checkbox-display{
  display: block;
}

.vg_multi_step_form form fieldset ul.inputs-list>li>label .hs-input[type="radio"]:checked {
}

.vg_multi_step_form form fieldset ul.inputs-list>li>label .hs-input[type="radio"]:checked + span,
.vg_multi_step_form form fieldset ul.inputs-list>li>label .hs-input[type="checkbox"]:checked + span{
  border-color: #c25700;
}
.vg_multi_step_form form fieldset.form-columns-2 {
  max-width: 100%;
}

.vg_multi_step_form form fieldset .hs-fieldtype-radio.field.hs-form-field label,
.vg_multi_step_form form fieldset .hs-fieldtype-checkbox.field.hs-form-field label{

}
.vg_multi_step_form .step-wrapper .step-list span:first-of-type {
  display: none;
}

.vg_btn_wrapper.vg-show, .vg_btn_wrapper.vg-show+noscript+.hs_submit.hs-submit {
  text-align: center;
  margin: auto;
  width: auto;
  /* display: block; */
}
.vg_multi_step_form .step-wrapper .step-list.list3~.step-list {
  /*display: none;*/
}

.vg_multi_step_form form fieldset.form-columns-2 {
}

.vg_multi_step_form form fieldset.form-columns-2 label {
}
.vg_multi_step_form .step-wrapper .step-list:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #282a32;
  /* transform: translateY(-50%); */
  z-index: -7;
  left: 100%;
}

.vg_multi_step_form .step-wrapper .step-list {
  background-color: #282a32;
  z-index: 9;
}
.vg_multi_step_form .step-wrapper .step-list {
  border: 0;
}

.vg_multi_step_form .step-wrapper .step-list.done {
  /*border-bottom-color: #c25700;*/
}
.vg_multi_step_form .step-wrapper .step-list.done:after {
  /*background-color: #c25700;*/
}

.vg_multi_step_form .tooltip-form blockquote {
  border-left: 0;
  padding: 0;
  display: none;
}
.vg_multi_step_form span.dj_view_info {
  color: #c25700;
  cursor: pointer;
}

.vg_multi_step_form span.dj_view_info blockquote {
  display: none !important;
}

.vg_multi_step_form .tooltip-form .dj_form_text {
  display: none;
  text-align: initial;
}
.vg_multi_step_form .tooltip-form .dj_form_text ul {
  list-style: square;
  line-height: inherit;
}
.vg_multi_step_form .tooltip-form .dj_form_text ul li {
  margin-bottom: 10px;
}
.vg_multi_step_form span.dj_view_info svg.svg-inline--fa.fa-info-circle {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.vg_multi_step_form .tooltip-form:hover .dj_form_text {
  display: block;
}

.vg_multi_step_form .tooltip-form:hover blockquote {
  display: block;
}
.vg_multi_step_form .step-wrapper .step-list.list3.done .title {
  color: #c25700;
}
.vg_multi_step_form .step-wrapper .step-list.active {
  border-bottom-color: #c25700;
}
.vg_multi_step_form .step-wrapper .step-list.active .title {
  color: #c25700;
  font-weight: 700;
}

.vg_multi_step_form span.dj_view_info {
  color: #c25700;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.vg_multi_step_form form fieldset.form-columns-3 {
  max-width: 100%;
  text-align: left;
}

.vg_multi_step_form form fieldset.form-columns-3 label {
  text-align: inherit;
}
.vg_multi_step_form .step-wrapper .step-list {
  flex: 1;
}
.vg_multi_step_form form fieldset ul.inputs-list>li>label .hs-input[type="checkbox"] + span{
color: inherit;
  padding-left: 3px;
}

.vg_multi_step_form form fieldset ul.inputs-list > li>label .hs-input[type="radio"]:checked + span {
  
  font-weight: bold;
}
.vg_multi_step_form fieldset.form-columns-1 .hs-input[type="checkbox"] {
  
}
.vg_multi_step_form fieldset label.hs-form-booleancheckbox-display {
  color: #ffffff;
  padding: 6px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: space-around;
}
.vg_multi_step_form .hs_general_email_opt_in.hs-general_email_opt_in.hs-fieldtype-checkbox.field.hs-form-field {
  margin-top: 0;
}

.vg_multi_step_form .hs_general_email_opt_in.hs-general_email_opt_in.hs-fieldtype-checkbox.field.hs-form-field span {
  background: none !important;
  color: inherit;
  text-align: left;
}

.vg_multi_step_form .hs_general_email_opt_in.hs-general_email_opt_in.hs-fieldtype-checkbox.field.hs-form-field li.hs-form-checkbox {
  margin: 0;
}

.vg_multi_step_form fieldset.form-columns-1 textarea.hs-input {
  margin-bottom: 0;
}
.vg_multi_step_form input.hs-button.primary.large {
  margin: 0;
  float: right;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1;
}

.vg_multi_step_form form fieldset ul.inputs-list > li > label.hs-form-booleancheckbox-display .hs-input[type="checkbox"]:checked + span{}

.vg_multi_step_form fieldset.form-columns-1 .hs-input[type="checkbox"] + span::before,
.vg_multi_step_form fieldset.form-columns-1 .hs-input[type="checkbox"] + span::after {
  display: none;
}

.vg_multi_step_form ul.inputs-list.multi-container[role="checkbox"] {

}
body .vg_btn_wrapper.vg-hide ~ fieldset label{
  margin-bottom: 0;
}
.vg_multi_step_form ul.inputs-list.multi-container[role="checkbox"] li.hs-form-checkbox {
  display: inline-block;
  width: auto;
  margin: 5px;
  vertical-align: middle;
}
@media(max-width: 767px){
  .vg_multi_step_form .step-wrapper .step-list:after{
    display: none;
  }
  .vg_btn_wrapper.vg-hide ~ fieldset {
  }
  .vg_multi_step_form .tooltip-form {
    margin: auto;
  }

  .vg_multi_step_form ul.inputs-list.multi-container {
  }
  .vg_multi_step_form form fieldset h6 {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .vg_multi_step_form ul.inputs-list.multi-container[role="checkbox"] li.hs-form-checkbox {
    margin-top: 0;
    margin-bottom: 0;
  }

}
.vg_multi_step_form .hs-form h5 {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  float: none;
  width: auto;
  line-height: 1.2;
  padding-top: 0;
}
.vg_multi_step_form .tooltip-form {
  display: inline-block;
}
.dj_form_text svg.svg-inline--fa.fa-info-circle {
  width: 20px;
  float: left;
  vertical-align: middle;
  margin: -3px 5px 3px 0;
}
.vg_multi_step_form .tooltip-form .hs-field-desc {
  visibility: hidden;
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 7px 10px;
  line-height: 1.5;
  position: absolute;
  display: inline-block;
  z-index: 1;
  /* top: 125%; */
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dj_form_text {
  color: #999;
  display: inline-block;
}
.vg_multi_step_form .tooltip-form .dj_form_text {
  height: 200px;
  overflow: auto;
  position: absolute;
  width: 500px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 99999;
  background: #111;
  padding: 20px 20px;
}

.vg_multi_step_form .tooltip-form {
  position: relative;
}
.vg_multi_step_form .tooltip-form:hover .hs-field-desc {
  visibility: visible;
}
.vg_multi_step_form fieldset.form-columns-1 .hs-input {
  margin-bottom: 20px;
}

.vg_multi_step_form .step-wrapper .step-list.list1 {
  /*text-align: initial;*/
}

.vg_multi_step_form .step-wrapper .step-list .title {
  white-space: nowrap;
  font-size: 14px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.vg_multi_step_form.dj_trans_step_form {
}

body .vg_multi_step_form.dj_trans_step_form form {
  padding: 0;
  background: none;
  border: 0;
}

body .vg_multi_step_form.dj_trans_step_form form .vg_btn_wrapper.vg-show {
  border: 0;
  padding: 0;
  margin: 0 !important;
}

body .vg_multi_step_form.dj_trans_step_form form a.hs-button {
  padding: 7px 20px;
  line-height: 1.2;
}

body .vg_multi_step_form.dj_trans_step_form form a.hs-button svg.svg-inline--fa {
  width: 5px;
}

body .vg_multi_step_form.dj_trans_step_form .hs_cos_wrapper_type_form .hs-form-field {
    margin-top: 0;
}
body .vg_multi_step_form.dj_trans_step_form .hs-form-field > label {
    color: #fff;
}
body .vg_multi_step_form.dj_trans_step_form form fieldset ul.inputs-list>li>label .hs-input[type="radio"] {
    position: static;
    left: auto;
}

body .vg_multi_step_form.dj_trans_step_form fieldset ul.inputs-list>li>label.hs-form-radio-display span, 
body .vg_multi_step_form.dj_trans_step_form fieldset ul.inputs-list>li>label.hs-form-checkbox-display span {
    padding-left: 0;
    color: #fff;
    font-family: inherit;
}

.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;padding:0}.slick-list:focus{outline:0}.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;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}




.header {
  background-color: #2355b2;
}
.scrl_logo {
  display: none;
} 
.fixed-header .scrl_logo {
  display: block;
}
.fixed-header .nrml_logo {
  display: none;
}
.header__container {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .header__container {
    padding: 0 20px;
  }

  .header__container {
    max-width: 100% !important;
  }

  .header__navigation {
    width: 100%;
    max-width: calc(100% - 20px);
  } 
}

@media screen and (max-width: 1000px) {
  .header__container {
    max-width: 98% !important;
  }

  .header__logo img { width: 100% !IMPORTANT; }
}

/* Top Bar */

.header__top-bar {
  display: none;
  background-color: #FFFFFF;
  text-align: right;
}

.header__top-bar .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 10px 20px;
}

.header__top-bar .menu-link {
  color: #0D2547;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.header__top-bar .menu-link:hover,
.header__top-bar .menu-link:focus {
  color: #ab3f4c;
}

@media screen and (min-width: 768px) {
  .header__top-bar {
    display: block;
  }
}

/* Main Header */
.header__main-bar {
  padding: 0.75rem 0;
  top: -100px;
  transition: 0.3s;
  background: #0b202d;
}

.header__main-bar.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  background: #0b202d;
  z-index: 99;
  color: #fff;
  box-shadow: 0 0 10px #0b202d;
}
.header__main-bar.fixed-header .submenu.level-1 > li > a {
  color: inherit;
}


.header__menu .header__navigation .submenu.level-1>li>.menu-link.active-item, 
.header__menu .header__navigation .submenu.level-1>li>.menu-link.active-branch  {
  color: inherit;
  position: relative;
}

.header__menu .header__navigation .menu-link i.fa.fa-home {
  font-size: 26px;
  display: block;
}

.header__main-bar.fixed-header .header__menu .header__navigation .submenu.level-1>li>.menu-link.active-item, 
.header__main-bar.fixed-header .header__menu .header__navigation .submenu.level-1>li>.menu-link.active-branch {
  color: inherit;
}

.header__main-bar.fixed-header .header__menu .header__navigation .submenu.level-1>li>.menu-link.active-item:after,
.header__main-bar.fixed-header .header__menu .header__navigation .submenu.level-1>li>.menu-link.active-branch:after {
  background-color: rgba(238,115,35,1.0);
  background-image: linear-gradient(147deg,#fe8a39 0%,#fd3838 74%);
}
.header__main-bar .header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.logo-company-name {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  padding-bottom: 5px;
}

.header__logo img {
  max-width: 250px;
}

/* Main Navigation */

.header__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  align-items: center;
}

.header__navigation {
  background-color: #2355B2;
  z-index: 99;
}
.header__navigation .submenu.level-2>li.menu-item:hover > a,
.header__navigation .submenu.level-2 .menu-item .menu-link:hover, 
.header__navigation .submenu.level-2 .menu-item .menu-link:focus {
  background-color: #dcdcdc;
  color: #000;
}

@media screen and (min-width: 768px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-items: flex-end;
  }

  .header__navigation {
    background-color: transparent;
  }

  .header__menu .header__navigation .submenu.level-1>.menu-item.parent_megha_menu > ul.submenu.level-2 > li.has-submenu.menu-item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    border: 0;
  }

  nav.navigation-primary {
    position: relative;
  }


  /*   Megha Menu */
  .header__menu .header__navigation .submenu.level-1>.menu-item.parent_megha_menu > ul.submenu.level-2 > li.has-submenu.menu-item ul.submenu.level-3 {
    position: static;
    width: auto;
    box-shadow: none;
    border: 0;
  }
  .header__menu .header__navigation .submenu.level-1>.menu-item.parent_megha_menu{
    position: static;
  }
  .header__menu .header__navigation .submenu.level-1>.menu-item.parent_megha_menu ul.submenu.level-2 {
    width: auto;
  }
  .header__menu .header__navigation .submenu.level-1>.menu-item.parent_megha_menu > ul.submenu.level-2 > li.has-submenu.menu-item > a.menu-link {
    padding: 0;
  } 
  .submenu.level-1 { 
    align-items: center;
    perspective: 2000px;
    -o-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
  }
  .header__navigation .submenu.level-2 {
    top: 100%;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -9999px; 
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0% !important;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg) !important;
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    opacity: 0 !important;
  }
  .header__navigation ul li:hover .submenu.level-2 {
    left: 0;
    opacity: 1 !important;
    -webkit-transform: translate(0, 0);
    transform: rotateX(0deg) !important;
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX( 0deg);
  } 
  .parent_megha_menu ul.submenu.level-2 {
    display: flex;
    flex-wrap: wrap;
  } 
  .parent_megha_menu ul.submenu.level-2 > li {
    width: 50%;
  } 
  .header__menu .header__navigation ul.submenu.level-2:before {
    width: 100%;
    height: 35px;
    display: block;
    content: "";
    position: absolute;
    top: -35px;
    z-index: 999;
  }
  header .header__menu .header__navigation ul.submenu.level-2 {
    border-radius: 0 !important;
    overflow: visible !important;
    padding-top: 0 !important;
    margin-top: 20px;
  } 
  .header__menu .submenu.level-2:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 40px;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fafafa; 
    border-left: 6px solid transparent;
  }
  body .submenu.level-3 > li a.menu-link {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .parent_megha_menu ul.submenu.level-2 > li {
    width: 33.3%;
  } 
  header .header__menu .header__navigation ul.submenu.level-2 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  }
}

#nav-toggle:checked ~ .header__navigation {
  display: block;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item {
  margin: 0;
  border-top: none;
}

.header__menu .header__navigation .menu-link {
  color: #FFFFFF;
  font-family: inherit;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 10px 0;
}

.submenu.level-1>.has-submenu>.menu-arrow,
.submenu>.has-submenu>.menu-arrow,
.submenu .menu-arrow {
  padding: 17px 0 !important;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
  display: list-item;
  position: relative;
  padding: 0;
  margin: 0;
  border-top: none;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  font-family: inherit;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  padding: .7rem 0 .7rem 1rem;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  background-color: rgba(238,115,35,1.0);
  background-image: linear-gradient(147deg,#fe8a39 0%,#fd3838 74%);
}

.submenu.level-1 {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #FFFFFF;
  }

  .header__menu .header__navigation .submenu:not(.level-1) {
    width: 200px;
    border: 1.79px solid #D1D6DC;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: #3D3E40;
    padding: 10px;
    background-color: #ffffff;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 20px;
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

  .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    border-top-color: #FFFFFF;
    top: 45%;
    right: 0px;
    border-radius: 2px;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  text-align: right;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

body .header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  background-color: #FFFFFF;
  border-color: #D1D6DC;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0.7rem;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #ab3f4c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li:hover a {
  color: #fff;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0D2547;
  font-family: inherit;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px solid;
}

.header__language-switcher-label {
  display: -webkit-box;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  padding-right: 20px;
}

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 0.7rem;
  color: #FFFFFF;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #fff;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 6px;
  content: '';
  display: block;
  height: 0;
  margin: 3px 0 0 10px;
  width: 0;
}

@media(max-width: 767px) {
  .header__language-switcher {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 0.7rem;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  .submenu.level-1 {
    display: block;
    /* justify-content: space-between; */
  }
  .header__menu .header__navigation .menu-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__navigation-toggle {
    float: right;
    position: absolute;
    right: 0;
  }
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    font-weight: 400;
  }
  nav.navigation-primary {
    margin-top: 30px;
  }
}

/* Header - No Navigation */

.header--no-navigation {
  text-align: center;
  padding: 1rem 0;
}

/* DJ CSS*/

.container-fluid.dj-header-col-4-content-wrapper {
}

.container-fluid.dj-header-col-4-content-wrapper .span12.widget-span.widget-type-cell.dnd-column {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.container-fluid.dj-header-col-4-content-wrapper .span12.widget-span.widget-type-cell.dnd-column .row-fluid-wrapper.row-depth-1.dnd-row {
  /* display: inline-block; */
}

.container-fluid.dj-header-col-4-content-wrapper .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
  padding: 9px 5px;
}
a.menu-cta-btn {
  background: #466ea5;
  color: #fff;
  padding: 6px 20px;
  font-size: 14px;
  display: block;
  border-radius: 40px;
}
a.menu-cta-btn:hover {
  color: #fff;
  background-color: #494b54;
}

.submenu.level-1 li > a.menu-link.active-branch,
.submenu.level-1 > li a.menu-link.active-item{
  color: #466ea5;
}
.header__navigation .submenu.level-2 > li > a.menu-link.active-branch {
  background-color: #d18140;
  color: #fff;
}
.header__navigation .submenu.level-3 li > a.active-item {
  background-color: #d18140;
  color: #fff;
}

@media(min-width: 992px) {
  .header__navigation {
    width: 100%;
  }
  .header--toggle.header__navigation--toggle {
    display: none;
  }
  .header__menu .header__navigation .submenu.level-1>.menu-item {
    /* padding-bottom: 30px; */
  }
  nav.navigation-primary {
    float: right;
  }

  .header__menu .header__navigation .submenu.level-1>.menu-item .submenu:not(.level-1).level-2,
  .header__menu .header__navigation .submenu.level-1>.menu-item .submenu:not(.level-1).level-2 {
    border: 0;
    border-radius: 0;
    background: none;
    padding: 20px 0 0;
    box-shadow: none;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    font-weight: 400;
    padding: 12px 15px;
    line-height: 1.2;
  }
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover, .header__menu .header__navigation .submenu:not(.level-1) .menu-link:focus {
    background-color: transparent;
    color: #ba3789;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link i.fa {
    color: rgb(58 135 224);
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 13px;
    background: linear-gradient(to right,#f54d5d 20%,#c72231 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    position: relative;
    padding-left: 35px;
    line-height: 1;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-item {
    /* margin-bottom: 10px; */
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover i.fa, 
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link:focus i.fa{
    color: inherit
      -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
  }
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link.active-item i.fa,
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link.active-branch i.fa {
    color: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
  }
}


@media (max-width: 1200px) and (min-width: 991px) {
  body .submenu.level-1 > li {
    margin-right: 5px;
    margin-left: 5px;
  }
  .header__navigation {
    width: 100%;
    max-width: 100%;
  }
  body .submenu.level-1 > li > a {
    font-size: 14px;
  }
  body .submenu.level-1 > li.no-submenu {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-right: 5px;
  }
  .header .col-sm-4.cta-wrapper a.cta_button {
    font-size: 14px;
    padding: 7px 15px;
  }
  .header__column.col-sm-10 {
    padding-left: 15px;
  }
  html[lang="fr-ca"] body  .submenu.level-1 > li > a {
    font-size: 13px;
  }
  html[lang="fr-ca"] body .submenu.level-1 > li {
    max-width: 190px;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  .header .col-sm-4.cta-wrapper {
    display: none!important;
  }
  .header .col-sm-8.menu-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header .col-sm-8.menu-wrapper .hs_cos_wrapper .navigation-primary {
    float: right;
  }
  body .submenu.level-1 > li.no-submenu {
    padding-right: 10px;
  }
  body .submenu.level-1 > li.has-submenu {
    padding-left: 0;
    margin-right: 5px;
  }
  body .submenu.level-1 > li.no-submenu {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .header__language-switcher .lang_switcher_class .globe_class {
    margin-top: 8px!important;
    margin-right: 0!important;
  }
  .header__language-switcher.header--element.col-6 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header.header.fr-ca .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0!important;
  }

  header.header.fr-ca .header__container.content-wrapper.nav-grp {
    width: 100%;
  }
  body .submenu.level-1 > .has-submenu > .menu-arrow {
    opacity: 1!important;
  }
  .header.fr-ca .submenu.level-1 > li a {
    font-size: 14px;
  }
  html[lang="fr-ca"] body .submenu.level-1 > li {
    max-width: 200px;
    white-space: normal;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    flex: 1;
  }
  html[lang="fr-ca"] body .submenu.level-1 > li {
    max-width: 190px!important;
  }

}

@media (max-width: 767px) {

  .dj_header_top_container .header__language-switcher {
    margin-left: 0;
    text-align: center;
    padding: 10px 0;
  }

  .dj_header__logo.dj_header__logo--main.col-sm-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header__container.content-wrapper.nav-grp .header__column.col-sm-10.menu-col-grp {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 41px;
    position: static;
  }
  .header__navigation-toggle {
    z-index: 999;
    margin-top: 9px!important;
  }
  .header__container.content-wrapper.nav-grp .row.align-items-center.col-12.pt-3.pb-3 {
    position: relative;
  }
  #nav-toggle:checked ~ .header__navigation {
    min-width: 100%!important;
  }
  nav.navigation-primary {
    margin-top: 0!important;
  }
  .header__navigation .row .col-sm-8.menu-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header__navigation .row .col-sm-4.cta-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dj_header_top_container .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dj_header_top_container .header__language-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header__language-switcher .lang_list_class {
    z-index: 9991;
  }
  .dj_header_top_container .col-6:last-child {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dj_header_top_container .col-6:first-child {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .header__navigation-toggle {
    right: -4px!important;
  }
  .header__language-switcher .lang_list_class {
    width: 250px!important;
  }
  .header__language-switcher .lang_list_class li:hover {
    background-color: rgba(70, 110, 165, 1.0);
  }
  .submenu.level-1 > li a.menu-link {
    white-space: normal!important;
    padding-right: 10px;
  }

}
@media (max-width: 479px) {

  .header__navigation .row .col-sm-4.cta-wrapper .dnd-section > .row-fluid .dnd-column > div {
    padding: 5px 10px;
  }
}


/* Footer Container */

.footer {
  background-color: #0D2547;
}

.footer__container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 2.8rem 2.8rem 0 2.8rem;
}

.footer__top-section {
  margin-bottom: 4.9rem;
}

@media (max-width: 980px) {
  .footer__top-section {
    margin-bottom: 2.8rem;
    text-align: center;
  }
}

.footer__bottom-section {
  padding: 1.4rem 0;
  text-align: center;
}

.footer__bottom-section h1,
.footer__bottom-section h2,
.footer__bottom-section h3,
.footer__bottom-section h4,
.footer__bottom-section h5,
.footer__bottom-section h6,
.footer__bottom-section p,
.footer__bottom-section a,
.footer__bottom-section div,
.footer__bottom-section span {
  font-weight: 700;
  opacity: 0.8;
}

.footer__bottom-section a:hover {
  font-weight: 700;
  opacity: 1;
}

/* Footer Info */

@media (max-width: 980px) {
  .footer__info {
    width: 100% !important;
  }

  .footer__logo,
  .footer__follow-me {
    margin-bottom: 2.8rem;
  }
}

.footer__logo {
  margin-bottom: 1.4rem;
}

.footer__logo img {
  max-width: 100%;
}

.footer__address {
  margin: 25px 0;
}

/* Footer Menus */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.hs-button),
.footer div,
.footer span {
  color: #FFF;
}

.footer__navigation h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #19CCA3;
  font-weight: 700;
  margin-bottom: 0.5rem;;
}

.footer__navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 2rem;
}

.footer__navigation li {
  margin: 0.7rem 0;
}
.footer-business-form-wrapper {
  padding: 40px 20px;
}

.footer-business-form-wrapper .page-center {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-business-form-wrapper h1 {
  text-align: center;
  color: #C42258;
  margin-top: 0;
  font-size: 31px;
}

.footer-business-form-wrapper p {
  text-align: center;
  margin-bottom: 0;
}

.footer-business-form-wrapper form {
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-top: 30px;
}

.footer-business-form-wrapper form fieldset {
  max-width: 100% !important;
}

.footer-business-form-wrapper .hs-form-field {
  margin: 0;
  margin-bottom: 10px;
}

.footer-business-form-wrapper .hs-form-field > label {
  display: none;
}

.footer-business-form-wrapper .hs-form-field .hs-input {
  margin: 0;
  background: transparent;
  border-bottom: 2px solid #9495C8;
  border-radius: 0;
  color: #767676;
}

.footer-business-form-wrapper .hs-form-field .hs-input::placeholder {
  color: #767676;
}

header.header {
  z-index: 99;
}
.footer-business-form-wrapper .hs-form-field textarea.hs-input {
  padding-top: 0;
  min-height: 122px;
}

.footer-business-form-wrapper form .actions {
  text-align: center;
}

.footer-business-form-wrapper form .actions input {
  padding: 14px 50px;
  width: auto;
  background: #06379E;
  border: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .footer .footer__navigation {
    width: 45%;
  }
}

/* Footer - No Navigation */

.footer--no-navigation .footer__container {
  padding: 2.8rem 0;
  text-align: center;
}

.footer--no-navigation p,
.footer--no-navigation a,
.footer--no-navigation div,
.footer--no-navigation span {
  opacity: 0.8;
  font-weight: 700;
}

/* Footer Form */

.footer .footer__form form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer .footer__form label {
  color: #FFFFFF;
}

.footer__form .form-title {
  font-size: 1rem;
  color: #19CCA3;
  background-color: transparent;
  padding: 0 0 1rem 0;
  text-align: left;
}

@media (max-width: 1200px) {
  .dj_footer_row_1 .col-sm-9 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
  .dj_footer_row_1 .col-sm-3 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .dj_footer_contact p { font-size: 18px; margin-left: 10px; line-height: 28px; }
}

@media (max-width: 980px) {
  .footer .footer__form {
    clear: both;
    float: none;
    width: 75%;
    margin: 0 auto;
    padding: 0.75rem 0 0;
  }

  .footer .footer__form .form-title {
    text-align: center;
  }
  

  
}



/************** iphone roatate***************/
@media (max-width: 767px) {

  .dj_footer_row_1 .col-sm-9 { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .dj_footer_row_1 .col-sm-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .footer__bottom-section p { font-size: 18px; line-height: 28px; }
}

/************** iphone ***************/
@media (max-width: 479px) {

  .dj_footer_row_1 .col-sm-3 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .dj_footer_row_1 .col-sm-9 ul .hs-menu-item { width: 100%; }
}



/* Blog Container */

.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.blog-index {
  margin-bottom: 1.4rem;
}

/* Blog Navigation */

.blog-navigation {
  padding: 1rem 0px;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
    margin: 0 auto;
  }
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

#bb1 {
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 20px;
  margin-left: 55px;
  background-color: #f35225;
  border-color: white;
  border-width: 0px;
  color: white;
  margin-bottom: 20px;
  font-weight: 600;
}

img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.blog-navigation__search form:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-navigation__search form input.hs-search-field__input {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 0.75rem 2.25rem;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border-color: #d0d0d0;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-index__subheader {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.author-social-links,
.blog-post__author__sharing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.author-social-links a,
.blog-post__author__sharing a {
  display: inline-block;
  position: relative;
  background-color: #d0d0d0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.blog-post__author__sharing a:first-of-type {
  margin: 0 10px 0 0;
}

.author-social-links a:hover,
.blog-post__author__sharing a:hover {
  background-color: #19CCA3;
}

.author-social-links a svg,
.blog-post__author__sharing a svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Blog Header */

.blog-header.container {
  padding-top: 20px;
}

.blog-index__post {
  border: 1px solid #CBE8F8;
  border-radius: 10px;
  margin: 75px 0;
  display: flex;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
  transition: box-shadow 0.3s;
}
.blog-index__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}

.blog-index__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 0 0 10px;
  width: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }
  .blog-index__post-image {
    width: 100%;
    height: 175px;
    display: block;
    border-radius: 0;
  }
}

.blog-index__post-content {
  padding: 30px 50px;
}

.blog-index__post-content__title {
  margin: 1.5rem 0 0.5rem;
}

.blog-index__post-content__title a,
.blog-index--2-col__post-content__title a {
  text-decoration: none;
}

.blog-index__post-content__title a:hover,
.blog-index--2-col__post-content__title a:hover,
.blog-index__post-content__title a:focus,
.blog-index--2-col__post-content__title a:focus {
  text-decoration: underline;
}

.blog-index__post__date {
  margin: 0 0 1rem 0;
}

.blog-author {
  display: flex;
  align-items: center;
}
.blog-author__image {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.blog-author__image img {
  height: 100%;
  width: auto;
}

.blog-author__name h6 {
  margin: 10px 0;
}

.blog-tags {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

.blog-tag {
  color: #00BAFF;
  text-decoration: none;
  font-weight: 300;
}

.blog-tag:hover {
  color: #00BAFF;
  text-decoration: underline;
  font-weight: 300;
}

.blog-tag:after {
  content: ",";

}
.blog-tag:last-child:after {
  content: "";
}

.blog-summary {
  margin: 15px 0;
  flex-grow: 1;
}

.blog-pagination {
  margin: 50px 0;
  text-align: center;
}

.blog-pagination__link {
  text-decoration: none;
  padding: 7px;
  color: #484848;
  letter-spacing: 1.6px;
  margin: 0 3px;
}

.blog-pagination__link--active {
  background-color: #19CCA3;
  color: white;
}

.blog-pagination .blog-pagination__prev-link--disabled,
.blog-pagination .blog-pagination__next-link--disabled {
  color: #D0D0D0;
  cursor: default;
  pointer-events: none;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-index--2-col__post {
  width: calc(50% - 50px);
  border: 1px solid #CBE8F8;
  border-radius: 10px;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
  margin: 35px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}

.blog-index--2-col__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}

@media screen and (max-width: 1000px) {
  .blog-index--2-col {
    flex-direction: column;
  }
  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 275px;
  display: block;
}
a.button.button--simple {
  text-transform: capitalize;
}
.blog-index--2-col__post-content {
  padding: 30px 40px 30px 40px;
  display: flex;
  flex-direction: column;
}

.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: inherit;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 100px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
    padding: 10px 20px;
  }
}

.blog-post__tag {
  color: #00BAFF;
  text-decoration: none;
  font-weight: 300;
}

.blog-post__tag:after {
  content: ",";
}

.blog-post__tag:last-child:after {
  content: "";
}

.blog-post__title {
  margin: 10px 0;
}

.blog-author__name {
  color: inherit;
  text-decoration: none;
}

.blog-post__image {
  height: 420px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  margin: 35px 0;
}

.blog-post__sharing {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: -100px;
  color: #19CCA3;
}

.sample-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #19CCA3;
  margin: 5px;
}

.blog-post__body {
}

hr.blog-post__divider {
  border: none;
  border-bottom: 1px solid #E9EFF5;
  margin: 40px 00px;
}

.blog-post__cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  text-align: center;
  border-radius: 10px;
  padding: 20px 100px;
}

.blog-post__cta h3,
.blog-post__cta p {
  color: white;
}

.blog-post__cta-form {
  border: 0;
  border-radius: 25px;
  box-shadow: 0;
  margin-right: 5px;
  padding: 10px 25px;
}

.blog-post__cta .button.button--primary {
  margin: 30px 0;
}

.blog-post__author {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .blog-post__author {
    margin: 10px 0;
    padding: 0;
    flex-direction: column;
  }
}

.blog-post__author__image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

.blog-post__author__image img {
  height: 100%;
  width: auto;
}

.blog-post__author__text {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author__text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

#comments-listing .comment-reply-to {
  color: #19CCA3;
  background-size: 15px;
  background-position: 20px;
  padding-left: 50px;
  border: 1px solid rgba(0,0,0,0);  
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00a47b;
}

#comments-listing .comment-reply-to:active {
  color: #41f4cb;
}

/*
.blog-post__social-sharing .social-links__icon {
border-radius: 50px;
width: 37px;
}

.blog-post__social-sharing .social-links__icon span {
display: flex;
align-items: center;
justify-content: center;
}
*/
.blog-navigation-main {
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Blog/Layer%2093.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 2rem 0px;
}

.blog-navigation-main:before {
  display: block;
  content:'';
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Blog/Layer%2094.png);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blog-navigation-main .content-wrapper {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.blog-navigation-main .content-wrapper h1 {
  color: #fff;
  margin: 0;
  -webkit-text-fill-color: #fff;
}

.blog-intro-section {
  padding: 2rem 0;
}

.blog-intro-section .content-wrapper {
  max-width: 1100px;
  padding: 0 15px;
}

.blog-intro-section .content-wrapper p {
  margin: 0;
  text-align: left;
}
.blog-listing-wrapper .content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}

.blog-listing-wrapper .content-wrapper .blog-post-listing {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 50px;
}

.blog-listing-wrapper .content-wrapper .blog-post-listing .blog-post-inner {
  border: 1px solid #C8C8C8;
  border-radius: 9px;
  overflow: hidden;
}

.blog-post-listing .blog-post-inner .blog-ft-image-wrapper {
  min-height: 335px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow:hidden;
}

.blog-post-listing .blog-post-inner .blog-ft-overlay {
  position: absolute;
  top: -1px;
  left: -2px;
  bottom: 0px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 102% 102%;
}
.blog-post-listing .blog-post-inner .blog-post-desc {
  padding: 15px;
  background: #fff;
  margin-top: -2px;
  position: relative;
}

.blog-post-listing .blog-post-inner .blog-post-desc p {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 25.89px;
}

.blog-post-listing .blog-post-inner .blog-post-desc .mopre-link {
  text-align: center;
  margin-top: 10px;
}

.blog-post-listing .blog-post-inner .blog-post-desc .mopre-link a {
  margin: 0;
  color: #1E88E5;
  font-size: 13.32px;
  letter-spacing: 6px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #1E88E5;
}
.blog-listing-wrapper .content-wrapper .blog-pagination {
  width: 100%;
  margin-top: 0;
  text-align: right;
}

.blog-listing-wrapper .content-wrapper .blog-pagination a {
  font-size: 16px;
  color: #fff;
  line-height: 34.77px;
  background: #1DB8F6;
  border-radius: 8px;
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-weight: bold;
  transition: all .2s ease;
}

.blog-listing-wrapper .content-wrapper .blog-pagination a:hover,
.blog-listing-wrapper .content-wrapper .blog-pagination a.blog-pagination__link--active {
  background: #0062BF;
}

.blog-listing-wrapper .content-wrapper .blog-pagination a.blog-pagination__prev-link--disabled {
  display: none;
}

.blog-post__social-sharing {
  position: sticky;
  top: 100px;
}

img {
  object-fit: cover;
}

.blog-post__social-sharing .social-links {
  position: absolute;
  top: 50px;
  left: -80px;
}

h6.blog-index__post-content__title {}

h6.blog-index__post-content__title a {
  font-size: 20px;
  font-weight: 400 !important;
  font-family: "AvenirNext","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4;
}

.blog-recent-posts__list a.button {
  color: #fff !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.blog-navigation {
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  clear: both;
}
.blog-post__social-sharing {}
.blog-post__body {
  padding-top: 50px;
}

.blog-post__social-sharing .social-links a.social-links__icon {
  display: block;
  background: no-repeat;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 14px;
  transition: all .3s ease;
}
.blog-post__social-sharing .social-links a.social-links__icon:hover {
  transform: scale(1.1);
}
.blog-post__social-sharing .social-links a.social-links__icon svg {
  height: 20px;
  fill: #fd3838;
}

@media screen and (min-width: 1300px) {
  /*
  .blog-post__social-sharing .social-links {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

  .blog-post__social-sharing {
  left: -2rem;
  margin-bottom: 0;
  position: absolute;
  text-align: left;
  top: 9rem;
}
  */

}

.blog-recent-posts {

}

.blog-recent-posts__title {
  text-align: center;
  margin-bottom: 50px;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}
.blog-post-date {
  padding: 15px;
  position: relative;
  text-align: right;
}
.blog-post-date h5 {
  margin: 0;
  color: #434343;
  font-size: 20.67px;
}
.blog-post-listing .blog-post-inner .blog-post-desc .blog-post-date {
  text-align: left;
  padding: 15px 0;
}
.wt-blog .blog-listing-wrapper .content-wrapper .blog-post-listing {
  width: 50%;
}

.blog-post-title {
  padding: 15px;
  text-align: right;
  position: relative;
}

.blog-post-title h5 {
  color: #FF0000;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 27.43px;
}
.blog-post-listing .blog-post-inner .blog-post-desc .blog-post-title {
  text-align: left;
  padding: 15px 0;
}
.wt-blog .blog-post-listing .blog-post-inner .blog-post-desc .mopre-link {
  text-align: right;
}

.wt-blog .blog-post-listing .blog-post-inner .blog-post-desc .mopre-link a {
  color: #000;
  letter-spacing: 1px;
  border-bottom: 1px dotted #FF0000;
}
@media screen and (max-width: 1000px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}

/* Blog Search Form Fields */

.hs-search-field form {
  border: none;
  padding: 0;
}

.hs-search-field form input {
  background-color: transparent;
  border-bottom: 1px solid #19CCA3;
  border-radius: 0;
}

@media (max-width:767px){
  .blog-listing-wrapper .content-wrapper .blog-post-listing {
    width: 100%;
  }

  .blog-post-listing .blog-post-inner .blog-ft-image-wrapper {
    min-height: 696px;
  }

  .blog-post-listing .blog-post-inner .blog-ft-overlay {
    top: -1px;
    left: -2px;
    bottom: 0px;
    right: -6px;
  }
  .wt-blog .blog-listing-wrapper .content-wrapper .blog-post-listing {
    width: 100%;
  }
}
@media (max-width:480px){
  .blog-post-listing .blog-post-inner .blog-ft-image-wrapper {
    min-height: 264px;
  }
}
/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #d0d0d0;
  content: attr(data-error);
  font-family: 'Muli', sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 550px;
  padding: 3rem 1.4rem;
}

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

#email-prefs-form .header {
  background-color: transparent;
}

/* Search Pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #1e2b33;
  font-family: 'Muli', sans-serif;
  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;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #1e2b33;
}

/* Password Prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 12px 12px !important;
}
@charset "UTF-8";


















 




































/**
 * Please do not change anything below this line
 * unless you know what you're doing!
 */

/* ==========================================================================
   Gradient variables
   ========================================================================== */







































    
    
















/* ==========================================================================
   Import
   ========================================================================== */

/**
 * Do not add any CSS rule before @import, except CSS comments. All @import
 * rules should stay at the top. Add only secure link paths ('https://')
 */


    @import url(https://fonts.googleapis.com/css?family=Montserrat:300,500,700);


/**
 * Font Awesome
 */







/* Base
   ========================================================================== */

.tooltipster-base {
    display: flex;
    height: auto !important; /* fixes issue with nct2 when changing fonts */
    position: absolute;
}

/* Box
   ========================================================================== */

.tooltipster-box {
    flex: 1 1 auto;
    padding: 8px 16px;
    position: relative;
    
}

/**
 * Position
 */

.tooltipster-top .tooltipster-box {
    -webkit-animation: bubbleUp .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    animation: bubbleUp.3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.tooltipster-bottom .tooltipster-box {
    -webkit-animation: bubbleDown .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    animation: bubbleDown .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.tooltipster-left .tooltipster-box {
    -webkit-animation: bubbleLeft .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    animation: bubbleLeft .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.tooltipster-right .tooltipster-box {
    -webkit-animation: bubbleRight .3s cubic-bezier(0.0, 0.0, 0.2, 1);
    animation: bubbleRight .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

/**
 * Color
 */

.tooltipster-base.theme .tooltipster-box {
    background-color: #6887b6;
    color: #fff;
}

.tooltipster-base.dark .tooltipster-box {
    background-color: #466ea5;
    color: #fff;
}

.tooltipster-base.white .tooltipster-box {
    background-color: #fff;
    color: #466ea5;
}

/* Arrow
   ========================================================================== */

/**
 * Base
 */

.tooltipster-box:before {
    content: '';
    display: block;
    position: absolute;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

/**
 * Top & bottom
 */

.tooltipster-top .tooltipster-box:before,
.tooltipster-bottom .tooltipster-box:before {
    left: 50%;
    margin-left: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/**
 * Top
 */

.tooltipster-top .tooltipster-box:before {
    bottom: -6px;
    border-top: 8px solid;
}

.tooltipster-top.theme .tooltipster-box:before {
    border-top-color: #6887b6;
}

.tooltipster-top.dark .tooltipster-box:before {
    border-top-color: #466ea5;
}

.tooltipster-top.white .tooltipster-box:before {
    border-top-color: #fff;
}

/**
 * Bottom
 */

.tooltipster-bottom .tooltipster-box:before {
    top: -6px;
    border-bottom: 8px solid;
}

.tooltipster-bottom.theme .tooltipster-box:before {
    border-bottom-color:  #6887b6;
}

.tooltipster-bottom.dark .tooltipster-box:before {
    border-bottom-color:  #466ea5;
}

.tooltipster-bottom.white .tooltipster-box:before {
    border-bottom-color:  #fff;
}

/**
 * Left & right
 */

.tooltipster-left .tooltipster-box:before,
.tooltipster-right .tooltipster-box:before {
    top: 50%;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/**
 * Left
 */

.tooltipster-left .tooltipster-box:before {
    right: -6px;
    border-left: 8px solid;
}

.tooltipster-left.theme .tooltipster-box:before {
    border-left-color: #6887b6;
}

.tooltipster-left.dark .tooltipster-box:before {
    border-left-color: #466ea5;
}

.tooltipster-left.white .tooltipster-box:before {
    border-left-color: #fff;
}

/**
 * Right
 */

.tooltipster-right .tooltipster-box:before {
    left: -6px;
    border-right: 8px solid;
}

.tooltipster-right.theme .tooltipster-box:before  {
    border-right-color: #6887b6;
}

.tooltipster-right.dark .tooltipster-box:before  {
    border-right-color: #466ea5;
}

.tooltipster-right.white .tooltipster-box:before  {
    border-right-color: #fff;
}

/* Content
   ========================================================================== */

.tooltipster-content {
    font-size: .8rem;
    line-height: 1.3;
}

.tooltipster-content a,
.tooltipster-content a:hover,
.tooltipster-content a:active {
    color: inherit;
    text-decoration: underline;
}

.tooltipster-content small {
    display: block;
}

/* Custom
   ========================================================================== */

.button span.tooltip {
    display: block;
}

/* Plyr Player
   ========================================================================== */

@-webkit-keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-progress{to{background-position:25px 0}}.plyr{position:relative;max-width:100%;min-width:200px;font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;direction:ltr}.plyr,.plyr *,.plyr ::after,.plyr ::before{-webkit-box-sizing:border-box;box-sizing:border-box}.plyr a,.plyr button,.plyr input,.plyr label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr:focus{outline:0}.plyr audio,.plyr video{width:100%;height:auto;vertical-align:middle;border-radius:inherit}.plyr input[type=range]{display:block;height:20px;width:100%;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;border:none;background:0 0}.plyr input[type=range]::-webkit-slider-runnable-track{height:8px;background:0 0;border:0;border-radius:4px;-webkit-user-select:none;user-select:none}.plyr input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-4px;position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;-webkit-transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.plyr input[type=range]::-moz-range-track{height:8px;background:0 0;border:0;border-radius:4px;-moz-user-select:none;user-select:none}.plyr input[type=range]::-moz-range-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;-webkit-transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}.plyr input[type=range]::-ms-track{height:8px;background:0 0;border:0;color:transparent}.plyr input[type=range]::-ms-fill-upper{height:8px;background:0 0;border:0;border-radius:4px;-ms-user-select:none;user-select:none}.plyr input[type=range]::-ms-fill-lower{height:8px;background:0 0;border:0;border-radius:4px;-ms-user-select:none;user-select:none;background:#3498db}.plyr input[type=range]::-ms-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;-webkit-transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease;transition:background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box;margin-top:0}.plyr input[type=range]::-ms-tooltip{display:none}.plyr input[type=range]:focus{outline:0}.plyr input[type=range]::-moz-focus-outer{border:0}.plyr input[type=range].tab-focus:focus{outline-offset:3px}.plyr input[type=range]:active::-webkit-slider-thumb{background:#3498db;border-color:#fff;-webkit-transform:scale(1.25);transform:scale(1.25)}.plyr input[type=range]:active::-moz-range-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}.plyr input[type=range]:active::-ms-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}.plyr--video input[type=range].tab-focus:focus{outline:1px dotted rgba(255,255,255,.5)}.plyr--audio input[type=range].tab-focus:focus{outline:1px dotted rgba(86,93,100,.5)}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute!important;padding:0!important;border:0!important;height:1px!important;width:1px!important}.plyr__video-wrapper{position:relative;background:#000;border-radius:inherit}.plyr__video-embed{padding-bottom:56.25%;height:0;border-radius:inherit;overflow:hidden;z-index:0}.plyr__video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plyr__video-embed>div{position:relative;padding-bottom:200%;-webkit-transform:translateY(-35.95%);transform:translateY(-35.95%)}.plyr .plyr__video-embed iframe{pointer-events:none}.plyr video::-webkit-media-text-track-container{display:none}.plyr__captions{display:none;position:absolute;bottom:0;left:0;width:100%;padding:20px;-webkit-transform:translateY(-40px);transform:translateY(-40px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;color:#fff;font-size:16px;text-align:center;font-weight:400}.plyr__captions span{border-radius:2px;padding:3px 10px;background:rgba(0,0,0,.7);-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:150%}.plyr__captions span:empty{display:none}@media (min-width:768px){.plyr__captions{font-size:24px}}.plyr--captions-active .plyr__captions{display:block}.plyr--hide-controls .plyr__captions{-webkit-transform:translateY(-15px);transform:translateY(-15px)}@media (min-width:1024px){.plyr--fullscreen-active .plyr__captions{font-size:32px}}.plyr ::-webkit-media-controls{display:none}.plyr__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;text-align:center;pointer-events:none}.plyr__controls>*{pointer-events:all}.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:5px}.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{margin-left:0}.plyr__controls .plyr__volume{margin-left:5px}.plyr__controls [data-plyr=pause]{margin-left:0}.plyr__controls button{position:relative;display:inline-block;-ms-flex-negative:0;flex-shrink:0;overflow:visible;vertical-align:middle;padding:7px;border:0;background:0 0;border-radius:3px;cursor:pointer;-webkit-transition:background .3s ease,color .3s ease,opacity .3s ease;transition:background .3s ease,color .3s ease,opacity .3s ease;color:inherit}.plyr__controls button svg{width:18px;height:18px;display:block;fill:currentColor}.plyr__controls button:focus{outline:0}.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{display:none}@media (min-width:480px){.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:10px}}.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none}.plyr--video .plyr__controls{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:50px 10px 10px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;color:#fff;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{background:#3498db;color:#fff}.plyr--audio .plyr__controls{padding:10px;border-radius:inherit;background:#fff;border:1px solid #dbe3e8;color:#565d64}.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover{background:#3498db;color:#fff}.plyr__play-large{display:none;position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:10px;background:#3498db;border:4px solid currentColor;border-radius:100%;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.15);box-shadow:0 1px 1px rgba(0,0,0,.15);color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.plyr__play-large svg{position:relative;left:2px;width:20px;height:20px;display:block;fill:currentColor}.plyr__play-large:focus{outline:1px dotted rgba(255,255,255,.5)}.plyr .plyr__play-large{display:inline-block}.plyr--audio .plyr__play-large{display:none}.plyr--playing .plyr__play-large{opacity:0;visibility:hidden}.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{display:none}.plyr--playing .plyr__controls [data-plyr=pause]{display:inline-block}.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{display:block}.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{display:none}.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen]{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__tooltip{position:absolute;z-index:2;bottom:100%;margin-bottom:10px;padding:5px 7.5px;pointer-events:none;opacity:0;background:rgba(0,0,0,.7);border-radius:3px;color:#fff;font-size:14px;line-height:1.3;-webkit-transform:translate(-50%,10px) scale(.8);transform:translate(-50%,10px) scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease}.plyr__tooltip::before{content:'';position:absolute;width:0;height:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:-4px;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.7);border-left:4px solid transparent;z-index:2}.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.plyr button:hover .plyr__tooltip{z-index:3}.plyr__controls button:first-child .plyr__tooltip{left:0;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:0 100%;transform-origin:0 100%}.plyr__controls button:first-child .plyr__tooltip::before{left:16px}.plyr__controls button:last-child .plyr__tooltip{right:0;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.plyr__controls button:last-child .plyr__tooltip::before{left:auto;right:16px;-webkit-transform:translateX(50%);transform:translateX(50%)}.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}.plyr__progress{position:relative;display:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress input[type=range]::-webkit-slider-runnable-track{background:0 0}.plyr__progress input[type=range]::-moz-range-track{background:0 0}.plyr__progress input[type=range]::-ms-fill-upper{background:0 0}.plyr__progress .plyr__tooltip{left:0}.plyr .plyr__progress{display:inline-block}.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{position:absolute;left:0;top:50%;width:100%;height:8px;margin:-4px 0 0;padding:0;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;border:none;border-radius:100px}.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{background:0 0}.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{border-radius:100px}.plyr__progress--played,.plyr__volume--display{z-index:1;color:#3498db;background:0 0;-webkit-transition:none;transition:none}.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-transition:none;transition:none}.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-transition:none;transition:none}.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{display:none}.plyr__progress--buffer::-webkit-progress-value{-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress--buffer::-moz-progress-bar{-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress--buffer::-ms-fill{-webkit-transition:width .2s ease;transition:width .2s ease}.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{background:rgba(255,255,255,.25)}.plyr--video .plyr__progress--buffer{color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{background:rgba(198,214,219,.66)}.plyr--audio .plyr__progress--buffer{color:rgba(198,214,219,.66)}.plyr--loading .plyr__progress--buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-size:25px 25px;background-repeat:repeat-x;background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);color:transparent}.plyr--video.plyr--loading .plyr__progress--buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress--buffer{background-color:rgba(198,214,219,.66)}.plyr__time{display:inline-block;vertical-align:middle;font-size:14px}.plyr__time+.plyr__time{display:none}@media (min-width:768px){.plyr__time+.plyr__time{display:inline-block}}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}.plyr__volume{display:none}.plyr .plyr__volume{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.plyr .plyr__volume input[type=range]{position:relative;z-index:2}@media (min-width:480px){.plyr .plyr__volume{display:block;max-width:60px}}@media (min-width:768px){.plyr .plyr__volume{max-width:100px}}.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{display:none!important}.plyr--fullscreen-active{height:100%;width:100%;background:#000;border-radius:0!important}.plyr--fullscreen-active video{height:100%}.plyr--fullscreen-active .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-active .plyr__video-embed{overflow:visible}.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr--fullscreen-fallback.plyr--fullscreen-active{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000000}

/**
 * Removes the artifact border at the top of vimeo embeds in the video player
 */

.plyr--vimeo {
    overflow: hidden;
}

.plyr--vimeo .plyr__video-embed {
    margin-top: -1px;
    margin-bottom: -1px;
}

/* ==========================================================================
   Base and typography
   ========================================================================== */

/* Box model
   ========================================================================== */

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

.reset-box-sizing {
    box-sizing: content-box;
}

/* Text selection
   ========================================================================== */

::-moz-selection {
    background: #6887b6;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #6887b6;
    color: #fff;
    text-shadow: none;
}

.white-content ::-moz-selection {
    background: #466ea5;
    color: #fff;
}

.white-content ::selection {
    background: #466ea5;
    color: #fff;
}


/* ==========================================================================
   COS modules
   ========================================================================== */

/* Base
   ========================================================================== */

/**
 * Reduces min-height on bootstrap structure
 */

.row-fluid [class*="span"] {
    min-height: 1px;
}

/**
 * Removes min-height on full-width columns
 */

.row-fluid .span12 {
    min-height: 0;
}

/**
 * Clears module wrappers and make them blocks
 */

.hs_cos_wrapper {
    display: block;
}

.hs_cos_wrapper:before,
.hs_cos_wrapper:after {
    content: '';
    display: table;
    clear: both;
}

/**
 * Fixes an issue with the module wrapper when is active in the Page Editor
 * Doen't make sense to add 'margin-left' here
 */

.hs_cos_wrapper.inpage-editor-active-field {
    margin-left: 0 !important;
}

/* Logo
   ========================================================================== */

.hs_cos_wrapper_type_logo a:focus {
    outline: 0;
}

/* Section Header
   ========================================================================== */

.page-header.section-header h1:empty,
.page-header.section-header .section-subheader:empty {
    margin: 0 !important;
}

/* Vex
   ========================================================================== */

.vex {
    z-index: 999999;
}

.vex-content.hs-gallery .vex-close:before,
.vex-content.hs-gallery .vex-close:after {
    content: '';
    display: block;
    height: 2px;
    margin-top: -2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
}

.vex-content.hs-gallery .vex-close:hover:after,
.vex-content.hs-gallery .vex-close:hover:before {
    box-shadow: none !important;
}

/* Image slider
   ========================================================================== */


.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden;
}

.hs_cos_flex-slider {
    margin: 0;
    padding: 0;
}

.hs_cos_flex-slider a:active,
.hs_cos_flex-slider a:focus {
    outline: none;
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**
 * Hide the slides before the JS is loaded. Avoids image jumping
 */

.hs_cos_flex-slider .hs_cos_flex-slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
    display: block;
    width: 100%;
    border-radius: 0;
}

.hs_cos_flex-pauseplay span {
    text-transform: capitalize;
}

/**
 * Clearfix for the .hs_cos_flex-slides element
 */

.hs_cos_flex-slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .hs_cos_flex-slides {
    display: block;
}

* html .hs_cos_flex-slides {
    height: 1%;
}

/**
 * FlexSlider Default Theme
 */

.hs_cos_flex-slider {
    margin: 0 0 60px;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 4px;
    zoom: 1;
}

.hs_cos_flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
}

.loading .hs_cos_flex-viewport {
    max-height: 300px;
}

.hs_cos_flex-slider .hs_cos_flex-slides {
    zoom: 1;
}

.hs_cos_flex-slider .carousel li {.ml
    margin-right: 5px;
}

/**
 * Direction Nav
 */

.hs_cos_flex-direction-nav {
    *height: 0;
}

.hs_cos_flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAbCAYAAADGfCe4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENzFDNTE1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENzFDNTI1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkQ3MUM0RjU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkQ3MUM1MDU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlOkRgUAAAO+SURBVHja3JhNSxtBGMfd1a55hdQk2oMkpYdYkJRIDkpPBUGR4EFaL61H/QKiH0LxG3gK2B6EklMp+hVKNBYsLdQSRbE0SRsbN+8mfZ5lVtawszOjbg4deIjOzvx/z392ZnZ3pHa73fO/FwlNSpJk1UaGGIYIQwQhnBBuCBWiApGDOIY4Ba2WELxLXCuTWPkUIg7h4si5DJGG+NrmnB7d4tJMeiCmIfy3mB0FiB3QvbyFSVu4ZiYD8P8M1DtvvQYkqQL9P0LkBUzaxu006ZZl+WWr1XLcdbGDThV03oO+ymHSVq5887o8cx8gLKiDemBEZudlL1c2kKLQYIBHKBKJ5NfW1g7wlwEcQF2GQyaXl0fj6tO1D8qbZrPZzxKIxWI/9/f3cTf7A/EQ+ias2oNuFXTfAadpMl2R+xquW95F6PtB542NjcUzmcwjVp6gWwPdt8jV7qSiKCEBg5/gzzPcuiHJHKsPGkB9s2uE6+DYUHLkUXGGfMyDg9uvczWTHo/niYDBc72ut7f3Oc/0oenzcE0457xGdX3NZK1WC4oahNF9cXV1FeFJstFoBETqOwtykCdqVPelmazX606rRW80CDCFACO8O161WnWJ1NNSQS7yjUatNiPdl0xGtI/W0Ofz/TbeQZgCwyIGrfStuDSjhH99R0l+llx942nSGh4eHg4aRq+nVCr9Wlxc/CaSGU3fimtWkIt8w5JRMD8WVzPpdrtrtIaqqvpAbNZg9HJzczMjYpSmb8U1M4hc5BuWzSzmx+JqJoeGhv4ynlP+DqMXCJyfnz/iSZCmz+LqBTnE4IXRIObFw9VMjo6OnrNAZka3t7f3eJKMRqNnIvWdhXCEDBp9aSZXV1ePHA5HQ9Qo/KqsPqi7vLz8w+wa1vNwdY6IQdRFX9cmx8fHi5OTk8c8o0qMvoKI4y+rPepOTExcmF3Deh6ukcdjUOeirxufWtlsNhCPx6cLhYL7vs5W/H6/mk6nd8LhcJ72qdUN7vVXCFQUksnkHs/04Smog3qoa9WuG1zZMKrtRCLxfX19/cDlctXvAsL+qIN6OMMZU9F2bl8HsAHT98vIyEh9YWHhWS6X84iCgsHg5dbW1uepqSkEcd0du7mmB1lQ96BSqQwvLS09TqVS4XK5rPCM4tzc3DE8z7JOp/OUx2C3uNQjSXK65ysWi4MbGxuB3d1d/8nJiRdeqxSEo7jX662HQqESjF5hZWUlD++R+MpVvMu5qx1cieOIVCKHujiFHGSKYzRJVMmrlspaf6KHb/fF/SfAABnmiiuKJ06tAAAAAElFTkSuQmCC) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    transition: all 0.3s ease;
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
    background-position: 100% 0;
    right: -36px;
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: -36px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
    opacity: 0.8;
    right: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    opacity: 0.8;
    left: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
    opacity: 1;
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
    opacity: .3 !important;
    cursor: default;
}

/**
 * Direction Nav for the Thumbnail Carousel
 */

.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.hs_cos_flex_thumbnavs-direction-nav {
    *height: 0;
}

.hs_cos_flex_thumbnavs-direction-nav a {
    width: 30px;
    height: 100px;
    margin: -50px 0 0;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAbCAYAAADGfCe4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENzFDNTE1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENzFDNTI1OTYwMTFFMTlFQTNDM0YxNTVGMThCNzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkQ3MUM0RjU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkQ3MUM1MDU5NjAxMUUxOUVBM0MzRjE1NUYxOEI3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlOkRgUAAAO+SURBVHja3JhNSxtBGMfd1a55hdQk2oMkpYdYkJRIDkpPBUGR4EFaL61H/QKiH0LxG3gK2B6EklMp+hVKNBYsLdQSRbE0SRsbN+8mfZ5lVtawszOjbg4deIjOzvx/z392ZnZ3pHa73fO/FwlNSpJk1UaGGIYIQwQhnBBuCBWiApGDOIY4Ba2WELxLXCuTWPkUIg7h4si5DJGG+NrmnB7d4tJMeiCmIfy3mB0FiB3QvbyFSVu4ZiYD8P8M1DtvvQYkqQL9P0LkBUzaxu006ZZl+WWr1XLcdbGDThV03oO+ymHSVq5887o8cx8gLKiDemBEZudlL1c2kKLQYIBHKBKJ5NfW1g7wlwEcQF2GQyaXl0fj6tO1D8qbZrPZzxKIxWI/9/f3cTf7A/EQ+ias2oNuFXTfAadpMl2R+xquW95F6PtB542NjcUzmcwjVp6gWwPdt8jV7qSiKCEBg5/gzzPcuiHJHKsPGkB9s2uE6+DYUHLkUXGGfMyDg9uvczWTHo/niYDBc72ut7f3Oc/0oenzcE0457xGdX3NZK1WC4oahNF9cXV1FeFJstFoBETqOwtykCdqVPelmazX606rRW80CDCFACO8O161WnWJ1NNSQS7yjUatNiPdl0xGtI/W0Ofz/TbeQZgCwyIGrfStuDSjhH99R0l+llx942nSGh4eHg4aRq+nVCr9Wlxc/CaSGU3fimtWkIt8w5JRMD8WVzPpdrtrtIaqqvpAbNZg9HJzczMjYpSmb8U1M4hc5BuWzSzmx+JqJoeGhv4ynlP+DqMXCJyfnz/iSZCmz+LqBTnE4IXRIObFw9VMjo6OnrNAZka3t7f3eJKMRqNnIvWdhXCEDBp9aSZXV1ePHA5HQ9Qo/KqsPqi7vLz8w+wa1vNwdY6IQdRFX9cmx8fHi5OTk8c8o0qMvoKI4y+rPepOTExcmF3Deh6ukcdjUOeirxufWtlsNhCPx6cLhYL7vs5W/H6/mk6nd8LhcJ72qdUN7vVXCFQUksnkHs/04Smog3qoa9WuG1zZMKrtRCLxfX19/cDlctXvAsL+qIN6OMMZU9F2bl8HsAHT98vIyEh9YWHhWS6X84iCgsHg5dbW1uepqSkEcd0du7mmB1lQ96BSqQwvLS09TqVS4XK5rPCM4tzc3DE8z7JOp/OUx2C3uNQjSXK65ysWi4MbGxuB3d1d/8nJiRdeqxSEo7jX662HQqESjF5hZWUlD++R+MpVvMu5qx1cieOIVCKHujiFHGSKYzRJVMmrlspaf6KHb/fF/SfAABnmiiuKJ06tAAAAAElFTkSuQmCC) left center no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    transition: .3s ease;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
    background-position: right center;
    right: 0px;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
    left: 0px;
}

.hs-cos-flex-slider-control-panel img {
    cursor: pointer;
}

.hs-cos-flex-slider-control-panel img:hover {
    opacity: .8;
}

.hs-cos-flex-slider-control-panel {
    margin-top: -30px;
}

/**
 * Control Nav
 */

.hs_cos_flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.hs_cos_flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.hs_cos_flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}

.hs_cos_flex-control-paging li a:hover {
    background: rgba(0, 0, 0, .7);
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: rgba(0, 0, 0, .9);
    cursor: default;
}

.hs_cos_flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.hs_cos_flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.hs_cos_flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.hs_cos_flex-control-thumbs img:hover {
    opacity: 1;
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 991px) {

  .hs_cos_flex-direction-nav .hs_cos_flex-prev,
  .hs_cos_flex-direction-nav .hs_cos_flex-next {
        opacity: .8;
    }
}

/**
 * Captions
 */

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2rem;
    line-height: 1.1;
    color: white;
    padding: 1px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3rem;
    line-height: 1.1;
    position: absolute;
    padding: 1px 5%;
    width: 100%;
    top: auto;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
}

.vex-content .hs_cos_flex-slider.slider-mode-lightbox .caption {
    top: auto;
    bottom: 0;
}

@media all and (max-width: 767px) {

    .hs_cos_flex-slider .superimpose .caption {
        position: static;
        font-size: 2rem;
        line-height: 1.1;
        color: white;
        width: 100%;
        top: auto;
        bottom: 0;
        text-align: center;
        background-color: rgba(0, 0, 0, .8);
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/**
 * Thumbnail gallery
 */

.slider-mode-slider .hs_cos_flex_thumbnavs-viewport {
    margin-top: -50px !important;
}

.slider-mode-slider .hs_cos_flex-slide-thumb {
    position: relative;
    width: 150px;
    height: 100px;
    max-width: 100%;
    overflow: hidden;
    line-height: normal;
    text-align: center;
    vertical-align: top;
}

.slider-mode-slider .hs_cos_flex-slide-thumb a {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    /* this fixes the overflow: hidden in Chrome: */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.slider-mode-slider .hs_cos_flex-slide-thumb a img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    margin: auto;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
}

/**
 * Lightbox gallery
 */

.slider-mode-lightbox.hs-cos-flex-slider-control-panel {
    margin-bottom: 0;
    overflow: hidden;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides {
    margin-right: -20px;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    position: relative;
    width: 120px;
    height: 120px;
    max-width: 90%;
    margin: 0 20px 20px 0;
    overflow: hidden;
    background-color: #222;
    line-height: normal;
    text-align: center;
    vertical-align: top;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    /* this fixes the overflow:hidden in Chrome: */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    margin: auto;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    opacity: 1;
}

/**
 * Fixes nav button transitions
 */

.hs_cos_flex-direction-nav .hs_cos_flex-next,
.hs_cos_flex-slider:hover .hs_cos_flex-next {
    right: 5px;
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev,
.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    left: 5px;
}

.hs_cos_flex-slider .hs_cos_flex-control-nav li a {
    box-shadow: none;
}

.white-content .hs_cos_flex-slider .hs_cos_flex-control-nav li a {
    opacity: .4;
}

.hs_cos_flex-slider .hs_cos_flex-control-nav li a:hover,
.hs_cos_flex-slider .hs_cos_flex-control-nav li a.hs_cos_flex-active {
    background: #6887b6;
}

.white-content .hs_cos_flex-slider .hs_cos_flex-control-nav li a:hover,
.white-content .hs_cos_flex-slider .hs_cos_flex-control-nav li a.hs_cos_flex-active {
    background: #fff;
    opacity: 1;
}

.hs_cos_flex-slider .hs_cos_flex-direction-nav li a {
    width: 40px;
    height: 40px;
    background: #222;
    border-top: 2px solid transparent;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.hs_cos_flex-slider .hs_cos_flex-direction-nav li a:hover {
    border-color: #6887b6;
}

.hs_cos_flex-slider .hs_cos_flex-direction-nav li a.hs_cos_flex-prev:before {
    content: "\f104";
    font-weight: 900;
}

.hs_cos_flex-slider .hs_cos_flex-direction-nav li a.hs_cos_flex-next:before {
    content: "\f105";
    font-weight: 900;
}

.hs_cos_flex-slider .hs_cos_flex-direction-nav li a:before {
    display: block;
    color: #fff;
    font-family: Font Awesome;
    font-size: 12px;
    line-height: 38px;
    text-indent: 0;
    text-align: center;
}

.hs_cos_flex-control-paging li a {
    background: #466ea5;
}

.white-content .hs_cos_flex-control-paging li a {
    background: #fff;
}

/**
 * Show first slider before init (custom class)
 */

.show-first-slide-before-init .hs_cos_flex-slider .hs_cos_flex-slides > li:first-child:not(.clone) {
    display: block;
}

/* Image Gallery
   ========================================================================== */

.slick-dots li button {
    margin: 0;
}

/* Post listing & filter
   ========================================================================== */

.widget-type-post_filter ul,
.widget-type-post_listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-type-post_filter li,
.widget-type-post_listing li {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.widget-type-post_filter li:last-child,
.widget-type-post_listing li:last-child {
    border: none;
}

.widget-type-post_filter a,
.widget-type-post_listing a {
    display: block;
    padding: 10px 0;
}

/* RSS listing
   ========================================================================== */

.hs_cos_wrapper_type_rss_listing h3:empty {
    display: none;
}


.hs-rss-item  {
    margin: 15px 0 0;
    padding: 15px 0 0;
}

.hs-rss-module {
    font-size: 0.9em;
}

.hs-rss-module a {
    color: #6887b6;
}

.white-content .hs-rss-module a {
    color: #fff;
}

.hs-rss-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 700;
}

.hs-rss-description {
    margin-top: 12px;
}

.hs-rss-description a {
    display: table;
    margin: 20px 0 0;
    padding: 5px 15px;
    background: #6887b6;
    
    
        border-radius: 50px;
    

    color: #fff !important;
    font-size: 0.6875rem;
    line-height: 1.81;
    font-weight: bold;
    transition: .2s ease-in-out;
}

.white-content .hs-rss-description a {
    background: #fff;
    color: #466ea5 !important;
}

.rss-button-theme .hs-rss-description a {
    background: #6887b6;
    color: #fff !important;
}

.rss-button-dark .hs-rss-description a {
    background: #466ea5;
    color: #fff !important;
}

.hs-rss-description a:hover,
.hs-rss-description a:active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

@media (max-width: 991px) and (min-width: 768px), (max-width: 479px) {

    .hs-rss-title {
        font-size: 1.125rem;
    }
}

@media (max-width: 479px) {

    .hs-rss-item.hs-with-featured-image .hs-rss-item-text,
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 100%;
        float: none;
    }

    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: auto;
        float: none;
        margin: 0 auto 50px;
    }
}

/* Horizontal spacer
   ========================================================================== */

.widget-type-space {
    visibility: hidden;
}

/* Blog
   ========================================================================== */

/**
 * Author's social links
 */

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border: 0;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook { background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png"); }
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin { background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png"); }
.hs-author-social-links a.hs-author-social-link.hs-social-twitter { background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png"); }
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus { background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png"); }

/**
 * Comments
 */

#comments-listing .comment-reply-to {
    margin: 0 0 1.5em;
    padding-left: 0;
    background: none;
    color: inherit;
    font-size: 0.6875rem;
    text-transform: none;
 }

 #comments-listing .comment-reply-to:before {
    content: '\f3e5';
    display: inline-block;
    padding-right: 5px;
    font-family: Font Awesome;
 }

.comment {
    margin: 10px 0 10px 0;
}

/**
 * Sharing widget
 */

.hs-blog-social-share {
    height: auto !important;
    clear: both;
}

.hs-blog-social-share:before,
.hs-blog-social-share:after {
    content: '';
    display: table;
    clear: both;
}

.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:last-child {
    margin-right: 0;
}

.hs-blog-social-share iframe {
    display: inline-block;
    vertical-align: top;
}

.hs-blog-social-share-item-google-plus div {
    vertical-align: top !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span {
    vertical-align: top !important; 
}

.hs-blog-social-share iframe {
    max-width: none;
}

.lt-ie9 .hs_cos_wrapper_type_linked_image img {
    width: auto !important;
}

@media (max-width: 479px) {
    
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; 
    }
}

/**
 * Align all items perfectly inline
 */

.hs-blog-social-share * {
    line-height: 20px !important;
}

.hs-blog-social-share span {
    vertical-align: top !important;
}

/* Call to action
   ========================================================================== */

/**
 * Call-to-Action counter-fix for the public_common.css "fix"
 */

body a.cta_button {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    vertical-align: middle;
}

/* Responsive embed
   ========================================================================== */

.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

.hs-responsive-embed iframe[src*="//www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

/* Breadcrumbs
   ========================================================================== */

.hs-breadcrumb-menu {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.66;
    vertical-align: top;
}

.hs-breadcrumb-menu-item {
    display: inline-block;
    float: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 5px 10px 5px 0;
    vertical-align: top;
}

.hs-breadcrumb-menu-item:last-child {
    padding-right: 0;
}

.hs-breadcrumb-menu a {
    color: inherit;
}

.hs-breadcrumb-menu a:hover,
.hs-breadcrumb-menu a:active {
    color: #6887b6;
}

.white-content .hs-breadcrumb-menu a:hover,
.white-content .hs-breadcrumb-menu a:active {
    color: #fff;
}

.last-crumb {
    opacity: .5;
}

/* 3rd party
   ========================================================================== */

/**
 * Support migrations from WordPress
 */

.wp-float-left,
.wp-float-right {
    margin-bottom: 20px;
}

.wp-float-left {
    float: left;
    margin-right: 20px;
}

.wp-float-right {
    float: right;
    margin-left: 20px;
}

/**
 * Support migrations from HubSpot's old CMS
 */

img.alignLeft,
img.alignRight {
    margin-bottom: 5px;
}

img.alignRight {
    float: right;
    margin-left: 15px;
}

img.alignLeft {
    float: left;
    margin-right: 15px;
}

/**
 * Google Maps
 */

#map_canvas {
    max-width: 100%;
    overflow-x: auto;
}

#map_canvas img,
.google-maps img {
    max-width: none !important;
}

/**
 * Old reCaptcha
 */

#recaptcha_table td {
    line-height: 0;
}

.recaptchatable #recaptcha_response_field {
    min-height: 0;
    line-height: 12px;
}

html body .recaptchatable a,
html body .recaptchatable a:hover {
    color: inherit;
}

@media all and (max-width: 479px) {

    #recaptcha_area table#recaptcha_table {
        width: 300px !important;
    }

    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: 300px !important;
    }

    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
        width: 67px !important;
    }

    #recaptcha_area table#recaptcha_table #recaptcha_image {
        width:280px !important;
    }
}

#captcha_wrapper { 
    overflow-x: auto;
}

#captcha_wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}

#captcha_wrapper::-webkit-scrollbar:vertical {
    width: 11px;
}

#captcha_wrapper::-webkit-scrollbar:horizontal {
    height: 11px;
}

#captcha_wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .5);
}

#captcha_wrapper::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
}

/* ==========================================================================
   Follow Me
   ========================================================================== */

/* Default
   ========================================================================== */

.hs_cos_wrapper_type_follow_me > div {
    font-size: 0;
    line-height: 0;
}

.fm_button {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 4px 4px 0;
    background-color: #6887b6;
    
    color: #fff !important;
    font-family: Font Awesome;
    font-size: 22px;
    line-height: 50px;
    vertical-align: top;
    transition: .2s;
    text-align: center;
}

.fm_youtube,
.fm_twitter,
.fm_facebook,
.fm_linkedin,
.fm_googleplus,
.fm_googlepluspages,
.fm_pinterest,
.fm_xing,
.fm_instagram,
.fm_vimeo,
.fm_slack,
.fm_behance,
.fm_dribbble,
.fm_skype,
.fm_default[href*="instagram.com"],
.fm_default[href*="xing.com"],
.fm_default[href*="vimeo.com"],
.fm_default[href*="slack.com"],
.fm_default[href*="behance.net"],
.fm_default[href*="dribbble.com"] {
    font-family: Font Awesome\ 5 Brands;
}

.fm_button:last-child {
    margin-right: 0;
}

.fm_twitter    { background-color: #1DA1F2 !important; }
.fm_facebook   { background-color: #3B5998 !important; }
.fm_linkedin   { background-color: #0078B7 !important; }
.fm_googleplus, .fm_googlepluspages { background-color: #DD5144 !important; }
.fm_pinterest  { background-color: #BD081C !important; }
.fm_youtube    { background-color: #E8382F !important; }
.fm_rss        { background-color: #FFA500 !important; }
.fm_default[href*="instagram.com"], .fm_instagram { background-color: #673AB7 !important; }
.fm_default[href*="xing.com"], .fm_xing { background-color: #005A5F !important; }
.fm_default[href*="vimeo.com"], .fm_vimeo { background-color: #00ADEF !important; }
.fm_default[href*="slack.com"], .fm_slack { background-color: #78D4B6 !important; }
.fm_default[href*="behance.net"], .fm_behance { background-color: #4176FB !important; }
.fm_default[href*="dribbble.com"], .fm_dribbble { background-color: #E84C88 !important; }
.fm_default[href*="mailto:"], .fm_email { background-color: #0b81f0 !important; }
.fm_skype { background-color: #02B4EB !important; }

.fm_facebook:hover   { background-color: #5272b4 !important; }
.fm_linkedin:hover   { background-color: #1793d4 !important; }
.fm_twitter:hover    { background-color: #42b7ff !important; }
.fm_googleplus:hover, .fm_googlepluspages:hover { background-color: #f86c5f !important; }
.fm_pinterest:hover  { background-color: #e02c40 !important; }
.fm_xing:hover       { background-color: #09858c !important; }
.fm_youtube:hover    { background-color: #f85149 !important; }
.fm_rss:hover        { background-color: #ffb734 !important; }
.fm_default[href*="instagram.com"]:hover, .fm_instagram:hover { background-color: #8452dc !important; }
.fm_default[href*="xing.com"]:hover, .fm_xing:hover { background-color: #0a7e84 !important; }
.fm_default[href*="vimeo.com"]:hover, .fm_vimeo:hover { background-color: #28bff9 !important; }
.fm_default[href*="slack.com"]:hover, .fm_slack:hover { background-color: #90edcf !important; }
.fm_default[href*="behance.net"]:hover, .fm_behance:hover { background-color: #6d97ff !important; }
.fm_default[href*="dribbble.com"]:hover, .fm_dribbble:hover { background-color: #f9639c !important; }
.fm_default[href*="mailto:"]:hover, .fm_email:hover { background-color: #2d99ff !important; }
.fm_skype:hover { background-color: #24c8fb !important; }

.fm_button:focus {
    outline: 0;
}

.fm_youtube:before { content: "\f167"; font-weight: 400; }
.fm_twitter:before { content: "\f099"; font-weight: 400; }
.fm_facebook:before { content: "\f39e"; font-weight: 400; }
.fm_rss:before { content: "\f09e"; font-weight: 900; }
.fm_linkedin:before { content: "\f0e1"; font-weight: 400; }
.fm_googleplus:before, .fm_googlepluspages:before { content: "\f0d5"; font-weight: 400; }
.fm_pinterest:before { content: "\f231"; font-weight: 400; }
.fm_default:before { content: "\f0c1"; font-weight: 900; }
.fm_default[href*="instagram.com"]:before, .fm_instagram:before { content: "\f16d"; font-weight: 400; }
.fm_default[href*="xing.com"]:before, .fm_xing:before { content: "\f168"; font-weight: 400; }
.fm_default[href*="vimeo.com"]:before, .fm_vimeo:before { content: "\f27d"; font-weight: 400; }
.fm_default[href*="slack.com"]:before, .fm_slack:before { content: "\f198"; font-weight: 400; }
.fm_default[href*="behance.net"]:before, .fm_behance:before { content: "\f1b4"; font-weight: 400; }
.fm_default[href*="dribbble.com"]:before, .fm_dribbble:before { content: "\f17d"; font-weight: 400; }
.fm_default[href*="mailto:"]:before, .fm_email:before { content: "\f0e0"; font-weight: 400; }
.fm_skype:before { content: "\f17e"; font-weight: 400; }
.fm_home:before { content: "\f015"; font-weight: 900; }

.fm_button span {
    display: none !important;
}

/* Custom
   ========================================================================== */

.social-icons .fm_button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 6px 6px 0;
    background-color: transparent !important;
    box-shadow: 0 0 0 2px #6887b6 inset;
    
    color: #6887b6 !important;
    text-align: center;
    transition: .4s;
    font-size: 22px;
    line-height: 60px;
}

.social-icons .fm_button:last-child {
    margin-right: 0;
}

.white-content .social-icons .fm_button,
.white-content.social-icons .fm_button {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff !important;
}

.social-icons .fm_button:hover {
    background-color: #6887b6 !important;
    color: #fff !important;
}

.white-content .social-icons .fm_button:hover,
.white-content.social-icons .fm_button:hover {
    background-color: #fff !important;
    color: #6887b6 !important;
}

/**
 * Theme
 */

.social-icons.theme .fm_button {
    box-shadow: 0 0 0 2px #6887b6 inset;
    color: #6887b6 !important;
}

.social-icons.theme .fm_button:hover {
    background-color: #6887b6 !important;
    color: #fff !important;
}

/**
 * Dark
 */

.social-icons.dark .fm_button {
    box-shadow: 0 0 0 2px #466ea5 inset;
    color: #466ea5 !important;
}

.social-icons.dark .fm_button:hover {
    background-color: #466ea5 !important;
    color: #fff !important;
}

/**
 * White
 */

.social-icons.white h3 {
    color: #fff;
}

.social-icons.white .fm_button {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff !important;
}

.social-icons.white .fm_button:hover {
    background-color: #fff !important;
    color: #6887b6 !important;
}

/**
 * Full
 */

.social-icons.full .fm_button,
.social-icons.full.theme .fm_button {
    background-color: #6887b6 !important;
    box-shadow: none !important;
    color: #fff !important;
    transition: .2s ease-in-out;
}

.social-icons.full .fm_button:hover,
.social-icons.full .fm_button:active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.social-icons.full.dark .fm_button {
    background-color: #466ea5 !important;
    color: #fff !important;
}

.social-icons.full.white .fm_button {
    background-color: #fff !important;
    color: #6887b6 !important;
}

/* ==========================================================================
   Social Sharing
   ========================================================================== */

.hs_cos_wrapper_type_social_sharing {
    font-size: 0;
    line-height: 0;
}

.hs_cos_wrapper_type_social_sharing a {
    display: inline-block;
    width: 40px !important;
    height: 40px !important;
    margin: 0 10px 10px 0;
    background-color: #6887b6;
    border: none !important;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0);
    
    color: #fff;
    font-family: Font Awesome\ 5 Brands;
    font-size: 20px;
    line-height: 40px;
    vertical-align: top;
    transition: .2s;
}

.hs_cos_wrapper_type_social_sharing a[href^="http://www.facebook.com"] { background-color: #3B5998 !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="http://www.linkedin.com"] { background-color: #0078B7 !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="https://twitter.com"]     { background-color: #1DA1F2 !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="https://plus.google.com"] { background-color: #DD5144 !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="http://pinterest.com"]    { background-color: #BD081C !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="mailto:?subject"]         { background-color: #0b81f0 !important; color: #fff !important; font-family: Font Awesome; }

.hs_cos_wrapper_type_social_sharing a[href^="http://www.facebook.com"]:hover { background-color: #5272b4 !important; }
.hs_cos_wrapper_type_social_sharing a[href^="http://www.linkedin.com"]:hover { background-color: #1793d4 !important; }
.hs_cos_wrapper_type_social_sharing a[href^="https://twitter.com"]:hover     { background-color: #42b7ff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="https://plus.google.com"]:hover { background-color: #f86c5f !important; }
.hs_cos_wrapper_type_social_sharing a[href^="http://pinterest.com"]:hover    { background-color: #e02c40 !important; }
.hs_cos_wrapper_type_social_sharing a[href^="mailto:?subject"]:hover         { background-color: #2d99ff !important; }

.hs_cos_wrapper_type_social_sharing a:before {
    content: "\f0c1";
    font-weight: 900;
    display: block;
    text-align: center;
    text-indent: 0;
}

.hs_cos_wrapper_type_social_sharing a[href^="http://www.facebook.com"]:before { content: "\f39e"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="http://www.linkedin.com"]:before { content: "\f0e1"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="https://twitter.com"]:before     { content: "\f099"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="https://plus.google.com"]:before { content: "\f0d5"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="http://pinterest.com"]:before    { content: "\f231"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="mailto:?subject"]:before         { content: "\f0e0"; font-weight: 400; }

.hs_cos_wrapper_type_social_sharing a img {
    display: none !important;
}

/* ==========================================================================
   AddThis Widgets
   ========================================================================== */

/* Type 1
   ========================================================================== */

.addthis-widget-type-1 .at-share-btn {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
    
    
        border-radius: 6px !important;
    

    -webkit-transform: none !important;
    transform: none !important;
}

.addthis-widget-type-1.vertical .at-share-btn {
    display: block !important;
}

@media (max-width: 991px) {
    
    .addthis-widget-type-1.md-horizontal .at-share-btn {
        display: inline-block !important;
    }
}

@media (max-width: 768px) {
    
    .addthis-widget-type-1.sm-horizontal .at-share-btn {
        display: inline-block !important;
    }
}

.addthis-widget-type-1 .at-share-btn:hover {
    -webkit-transform: scale(1.1,1.1) !important;
    transform: scale(1.1,1.1) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.addthis-widget-type-1 .at-share-btn:focus {
    outline: 0 !important;
}

.addthis-widget-type-1 .at-share-btn .at-icon-wrapper {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
}

.addthis-widget-type-1 .at-share-btn svg {
    width: 30px !important;
    height: 30px !important;
    transition: .4s;
}

.addthis-widget-type-1 .at-label {
    display: none !important;
}

/* Theme */

.addthis-widget-type-1.theme .at-share-btn {
    background: #6887b6 !important;
}

.addthis-widget-type-1.theme .at-share-btn svg {
    fill: #fff !important;
}

/* Theme Empty */

.addthis-widget-type-1.theme.empty .at-share-btn {
    background: #fff !important;
}

.addthis-widget-type-1.theme.empty .at-share-btn svg {
    fill: #6887b6 !important;
}

/* ==========================================================================
   Media Player
   ========================================================================== */

.media-player *:focus {
    outline: 0;
}

.media-player .plyr__controls {
    padding: 5px;
    background: #6887b6;
}

.media-player.controls-off-poster .plyr__controls {
    visibility: hidden;
}

.media-player.controls-off-poster .plyr--playing .plyr__controls {
    visibility: visible;
}

.media-player.controls-on-play .plyr--playing .plyr__controls {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.media-player .plyr--video .plyr__controls button.tab-focus:focus,
.media-player .plyr--video .plyr__controls button:hover,
.media-player .plyr--audio .plyr__controls button.tab-focus:focus,
.media-player .plyr--audio .plyr__controls button:hover {
    background: rgba(255, 255, 255, .15);
}

.media-player .plyr__progress--played,
.media-player .plyr__volume--display {
    color: #fff;
}

.media-player .plyr__tooltip {
    background: #466ea5;
}

.media-player .plyr input[type=range]::-ms-fill-lower {
    background: #fff;
}

.media-player .plyr input[type=range]:active::-webkit-slider-thumb {
    background: #fff;
}

.media-player .plyr input[type=range]:active::-moz-range-thumb {
    background: #fff;
}

.media-player .plyr input[type=range]:active::-ms-thumb {
    background: #fff;
}

.media-player .plyr input[type=range]::-webkit-slider-thumb {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.media-player .plyr input[type=range]::-moz-range-thumb {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media-player .plyr input[type=range]::-ms-thumb {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media-player .plyr__play-large {
    background: none;
    cursor: pointer;
    padding: 15px;
    border-color: rgba(255, 255, 255, .5);
    opacity: .9;
}

.media-player:hover .plyr__play-large {
    border-color: #fff;
    opacity: 1;
}

.media-player .plyr--audio .plyr__controls {
    border: none;
    color: #fff;
}

.media-player .plyr__progress--buffer,
.media-player .plyr__volume--display,
.media-player .plyr__progress--buffer,
.media-player .plyr__volume--display {
    background: rgba(255, 255, 255, .25) !important;
}

.media-player .plyr__progress--buffer,
.media-player .plyr__progress--buffer {
    color: rgba(255, 255, 255, .25) !important;
}

/* ==========================================================================
   Content section
   ========================================================================== */

.content-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.content-section:not([data-parallax]):not([class*="overlay-"]) {
    background-color: #fff;
}

.content-section.bg-img-defined {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-section.bg-pattern {
    background-repeat: repeat;
    background-size: auto auto;
}

.content-section .bg-img img {
    display: none;
}

/* ==========================================================================
   Video Background
   ========================================================================== */

.video-bg {
    position: relative;
    z-index: 1;
    background-position: center center !important;;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
}

.video-url {
    display: none !important;
}

.video-bg .video-object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.video-bg .video-object video {
    width: auto;
    height: auto;
    max-width: none;
    min-width: 100%; 
    min-height: 100%; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

@media (max-width: 768px) {

    .hide-video-on-mobile .video-object {
        display: none;
    }
}

/* ==========================================================================
   Overlay and Background
   ========================================================================== */

.overlay-theme,
.overlay-dark,
.overlay-light,
.overlay-white,
[class*="overlay-g"] {
    position: relative;
}

.overlay-theme:before,
.overlay-dark:before,
.overlay-light:before,
.overlay-white:before,
[class*="overlay-g"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .4; /* default opacity */
    border-radius: inherit;
    pointer-events: none;
}

.overlay-theme:before {
    background-color: #6887b6;
}

.overlay-dark:before {
    background-color: #466ea5;
}

.overlay-light:before {
    background-color: #cacbce;
}

.overlay-white:before {
    background-color: #fff;
}

.overlay-theme > *,
.overlay-dark > *,
.overlay-light > *,
.overlay-white > *,
[class*="overlay-g"] > * {
    position: relative;
    z-index: 1;
}

.overlay-0:before { opacity: 0; }
.overlay-10:before { opacity: .1; }
.overlay-20:before { opacity: .2; }
.overlay-30:before { opacity: .3; }
.overlay-40:before { opacity: .4; }
.overlay-50:before { opacity: .5; }
.overlay-60:before { opacity: .6; }
.overlay-70:before { opacity: .7; }
.overlay-80:before { opacity: .8; }
.overlay-90:before { opacity: .9; }
.overlay-95:before { opacity: .95; }
.overlay-98:before { opacity: .98; }
.overlay-100:before { opacity: 1; }

.overlay-radius-inherit:before {
    border-radius: inherit;
}

.bg-theme {
    background-color: #6887b6 !important;
}

.bg-dark {
    background-color: #466ea5 !important;
}

.bg-alternate {
    background-color: #C25700 !important;
}

.bg-alternate-two {
    background-color: #b96767 !important;
}

.bg-alternate-three {
    background-color: #6e8f82 !important;
}

.bg-light {
    background-color: #cacbce !important;
}

.bg-white {
    background-color: #fff !important;
}



.bg-g1 {
    background: #ffab80 !important;
    background: -moz-linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
    background: -webkit-linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
    background: linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
}
.overlay-g1:before {
    background: #ffab80 !important;
    background: -moz-linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
    background: -webkit-linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
    background: linear-gradient(45deg, #ffab80 0%, #f1606d 100%) !important;
}


.bg-g2 {
    background: #f95759 !important;
    background: -moz-linear-gradient(45deg, #f95759 0%, #f97957 100%) !important;
    background: -webkit-linear-gradient(45deg, #f95759 0%, #f97957 100%) !important;
    background: linear-gradient(45deg, #f95759 0%, #f97957 100%) !important;
}
.overlay-g2:before {
    background: #f95759 !important;
    background: -moz-linear-gradient(45deg, #f95759 0%, #f97957 100%) !important;
    background: -webkit-linear-gradient(45deg, #f95759 0%, #f97957 100%) !important;
    background: linear-gradient(45deg, #f95759 0%, #f97957 100%) !important;
}


.bg-g3 {
    background: #ff4082 !important;
    background: -moz-linear-gradient(45deg, #ff4082 0%, #e659ff 100%) !important;
    background: -webkit-linear-gradient(45deg, #ff4082 0%, #e659ff 100%) !important;
    background: linear-gradient(45deg, #ff4082 0%, #e659ff 100%) !important;
}
.overlay-g3:before {
    background: #ff4082 !important;
    background: -moz-linear-gradient(45deg, #ff4082 0%, #e659ff 100%) !important;
    background: -webkit-linear-gradient(45deg, #ff4082 0%, #e659ff 100%) !important;
    background: linear-gradient(45deg, #ff4082 0%, #e659ff 100%) !important;
}


.bg-g4 {
    background: #ff2c40 !important;
    background: -moz-linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%) !important;
    background: -webkit-linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%) !important;
    background: linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%) !important;
}
.overlay-g4:before {
    background: #ff2c40 !important;
    background: -moz-linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%) !important;
    background: -webkit-linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%) !important;
    background: linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%) !important;
}


.bg-g5 {
    background: #e339fc !important;
    background: -moz-linear-gradient(45deg, #e339fc 0%, #60b2fa 100%) !important;
    background: -webkit-linear-gradient(45deg, #e339fc 0%, #60b2fa 100%) !important;
    background: linear-gradient(45deg, #e339fc 0%, #60b2fa 100%) !important;
}
.overlay-g5:before {
    background: #e339fc !important;
    background: -moz-linear-gradient(45deg, #e339fc 0%, #60b2fa 100%) !important;
    background: -webkit-linear-gradient(45deg, #e339fc 0%, #60b2fa 100%) !important;
    background: linear-gradient(45deg, #e339fc 0%, #60b2fa 100%) !important;
}


.bg-g6 {
    background: #8a5efe !important;
    background: -moz-linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%) !important;
    background: -webkit-linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%) !important;
    background: linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%) !important;
}
.overlay-g6:before {
    background: #8a5efe !important;
    background: -moz-linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%) !important;
    background: -webkit-linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%) !important;
    background: linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%) !important;
}


.bg-g7 {
    background: #aea0f3 !important;
    background: -moz-linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%) !important;
    background: -webkit-linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%) !important;
    background: linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%) !important;
}
.overlay-g7:before {
    background: #aea0f3 !important;
    background: -moz-linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%) !important;
    background: -webkit-linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%) !important;
    background: linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%) !important;
}


.bg-g8 {
    background: #1581f0 !important;
    background: -moz-linear-gradient(45deg, #1581f0 0%, #1ecdff 100%) !important;
    background: -webkit-linear-gradient(45deg, #1581f0 0%, #1ecdff 100%) !important;
    background: linear-gradient(45deg, #1581f0 0%, #1ecdff 100%) !important;
}
.overlay-g8:before {
    background: #1581f0 !important;
    background: -moz-linear-gradient(45deg, #1581f0 0%, #1ecdff 100%) !important;
    background: -webkit-linear-gradient(45deg, #1581f0 0%, #1ecdff 100%) !important;
    background: linear-gradient(45deg, #1581f0 0%, #1ecdff 100%) !important;
}


.bg-g9 {
    background: #22dbbf !important;
    background: -moz-linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%) !important;
    background: -webkit-linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%) !important;
    background: linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%) !important;
}
.overlay-g9:before {
    background: #22dbbf !important;
    background: -moz-linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%) !important;
    background: -webkit-linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%) !important;
    background: linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%) !important;
}


.bg-g10 {
    background: #2cdd9b !important;
    background: -moz-linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%) !important;
    background: -webkit-linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%) !important;
    background: linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%) !important;
}
.overlay-g10:before {
    background: #2cdd9b !important;
    background: -moz-linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%) !important;
    background: -webkit-linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%) !important;
    background: linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%) !important;
}


.bg-g11 {
    background: #2f93c7 !important;
    background: -moz-linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%) !important;
    background: -webkit-linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%) !important;
    background: linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%) !important;
}
.overlay-g11:before {
    background: #2f93c7 !important;
    background: -moz-linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%) !important;
    background: -webkit-linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%) !important;
    background: linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%) !important;
}


.bg-g12 {
    background: #fb8a2a !important;
    background: -moz-linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%) !important;
    background: -webkit-linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%) !important;
    background: linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%) !important;
}
.overlay-g12:before {
    background: #fb8a2a !important;
    background: -moz-linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%) !important;
    background: -webkit-linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%) !important;
    background: linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%) !important;
}


.bg-none,
.bg-transparent {
    background: none !important;
}

/* ==========================================================================
   Generic Menu
   ========================================================================== */

/* Functionality
   ========================================================================== */

.generic-menu .hs-menu-wrapper ul,
.generic-menu .hs-menu-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.generic-menu .hs-menu-wrapper.flyouts li {
    position: relative;
}

.generic-menu .hs-menu-wrapper a {
    display: block;
}

.generic-menu .hs-menu-wrapper.flyouts ul ul {
    max-width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.generic-menu .hs-menu-wrapper.flyouts li:hover > ul {
    max-width: none;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.generic-menu .hs-menu-wrapper.flyouts > ul > li:hover > a {
    position: relative;
    z-index: 101;
}

.generic-menu .hs-menu-flow-horizontal > ul:after {
    content: '';
    display: table;
    clear: both;
}

.generic-menu .hs-menu-flow-vertical_flyouts.flyouts ul ul,
.generic-menu [class*="hs-menu-flow-vertical"].no-flyouts ul ul {
    display: none;
}

.generic-menu .hs-menu-flow-vertical_flyouts.flyouts li:hover > ul,
.generic-menu [class*="hs-menu-flow-vertical"].no-flyouts li.active-branch > ul {
    display: block;
}

@media (min-width: 768px) {

    .generic-menu .hs-menu-flow-horizontal > ul {
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

    .generic-menu .hs-menu-flow-horizontal.flyouts > ul > li {
        float: left;
    }

    .generic-menu .hs-menu-flow-horizontal.no-flyouts > ul > li {
        display: inline-block;
        vertical-align: top;
    }

    .generic-menu .hs-menu-flow-horizontal.flyouts ul ul,
    .generic-menu .hs-menu-flow-vertical.flyouts ul ul {
        position: absolute;
    }

    .generic-menu .hs-menu-flow-horizontal.flyouts ul ul ul,
    .generic-menu .hs-menu-flow-vertical.flyouts ul ul {
        top: 0;
        left: 100%;
    }

    .generic-menu .hs-menu-flow-horizontal.flyouts ul ul li a,
    .generic-menu .hs-menu-flow-vertical.flyouts ul ul li a {
        white-space: nowrap;
    }
}

/* Flyouts left
   ========================================================================== */

@media (min-width: 768px) {

    .generic-menu.flyouts-left .hs-menu-flow-horizontal.flyouts > ul > li > ul,
    .generic-menu.flyouts-left-last-1 .hs-menu-flow-horizontal.flyouts > ul > li:last-child > ul,
    .generic-menu.flyouts-left-last-2 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+2) > ul,
    .generic-menu.flyouts-left-last-3 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+3) > ul,
    .generic-menu.flyouts-left-last-4 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+4) > ul,
    .generic-menu.flyouts-left-last-5 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+5) > ul {
        left: auto;
        right: 0;
    }

    .generic-menu.flyouts-left .hs-menu-flow-vertical.flyouts ul ul,
    .generic-menu.flyouts-left .hs-menu-flow-horizontal.flyouts ul ul ul,
    .generic-menu.flyouts-left-last-1 .hs-menu-flow-horizontal.flyouts > ul > li:last-child ul ul,
    .generic-menu.flyouts-left-last-2 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+2) ul ul,
    .generic-menu.flyouts-left-last-3 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+3) ul ul,
    .generic-menu.flyouts-left-last-4 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+4) ul ul,
    .generic-menu.flyouts-left-last-5 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+5) ul ul {
        left: auto;
        right: 100%;
    }
}

/* Flyout animations
   ========================================================================== */

@media (min-width: 768px) {


    .generic-menu.flyouts-fade .hs-menu-wrapper.flyouts ul ul,
    .generic-menu.flyouts-slide .hs-menu-wrapper.flyouts ul ul,
    .generic-menu.flyouts-scroll .hs-menu-wrapper.flyouts ul ul {
        transition: .4s ease-in-out;
    }

    .generic-menu.flyouts-delay .hs-menu-wrapper.flyouts li:hover > ul {
        transition-delay: .3s;
    }

    .generic-menu.flyouts-fade .hs-menu-wrapper.flyouts ul ul {
        opacity: 0;
    }

    .generic-menu.flyouts-fade .hs-menu-wrapper.flyouts li:hover > ul {
        opacity: 1;
    }

    .generic-menu.flyouts-slide .hs-menu-flow-horizontal.flyouts ul ul {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .generic-menu.flyouts-slide .hs-menu-flow-horizontal.flyouts li:hover > ul {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .generic-menu.flyouts-slide .hs-menu-flow-horizontal.flyouts ul ul ul,
    .generic-menu.flyouts-slide .hs-menu-flow-vertical.flyouts ul ul {
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px);
    }

    .generic-menu.flyouts-slide.menu-flyouts-left .hs-menu-flow-vertical.flyouts ul ul,
    .generic-menu.flyouts-slide.menu-flyouts-left .hs-menu-flow-horizontal.flyouts ul ul ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-1 .hs-menu-flow-horizontal.flyouts > ul > li:last-child ul ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-2 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+2) ul ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-3 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+3) ul ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-4 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+4) ul ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-5 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+5) ul ul {
        -webkit-transform: translateX(12px);
        transform: translateX(12px);
    }

    .generic-menu.flyouts-slide .hs-menu-flow-horizontal.flyouts ul ul li:hover > ul,
    .generic-menu.flyouts-slide .hs-menu-flow-vertical.flyouts li:hover > ul,
    .generic-menu.flyouts-slide.menu-flyouts-left .hs-menu-flow-vertical.flyouts li:hover > ul,
    .generic-menu.flyouts-slide.menu-flyouts-left .hs-menu-flow-horizontal.flyouts ul ul li:hover > ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-1 .hs-menu-flow-horizontal.flyouts > ul > li:last-child li:hover > ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-2 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+2) li:hover > ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-3 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+3) li:hover > ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-4 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+4) li:hover > ul,
    .generic-menu.flyouts-slide.menu-flyouts-left-last-5 .hs-menu-flow-horizontal.flyouts > ul > li:nth-last-child(-n+5) li:hover > ul {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .generic-menu.flyouts-scroll .hs-menu-wrapper.flyouts ul ul {
        height: auto;
        max-height: 0;
    }

    .generic-menu.flyouts-scroll .hs-menu-wrapper.flyouts li:hover > ul {
        overflow: hidden;
        max-height: 2000px;
    }

    .generic-menu.flyouts-scroll .hs-menu-wrapper.flyouts ul ul:hover {
        overflow: visible;
    }
}

/* Menu vertical show all
   ========================================================================== */

.generic-menu.menu-vertical-show-all .hs-menu-flow-vertical_flyouts ul ul {
    display: block !important;
    height: auto !important;
    max-width: none !important;
    visibility: visible !important;
}

/* Styled
   ========================================================================== */

.generic-menu.styled .hs-menu-wrapper a {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.714;
    background-color: #fff;
    color: #6887b6;
}

.generic-menu.styled .hs-menu-wrapper ul li:hover > a,
.generic-menu.styled .hs-menu-wrapper ul li a:hover,
.generic-menu.styled .hs-menu-wrapper ul li.active > a,
.generic-menu.styled .hs-menu-wrapper ul li.active-branch > a {
    background: #eee;
}

.generic-menu.styled .hs-menu-flow-horizontal ul ul li a,
.generic-menu.styled .hs-menu-flow-vertical ul li a {
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {

    .generic-menu.styled .hs-menu-flow-horizontal > ul > li > a {
        border-left: 1px solid #eee;
    }

    .generic-menu.styled .hs-menu-flow-horizontal > ul > li:first-child > a {
        border-left: none;
    }

    .generic-menu.styled .hs-menu-wrapper.flyouts ul ul {
        box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .3);
    }

    .generic-menu.styled .hs-menu-flow-horizontal ul ul li:first-child > a,
    .generic-menu.styled .hs-menu-flow-vertical ul li:first-child > a {
        border-top: none;
    }

    .generic-menu.styled .hs-menu-wrapper.flyouts ul ul li a {
        min-width: 160px;
    }
}

@media (max-width: 768px) {

    .generic-menu.styled .hs-menu-flow-horizontal > ul > li > a {
        border-top: 1px solid #eee;
    }

    .generic-menu.styled .hs-menu-flow-horizontal > ul > li:first-child > a {
        border-top: none;
    }

    .generic-menu.styled .hs-menu-wrapper ul ul a:before { content: '- '; }
    .generic-menu.styled .hs-menu-wrapper ul ul ul a:before { content: '-- '; }
    .generic-menu.styled .hs-menu-wrapper ul ul ul ul a:before { content: '--- '; }
    .generic-menu.styled .hs-menu-wrapper ul ul ul ul ul a:before { content: '---- '; }
    .generic-menu.styled .hs-menu-wrapper ul ul ul ul ul ul a:before { content: '----- '; }
}

/* ==========================================================================
   Menu bar
   ========================================================================== */

.menu-bar .hs-menu-wrapper ul,
.menu-bar .hs-menu-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-bar .hs-menu-wrapper li {
    position: relative;
}

.menu-bar .hs-menu-wrapper a {
    display: block;
    position: relative;
    color: inherit;
    font-size: 0.8125rem;
    line-height: 1.923;
}

.menu-bar .hs-menu-wrapper a:focus {
    outline: 0;
}

.menu-bar .hs-menu-wrapper a:hover {
    color: inherit;
}

.menu-bar .hs-menu-wrapper > ul {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.menu-bar .hs-menu-wrapper > ul:after {
    content: '';
    display: table;
    clear: both;
}

.menu-bar .hs-menu-wrapper > ul > li {
    float: left;
    margin-right: 30px;
}

.menu-bar .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
}

.menu-bar .hs-menu-wrapper > ul > li > a {
    padding: 15px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-bar .hs-menu-wrapper > ul > li:hover > a {
    position: relative;
    z-index: 101;
}

.menu-bar .hs-menu-wrapper > ul > li > a:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 15px;
    z-index: 0;
    background: #6887b6;
    
    
        border-radius: 3px;
    

    transition: .4s ease-in-out;
    pointer-events: none;
}

.header-wrapper .menu-bar .hs-menu-wrapper > ul > li > a:before,
.sticky-header .menu-bar .hs-menu-wrapper > ul > li > a:before {
    
}

.white-content .menu-bar .hs-menu-wrapper > ul > li > a:before {
    background: #fff;
}

.menu-bar .hs-menu-wrapper > ul > li > a:before,
.menu-bar.first-not-active .hs-menu-wrapper > ul > li.active:first-child > a:before,
.menu-bar.first-not-active-branch .hs-menu-wrapper > ul > li.active-branch:first-child > a:before {
    left: 80%;
    right: 80%;
    opacity: 0;
    visibility: hidden;
}

.menu-bar .hs-menu-wrapper > ul > li:hover > a:before,
.menu-bar .hs-menu-wrapper > ul > li.active > a:before,
.menu-bar .hs-menu-wrapper > ul > li.active-branch > a:before,
.menu-bar.first-not-active .hs-menu-wrapper > ul > li.active:first-child:hover > a:before,
.menu-bar.first-not-active-branch .hs-menu-wrapper > ul > li.active-branch:first-child:hover > a:before {
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.menu-bar .hs-menu-wrapper ul ul {
    max-width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, .1);*/
    /*box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);*/
    box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.15), 0 20px 60px -10px rgba(0, 0, 0, .15);
    
    
        border-radius: 4px;
    

}

.menu-bar .hs-menu-wrapper li:hover > ul {
    max-width: none;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.menu-bar .hs-menu-wrapper > ul > li > ul > li:first-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 20px;
    background: #466ea5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    transition: .2s ease-in-out;
}

.menu-bar .hs-menu-wrapper > ul > li > ul > li:first-child:hover:before,
.menu-bar .hs-menu-wrapper > ul > li > ul > li.active:first-child:before,
.menu-bar .hs-menu-wrapper > ul > li > ul > li.active-branch:first-child:before {
    background: #6390c6;
}

.menu-bar .hs-menu-wrapper ul ul li:first-child:hover:before,
.menu-bar .hs-menu-wrapper ul ul li.active:first-child:before,
.menu-bar .hs-menu-wrapper ul ul li.active-branch:first-child:before {
    background: #6390c6;
}

.menu-bar .hs-menu-wrapper ul ul li a {
    min-width: 11.25rem;
    max-width: 17.5rem;
    padding: 0.5rem 0.9375rem;
    background: #466ea5;
    color: #ffffff;
    /* -webkit-transform: translateZ(0); */
    /* Uncomment above if required --> a fix for Safari https://stackoverflow.com/questions/7947385/hovering-over-css-transition-in-safari-lightens-certain-font-color */
}

/* A fix for IE11, 1px weird space */
.is-ie11 .menu-bar .hs-menu-wrapper ul ul li:not(:first-child) > a {
    margin-top: -1px;
}

.menu-bar .hs-menu-wrapper ul ul li:first-child > a {
    
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    
}

.menu-bar .hs-menu-wrapper ul ul li:last-child > a {
    
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    
}

.menu-bar .hs-menu-wrapper ul ul li.hs-item-has-children > a {
    padding-right: 25px;
}

.menu-bar .hs-menu-wrapper ul ul li.hs-item-has-children > a:before {
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 15px;
    font-family: Font Awesome;
}

.menu-bar .hs-menu-wrapper ul ul li:hover > a,
.menu-bar .hs-menu-wrapper ul ul li.active > a,
.menu-bar .hs-menu-wrapper ul ul li.active-branch > a {
    background: #6390c6;
    color: #ffffff;
}

.menu-bar .hs-menu-wrapper ul ul ul {
    top: 0;
    left: 100%;
}

.menu-bar .hs-menu-wrapper > ul > li > ul > li > ul {
    margin-top: 1px;
}

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

.menu-bar .hs-menu-wrapper ul ul ul li:first-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    left: -5px;
    background: #466ea5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    transition: .2s ease-in-out;
}

/* Flyouts left
   ========================================================================== */

.menu-bar.flyouts-left .hs-menu-wrapper > ul > li > ul,
.menu-bar.flyouts-left-last-1 .hs-menu-wrapper > ul > li:last-child > ul,
.menu-bar.flyouts-left-last-2 .hs-menu-wrapper > ul > li:nth-last-child(-n+2) > ul,
.menu-bar.flyouts-left-last-3 .hs-menu-wrapper > ul > li:nth-last-child(-n+3) > ul,
.menu-bar.flyouts-left-last-4 .hs-menu-wrapper > ul > li:nth-last-child(-n+4) > ul,
.menu-bar.flyouts-left-last-5 .hs-menu-wrapper > ul > li:nth-last-child(-n+5) > ul {
    left: auto;
    right: 0;
}

.menu-bar.flyouts-left .hs-menu-wrapper ul ul ul,
.menu-bar.flyouts-left-last-1 .hs-menu-wrapper > ul > li:last-child ul ul,
.menu-bar.flyouts-left-last-2 .hs-menu-wrapper > ul > li:nth-last-child(-n+2) ul ul,
.menu-bar.flyouts-left-last-3 .hs-menu-wrapper > ul > li:nth-last-child(-n+3) ul ul,
.menu-bar.flyouts-left-last-4 .hs-menu-wrapper > ul > li:nth-last-child(-n+4) ul ul,
.menu-bar.flyouts-left-last-5 .hs-menu-wrapper > ul > li:nth-last-child(-n+5) ul ul {
    left: auto;
    right: 100%;
}


.menu-bar.flyouts-left .hs-menu-wrapper > ul > li > ul > li:first-child:before,
.menu-bar.flyouts-left-last-1 .hs-menu-wrapper > ul > li:last-child > ul > li:first-child:before,
.menu-bar.flyouts-left-last-2 .hs-menu-wrapper > ul > li:nth-last-child(-n+2) > ul > li:first-child:before,
.menu-bar.flyouts-left-last-3 .hs-menu-wrapper > ul > li:nth-last-child(-n+3) > ul > li:first-child:before,
.menu-bar.flyouts-left-last-4 .hs-menu-wrapper > ul > li:nth-last-child(-n+4) > ul > li:first-child:before,
.menu-bar.flyouts-left-last-5 .hs-menu-wrapper > ul > li:nth-last-child(-n+5) > ul > li:first-child:before {
    left: auto;
    right: 20px;
}

.menu-bar.flyouts-left .hs-menu-wrapper ul ul li > a,
.menu-bar.flyouts-left-last-1 .hs-menu-wrapper > ul > li:last-child ul li > a,
.menu-bar.flyouts-left-last-2 .hs-menu-wrapper > ul > li:nth-last-child(-n+2) ul li > a,
.menu-bar.flyouts-left-last-3 .hs-menu-wrapper > ul > li:nth-last-child(-n+3) ul li > a,
.menu-bar.flyouts-left-last-4 .hs-menu-wrapper > ul > li:nth-last-child(-n+4) ul li > a,
.menu-bar.flyouts-left-last-5 .hs-menu-wrapper > ul > li:nth-last-child(-n+5) ul li > a {
    padding-left: 25px;
    padding-right: 25px;
}

.menu-bar.flyouts-left .hs-menu-wrapper ul ul li.hs-item-has-children > a:before,
.menu-bar.flyouts-left-last-1 .hs-menu-wrapper > ul > li:last-child ul li.hs-item-has-children > a:before,
.menu-bar.flyouts-left-last-2 .hs-menu-wrapper > ul > li:nth-last-child(-n+2) ul li.hs-item-has-children > a:before,
.menu-bar.flyouts-left-last-3 .hs-menu-wrapper > ul > li:nth-last-child(-n+3) ul li.hs-item-has-children > a:before,
.menu-bar.flyouts-left-last-4 .hs-menu-wrapper > ul > li:nth-last-child(-n+4) ul li.hs-item-has-children > a:before,
.menu-bar.flyouts-left-last-5 .hs-menu-wrapper > ul > li:nth-last-child(-n+5) ul li.hs-item-has-children > a:before {
    content: "\f104";
    font-weight: 900;
    left: 10px;
    right: auto;
}

.menu-bar.flyouts-left .hs-menu-wrapper ul ul ul li:first-child:before,
.menu-bar.flyouts-left-last-1 .hs-menu-wrapper > ul > li:last-child ul ul li:first-child:before,
.menu-bar.flyouts-left-last-2 .hs-menu-wrapper > ul > li:nth-last-child(-n+2) ul ul li:first-child:before,
.menu-bar.flyouts-left-last-3 .hs-menu-wrapper > ul > li:nth-last-child(-n+3) ul ul li:first-child:before,
.menu-bar.flyouts-left-last-4 .hs-menu-wrapper > ul > li:nth-last-child(-n+4) ul ul li:first-child:before,
.menu-bar.flyouts-left-last-5 .hs-menu-wrapper > ul > li:nth-last-child(-n+5) ul ul li:first-child:before {
    left: auto;
    right: -5px;
}

/* Animations
   ========================================================================== */

.menu-bar.flyouts-fade .hs-menu-wrapper ul ul,
.menu-bar.flyouts-slide .hs-menu-wrapper ul ul {
    transition: .4s ease-in-out;
}

.menu-bar.flyouts-delay .hs-menu-wrapper li:hover > ul {
    transition-delay: .3s;
}

.menu-bar.flyouts-fade .hs-menu-wrapper ul ul {
    opacity: 0;
}

.menu-bar.flyouts-fade .hs-menu-wrapper li:hover > ul {
    opacity: 1;
}

.menu-bar.flyouts-slide .hs-menu-wrapper ul ul {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.menu-bar.flyouts-slide .hs-menu-wrapper li:hover > ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.menu-bar.flyouts-slide .hs-menu-wrapper ul ul ul {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
}

.menu-bar.flyouts-slide.flyouts-left .hs-menu-wrapper ul ul ul,
.menu-bar.flyouts-slide.flyouts-left-last-1 .hs-menu-wrapper > ul > li:last-child ul ul,
.menu-bar.flyouts-slide.flyouts-left-last-2 .hs-menu-wrapper > ul > li:nth-last-child(-n+2) ul ul,
.menu-bar.flyouts-slide.flyouts-left-last-3 .hs-menu-wrapper > ul > li:nth-last-child(-n+3) ul ul,
.menu-bar.flyouts-slide.flyouts-left-last-4 .hs-menu-wrapper > ul > li:nth-last-child(-n+4) ul ul,
.menu-bar.flyouts-slide.flyouts-left-last-5 .hs-menu-wrapper > ul > li:nth-last-child(-n+5) ul ul {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
}

.menu-bar.flyouts-slide.flyouts-left .hs-menu-wrapper ul ul li:hover > ul,
.menu-bar.flyouts-slide.flyouts-left-last-1 .hs-menu-wrapper > ul > li:last-child li:hover > ul,
.menu-bar.flyouts-slide.flyouts-left-last-2 .hs-menu-wrapper > ul > li:nth-last-child(-n+2) li:hover > ul,
.menu-bar.flyouts-slide.flyouts-left-last-3 .hs-menu-wrapper > ul > li:nth-last-child(-n+3) li:hover > ul,
.menu-bar.flyouts-slide.flyouts-left-last-4 .hs-menu-wrapper > ul > li:nth-last-child(-n+4) li:hover > ul,
.menu-bar.flyouts-slide.flyouts-left-last-5 .hs-menu-wrapper > ul > li:nth-last-child(-n+5) li:hover > ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* ==========================================================================
   Accordion Menu
   ========================================================================== */

/* Wrappers
   ====================================================================== */

.accordion-menu::-moz-selection,
.accordion-menu *::-moz-selection {
    background: none;
    color: inherit;
}

.accordion-menu::selection,
.accordion-menu *::selection {
    background: none;
    color: inherit;
}

/* All levels
   ====================================================================== */

.accordion-menu .hs-menu-wrapper ul,
.accordion-menu .hs-menu-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-menu .hs-menu-wrapper > ul:after {
    content: '';
    display: table;
    clear: both;
}

.accordion-menu .hs-menu-wrapper li {
    position: relative;
    transition: .5s ease-in-out;
}

.accordion-menu .hs-menu-wrapper li:hover {
    background: rgba(0, 0, 0, .07);
}

.accordion-menu .hs-menu-wrapper li.expanded {
    background: rgba(0, 0, 0, .05);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2) inset;
}

.accordion-menu .hs-menu-wrapper > ul > li.expanded {
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2) inset, 0 -4px 6px -4px rgba(0, 0, 0, 0.2) inset;
}

.accordion-menu.with-active .hs-menu-wrapper li.active,
.accordion-menu.with-active .hs-menu-wrapper li.active-branch {
    background: rgba(0, 0, 0, .07);
}

.accordion-menu .hs-menu-wrapper a {
    display: block;
    margin-right: 4.5rem;
    color: #466ea5;
    font-size: 0.8125rem;
    line-height: 1.923;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.white-content .accordion-menu .hs-menu-wrapper a {
    color: #fff;
}

.accordion-menu .hs-menu-wrapper a:hover {
    opacity: .8;
}

.accordion-menu .hs-menu-wrapper a:focus {
    outline: 0;
}

/* Top level
   ====================================================================== */

.accordion-menu .hs-menu-wrapper > ul > li > a {
    padding: 0.9375rem 1.875rem;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

/* Secondary levels
   ====================================================================== */

/**
 * 2+ levels
 */

.accordion-menu .hs-menu-wrapper ul ul {
    display: none;
}

.accordion-menu .hs-menu-wrapper li.expanded > ul {
    display: block;
}

.accordion-menu .hs-menu-wrapper ul ul li a {
    padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
    font-size: 0.875rem;
    font-weight: bold;
}

/**
 * 3+ levels
 */

.accordion-menu .hs-menu-flow-horizontal > ul > li > ul > li > ul {
    margin-top: 0;
}

.accordion-menu .hs-menu-flow-horizontal ul ul ul li:first-child:before {
    display: none;
}

.accordion-menu .hs-menu-flow-horizontal ul ul ul li a {
    padding-left: 3.125rem;
    font-weight: normal;
}

.accordion-menu .hs-menu-flow-horizontal ul ul ul ul li a {
    padding-left: 3.75rem;
}

.accordion-menu .hs-menu-flow-horizontal ul ul ul ul ul li a {
    padding-left: 4.375rem;
}

.accordion-menu .hs-menu-flow-horizontal ul ul ul ul ul ul li a {
    padding-left: 5rem;
}

/* Expanders
   ====================================================================== */

.accordion-menu .expand-level {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    position: absolute;
    top: 0;
    right: 1.25rem;
    z-index: 1;
    font-size: 1.25rem;
    line-height: 3.6rem;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion-menu .hs-menu-wrapper > ul > li > .expand-level {
    line-height: 3.9rem;
}

.accordion-menu .expand-level:before {
    color: #466ea5;
    content: "\f107";
    font-weight: 900;
    font-family: Font Awesome;
}

.white-content .accordion-menu .expand-level:before {
    color: #fff;
}

.accordion-menu .expanded > .expand-level:before {
    content: "\f106";
    font-weight: 900;
}

/* When it goes full width
   ========================================================================== */

@media (max-width: 768px) {

    .accordion-menu {
        width: 100%;
    }
}

/* ==========================================================================
   Slide Menu
   ========================================================================== */

/* Base
   ========================================================================== */

.slide-menu {
    width: 100% !important;
    height: 0;
    position: fixed;
    top: 0;
    z-index: 10001;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
    transition: transform .4s ease-in-out;
}

.slide-menu.left {
    left: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.slide-menu.right {
    right: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.slide-menu.on {
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition: opacity .4s ease-in-out, transform .3s ease-in-out;
}

.slide-menu.left.on {
    -webkit-box-shadow: 20px 0 60px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 20px 0 60px -10px rgba(0, 0, 0, 0.3);
}

.slide-menu.right.on {
    -webkit-box-shadow: -20px 0 60px -10px rgba(0, 0, 0, 0.3);
    box-shadow: -20px 0 60px -10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {

    html body .slide-menu {
        max-width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

/* Scroller
   ========================================================================== */

.slide-menu-scroller {
    width: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 50vh; /* necessary, to avoid scrolling issues on ios */
    overflow: hidden;
    overflow-y: scroll;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.slide-menu-scroller::-moz-selection {
    background: none;
    color: inherit;
}

.slide-menu-scroller::selection {
    background: none;
    color: inherit;
}

/* Overlay
   ========================================================================== */

.slide-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    visibility: hidden !important;
    transition: .4s ease-in-out;
}

.slide-menu-overlay:not(.on) {
    opacity: 0;
}

.slide-menu-overlay.on {
    visibility: visible !important;
}

/* ==========================================================================
   Centered
   ========================================================================== */

.centered,
.row-fluid .span12.centered {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
}

/* Cancel padding on nested elements */

.centered .centered,
.centered .row-fluid .span12.centered {
    padding-left: 0;
    padding-right: 0;
}

/* Same padding in case is needed for other elements */

.content-padding {
    padding-left: 30px;
    padding-right: 30px;
}

/* Half */

.centered.half-left,
.centered.half-right,
.row-fluid .centered.half-left,
.row-fluid .centered.half-right {
    max-width: 630.0px;
}

.centered.half-left,
.row-fluid .centered.half-left {
    float: right !important;
    margin-left: auto !important;
}

.centered.half-right,
.row-fluid .centered.half-right {
    float: left !important;
}

@media (max-width: 991px) {

    .md-stack > .centered.half-left,
    .md-stack > .centered.half-right,
    .md-stack > .row-fluid-wrapper > .row-fluid > .centered.half-left,
    .md-stack > .row-fluid-wrapper > .row-fluid > .centered.half-right,
    .md-stack > .row-fluid-wrapper > .row-fluid > .content-section > .row-fluid-wrapper > .row-fluid > .centered.half-left,
    .md-stack > .row-fluid-wrapper > .row-fluid > .content-section > .row-fluid-wrapper > .row-fluid > .centered.half-right {
        max-width: 100%;
        float: none !important;
    }

    .md-centered {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
}

@media (max-width: 768px) {

    .centered.half-left,
    .centered.half-right,
    .row-fluid .centered.half-left,
    .row-fluid .centered.half-right {
        max-width: 100%;
        float: none !important;
    }

    .sm-centered {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */

.header-container-wrapper {
    position: relative;
}

.header-wrapper {
    position: relative;
    z-index: 9999;
    background: #ffffff;
    color: #466ea5;
}

@media (min-width: 1140px) {

    .header-overlap .header-wrapper {
        transition: opacity .8s ease-in-out;
    }

    .header-overlap .header-wrapper.off {
        opacity: 0;
        visibility: hidden;
    }
}

.header-wrapper.header-overlap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: none;
}

.header-inner-wrapper {
    position: relative;
}

.header-overlap .header-wrapper.mega-menu-active {
    background-color: #466ea5;
}

/* ==========================================================================
   Sticky Header
   ========================================================================== */

.sticky-header {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    background: #ffffff;
    color: #466ea5;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sticky-header.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .3s ease-in-out;
}

.sticky-header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    bottom: -8px;
    background: url(//cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png) center top no-repeat;
}

/* ==========================================================================
   Mega Menu
   ========================================================================== */

.mega-menu-parent:not(.sticky-header):before {
    content: '';
}

.mega-menu-parent:not(.sticky-header),
.mega-menu-parent:not(.sticky-header):before,
.mega-menu-parent:not(.sticky-header):after {
    transition: .4s ease-in-out
}

.mega-menuized > ul {
    display: none !important;
}

.mega-menu {
    position: relative;
    color: #466ea5;
}

.mega-menu-branch {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1,.8);
    transform: scale(1,.8);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    pointer-events: none;
}

.mega-menu-branch.active {
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    pointer-events: auto;
}

.menu-bar .hs-menu-wrapper > ul > li.mega-menuized-active > a:before {
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   Page title
   ========================================================================== */

.page-title-wrapper {
    padding: 0.9375rem 0;
    background: #6390c6;
    
}

.page-title .title {
    display: block;
    font-family: Montserrat, sans-serif;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6,
.page-title .title {
    margin: 0;
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6,
.page-title .title,
.page-title-wrapper,
.page-title-wrapper a,
.page-title-wrapper a:hover {
    color: #ffffff;
}

/* ==========================================================================
   Scroll next
   ========================================================================== */

/* Base styling
   ========================================================================== */

[class*="scroll-next-"] {
    position: relative;
}

.sn-arrow {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute !important;
    bottom: 45px;
    left: 50%;
    z-index: 99 !important;
    margin-left: -20px;
    border-radius: 100%;
    font-size: 11px;
    line-height: 42px; /* for fa5 */
    text-align: center;
    text-decoration: none !important;
    transition: all .2s ease;
}

.sn-arrow:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.sn-arrow:focus {
    outline: 0;
}

.scroll-next-edge .sn-arrow {
    bottom: -20px;
}

/* Primary
   ========================================================================== */

/**
 * Dot
 */

.scroll-next-theme-dot .sn-arrow {
    color: #6887b6 !important;
}

.scroll-next-theme-dot .sn-arrow:hover,
.scroll-next-theme-dot .sn-arrow:active {
    box-shadow: 0 0 0 2px #6887b6 inset;
    color: #6887b6 !important;
}

/**
 * Circle
 */

.scroll-next-theme-circle .sn-arrow {
    box-shadow: 0 0 0 2px #6887b6 inset;
    color: #6887b6 !important;
}

.scroll-next-theme-circle .sn-arrow:hover,
.scroll-next-theme-circle .sn-arrow:active {
    background-color: #6887b6;
    color: #fff !important;
}

/**
 * Disc
 */

.scroll-next-theme-disc .sn-arrow {
    background-color: #6887b6;
    color: #fff !important;
}

/* Dark
   ========================================================================== */

/**
 * Dot
 */

.scroll-next-dark-dot .sn-arrow {
    color: #466ea5 !important;
}

.scroll-next-dark-dot .sn-arrow:hover,
.scroll-next-dark-dot .sn-arrow:active {
    box-shadow: 0 0 0 2px #466ea5 inset;
    color: #466ea5 !important;
}

/**
 * Circle
 */

.scroll-next-dark-circle .sn-arrow {
    box-shadow: 0 0 0 2px #466ea5 inset;
    color: #466ea5 !important;
}

.scroll-next-dark-circle .sn-arrow:hover,
.scroll-next-dark-circle .sn-arrow:active {
    background-color: #466ea5;
    color: #fff !important;
}

/**
 * Disc
 */

.scroll-next-dark-disc .sn-arrow {
    background-color: #466ea5;
    color: #fff !important;
}

/* White
   ========================================================================== */

/**
 * Dot
 */

.scroll-next-white-dot .sn-arrow {
    color: #fff !important;
}

.scroll-next-white-dot .sn-arrow:hover,
.scroll-next-white-dot .sn-arrow:active {
    box-shadow: 0 0 0 2px #fff inset;
}

/**
 * Circle
 */

.scroll-next-white-circle .sn-arrow {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff !important;
}

.scroll-next-white-circle .sn-arrow:hover,
.scroll-next-white-circle .sn-arrow:active {
    background-color: #fff;
    color: #6887b6 !important;
}

/**
 * Disc
 */

.scroll-next-white-disc .sn-arrow {
    background-color: #fff;
    color: #6887b6 !important;
}

/* ==========================================================================
   Pointing Header
   ========================================================================== */

.pointing-header h1 {
    margin: 0 0 20px;
    padding: 20px 40px 20px 30px;
    position: relative;
    background: #466ea5;
    border-left: 10px solid #6887b6;
    
    
        border-radius: 8px 0 0 8px;
    

    color: #fff;
    font-size: 1.75rem;
    line-height: 1.2;
}

.pointing-header h1:after {
    content: "\f061";
    font-weight: 900;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 12px;
    right: -25px;
    background: #6887b6;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-family: Font Awesome;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}

/**
 * Media queries
 */

@media (max-width: 991px) {

    .pointing-header h1 {
        padding: 15px 20px 17px;
        background: #466ea5;
        border-left: none;
        border-top: 10px solid #6887b6;
        
    
        border-radius: 8px;
    

        font-size: 1.625rem;
        text-align: center;
    }

    .pointing-header h1:after {
        display: none;
    }

    .pointing-header h1:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -8px;
        border-top: 15px solid #466ea5;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }
}

@media (max-width: 479px) {

    .pointing-header h1 {
        font-size: 1.375rem;
    }
}

/* ==========================================================================
   Slider Type 1 (Image Gallery module)
   ========================================================================== */

/* Containers
   ========================================================================== */

.slider-type-1 .slick-slider {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.slider-type-1 .slick-list {
    max-height: none;
}

.slider-type-1 .slick-slide .slick-slide-inner-wrapper {
    display: block;
    position: relative;
    margin: 0;
}

/* Navigation
   ========================================================================== */

.slider-type-1 .slick-prev,
.slider-type-1 .slick-next {
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: #466ea5;
    color: #fff !important;
    text-align: left;
    text-indent: -90000px;
    font-size: 0;
    line-height: 0;
    transition: .4s ease;
    -webkit-transform: none;
    transform: none;
}

.slider-type-1 .slick-prev {
    left: -40px;
    border-right: 2px solid transparent;
    
    
        border-radius: 0 4px 4px 0;
    

}

.slider-type-1 .slick-next {
    right: -40px;
    border-left: 2px solid transparent;
    
    
        border-radius: 4px 0 0 4px;
    

}

.slider-type-1 .slick-slider:hover .slick-prev:not(:hover),
.slider-type-1 .slick-slider:hover .slick-next:not(:hover) {
    opacity: .8;
    visibility: visible;
}

.slider-type-1 .slick-slider:hover .slick-prev {
    left: 0;
}

.slider-type-1 .slick-slider:hover .slick-next {
    right: 0;
}

.slider-type-1 .slick-prev:hover,
.slider-type-1 .slick-next:hover {
    border-color: #6887b6;
    opacity: 1;
    visibility: visible;
}

.slider-type-1 .slick-prev:focus,
.slider-type-1 .slick-next:focus {
    outline: 0;
}

.slider-type-1 .slick-prev:before,
.slider-type-1 .slick-next:before {
    display: block;
    width: 60px;
    line-height: 60px;
    color: inherit;
    font-family: Font Awesome;
    font-size: 19px;
    text-align: center;
    text-indent: 0;
}

.slider-type-1 .slick-prev:before {
    content: "\f104";
    font-weight: 900;
}

.slider-type-1 .slick-next:before {
    content: "\f105";
    font-weight: 900;
}

/* Pagination
   ========================================================================== */

.slider-type-1 .slick-dots {
    width: auto;
    margin: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

.slider-type-1.dots-left .slick-dots {
    text-align: left;
}

.slider-type-1.dots-right .slick-dots {
    text-align: right;
}

.slider-type-1.pagination-below .slick-dots {
    position: static;
    margin-top: 20px;
    text-align: center;
}

.slider-type-1 .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px;
    position: static;
    vertical-align: top;
}

.slider-type-1 .slick-dots button {
    width: 14px;
    height: 14px;
    background: #466ea5;
    border-radius: 100%;
    text-align: left;
    text-indent: -5000px;
    text-decoration: none;
    cursor: pointer;
    visibility: visible;
    transition: .4s !important;
    -webkit-transform: none;
    transform: none;
}

.white-content .slider-type-1.pagination-below .slick-dots button,
.white-content.slider-type-1.pagination-below .slick-dots button {
    background: #fff;
    opacity: .4;
}

.white-content .slider-type-1.pagination-below .slick-dots li.slick-active button,
.white-content.slider-type-1.pagination-below .slick-dots li.slick-active button {
    opacity: 1;
}

.slider-type-1 .slick-dots li:not(.slick-active) button {
    opacity: .4;
}

.slider-type-1 .slick-slider:hover .slick-dots li:not(.slick-active) button {
    opacity: .6;
}

.slider-type-1 .slick-slider:hover .slick-dots li:not(.slick-active) button:hover {
    opacity: .9;
}

.slider-type-1 .slick-dots .slick-active button {
    background: #6887b6;
}

/* Caption
   ========================================================================== */

.slider-type-1 .slick-slider .caption {
    padding: 0;
    background: none;
    text-align: left;
    white-space: pre-line;
}

.slider-type-1 .slick-slider .caption,
.slider-type-1 .slick-slider .caption a,
.slider-type-1 .slick-slider .caption a:hover {
    color: #fff;
}

.slider-type-1 .slick-slider .caption h1,
.slider-type-1 .slick-slider .caption h2,
.slider-type-1 .slick-slider .caption h3,
.slider-type-1 .slick-slider .caption h4,
.slider-type-1 .slick-slider .caption h5,
.slider-type-1 .slick-slider .caption h6 {
    display: inline-block;
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, .7);
}

.slider-type-1 .slick-slider .caption p,
.slider-type-1 .slick-slider .caption blockquote {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    background-color: #466ea5;
    color: #fff;
    opacity: .9;
}

.slider-type-1 .slick-slider .caption blockquote {
    padding: 10px 60px;
}

.slider-type-1 .slick-slider .caption blockquote:before {
    top: 4px;
    left: 25px;
}

.slider-type-1 .slick-slider .caption blockquote p {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    background: none;
}

@media (max-width: 991px) {

    .slider-type-1 .slick-prev,
    .slider-type-1 .slick-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        opacity: .7 !important;
        visibility: visible !important;
    }

    .slider-type-1 .with-superimposed-caption .slick-prev,
    .slider-type-1 .with-superimposed-caption .slick-next {
        top: 15px;
        margin-top: 0;
    }

    .slider-type-1 .slick-prev {
        left: 0 !important;
    }

    .slider-type-1 .slick-next {
        right: 0 !important;
    }

    .slider-type-1 .slick-prev:before,
    .slider-type-1 .slick-next:before {
        width: 40px;
        line-height: 40px;
    }

    .slider-type-1 .slick-slider .caption {
        position: static;
        white-space: normal;
    }

    .slider-type-1 .slick-slider .caption h1,
    .slider-type-1 .slick-slider .caption h2,
    .slider-type-1 .slick-slider .caption h3,
    .slider-type-1 .slick-slider .caption h4,
    .slider-type-1 .slick-slider .caption h5,
    .slider-type-1 .slick-slider .caption h6,
    .slider-type-1 .slick-slider .caption p,
    .slider-type-1 .slick-slider .caption blockquote,
    .slider-type-1 .slick-slider .caption q,
    .slider-type-1 .slick-slider .caption code,
    .slider-type-1 .slick-slider .caption pre,
    .slider-type-1 .slick-slider .caption cite {
        display: block;
    }

    .slider-type-1 .slick-dots {
        display: none !important;
    }
}

/* ==========================================================================
   Slider (completely custom)
   ========================================================================== */

/* Container
   ========================================================================== */

.slider-container {
    position: relative;
}

.slider-container.dots.dots-below {
    margin-bottom: 30px;
}

/* Arrows
   ========================================================================== */

/**
 * Shared styles
 */

.slider-container .nboslick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    border: 0;
    border-radius: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .md-no-arrows .nboslick-arrow {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sm-no-arrows .nboslick-arrow {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .xs-no-arrows .nboslick-arrow {
        display: none !important;
    }
}

.slider-container .nboslick-arrow:focus {
    outline: 0;
}

.slider-container.arrows-hover .nboslick-arrow {
    opacity: 0;
    visibility: hidden;
}

.slider-container.arrows-hover:hover .nboslick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/**
 * Prev
 */

.slider-container .nboslick-prev {
    left: 30px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%23466ea5%22%3E%3Cpath%20style%3D%22line-height%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23466ea5%3Btext-transform%3Anone%3Bblock-progression%3Atb%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%22%20d%3D%22M%2034.980469%203.9902344%20A%201.0001%201.0001%200%200%200%2034.292969%204.2929688%20L%2014.292969%2024.292969%20A%201.0001%201.0001%200%200%200%2014.292969%2025.707031%20L%2034.292969%2045.707031%20A%201.0001%201.0001%200%201%200%2035.707031%2044.292969%20L%2016.414062%2025%20L%2035.707031%205.7070312%20A%201.0001%201.0001%200%200%200%2034.980469%203.9902344%20z%22%20color%3D%22%23466ea5%22%20font-weight%3D%22400%22%20font-family%3D%22sans-serif%22%20white-space%3D%22normal%22%20overflow%3D%22visible%22%20fill%3D%22%23466ea5%22%2F%3E%3C%2Fsvg%3E');
}

.slider-container.arrows-white .nboslick-prev,
.white-content .slider-container .nboslick-prev,
.white-content.slider-container .nboslick-prev {
    background-image: url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/act-arrow-prev-white.svg);
}

.slider-container.arrows-outside .nboslick-prev {
    left: -80px;
}

.slider-container.nboslick-initialized .nboslick-prev {
    -webkit-animation: heroSliderArrowLeft 2s ease-in-out;
    animation: heroSliderArrowLeft 2s ease-in-out;
}

/**
 * Next
 */

.slider-container .nboslick-next {
    right: 30px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%23466ea5%22%3E%3Cpath%20style%3D%22line-height%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23466ea5%3Btext-transform%3Anone%3Bblock-progression%3Atb%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%22%20d%3D%22M%2014.990234%203.9902344%20A%201.0001%201.0001%200%200%200%2014.292969%205.7070312%20L%2033.585938%2025%20L%2014.292969%2044.292969%20A%201.0001%201.0001%200%201%200%2015.707031%2045.707031%20L%2035.707031%2025.707031%20A%201.0001%201.0001%200%200%200%2035.707031%2024.292969%20L%2015.707031%204.2929688%20A%201.0001%201.0001%200%200%200%2014.990234%203.9902344%20z%22%20color%3D%22%23466ea5%22%20font-weight%3D%22400%22%20font-family%3D%22sans-serif%22%20white-space%3D%22normal%22%20overflow%3D%22visible%22%20fill%3D%22%23466ea5%22%2F%3E%3C%2Fsvg%3E');
}

.slider-container.arrows-white .nboslick-next,
.white-content .slider-container .nboslick-next,
.white-content.slider-container .nboslick-next {
    background-image: url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/act-arrow-next-white.svg);
}

.slider-container.arrows-outside .nboslick-next {
    right: -80px;
}

.slider-container.nboslick-initialized .nboslick-next {
    -webkit-animation: heroSliderArrowRight 2s ease-in-out;
    animation: heroSliderArrowRight 2s ease-in-out;
}

@media (max-width: 768px) {

    .slider-container .nboslick-prev,
    .slider-container .nboslick-next {
        height: 30px;
        width: 30px;
        margin-top: -15px;
        background-size: 30px 30px;
    }

    .slider-container .nboslick-prev {
        left: 0;
    }

    .slider-container .nboslick-next {
        right: 0;
    }

    .slider-container.arrows-outside .nboslick-prev {
        left: -50px;
    }

    .slider-container.arrows-outside .nboslick-next {
        right: -50px;
    }
}

/**
 * Arrows Tap
 */

.slider-container.arrows-tap .nboslick-arrow {
    background: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 100%;
    color: #466ea5 !important;
    transition: .2s ease-in-out;
}

.slider-container.arrows-tap .nboslick-arrow:before {
    display: block;
    font-family: Font Awesome;
    font-size: 14px;
    line-height: 50px;
    font-weight: bold;
}

.slider-container.arrows-tap .nboslick-prev:before {
    content: '\f053';
    padding-right: .2em;
}

.slider-container.arrows-tap .nboslick-next:before {
    content: '\f054';
    padding-left: .2em;
}

@media (min-width: 1140px) {

    .slider-container.arrows-tap .nboslick-arrow:hover {
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 15px 40px -8px rgba(0, 0, 0, .3);
        color: #6887b6 !important;
    }
}

@media (max-width: 768px) {

    .slider-container.arrows-tap .nboslick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .slider-container.arrows-tap .nboslick-arrow:before {
        font-size: 12px;
        line-height: 40px;
    }
}


/* Dots
   ========================================================================== */

.slider-container .nboslick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: 10px;*/
    bottom: 20px;
    z-index: 2;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.slider-container.dots-below .nboslick-dots {
    bottom: -30px;
}

.slider-container .nboslick-dots li {
    display: inline-block;
    margin: 0 6px;
    position: static;
    vertical-align: top;
}

.slider-container .nboslick-dots button {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: #466ea5;
    border: 0;
    border-radius: 100%;
    text-align: left;
    text-indent: -5000px;
    cursor: pointer;
    opacity: .15;
    transition: .4s !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.slider-container.dots-white .nboslick-dots button,
.white-content .slider-container .nboslick-dots button,
.white-content.slider-container .nboslick-dots button {
    background: #fff !important;
}

.slider-container .nboslick-dots button:focus {
    outline: 0;
}

.slider-container:hover .nboslick-dots button {
    opacity: .3;
}

.slider-container .nboslick-dots .nboslick-active button {
    background: #6887b6;
    opacity: 1;
}

.slider-container .nboslick-dots button:hover,
.slider-container .nboslick-dots .nboslick-active button:hover {
    background: #6887b6;
    opacity: 1;
}

/* Center mode
   ========================================================================== */

.slider-container.center-mode .nboslick-slide {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.slider-container.center-mode .nboslick-center {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media (max-width: 991px) {

    .slider-container.center-mode.md-stack .nboslick-slide {
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 768px) {

    .slider-container.center-mode.sm-stack .nboslick-slide {
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 479px) {

    .slider-container.center-mode.xs-stack .nboslick-slide {
        -webkit-transform: none;
        transform: none;
    }
}

/* Slides Vmiddle (when 2 or more slides inline in a row)
   ========================================================================== */

.slides-vmiddle .nboslick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Slides
   ========================================================================== */

.slider-container > .row-fluid-wrapper,
.slider-container.widget-type-widget_container > .hs_cos_wrapper_widget_container > .hs_cos_wrapper {
    display: none;
}

/* ==========================================================================
   Sub menu
   ========================================================================== */

.sub-menu {
    color: #466ea5;
}

.white-content .sub-menu {
    color: #fff;
}

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

.sub-menu a {
    display: inline-block;
    color: #466ea5;
}

.white-content .sub-menu a,
.white-content.sub-menu a {
    color: #fff;
}

.sub-menu .hs-menu-depth-1 > a {
    padding: 5px 0;
}

.sub-menu ul ul a {
    color: inherit;
}

.sub-menu a:hover,
.sub-menu ul ul a:hover,
.sub-menu .active > a {
    color: #6887b6;
}

.white-content .sub-menu a:hover,
.white-content.sub-menu a:hover,
.white-content .sub-menu ul ul a:hover,
.white-content.sub-menu ul ul a:hover,
.white-content .sub-menu .active > a,
.white-content.sub-menu .active > a {
    color: #fff;
}

.sub-menu ul ul {
    font-size: 0.9em;
}

.sub-menu:not(.hidden-sublevels) .hs-menu-depth-1.hs-item-has-children,
.sub-menu.hidden-sublevels .hs-menu-depth-1.hs-item-has-children.active-branch {
    margin: 0 0 20px;
}

.sub-menu.hidden-sublevels ul ul {
    display: none;
}

.sub-menu.hidden-sublevels li.active-branch > ul {
    display: block;
}

/* ==========================================================================
   Form box
   ========================================================================== */

/* Form box content
   ========================================================================== */

.form-box-content {
    position: relative;
    padding: 20px 30px 30px;
    overflow: hidden;
    color: #466ea5;
}

.form-box-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #cacbce;
    
    
        border-radius: 0 0 10px 10px;
    

}

.form-box-content > * {
    position: relative;
    z-index: 1;
}

.form-box.white .form-box-content:before {
    background-color: #fff;
}

.form-box.transparent .form-box-content:before {
    opacity: 0.8;
}

.form-box.no-title .form-box-content {
    
    
        border-radius: 10px;
    

}

/* Form box header
   ========================================================================== */

.form-box-header {
    padding: 20px 30px;
    background: #466ea5;
    border-bottom: 10px solid #6887b6;
    
    
        border-radius: 10px 10px 0 0;
    

    color: #fff;
}

.form-box-header.theme {
    background: #6887b6;
    border-bottom: 10px solid #466ea5;
}

.form-box-header.white-border {
    border-bottom: 10px solid #fff;
}

.form-box-header.no-border {
    border-bottom: 0;
}

.form-box.no-title .form-box-header {
    display: none !important;
}

.form-box-header h1,
.form-box-header h2,
.form-box-header h3:not(.form-title),
.form-box-header h4 {
    margin: 0;
    color: #fff;
}

/* Form elements
   ========================================================================== */

.form-box label {
    color: #466ea5;
}

.form-box .hs-input:not([type="radio"]):not([type="checkbox"]),
.form-box #hs-pwd-widget-password {
    background: #fff;
}

/* ==========================================================================
   Strong Frame
   ========================================================================== */

.strong-frame {
    padding: 34px 40px;
    border: 5px solid #466ea5;
    
    
        border-radius: 15px;
    

}

@media (max-width: 479px) {

    .strong-frame {
        padding: 20px 30px;
    }
}

/* ==========================================================================
   Form security lines
   ========================================================================== */

.form-security-lines {
    position: relative;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.form-security-lines:before {
    content: "\f023";
    font-weight: 900;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 0;
    font-family: Font Awesome;
    font-size: 22px;
    text-shadow: 0 1px rgba(255, 255, 255, .4), 0 -1px rgba(0, 0, 0, .2);
}

.form-security-lines a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .4);
}

.form-security-lines a:hover {
    color: inherit;
}

/* ==========================================================================
   Featued Box
   ========================================================================== */

.featured-box {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 2px 15px rgba(0, 0, 0, 0);
}

.featured-box-header {
    min-height: 60px;
    padding: 10px 20px 10px 75px;
    position: relative;
    background-color: #466ea5;
    color: #fff;
}

.featured-box-icon {
    position: absolute;
    top: 10px;
    left: 20px;
}

.featured-box-icon .fa {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #6887b6;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.featured-box-title h3 {
    margin: 8px 0 0;
    color: inherit;
    font-size: 1.25rem;
    line-height: 1.3;
}

.featured-box-text {
    padding: 20px 30px;
}

/* ==========================================================================
   Emphasis line
   ========================================================================== */

.emphasis-line {
    position: relative;
    padding: 10px 60px;
    background: #466ea5;
    border-left: 10px solid #6887b6;
    border-right: 10px solid #6887b6;
    
    
        border-radius: 10px;
    

    color: #fff;
    text-align: center;
}

.emphasis-line.no-spacing {
    margin-top: 0;
    margin-bottom: 0;
}

.emphasis-line:before {
    content: "\f05a";
    font-weight: 900;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 10px;
    font-family: Font Awesome;
    font-size: 26px;
    line-height: 40px;
}

@media (max-width: 991px) {

    .emphasis-line {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* ==========================================================================
   Section intro
   ========================================================================== */

.section-intro.sep {
    margin-bottom: 50px;
}

.section-intro.sep:after {
    content: '';
    display: inline-block;
    width: 100%;
    
        max-width: 400px;
        height: 8px;
        background: url(https://cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png) center bottom no-repeat;
        -webkit-background-size: 100% 8px;
        background-size: 100% 8px;
    
}



.section-intro p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: lighter;
}

.section-intro p span[style*="text-decoration:underline"],
.section-intro p span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
}

.section-intro p span[style*="text-decoration:underline"]:after,
.section-intro p span[style*="text-decoration: underline"]:after {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    background-color: #6887b6;
    
    
        border-radius: 3px;
    

}

.white-content .section-intro p span[style*="text-decoration:underline"]:after,
.white-content .section-intro p span[style*="text-decoration: underline"]:after,
.white-content.section-intro p span[style*="text-decoration:underline"]:after,
.white-content.section-intro p span[style*="text-decoration: underline"]:after {
    background-color: #fff;
}

@media (max-width: 991px) {

    .section-intro p {
        font-size: 1.38rem;
    }
}

@media (max-width: 768px) {

    .section-intro p {
        font-size: 1.25rem;
    }
}

/* ==========================================================================
   Buttons
   ========================================================================== */

/* Base
   ========================================================================== */

.button {
    display: inline-block;
    position: relative;
    min-width: 150px;
    max-width: 100%;
    padding: 13px 23px;
    background-color: #6390c6;
    border: 2px solid transparent;
    
    
        border-radius: 60px;
    

    color: #fff !important;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    /*letter-spacing: .05em;*/
    cursor: pointer;
    transition: .2s ease-in-out;
}

.button:not(.no-animation):hover,
.button:not(.no-animation):active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.button.no-animation:hover,
.button.no-animation:active {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.button:focus {
    outline: 0;
}

/* Size
   ========================================================================== */

.button.small {
    min-width: 120px;
    padding: 3px 18px;
    
    
        border-radius: 60px;
    

    font-size: 0.8125rem;
    line-height: 25px;
}

.button.large {
    padding: 18px 38px;
    font-size: 0.875rem;
}

/* Color
   ========================================================================== */

/**
 * Full
 */

.button.color-1 {
    background-color: #6390c6;
}

.button.color-2 {
    background-color: #466ea5;
}

.button.color-3 {
    background-color: #C25700;
}

.button.color-4 {
    background-color: #b96767;
}

.button.color-5 {
    background-color: #6e8f82;
}

.button.theme {
    background-color: #6887b6;
}

.button.dark {
    background-color: #466ea5;
}

.button.white {
    background-color: #fff;
    color: #466ea5 !important;
}

.button.heading {
    background-color: #6887b6;
}

.button.header {
    background-color: #466ea5;
    color: #ffffff !important;
}

/**
 * Empty
 */

/* Color 1 (default) */

.button.empty,
.button.empty.color-1 {
    background-color: transparent;
    border-color: #6390c6;
    color: #6390c6 !important;
}

.button.empty:hover,
.button.empty:active,
.button.empty.color-1:hover,
.button.empty.color-1:active {
    background-color: #6390c6;
    color: #fff !important;
}

/* Color 2 */

.button.empty.color-2 {
    border-color: #466ea5;
    color: #466ea5 !important;
}

.button.empty.color-2:hover,
.button.empty.color-2:active {
    background-color: #466ea5;
    color: #fff !important;
}

/* Color 3 */

.button.empty.color-3 {
    border-color: #C25700;
    color: #C25700 !important;
}

.button.empty.color-3:hover,
.button.empty.color-3:active {
    background-color: #C25700;
    color: #fff !important;
}

/* Color 4 */

.button.empty.color-2 {
    border-color: #b96767;
    color: #b96767 !important;
}

.button.empty.color-4:hover,
.button.empty.color-4:active {
    background-color: #b96767;
    color: #fff !important;
}

/* Color 5 */

.button.empty.color-5 {
    border-color: #6e8f82;
    color: #6e8f82 !important;
}

.button.empty.color-5:hover,
.button.empty.color-5:active {
    background-color: #6e8f82;
    color: #fff !important;
}


/* Theme */

.button.empty.theme {
    background-color: transparent;
    border-color: #6887b6;
    color: #6887b6 !important;
}

.button.empty.theme:hover,
.button.empty.theme:active {
    background-color: #6887b6;
    color: #fff !important;
}

/* Dark */

.button.empty.dark {
    border-color: #466ea5;
    color: #466ea5 !important;
}

.button.empty.dark:hover,
.button.empty.dark:active {
    background-color: #466ea5;
    color: #fff !important;
}

/* Heading */

.button.empty.heading {
    border-color: #6887b6;
    color: #6887b6 !important;
}

.button.empty.heading:hover,
.button.empty.heading:active {
    background-color: #6887b6;
    color: #fff !important;
}

/* White */

.button.empty.white {
    border-color:  #fff;
    color: #fff !important;
}

.button.empty.white:hover,
.button.empty.white:active {
    background-color: #fff;
    color: #466ea5 !important;
}

/* Header */

.button.empty.header {
    border-color: #466ea5;
    color: #466ea5 !important;
}

.button.empty.header:hover,
.button.empty.header:active {
    background-color: #466ea5;
    color: #ffffff !important;
}

/* Gradients (macro)
   ========================================================================== */




    .button.g1,
    .form-button-g1 .hs-button {
        padding: 15px 25px;
        background: #ffab80;
        background: -webkit-linear-gradient(left, #ffab80 0%,#f1606d 100%);
        background: -moz-linear-gradient(left, #ffab80 0%, #f1606d 100%);
        background: linear-gradient(to right, #ffab80 0%,#f1606d 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g1 {
        padding: 5px 20px;
    }

    .button.large.g1 {
        padding: 20px 40px;
    }

    .button.g1.empty {
        background: #ffab80;
        background: -webkit-linear-gradient(left, #ffab80 0%,#f1606d 100%);
        background: -moz-linear-gradient(left, #ffab80 0%, #f1606d 100%);
        background: linear-gradient(to right, #ffab80 0%,#f1606d 100%);
        color: #ffab80 !important;
        position: relative;
    }

    .button.g1.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g1.empty:before, /* <- default fill color */
    .button.g1.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g1.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g1.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g1.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g1.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g1.empty > span {
        position: relative;
        z-index: 1;
        background: #ffab80;
        background: -webkit-linear-gradient(left, #ffab80 0%,#f1606d 100%);
        background: -moz-linear-gradient(left, #ffab80 0%, #f1606d 100%);
        background: linear-gradient(to right, #ffab80 0%,#f1606d 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g1.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g1.empty > span { background: none; color: #ffab80; }
    .is-ie11  .button.g1.empty:hover > span { color: #fff; }


    .button.g2,
    .form-button-g2 .hs-button {
        padding: 15px 25px;
        background: #f95759;
        background: -webkit-linear-gradient(left, #f95759 0%,#f97957 100%);
        background: -moz-linear-gradient(left, #f95759 0%, #f97957 100%);
        background: linear-gradient(to right, #f95759 0%,#f97957 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g2 {
        padding: 5px 20px;
    }

    .button.large.g2 {
        padding: 20px 40px;
    }

    .button.g2.empty {
        background: #f95759;
        background: -webkit-linear-gradient(left, #f95759 0%,#f97957 100%);
        background: -moz-linear-gradient(left, #f95759 0%, #f97957 100%);
        background: linear-gradient(to right, #f95759 0%,#f97957 100%);
        color: #f95759 !important;
        position: relative;
    }

    .button.g2.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g2.empty:before, /* <- default fill color */
    .button.g2.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g2.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g2.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g2.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g2.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g2.empty > span {
        position: relative;
        z-index: 1;
        background: #f95759;
        background: -webkit-linear-gradient(left, #f95759 0%,#f97957 100%);
        background: -moz-linear-gradient(left, #f95759 0%, #f97957 100%);
        background: linear-gradient(to right, #f95759 0%,#f97957 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g2.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g2.empty > span { background: none; color: #f95759; }
    .is-ie11  .button.g2.empty:hover > span { color: #fff; }


    .button.g3,
    .form-button-g3 .hs-button {
        padding: 15px 25px;
        background: #ff4082;
        background: -webkit-linear-gradient(left, #ff4082 0%,#e659ff 100%);
        background: -moz-linear-gradient(left, #ff4082 0%, #e659ff 100%);
        background: linear-gradient(to right, #ff4082 0%,#e659ff 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g3 {
        padding: 5px 20px;
    }

    .button.large.g3 {
        padding: 20px 40px;
    }

    .button.g3.empty {
        background: #ff4082;
        background: -webkit-linear-gradient(left, #ff4082 0%,#e659ff 100%);
        background: -moz-linear-gradient(left, #ff4082 0%, #e659ff 100%);
        background: linear-gradient(to right, #ff4082 0%,#e659ff 100%);
        color: #ff4082 !important;
        position: relative;
    }

    .button.g3.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g3.empty:before, /* <- default fill color */
    .button.g3.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g3.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g3.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g3.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g3.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g3.empty > span {
        position: relative;
        z-index: 1;
        background: #ff4082;
        background: -webkit-linear-gradient(left, #ff4082 0%,#e659ff 100%);
        background: -moz-linear-gradient(left, #ff4082 0%, #e659ff 100%);
        background: linear-gradient(to right, #ff4082 0%,#e659ff 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g3.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g3.empty > span { background: none; color: #ff4082; }
    .is-ie11  .button.g3.empty:hover > span { color: #fff; }


    .button.g4,
    .form-button-g4 .hs-button {
        padding: 15px 25px;
        background: #ff2c40;
        background: -webkit-linear-gradient(left, #ff2c40 0%,#ff5e97 100%);
        background: -moz-linear-gradient(left, #ff2c40 0%, #ff5e97 100%);
        background: linear-gradient(to right, #ff2c40 0%,#ff5e97 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g4 {
        padding: 5px 20px;
    }

    .button.large.g4 {
        padding: 20px 40px;
    }

    .button.g4.empty {
        background: #ff2c40;
        background: -webkit-linear-gradient(left, #ff2c40 0%,#ff5e97 100%);
        background: -moz-linear-gradient(left, #ff2c40 0%, #ff5e97 100%);
        background: linear-gradient(to right, #ff2c40 0%,#ff5e97 100%);
        color: #ff2c40 !important;
        position: relative;
    }

    .button.g4.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g4.empty:before, /* <- default fill color */
    .button.g4.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g4.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g4.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g4.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g4.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g4.empty > span {
        position: relative;
        z-index: 1;
        background: #ff2c40;
        background: -webkit-linear-gradient(left, #ff2c40 0%,#ff5e97 100%);
        background: -moz-linear-gradient(left, #ff2c40 0%, #ff5e97 100%);
        background: linear-gradient(to right, #ff2c40 0%,#ff5e97 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g4.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g4.empty > span { background: none; color: #ff2c40; }
    .is-ie11  .button.g4.empty:hover > span { color: #fff; }


    .button.g5,
    .form-button-g5 .hs-button {
        padding: 15px 25px;
        background: #e339fc;
        background: -webkit-linear-gradient(left, #e339fc 0%,#60b2fa 100%);
        background: -moz-linear-gradient(left, #e339fc 0%, #60b2fa 100%);
        background: linear-gradient(to right, #e339fc 0%,#60b2fa 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g5 {
        padding: 5px 20px;
    }

    .button.large.g5 {
        padding: 20px 40px;
    }

    .button.g5.empty {
        background: #e339fc;
        background: -webkit-linear-gradient(left, #e339fc 0%,#60b2fa 100%);
        background: -moz-linear-gradient(left, #e339fc 0%, #60b2fa 100%);
        background: linear-gradient(to right, #e339fc 0%,#60b2fa 100%);
        color: #e339fc !important;
        position: relative;
    }

    .button.g5.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g5.empty:before, /* <- default fill color */
    .button.g5.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g5.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g5.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g5.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g5.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g5.empty > span {
        position: relative;
        z-index: 1;
        background: #e339fc;
        background: -webkit-linear-gradient(left, #e339fc 0%,#60b2fa 100%);
        background: -moz-linear-gradient(left, #e339fc 0%, #60b2fa 100%);
        background: linear-gradient(to right, #e339fc 0%,#60b2fa 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g5.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g5.empty > span { background: none; color: #e339fc; }
    .is-ie11  .button.g5.empty:hover > span { color: #fff; }


    .button.g6,
    .form-button-g6 .hs-button {
        padding: 15px 25px;
        background: #8a5efe;
        background: -webkit-linear-gradient(left, #8a5efe 0%,#3cb7ff 100%);
        background: -moz-linear-gradient(left, #8a5efe 0%, #3cb7ff 100%);
        background: linear-gradient(to right, #8a5efe 0%,#3cb7ff 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g6 {
        padding: 5px 20px;
    }

    .button.large.g6 {
        padding: 20px 40px;
    }

    .button.g6.empty {
        background: #8a5efe;
        background: -webkit-linear-gradient(left, #8a5efe 0%,#3cb7ff 100%);
        background: -moz-linear-gradient(left, #8a5efe 0%, #3cb7ff 100%);
        background: linear-gradient(to right, #8a5efe 0%,#3cb7ff 100%);
        color: #8a5efe !important;
        position: relative;
    }

    .button.g6.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g6.empty:before, /* <- default fill color */
    .button.g6.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g6.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g6.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g6.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g6.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g6.empty > span {
        position: relative;
        z-index: 1;
        background: #8a5efe;
        background: -webkit-linear-gradient(left, #8a5efe 0%,#3cb7ff 100%);
        background: -moz-linear-gradient(left, #8a5efe 0%, #3cb7ff 100%);
        background: linear-gradient(to right, #8a5efe 0%,#3cb7ff 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g6.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g6.empty > span { background: none; color: #8a5efe; }
    .is-ie11  .button.g6.empty:hover > span { color: #fff; }


    .button.g7,
    .form-button-g7 .hs-button {
        padding: 15px 25px;
        background: #aea0f3;
        background: -webkit-linear-gradient(left, #aea0f3 0%,#43e7fa 100%);
        background: -moz-linear-gradient(left, #aea0f3 0%, #43e7fa 100%);
        background: linear-gradient(to right, #aea0f3 0%,#43e7fa 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g7 {
        padding: 5px 20px;
    }

    .button.large.g7 {
        padding: 20px 40px;
    }

    .button.g7.empty {
        background: #aea0f3;
        background: -webkit-linear-gradient(left, #aea0f3 0%,#43e7fa 100%);
        background: -moz-linear-gradient(left, #aea0f3 0%, #43e7fa 100%);
        background: linear-gradient(to right, #aea0f3 0%,#43e7fa 100%);
        color: #aea0f3 !important;
        position: relative;
    }

    .button.g7.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g7.empty:before, /* <- default fill color */
    .button.g7.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g7.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g7.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g7.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g7.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g7.empty > span {
        position: relative;
        z-index: 1;
        background: #aea0f3;
        background: -webkit-linear-gradient(left, #aea0f3 0%,#43e7fa 100%);
        background: -moz-linear-gradient(left, #aea0f3 0%, #43e7fa 100%);
        background: linear-gradient(to right, #aea0f3 0%,#43e7fa 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g7.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g7.empty > span { background: none; color: #aea0f3; }
    .is-ie11  .button.g7.empty:hover > span { color: #fff; }


    .button.g8,
    .form-button-g8 .hs-button {
        padding: 15px 25px;
        background: #1581f0;
        background: -webkit-linear-gradient(left, #1581f0 0%,#1ecdff 100%);
        background: -moz-linear-gradient(left, #1581f0 0%, #1ecdff 100%);
        background: linear-gradient(to right, #1581f0 0%,#1ecdff 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g8 {
        padding: 5px 20px;
    }

    .button.large.g8 {
        padding: 20px 40px;
    }

    .button.g8.empty {
        background: #1581f0;
        background: -webkit-linear-gradient(left, #1581f0 0%,#1ecdff 100%);
        background: -moz-linear-gradient(left, #1581f0 0%, #1ecdff 100%);
        background: linear-gradient(to right, #1581f0 0%,#1ecdff 100%);
        color: #1581f0 !important;
        position: relative;
    }

    .button.g8.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g8.empty:before, /* <- default fill color */
    .button.g8.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g8.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g8.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g8.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g8.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g8.empty > span {
        position: relative;
        z-index: 1;
        background: #1581f0;
        background: -webkit-linear-gradient(left, #1581f0 0%,#1ecdff 100%);
        background: -moz-linear-gradient(left, #1581f0 0%, #1ecdff 100%);
        background: linear-gradient(to right, #1581f0 0%,#1ecdff 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g8.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g8.empty > span { background: none; color: #1581f0; }
    .is-ie11  .button.g8.empty:hover > span { color: #fff; }


    .button.g9,
    .form-button-g9 .hs-button {
        padding: 15px 25px;
        background: #22dbbf;
        background: -webkit-linear-gradient(left, #22dbbf 0%,#3bf8ff 100%);
        background: -moz-linear-gradient(left, #22dbbf 0%, #3bf8ff 100%);
        background: linear-gradient(to right, #22dbbf 0%,#3bf8ff 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g9 {
        padding: 5px 20px;
    }

    .button.large.g9 {
        padding: 20px 40px;
    }

    .button.g9.empty {
        background: #22dbbf;
        background: -webkit-linear-gradient(left, #22dbbf 0%,#3bf8ff 100%);
        background: -moz-linear-gradient(left, #22dbbf 0%, #3bf8ff 100%);
        background: linear-gradient(to right, #22dbbf 0%,#3bf8ff 100%);
        color: #22dbbf !important;
        position: relative;
    }

    .button.g9.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g9.empty:before, /* <- default fill color */
    .button.g9.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g9.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g9.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g9.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g9.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g9.empty > span {
        position: relative;
        z-index: 1;
        background: #22dbbf;
        background: -webkit-linear-gradient(left, #22dbbf 0%,#3bf8ff 100%);
        background: -moz-linear-gradient(left, #22dbbf 0%, #3bf8ff 100%);
        background: linear-gradient(to right, #22dbbf 0%,#3bf8ff 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g9.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g9.empty > span { background: none; color: #22dbbf; }
    .is-ie11  .button.g9.empty:hover > span { color: #fff; }


    .button.g10,
    .form-button-g10 .hs-button {
        padding: 15px 25px;
        background: #2cdd9b;
        background: -webkit-linear-gradient(left, #2cdd9b 0%,#19ccd1 100%);
        background: -moz-linear-gradient(left, #2cdd9b 0%, #19ccd1 100%);
        background: linear-gradient(to right, #2cdd9b 0%,#19ccd1 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g10 {
        padding: 5px 20px;
    }

    .button.large.g10 {
        padding: 20px 40px;
    }

    .button.g10.empty {
        background: #2cdd9b;
        background: -webkit-linear-gradient(left, #2cdd9b 0%,#19ccd1 100%);
        background: -moz-linear-gradient(left, #2cdd9b 0%, #19ccd1 100%);
        background: linear-gradient(to right, #2cdd9b 0%,#19ccd1 100%);
        color: #2cdd9b !important;
        position: relative;
    }

    .button.g10.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g10.empty:before, /* <- default fill color */
    .button.g10.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g10.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g10.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g10.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g10.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g10.empty > span {
        position: relative;
        z-index: 1;
        background: #2cdd9b;
        background: -webkit-linear-gradient(left, #2cdd9b 0%,#19ccd1 100%);
        background: -moz-linear-gradient(left, #2cdd9b 0%, #19ccd1 100%);
        background: linear-gradient(to right, #2cdd9b 0%,#19ccd1 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g10.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g10.empty > span { background: none; color: #2cdd9b; }
    .is-ie11  .button.g10.empty:hover > span { color: #fff; }


    .button.g11,
    .form-button-g11 .hs-button {
        padding: 15px 25px;
        background: #2f93c7;
        background: -webkit-linear-gradient(left, #2f93c7 0%,#2fc7c5 100%);
        background: -moz-linear-gradient(left, #2f93c7 0%, #2fc7c5 100%);
        background: linear-gradient(to right, #2f93c7 0%,#2fc7c5 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g11 {
        padding: 5px 20px;
    }

    .button.large.g11 {
        padding: 20px 40px;
    }

    .button.g11.empty {
        background: #2f93c7;
        background: -webkit-linear-gradient(left, #2f93c7 0%,#2fc7c5 100%);
        background: -moz-linear-gradient(left, #2f93c7 0%, #2fc7c5 100%);
        background: linear-gradient(to right, #2f93c7 0%,#2fc7c5 100%);
        color: #2f93c7 !important;
        position: relative;
    }

    .button.g11.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g11.empty:before, /* <- default fill color */
    .button.g11.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g11.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g11.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g11.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g11.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g11.empty > span {
        position: relative;
        z-index: 1;
        background: #2f93c7;
        background: -webkit-linear-gradient(left, #2f93c7 0%,#2fc7c5 100%);
        background: -moz-linear-gradient(left, #2f93c7 0%, #2fc7c5 100%);
        background: linear-gradient(to right, #2f93c7 0%,#2fc7c5 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g11.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g11.empty > span { background: none; color: #2f93c7; }
    .is-ie11  .button.g11.empty:hover > span { color: #fff; }


    .button.g12,
    .form-button-g12 .hs-button {
        padding: 15px 25px;
        background: #fb8a2a;
        background: -webkit-linear-gradient(left, #fb8a2a 0%,#dadc21 100%);
        background: -moz-linear-gradient(left, #fb8a2a 0%, #dadc21 100%);
        background: linear-gradient(to right, #fb8a2a 0%,#dadc21 100%);
        border: none;
        color: #fff !important;
    }

    .button.small.g12 {
        padding: 5px 20px;
    }

    .button.large.g12 {
        padding: 20px 40px;
    }

    .button.g12.empty {
        background: #fb8a2a;
        background: -webkit-linear-gradient(left, #fb8a2a 0%,#dadc21 100%);
        background: -moz-linear-gradient(left, #fb8a2a 0%, #dadc21 100%);
        background: linear-gradient(to right, #fb8a2a 0%,#dadc21 100%);
        color: #fb8a2a !important;
        position: relative;
    }

    .button.g12.empty:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        z-index: 0;
        border-radius: inherit;
        transition: .2s ease-in-out;
    }

    .button.g12.empty:before, /* <- default fill color */
    .button.g12.empty.white-fill:before {
        background-color: #fff;
    }

    .button.g12.empty.light-fill:before {
        background-color: #cacbce;
    }

    .button.g12.empty.theme-fill:before {
        background-color: #6887b6;
    }

    .button.g12.empty.dark-fill:before {
        background-color: #466ea5;
    }

    .button.g12.empty:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .button.g12.empty > span {
        position: relative;
        z-index: 1;
        background: #fb8a2a;
        background: -webkit-linear-gradient(left, #fb8a2a 0%,#dadc21 100%);
        background: -moz-linear-gradient(left, #fb8a2a 0%, #dadc21 100%);
        background: linear-gradient(to right, #fb8a2a 0%,#dadc21 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        transition: .2s ease-in-out;
    }

    .button.g12.empty:hover > span {
        color: #fff;
    }

    .is-ie11  .button.g12.empty > span { background: none; color: #fb8a2a; }
    .is-ie11  .button.g12.empty:hover > span { color: #fff; }


/* ==========================================================================
   Card boxes
   ========================================================================== */

.card-box {
    position: relative;
    background-color: #fff;
    color: #466ea5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    
    transition: .2s ease-in-out;
    overflow: hidden;
}

.card-box-image img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.card-box-header {
    padding: 20px 30px;
    background-color: #466ea5;
    border-bottom: 4px solid #6887b6;
}

.card-box-no-border .card-box-header {
    border-bottom: none !important;
}

.card-box-header h1,
.card-box-header h2,
.card-box-header h3,
.card-box-header h4 {
    margin: 0;
    color: #fff;
}

.card-box-content {
    padding: 30px;
    font-size: 0.875rem;
}

.card-box-content p:last-child {
    margin-bottom: 0;
}

.card-box-link a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

@media (min-width: 1140px) {

    .card-box:not(.no-hover):hover {
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 20px 60px -10px rgba(0, 0, 0, .3);
        -webkit-transform: scale(1.1,1.1) translateY(-10px);
        transform: scale(1.1,1.1) translateY(-10px);
    }
}

/* ==========================================================================
   Tag Button
   ========================================================================== */

.tag-button a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #6887b6;
    color: #fff !important;
    
    
        border-radius: 4px;
    

    font-size: 0.6875rem;
    line-height: 1.45;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.white-content .tag-button a,
.white-content.tag-button a {
    background-color: #fff;
    color: #466ea5 !important;
}

.tag-button.theme a {
    background-color: #6887b6 !important;
    color: #fff !important;
}

.tag-button.dark a {
    background-color: #466ea5 !important;
    color: #fff !important;
}

.tag-button.white a {
    background-color: #fff !important;
    color: #466ea5 !important;
}

.tag-button.light a {
    background-color: #cacbce !important;
    color: #466ea5 !important;
}

/* ==========================================================================
   Blog Comments
   ========================================================================== */

/* Comments
   ========================================================================== */

.blog-comments #comments-listing {
    margin-bottom: 50px;
}

.blog-comments #comments-listing.no-comments {
    display: none;
}

.blog-comments #comments-listing .comment {
    margin: 0 0 30px;
    padding: 30px;
    position: relative;
    background-color: #fff;
    border: none !important;
    border-left: 4px solid #6887b6 !important;
    
    
        border-radius: 4px;
    

    color: #466ea5;
}

.blog-comments #comments-listing .comment.depth-1 {
    margin-top: -40px;
    padding: 0 30px 30px 60px;
}

.blog-comments #comments-listing .comment.depth-2 {
    margin-top: -40px;
    padding: 0 30px 30px 90px;
}

.blog-comments #comments-listing .comment.depth-3,
.blog-comments #comments-listing .comment.depth-4,
.blog-comments #comments-listing .comment.depth-5,
.blog-comments #comments-listing .comment.depth-6,
.blog-comments #comments-listing .comment.depth-7,
.blog-comments #comments-listing .comment.depth-8,
.blog-comments #comments-listing .comment.depth-9,
.blog-comments #comments-listing .comment.depth-10,
.blog-comments #comments-listing .comment.depth-11 {
    margin-top: -40px;
    padding: 0 30px 30px 120px;
}

@media (max-width: 479px) {

    .blog-comments #comments-listing .comment {
        padding-left: 20px;
        font-size: .8em;
    }

    .blog-comments #comments-listing .comment.depth-1 {
        padding-left: 40px;
    }

    .blog-comments #comments-listing .comment.depth-2 {
        padding-left: 60px;
    }
    
    .blog-comments #comments-listing .comment.depth-3,
    .blog-comments #comments-listing .comment.depth-4,
    .blog-comments #comments-listing .comment.depth-5,
    .blog-comments #comments-listing .comment.depth-6,
    .blog-comments #comments-listing .comment.depth-7,
    .blog-comments #comments-listing .comment.depth-8,
    .blog-comments #comments-listing .comment.depth-9,
    .blog-comments #comments-listing .comment.depth-10,
    .blog-comments #comments-listing .comment.depth-11 {
        padding-left: 80px;
    }
}

.blog-comments #comments-listing .comment-from,
.blog-comments #comments-listing .comment-date {
    display: block;
}

.blog-comments #comments-listing .comment-from h4 {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

.blog-comments #comments-listing .comment-date {
    margin-bottom: 1em;
    opacity: .6;
}

.blog-comments #comments-listing .comment-reply-to {
    margin: 0 0 20px;
    padding: 5px 10px;
    position: relative;
    font-weight: inherit;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.625em;
    line-height: 1.6;
    background: none;
    box-shadow: 0 0 0 1px #466ea5 inset;
    color: #466ea5;
}

.blog-comments #comments-listing .comment-reply-to:hover {
    background: #466ea5;
    color: #fff;
}

.blog-comments #comments-listing .comment-reply-to:before {
    content: '\f3e5';
    display: inline-block;
    padding-right: 5px;
    font-family: Font Awesome;
}

.blog-comments #comments-listing .comment-reply-to em {
    font-weight: bold;
    font-style: normal;
}

.blog-comments .linkified:after {
    content: '\f35d';
    display: inline-block;
    font-family: Font Awesome;
    padding-left: 5px;
    -webkit-transform: scale(.8,.8);
    -ms-transform: scale(.8,.8);
    -o-transform: scale(.8,.8);
    transform: scale(.8,.8);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* Form
   ========================================================================== */

.blog-comments #comment-form {
    margin-bottom: 50px;
}

.blog-comments #comment-form.replying {
    margin: -40px 0 30px;
    padding: 0 30px 90px 30px;
    position: relative;
    background-color: #fff;
    border-left: 4px solid #6887b6;
    
    
        border-radius: 4px;
    

    color: #466ea5;
}

.blog-comments #comment-form.replying .hs-input:not([type="radio"]):not([type="checkbox"]) {
    background-color: #cacbce;
}

.blog-comments #comment-form .hs-common-confirm-message {
    background-color: #cacbce !important;
    border: 2px solid #6887b6 !important;
    color: #466ea5 !important;
    
    
        border-radius: 4px;
    

    padding: 20px !important;
    margin: 30px 0 !important;
}

/* ==========================================================================
   Blog Pagination
   ========================================================================== */

.blog-pagination a {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    
    
        border-radius: 6px;
    

    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
}

.blog-pagination a:hover {
    background-color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
}

.blog-pagination a.active {
    background-color: #6887b6;
    color: #fff;
}

.blog-pagination a.disabled {
    color: inherit;
    cursor: default;
    pointer-events: none;
    opacity: .4;
    background-color: transparent;
}

/* ==========================================================================
   Blog Navigation
   ========================================================================== */

.blog-navigation {
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
}

.blog-navigation a {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    
    background-color: #cacbce;
    color: #466ea5;
}

.blog-navigation a:hover {
    color: #6887b6;
}

.blog-navigation .disabled {
    cursor: default;
    pointer-events: none;
    opacity: .6;
}

/* ==========================================================================
   Blog I
   ========================================================================== */

/* Post Wrapper
   ========================================================================== */

.blog-1 .post-wrapper {
    position: relative;
}

/* Featured Image
   ========================================================================== */

/**
 * Sides
 */

.blog-1.featured-image-left .featured-image,
.blog-1.featured-image-right .featured-image {
    max-width: 40%;
    padding-bottom: 20px;
}

.blog-1.featured-image-left .featured-image {
    float: left;
    padding-right: 50px;
}

.blog-1.featured-image-right .featured-image {
    float: right;
    padding-left: 50px;
}

@media (max-width: 768px) {

    .blog-1.featured-image-left .featured-image,
    .blog-1.featured-image-right .featured-image {
        max-width: 50%;
    }

    .blog-1.featured-image-left .featured-image {
        padding-right: 20px;
    }
    
    .blog-1.featured-image-right .featured-image {
        padding-left: 20px;
    }
}

/**
 * Top
 */

.blog-1.featured-image-top .featured-image {
    padding: 0 0 30px;
}

@media (max-width: 479px) {
    
    .blog-1.featured-image-left .featured-image,
    .blog-1.featured-image-right .featured-image,
    .blog-1.featured-image-top .featured-image {
        max-width: none;
        padding: 0 0 20px;
    }
}

/* Post Bottom
   ========================================================================== */

/**
 * .post-footer is taken in HS
 */

.blog-1 .post-bottom {
    margin: 30px 0 0;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .15);
    font-size: 13px;
    line-height: 22px;
}

.blog-1 .post-bottom a {
    display: inline-block;
    margin: 4px 0;
    padding: 0 8px;
    border: 2px solid transparent;
    
    
        border-radius: 60px;
    

    color: inherit;
    font-size: 12px;
    transition: .4s ease;
}

.blog-1 .post-bottom a:hover,
.blog-1 .post-bottom a:active {
    border-color: #6887b6;
    color: #6887b6;
}

.blog-1 .post-bottom .sep {
    width: 0;
    margin: 0 8px;
    border-left: 1px solid #eee;
}

/* Post Sharing
   ========================================================================== */

/**
 * Listing template
 */

@media (min-width: 1140px) {

    .blog-1 .listing-template .post-wrapper .post-sharing {
        position: absolute;
        width: 80px;
        left: -80px;
        top: 10px;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
    }

    .blog-1 .listing-template .post-wrapper:hover .post-sharing {
        opacity: 1;
        visibility: visible;
    }
}

.blog-1 .post-simple-title {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

/**
 * Post template
 */

@media (min-width: 1140px) {

    .blog-1 .post-template .post-sharing.top {
        height: 0;
    }

    .blog-1 .post-template .post-sharing.top .addthis-widget-type-1 {
        width: 80px;
        left: -80px;
    }
}

.blog-1 .post-template .post-sharing.top .sticky-item-wrapper {
    bottom: auto !important;
}

.blog-1 .post-template .post-sharing.top .sticky-item-wrapper.flat .addthis-widget-type-1 {
    display: none;
}

/**
 * Fixes an issue with overlapping sticky wrapper
 */

.blog-1 .post-template .post-sharing.top .sticky-item-wrapper {
    z-index: 0;
}

.blog-1 .post-template .post-body {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Blog II
   ========================================================================== */

/* Post sharing
   ========================================================================== */

.blog-2 .post-sharing.top {
    margin-bottom: 40px;
}

.blog-2 .post-sharing.bottom {
    margin: 20px 0;
}

/* ==========================================================================
   Icons
   ========================================================================== */

.icon-dot a:focus,
.icon-circle a:focus,
.icon-disc a:focus {
    outline: 0;
}

.icon-dot i,
.icon-circle i,
.icon-disc i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-style: normal;
    transition: .4s ease;
}

.icon-circle i,
.icon-disc i {
    overflow: hidden;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
}

.icon-dot i {
    font-size: 40px;
    text-align: inherit;
}

/* Dot
   ========================================================================== */

.icon-dot.theme i {
    color: #6887b6;
}

.icon-dot.dark i {
    color: #466ea5;
}

.icon-dot.white i {
    color: #fff;
}

.icon-dot.text i {
    color: #466ea5;
}

/* Circle
   ========================================================================== */

.icon-circle.theme i {
    box-shadow: 0 0 0 2px #6887b6 inset;
    color: #6887b6;
}

.icon-circle.theme a:hover i {
    background-color: #6887b6;
    color: #fff;
}

.icon-circle.dark i {
    box-shadow: 0 0 0 2px #466ea5 inset;
    color: #466ea5;
}

.icon-circle.dark a:hover i {
    background-color: #466ea5;
    color: #fff;
}

.icon-circle.white i {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
}

.icon-circle.white a:hover i {
    background-color: #fff;
    color: #6887b6;
}

.icon-circle.text i {
    box-shadow: 0 0 0 2px #466ea5 inset;
    color: #466ea5;
}

.icon-circle.text a:hover i {
    background-color: #466ea5;
    color: #fff;
}

/* Disc
   ========================================================================== */

.icon-disc.theme i {
    background-color: #6887b6;
    color: #fff;
}

.icon-disc.dark i {
    background-color: #466ea5;
    color: #fff;
}

.icon-disc.white i {
    background-color: #fff;
    color: #6887b6;
}

.icon-disc.text i {
    background-color: #466ea5;
    color: #466ea5;
}

/* Larage
   ========================================================================== */

.icon-dot.large i,
.icon-circle.large i,
.icon-disc.large i {
   width: 90px;
   height: 90px;
   font-size: 30px;
   line-height: 90px;
}

.icon-dot.large i {
    font-size: 70px;
}

.icon-circle.large.theme i {
    box-shadow: 0 0 0 3px #6887b6 inset;
}

.icon-circle.large.dark i {
    box-shadow: 0 0 0 3px #466ea5 inset;
}

.icon-circle.large.white i {
    box-shadow: 0 0 0 3px #fff inset;
}

.icon-circle.large.text i {
    box-shadow: 0 0 0 3px #466ea5 inset;
}

/* Small
   ========================================================================== */


.icon-dot.small i,
.icon-circle.small i,
.icon-disc.small i {
   width: 30px;
   height: 30px;
   font-size: 12px;
   line-height: 30px;
}

.icon-dot.small i {
    font-size: 20px;
}

.icon-circle.small.theme i {
    box-shadow: 0 0 0 2px #6887b6 inset;
}

.icon-circle.small.dark i {
    box-shadow: 0 0 0 2px #466ea5 inset;
}

.icon-circle.small.white i {
    box-shadow: 0 0 0 2px #fff inset;
}

.icon-circle.small.text i {
    box-shadow: 0 0 0 2px #466ea5 inset;
}

/* ==========================================================================
   Imposing header
   ========================================================================== */

.imposing-header {
    padding: 80px 30px;
    position: relative;
    background: #466ea5;
    border-top: 10px solid #6887b6;
    color: #fff;
    text-align: center;
}

.imposing-header.theme {
    background: #6887b6;
    border-top-color: #466ea5;
}

.imposing-header:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-left: -40px;
    position: absolute;
    left: 50%;
    bottom: -38px;
    z-index: 1;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #466ea5;
}

.imposing-header.theme:after {
    border-top-color: #6887b6;
}

.imposing-header.no-arrow:after {
    display: none;
}

.imposing-header a {
    color: inherit;
}

.imposing-header p {
    margin-bottom: 10px;
}

.imposing-header h1,
.imposing-header h2,
.imposing-header h3,
.imposing-header h4,
.imposing-header h5,
.imposing-header h6 {
    margin: 0;
    color: inherit;
}

.imposing-header.theme a:hover {
    color: #fff;
}

.imposing-header .secondary-header {
    margin-bottom: 10px;
}

/* ==========================================================================
   Map section
   ========================================================================== */

.map-section {
    padding: 0 !important;
    position: relative;
}

.map-section iframe {
    width: 100% !important;
    float: left;
}

.map-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: url(//cdn2.hubspot.net/hub/273774/file-1146934634-png/mp/themes/Act-Theme/images/footer-pattern.png);
   opacity: .7;
   transition: .6s ease;
}

/* ==========================================================================
   Listing
   ========================================================================== */

/* Loading circle
   ========================================================================== */

.listing-container:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #fff url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/ring-alt.svg) center center no-repeat;
    background-size: 60px 60px;
    transition: .4s;
    pointer-events: none;
}

.listing-container.done:before {
    opacity: 0;
    visibility: hidden;
    transition-delay: .25s;
}

/* Listing items container
   ========================================================================== */

.listing-items {
    width: auto !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.listing-items:not(.no-gutter):not(.col-1) {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.listing-items.drag.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.listing-items.drag.equal-height > .listing-cell,
.listing-items.drag.equal-height > .listing-cell > .row-fluid,
.listing-items.drag.equal-height > .listing-cell > .row-fluid > .span12 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.listing-items.col-1 .listing-cell {
    width: 100%;
}

/* Listing items
   ========================================================================== */

.listing-container.no-masonry .listing-items:not(.col-1):not(.equal-height) .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-container.no-masonry .listing-items.drag:not(.col-1):not(.equal-height) .listing-cell {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.25em; /* fixes issue with inline-blocks and white spaces */
}

.listing-container.no-masonry .listing-items .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper[style*="opacity:0"],
.listing-container.no-masonry .listing-items .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper[style*="opacity: 0"],
.listing-container.no-masonry .listing-items.drag .listing-cell[style*="opacity:0"],
.listing-container.no-masonry .listing-items.drag .listing-cell[style*="opacity: 0"] {
    position: absolute !important;
    z-index: -1 !important;
    pointer-events: none;
}

/**
 * Fixes an issue with Safari and flexible listings,
 * when column width was not being applied correctly on .no-masonry.equal-height
 */

.listing-container.no-masonry .listing-items.equal-height > .hs_cos_wrapper_type_widget_container:before,
.listing-container.no-masonry .listing-items.equal-height > .hs_cos_wrapper_type_widget_container:after {
    content: none;
}

/* Gutter
   ========================================================================== */

.listing-items:not(.no-gutter) .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag:not(.no-gutter) .listing-cell {
    padding-top: 15px;
    padding-bottom: 15px;
}

.listing-items:not(.col-1):not(.no-gutter) .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag:not(.col-1):not(.no-gutter) .listing-cell {
    padding-left: 15px;
    padding-right: 15px;
}

/* Columns
   ========================================================================== */

.listing-items.col-2 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag.col-2 .listing-cell {
    width: calc(100%/2);
}

.listing-items.col-3 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag.col-3 .listing-cell {
    width: calc(100%/3);
}

.listing-items.col-4 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag.col-4 .listing-cell {
    width: calc(100%/4);
}

@media (max-width: 991px) {

    .listing-items.md-stack {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .listing-items.md-stack .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
    .listing-items.drag.md-stack .listing-cell {
        display: block;
        width: 100% !important;
        margin-right: 0;
    }

    .listing-items.md-col-2 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
    .listing-items.drag.md-col-2 .listing-cell {
        width: calc(100%/2);
    }

    .listing-items.md-col-3 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
    .listing-items.drag.md-col-3 .listing-cell {
        width: calc(100%/3);
    }
}

@media (max-width: 768px) {

    .listing-items {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .listing-items .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
    .listing-items.drag .listing-cell {
        display: block;
        width: 100% !important;
        margin-right: 0;
    }
}

/* Pageination
   ========================================================================== */

.listing-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
    
    
        border-radius: 6px;
    

    font-size: 14px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.listing-pagination a:hover,
.listing-pagination a:active,
.listing-pagination a.active {
    background-color: #6887b6;
    color: #fff;
}

/* Menu
   ========================================================================== */

.listing-menu.inactive ul li a:not([href="#All"]):not([href="#all"]) {
    visibility: hidden;
    opacity: 0;
}

/* Search
   ========================================================================== */

.listing-search .hs-input:not([type="radio"]):not([type="checkbox"]) {
    background-color: #fff !important;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
}

.listing-search .hs-input:not([type="radio"]):not([type="checkbox"]):focus {
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
}

/* Boxes styles
   ========================================================================== */

.white-box {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 2px 15px rgba(0, 0, 0, 0);
    
    
        border-radius: 6px;
    

    transition: .4s ease;
}

.white-box.hover:hover {
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 20px 60px -10px rgba(0, 0, 0, .3);
}

/* Filter
   ========================================================================== */

.listing-filter {
    display: none !important;
}

/* ==========================================================================
   Pricing table
   ========================================================================== */

/* Wrapper
   ========================================================================== */

.pricing-table {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    
    transition: .2s ease-in-out;
    text-align: center;
}

.pricing-table.popular {
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 20px 60px -10px rgba(0, 0, 0, .3);
    -webkit-transform: scale(1.05, 1.05) translateY(-20px);
    transform: scale(1.05, 1.05) translateY(-20px);
}

@media (max-width: 991px) {

    .md-stack > .row-fluid-wrapper > .row-fluid > .pricing-table.popular {
        position: static;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 768px) {

    .pricing-table.popular {
        position: static;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
        -webkit-transform: none;
        transform: none;
    }
}

/* Header
   ========================================================================== */

.pricing-table-header {
    padding: 20px;
    background-color: #466ea5;
}

.pricing-table.popular .pricing-table-header {
    background-color: #6887b6;
}

.pricing-table-header h1,
.pricing-table-header h2,
.pricing-table-header h3,
.pricing-table-header h4 {
    margin: 0;
    color: #fff;
}

/* Price
   ========================================================================== */

.pricing-table-price {
    padding: 30px 20px 0;
    color: #6887b6;
    font-size: 2.8125rem;
    line-height: 1;
    font-weight: bold;
}

.pricing-table.popular .pricing-table-price {
    font-size: 3.25rem;
    font-weight: bold;
}

/* Per
   ========================================================================== */

.pricing-table-per {
    padding: 0 20px 20px;
    opacity: .8;
    font-size: 0.8rem;
}

/* Description
   ========================================================================== */

.pricing-table-description {
    padding: 20px;
    background-color: #cacbce;
    color: #466ea5;
    font-size: .9rem;
}

/* Details
   ========================================================================== */

.pricing-table-details {
    padding: 30px 20px;
    font-size: .9rem;
}

.pricing-table-details h4 {
    margin-bottom: 15px;
}

.pricing-table-details ul {
    margin: 0;
    padding: 0;
}

.pricing-table-details ul li {
    padding: 5px 0 !important;
    border-top: 1px solid #cacbce;
    text-indent: 0 !important;
}

.white-content .pricing-table-details ul li,
.white-content.pricing-table-details ul li {
    border-top-color: rgba(255, 255, 255, .5);
}

.pricing-table-details ul li:first-child {
    border-top: none;
}

.pricing-table-details ul li:before {
    display: none !important;
}

/* CTA button
   ========================================================================== */

.pricing-table-cta {
    padding: 0 20px 40px;
}

/* ==========================================================================
   Accordion item
   ========================================================================== */

/**
 * Wrapper
 */

.accordion-item {
    margin-bottom: .5em;
}

/**
 * Header
 */

.accordion-header {
    position: relative;
    color: #466ea5;
    font-weight: bold;
    cursor: pointer;
    transition: .4s;
}

.white-content .accordion-header {
    color: #fff;
}

.accordion-icon {
    display: block;
    width: 18px;
    float: left;
    text-align: center;
}

.accordion-icon .expand-icon {
    display: none;
}

.accordion-item.collapsed .accordion-icon .expand-icon {
    display: block;
}

.accordion-item.collapsed .accordion-icon .collapse-icon {
    display: none;
}

.accordion-title {
    display: block;
    margin-left: 30px;
}

/**
 * Body
 */

.accordion-body {
    padding-left: 30px;
    padding-top: 1em;
    transition: padding-top .2s, transform .2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.accordion-item.collapsed .accordion-body {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    -webkit-transform: translateY(-.6em);
    transform: translateY(-.6em);
}

/* Boxed
   ========================================================================== */

.accordion-item.boxed {
    padding: 10px 20px 10px 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    
    transition: .4s;
}

.accordion-item.boxed:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2), 0 20px 60px -10px rgba(0, 0, 0, .3);
}

/* Soft
   ========================================================================== */

.accordion-item.soft {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.hs_cos_wrapper_type_widget_container > .hs_cos_wrapper:last-child .accordion-item.soft {
    border-bottom: none;   
}

.white-content .accordion-item.soft {
    border-bottom-color: rgba(255, 255, 255, .1);
}

.accordion-item.soft .accordion-header {
    padding: 10px 0;
    color: #466ea5;
    font-weight: inherit;
}

.white-content .accordion-item.soft .accordion-header {
    color: #fff;
}

.accordion-item.soft .accordion-icon {
    float: right;
}

.accordion-item.soft .accordion-title {
    margin-left: 0;
    margin-right: 30px;
}

.accordion-item.soft .accordion-body {
    padding-left: 0;
}

/* ==========================================================================
   Read more
   ========================================================================== */

.read-more.collapsed .read-more-details,
.read-more.collapsed .read-more-button-collapse,
.read-more .read-more-button-expand {
    display: none;
}

.read-more.collapsed .read-more-button-expand {
    display: inline;
}

.read-more.collapsed .read-more-details {
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}

/* ==========================================================================
   Fullscreen search
   ========================================================================== */

.fullscreen-search {
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: opacity .2s;
}

.fullscreen-search-open .fullscreen-search {
    width: auto !important;
    height: auto !important;
    opacity: 1;
    visibility: visible;
}

.fullscreen-search .cell-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}

.fss-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    opacity: 0.92;
}

.fullscreen-search form {
    display: inline-block;
    width: 560px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: .6s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.fullscreen-search-open .fullscreen-search form {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fullscreen-search label {
    display: none;
}

.fullscreen-search .field {
    padding: 0 !important;
}

.fullscreen-search .field > .input {
    padding: 0;
}

.fullscreen-search .hs-input:not([type="radio"]):not([type="checkbox"]) {
    min-height: 60px;
    height: 60px;
    padding: 15px 70px 15px 30px;
    background: #fff !important;
    border: none;
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .3);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #466ea5;
    font-size: 1rem;
    vertical-align: top;
    position: relative;
}

.fullscreen-search .hs-button {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 60px;
    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fullscreen-search .fss-close-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #466ea5;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {

    .fullscreen-search-open body {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: fixed;
    }
}

/**
 * GSC Results
 */

.fss-search-results *,
.fss-search-results *:before,
.fss-search-results *:after {
    box-sizing: content-box;
}

.fss-search-results.fss-optional-styles .gsc-selected-option-container {
    width: auto !important;
}

.fss-search-results.fss-optional-styles .gsc-table-result,
.fss-search-results.fss-optional-styles .gsc-thumbnail-inside,
.fss-search-results.fss-optional-styles .gsc-url-top {
    padding-left: 0;
    padding-right: 0;
}

.fss-search-results.fss-optional-styles .gsc-control-cse,
.fss-search-results.fss-optional-styles .gsc-control-cse .gsc-table-result {
    font-family: inherit;
}

.fss-search-results.fss-optional-styles .cse .gsc-control-cse,
.fss-search-results.fss-optional-styles .gsc-control-cse {
    padding: 0;
}

.fss-search-results.fss-optional-styles .gsc-result-info {
    padding-left: 0;
    padding-right: 0;
}

.fss-search-results.fss-optional-styles .gsc-table-cell-thumbnail,
.fss-search-results.fss-optional-styles .gs-promotion-image-cell {
    padding-right: 10px;
}

.fss-search-results.fss-optional-styles .gsc-control-cse .gs-spelling,
.fss-search-results.fss-optional-styles .gsc-control-cse .gs-result .gs-title,
.fss-search-results.fss-optional-styles .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.2em;
    font-weight: bold;
}

.fss-search-results.fss-optional-styles .gsc-result .gs-title {
    height: auto !important;
}

.fss-search-results.fss-optional-styles .gsc-results .gsc-cursor-box {
    margin: 3em 0;
}

.fss-search-results.fss-optional-styles .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    margin-right: 1px;
    padding: 10px 5px;
    background: rgba(0, 0, 0, .02);
    text-align: center;
    line-height: 25px;
    transition: .2s;
}

.fss-search-results.fss-optional-styles .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: none;
    text-decoration: none;
}

/**
 * Google CSE FSS Search Results Input Support
 */

.fss-search-results .gsc-input {
    min-height: 0;
}

.fss-search-results .gsib_a {
    padding-top: 0;
}
    
.fss-search-results table.gsc-search-box td {
    vertical-align: top;
}

.fss-search-results .cse .gsc-search-button input.gsc-search-button-v2,
.fss-search-results input.gsc-search-button-v2 {
    margin-top: 0;
    vertical-align: top;
}

@media (max-width: 768px) {

    .fss-search-results .gsc-result-info-container,
    .fss-search-results .gsc-orderby-container {
        display: block;
        width: 100%;
    }

    .fss-search-results td.gcsc-branding-text,
    .fss-search-results td.gcsc-branding-img-noclear {
        display: block;
        width: 100%;
        white-space: normal;
        text-align: right;
    }
}

/* ==========================================================================
   System pages
   ========================================================================== */

/* Confirmation
   ========================================================================== */

.confirmation-page .widget-type-email_subscriptions_confirmation h2 {
    margin: 0 0 20px !important;
    font-size: 2em !important;
    font-weight: 700 !important;
}

.confirmation-page .widget-type-email_subscriptions_confirmation p {
    font-size: inherit !important;
    font-weight: inherit !important;
}

/* Preferences
   ========================================================================== */

.preferences-page #email-prefs-form h2 {
    font-size: 2.5rem;
    font-weight: 700;
}
    
@media (max-width: 768px) { .preferences-page #email-prefs-form h2 { font-size: 1.875rem; } }
@media (max-width: 479px) { .preferences-page #email-prefs-form h2 { font-size: 1.25rem; } }

.preferences-page .email-prefs .item {
    margin-left: -5px;
    margin-right: -5px;
}

.preferences-page .email-prefs .item .item-inner {
    padding: 20px 20px 24px 60px;
    position: relative;
    overflow: hidden;
    line-height: 1.4;
    transition: 0.4s ease-in-out;
    background: #cacbce;
    border: 1px solid rgba(0, 0, 0, .08);
}

.preferences-page .email-prefs .item .item-inner:hover,
.preferences-page .email-prefs .item .item-inner.hovered {
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .15);
}

.preferences-page .email-prefs .item .item-inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .15);
}

.preferences-page .checkbox-row span.fakelabel span,
.preferences-page .subscribe-options label span,
.preferences-page p.header {
    margin-left: 0;
}

.preferences-page .widget-type-email_subscriptions p {
    font-size: inherit !important;
    line-height: inherit !important;
}

.preferences-page .widget-type-email_subscriptions h1,
.preferences-page .widget-type-email_subscriptions h2 {
    line-height: inherit;
}

.preferences-page .checkbox-row input[type="checkbox"] {
    display: inline-block;
    float: none;
    margin: 0;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -7px;
    vertical-align: middle;
}

.preferences-page .checkbox-row span.fakelabel span {
    display: block;
    float: none;
    vertical-align: middle;
    padding-left: 25px;
}

.preferences-page .email-prefs .item p {
    margin: 0;
    padding-left: 25px;
    opacity: .7;
    font-size: 0.8rem;
}

.preferences-page .subscribe-options {
    width: auto;
    margin: 40px 0 10px !important;
}

.preferences-page .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
}

.preferences-page input#globalunsub {
    margin-right: 3px;
    vertical-align: middle;
}

.preferences-page .subscribe-options label {
    white-space: nowrap;
}

.preferences-page .subscribe-options label span {
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    white-space: normal;
}

/* Unsubscribe
   ========================================================================== */

.unsubscribe-page .widget-type-email_simple_subscription h1 {
    font-weight: 700 !important;
}

/* ==========================================================================
   RSS cards
   ========================================================================== */

/* Wrapper
   ========================================================================== */

.rss-cards {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.rss-cards:not(.no-masonry):not(.one-column):before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #fff url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/ring-alt.svg) center center no-repeat;
    background-size: 60px 60px;
    transition: .4s;
    pointer-events: none;
}

.rss-cards.done:before {
    opacity: 0;
    visibility: hidden;
    transition-delay: .25s;
}

.rss-cards .hs-rss-module {
    margin: 0;
}

.rss-cards a:focus {
    outline: 0;
}

.rss-cards p {
    margin: 0;
}

/**
 * Hides RSS Cards loading circle in the page editor
 */

.hs-inline-edit .rss-cards:not(.no-masonry):not(.one-column):before {
    display: none;
}

/* Card
   ========================================================================== */

.rss-cards .hs-rss-item {
    margin: 0;
    padding: 15px;
    overflow: visible;
}

.rss-cards.no-masonry .hs-rss-item {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

/* Item
   ========================================================================== */

.rss-cards .rss-card {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #466ea5;
    text-align: left;
    transition: .4s;
}

.rss-cards:not(.no-shadow) .rss-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.rss-cards:not(.no-gutter) .rss-card {
    
}

/* Text
   ========================================================================== */

.rss-cards .hs-rss-item-text {
    width: 100% !important;
    float: none !important;
    padding: 30px !important;
    order: 2;
}

.rss-cards .hs-rss-title {
    display: block;
    margin-bottom: 5px;
}

.rss-cards .hs-rss-title span {
    color: #6887b6;
}

.rss-cards .hs-rss-byline {
    margin-bottom: 10px;
    font-size: 0.75rem;
    line-height: 1.4;
}

.rss-cards .hs-rss-description {
    font-size: 0.875rem;
    line-height: 1.7;
}

.rss-cards .hs-rss-description a {
    margin: 10px 0 0;
    background: #6887b6 !important;
    color: #fff !important;
}

.rss-cards .hs-rss-description a:before {
    content: '';
    display: table;
    clear: both;
}

/* Image
   ========================================================================== */

.rss-cards .hs-rss-item-image-wrapper {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    order: 1;
}

/* Full Links
   ========================================================================== */

.rss-card .full-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

/* Equal Height
   ========================================================================== */

@media (min-width: 768px) {

    .rss-cards.equal-height .hs-rss-item-image-wrapper {
        position: relative;
        overflow: hidden;
    }

    .rss-cards.equal-height .hs-rss-item-image-wrapper:before {
        content: '';
        display: block;
        padding-top: 64%;
    }

    .rss-cards.equal-height .hs-rss-item-image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .rss-cards.equal-height .hs-rss-item-text {
        height: 17.8125rem;
        overflow: hidden;
        position: relative;
    }

    .rss-cards.equal-height .rss-more {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        height: 130px;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    }

    .rss-cards.equal-height .rss-more a {
        position: absolute;
        left: 0;
        bottom: 30px;
    }
}

/* Media queries
   ========================================================================== */

@media (min-width: 768px) {

    .rss-cards .hs-rss-item {
        width: 33.3333%;
    }

    .rss-cards:not(.no-gutter) .cell-wrapper {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rss-cards.no-masonry .hs-rss-item {
        display: inline-block;
        vertical-align: top;
    }

    .rss-cards.one-column   .hs-rss-item { width: 100%; }
    .rss-cards.two-column   .hs-rss-item { width: 50%; }
    .rss-cards.three-column .hs-rss-item { width: 33.3333%; }
    .rss-cards.four-column  .hs-rss-item { width: 25%; }

    .rss-cards:not(.no-gutter):not(.no-shadow) .rss-card:hover {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    }
}

@media (max-width: 768px) {

    .rss-cards .hs-rss-module,
    .rss-cards .hs-rss-item {
        position: static !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .rss-cards .hs-rss-module {
        height: auto !important;
    }

    .rss-cards .hs-rss-item {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ==========================================================================
   Image Box
   ========================================================================== */

.image-box {
    display: block;
    position: relative;
    overflow: hidden;
}

/* Image
   ========================================================================== */

.image-box-image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    transition: .5s ease-in-out;
}

.image-box:not(.no-transition):not(.no-hover):hover .image-box-image img {
    -webkit-transform: scale(1.2, 1.2) rotate(-5deg);
    transform: scale(1.2, 1.2) rotate(-5deg);
}

/* Caption
   ========================================================================== */

.image-box-caption {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.image-box:not(.no-hover):hover .image-box-caption,
.image-box:not(.no-hover):active .image-box-caption,
.image-box.reverse .image-box-caption {
    opacity: 1;
    visibility: visible;
}

.image-box.reverse:not(.no-hover):hover .image-box-caption,
.image-box.reverse:not(.no-hover):active .image-box-caption {
    opacity: 0;
    visibility: hidden;
}

/* Overlay
   ========================================================================== */

.image-box-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: .3s ease-in-out;
}

.image-box:hover .image-box-overlay,
.image-box:active .image-box-overlay,
.image-box.reverse .image-box-overlay {
    opacity: 1;
}

/* Content
   ========================================================================== */

.image-box-content {
    padding: 30px;
    position: relative;
}

.image-box-icon a {
    position: relative;
    z-index: 2;
}

.image-box-icon i {
    opacity: 0;
    transition: .2s, opacity .5s ease-in-out .1s;
}

.image-box:not(.no-hover):hover .image-box-icon i,
.image-box:not(.no-hover):active .image-box-icon i,
.image-box.reverse .image-box-icon i {
    opacity: 1;
}

@media (max-width: 1260px) and (min-width: 768px) {
    
    .image-box-icon.icon-dot i {
        font-size: 3.2vw;
    }
}

@media (max-width: 479px) {
    
    .image-box-icon.icon-dot i {
        font-size: 7vw;
    }
}

.image-box-line-1 {
    font-size: 1.125rem;
    line-height: 1.2;
    opacity: 0;
    transition: .5s ease-in-out .1s;
}

.image-box:not(.no-hover):hover .image-box-line-1,
.image-box:not(.no-hover):active .image-box-line-1,
.image-box.reverse .image-box-line-1 {
    opacity: 1;
}

.image-box-line-2 {
    font-size: 0.875rem;
    line-height: 1.3;
    opacity: 0;
    transition: .5s ease-in-out .2s;
}

.image-box:not(.no-hover):hover .image-box-line-2,
.image-box:not(.no-hover):active .image-box-line-2,
.image-box.reverse .image-box-line-2 {
    opacity: .6;
}

.image-box.reverse:not(.no-hover):hover .image-box-icon i,
.image-box.reverse:not(.no-hover):active .image-box-icon i,
.image-box.reverse:not(.no-hover):hover .image-box-line-1,
.image-box.reverse:not(.no-hover):active .image-box-line-1,
.image-box.reverse:not(.no-hover):hover .image-box-line-2,
.image-box.reverse:not(.no-hover):active .image-box-line-2 {
    opacity: 0;
}

/* Link
   ========================================================================== */

.image-box-link a {
    display: block;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.image-box-link a:focus {
    outline: 0;
}

/* Media Queries
   ========================================================================== */

@media (max-width: 1260px) and (min-width: 768px) {

    .image-box-content {
        padding: 2.38vw;
    }

    .image-box-icon i {
        width: 4.76vw;
        height: 4.76vw;
        line-height: 4.76vw;
        font-size: 1.43vw;
    }

    .image-box-line-1 {
        font-size: 1.43vw;
    }

    .image-box-line-2 {
        font-size: 1.11vw;
    }
}

@media (max-width: 768px) {

    /**
     * mobile-on: always show caption on mobile
     */

    .image-box.mobile-on .image-box-image img {
        -webkit-transform: none !important;
        transform: none !important;
    }
    
    .image-box.mobile-on .image-box-caption,
    .image-box.mobile-on .image-box-overlay,
    .image-box.mobile-on .image-box-icon i,
    .image-box.mobile-on .image-box-line-1,
    .image-box.mobile-on .image-box-line-2 {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 479px) {

    .image-box-content {
        padding: 6.25vw;
    }

    .image-box-icon i {
        width: 12.5vw;
        height: 12.5vw;
        line-height: 12.5vw;
        font-size: 3.75vw;
    }

    .image-box-line-1 {
        font-size: 3.75vw;
    }

    .image-box-line-2 {
        font-size: 2.92vw;
    }
}

/* ==========================================================================
   Hero slider
   ========================================================================== */

/* Loading
   ========================================================================== */

.hero-slider.full-vh.minus-header:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #fff url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/ring-alt.svg) center center no-repeat;
    background-size: 60px 60px;
    transition: .4s;
}

.hero-slider.full-vh.minus-header.done:before {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Main
   ========================================================================== */

.hero-slider {
    overflow: hidden;
}

.hero-slider .slick-slider {
    margin-bottom: 0;
    padding: 0;
}

.hero-slider .slick-slider .slick-list {
    max-height: none;
}

.hero-slider .slick-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.hero-slider.full-vh .slick-slider .slick-track {
    min-height: 100vh;
}

.hero-slider .slick-slider .slick-slide {
    width: 100vw !important;
    height: auto;
    margin: 0;
    background-position: center center;
    background-size: cover;
    text-align: left;
    display: flex;
    justify-content: center;
}

.hero-slider .slick-slider .slick-slide .slick-slide-inner-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-slider.full-vh .slick-slider .slick-slide,
.hero-slider.full-vh-h .slick-slider .slick-slide,
.hero-slider.full-vh .slick-slider .slick-slide .slick-slide-inner-wrapper,
.hero-slider.full-vh-h .slick-slider .slick-slide .slick-slide-inner-wrapper {
    min-height: 100%;
}

.hero-slider .slick-slider .slick-slide img {
    display: none;
}

/* Next/Prev
   ========================================================================== */

.hero-slider .slick-prev,
.hero-slider .slick-next {
    height: 50px;
    width: 50px;
    margin: -25px 0 0;
    z-index: 3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    border-radius: 0 !important;
}

.hero-slider .slick-prev {
    left: 30px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%23466ea5%22%3E%3Cpath%20style%3D%22line-height%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23466ea5%3Btext-transform%3Anone%3Bblock-progression%3Atb%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%22%20d%3D%22M%2034.980469%203.9902344%20A%201.0001%201.0001%200%200%200%2034.292969%204.2929688%20L%2014.292969%2024.292969%20A%201.0001%201.0001%200%200%200%2014.292969%2025.707031%20L%2034.292969%2045.707031%20A%201.0001%201.0001%200%201%200%2035.707031%2044.292969%20L%2016.414062%2025%20L%2035.707031%205.7070312%20A%201.0001%201.0001%200%200%200%2034.980469%203.9902344%20z%22%20color%3D%22%23466ea5%22%20font-weight%3D%22400%22%20font-family%3D%22sans-serif%22%20white-space%3D%22normal%22%20overflow%3D%22visible%22%20fill%3D%22%23466ea5%22%2F%3E%3C%2Fsvg%3E');
}

.hero-slider .slick-initialized .slick-prev,
.hero-slider.done .slick-initialized .slick-prev {
    -webkit-animation: heroSliderArrowLeft 2s ease-in-out;
    animation: heroSliderArrowLeft 2s ease-in-out;
}

.hero-slider.arrows-white .slick-prev,
.white-content .hero-slider .slick-prev,
.white-content.hero-slider .slick-prev {
    background-image: url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/act-arrow-prev-white.svg);
}

.hero-slider .slick-next {
    right: 30px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%23466ea5%22%3E%3Cpath%20style%3D%22line-height%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23466ea5%3Btext-transform%3Anone%3Bblock-progression%3Atb%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%22%20d%3D%22M%2014.990234%203.9902344%20A%201.0001%201.0001%200%200%200%2014.292969%205.7070312%20L%2033.585938%2025%20L%2014.292969%2044.292969%20A%201.0001%201.0001%200%201%200%2015.707031%2045.707031%20L%2035.707031%2025.707031%20A%201.0001%201.0001%200%200%200%2035.707031%2024.292969%20L%2015.707031%204.2929688%20A%201.0001%201.0001%200%200%200%2014.990234%203.9902344%20z%22%20color%3D%22%23466ea5%22%20font-weight%3D%22400%22%20font-family%3D%22sans-serif%22%20white-space%3D%22normal%22%20overflow%3D%22visible%22%20fill%3D%22%23466ea5%22%2F%3E%3C%2Fsvg%3E');
}

.hero-slider.arrows-white .slick-next,
.white-content .hero-slider .slick-next,
.white-content.hero-slider .slick-next {
    background-image: url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/act-arrow-next-white.svg);
}

.hero-slider .slick-initialized .slick-next,
.hero-slider.done .slick-initialized .slick-next {
    -webkit-animation: heroSliderArrowRight 2s ease-in-out;
    animation: heroSliderArrowRight 2s ease-in-out;
}

.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
    display: none;
}

/* Pagination
   ========================================================================== */

.hero-slider .hs_cos_gallery_main .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: 0;
}

.hero-slider .hs_cos_gallery_main .slick-dots li button {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0;
    text-transform: none;
}

.hero-slider .hs_cos_gallery_main .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 100%;
    background: none;
    box-shadow: 0 0 0 2px #fff inset;
    opacity: 1;
    color: #fff;
    font-size: 0;
    text-align: left;
    text-indent: -100px;
}

.hero-slider .hs_cos_gallery_main .slick-dots li.slick-active button:before {
    background: #fff;
    box-shadow: none;
}

/* Caption
   ========================================================================== */

.hero-slider .hs_cos_gallery_main .caption.superimpose {
    width: 100%;
    max-width: 980px;
    margin:  0 auto;
    padding: 0;
    position: static;
    padding: 120px 100px;
    background: none;
    text-align: left;
    color: inherit;
}

.hero-slider .hs_cos_gallery_main .caption.superimpose:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .5;
}

.hero-slider-overlay-theme .hs_cos_gallery_main .caption.superimpose:before {
    background-color: #6887b6;
}

.hero-slider-overlay-dark .hs_cos_gallery_main .caption.superimpose:before {
    background-color: #466ea5;
}

.hero-slider-overlay-light .hs_cos_gallery_main .caption.superimpose:before {
    background-color: #cacbce;
}

.hero-slider-overlay-white .hs_cos_gallery_main .caption.superimpose:before {
    background-color: #fff;
}



.hero-slider-overlay-g1 .hs_cos_gallery_main .caption.superimpose:before {
    background: #ffab80;
    background: -moz-linear-gradient(45deg, #ffab80 0%, #f1606d 100%);
    background: -webkit-linear-gradient(45deg, #ffab80 0%, #f1606d 100%);
    background: linear-gradient(45deg, #ffab80 0%, #f1606d 100%);
}


.hero-slider-overlay-g2 .hs_cos_gallery_main .caption.superimpose:before {
    background: #f95759;
    background: -moz-linear-gradient(45deg, #f95759 0%, #f97957 100%);
    background: -webkit-linear-gradient(45deg, #f95759 0%, #f97957 100%);
    background: linear-gradient(45deg, #f95759 0%, #f97957 100%);
}


.hero-slider-overlay-g3 .hs_cos_gallery_main .caption.superimpose:before {
    background: #ff4082;
    background: -moz-linear-gradient(45deg, #ff4082 0%, #e659ff 100%);
    background: -webkit-linear-gradient(45deg, #ff4082 0%, #e659ff 100%);
    background: linear-gradient(45deg, #ff4082 0%, #e659ff 100%);
}


.hero-slider-overlay-g4 .hs_cos_gallery_main .caption.superimpose:before {
    background: #ff2c40;
    background: -moz-linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%);
    background: -webkit-linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%);
    background: linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%);
}


.hero-slider-overlay-g5 .hs_cos_gallery_main .caption.superimpose:before {
    background: #e339fc;
    background: -moz-linear-gradient(45deg, #e339fc 0%, #60b2fa 100%);
    background: -webkit-linear-gradient(45deg, #e339fc 0%, #60b2fa 100%);
    background: linear-gradient(45deg, #e339fc 0%, #60b2fa 100%);
}


.hero-slider-overlay-g6 .hs_cos_gallery_main .caption.superimpose:before {
    background: #8a5efe;
    background: -moz-linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%);
    background: -webkit-linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%);
    background: linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%);
}


.hero-slider-overlay-g7 .hs_cos_gallery_main .caption.superimpose:before {
    background: #aea0f3;
    background: -moz-linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%);
    background: -webkit-linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%);
    background: linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%);
}


.hero-slider-overlay-g8 .hs_cos_gallery_main .caption.superimpose:before {
    background: #1581f0;
    background: -moz-linear-gradient(45deg, #1581f0 0%, #1ecdff 100%);
    background: -webkit-linear-gradient(45deg, #1581f0 0%, #1ecdff 100%);
    background: linear-gradient(45deg, #1581f0 0%, #1ecdff 100%);
}


.hero-slider-overlay-g9 .hs_cos_gallery_main .caption.superimpose:before {
    background: #22dbbf;
    background: -moz-linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%);
    background: -webkit-linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%);
    background: linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%);
}


.hero-slider-overlay-g10 .hs_cos_gallery_main .caption.superimpose:before {
    background: #2cdd9b;
    background: -moz-linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%);
    background: -webkit-linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%);
    background: linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%);
}


.hero-slider-overlay-g11 .hs_cos_gallery_main .caption.superimpose:before {
    background: #2f93c7;
    background: -moz-linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%);
    background: -webkit-linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%);
    background: linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%);
}


.hero-slider-overlay-g12 .hs_cos_gallery_main .caption.superimpose:before {
    background: #fb8a2a;
    background: -moz-linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%);
    background: -webkit-linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%);
    background: linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%);
}


.hero-slider .hs_cos_gallery_main .caption.superimpose > span {
    display: block;
    position: relative;
    z-index: 1;
}

.hero-slider.done .hs_cos_gallery_main .caption.superimpose > span {
    -webkit-animation: heroTextIn 1s ease-in-out;
    animation: heroTextIn 1s ease-in-out;
}

/* Media queries
   ========================================================================== */

@media (max-width: 991px) {

    /**
     * Next/Prev
     */

    .hero-slider .slick-prev,
    .hero-slider .slick-next {
        height: 40px;
        width: 40px;
        margin-top: -20px;
        background-size: 40px 40px;
    }

    .hero-slider .slick-prev {
        left: 20px;
    }

    .hero-slider .slick-next {
        right: 20px;
    }
    
    /**
     * Pagination
     */

    .hero-slider .hs_cos_gallery_main .slick-dots {
        bottom: 70px;
    }

    /**
     * Caption
     */

    .hero-slider .hs_cos_gallery_main .caption.superimpose {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {

    /**
     * Next/Prev
     */

    .hero-slider .slick-prev,
    .hero-slider .slick-next {
        height: 30px;
        width: 30px;
        margin-top: -15px;
        background-size: 30px 30px;
    }

    .hero-slider .slick-prev {
        left: 10px;
    }

    .hero-slider .slick-next {
        right: 10px;
    }

    /**
     * Caption
     */

    .hero-slider .hs_cos_gallery_main .caption.superimpose {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* ==========================================================================
   Hero banner
   ========================================================================== */

.hero-banner-wrapper.content-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: none !important;
}

.hero-banner {
    width: 100%;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.hero-content {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;

}

.hero-banner.done .hero-content {
    -webkit-animation: heroTextIn 1s ease-in-out;
    animation: heroTextIn 1s ease-in-out;
}

@media (max-width: 991px) {

    .hero-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* ==========================================================================
   Hero Format
   ========================================================================== */

.hero-format h1,
.hero-format h2,
.hero-format h3 {
    margin-bottom: .35rem;
    font-size: 4.2498rem;
    line-height: 1.1;
    letter-spacing: -.05em;
}

@media (max-width: 991px) {
    
    .hero-format h1,
    .hero-format h2,
    .hero-format h3 {
        font-size: 3.75rem;
    }
}

@media (max-width: 768px) {

    .hero-format {
        font-size: .8rem;
    }

    .hero-format h1,
    .hero-format h2,
    .hero-format h3 {
        font-size: 3.375rem;
    }
}

@media (max-width: 479px) {

    .hero-format h1,
    .hero-format h2,
    .hero-format h3 {
        font-size: 2.4735rem;
    }
}

/* ==========================================================================
   Blog Format
   ========================================================================== */

.blog-format {
    color: #466ea5;
    font-size: 1.5rem;
    font-weight: lighter;
}

.white-content .blog-format,
.white-content.blog-format {
    color: #fff;
}

@media (max-width: 768px) {

    .blog-format {
        font-size: 1.125rem;
        font-weight: normal;
    }
}

/* ==========================================================================
   Full Vieport Height
   ========================================================================== */

.full-vh,
.row-fluid .full-vh {
    min-height: 100vh;
}

.full-vh.minus-header:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #fff url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/ring-alt.svg) center center no-repeat;
    background-size: 60px 60px;
    transition: .4s;
}

.full-vh.minus-header.done:after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* ==========================================================================
   Controls
   ========================================================================== */

.control-button {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.control-button .fa {
    display: inline-block;
    width: 32px;
    height: 32px;
    
    
        border-radius: 4px;
    

    font-size: 16px;
    line-height: 32px;
    text-align: center;
    transition: .4s;
}

/* Search
   ========================================================================== */

.control-button.search .fa {
    font-size: 14px;
}

/* Menu
   ========================================================================== */

.control-button.menu.on .fa {
    background-color: rgba(0, 0, 0, .07);
}

.control-button.menu.on .open,
.control-button.menu .close {
    display: none;
}

.control-button.menu.on .close {
    display: block;
}

/* ==========================================================================
   Tabs
   ========================================================================== */

/* Tabs
   ========================================================================== */

.tab-group:not(.active) {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Mirror
 */

.tab-link.mirror {
    display: none;
}

@media (max-width: 991px) {
    
    .tabs-container.md-responsive .tabs-nav .duplicate {
        display: none;
    }
    
    .tabs-container.md-responsive .tab-link.mirror {
        display: block;
    }
}

@media (max-width: 768px) {
    
    .tabs-container.responsive .tabs-nav .duplicate {
        display: none;
    }
    
    .tabs-container.responsive .tab-link.mirror {
        display: block;
    }
}

/**
 * Style
 */

.tabs-container.responsive.styled .tab-link.mirror,
.tabs-container.md-responsive.styled .tab-link.mirror {
    margin: 0 30px 5px;
    padding: 10px 20px;
    background-color: #cacbce;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
    
    
        border-radius: 6px;
    

    color: #6887b6;
}

.centered .tab-link.mirror {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tabs-container.responsive.styled .tab-link.mirror:not(.active):hover,
.tabs-container.md-responsive.styled .tab-link.mirror:not(.active):hover {
    background-color: #fff;
}

.tabs-container.responsive.styled .tab-link.mirror.active,
.tabs-container.md-responsive.styled .tab-link.mirror.active {
    background-color: #6887b6;
    color: #fff;
}

.tabs-container.responsive.styled.active-dark .tab-link.mirror.active,
.tabs-container.md-responsive.styled.active-dark .tab-link.mirror.active {
    background-color: #466ea5;
}

/* ==========================================================================
   Popup
   ========================================================================== */

.nbomfp-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10042;
    background: #466ea5;
    opacity: .95;
}

.nbomfp-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.nbomfp-container {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

@media (min-width: 1140px) {

    .nbomfp-gallery .nbomfp-container {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.nbomfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.nbomfp-align-top .nbomfp-container:before {
    display: none;
}

.nbomfp-content {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    z-index: 10045;
    text-align: left;
    vertical-align: middle;
}

.nbomfp-inline-holder .nbomfp-content,
.nbomfp-ajax-holder .nbomfp-content {
    width: 100%;
    cursor: auto;
}

.nbomfp-ajax-cur {
    cursor: progress;
}

.nbomfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.nbomfp-auto-cursor .nbomfp-content {
    cursor: auto;
}

.popup-close,
.nbomfp-arrow,
.nbomfp-preloader,
.nbomfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nbomfp-loading.nbomfp-figure {
    display: none;
}

.nbomfp-img {
    max-height: 90vh !important;
}

.nbomfp-hide {
    display: none !important;
}

.nbomfp-preloader {
    width: auto;
    margin-top: -0.8em;
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    z-index: 10044;
    color: #ccc;
    text-align: center;
}

.nbomfp-preloader a {
    color: #ccc;
}

.nbomfp-preloader a:hover {
    color: #fff;
}

.nbomfp-s-ready .nbomfp-preloader {
    display: none;
}

.nbomfp-s-error .nbomfp-content {
    display: none;
}

.nbomfp-arrow {
    display: block;
    padding: 0;
    overflow: visible;
    z-index: 10046;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-appearance: none;
}

.nbomfp-counter {
    padding: 15px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: nowrap;
    opacity: .5;
}

.nbomfp-counter:empty {
    display: none;
}

.nbomfp-arrow {
    width: 90px;
    height: 110px;
    margin: -55px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    opacity: .5;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    transition: .4s ease-in-out;
}

.nbomfp-arrow:active {
    margin-top: -54px;
}

.nbomfp-arrow:hover {
    opacity: 1;
}

.nbomfp-arrow-left {
    left: 0;
    background-image: url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/act-arrow-prev-white.svg);
}

.nbomfp-arrow-right {
    right: 0;
    background-image: url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/act-arrow-next-white.svg);
}

@media (max-width: 991px) {

    .nbomfp-arrow-left,
    .nbomfp-arrow-right {
        height: 30px;
        width: 30px;
        margin-top: -15px;
        background-size: 30px 30px;
    }
}

.nbomfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.nbomfp-iframe-holder .nbomfp-content {
    width: 100%;
    max-width: 1200px !important;
    line-height: 0;
}

.nbomfp-iframe-scaler {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.3);
}

.nbomfp-iframe-scaler iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

.nbomfp-figure figure {
    margin: 0;
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.3);
}

.nbomfp-figure small {
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
    opacity: .5;
}

.nbomfp-bottom-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: auto;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.nbomfp-bottom-bar:empty {
    display: none;
}

.nbomfp-bottom-bar:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #6887b6;
    opacity: .8;
}

.is-ie11 .nbomfp-bottom-bar:before {
    display: none;
}

.is-ie11 .nbomfp-bottom-bar {
    background-color: #6887b6;
}

.nbomfp-title {
    padding: 15px 80px 15px 20px;
    line-height: 18px;
    text-align: left;
    word-wrap: break-word;
    position: relative;
    z-index: 1;
}

.nbomfp-title:empty {
    display: none;
}

.nbomfp-image-holder .nbomfp-content {
    max-width: 100%;
}

.nbomfp-gallery .nbomfp-image-holder .nbomfp-figure {
    cursor: pointer;
}

/* Close button
   ========================================================================== */

.popup-close {
    display: block;
    width: 40px;
    height: 28px;
    position: absolute;
    top: -28px;
    right: 0;
    z-index: 10044;
    background-color: #6887b6;
    
    
        border-radius: 4px 4px 0 0;
    

    color: #fff;
    font-family: Font Awesome;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    opacity: .7;
    transition: .4s;
}

.popup-close:hover {
    opacity: 1;
}

.popup-close:before {
    content: "\f00d";
    font-weight: 900;
}

/* Animation
   ========================================================================== */

/* Overlay at start */

.nbomfp-fade.nbomfp-bg {
    opacity: 0;
    transition: opacity .2s;
}

/* Overlay animate in */

.nbomfp-fade.nbomfp-bg.nbomfp-ready {
    opacity: .95;
}

/* Overlay animate out */

.nbomfp-fade.nbomfp-bg.nbomfp-removing {
    opacity: 0;
}

/* Content at start */

.nbomfp-fade.nbomfp-wrap .nbomfp-content {
    opacity: 0;
    transition: .3s ease;
    -webkit-transform: translateY(100px) scale(.5,.5);
    transform: translateY(100px) scale(.5,.5);
}

/* Content animate it */

.nbomfp-fade.nbomfp-wrap.nbomfp-ready .nbomfp-content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1,1);
    transform: translateY(0) scale(1,1);
}

/* Content animate out */

.nbomfp-fade.nbomfp-wrap.nbomfp-removing .nbomfp-content {
    opacity: 0;
}

/* Popup Text
   ========================================================================== */

.popup-target {
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

/* Popup Link
   ========================================================================== */

.popup-image a:focus,
a.popup-image:focus,
.popup-iframe a:focus,
a.popup-iframe:focus,
.popup-content a:focus,
a.popup-content a:focus {
    outline: 0;
}

/* ==========================================================================
   Timeline
   ========================================================================== */

.timeline-image {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #6887b6;
    transition: .4s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.white-content .timeline-image {
    box-shadow: 0 0 0 5px #fff;
}

.timeline-accent-theme .timeline-image {
    box-shadow: 0 0 0 5px #6887b6 !important;
}

.timeline-accent-dark .timeline-image {
    box-shadow: 0 0 0 5px #466ea5 !important;
}

.timeline-image img {
    width: 160px !important;
    height: 160px !important;
    margin: 5px;
    border-radius: 100%;
}

@media (min-width: 768px) {

    .timeline-segment {
        max-width: 1000px;
        margin: 30px auto 10px;
        position: relative;
    }

    .timeline-segment:after {
        content: '';
        display: table;
        clear: both;
    }

    .timeline-segment .top-line,
    .timeline-segment .bottom-line {
        content: '';
        display: block;
        width: 6px;
        position: absolute;
        height: 35px;
        left: 50%;
        margin-left: -3px;
        background-color: #6887b6;
        border-radius: 3px;
    }

    .white-content .timeline-segment .top-line,
    .white-content .timeline-segment .bottom-line {
        background-color: #fff;
    }

    .timeline-accent-theme .timeline-segment .top-line,
    .timeline-accent-theme .timeline-segment .bottom-line {
        background-color: #6887b6 !important;
    }

    .timeline-accent-dark .timeline-segment .top-line,
    .timeline-accent-dark .timeline-segment .bottom-line {
        background-color: #466ea5 !important;
    }

    .timeline-segment .top-line {
        top: -30px;
    }

    .timeline-segment .bottom-line {
        bottom: -30px;
    }

    .timeline-content {
        width: 50%;
        min-height: 160px;
        position: relative;
    }

    .timeline-content:after {
        content: '';
        display: table;
        clear: both;
    }

    .timeline-segment.right .timeline-content {
        float: right;
    }

    .timeline-segment.left .timeline-text {
        padding-right: 130px;
        text-align: right;
    }

    .timeline-segment.right .timeline-text {
        padding-left: 130px;
        text-align: left;
    }

    .timeline-image {
        position: absolute;
        top: 50%;
        margin-top: -85px;
    }

    .timeline-segment.left .timeline-image {
        right: -85px;
    }

    .timeline-segment.right .timeline-image {
        left: -85px;
    }
}

@media (max-width: 768px) {

    .timeline-segment {
        max-width: 400px;
        margin: 40px auto;
    }

    .timeline-text {
        text-align: center;
    }

    .timeline-image {
        position: static;
        margin: 0 auto 40px;
        text-align: center;
    }
}

/* ==========================================================================
   Simple Quote
   ========================================================================== */

.simple-quote .icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
    background-color: #6887b6;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
}

.white-content .simple-quote .icon i {
    background-color: #fff;
    color: #6887b6;
}

.simple-quote .quote {
    display: inline-block;
    width: 700px;
    max-width: 100%;
    margin-bottom: 40px;
    color: #466ea5;
    font-size: 1.25rem;
    line-height: 1.45;
}

.white-content .simple-quote .quote {
    color: #fff;
}

.simple-quote .author img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 20px;
    border-radius: 100%;
}

.simple-quote .details {
    font-size: 0.94rem;
    line-height: 1.5;
}

.simple-quote .details strong {
    color: #466ea5;
}

.white-content .simple-quote .details strong {
    color: #fff;
}

@media (max-width: 479px) {
    .simple-quote .quote {
        font-size: 1rem;
    }
}

/* ==========================================================================
   Sticky items
   ========================================================================== */

.sticky-item-wrapper {
    z-index: 9997;
}

/* ==========================================================================
   Horizontal Form
   ========================================================================== */

@media (min-width: 768px) {

    .horizontal-form form {
        position: relative;
        padding-right: 240px;
    }

    .horizontal-form .hs-button {
        position: absolute;
        top: 3px;
        right: 0;
        width: 200px;
        margin: 0;
    }
    
    /**
     * Button width 300
     */

    .horizontal-form.btn-300 form {
        padding-right: 340px;
    }

    .horizontal-form.btn-300 .hs-button {
        width: 300px;
    }

    /**
     * Button width 400
     */

    .horizontal-form.btn-400 form {
        padding-right: 440px;
    }

    .horizontal-form.btn-400 .hs-button {
        width: 400px;
    }
}

/* ==========================================================================
   Hidden labels
   ========================================================================== */

.hidden-labels .field > label {
    display: none !important;
}

.hidden-labels .field > .input {
    padding-top: 0;
}

/* ==========================================================================
   One field form
   ========================================================================== */

.one-field-form form {
    position: relative;
    padding-top: 50px;
}

.one-field-form .hs-form .hs-form-field,
.one-field-form .hs-form .hs-richtext {
    padding: 0;
}

.one-field-form .input {
    padding: 0;
}

.one-field-form .hs-form-field > label {
    display: none;
}

.one-field-form .hs-error-msgs {
    padding: 0 5px;
}

.one-field-form .hs-input:not([type="radio"]):not([type="checkbox"]),
.one-field-form #hs-pwd-widget-password {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 50px !important; /* required for system password form */
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important; /* required for system password form */
    /*line-height: 50px;*/
    padding-left: 20px !important;
}

.one-field-form .hs-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    /*line-height: 50px;*/
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: none;
    transform: none;
}

/* ==========================================================================
   Person card
   ========================================================================== */

.person-card {
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    
}

.person-card.full-width {
    max-width: 100%;
}

.person-card-rows {
    display: flex;
    flex-direction: column;
}

.person-card-row {
    width: 100%;
}

.is-ie11 .eqh-item .person-card-rows[style*="min-height:"] {
    height: 0;
}

/* Banner
   ========================================================================== */

.person-card-banner {
    height: 100px;
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Photo
   ========================================================================== */

.person-card-photo {
    padding: 0 10px;
    margin-top: -55px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.person-card-photo img {
    width: 110px !important;
    height: 110px !important;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #fff;
}

/* Name & title
   ========================================================================== */

.person-card-name,
.person-card-title {
    padding: 0 30px;
    color: #6887b6;
    text-align: center;
    line-height: 1.2;
}

.person-card-name {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.1875rem;
    font-weight: bold;
}

.person-card-title {
    margin-bottom: 10px;
    font-size: 0.9375rem;
}

/* Text
   ========================================================================== */

.person-card-text {
    padding: 30px;
    font-size: 0.875rem;
    text-align: center;
}

/* Button
   ========================================================================== */

.person-card-button {
    padding: 0 10px;
    text-align: center;
}

/* Tags
   ========================================================================== */

.person-card-tags {
    margin-top: auto;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, .02);
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.person-card-tag {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.person-card-tag-number {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 4px;
    font-weight: bold;
}

.person-card-tag-label {
    font-size: 0.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .3em;
}

/* ==========================================================================
   Content Card
   ========================================================================== */

.content-card {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    
    transition: .4s ease;
}

.content-card.fixed-width {
    max-width: 360px;
}

.content-card.with-image {
    overflow: hidden;
}

.content-card-dark {
    background-color: #bfbfbf;
}

@media (min-width: 768px) {

    .content-card:hover {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    }

    .content-card .content-card-image img {
        transition: .4s ease;
    }

    .content-card:hover .content-card-image img {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    .content-card.with-image .content-card-icon i {
        transition: .6s ease;
    }

    .content-card.with-image:hover .content-card-icon i {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/* Image
   ========================================================================== */

.content-card-image {
    overflow: hidden;
    
    
        border-radius: 6px 6px 0 0;
    

}

.content-card-image img {
    width: 100% !important;
    height: auto !important;
}

/* Icon
   ========================================================================== */

.content-card-icon {
    padding: 0 20px;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}

/* Text
   ========================================================================== */

.content-card-text {
    padding: 30px;
    font-size: 0.875rem;
}

/* Bottom
   ========================================================================== */

.content-card-bottom {
    margin-top: auto;
}

/* Link
   ========================================================================== */

.content-card-link * {
    position: static !important;
}

/* Disables the resize senzor because it's not needed here */

.content-card-link .resize-sensor {
    display: none !important;
}

/* Link */

.content-card-link a {
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    cursor: pointer;
}

.content-card-link a:focus {
    outline: 0;
}

.content-card-link a.active {
    box-shadow: 0 0 0 3px #6887b6 inset;
    opacity: 1;
    
}

.content-card-dark .content-card-link a.active {
    box-shadow: 0 0 0 3px #404040 inset;
    opacity: 1;
    
}

/* In Page Editor
   ========================================================================== */

.hs-inline-edit .content-card:hover .content-card-link .hs_cos_wrapper_type_rich_text[data-hs-overrideable="true"] a,
.content-card-link.editable-in-pe .inpage-editor-active-field.hs_cos_wrapper_type_rich_text[data-hs-overrideable="true"] a {
    position: relative !important;
    height: 40px;
    background-color: white;
    color: blue;
    font-size: 0.875rem;
    line-height: 2.8571;
    font-weight: bold;
    opacity: 1;
}

.hs-inline-edit .content-card-link .hs_cos_wrapper:not([data-hs-overrideable="true"]) a {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    opacity: 1;
    box-shadow: none;
}

.hs-inline-edit .content-card-link .hs_cos_wrapper:not([data-hs-overrideable="true"]) a:before {
    content: 'Link';
    font-size: 16px;
    line-height: 60px;
}

/* ==========================================================================
   Plain Card
   ========================================================================== */

.plain-card {
    position: relative;
}

.plain-card:before {
    z-index: 1;
}

.plain-card-image {
    z-index: 0;
}

.plain-card-image img {
    width: 100%;
    height: auto;
}

.plain-card-text-top,
.plain-card-text-bottom {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px 20px;
    transition: .4s;
}

.plain-card-text-top {
    top: 0;
}

.plain-card-text-bottom {
    bottom: 0;
}

@media (min-width: 1140px) {

    .plain-card:hover .plain-card-text-top {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .plain-card:hover .plain-card-text-bottom {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.plain-card-category {
    font-size: 0.625rem;
    font-weight: bold;
    text-transform: uppercase;
}

.plain-card-title {
    font-size: 1.125rem;
    font-weight: bold;
}

.plain-card-property {
    font-size: 0.75rem;
}

.plain-card-link,
.plain-card-link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.plain-card-link a {
    display: block;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    opacity: 0;
}

@media (max-width: 991px) and (min-width: 768px), (max-width: 479px) {

    .plain-card-category {
        font-size: 0.5rem;
    }

    .plain-card-title {
        font-size: 0.875rem;
    }

    .plain-card-property {
        font-size: 0.625rem;
    }
}

/* ==========================================================================
   Circle Loader
   ========================================================================== */

.circle-loader-wrapper {
    display: inline-block;
    width: 400px;
    max-width: 100%;
}

.circle-loader {
    position: relative;
    text-align: center;
    height: 0;
    padding-top: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.circle-loader canvas {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-loader-wrapper.started:not(.done) canvas {
    -webkit-animation: 1s ease fadeUp;
    animation: 1s ease fadeUp;
}

.circle-loader .inner {
    position: absolute;
    top: 49%;
    left: 0;
    width: 100%;
    line-height: 0.1em;
}

.circle-loader-wrapper.started:not(.done) .inner {
    -webkit-animation: 1s ease fadeDown;
    animation: 1s ease fadeDown;
}

.circle-loader .number {
    font-size: 2.5rem;
    font-weight: lighter;
}

.circle-loader .number .percent {
    font-size: .8rem;
    padding-left: .1rem;
    margin-right: -.38rem;
}

.circle-loader .number i,
.circle-loader .number .fa {
    line-height: inherit;
}

.circle-loader .tag {
    max-width: 70%;
    margin: 3em auto 0;
    font-size: 0.625rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .5em;
}

.circle-loader-wrapper:not(.started) .tag {
    display: none;
}

.circle-loader-title {
    margin-top: 1em;
    color: #466ea5;
    font-size: 1.3rem;
    font-weight: bold;
}

.white-content .circle-loader-title {
    color: #fff;
}

.circle-loader-wrapper.started:not(.done) .circle-loader-title {
    -webkit-animation: .5s ease fadeUp;
    animation: .5s ease fadeUp;
}

.circle-loader-wrapper:not(.started) .circle-loader-title {
    display: none;
}

/* ==========================================================================
   Bar Loader
   ========================================================================== */

.bar-loader {
    margin-bottom: .5em;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.bar-loader.started {
    opacity: 1;
}

.bar-loader .label {
    margin-bottom: 2px;
    font-size: .8rem;
    line-height: 1.2;
}

.bar-loader .bar {
    min-width: 20px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.bar-loader.thin .bar {
    height: 10px;
}

.bar-loader.medium .bar {
    height: 20px;
}

.bar-loader.large .bar {
    height: 30px;
}

.bar-loader.started:not(.done) .bar {
    -webkit-animation: .4s ease expandRight;
    animation: .4s ease expandRight;
}

.bar-loader.started.left:not(.done) .bar {
    -webkit-animation: .4s ease expandLeft;
    animation: .4s ease expandLeft;
}

.bar-loader .fill,
.bar-loader .number {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bar-loader.left .fill,
.bar-loader.left .number {
    left: auto;
    right: 0;
}

.bar-loader .fill {
    background-color: #6887b6;
}

.bar-loader.started:not(.done) .fill {
    -webkit-animation: 1s ease-out expandRight;
    animation: 1s ease-out expandRight;
}

.bar-loader.started.left:not(.done) .fill {
    -webkit-animation: 1s ease-out expandLeft;
    animation: 1s ease-out expandLeft;
}

.bar-loader .number {
    min-width: 50px !important;;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;/* 2 */
    font-weight: bold;
}

.bar-loader.left .number {
    text-align: left;
    padding-right: 0;
    padding-left: 10px;
}

.bar-loader.thin .number {
    font-size: 9px;
    line-height: 10px;
}

.bar-loader.medium .number {
    font-size: 11px;
    line-height: 20px;
}

.bar-loader.large .number {
    font-size: 12px;
    line-height: 30px;
}

.bar-loader.started:not(.done) .number {
    -webkit-animation: 1.1s ease-out expandRight; /* This must take longer than the others above. Required in JS */
    animation: 1.1s ease-out expandRight; /* This must take longer than others the above. It's required in JS */
}

.bar-loader.started.left:not(.done) .number {
    -webkit-animation: 1.1s ease-out expandLeft; /* This must take longer than the others above. Required in JS */
    animation: 1.1s ease-out expandLeft; /* This must take longer than others the above. Required in JS */
}

/**
 * Round cap
 */

.bar-loader.round .bar,
.bar-loader.round .fill {
    border-radius: 40px;
}

/* ==========================================================================
   Countdown Timer
   ========================================================================== */

.countdown-timer .segment {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}

.countdown-timer .number {
    display: block;
    color: #466ea5;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -.03em;
    font-weight: bold;
}

.white-content .countdown-timer .number {
    color: #fff;
}

/* Style 1
   ========================================================================== */

.countdown-style-1 .segment {
    margin: 0;
}

.countdown-style-1 .sep {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 2.5rem;
    line-height: 1.5;
    opacity: .5;
}

.countdown-style-1 .sep:before {
    content: ":";
}

.countdown-timer .number {
    font-size: 3.75rem;
    line-height: 1;
}

.countdown-style-1 .label {
    font-size: 0.625rem;
    text-transform: uppercase;
    opacity: .5;
}

@media (max-width: 768px) {
    
    .countdown-style-1 .sep {
        padding: 0 8px;
        font-size: 1.875rem;
    }
    
    .countdown-style-1 .number {
        font-size: 2.5rem;
    }

    .countdown-style-1 .label {
        font-size: 0.5rem;
    }
}

@media (max-width: 479px) {

    .countdown-style-1 .sep {
        padding: 0 4px;
        font-size: 1.25rem;
    }
    
    .countdown-style-1 .number {
        font-size: 1.875rem;
    }

    .countdown-style-1 .label {
        font-size: 0.375rem;
    }
}

/* ==========================================================================
   Change Image
   ========================================================================== */

.change-image {
    position: relative;
    overflow: hidden;
}

.change-image a:focus {
    outline: 0;
}

/* Images
   ========================================================================== */

.change-image-img-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
}

.change-image:hover .change-image-img-2 {
    opacity: 1;
    visibility: visible;
}

/* Link
   ========================================================================== */

.change-image-link a {
    display: block;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.change-image-link a:focus {
    outline: 0;
}

/* In Page Editor
   ========================================================================== */

.hs-inline-edit .change-image:hover .change-image-link .hs_cos_wrapper_type_rich_text a,
.change-image-link .inpage-editor-active-field.hs_cos_wrapper_type_rich_text a {
    position: relative;
    height: 40px;
    background-color: white;
    color: blue;
    font-size: 0.875rem;
    line-height: 2.8571;
    font-weight: bold;
    opacity: 1;
}

/* ==========================================================================
   Advanced Gallery
   ========================================================================== */

.advanced-gallery a:focus {
    outline: 0;
}

/* ==========================================================================
   Dated Title
   ========================================================================== */

.dated-titles-container .hs_cos_wrapper_type_widget_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.dated-titles-container.old-first .hs_cos_wrapper_type_widget_container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.dated-titles-container.done .hs_cos_wrapper_type_widget_container {
    opacity: 1;
    visibility: visible;
}

.dated-titles-container .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
    width: 100%;
}

.dated-title {
    margin-bottom: 1.8em;
}

/* ==========================================================================
   Random Layout
   ========================================================================== */

/* Cell
   ========================================================================== */

.random-layout-cell {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    
}

@media (min-width: 768px) {

    .random-layout-cell {
        float: left;
    }

    .random-layout-cell.x-spacer {
        margin-right: 2.5%;
    }

    .random-layout-cell.y-spacer {
        margin-bottom: 2.5%;
    }

    .random-layout-cell.x-wide { width: 65.8333%; }
    .random-layout-cell.x-half { width: 48.75%; }
    .random-layout-cell.x-third { width: 31.6667%; }
    .random-layout-cell.x-quarter { width: 23.125%; }

    .random-layout-cell.y-full { padding-top: 50%; }
    .random-layout-cell.y-half { padding-top: 23.75%; }
}

@media (max-width: 768px) {

    .random-layout-cell.x-wide.y-full { padding-top: 75.9494%; }
    .random-layout-cell.x-wide.y-half { padding-top: 36.0760%; }
    .random-layout-cell.x-half.y-full { padding-top: 102.5641%; }
    .random-layout-cell.x-half.y-half { padding-top: 48.7180%; }
    .random-layout-cell.x-third.y-full { padding-top: 157.8947%; }
    .random-layout-cell.x-third.y-half { padding-top: 75%; }
    .random-layout-cell.x-quarter.y-full { padding-top: 216.2162%; }
    .random-layout-cell.x-quarter.y-half { padding-top: 102.7027%; }
}

/* Content
   ========================================================================== */

.random-layout-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Overlay
   ========================================================================== */

.random-layout-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.random-layout-content.on-hover:not(:hover):not(:active) .random-layout-overlay {
    opacity: 0;
    transition: .4s ease;
}

/* Text
   ========================================================================== */

.random-layout-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
    text-align: left;
    font-size: 1.375rem;
    transition: .3s ease;
}

.random-layout-content.on-hover:not(:hover):not(:active) .random-layout-text {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.random-layout-header {
    font-weight: bold;
}

.random-layout-subheader {
    font-size: .8em;
}

@media (max-width: 1260px) and (min-width: 768px) {

    .random-layout-text {
        padding: 2.38vw;
        font-size: 1.6vw;
    }
}

@media (max-width: 479px) {
    
    .random-layout-text {
        padding: 6.25vw;
        font-size: 4.58vw;
    }   
}

/* Link
   ========================================================================== */

.random-layout-link a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

/* Always show text on small screens
   ========================================================================== */

@media (max-width: 768px) {

    .random-layout-cell.mobile-on .random-layout-overlay {
        opacity: 1 !important;
    }

    .random-layout-cell.mobile-on .random-layout-text {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

/* ==========================================================================
   Random Content
   ========================================================================== */

.random-content > * {
    display: none;
}

/* ==========================================================================
   Triangle Down
   ========================================================================== */

.triangle-down.span12 {
    visibility: visible !important;
    width: auto !important;
    height: 40px !important;
    float: none !important;
    position: relative;
    overflow: hidden;
}

.triangle-down:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 20px;
    left: 0;
    -webkit-transform: rotate(-35deg) skew(20deg);
    transform: rotate(-35deg) skew(20deg);
    background-color: #fff;
    
}

.triangle-down.right:after {
    left: auto;
    right: 0;
}

.triangle-down.center:after {
    left: 50%;
    margin-left: -40px;
}

.triangle-down.theme:after { background-color: #6887b6; }
.triangle-down.dark:after { background-color: #466ea5; }
.triangle-down.light:after { background-color: #cacbce; }

/* ==========================================================================
   Scroll to Top
   ========================================================================== */

.scroll-to-top {
    display: none;
    width: 50px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%);
    transition: .2s ease-in-out;

}


    .scroll-to-top {
        display: block;
    }


.scroll-to-top.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0);
    transition-duration: .4s;
}

.scroll-to-top:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #466ea5;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .3) inset;
    
    
        border-radius: 4px 4px 0 0;
    

    opacity: .6;
    transition-duration: .4s;
}

.scroll-to-top.active:before:hover {
    opacity: .9;
}

.scroll-to-top .fa {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   List types
   ========================================================================== */

/* Buttons
   ========================================================================== */

.list-type-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: .4 ease;
    font-size: 0;
    line-height: 0;
}

.list-type-buttons ul li {
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    text-indent: 0 !important;
}

.list-type-buttons ul li:before {
    display: none !important;
}

.list-type-buttons ul li a {
    display: block;
    padding: 10px 20px;
    margin: 3px;
    background-color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
    
    
        border-radius: 6px;
    

    color: #6887b6;
    font-size: 0.875rem;
    line-height: 1.2857;
    font-weight: bold;
    text-align: center;
}

.list-type-buttons ul li a:hover,
.list-type-buttons ul li a:active,
.list-type-buttons ul li a.active {
    background-color: #6887b6;
    color: #fff;
}

.list-type-buttons.theme ul li a {
    background-color: #6887b6;
    color: #fff;
}

.list-type-buttons.theme ul li a:hover,
.list-type-buttons.theme ul li a:active,
.list-type-buttons.theme ul li a.active {
    background-color: #fff;
    color: #6887b6;
}

.list-type-buttons.dark ul li a {
    background-color: #466ea5;
    color: #fff;
}

.list-type-buttons.dark ul li a:hover,
.list-type-buttons.dark ul li a:active,
.list-type-buttons.dark ul li a.active {
    background-color: #fff;
    color: #466ea5;
}

.list-type-buttons.white ul li a {
    background-color: #fff;
    color: #6887b6;
}

.list-type-buttons.white ul li a:hover,
.list-type-buttons.white ul li a:active,
.list-type-buttons.white ul li a.active {
    background-color: #6887b6;
    color: #fff;
}

.list-type-buttons.light ul li a {
    background-color: #cacbce;
    color: #6887b6;
}

.list-type-buttons.light ul li a:hover,
.list-type-buttons.light ul li a:active,
.list-type-buttons.light ul li a.active {
    background-color: #6887b6;
    color: #fff;
}

.list-type-buttons.active-theme ul li a:hover,
.list-type-buttons.active-theme ul li a:active,
.list-type-buttons.active-theme ul li a.active {
    background-color: #6887b6;
    color: #fff;
}

.list-type-buttons.active-dark ul li a:hover,
.list-type-buttons.active-dark ul li a:active,
.list-type-buttons.active-dark ul li a.active {
    background-color: #466ea5;
    color: #fff;
}

.list-type-buttons.active-white ul li a:hover,
.list-type-buttons.active-white ul li a:active,
.list-type-buttons.active-white ul li a.active {
    background-color: #fff;
    color: #6887b6;
}

.list-type-buttons.active-light ul li a:hover,
.list-type-buttons.active-light ul li a:active,
.list-type-buttons.active-light ul li a.active {
    background-color: #cacbce;
    color: #6887b6;
}

/**
 * On Post Listing and Post Filter modules
 */

.list-type-buttons .hs_cos_wrapper_type_post_listing li,
.list-type-buttons .hs_cos_wrapper_type_post_filter li {
    border: none;
}

/* Tabs
   ========================================================================== */

.list-type-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: .4 ease;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.white-content .list-type-tabs ul,
.white-content.list-type-tabs ul {
    border-bottom-color: rgba(255, 255, 255, .2);
}

.no-bottom-border.list-type-tabs ul {
    border-bottom: none;
}

.list-type-tabs ul ul {
    display: none;
}

.list-type-tabs ul li {
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    text-indent: 0 !important;
}

.list-type-tabs ul li:before {
    display: none !important;
}

.list-type-tabs ul li a {
    display: block;
    position: relative;
    padding: 15px 25px;
    color: #466ea5;
    font-size: 0.875rem;
    line-height: 1.2857;
    text-align: center;
}

.list-type-tabs.active-text-theme ul li a.active {
    color: #6887b6 !important;
}

.white-content .list-type-tabs ul li a,
.white-content.list-type-tabs ul li a {
    color: #fff;
}

.list-type-tabs ul li a:focus {
    outline: 0;
}

.list-type-tabs ul li a:not(.active):hover {
    opacity: .5;
}

.list-type-tabs ul li a:before {
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-radius: 5px;
    background-color: #6887b6;
    opacity: 0;
    transition: .4s ease;
}

.list-type-tabs.active-border-theme ul li a:before {
    background-color: #6887b6 !important;
}

.list-type-tabs.active-border-dark ul li a:before {
    background-color: #466ea5 !important;
}

.white-content .list-type-tabs ul li a:before,
.white-content.list-type-tabs ul li a:before {
    background-color: #fff;
}

.list-type-tabs ul li a.active:before {
    opacity: 1;
}

/* Inline
   ========================================================================== */

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

.list-type-inline ul li {
    display: inline-block;
    margin: 5px 15px;
    padding: 0 !important;
    text-indent: 0 !important;
}

.list-type-inline ul li:before {
    display: none !important;
}

/* Dropdown
   ========================================================================== */

.list-type-dropdown {
    position: relative;
    z-index: 4;
}

.list-type-dropdown.plain-links h1,
.list-type-dropdown.plain-links h2,
.list-type-dropdown.plain-links h3,
.list-type-dropdown.plain-links h4 {
    display: none;
}

.list-type-dropdown ul {
    display: none;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
    
    
        border-radius: 0 0 6px 6px;
    

}

.list-type-dropdown.open ul {
    display: block;
}

.list-type-dropdown ul li {
    margin: 0;
    padding: 0 !important;
    text-indent: 0 !important;
}

.list-type-dropdown ul li:before {
    display: none !important;
}

.list-type-dropdown ul li a,
.list-type-dropdown .control {
    display: block;
    padding: 10px 20px;
    font-size: 0.875rem;
    line-height: 1.2857;
    font-weight: bold;
    cursor: pointer;
}

.list-type-dropdown ul li a {
    background-color: #fff;
    color: #6887b6;
}

.list-type-dropdown .control {
    position: relative;
    background-color: #6887b6;
    color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
    
    
        border-radius: 6px;
    

}

.list-type-dropdown.open .control {
    
    
        border-radius: 6px 6px 0 0;
    

}

.list-type-dropdown.theme .control {
    background-color: #6887b6;
    color: #fff;
}

.list-type-dropdown.dark .control {
    background-color: #466ea5;
    color: #fff;
}

.list-type-dropdown.white .control {
    background-color: #fff;
    color: #6887b6;
}

.list-type-dropdown .control:after {
    content: '\f078';
    display: block;
    width: 10px;
    height: 0;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 10px;
    font-family: Font Awesome;
    font-size: 8px;
    line-height: 0;
    text-align: center;
}

.list-type-dropdown ul li a:hover,
.list-type-dropdown ul li a:active,
.list-type-dropdown ul li a.active {
    background-color: #6887b6;
    color: #fff;
}

/**
 * When is Post Filter
 */

.list-type-dropdown .hs_cos_wrapper_type_post_filter h3 {
    display: none;
}

/* Tags
   ========================================================================== */

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

.list-type-tags ul li {
    display: inline-block;
    margin: 0 30px 30px 0;
    padding: 0 !important;
    text-indent: 0 !important;
}

.list-type-tags ul li:before {
    display: none !important;
}

/* ==========================================================================
   Lang Select
   ========================================================================== */

.lang-select .lang_switcher_class {
    display: block;
}

.lang-select .globe_class {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: none;
    text-align: center;
}

.lang-select .globe_class:before {
    content: '\f0ac';
    font-family: Font Awesome;
    font-size: 18px;
}

.lang-select .lang_list_class {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 30px;
    box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.15), 0 20px 60px -10px rgba(0, 0, 0, .15);
    
    
        border-radius: 6px;
    

    padding-top: 6px;
    visibility: none;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
    transition: .4s ease;
}

.lang-select .globe_class.open .lang_list_class {
    width: auto;
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.lang-select .lang_list_class:before,
.lang-select .lang_list_class:after {
    display: none;
}

.lang-select .lang_list_class li {
    padding: 0 !important;
    background: none;
    font-size: 11px;
    line-height: 14px;
    border: none !important;
}

.lang-select .lang_list_class li a {
    display: block;
    width: 100px;
    padding: 8px 12px;
    background: #466ea5;
    color: #ffffff;
    text-align: left;
}

.lang-select .lang_list_class li:first-child a {
    position: relative;
    
    
        border-radius: 6px 6px 0 0;
    

}

.lang-select .lang_list_class li:last-child a {
    
    
        border-radius: 0 0 6px 6px;
    

}

.lang-select .lang_list_class li a:hover,
.lang-select .lang_list_class li a:active {
    background: #6390c6;
    color: #ffffff;
}

.lang-select .lang_list_class li:first-child a:before {
    content: '';
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #466ea5;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    transition: .4s ease;
    pointer-events: none;
}

.lang-select .lang_list_class li:first-child a:hover:before {
    border-bottom-color: #6390c6;
}

.lang-select .lang_list_class li:first-child a {
    padding-right: 25px;
}

.lang-select .lang_list_class li:first-child a:after {
    content: '\f00c';
    font-family: Font Awesome;
    display: block;
    width: 10px;
    height: 14px;
    line-height: 11px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 8px;
}

/* ==========================================================================
   Animations
   ========================================================================== */

/* Hero Slider Arrow Left
   ========================================================================== */

@-webkit-keyframes heroSliderArrowLeft {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes heroSliderArrowLeft {

    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Hero Slider Arrow Right
   ========================================================================== */

@-webkit-keyframes heroSliderArrowRight {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes heroSliderArrowRight {

    0% {
        opacity: 0;
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Reveal
   ========================================================================== */

.reveal {
    opacity: 0;
    visibility: hidden;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
}

:-webkit-full-screen-ancestor .reveal {
    animation-fill-mode: none !important;
}

/* Fade In
   ========================================================================== */

@-webkit-keyframes fadeIn {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in {
    animation: 1s ease fadeIn;
}

/* Fade Up
   ========================================================================== */

@-webkit-keyframes fadeUp {

    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeUp {

    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade-up {
    animation: 1s ease fadeUp;
}

/* Fade Down
   ========================================================================== */

@-webkit-keyframes fadeDown {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeDown {

    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade-down {
    animation: 1s ease fadeDown;
}

/* Fade Right
   ========================================================================== */

@-webkit-keyframes fadeRight {

    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeRight {

    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-right {
    animation: 1s ease fadeRight;
}

/* Fade Left
   ========================================================================== */

@-webkit-keyframes fadeLeft {

    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeLeft {

    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-left {
    animation: 1s ease fadeLeft;
}

/* Expand Left
   ========================================================================== */

@-webkit-keyframes expandLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2,1);
        transform: scale(.2,1);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

@keyframes expandLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2,1);
        transform: scale(.2,1);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

.expand-left {
    animation: 1s ease expandLeft;
}

/* Expand Right
   ========================================================================== */

@-webkit-keyframes expandRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2,1);
        transform: scale(.2,1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@keyframes expandRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2,1);
        transform: scale(.2,1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

.expand-right {
    animation: 1s ease expandRight;
}

/* Bubble Up
   ========================================================================== */

@-webkit-keyframes bubbleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2, .2) translateY(10px);
        transform: scale(.2, .2) translateY(10px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    60% {
        -webkit-transform: scale(1.2, 1.2) translateY(-5px);
        transform: scale(1.2, 1.2) translateY(-5px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1) translateY(0);
        transform: scale(1,1) translateY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

@keyframes bubbleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2, .2) translateY(10px);
        transform: scale(.2, .2) translateY(10px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    60% {
        -webkit-transform: scale(1.2, 1.2) translateY(-5px);
        transform: scale(1.2, 1.2) translateY(-5px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1) translateY(0);
        transform: scale(1,1) translateY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

.bubble-up {
    animation: 1s ease bubbleUp;
}

/* Bubble Down
   ========================================================================== */

@-webkit-keyframes bubbleDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2, .2) translateY(-10px);
        transform: scale(.2, .2) translateY(-10px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
    60% {
        -webkit-transform: scale(1.2, 1.2) translateY(5px);
        transform: scale(1.2, 1.2) translateY(5px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1) translateY(0);
        transform: scale(1,1) translateY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}

@keyframes bubbleDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2, .2) translateY(-10px);
        transform: scale(.2, .2) translateY(-10px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
    60% {
        -webkit-transform: scale(1.2, 1.2) translateY(5px);
        transform: scale(1.2, 1.2) translateY(5px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1) translateY(0);
        transform: scale(1,1) translateY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}

.bubble-down {
    animation: 1s ease bubbleDown;
}

/* Bubble Left
   ========================================================================== */

@-webkit-keyframes bubbleLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2, .2) translateX(10px);
        transform: scale(.2, .2) translateX(10px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    60% {
        -webkit-transform: scale(1.2, 1.2) translateX(-5px);
        transform: scale(1.2, 1.2) translateX(-5px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1) translateY(0);
        transform: scale(1,1) translateY(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes bubbleLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2, .2) translateX(10px);
        transform: scale(.2, .2) translateX(10px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    60% {
        -webkit-transform: scale(1.2, 1.2) translateX(-5px);
        transform: scale(1.2, 1.2) translateX(-5px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1) translateY(0);
        transform: scale(1,1) translateY(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.bubble-left {
    animation: 1s ease bubbleLeft;
}

/* Bubble Right
   ========================================================================== */

@-webkit-keyframes bubbleRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2, .2) translateX(-10px);
        transform: scale(.2, .2) translateX(-10px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    60% {
        -webkit-transform: scale(1.2, 1.2) translateX(5px);
        transform: scale(1.2, 1.2) translateX(5px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1) translateY(0);
        transform: scale(1,1) translateY(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes bubbleRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2, .2) translateX(-10px);
        transform: scale(.2, .2) translateX(-10px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    60% {
        -webkit-transform: scale(1.2, 1.2) translateX(5px);
        transform: scale(1.2, 1.2) translateX(5px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1) translateY(0);
        transform: scale(1,1) translateY(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.bubble-right {
    animation: 1s ease bubbleRight;
}

/* Zoom In
   ========================================================================== */

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5,.5);
        transform: scale(.5,.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5,.5);
        transform: scale(.5,.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

.zoom-in {
    animation: 1s ease zoomIn;
}

/* Zoom Out
   ========================================================================== */

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(.5,.5);
        transform: scale(.5,.5);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(.5,.5);
        transform: scale(.5,.5);
    }
}

.zoom-out {
    animation: 1s ease zoomOut;
}

/* Delay
   ========================================================================== */

.animation-delay-100  { -webkit-animation-delay: .1s  !important; animation-delay: .1s  !important; }
.animation-delay-200  { -webkit-animation-delay: .2s  !important; animation-delay: .2s  !important; }
.animation-delay-300  { -webkit-animation-delay: .3s  !important; animation-delay: .3s  !important; }
.animation-delay-400  { -webkit-animation-delay: .4s  !important; animation-delay: .4s  !important; }
.animation-delay-500  { -webkit-animation-delay: .5s  !important; animation-delay: .5s  !important; }
.animation-delay-600  { -webkit-animation-delay: .6s  !important; animation-delay: .6s  !important; }
.animation-delay-700  { -webkit-animation-delay: .7s  !important; animation-delay: .7s  !important; }
.animation-delay-800  { -webkit-animation-delay: .8s  !important; animation-delay: .8s  !important; }
.animation-delay-900  { -webkit-animation-delay: .9s  !important; animation-delay: .9s  !important; }
.animation-delay-1000 { -webkit-animation-delay: 1s   !important; animation-delay: 1s   !important; }
.animation-delay-1100 { -webkit-animation-delay: 1.1s !important; animation-delay: 1.1s !important; }
.animation-delay-1200 { -webkit-animation-delay: 1.2s !important; animation-delay: 1.2s !important; }
.animation-delay-1300 { -webkit-animation-delay: 1.3s !important; animation-delay: 1.3s !important; }
.animation-delay-1400 { -webkit-animation-delay: 1.4s !important; animation-delay: 1.4s !important; }
.animation-delay-1500 { -webkit-animation-delay: 1.5s !important; animation-delay: 1.5s !important; }
.animation-delay-1600 { -webkit-animation-delay: 1.6s !important; animation-delay: 1.6s !important; }
.animation-delay-1700 { -webkit-animation-delay: 1.7s !important; animation-delay: 1.7s !important; }
.animation-delay-1800 { -webkit-animation-delay: 1.8s !important; animation-delay: 1.8s !important; }
.animation-delay-1900 { -webkit-animation-delay: 1.9s !important; animation-delay: 1.9s !important; }
.animation-delay-2000 { -webkit-animation-delay: 2s   !important; animation-delay: 2s   !important; }
.animation-delay-2500 { -webkit-animation-delay: 2.5s !important; animation-delay: 2.5s !important; }
.animation-delay-3000 { -webkit-animation-delay: 3s   !important; animation-delay: 3s   !important; }
.animation-delay-3500 { -webkit-animation-delay: 3.5s !important; animation-delay: 3.5s !important; }
.animation-delay-4000 { -webkit-animation-delay: 4s   !important; animation-delay: 4s   !important; }
.animation-delay-4500 { -webkit-animation-delay: 4.5s !important; animation-delay: 4.5s !important; }
.animation-delay-5000 { -webkit-animation-delay: 5s   !important; animation-delay: 5s   !important; }

/* Duration
   ========================================================================== */

.animation-duration-100  { -webkit-animation-duration: .1s  !important; animation-duration: .1s  !important; }
.animation-duration-200  { -webkit-animation-duration: .2s  !important; animation-duration: .2s  !important; }
.animation-duration-300  { -webkit-animation-duration: .3s  !important; animation-duration: .3s  !important; }
.animation-duration-400  { -webkit-animation-duration: .4s  !important; animation-duration: .4s  !important; }
.animation-duration-500  { -webkit-animation-duration: .5s  !important; animation-duration: .5s  !important; }
.animation-duration-600  { -webkit-animation-duration: .6s  !important; animation-duration: .6s  !important; }
.animation-duration-700  { -webkit-animation-duration: .7s  !important; animation-duration: .7s  !important; }
.animation-duration-800  { -webkit-animation-duration: .8s  !important; animation-duration: .8s  !important; }
.animation-duration-900  { -webkit-animation-duration: .9s  !important; animation-duration: .9s  !important; }
.animation-duration-1000 { -webkit-animation-duration: 1s   !important; animation-duration: 1s   !important; }
.animation-duration-1100 { -webkit-animation-duration: 1.1s !important; animation-duration: 1.1s !important; }
.animation-duration-1200 { -webkit-animation-duration: 1.2s !important; animation-duration: 1.2s !important; }
.animation-duration-1300 { -webkit-animation-duration: 1.3s !important; animation-duration: 1.3s !important; }
.animation-duration-1400 { -webkit-animation-duration: 1.4s !important; animation-duration: 1.4s !important; }
.animation-duration-1500 { -webkit-animation-duration: 1.5s !important; animation-duration: 1.5s !important; }
.animation-duration-1600 { -webkit-animation-duration: 1.6s !important; animation-duration: 1.6s !important; }
.animation-duration-1700 { -webkit-animation-duration: 1.7s !important; animation-duration: 1.7s !important; }
.animation-duration-1800 { -webkit-animation-duration: 1.8s !important; animation-duration: 1.8s !important; }
.animation-duration-1900 { -webkit-animation-duration: 1.9s !important; animation-duration: 1.9s !important; }
.animation-duration-2000 { -webkit-animation-duration: 2s   !important; animation-duration: 2s   !important; }
.animation-duration-2500 { -webkit-animation-duration: 2.5s !important; animation-duration: 2.5s !important; }
.animation-duration-3000 { -webkit-animation-duration: 3s   !important; animation-duration: 3s   !important; }
.animation-duration-3500 { -webkit-animation-duration: 3.5s !important; animation-duration: 3.5s !important; }
.animation-duration-4000 { -webkit-animation-duration: 4s   !important; animation-duration: 4s   !important; }
.animation-duration-4500 { -webkit-animation-duration: 4.5s !important; animation-duration: 4.5s !important; }
.animation-duration-5000 { -webkit-animation-duration: 5s   !important; animation-duration: 5s   !important; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Clear
   ========================================================================== */

.clear:after,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

/* Display
   ========================================================================== */

.dib {
    width: auto !important;
    display: inline-block !important;
    float: none !important;
}

/* Gutter
   ========================================================================== */

.gutter-top {
    margin-top: 2.56% !important;
}

.gutter-right {
    margin-right: 2.56% !important;
}

.gutter-bottom {
    margin-bottom: 2.56% !important;
}

.gutter-left {
    margin-left: 2.56% !important;
}

/* Overflow
   ========================================================================== */

.ovh {
    max-width: 100%;
    overflow: hidden;
}

/* Scroll if the element takes the full viewport height
   ========================================================================== */

.max-full-vh-scroll {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto
}

/* Shift Col
   ========================================================================== */

.shift-col > .row-fluid-wrapper > .row-fluid > div:first-child {
    float: right;
    order: 1;
}

.shift-col > .row-fluid-wrapper > .row-fluid > div:first-child + div {
    margin-left: 0;
    order: 0;
}

@media (max-width: 991px) {

    .shift-col.md-stack > .row-fluid-wrapper > .row-fluid > div:first-child {
        float: none;
        order: 0;
    }

    .shift-col.md-stack > .row-fluid-wrapper > .row-fluid > div:first-child + div {
        order: 0;
    }
}

@media (max-width: 768px) {

    .shift-col:not(.never-stack) > .row-fluid-wrapper > .row-fluid > div:first-child {
        float: none;
        order: 0;
    }

    .shift-col:not(.never-stack) > .row-fluid-wrapper > .row-fluid > div:first-child + div {
        order: 0;
    }
}

/* No gutter
   ========================================================================== */

.no-gutter > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
}



    .no-gutter > .row-fluid-wrapper > .row-fluid > .span1 {
        width: 8.3333%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span2 {
        width: 16.6666%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span3 {
        width: 24.9999%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span4 {
        width: 33.3332%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span5 {
        width: 41.6665%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span6 {
        width: 49.9998%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span7 {
        width: 58.3331%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span8 {
        width: 66.6664%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span9 {
        width: 74.9997%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span10 {
        width: 83.3330%;
    }

    .no-gutter > .row-fluid-wrapper > .row-fluid > .span11 {
        width: 91.6663%;
    }



@media (max-width: 991px) {

    .container-fluid .no-gutter.md-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

@media (max-width: 768px) {

    .container-fluid .no-gutter:not(.never-stack) > .row-fluid-wrapper > .row-fluid > [class*="span"] {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

/* Never stack
   ========================================================================== */

.never-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
}

.never-stack > .row-fluid-wrapper > .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
}

.never-stack > .row-fluid-wrapper > .row-fluid > .span12 {
    min-height: 0;
}

.never-stack > .row-fluid-wrapper > .row-fluid > .span12 { width: 99.99999998999999%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span11 { width: 91.489361693%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span10 { width: 82.97872339599999%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span9  { width: 74.468085099%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span8  { width: 65.95744680199999%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span7  { width: 57.446808505%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span6  { width: 48.93617020799999%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span5  { width: 40.425531911%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span4  { width: 31.914893614%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span3  { width: 23.404255317%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span2  { width: 14.89361702%; }
.never-stack > .row-fluid-wrapper > .row-fluid > .span1  { width: 6.382978723%; }

@media (max-width: 768px) {
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span12 { width: 99.99999998999999%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span11 { width: 91.489361693%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span10 { width: 82.97872339599999%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span9  { width: 74.468085099%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span8  { width: 65.95744680199999%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span7  { width: 57.446808505%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span6  { width: 48.93617020799999%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span5  { width: 40.425531911%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span4  { width: 31.914893614%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span3  { width: 23.404255317%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span2  { width: 14.89361702%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-sm-span1  { width: 6.382978723%; }
}

@media (max-width: 479px) {
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span12 { width: 99.99999998999999%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span11 { width: 91.489361693%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span10 { width: 82.97872339599999%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span9  { width: 74.468085099%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span8  { width: 65.95744680199999%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span7  { width: 57.446808505%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span6  { width: 48.93617020799999%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span5  { width: 40.425531911%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span4  { width: 31.914893614%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span3  { width: 23.404255317%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span2  { width: 14.89361702%; }
    .never-stack > .row-fluid-wrapper > .row-fluid > div.ns-xs-span1  { width: 6.382978723%; }
}

/* Stack
   ========================================================================== */

@media (max-width: 991px) {

    .md-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
        width: 100%;
        float: none;
        margin-left: auto;
    }
}

/* All inline
   ========================================================================== */

.all-inline > .row-fluid-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.all-inline.top > .row-fluid-wrapper {
    vertical-align: top;
}

.all-inline.bottom > .row-fluid-wrapper {
    vertical-align: bottom;
}

.all-inline > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}

.all-inline > .row-fluid-wrapper > .row-fluid > .span12 {
    width: auto;
}

@media (max-width: 991px) {

    .all-inline.md-stack > .row-fluid-wrapper {
        display: block;
    }

    .all-inline.md-stack > .row-fluid-wrapper > .row-fluid:after {
        display: table;
    }
}

@media (max-width: 768px) {

    .all-inline.sm-stack > .row-fluid-wrapper {
        display: block;
    }

    .all-inline.sm-stack > .row-fluid-wrapper > .row-fluid:after {
        display: table;
    }
}

@media (max-width: 479px) {

    .all-inline.xs-stack > .row-fluid-wrapper {
        display: block;
    }

    .all-inline.xs-stack > .row-fluid-wrapper > .row-fluid:after {
        display: table;
    }
}

/**
 * Along with helper class tj
 */

.all-inline.tj:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Vmiddle
   ========================================================================== */

/**
 * Vertically center two or more grid columns to align them perfectly inline.
 */

.vmiddle > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vmiddle > .row-fluid-wrapper > .row-fluid:before,
.vmiddle > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}

.vmiddle.shift-col > .row-fluid-wrapper > .row-fluid {
    justify-content: space-between;
}

@media (max-width: 991px) {

    .vmiddle.md-stack > .row-fluid-wrapper > .row-fluid {
        display: block;
    }

    .vmiddle.md-stack > .row-fluid-wrapper > .row-fluid:before,
    .vmiddle.md-stack > .row-fluid-wrapper > .row-fluid:after {
        display: table;
    }
}

@media (max-width: 768px) {

    .vmiddle:not(.never-stack) > .row-fluid-wrapper > .row-fluid {
        display: block;
    }

    .vmiddle:not(.never-stack) > .row-fluid-wrapper > .row-fluid:before,
    .vmiddle:not(.never-stack) > .row-fluid-wrapper > .row-fluid:after {
        display: table;
    }
}

/* Vcenter
   ========================================================================== */

/**
 * A more complex method to vertically center shorter content in a taller
 * wrapper. This method is required for IE. There's no other way with flex.
 */

/**
 * Extra wrapper
 */

.vtop-outer,
.vcenter-outer,
.vbottom-outer {
    width: 100% !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
}

.vtop-outer {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.vcenter-outer {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.vbottom-outer {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

/**
 * Section, this can get the min-height
 */

.vtop-inner,
.vcenter-inner,
.vbottom-inner {
    width: 100% !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.vtop-inner {
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.vcenter-inner {
    -webkit-justify-content: center;
    justify-content: center;
}

.vcenter-inner:not(.no-align-items) {
    align-items: center;
}

.vbottom-inner {
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.vtop-inner > .row-fluid-wrapper,
.vcenter-inner > .row-fluid-wrapper,
.vbottom-inner > .row-fluid-wrapper {
    width: 100%;
}

.vcenter {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

/* To reveal
   ========================================================================== */

.to-reveal {
    height: 0;
    overflow: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.to-reveal.on {
    height: auto;
    overflow: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .4s;
}

/* Opacity
   ========================================================================== */

.o0   { opacity:  0; }
.o10  { opacity: .1; }
.o20  { opacity: .2; }
.o30  { opacity: .3; }
.o40  { opacity: .4; }
.o50  { opacity: .5; }
.o60  { opacity: .6; }
.o70  { opacity: .7; }
.o80  { opacity: .8; }
.o90  { opacity: .9; }
.o100 { opacity:  1; }

/* Noscroll
   ========================================================================== */

.noscroll {
    overflow: hidden;
}

/* Text Size
   ========================================================================== */

.text-tiny {
    font-size: 0.625rem;
}

.text-small {
    font-size: 0.75rem;
}

.text-medium {
    font-size: 0.875rem;
}

.text-large {
    font-size: 1.5rem;
}

/* Bold
   ========================================================================== */

.bold,
.strong,
.fwb {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.fwl {
    font-weight: lighter;
}

/* No spacing
   ========================================================================== */

.hns h1,
.hns h2,
.hns h3,
.hns h4,
.hns h5,
.hns h6,
.pns p,
.pns blockquote {
    margin: 0;
}

/* Headings Weight
   ========================================================================== */

.hwl h1,
.hwl h2,
.hwl h3,
.hwl h4,
.hwl h5,
.hwl h6 {
    font-weight: 300;
}

.hwb h1,
.hwb h2,
.hwb h3,
.hwb h4,
.hwb h5,
.hwb h6 {
    font-weight: 700;
}

.hwn h1,
.hwn h2,
.hwn h3,
.hwn h4,
.hwn h5,
.hwn h6 {
    font-weight: 500;
}

/* Text Transform
   ========================================================================== */

.ttu,
.htu h1,
.htu h2, 
.htu h3, 
.htu h4, 
.htu h5, 
.htu h6 { 
    text-transform: uppercase;
}

/* Letter Spacing
   ========================================================================== */

.tls-1,
.hls-1 h1,
.hls-1 h2,
.hls-1 h3,
.hls-1 h4,
.hls-1 h5,
.hls-1 h6 {
    letter-spacing: .1em;
}

.tls-2,
.hls-2 h1,
.hls-2 h2,
.hls-2 h3,
.hls-2 h4,
.hls-2 h5,
.hls-2 h6 {
    letter-spacing: .2em;
}

.tls-3,
.hls-3 h1,
.hls-3 h2,
.hls-3 h3,
.hls-3 h4,
.hls-3 h5,
.hls-3 h6 {
    letter-spacing: .3em;
}

.tls-4,
.hls-4 h1,
.hls-4 h2,
.hls-4 h3,
.hls-4 h4,
.hls-4 h5,
.hls-4 h6 {
    letter-spacing: .4em;
}

.tls-5,
.hls-5 h1,
.hls-5 h2,
.hls-5 h3,
.hls-5 h4,
.hls-5 h5,
.hls-5 h6 {
    letter-spacing: .5em;
}

/* Forms
   ========================================================================== */

.white-inputs .hs-input:not([type="radio"]):not([type="checkbox"]),
.white-inputs #hs-pwd-widget-password {
    background-color: #fff;
}

.form-no-title h3.form-title { display: none; }

/* Bd
   ========================================================================== */

.bd  { border:        1px solid rgba(0, 0, 0, .15); }
.bdt { border-top:    1px solid rgba(0, 0, 0, .15); }
.bdr { border-right:  1px solid rgba(0, 0, 0, .15); }
.bdb { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.bdl { border-left:   1px solid rgba(0, 0, 0, .15); }

@media (max-width: 991px) {
    
    .md-bd-no  { border:        none; }
    .md-bdt-no { border-top:    none; }
    .md-bdr-no { border-right:  none; }
    .md-bdb-no { border-bottom: none; }
    .md-bdl-no { border-left:   none; }

    .md-bd  { border:        1px solid rgba(0, 0, 0, .15); }
    .md-bdt { border-top:    1px solid rgba(0, 0, 0, .15); }
    .md-bdr { border-right:  1px solid rgba(0, 0, 0, .15); }
    .md-bdb { border-bottom: 1px solid rgba(0, 0, 0, .15); }
    .md-bdl { border-left:   1px solid rgba(0, 0, 0, .15); }
}

@media (max-width: 768px) {

    .sm-bd-no  { border:        none; }
    .sm-bdt-no { border-top:    none; }
    .sm-bdr-no { border-right:  none; }
    .sm-bdb-no { border-bottom: none; }
    .sm-bdl-no { border-left:   none; }

    .sm-bd  { border:        1px solid rgba(0, 0, 0, .15); }
    .sm-bdt { border-top:    1px solid rgba(0, 0, 0, .15); }
    .sm-bdr { border-right:  1px solid rgba(0, 0, 0, .15); }
    .sm-bdb { border-bottom: 1px solid rgba(0, 0, 0, .15); }
    .sm-bdl { border-left:   1px solid rgba(0, 0, 0, .15); }
}

@media (max-width: 479px) {

    .xs-bd-no  { border:        none; }
    .xs-bdt-no { border-top:    none; }
    .xs-bdr-no { border-right:  none; }
    .xs-bdb-no { border-bottom: none; }
    .xs-bdl-no { border-left:   none; }

    .xs-bd  { border:        1px solid rgba(0, 0, 0, .15); }
    .xs-bdt { border-top:    1px solid rgba(0, 0, 0, .15); }
    .xs-bdr { border-right:  1px solid rgba(0, 0, 0, .15); }
    .xs-bdb { border-bottom: 1px solid rgba(0, 0, 0, .15); }
    .xs-bdl { border-left:   1px solid rgba(0, 0, 0, .15); }
}

/* Shadow
   ========================================================================== */

.large-shadow {
    box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.15), 0 20px 60px -10px rgba(0, 0, 0, .15);
}

.huge-shadow {
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
}

.top-shadow,
.bottom-shadow {
    position: relative;
}

.top-shadow:before,
.bottom-shadow:after {
    content: '';
    display: block !important;
    width: auto;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 15;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 8px;
    background-size: 100% 8px;
}

.top-shadow:before {
    top: -8px;
    background-image: url(https://cdn2.hubspot.net/hub/273774/file-1241641031-png/mp/themes/Act-Theme/images/top-shadow2.png);
}

.bottom-shadow:after {
    bottom: -8px;
    background-image: url(https://cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png);
    border-radius: 0;
}

/* Full Width
   ========================================================================== */

.full-width {
    width: 100% !important;
}

/* Img Full Width
   ========================================================================== */

img.img-full-width,
img.image-full-width,
.img-full-width img,
.image-full-width img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

/* Img Grayscale
   ========================================================================== */

.img-grayscale img {
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.img-hover-grayscale-off img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.img-hover-grayscale-off img:hover {
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* Img Circle
   ========================================================================== */

img.img-circle,
.img-circle img {
    border-radius: 100%;
}

/* Strong Color
   ========================================================================== */

.strong-theme strong {
    color: #6887b6;
}

.strong-dark strong {
    color: #466ea5;
}

.strong-white strong {
    color: #fff;
}

.strong-light strong {
    color: #cacbce;
}

/* Text Color
   ========================================================================== */

.text-theme {
    color: #6887b6;
}

.text-dark {
    color: #466ea5;
}

.text-light {
    color: #cacbce;
}

.text-white {
    color: #fff;
}

.text-default {
    color: #466ea5;
}

.text-heading {
    color: #6887b6;
}

/* Vertical Align
   ========================================================================== */

.vat { vertical-align: top !important; }
.vam { vertical-align: middle !important; }
.vab { vertical-align: bottom !important; }

/* Full Height
   ========================================================================== */

.full-height {
    min-height: 100%;
    height: 100%;
}

/* Full Bleed
   ========================================================================== */

.full-bleed {
    max-width: none !important;
    width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw;
    position: relative;
    left: 50%;
    right: 50%;
}

/* Reordable
   ========================================================================== */

.reordable > .row-fluid-wrapper > .row-fluid {
   display: -webkit-flex !important;
   display: flex !important;
}



    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-1 {
            width: 100% !important;
            order: 1 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-1 {
            width: 100% !important;
            order: 1 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-2 {
            width: 100% !important;
            order: 2 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-2 {
            width: 100% !important;
            order: 2 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-3 {
            width: 100% !important;
            order: 3 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-3 {
            width: 100% !important;
            order: 3 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-4 {
            width: 100% !important;
            order: 4 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-4 {
            width: 100% !important;
            order: 4 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-5 {
            width: 100% !important;
            order: 5 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-5 {
            width: 100% !important;
            order: 5 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-6 {
            width: 100% !important;
            order: 6 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-6 {
            width: 100% !important;
            order: 6 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-7 {
            width: 100% !important;
            order: 7 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-7 {
            width: 100% !important;
            order: 7 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-8 {
            width: 100% !important;
            order: 8 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-8 {
            width: 100% !important;
            order: 8 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-9 {
            width: 100% !important;
            order: 9 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-9 {
            width: 100% !important;
            order: 9 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-10 {
            width: 100% !important;
            order: 10 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-10 {
            width: 100% !important;
            order: 10 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-11 {
            width: 100% !important;
            order: 11 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-11 {
            width: 100% !important;
            order: 11 !important;
        }
    }

    @media (max-width: 991px) {

        .reordable.md-stack > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .md-stack > .row-fluid-wrapper > .row-fluid > .stack-order-12 {
            width: 100% !important;
            order: 12 !important;
        }
    }

    @media (max-width: 768px) {

        .reordable > .row-fluid-wrapper > .row-fluid {
           -webkit-flex-direction: column;
           -moz-flex-direction: column;
           -ms-flex-direction: column;
           -o-flex-direction: column;
           flex-direction: column;
        }

        .stack-order-12 {
            width: 100% !important;
            order: 12 !important;
        }
    }


/* No transition
   ========================================================================== */

.no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

/* ==========================================================================
   Equal height
   ========================================================================== */

/* Plain CSS
   ========================================================================== */

.equal-height > .row-fluid-wrapper > .row-fluid,
.equal-height > .hs_cos_wrapper_type_widget_container {
    display: flex;
}

.equal-height > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    float: none;
}

.equal-height > .hs_cos_wrapper_type_widget_container {
    flex-wrap: wrap;
}

.equal-height > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget,
.equal-height > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget .cell-wrapper,
.equal-height > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget .hs_cos_wrapper,
.equal-height > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.equal-height > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget .cell-wrapper,
.equal-height > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget .hs_cos_wrapper,
.equal-height > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
    width: 100%;
}

@media (max-width: 991px) {

    .equal-height.md-stack > .row-fluid-wrapper > .row-fluid,
    .equal-height.md-stack > .hs_cos_wrapper_type_widget_container,
    .equal-height.md-stack > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget,
    .equal-height.md-stack > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget .cell-wrapper,
    .equal-height.md-stack > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget .hs_cos_wrapper,
    .equal-height.md-stack > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
        display: block;
    }
}

@media (max-width: 768px) {

    .equal-height > .row-fluid-wrapper > .row-fluid,
    .equal-height > .hs_cos_wrapper_type_widget_container,
    .equal-height > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget,
    .equal-height > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget .cell-wrapper,
    .equal-height > .row-fluid-wrapper > .row-fluid > .widget-type-custom_widget .hs_cos_wrapper,
    .equal-height > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
        display: block;
    }
}

/* With JS
   ========================================================================== */

@media (max-width: 991px) {

    .eqh-item.eqh-md-cancel,
    .eqh-item-cm.eqh-md-cancel .cm-col {
        min-height: 0 !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {

    .eqh-item:not(.eqh-never-cancel),
    .eqh-item-cm:not(.eqh-never-cancel) .cm-col {
        min-height: 0 !important;
        height: auto !important;
    }
}

/* ==========================================================================
   Helper classes depending on screen size
   ========================================================================== */



    

        /* Visibility
           ================================================================== */

        .hidden {
            display: none !important;
            visibility: visible;
        }

        .visible {
            display: block !important;
        }

        /* Text Align
           ================================================================== */

        .tl { text-align: left    !important; }
        .tc { text-align: center  !important; }
        .tr { text-align: right   !important; }
        .tj { text-align: justify !important; }

        /* Float
           ================================================================== */

        .fl { float: left  !important; }
        .fr { float: right !important; }
        .fn { float: none  !important; }

        /* Margin and padding
           ================================================================== */

        .ma  { margin: auto !important; }
        .mtba { margin-top: auto !important; margin-bottom: auto !important; }
        .mlra { margin-left: auto !important; margin-right: auto !important; float: none !important; }
        .mta { margin-top: auto !important; }
        .mra { margin-right: auto !important; }
        .mba { margin-bottom: auto !important; }
        .mla { margin-left: auto !important; }

        
        
        
            .m0 { margin: 0px !important; }
            .mtb0 { margin-top: 0px !important; margin-bottom: 0px !important; }
            .mlr0 { margin-left: 0px !important; margin-right: 0px !important; }
            .mt0 { margin-top: 0px !important; }
            .mr0 { margin-right: 0px !important; }
            .mb0 { margin-bottom: 0px !important; }
            .ml0 { margin-left: 0px !important; }
            .nmt0 { margin-top: -0px !important; }
            .nmb0 { margin-bottom: -0px !important; }
            .p0 { padding: 0px !important; }
            .ptb0 { padding-top: 0px !important; padding-bottom: 0px !important; }
            .plr0 { padding-left: 0px !important; padding-right: 0px !important; }
            .pt0 { padding-top: 0px !important; }
            .pr0 { padding-right: 0px !important; }
            .pb0 { padding-bottom: 0px !important; }
            .pl0 { padding-left: 0px !important; }
        
            .m5 { margin: 5px !important; }
            .mtb5 { margin-top: 5px !important; margin-bottom: 5px !important; }
            .mlr5 { margin-left: 5px !important; margin-right: 5px !important; }
            .mt5 { margin-top: 5px !important; }
            .mr5 { margin-right: 5px !important; }
            .mb5 { margin-bottom: 5px !important; }
            .ml5 { margin-left: 5px !important; }
            .nmt5 { margin-top: -5px !important; }
            .nmb5 { margin-bottom: -5px !important; }
            .p5 { padding: 5px !important; }
            .ptb5 { padding-top: 5px !important; padding-bottom: 5px !important; }
            .plr5 { padding-left: 5px !important; padding-right: 5px !important; }
            .pt5 { padding-top: 5px !important; }
            .pr5 { padding-right: 5px !important; }
            .pb5 { padding-bottom: 5px !important; }
            .pl5 { padding-left: 5px !important; }
        
            .m10 { margin: 10px !important; }
            .mtb10 { margin-top: 10px !important; margin-bottom: 10px !important; }
            .mlr10 { margin-left: 10px !important; margin-right: 10px !important; }
            .mt10 { margin-top: 10px !important; }
            .mr10 { margin-right: 10px !important; }
            .mb10 { margin-bottom: 10px !important; }
            .ml10 { margin-left: 10px !important; }
            .nmt10 { margin-top: -10px !important; }
            .nmb10 { margin-bottom: -10px !important; }
            .p10 { padding: 10px !important; }
            .ptb10 { padding-top: 10px !important; padding-bottom: 10px !important; }
            .plr10 { padding-left: 10px !important; padding-right: 10px !important; }
            .pt10 { padding-top: 10px !important; }
            .pr10 { padding-right: 10px !important; }
            .pb10 { padding-bottom: 10px !important; }
            .pl10 { padding-left: 10px !important; }
        
            .m15 { margin: 15px !important; }
            .mtb15 { margin-top: 15px !important; margin-bottom: 15px !important; }
            .mlr15 { margin-left: 15px !important; margin-right: 15px !important; }
            .mt15 { margin-top: 15px !important; }
            .mr15 { margin-right: 15px !important; }
            .mb15 { margin-bottom: 15px !important; }
            .ml15 { margin-left: 15px !important; }
            .nmt15 { margin-top: -15px !important; }
            .nmb15 { margin-bottom: -15px !important; }
            .p15 { padding: 15px !important; }
            .ptb15 { padding-top: 15px !important; padding-bottom: 15px !important; }
            .plr15 { padding-left: 15px !important; padding-right: 15px !important; }
            .pt15 { padding-top: 15px !important; }
            .pr15 { padding-right: 15px !important; }
            .pb15 { padding-bottom: 15px !important; }
            .pl15 { padding-left: 15px !important; }
        
            .m20 { margin: 20px !important; }
            .mtb20 { margin-top: 20px !important; margin-bottom: 20px !important; }
            .mlr20 { margin-left: 20px !important; margin-right: 20px !important; }
            .mt20 { margin-top: 20px !important; }
            .mr20 { margin-right: 20px !important; }
            .mb20 { margin-bottom: 20px !important; }
            .ml20 { margin-left: 20px !important; }
            .nmt20 { margin-top: -20px !important; }
            .nmb20 { margin-bottom: -20px !important; }
            .p20 { padding: 20px !important; }
            .ptb20 { padding-top: 20px !important; padding-bottom: 20px !important; }
            .plr20 { padding-left: 20px !important; padding-right: 20px !important; }
            .pt20 { padding-top: 20px !important; }
            .pr20 { padding-right: 20px !important; }
            .pb20 { padding-bottom: 20px !important; }
            .pl20 { padding-left: 20px !important; }
        
            .m30 { margin: 30px !important; }
            .mtb30 { margin-top: 30px !important; margin-bottom: 30px !important; }
            .mlr30 { margin-left: 30px !important; margin-right: 30px !important; }
            .mt30 { margin-top: 30px !important; }
            .mr30 { margin-right: 30px !important; }
            .mb30 { margin-bottom: 30px !important; }
            .ml30 { margin-left: 30px !important; }
            .nmt30 { margin-top: -30px !important; }
            .nmb30 { margin-bottom: -30px !important; }
            .p30 { padding: 30px !important; }
            .ptb30 { padding-top: 30px !important; padding-bottom: 30px !important; }
            .plr30 { padding-left: 30px !important; padding-right: 30px !important; }
            .pt30 { padding-top: 30px !important; }
            .pr30 { padding-right: 30px !important; }
            .pb30 { padding-bottom: 30px !important; }
            .pl30 { padding-left: 30px !important; }
        
            .m40 { margin: 40px !important; }
            .mtb40 { margin-top: 40px !important; margin-bottom: 40px !important; }
            .mlr40 { margin-left: 40px !important; margin-right: 40px !important; }
            .mt40 { margin-top: 40px !important; }
            .mr40 { margin-right: 40px !important; }
            .mb40 { margin-bottom: 40px !important; }
            .ml40 { margin-left: 40px !important; }
            .nmt40 { margin-top: -40px !important; }
            .nmb40 { margin-bottom: -40px !important; }
            .p40 { padding: 40px !important; }
            .ptb40 { padding-top: 40px !important; padding-bottom: 40px !important; }
            .plr40 { padding-left: 40px !important; padding-right: 40px !important; }
            .pt40 { padding-top: 40px !important; }
            .pr40 { padding-right: 40px !important; }
            .pb40 { padding-bottom: 40px !important; }
            .pl40 { padding-left: 40px !important; }
        
            .m50 { margin: 50px !important; }
            .mtb50 { margin-top: 50px !important; margin-bottom: 50px !important; }
            .mlr50 { margin-left: 50px !important; margin-right: 50px !important; }
            .mt50 { margin-top: 50px !important; }
            .mr50 { margin-right: 50px !important; }
            .mb50 { margin-bottom: 50px !important; }
            .ml50 { margin-left: 50px !important; }
            .nmt50 { margin-top: -50px !important; }
            .nmb50 { margin-bottom: -50px !important; }
            .p50 { padding: 50px !important; }
            .ptb50 { padding-top: 50px !important; padding-bottom: 50px !important; }
            .plr50 { padding-left: 50px !important; padding-right: 50px !important; }
            .pt50 { padding-top: 50px !important; }
            .pr50 { padding-right: 50px !important; }
            .pb50 { padding-bottom: 50px !important; }
            .pl50 { padding-left: 50px !important; }
        
            .m60 { margin: 60px !important; }
            .mtb60 { margin-top: 60px !important; margin-bottom: 60px !important; }
            .mlr60 { margin-left: 60px !important; margin-right: 60px !important; }
            .mt60 { margin-top: 60px !important; }
            .mr60 { margin-right: 60px !important; }
            .mb60 { margin-bottom: 60px !important; }
            .ml60 { margin-left: 60px !important; }
            .nmt60 { margin-top: -60px !important; }
            .nmb60 { margin-bottom: -60px !important; }
            .p60 { padding: 60px !important; }
            .ptb60 { padding-top: 60px !important; padding-bottom: 60px !important; }
            .plr60 { padding-left: 60px !important; padding-right: 60px !important; }
            .pt60 { padding-top: 60px !important; }
            .pr60 { padding-right: 60px !important; }
            .pb60 { padding-bottom: 60px !important; }
            .pl60 { padding-left: 60px !important; }
        
            .m70 { margin: 70px !important; }
            .mtb70 { margin-top: 70px !important; margin-bottom: 70px !important; }
            .mlr70 { margin-left: 70px !important; margin-right: 70px !important; }
            .mt70 { margin-top: 70px !important; }
            .mr70 { margin-right: 70px !important; }
            .mb70 { margin-bottom: 70px !important; }
            .ml70 { margin-left: 70px !important; }
            .nmt70 { margin-top: -70px !important; }
            .nmb70 { margin-bottom: -70px !important; }
            .p70 { padding: 70px !important; }
            .ptb70 { padding-top: 70px !important; padding-bottom: 70px !important; }
            .plr70 { padding-left: 70px !important; padding-right: 70px !important; }
            .pt70 { padding-top: 70px !important; }
            .pr70 { padding-right: 70px !important; }
            .pb70 { padding-bottom: 70px !important; }
            .pl70 { padding-left: 70px !important; }
        
            .m80 { margin: 80px !important; }
            .mtb80 { margin-top: 80px !important; margin-bottom: 80px !important; }
            .mlr80 { margin-left: 80px !important; margin-right: 80px !important; }
            .mt80 { margin-top: 80px !important; }
            .mr80 { margin-right: 80px !important; }
            .mb80 { margin-bottom: 80px !important; }
            .ml80 { margin-left: 80px !important; }
            .nmt80 { margin-top: -80px !important; }
            .nmb80 { margin-bottom: -80px !important; }
            .p80 { padding: 80px !important; }
            .ptb80 { padding-top: 80px !important; padding-bottom: 80px !important; }
            .plr80 { padding-left: 80px !important; padding-right: 80px !important; }
            .pt80 { padding-top: 80px !important; }
            .pr80 { padding-right: 80px !important; }
            .pb80 { padding-bottom: 80px !important; }
            .pl80 { padding-left: 80px !important; }
        
            .m90 { margin: 90px !important; }
            .mtb90 { margin-top: 90px !important; margin-bottom: 90px !important; }
            .mlr90 { margin-left: 90px !important; margin-right: 90px !important; }
            .mt90 { margin-top: 90px !important; }
            .mr90 { margin-right: 90px !important; }
            .mb90 { margin-bottom: 90px !important; }
            .ml90 { margin-left: 90px !important; }
            .nmt90 { margin-top: -90px !important; }
            .nmb90 { margin-bottom: -90px !important; }
            .p90 { padding: 90px !important; }
            .ptb90 { padding-top: 90px !important; padding-bottom: 90px !important; }
            .plr90 { padding-left: 90px !important; padding-right: 90px !important; }
            .pt90 { padding-top: 90px !important; }
            .pr90 { padding-right: 90px !important; }
            .pb90 { padding-bottom: 90px !important; }
            .pl90 { padding-left: 90px !important; }
        
            .m100 { margin: 100px !important; }
            .mtb100 { margin-top: 100px !important; margin-bottom: 100px !important; }
            .mlr100 { margin-left: 100px !important; margin-right: 100px !important; }
            .mt100 { margin-top: 100px !important; }
            .mr100 { margin-right: 100px !important; }
            .mb100 { margin-bottom: 100px !important; }
            .ml100 { margin-left: 100px !important; }
            .nmt100 { margin-top: -100px !important; }
            .nmb100 { margin-bottom: -100px !important; }
            .p100 { padding: 100px !important; }
            .ptb100 { padding-top: 100px !important; padding-bottom: 100px !important; }
            .plr100 { padding-left: 100px !important; padding-right: 100px !important; }
            .pt100 { padding-top: 100px !important; }
            .pr100 { padding-right: 100px !important; }
            .pb100 { padding-bottom: 100px !important; }
            .pl100 { padding-left: 100px !important; }
        
            .m110 { margin: 110px !important; }
            .mtb110 { margin-top: 110px !important; margin-bottom: 110px !important; }
            .mlr110 { margin-left: 110px !important; margin-right: 110px !important; }
            .mt110 { margin-top: 110px !important; }
            .mr110 { margin-right: 110px !important; }
            .mb110 { margin-bottom: 110px !important; }
            .ml110 { margin-left: 110px !important; }
            .nmt110 { margin-top: -110px !important; }
            .nmb110 { margin-bottom: -110px !important; }
            .p110 { padding: 110px !important; }
            .ptb110 { padding-top: 110px !important; padding-bottom: 110px !important; }
            .plr110 { padding-left: 110px !important; padding-right: 110px !important; }
            .pt110 { padding-top: 110px !important; }
            .pr110 { padding-right: 110px !important; }
            .pb110 { padding-bottom: 110px !important; }
            .pl110 { padding-left: 110px !important; }
        
            .m120 { margin: 120px !important; }
            .mtb120 { margin-top: 120px !important; margin-bottom: 120px !important; }
            .mlr120 { margin-left: 120px !important; margin-right: 120px !important; }
            .mt120 { margin-top: 120px !important; }
            .mr120 { margin-right: 120px !important; }
            .mb120 { margin-bottom: 120px !important; }
            .ml120 { margin-left: 120px !important; }
            .nmt120 { margin-top: -120px !important; }
            .nmb120 { margin-bottom: -120px !important; }
            .p120 { padding: 120px !important; }
            .ptb120 { padding-top: 120px !important; padding-bottom: 120px !important; }
            .plr120 { padding-left: 120px !important; padding-right: 120px !important; }
            .pt120 { padding-top: 120px !important; }
            .pr120 { padding-right: 120px !important; }
            .pb120 { padding-bottom: 120px !important; }
            .pl120 { padding-left: 120px !important; }
        
            .m130 { margin: 130px !important; }
            .mtb130 { margin-top: 130px !important; margin-bottom: 130px !important; }
            .mlr130 { margin-left: 130px !important; margin-right: 130px !important; }
            .mt130 { margin-top: 130px !important; }
            .mr130 { margin-right: 130px !important; }
            .mb130 { margin-bottom: 130px !important; }
            .ml130 { margin-left: 130px !important; }
            .nmt130 { margin-top: -130px !important; }
            .nmb130 { margin-bottom: -130px !important; }
            .p130 { padding: 130px !important; }
            .ptb130 { padding-top: 130px !important; padding-bottom: 130px !important; }
            .plr130 { padding-left: 130px !important; padding-right: 130px !important; }
            .pt130 { padding-top: 130px !important; }
            .pr130 { padding-right: 130px !important; }
            .pb130 { padding-bottom: 130px !important; }
            .pl130 { padding-left: 130px !important; }
        
            .m140 { margin: 140px !important; }
            .mtb140 { margin-top: 140px !important; margin-bottom: 140px !important; }
            .mlr140 { margin-left: 140px !important; margin-right: 140px !important; }
            .mt140 { margin-top: 140px !important; }
            .mr140 { margin-right: 140px !important; }
            .mb140 { margin-bottom: 140px !important; }
            .ml140 { margin-left: 140px !important; }
            .nmt140 { margin-top: -140px !important; }
            .nmb140 { margin-bottom: -140px !important; }
            .p140 { padding: 140px !important; }
            .ptb140 { padding-top: 140px !important; padding-bottom: 140px !important; }
            .plr140 { padding-left: 140px !important; padding-right: 140px !important; }
            .pt140 { padding-top: 140px !important; }
            .pr140 { padding-right: 140px !important; }
            .pb140 { padding-bottom: 140px !important; }
            .pl140 { padding-left: 140px !important; }
        
            .m150 { margin: 150px !important; }
            .mtb150 { margin-top: 150px !important; margin-bottom: 150px !important; }
            .mlr150 { margin-left: 150px !important; margin-right: 150px !important; }
            .mt150 { margin-top: 150px !important; }
            .mr150 { margin-right: 150px !important; }
            .mb150 { margin-bottom: 150px !important; }
            .ml150 { margin-left: 150px !important; }
            .nmt150 { margin-top: -150px !important; }
            .nmb150 { margin-bottom: -150px !important; }
            .p150 { padding: 150px !important; }
            .ptb150 { padding-top: 150px !important; padding-bottom: 150px !important; }
            .plr150 { padding-left: 150px !important; padding-right: 150px !important; }
            .pt150 { padding-top: 150px !important; }
            .pr150 { padding-right: 150px !important; }
            .pb150 { padding-bottom: 150px !important; }
            .pl150 { padding-left: 150px !important; }
        
            .m200 { margin: 200px !important; }
            .mtb200 { margin-top: 200px !important; margin-bottom: 200px !important; }
            .mlr200 { margin-left: 200px !important; margin-right: 200px !important; }
            .mt200 { margin-top: 200px !important; }
            .mr200 { margin-right: 200px !important; }
            .mb200 { margin-bottom: 200px !important; }
            .ml200 { margin-left: 200px !important; }
            .nmt200 { margin-top: -200px !important; }
            .nmb200 { margin-bottom: -200px !important; }
            .p200 { padding: 200px !important; }
            .ptb200 { padding-top: 200px !important; padding-bottom: 200px !important; }
            .plr200 { padding-left: 200px !important; padding-right: 200px !important; }
            .pt200 { padding-top: 200px !important; }
            .pr200 { padding-right: 200px !important; }
            .pb200 { padding-bottom: 200px !important; }
            .pl200 { padding-left: 200px !important; }
        
            .m250 { margin: 250px !important; }
            .mtb250 { margin-top: 250px !important; margin-bottom: 250px !important; }
            .mlr250 { margin-left: 250px !important; margin-right: 250px !important; }
            .mt250 { margin-top: 250px !important; }
            .mr250 { margin-right: 250px !important; }
            .mb250 { margin-bottom: 250px !important; }
            .ml250 { margin-left: 250px !important; }
            .nmt250 { margin-top: -250px !important; }
            .nmb250 { margin-bottom: -250px !important; }
            .p250 { padding: 250px !important; }
            .ptb250 { padding-top: 250px !important; padding-bottom: 250px !important; }
            .plr250 { padding-left: 250px !important; padding-right: 250px !important; }
            .pt250 { padding-top: 250px !important; }
            .pr250 { padding-right: 250px !important; }
            .pb250 { padding-bottom: 250px !important; }
            .pl250 { padding-left: 250px !important; }
        
            .m300 { margin: 300px !important; }
            .mtb300 { margin-top: 300px !important; margin-bottom: 300px !important; }
            .mlr300 { margin-left: 300px !important; margin-right: 300px !important; }
            .mt300 { margin-top: 300px !important; }
            .mr300 { margin-right: 300px !important; }
            .mb300 { margin-bottom: 300px !important; }
            .ml300 { margin-left: 300px !important; }
            .nmt300 { margin-top: -300px !important; }
            .nmb300 { margin-bottom: -300px !important; }
            .p300 { padding: 300px !important; }
            .ptb300 { padding-top: 300px !important; padding-bottom: 300px !important; }
            .plr300 { padding-left: 300px !important; padding-right: 300px !important; }
            .pt300 { padding-top: 300px !important; }
            .pr300 { padding-right: 300px !important; }
            .pb300 { padding-bottom: 300px !important; }
            .pl300 { padding-left: 300px !important; }
        
            .m400 { margin: 400px !important; }
            .mtb400 { margin-top: 400px !important; margin-bottom: 400px !important; }
            .mlr400 { margin-left: 400px !important; margin-right: 400px !important; }
            .mt400 { margin-top: 400px !important; }
            .mr400 { margin-right: 400px !important; }
            .mb400 { margin-bottom: 400px !important; }
            .ml400 { margin-left: 400px !important; }
            .nmt400 { margin-top: -400px !important; }
            .nmb400 { margin-bottom: -400px !important; }
            .p400 { padding: 400px !important; }
            .ptb400 { padding-top: 400px !important; padding-bottom: 400px !important; }
            .plr400 { padding-left: 400px !important; padding-right: 400px !important; }
            .pt400 { padding-top: 400px !important; }
            .pr400 { padding-right: 400px !important; }
            .pb400 { padding-bottom: 400px !important; }
            .pl400 { padding-left: 400px !important; }
        
            .m500 { margin: 500px !important; }
            .mtb500 { margin-top: 500px !important; margin-bottom: 500px !important; }
            .mlr500 { margin-left: 500px !important; margin-right: 500px !important; }
            .mt500 { margin-top: 500px !important; }
            .mr500 { margin-right: 500px !important; }
            .mb500 { margin-bottom: 500px !important; }
            .ml500 { margin-left: 500px !important; }
            .nmt500 { margin-top: -500px !important; }
            .nmb500 { margin-bottom: -500px !important; }
            .p500 { padding: 500px !important; }
            .ptb500 { padding-top: 500px !important; padding-bottom: 500px !important; }
            .plr500 { padding-left: 500px !important; padding-right: 500px !important; }
            .pt500 { padding-top: 500px !important; }
            .pr500 { padding-right: 500px !important; }
            .pb500 { padding-bottom: 500px !important; }
            .pl500 { padding-left: 500px !important; }
        

        
        
            .hs0 h1,
            .hs0 h2,
            .hs0 h3,
            .hs0 h4,
            .hs0 h5,
            .hs0 h6 {
                margin-bottom: 0px !important;
            }
        
            .hs10 h1,
            .hs10 h2,
            .hs10 h3,
            .hs10 h4,
            .hs10 h5,
            .hs10 h6 {
                margin-bottom: 10px !important;
            }
        
            .hs20 h1,
            .hs20 h2,
            .hs20 h3,
            .hs20 h4,
            .hs20 h5,
            .hs20 h6 {
                margin-bottom: 20px !important;
            }
        
            .hs30 h1,
            .hs30 h2,
            .hs30 h3,
            .hs30 h4,
            .hs30 h5,
            .hs30 h6 {
                margin-bottom: 30px !important;
            }
        

        /* Width
           ================================================================== */

        
        
            .w100 { max-width: 100px !important; }
        
            .w150 { max-width: 150px !important; }
        
            .w200 { max-width: 200px !important; }
        
            .w250 { max-width: 250px !important; }
        
            .w300 { max-width: 300px !important; }
        
            .w350 { max-width: 350px !important; }
        
            .w400 { max-width: 400px !important; }
        
            .w450 { max-width: 450px !important; }
        
            .w500 { max-width: 500px !important; }
        
            .w550 { max-width: 550px !important; }
        
            .w600 { max-width: 600px !important; }
        
            .w650 { max-width: 650px !important; }
        
            .w700 { max-width: 700px !important; }
        
            .w750 { max-width: 750px !important; }
        
            .w800 { max-width: 800px !important; }
        
            .w850 { max-width: 850px !important; }
        
            .w900 { max-width: 900px !important; }
        
            .w950 { max-width: 950px !important; }
        
            .w1000 { max-width: 1000px !important; }
        
            .w1050 { max-width: 1050px !important; }
        
            .w1100 { max-width: 1100px !important; }
        
            .w1150 { max-width: 1150px !important; }
        
            .w1200 { max-width: 1200px !important; }
        
            .w1250 { max-width: 1250px !important; }
        
            .w1300 { max-width: 1300px !important; }
        
            .w1350 { max-width: 1350px !important; }
        
            .w1400 { max-width: 1400px !important; }
        
            .w1450 { max-width: 1450px !important; }
        
            .w1500 { max-width: 1500px !important; }
        
            .w1550 { max-width: 1550px !important; }
        
            .w1600 { max-width: 1600px !important; }
        
            .w1650 { max-width: 1650px !important; }
        
            .w1700 { max-width: 1700px !important; }
        
            .w1750 { max-width: 1750px !important; }
        
            .w1800 { max-width: 1800px !important; }
        
            .w1850 { max-width: 1850px !important; }
        
            .w1900 { max-width: 1900px !important; }
        
            .w1950 { max-width: 1950px !important; }
        
            .w2000 { max-width: 2000px !important; }
        
        .wa { max-width: none !important; }


        /* Full VH
           ================================================================== */
        
        .reset-full-vh {
            min-height: 0 !important;
        }


        /* Background
           ================================================================== */

        /**
         * Background Position
         */

        .bg-left-top      { background-position: left top !important; }
        .bg-left-center   { background-position: left center !important; }
        .bg-left-bottom   { background-position: left bottom !important; }
        .bg-center-top    { background-position: center top !important; }
        .bg-center-center { background-position: center center !important; }
        .bg-center-bottom { background-position: center bottom !important; }
        .bg-right-top     { background-position: right top !important; }
        .bg-right-center  { background-position: right center !important; }
        .bg-right-bottom  { background-position: right bottom !important; }

        /**
         * Background Repeat
         */

        .bg-repeat    { background-repeat: repeat !important; }
        .bg-no-repeat { background-repeat: no-repeat !important; }
        .bg-repeat-x  { background-repeat: repeat-x !important; }
        .bg-repeat-y  { background-repeat: repeat-y !important; }

        /**
         * Background Attachment
         */

        .bg-scroll { background-attachment: scroll !important; }
        .bg-fixed  { background-attachment: fixed !important; }

        /**
         * Background Size
         */

        .bg-cover       { background-size: cover !important; }
        .bg-stretch     { background-size: 100% 100% !important; }
        .bg-full-width  { background-size: 100% auto !important; }
        .bg-full-height { background-size: auto 100% !important; }
        .bg-auto        { background-size: auto auto !important; }

        /**
         * Forms
         */

        .form-title-left h3.form-title   { text-align: left; }
        .form-title-center h3.form-title { text-align: center; }
        .form-title-right h3.form-title  { text-align: right; }

        .form-button-full .hs-button {
            display: block;
        }

        /* Radius
           ========================================================================== */
        
        
            .radius { border-radius: 6px; }
            .radius-top { border-top-left-radius: 6px; border-top-right-radius: 6px; }
            .radius-top-left { border-top-left-radius: 6px; }
            .radius-top-right { border-top-right-radius: 6px; }
            .radius-bottom { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
            .radius-bottom-left { border-bottom-left-radius: 6px; }
            .radius-bottom-right { border-bottom-right-radius: 6px; }
            .radius-left { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
            .radius-right { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
        

        .radius-0 { border-radius: 0; }
        .radius-top-0 { border-top-left-radius: 0; border-top-right-radius: 0; }
        .radius-top-left-0 { border-top-left-radius: 0; }
        .radius-top-right-0 { border-top-right-radius: 0; }
        .radius-bottom-0 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
        .radius-bottom-left-0 { border-bottom-left-radius: 0; }
        .radius-bottom-right-0 { border-bottom-right-radius: 0; }
        .radius-left-0 { border-top-left-radius: 0; border-bottom-left-radius: 0; }
        .radius-right-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; }

    


    
        @media (max-width: 1139px) {/* <- open media query */
    

        /* Visibility
           ================================================================== */

        .md-hidden {
            display: none !important;
            visibility: visible;
        }

        .md-visible {
            display: block !important;
        }

        /* Text Align
           ================================================================== */

        .md-tl { text-align: left    !important; }
        .md-tc { text-align: center  !important; }
        .md-tr { text-align: right   !important; }
        .md-tj { text-align: justify !important; }

        /* Float
           ================================================================== */

        .md-fl { float: left  !important; }
        .md-fr { float: right !important; }
        .md-fn { float: none  !important; }

        /* Margin and padding
           ================================================================== */

        .md-ma  { margin: auto !important; }
        .md-mtba { margin-top: auto !important; margin-bottom: auto !important; }
        .md-mlra { margin-left: auto !important; margin-right: auto !important; float: none !important; }
        .md-mta { margin-top: auto !important; }
        .md-mra { margin-right: auto !important; }
        .md-mba { margin-bottom: auto !important; }
        .md-mla { margin-left: auto !important; }

        
        
        
            .md-m0 { margin: 0px !important; }
            .md-mtb0 { margin-top: 0px !important; margin-bottom: 0px !important; }
            .md-mlr0 { margin-left: 0px !important; margin-right: 0px !important; }
            .md-mt0 { margin-top: 0px !important; }
            .md-mr0 { margin-right: 0px !important; }
            .md-mb0 { margin-bottom: 0px !important; }
            .md-ml0 { margin-left: 0px !important; }
            .md-nmt0 { margin-top: -0px !important; }
            .md-nmb0 { margin-bottom: -0px !important; }
            .md-p0 { padding: 0px !important; }
            .md-ptb0 { padding-top: 0px !important; padding-bottom: 0px !important; }
            .md-plr0 { padding-left: 0px !important; padding-right: 0px !important; }
            .md-pt0 { padding-top: 0px !important; }
            .md-pr0 { padding-right: 0px !important; }
            .md-pb0 { padding-bottom: 0px !important; }
            .md-pl0 { padding-left: 0px !important; }
        
            .md-m5 { margin: 5px !important; }
            .md-mtb5 { margin-top: 5px !important; margin-bottom: 5px !important; }
            .md-mlr5 { margin-left: 5px !important; margin-right: 5px !important; }
            .md-mt5 { margin-top: 5px !important; }
            .md-mr5 { margin-right: 5px !important; }
            .md-mb5 { margin-bottom: 5px !important; }
            .md-ml5 { margin-left: 5px !important; }
            .md-nmt5 { margin-top: -5px !important; }
            .md-nmb5 { margin-bottom: -5px !important; }
            .md-p5 { padding: 5px !important; }
            .md-ptb5 { padding-top: 5px !important; padding-bottom: 5px !important; }
            .md-plr5 { padding-left: 5px !important; padding-right: 5px !important; }
            .md-pt5 { padding-top: 5px !important; }
            .md-pr5 { padding-right: 5px !important; }
            .md-pb5 { padding-bottom: 5px !important; }
            .md-pl5 { padding-left: 5px !important; }
        
            .md-m10 { margin: 10px !important; }
            .md-mtb10 { margin-top: 10px !important; margin-bottom: 10px !important; }
            .md-mlr10 { margin-left: 10px !important; margin-right: 10px !important; }
            .md-mt10 { margin-top: 10px !important; }
            .md-mr10 { margin-right: 10px !important; }
            .md-mb10 { margin-bottom: 10px !important; }
            .md-ml10 { margin-left: 10px !important; }
            .md-nmt10 { margin-top: -10px !important; }
            .md-nmb10 { margin-bottom: -10px !important; }
            .md-p10 { padding: 10px !important; }
            .md-ptb10 { padding-top: 10px !important; padding-bottom: 10px !important; }
            .md-plr10 { padding-left: 10px !important; padding-right: 10px !important; }
            .md-pt10 { padding-top: 10px !important; }
            .md-pr10 { padding-right: 10px !important; }
            .md-pb10 { padding-bottom: 10px !important; }
            .md-pl10 { padding-left: 10px !important; }
        
            .md-m15 { margin: 15px !important; }
            .md-mtb15 { margin-top: 15px !important; margin-bottom: 15px !important; }
            .md-mlr15 { margin-left: 15px !important; margin-right: 15px !important; }
            .md-mt15 { margin-top: 15px !important; }
            .md-mr15 { margin-right: 15px !important; }
            .md-mb15 { margin-bottom: 15px !important; }
            .md-ml15 { margin-left: 15px !important; }
            .md-nmt15 { margin-top: -15px !important; }
            .md-nmb15 { margin-bottom: -15px !important; }
            .md-p15 { padding: 15px !important; }
            .md-ptb15 { padding-top: 15px !important; padding-bottom: 15px !important; }
            .md-plr15 { padding-left: 15px !important; padding-right: 15px !important; }
            .md-pt15 { padding-top: 15px !important; }
            .md-pr15 { padding-right: 15px !important; }
            .md-pb15 { padding-bottom: 15px !important; }
            .md-pl15 { padding-left: 15px !important; }
        
            .md-m20 { margin: 20px !important; }
            .md-mtb20 { margin-top: 20px !important; margin-bottom: 20px !important; }
            .md-mlr20 { margin-left: 20px !important; margin-right: 20px !important; }
            .md-mt20 { margin-top: 20px !important; }
            .md-mr20 { margin-right: 20px !important; }
            .md-mb20 { margin-bottom: 20px !important; }
            .md-ml20 { margin-left: 20px !important; }
            .md-nmt20 { margin-top: -20px !important; }
            .md-nmb20 { margin-bottom: -20px !important; }
            .md-p20 { padding: 20px !important; }
            .md-ptb20 { padding-top: 20px !important; padding-bottom: 20px !important; }
            .md-plr20 { padding-left: 20px !important; padding-right: 20px !important; }
            .md-pt20 { padding-top: 20px !important; }
            .md-pr20 { padding-right: 20px !important; }
            .md-pb20 { padding-bottom: 20px !important; }
            .md-pl20 { padding-left: 20px !important; }
        
            .md-m30 { margin: 30px !important; }
            .md-mtb30 { margin-top: 30px !important; margin-bottom: 30px !important; }
            .md-mlr30 { margin-left: 30px !important; margin-right: 30px !important; }
            .md-mt30 { margin-top: 30px !important; }
            .md-mr30 { margin-right: 30px !important; }
            .md-mb30 { margin-bottom: 30px !important; }
            .md-ml30 { margin-left: 30px !important; }
            .md-nmt30 { margin-top: -30px !important; }
            .md-nmb30 { margin-bottom: -30px !important; }
            .md-p30 { padding: 30px !important; }
            .md-ptb30 { padding-top: 30px !important; padding-bottom: 30px !important; }
            .md-plr30 { padding-left: 30px !important; padding-right: 30px !important; }
            .md-pt30 { padding-top: 30px !important; }
            .md-pr30 { padding-right: 30px !important; }
            .md-pb30 { padding-bottom: 30px !important; }
            .md-pl30 { padding-left: 30px !important; }
        
            .md-m40 { margin: 40px !important; }
            .md-mtb40 { margin-top: 40px !important; margin-bottom: 40px !important; }
            .md-mlr40 { margin-left: 40px !important; margin-right: 40px !important; }
            .md-mt40 { margin-top: 40px !important; }
            .md-mr40 { margin-right: 40px !important; }
            .md-mb40 { margin-bottom: 40px !important; }
            .md-ml40 { margin-left: 40px !important; }
            .md-nmt40 { margin-top: -40px !important; }
            .md-nmb40 { margin-bottom: -40px !important; }
            .md-p40 { padding: 40px !important; }
            .md-ptb40 { padding-top: 40px !important; padding-bottom: 40px !important; }
            .md-plr40 { padding-left: 40px !important; padding-right: 40px !important; }
            .md-pt40 { padding-top: 40px !important; }
            .md-pr40 { padding-right: 40px !important; }
            .md-pb40 { padding-bottom: 40px !important; }
            .md-pl40 { padding-left: 40px !important; }
        
            .md-m50 { margin: 50px !important; }
            .md-mtb50 { margin-top: 50px !important; margin-bottom: 50px !important; }
            .md-mlr50 { margin-left: 50px !important; margin-right: 50px !important; }
            .md-mt50 { margin-top: 50px !important; }
            .md-mr50 { margin-right: 50px !important; }
            .md-mb50 { margin-bottom: 50px !important; }
            .md-ml50 { margin-left: 50px !important; }
            .md-nmt50 { margin-top: -50px !important; }
            .md-nmb50 { margin-bottom: -50px !important; }
            .md-p50 { padding: 50px !important; }
            .md-ptb50 { padding-top: 50px !important; padding-bottom: 50px !important; }
            .md-plr50 { padding-left: 50px !important; padding-right: 50px !important; }
            .md-pt50 { padding-top: 50px !important; }
            .md-pr50 { padding-right: 50px !important; }
            .md-pb50 { padding-bottom: 50px !important; }
            .md-pl50 { padding-left: 50px !important; }
        
            .md-m60 { margin: 60px !important; }
            .md-mtb60 { margin-top: 60px !important; margin-bottom: 60px !important; }
            .md-mlr60 { margin-left: 60px !important; margin-right: 60px !important; }
            .md-mt60 { margin-top: 60px !important; }
            .md-mr60 { margin-right: 60px !important; }
            .md-mb60 { margin-bottom: 60px !important; }
            .md-ml60 { margin-left: 60px !important; }
            .md-nmt60 { margin-top: -60px !important; }
            .md-nmb60 { margin-bottom: -60px !important; }
            .md-p60 { padding: 60px !important; }
            .md-ptb60 { padding-top: 60px !important; padding-bottom: 60px !important; }
            .md-plr60 { padding-left: 60px !important; padding-right: 60px !important; }
            .md-pt60 { padding-top: 60px !important; }
            .md-pr60 { padding-right: 60px !important; }
            .md-pb60 { padding-bottom: 60px !important; }
            .md-pl60 { padding-left: 60px !important; }
        
            .md-m70 { margin: 70px !important; }
            .md-mtb70 { margin-top: 70px !important; margin-bottom: 70px !important; }
            .md-mlr70 { margin-left: 70px !important; margin-right: 70px !important; }
            .md-mt70 { margin-top: 70px !important; }
            .md-mr70 { margin-right: 70px !important; }
            .md-mb70 { margin-bottom: 70px !important; }
            .md-ml70 { margin-left: 70px !important; }
            .md-nmt70 { margin-top: -70px !important; }
            .md-nmb70 { margin-bottom: -70px !important; }
            .md-p70 { padding: 70px !important; }
            .md-ptb70 { padding-top: 70px !important; padding-bottom: 70px !important; }
            .md-plr70 { padding-left: 70px !important; padding-right: 70px !important; }
            .md-pt70 { padding-top: 70px !important; }
            .md-pr70 { padding-right: 70px !important; }
            .md-pb70 { padding-bottom: 70px !important; }
            .md-pl70 { padding-left: 70px !important; }
        
            .md-m80 { margin: 80px !important; }
            .md-mtb80 { margin-top: 80px !important; margin-bottom: 80px !important; }
            .md-mlr80 { margin-left: 80px !important; margin-right: 80px !important; }
            .md-mt80 { margin-top: 80px !important; }
            .md-mr80 { margin-right: 80px !important; }
            .md-mb80 { margin-bottom: 80px !important; }
            .md-ml80 { margin-left: 80px !important; }
            .md-nmt80 { margin-top: -80px !important; }
            .md-nmb80 { margin-bottom: -80px !important; }
            .md-p80 { padding: 80px !important; }
            .md-ptb80 { padding-top: 80px !important; padding-bottom: 80px !important; }
            .md-plr80 { padding-left: 80px !important; padding-right: 80px !important; }
            .md-pt80 { padding-top: 80px !important; }
            .md-pr80 { padding-right: 80px !important; }
            .md-pb80 { padding-bottom: 80px !important; }
            .md-pl80 { padding-left: 80px !important; }
        
            .md-m90 { margin: 90px !important; }
            .md-mtb90 { margin-top: 90px !important; margin-bottom: 90px !important; }
            .md-mlr90 { margin-left: 90px !important; margin-right: 90px !important; }
            .md-mt90 { margin-top: 90px !important; }
            .md-mr90 { margin-right: 90px !important; }
            .md-mb90 { margin-bottom: 90px !important; }
            .md-ml90 { margin-left: 90px !important; }
            .md-nmt90 { margin-top: -90px !important; }
            .md-nmb90 { margin-bottom: -90px !important; }
            .md-p90 { padding: 90px !important; }
            .md-ptb90 { padding-top: 90px !important; padding-bottom: 90px !important; }
            .md-plr90 { padding-left: 90px !important; padding-right: 90px !important; }
            .md-pt90 { padding-top: 90px !important; }
            .md-pr90 { padding-right: 90px !important; }
            .md-pb90 { padding-bottom: 90px !important; }
            .md-pl90 { padding-left: 90px !important; }
        
            .md-m100 { margin: 100px !important; }
            .md-mtb100 { margin-top: 100px !important; margin-bottom: 100px !important; }
            .md-mlr100 { margin-left: 100px !important; margin-right: 100px !important; }
            .md-mt100 { margin-top: 100px !important; }
            .md-mr100 { margin-right: 100px !important; }
            .md-mb100 { margin-bottom: 100px !important; }
            .md-ml100 { margin-left: 100px !important; }
            .md-nmt100 { margin-top: -100px !important; }
            .md-nmb100 { margin-bottom: -100px !important; }
            .md-p100 { padding: 100px !important; }
            .md-ptb100 { padding-top: 100px !important; padding-bottom: 100px !important; }
            .md-plr100 { padding-left: 100px !important; padding-right: 100px !important; }
            .md-pt100 { padding-top: 100px !important; }
            .md-pr100 { padding-right: 100px !important; }
            .md-pb100 { padding-bottom: 100px !important; }
            .md-pl100 { padding-left: 100px !important; }
        
            .md-m110 { margin: 110px !important; }
            .md-mtb110 { margin-top: 110px !important; margin-bottom: 110px !important; }
            .md-mlr110 { margin-left: 110px !important; margin-right: 110px !important; }
            .md-mt110 { margin-top: 110px !important; }
            .md-mr110 { margin-right: 110px !important; }
            .md-mb110 { margin-bottom: 110px !important; }
            .md-ml110 { margin-left: 110px !important; }
            .md-nmt110 { margin-top: -110px !important; }
            .md-nmb110 { margin-bottom: -110px !important; }
            .md-p110 { padding: 110px !important; }
            .md-ptb110 { padding-top: 110px !important; padding-bottom: 110px !important; }
            .md-plr110 { padding-left: 110px !important; padding-right: 110px !important; }
            .md-pt110 { padding-top: 110px !important; }
            .md-pr110 { padding-right: 110px !important; }
            .md-pb110 { padding-bottom: 110px !important; }
            .md-pl110 { padding-left: 110px !important; }
        
            .md-m120 { margin: 120px !important; }
            .md-mtb120 { margin-top: 120px !important; margin-bottom: 120px !important; }
            .md-mlr120 { margin-left: 120px !important; margin-right: 120px !important; }
            .md-mt120 { margin-top: 120px !important; }
            .md-mr120 { margin-right: 120px !important; }
            .md-mb120 { margin-bottom: 120px !important; }
            .md-ml120 { margin-left: 120px !important; }
            .md-nmt120 { margin-top: -120px !important; }
            .md-nmb120 { margin-bottom: -120px !important; }
            .md-p120 { padding: 120px !important; }
            .md-ptb120 { padding-top: 120px !important; padding-bottom: 120px !important; }
            .md-plr120 { padding-left: 120px !important; padding-right: 120px !important; }
            .md-pt120 { padding-top: 120px !important; }
            .md-pr120 { padding-right: 120px !important; }
            .md-pb120 { padding-bottom: 120px !important; }
            .md-pl120 { padding-left: 120px !important; }
        
            .md-m130 { margin: 130px !important; }
            .md-mtb130 { margin-top: 130px !important; margin-bottom: 130px !important; }
            .md-mlr130 { margin-left: 130px !important; margin-right: 130px !important; }
            .md-mt130 { margin-top: 130px !important; }
            .md-mr130 { margin-right: 130px !important; }
            .md-mb130 { margin-bottom: 130px !important; }
            .md-ml130 { margin-left: 130px !important; }
            .md-nmt130 { margin-top: -130px !important; }
            .md-nmb130 { margin-bottom: -130px !important; }
            .md-p130 { padding: 130px !important; }
            .md-ptb130 { padding-top: 130px !important; padding-bottom: 130px !important; }
            .md-plr130 { padding-left: 130px !important; padding-right: 130px !important; }
            .md-pt130 { padding-top: 130px !important; }
            .md-pr130 { padding-right: 130px !important; }
            .md-pb130 { padding-bottom: 130px !important; }
            .md-pl130 { padding-left: 130px !important; }
        
            .md-m140 { margin: 140px !important; }
            .md-mtb140 { margin-top: 140px !important; margin-bottom: 140px !important; }
            .md-mlr140 { margin-left: 140px !important; margin-right: 140px !important; }
            .md-mt140 { margin-top: 140px !important; }
            .md-mr140 { margin-right: 140px !important; }
            .md-mb140 { margin-bottom: 140px !important; }
            .md-ml140 { margin-left: 140px !important; }
            .md-nmt140 { margin-top: -140px !important; }
            .md-nmb140 { margin-bottom: -140px !important; }
            .md-p140 { padding: 140px !important; }
            .md-ptb140 { padding-top: 140px !important; padding-bottom: 140px !important; }
            .md-plr140 { padding-left: 140px !important; padding-right: 140px !important; }
            .md-pt140 { padding-top: 140px !important; }
            .md-pr140 { padding-right: 140px !important; }
            .md-pb140 { padding-bottom: 140px !important; }
            .md-pl140 { padding-left: 140px !important; }
        
            .md-m150 { margin: 150px !important; }
            .md-mtb150 { margin-top: 150px !important; margin-bottom: 150px !important; }
            .md-mlr150 { margin-left: 150px !important; margin-right: 150px !important; }
            .md-mt150 { margin-top: 150px !important; }
            .md-mr150 { margin-right: 150px !important; }
            .md-mb150 { margin-bottom: 150px !important; }
            .md-ml150 { margin-left: 150px !important; }
            .md-nmt150 { margin-top: -150px !important; }
            .md-nmb150 { margin-bottom: -150px !important; }
            .md-p150 { padding: 150px !important; }
            .md-ptb150 { padding-top: 150px !important; padding-bottom: 150px !important; }
            .md-plr150 { padding-left: 150px !important; padding-right: 150px !important; }
            .md-pt150 { padding-top: 150px !important; }
            .md-pr150 { padding-right: 150px !important; }
            .md-pb150 { padding-bottom: 150px !important; }
            .md-pl150 { padding-left: 150px !important; }
        
            .md-m200 { margin: 200px !important; }
            .md-mtb200 { margin-top: 200px !important; margin-bottom: 200px !important; }
            .md-mlr200 { margin-left: 200px !important; margin-right: 200px !important; }
            .md-mt200 { margin-top: 200px !important; }
            .md-mr200 { margin-right: 200px !important; }
            .md-mb200 { margin-bottom: 200px !important; }
            .md-ml200 { margin-left: 200px !important; }
            .md-nmt200 { margin-top: -200px !important; }
            .md-nmb200 { margin-bottom: -200px !important; }
            .md-p200 { padding: 200px !important; }
            .md-ptb200 { padding-top: 200px !important; padding-bottom: 200px !important; }
            .md-plr200 { padding-left: 200px !important; padding-right: 200px !important; }
            .md-pt200 { padding-top: 200px !important; }
            .md-pr200 { padding-right: 200px !important; }
            .md-pb200 { padding-bottom: 200px !important; }
            .md-pl200 { padding-left: 200px !important; }
        
            .md-m250 { margin: 250px !important; }
            .md-mtb250 { margin-top: 250px !important; margin-bottom: 250px !important; }
            .md-mlr250 { margin-left: 250px !important; margin-right: 250px !important; }
            .md-mt250 { margin-top: 250px !important; }
            .md-mr250 { margin-right: 250px !important; }
            .md-mb250 { margin-bottom: 250px !important; }
            .md-ml250 { margin-left: 250px !important; }
            .md-nmt250 { margin-top: -250px !important; }
            .md-nmb250 { margin-bottom: -250px !important; }
            .md-p250 { padding: 250px !important; }
            .md-ptb250 { padding-top: 250px !important; padding-bottom: 250px !important; }
            .md-plr250 { padding-left: 250px !important; padding-right: 250px !important; }
            .md-pt250 { padding-top: 250px !important; }
            .md-pr250 { padding-right: 250px !important; }
            .md-pb250 { padding-bottom: 250px !important; }
            .md-pl250 { padding-left: 250px !important; }
        
            .md-m300 { margin: 300px !important; }
            .md-mtb300 { margin-top: 300px !important; margin-bottom: 300px !important; }
            .md-mlr300 { margin-left: 300px !important; margin-right: 300px !important; }
            .md-mt300 { margin-top: 300px !important; }
            .md-mr300 { margin-right: 300px !important; }
            .md-mb300 { margin-bottom: 300px !important; }
            .md-ml300 { margin-left: 300px !important; }
            .md-nmt300 { margin-top: -300px !important; }
            .md-nmb300 { margin-bottom: -300px !important; }
            .md-p300 { padding: 300px !important; }
            .md-ptb300 { padding-top: 300px !important; padding-bottom: 300px !important; }
            .md-plr300 { padding-left: 300px !important; padding-right: 300px !important; }
            .md-pt300 { padding-top: 300px !important; }
            .md-pr300 { padding-right: 300px !important; }
            .md-pb300 { padding-bottom: 300px !important; }
            .md-pl300 { padding-left: 300px !important; }
        
            .md-m400 { margin: 400px !important; }
            .md-mtb400 { margin-top: 400px !important; margin-bottom: 400px !important; }
            .md-mlr400 { margin-left: 400px !important; margin-right: 400px !important; }
            .md-mt400 { margin-top: 400px !important; }
            .md-mr400 { margin-right: 400px !important; }
            .md-mb400 { margin-bottom: 400px !important; }
            .md-ml400 { margin-left: 400px !important; }
            .md-nmt400 { margin-top: -400px !important; }
            .md-nmb400 { margin-bottom: -400px !important; }
            .md-p400 { padding: 400px !important; }
            .md-ptb400 { padding-top: 400px !important; padding-bottom: 400px !important; }
            .md-plr400 { padding-left: 400px !important; padding-right: 400px !important; }
            .md-pt400 { padding-top: 400px !important; }
            .md-pr400 { padding-right: 400px !important; }
            .md-pb400 { padding-bottom: 400px !important; }
            .md-pl400 { padding-left: 400px !important; }
        
            .md-m500 { margin: 500px !important; }
            .md-mtb500 { margin-top: 500px !important; margin-bottom: 500px !important; }
            .md-mlr500 { margin-left: 500px !important; margin-right: 500px !important; }
            .md-mt500 { margin-top: 500px !important; }
            .md-mr500 { margin-right: 500px !important; }
            .md-mb500 { margin-bottom: 500px !important; }
            .md-ml500 { margin-left: 500px !important; }
            .md-nmt500 { margin-top: -500px !important; }
            .md-nmb500 { margin-bottom: -500px !important; }
            .md-p500 { padding: 500px !important; }
            .md-ptb500 { padding-top: 500px !important; padding-bottom: 500px !important; }
            .md-plr500 { padding-left: 500px !important; padding-right: 500px !important; }
            .md-pt500 { padding-top: 500px !important; }
            .md-pr500 { padding-right: 500px !important; }
            .md-pb500 { padding-bottom: 500px !important; }
            .md-pl500 { padding-left: 500px !important; }
        

        
        
            .md-hs0 h1,
            .md-hs0 h2,
            .md-hs0 h3,
            .md-hs0 h4,
            .md-hs0 h5,
            .md-hs0 h6 {
                margin-bottom: 0px !important;
            }
        
            .md-hs10 h1,
            .md-hs10 h2,
            .md-hs10 h3,
            .md-hs10 h4,
            .md-hs10 h5,
            .md-hs10 h6 {
                margin-bottom: 10px !important;
            }
        
            .md-hs20 h1,
            .md-hs20 h2,
            .md-hs20 h3,
            .md-hs20 h4,
            .md-hs20 h5,
            .md-hs20 h6 {
                margin-bottom: 20px !important;
            }
        
            .md-hs30 h1,
            .md-hs30 h2,
            .md-hs30 h3,
            .md-hs30 h4,
            .md-hs30 h5,
            .md-hs30 h6 {
                margin-bottom: 30px !important;
            }
        

        /* Width
           ================================================================== */

        
        
            .md-w100 { max-width: 100px !important; }
        
            .md-w150 { max-width: 150px !important; }
        
            .md-w200 { max-width: 200px !important; }
        
            .md-w250 { max-width: 250px !important; }
        
            .md-w300 { max-width: 300px !important; }
        
            .md-w350 { max-width: 350px !important; }
        
            .md-w400 { max-width: 400px !important; }
        
            .md-w450 { max-width: 450px !important; }
        
            .md-w500 { max-width: 500px !important; }
        
            .md-w550 { max-width: 550px !important; }
        
            .md-w600 { max-width: 600px !important; }
        
            .md-w650 { max-width: 650px !important; }
        
            .md-w700 { max-width: 700px !important; }
        
            .md-w750 { max-width: 750px !important; }
        
            .md-w800 { max-width: 800px !important; }
        
            .md-w850 { max-width: 850px !important; }
        
            .md-w900 { max-width: 900px !important; }
        
            .md-w950 { max-width: 950px !important; }
        
            .md-w1000 { max-width: 1000px !important; }
        
            .md-w1050 { max-width: 1050px !important; }
        
            .md-w1100 { max-width: 1100px !important; }
        
            .md-w1150 { max-width: 1150px !important; }
        
            .md-w1200 { max-width: 1200px !important; }
        
            .md-w1250 { max-width: 1250px !important; }
        
            .md-w1300 { max-width: 1300px !important; }
        
            .md-w1350 { max-width: 1350px !important; }
        
            .md-w1400 { max-width: 1400px !important; }
        
            .md-w1450 { max-width: 1450px !important; }
        
            .md-w1500 { max-width: 1500px !important; }
        
            .md-w1550 { max-width: 1550px !important; }
        
            .md-w1600 { max-width: 1600px !important; }
        
            .md-w1650 { max-width: 1650px !important; }
        
            .md-w1700 { max-width: 1700px !important; }
        
            .md-w1750 { max-width: 1750px !important; }
        
            .md-w1800 { max-width: 1800px !important; }
        
            .md-w1850 { max-width: 1850px !important; }
        
            .md-w1900 { max-width: 1900px !important; }
        
            .md-w1950 { max-width: 1950px !important; }
        
            .md-w2000 { max-width: 2000px !important; }
        
        .md-wa { max-width: none !important; }


        /* Full VH
           ================================================================== */
        
        .md-reset-full-vh {
            min-height: 0 !important;
        }


        /* Background
           ================================================================== */

        /**
         * Background Position
         */

        .md-bg-left-top      { background-position: left top !important; }
        .md-bg-left-center   { background-position: left center !important; }
        .md-bg-left-bottom   { background-position: left bottom !important; }
        .md-bg-center-top    { background-position: center top !important; }
        .md-bg-center-center { background-position: center center !important; }
        .md-bg-center-bottom { background-position: center bottom !important; }
        .md-bg-right-top     { background-position: right top !important; }
        .md-bg-right-center  { background-position: right center !important; }
        .md-bg-right-bottom  { background-position: right bottom !important; }

        /**
         * Background Repeat
         */

        .md-bg-repeat    { background-repeat: repeat !important; }
        .md-bg-no-repeat { background-repeat: no-repeat !important; }
        .md-bg-repeat-x  { background-repeat: repeat-x !important; }
        .md-bg-repeat-y  { background-repeat: repeat-y !important; }

        /**
         * Background Attachment
         */

        .md-bg-scroll { background-attachment: scroll !important; }
        .md-bg-fixed  { background-attachment: fixed !important; }

        /**
         * Background Size
         */

        .md-bg-cover       { background-size: cover !important; }
        .md-bg-stretch     { background-size: 100% 100% !important; }
        .md-bg-full-width  { background-size: 100% auto !important; }
        .md-bg-full-height { background-size: auto 100% !important; }
        .md-bg-auto        { background-size: auto auto !important; }

        /**
         * Forms
         */

        .md-form-title-left h3.form-title   { text-align: left; }
        .md-form-title-center h3.form-title { text-align: center; }
        .md-form-title-right h3.form-title  { text-align: right; }

        .md-form-button-full .hs-button {
            display: block;
        }

        /* Radius
           ========================================================================== */
        
        
            .md-radius { border-radius: 6px; }
            .md-radius-top { border-top-left-radius: 6px; border-top-right-radius: 6px; }
            .md-radius-top-left { border-top-left-radius: 6px; }
            .md-radius-top-right { border-top-right-radius: 6px; }
            .md-radius-bottom { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
            .md-radius-bottom-left { border-bottom-left-radius: 6px; }
            .md-radius-bottom-right { border-bottom-right-radius: 6px; }
            .md-radius-left { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
            .md-radius-right { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
        

        .md-radius-0 { border-radius: 0; }
        .md-radius-top-0 { border-top-left-radius: 0; border-top-right-radius: 0; }
        .md-radius-top-left-0 { border-top-left-radius: 0; }
        .md-radius-top-right-0 { border-top-right-radius: 0; }
        .md-radius-bottom-0 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
        .md-radius-bottom-left-0 { border-bottom-left-radius: 0; }
        .md-radius-bottom-right-0 { border-bottom-right-radius: 0; }
        .md-radius-left-0 { border-top-left-radius: 0; border-bottom-left-radius: 0; }
        .md-radius-right-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; }

    
        }/* <- close media query */
    


    
        @media (max-width: 767px) {/* <- open media query */
    

        /* Visibility
           ================================================================== */

        .sm-hidden {
            display: none !important;
            visibility: visible;
        }

        .sm-visible {
            display: block !important;
        }

        /* Text Align
           ================================================================== */

        .sm-tl { text-align: left    !important; }
        .sm-tc { text-align: center  !important; }
        .sm-tr { text-align: right   !important; }
        .sm-tj { text-align: justify !important; }

        /* Float
           ================================================================== */

        .sm-fl { float: left  !important; }
        .sm-fr { float: right !important; }
        .sm-fn { float: none  !important; }

        /* Margin and padding
           ================================================================== */

        .sm-ma  { margin: auto !important; }
        .sm-mtba { margin-top: auto !important; margin-bottom: auto !important; }
        .sm-mlra { margin-left: auto !important; margin-right: auto !important; float: none !important; }
        .sm-mta { margin-top: auto !important; }
        .sm-mra { margin-right: auto !important; }
        .sm-mba { margin-bottom: auto !important; }
        .sm-mla { margin-left: auto !important; }

        
        
        
            .sm-m0 { margin: 0px !important; }
            .sm-mtb0 { margin-top: 0px !important; margin-bottom: 0px !important; }
            .sm-mlr0 { margin-left: 0px !important; margin-right: 0px !important; }
            .sm-mt0 { margin-top: 0px !important; }
            .sm-mr0 { margin-right: 0px !important; }
            .sm-mb0 { margin-bottom: 0px !important; }
            .sm-ml0 { margin-left: 0px !important; }
            .sm-nmt0 { margin-top: -0px !important; }
            .sm-nmb0 { margin-bottom: -0px !important; }
            .sm-p0 { padding: 0px !important; }
            .sm-ptb0 { padding-top: 0px !important; padding-bottom: 0px !important; }
            .sm-plr0 { padding-left: 0px !important; padding-right: 0px !important; }
            .sm-pt0 { padding-top: 0px !important; }
            .sm-pr0 { padding-right: 0px !important; }
            .sm-pb0 { padding-bottom: 0px !important; }
            .sm-pl0 { padding-left: 0px !important; }
        
            .sm-m5 { margin: 5px !important; }
            .sm-mtb5 { margin-top: 5px !important; margin-bottom: 5px !important; }
            .sm-mlr5 { margin-left: 5px !important; margin-right: 5px !important; }
            .sm-mt5 { margin-top: 5px !important; }
            .sm-mr5 { margin-right: 5px !important; }
            .sm-mb5 { margin-bottom: 5px !important; }
            .sm-ml5 { margin-left: 5px !important; }
            .sm-nmt5 { margin-top: -5px !important; }
            .sm-nmb5 { margin-bottom: -5px !important; }
            .sm-p5 { padding: 5px !important; }
            .sm-ptb5 { padding-top: 5px !important; padding-bottom: 5px !important; }
            .sm-plr5 { padding-left: 5px !important; padding-right: 5px !important; }
            .sm-pt5 { padding-top: 5px !important; }
            .sm-pr5 { padding-right: 5px !important; }
            .sm-pb5 { padding-bottom: 5px !important; }
            .sm-pl5 { padding-left: 5px !important; }
        
            .sm-m10 { margin: 10px !important; }
            .sm-mtb10 { margin-top: 10px !important; margin-bottom: 10px !important; }
            .sm-mlr10 { margin-left: 10px !important; margin-right: 10px !important; }
            .sm-mt10 { margin-top: 10px !important; }
            .sm-mr10 { margin-right: 10px !important; }
            .sm-mb10 { margin-bottom: 10px !important; }
            .sm-ml10 { margin-left: 10px !important; }
            .sm-nmt10 { margin-top: -10px !important; }
            .sm-nmb10 { margin-bottom: -10px !important; }
            .sm-p10 { padding: 10px !important; }
            .sm-ptb10 { padding-top: 10px !important; padding-bottom: 10px !important; }
            .sm-plr10 { padding-left: 10px !important; padding-right: 10px !important; }
            .sm-pt10 { padding-top: 10px !important; }
            .sm-pr10 { padding-right: 10px !important; }
            .sm-pb10 { padding-bottom: 10px !important; }
            .sm-pl10 { padding-left: 10px !important; }
        
            .sm-m15 { margin: 15px !important; }
            .sm-mtb15 { margin-top: 15px !important; margin-bottom: 15px !important; }
            .sm-mlr15 { margin-left: 15px !important; margin-right: 15px !important; }
            .sm-mt15 { margin-top: 15px !important; }
            .sm-mr15 { margin-right: 15px !important; }
            .sm-mb15 { margin-bottom: 15px !important; }
            .sm-ml15 { margin-left: 15px !important; }
            .sm-nmt15 { margin-top: -15px !important; }
            .sm-nmb15 { margin-bottom: -15px !important; }
            .sm-p15 { padding: 15px !important; }
            .sm-ptb15 { padding-top: 15px !important; padding-bottom: 15px !important; }
            .sm-plr15 { padding-left: 15px !important; padding-right: 15px !important; }
            .sm-pt15 { padding-top: 15px !important; }
            .sm-pr15 { padding-right: 15px !important; }
            .sm-pb15 { padding-bottom: 15px !important; }
            .sm-pl15 { padding-left: 15px !important; }
        
            .sm-m20 { margin: 20px !important; }
            .sm-mtb20 { margin-top: 20px !important; margin-bottom: 20px !important; }
            .sm-mlr20 { margin-left: 20px !important; margin-right: 20px !important; }
            .sm-mt20 { margin-top: 20px !important; }
            .sm-mr20 { margin-right: 20px !important; }
            .sm-mb20 { margin-bottom: 20px !important; }
            .sm-ml20 { margin-left: 20px !important; }
            .sm-nmt20 { margin-top: -20px !important; }
            .sm-nmb20 { margin-bottom: -20px !important; }
            .sm-p20 { padding: 20px !important; }
            .sm-ptb20 { padding-top: 20px !important; padding-bottom: 20px !important; }
            .sm-plr20 { padding-left: 20px !important; padding-right: 20px !important; }
            .sm-pt20 { padding-top: 20px !important; }
            .sm-pr20 { padding-right: 20px !important; }
            .sm-pb20 { padding-bottom: 20px !important; }
            .sm-pl20 { padding-left: 20px !important; }
        
            .sm-m30 { margin: 30px !important; }
            .sm-mtb30 { margin-top: 30px !important; margin-bottom: 30px !important; }
            .sm-mlr30 { margin-left: 30px !important; margin-right: 30px !important; }
            .sm-mt30 { margin-top: 30px !important; }
            .sm-mr30 { margin-right: 30px !important; }
            .sm-mb30 { margin-bottom: 30px !important; }
            .sm-ml30 { margin-left: 30px !important; }
            .sm-nmt30 { margin-top: -30px !important; }
            .sm-nmb30 { margin-bottom: -30px !important; }
            .sm-p30 { padding: 30px !important; }
            .sm-ptb30 { padding-top: 30px !important; padding-bottom: 30px !important; }
            .sm-plr30 { padding-left: 30px !important; padding-right: 30px !important; }
            .sm-pt30 { padding-top: 30px !important; }
            .sm-pr30 { padding-right: 30px !important; }
            .sm-pb30 { padding-bottom: 30px !important; }
            .sm-pl30 { padding-left: 30px !important; }
        
            .sm-m40 { margin: 40px !important; }
            .sm-mtb40 { margin-top: 40px !important; margin-bottom: 40px !important; }
            .sm-mlr40 { margin-left: 40px !important; margin-right: 40px !important; }
            .sm-mt40 { margin-top: 40px !important; }
            .sm-mr40 { margin-right: 40px !important; }
            .sm-mb40 { margin-bottom: 40px !important; }
            .sm-ml40 { margin-left: 40px !important; }
            .sm-nmt40 { margin-top: -40px !important; }
            .sm-nmb40 { margin-bottom: -40px !important; }
            .sm-p40 { padding: 40px !important; }
            .sm-ptb40 { padding-top: 40px !important; padding-bottom: 40px !important; }
            .sm-plr40 { padding-left: 40px !important; padding-right: 40px !important; }
            .sm-pt40 { padding-top: 40px !important; }
            .sm-pr40 { padding-right: 40px !important; }
            .sm-pb40 { padding-bottom: 40px !important; }
            .sm-pl40 { padding-left: 40px !important; }
        
            .sm-m50 { margin: 50px !important; }
            .sm-mtb50 { margin-top: 50px !important; margin-bottom: 50px !important; }
            .sm-mlr50 { margin-left: 50px !important; margin-right: 50px !important; }
            .sm-mt50 { margin-top: 50px !important; }
            .sm-mr50 { margin-right: 50px !important; }
            .sm-mb50 { margin-bottom: 50px !important; }
            .sm-ml50 { margin-left: 50px !important; }
            .sm-nmt50 { margin-top: -50px !important; }
            .sm-nmb50 { margin-bottom: -50px !important; }
            .sm-p50 { padding: 50px !important; }
            .sm-ptb50 { padding-top: 50px !important; padding-bottom: 50px !important; }
            .sm-plr50 { padding-left: 50px !important; padding-right: 50px !important; }
            .sm-pt50 { padding-top: 50px !important; }
            .sm-pr50 { padding-right: 50px !important; }
            .sm-pb50 { padding-bottom: 50px !important; }
            .sm-pl50 { padding-left: 50px !important; }
        
            .sm-m60 { margin: 60px !important; }
            .sm-mtb60 { margin-top: 60px !important; margin-bottom: 60px !important; }
            .sm-mlr60 { margin-left: 60px !important; margin-right: 60px !important; }
            .sm-mt60 { margin-top: 60px !important; }
            .sm-mr60 { margin-right: 60px !important; }
            .sm-mb60 { margin-bottom: 60px !important; }
            .sm-ml60 { margin-left: 60px !important; }
            .sm-nmt60 { margin-top: -60px !important; }
            .sm-nmb60 { margin-bottom: -60px !important; }
            .sm-p60 { padding: 60px !important; }
            .sm-ptb60 { padding-top: 60px !important; padding-bottom: 60px !important; }
            .sm-plr60 { padding-left: 60px !important; padding-right: 60px !important; }
            .sm-pt60 { padding-top: 60px !important; }
            .sm-pr60 { padding-right: 60px !important; }
            .sm-pb60 { padding-bottom: 60px !important; }
            .sm-pl60 { padding-left: 60px !important; }
        
            .sm-m70 { margin: 70px !important; }
            .sm-mtb70 { margin-top: 70px !important; margin-bottom: 70px !important; }
            .sm-mlr70 { margin-left: 70px !important; margin-right: 70px !important; }
            .sm-mt70 { margin-top: 70px !important; }
            .sm-mr70 { margin-right: 70px !important; }
            .sm-mb70 { margin-bottom: 70px !important; }
            .sm-ml70 { margin-left: 70px !important; }
            .sm-nmt70 { margin-top: -70px !important; }
            .sm-nmb70 { margin-bottom: -70px !important; }
            .sm-p70 { padding: 70px !important; }
            .sm-ptb70 { padding-top: 70px !important; padding-bottom: 70px !important; }
            .sm-plr70 { padding-left: 70px !important; padding-right: 70px !important; }
            .sm-pt70 { padding-top: 70px !important; }
            .sm-pr70 { padding-right: 70px !important; }
            .sm-pb70 { padding-bottom: 70px !important; }
            .sm-pl70 { padding-left: 70px !important; }
        
            .sm-m80 { margin: 80px !important; }
            .sm-mtb80 { margin-top: 80px !important; margin-bottom: 80px !important; }
            .sm-mlr80 { margin-left: 80px !important; margin-right: 80px !important; }
            .sm-mt80 { margin-top: 80px !important; }
            .sm-mr80 { margin-right: 80px !important; }
            .sm-mb80 { margin-bottom: 80px !important; }
            .sm-ml80 { margin-left: 80px !important; }
            .sm-nmt80 { margin-top: -80px !important; }
            .sm-nmb80 { margin-bottom: -80px !important; }
            .sm-p80 { padding: 80px !important; }
            .sm-ptb80 { padding-top: 80px !important; padding-bottom: 80px !important; }
            .sm-plr80 { padding-left: 80px !important; padding-right: 80px !important; }
            .sm-pt80 { padding-top: 80px !important; }
            .sm-pr80 { padding-right: 80px !important; }
            .sm-pb80 { padding-bottom: 80px !important; }
            .sm-pl80 { padding-left: 80px !important; }
        
            .sm-m90 { margin: 90px !important; }
            .sm-mtb90 { margin-top: 90px !important; margin-bottom: 90px !important; }
            .sm-mlr90 { margin-left: 90px !important; margin-right: 90px !important; }
            .sm-mt90 { margin-top: 90px !important; }
            .sm-mr90 { margin-right: 90px !important; }
            .sm-mb90 { margin-bottom: 90px !important; }
            .sm-ml90 { margin-left: 90px !important; }
            .sm-nmt90 { margin-top: -90px !important; }
            .sm-nmb90 { margin-bottom: -90px !important; }
            .sm-p90 { padding: 90px !important; }
            .sm-ptb90 { padding-top: 90px !important; padding-bottom: 90px !important; }
            .sm-plr90 { padding-left: 90px !important; padding-right: 90px !important; }
            .sm-pt90 { padding-top: 90px !important; }
            .sm-pr90 { padding-right: 90px !important; }
            .sm-pb90 { padding-bottom: 90px !important; }
            .sm-pl90 { padding-left: 90px !important; }
        
            .sm-m100 { margin: 100px !important; }
            .sm-mtb100 { margin-top: 100px !important; margin-bottom: 100px !important; }
            .sm-mlr100 { margin-left: 100px !important; margin-right: 100px !important; }
            .sm-mt100 { margin-top: 100px !important; }
            .sm-mr100 { margin-right: 100px !important; }
            .sm-mb100 { margin-bottom: 100px !important; }
            .sm-ml100 { margin-left: 100px !important; }
            .sm-nmt100 { margin-top: -100px !important; }
            .sm-nmb100 { margin-bottom: -100px !important; }
            .sm-p100 { padding: 100px !important; }
            .sm-ptb100 { padding-top: 100px !important; padding-bottom: 100px !important; }
            .sm-plr100 { padding-left: 100px !important; padding-right: 100px !important; }
            .sm-pt100 { padding-top: 100px !important; }
            .sm-pr100 { padding-right: 100px !important; }
            .sm-pb100 { padding-bottom: 100px !important; }
            .sm-pl100 { padding-left: 100px !important; }
        
            .sm-m110 { margin: 110px !important; }
            .sm-mtb110 { margin-top: 110px !important; margin-bottom: 110px !important; }
            .sm-mlr110 { margin-left: 110px !important; margin-right: 110px !important; }
            .sm-mt110 { margin-top: 110px !important; }
            .sm-mr110 { margin-right: 110px !important; }
            .sm-mb110 { margin-bottom: 110px !important; }
            .sm-ml110 { margin-left: 110px !important; }
            .sm-nmt110 { margin-top: -110px !important; }
            .sm-nmb110 { margin-bottom: -110px !important; }
            .sm-p110 { padding: 110px !important; }
            .sm-ptb110 { padding-top: 110px !important; padding-bottom: 110px !important; }
            .sm-plr110 { padding-left: 110px !important; padding-right: 110px !important; }
            .sm-pt110 { padding-top: 110px !important; }
            .sm-pr110 { padding-right: 110px !important; }
            .sm-pb110 { padding-bottom: 110px !important; }
            .sm-pl110 { padding-left: 110px !important; }
        
            .sm-m120 { margin: 120px !important; }
            .sm-mtb120 { margin-top: 120px !important; margin-bottom: 120px !important; }
            .sm-mlr120 { margin-left: 120px !important; margin-right: 120px !important; }
            .sm-mt120 { margin-top: 120px !important; }
            .sm-mr120 { margin-right: 120px !important; }
            .sm-mb120 { margin-bottom: 120px !important; }
            .sm-ml120 { margin-left: 120px !important; }
            .sm-nmt120 { margin-top: -120px !important; }
            .sm-nmb120 { margin-bottom: -120px !important; }
            .sm-p120 { padding: 120px !important; }
            .sm-ptb120 { padding-top: 120px !important; padding-bottom: 120px !important; }
            .sm-plr120 { padding-left: 120px !important; padding-right: 120px !important; }
            .sm-pt120 { padding-top: 120px !important; }
            .sm-pr120 { padding-right: 120px !important; }
            .sm-pb120 { padding-bottom: 120px !important; }
            .sm-pl120 { padding-left: 120px !important; }
        
            .sm-m130 { margin: 130px !important; }
            .sm-mtb130 { margin-top: 130px !important; margin-bottom: 130px !important; }
            .sm-mlr130 { margin-left: 130px !important; margin-right: 130px !important; }
            .sm-mt130 { margin-top: 130px !important; }
            .sm-mr130 { margin-right: 130px !important; }
            .sm-mb130 { margin-bottom: 130px !important; }
            .sm-ml130 { margin-left: 130px !important; }
            .sm-nmt130 { margin-top: -130px !important; }
            .sm-nmb130 { margin-bottom: -130px !important; }
            .sm-p130 { padding: 130px !important; }
            .sm-ptb130 { padding-top: 130px !important; padding-bottom: 130px !important; }
            .sm-plr130 { padding-left: 130px !important; padding-right: 130px !important; }
            .sm-pt130 { padding-top: 130px !important; }
            .sm-pr130 { padding-right: 130px !important; }
            .sm-pb130 { padding-bottom: 130px !important; }
            .sm-pl130 { padding-left: 130px !important; }
        
            .sm-m140 { margin: 140px !important; }
            .sm-mtb140 { margin-top: 140px !important; margin-bottom: 140px !important; }
            .sm-mlr140 { margin-left: 140px !important; margin-right: 140px !important; }
            .sm-mt140 { margin-top: 140px !important; }
            .sm-mr140 { margin-right: 140px !important; }
            .sm-mb140 { margin-bottom: 140px !important; }
            .sm-ml140 { margin-left: 140px !important; }
            .sm-nmt140 { margin-top: -140px !important; }
            .sm-nmb140 { margin-bottom: -140px !important; }
            .sm-p140 { padding: 140px !important; }
            .sm-ptb140 { padding-top: 140px !important; padding-bottom: 140px !important; }
            .sm-plr140 { padding-left: 140px !important; padding-right: 140px !important; }
            .sm-pt140 { padding-top: 140px !important; }
            .sm-pr140 { padding-right: 140px !important; }
            .sm-pb140 { padding-bottom: 140px !important; }
            .sm-pl140 { padding-left: 140px !important; }
        
            .sm-m150 { margin: 150px !important; }
            .sm-mtb150 { margin-top: 150px !important; margin-bottom: 150px !important; }
            .sm-mlr150 { margin-left: 150px !important; margin-right: 150px !important; }
            .sm-mt150 { margin-top: 150px !important; }
            .sm-mr150 { margin-right: 150px !important; }
            .sm-mb150 { margin-bottom: 150px !important; }
            .sm-ml150 { margin-left: 150px !important; }
            .sm-nmt150 { margin-top: -150px !important; }
            .sm-nmb150 { margin-bottom: -150px !important; }
            .sm-p150 { padding: 150px !important; }
            .sm-ptb150 { padding-top: 150px !important; padding-bottom: 150px !important; }
            .sm-plr150 { padding-left: 150px !important; padding-right: 150px !important; }
            .sm-pt150 { padding-top: 150px !important; }
            .sm-pr150 { padding-right: 150px !important; }
            .sm-pb150 { padding-bottom: 150px !important; }
            .sm-pl150 { padding-left: 150px !important; }
        
            .sm-m200 { margin: 200px !important; }
            .sm-mtb200 { margin-top: 200px !important; margin-bottom: 200px !important; }
            .sm-mlr200 { margin-left: 200px !important; margin-right: 200px !important; }
            .sm-mt200 { margin-top: 200px !important; }
            .sm-mr200 { margin-right: 200px !important; }
            .sm-mb200 { margin-bottom: 200px !important; }
            .sm-ml200 { margin-left: 200px !important; }
            .sm-nmt200 { margin-top: -200px !important; }
            .sm-nmb200 { margin-bottom: -200px !important; }
            .sm-p200 { padding: 200px !important; }
            .sm-ptb200 { padding-top: 200px !important; padding-bottom: 200px !important; }
            .sm-plr200 { padding-left: 200px !important; padding-right: 200px !important; }
            .sm-pt200 { padding-top: 200px !important; }
            .sm-pr200 { padding-right: 200px !important; }
            .sm-pb200 { padding-bottom: 200px !important; }
            .sm-pl200 { padding-left: 200px !important; }
        
            .sm-m250 { margin: 250px !important; }
            .sm-mtb250 { margin-top: 250px !important; margin-bottom: 250px !important; }
            .sm-mlr250 { margin-left: 250px !important; margin-right: 250px !important; }
            .sm-mt250 { margin-top: 250px !important; }
            .sm-mr250 { margin-right: 250px !important; }
            .sm-mb250 { margin-bottom: 250px !important; }
            .sm-ml250 { margin-left: 250px !important; }
            .sm-nmt250 { margin-top: -250px !important; }
            .sm-nmb250 { margin-bottom: -250px !important; }
            .sm-p250 { padding: 250px !important; }
            .sm-ptb250 { padding-top: 250px !important; padding-bottom: 250px !important; }
            .sm-plr250 { padding-left: 250px !important; padding-right: 250px !important; }
            .sm-pt250 { padding-top: 250px !important; }
            .sm-pr250 { padding-right: 250px !important; }
            .sm-pb250 { padding-bottom: 250px !important; }
            .sm-pl250 { padding-left: 250px !important; }
        
            .sm-m300 { margin: 300px !important; }
            .sm-mtb300 { margin-top: 300px !important; margin-bottom: 300px !important; }
            .sm-mlr300 { margin-left: 300px !important; margin-right: 300px !important; }
            .sm-mt300 { margin-top: 300px !important; }
            .sm-mr300 { margin-right: 300px !important; }
            .sm-mb300 { margin-bottom: 300px !important; }
            .sm-ml300 { margin-left: 300px !important; }
            .sm-nmt300 { margin-top: -300px !important; }
            .sm-nmb300 { margin-bottom: -300px !important; }
            .sm-p300 { padding: 300px !important; }
            .sm-ptb300 { padding-top: 300px !important; padding-bottom: 300px !important; }
            .sm-plr300 { padding-left: 300px !important; padding-right: 300px !important; }
            .sm-pt300 { padding-top: 300px !important; }
            .sm-pr300 { padding-right: 300px !important; }
            .sm-pb300 { padding-bottom: 300px !important; }
            .sm-pl300 { padding-left: 300px !important; }
        
            .sm-m400 { margin: 400px !important; }
            .sm-mtb400 { margin-top: 400px !important; margin-bottom: 400px !important; }
            .sm-mlr400 { margin-left: 400px !important; margin-right: 400px !important; }
            .sm-mt400 { margin-top: 400px !important; }
            .sm-mr400 { margin-right: 400px !important; }
            .sm-mb400 { margin-bottom: 400px !important; }
            .sm-ml400 { margin-left: 400px !important; }
            .sm-nmt400 { margin-top: -400px !important; }
            .sm-nmb400 { margin-bottom: -400px !important; }
            .sm-p400 { padding: 400px !important; }
            .sm-ptb400 { padding-top: 400px !important; padding-bottom: 400px !important; }
            .sm-plr400 { padding-left: 400px !important; padding-right: 400px !important; }
            .sm-pt400 { padding-top: 400px !important; }
            .sm-pr400 { padding-right: 400px !important; }
            .sm-pb400 { padding-bottom: 400px !important; }
            .sm-pl400 { padding-left: 400px !important; }
        
            .sm-m500 { margin: 500px !important; }
            .sm-mtb500 { margin-top: 500px !important; margin-bottom: 500px !important; }
            .sm-mlr500 { margin-left: 500px !important; margin-right: 500px !important; }
            .sm-mt500 { margin-top: 500px !important; }
            .sm-mr500 { margin-right: 500px !important; }
            .sm-mb500 { margin-bottom: 500px !important; }
            .sm-ml500 { margin-left: 500px !important; }
            .sm-nmt500 { margin-top: -500px !important; }
            .sm-nmb500 { margin-bottom: -500px !important; }
            .sm-p500 { padding: 500px !important; }
            .sm-ptb500 { padding-top: 500px !important; padding-bottom: 500px !important; }
            .sm-plr500 { padding-left: 500px !important; padding-right: 500px !important; }
            .sm-pt500 { padding-top: 500px !important; }
            .sm-pr500 { padding-right: 500px !important; }
            .sm-pb500 { padding-bottom: 500px !important; }
            .sm-pl500 { padding-left: 500px !important; }
        

        
        
            .sm-hs0 h1,
            .sm-hs0 h2,
            .sm-hs0 h3,
            .sm-hs0 h4,
            .sm-hs0 h5,
            .sm-hs0 h6 {
                margin-bottom: 0px !important;
            }
        
            .sm-hs10 h1,
            .sm-hs10 h2,
            .sm-hs10 h3,
            .sm-hs10 h4,
            .sm-hs10 h5,
            .sm-hs10 h6 {
                margin-bottom: 10px !important;
            }
        
            .sm-hs20 h1,
            .sm-hs20 h2,
            .sm-hs20 h3,
            .sm-hs20 h4,
            .sm-hs20 h5,
            .sm-hs20 h6 {
                margin-bottom: 20px !important;
            }
        
            .sm-hs30 h1,
            .sm-hs30 h2,
            .sm-hs30 h3,
            .sm-hs30 h4,
            .sm-hs30 h5,
            .sm-hs30 h6 {
                margin-bottom: 30px !important;
            }
        

        /* Width
           ================================================================== */

        
        
            .sm-w100 { max-width: 100px !important; }
        
            .sm-w150 { max-width: 150px !important; }
        
            .sm-w200 { max-width: 200px !important; }
        
            .sm-w250 { max-width: 250px !important; }
        
            .sm-w300 { max-width: 300px !important; }
        
            .sm-w350 { max-width: 350px !important; }
        
            .sm-w400 { max-width: 400px !important; }
        
            .sm-w450 { max-width: 450px !important; }
        
            .sm-w500 { max-width: 500px !important; }
        
            .sm-w550 { max-width: 550px !important; }
        
            .sm-w600 { max-width: 600px !important; }
        
            .sm-w650 { max-width: 650px !important; }
        
            .sm-w700 { max-width: 700px !important; }
        
            .sm-w750 { max-width: 750px !important; }
        
            .sm-w800 { max-width: 800px !important; }
        
            .sm-w850 { max-width: 850px !important; }
        
            .sm-w900 { max-width: 900px !important; }
        
            .sm-w950 { max-width: 950px !important; }
        
            .sm-w1000 { max-width: 1000px !important; }
        
            .sm-w1050 { max-width: 1050px !important; }
        
            .sm-w1100 { max-width: 1100px !important; }
        
            .sm-w1150 { max-width: 1150px !important; }
        
            .sm-w1200 { max-width: 1200px !important; }
        
            .sm-w1250 { max-width: 1250px !important; }
        
            .sm-w1300 { max-width: 1300px !important; }
        
            .sm-w1350 { max-width: 1350px !important; }
        
            .sm-w1400 { max-width: 1400px !important; }
        
            .sm-w1450 { max-width: 1450px !important; }
        
            .sm-w1500 { max-width: 1500px !important; }
        
            .sm-w1550 { max-width: 1550px !important; }
        
            .sm-w1600 { max-width: 1600px !important; }
        
            .sm-w1650 { max-width: 1650px !important; }
        
            .sm-w1700 { max-width: 1700px !important; }
        
            .sm-w1750 { max-width: 1750px !important; }
        
            .sm-w1800 { max-width: 1800px !important; }
        
            .sm-w1850 { max-width: 1850px !important; }
        
            .sm-w1900 { max-width: 1900px !important; }
        
            .sm-w1950 { max-width: 1950px !important; }
        
            .sm-w2000 { max-width: 2000px !important; }
        
        .sm-wa { max-width: none !important; }


        /* Full VH
           ================================================================== */
        
        .sm-reset-full-vh {
            min-height: 0 !important;
        }


        /* Background
           ================================================================== */

        /**
         * Background Position
         */

        .sm-bg-left-top      { background-position: left top !important; }
        .sm-bg-left-center   { background-position: left center !important; }
        .sm-bg-left-bottom   { background-position: left bottom !important; }
        .sm-bg-center-top    { background-position: center top !important; }
        .sm-bg-center-center { background-position: center center !important; }
        .sm-bg-center-bottom { background-position: center bottom !important; }
        .sm-bg-right-top     { background-position: right top !important; }
        .sm-bg-right-center  { background-position: right center !important; }
        .sm-bg-right-bottom  { background-position: right bottom !important; }

        /**
         * Background Repeat
         */

        .sm-bg-repeat    { background-repeat: repeat !important; }
        .sm-bg-no-repeat { background-repeat: no-repeat !important; }
        .sm-bg-repeat-x  { background-repeat: repeat-x !important; }
        .sm-bg-repeat-y  { background-repeat: repeat-y !important; }

        /**
         * Background Attachment
         */

        .sm-bg-scroll { background-attachment: scroll !important; }
        .sm-bg-fixed  { background-attachment: fixed !important; }

        /**
         * Background Size
         */

        .sm-bg-cover       { background-size: cover !important; }
        .sm-bg-stretch     { background-size: 100% 100% !important; }
        .sm-bg-full-width  { background-size: 100% auto !important; }
        .sm-bg-full-height { background-size: auto 100% !important; }
        .sm-bg-auto        { background-size: auto auto !important; }

        /**
         * Forms
         */

        .sm-form-title-left h3.form-title   { text-align: left; }
        .sm-form-title-center h3.form-title { text-align: center; }
        .sm-form-title-right h3.form-title  { text-align: right; }

        .sm-form-button-full .hs-button {
            display: block;
        }

        /* Radius
           ========================================================================== */
        
        
            .sm-radius { border-radius: 6px; }
            .sm-radius-top { border-top-left-radius: 6px; border-top-right-radius: 6px; }
            .sm-radius-top-left { border-top-left-radius: 6px; }
            .sm-radius-top-right { border-top-right-radius: 6px; }
            .sm-radius-bottom { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
            .sm-radius-bottom-left { border-bottom-left-radius: 6px; }
            .sm-radius-bottom-right { border-bottom-right-radius: 6px; }
            .sm-radius-left { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
            .sm-radius-right { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
        

        .sm-radius-0 { border-radius: 0; }
        .sm-radius-top-0 { border-top-left-radius: 0; border-top-right-radius: 0; }
        .sm-radius-top-left-0 { border-top-left-radius: 0; }
        .sm-radius-top-right-0 { border-top-right-radius: 0; }
        .sm-radius-bottom-0 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
        .sm-radius-bottom-left-0 { border-bottom-left-radius: 0; }
        .sm-radius-bottom-right-0 { border-bottom-right-radius: 0; }
        .sm-radius-left-0 { border-top-left-radius: 0; border-bottom-left-radius: 0; }
        .sm-radius-right-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; }

    
        }/* <- close media query */
    


    
        @media (max-width: 479px) {/* <- open media query */
    

        /* Visibility
           ================================================================== */

        .xs-hidden {
            display: none !important;
            visibility: visible;
        }

        .xs-visible {
            display: block !important;
        }

        /* Text Align
           ================================================================== */

        .xs-tl { text-align: left    !important; }
        .xs-tc { text-align: center  !important; }
        .xs-tr { text-align: right   !important; }
        .xs-tj { text-align: justify !important; }

        /* Float
           ================================================================== */

        .xs-fl { float: left  !important; }
        .xs-fr { float: right !important; }
        .xs-fn { float: none  !important; }

        /* Margin and padding
           ================================================================== */

        .xs-ma  { margin: auto !important; }
        .xs-mtba { margin-top: auto !important; margin-bottom: auto !important; }
        .xs-mlra { margin-left: auto !important; margin-right: auto !important; float: none !important; }
        .xs-mta { margin-top: auto !important; }
        .xs-mra { margin-right: auto !important; }
        .xs-mba { margin-bottom: auto !important; }
        .xs-mla { margin-left: auto !important; }

        
        
        
            .xs-m0 { margin: 0px !important; }
            .xs-mtb0 { margin-top: 0px !important; margin-bottom: 0px !important; }
            .xs-mlr0 { margin-left: 0px !important; margin-right: 0px !important; }
            .xs-mt0 { margin-top: 0px !important; }
            .xs-mr0 { margin-right: 0px !important; }
            .xs-mb0 { margin-bottom: 0px !important; }
            .xs-ml0 { margin-left: 0px !important; }
            .xs-nmt0 { margin-top: -0px !important; }
            .xs-nmb0 { margin-bottom: -0px !important; }
            .xs-p0 { padding: 0px !important; }
            .xs-ptb0 { padding-top: 0px !important; padding-bottom: 0px !important; }
            .xs-plr0 { padding-left: 0px !important; padding-right: 0px !important; }
            .xs-pt0 { padding-top: 0px !important; }
            .xs-pr0 { padding-right: 0px !important; }
            .xs-pb0 { padding-bottom: 0px !important; }
            .xs-pl0 { padding-left: 0px !important; }
        
            .xs-m5 { margin: 5px !important; }
            .xs-mtb5 { margin-top: 5px !important; margin-bottom: 5px !important; }
            .xs-mlr5 { margin-left: 5px !important; margin-right: 5px !important; }
            .xs-mt5 { margin-top: 5px !important; }
            .xs-mr5 { margin-right: 5px !important; }
            .xs-mb5 { margin-bottom: 5px !important; }
            .xs-ml5 { margin-left: 5px !important; }
            .xs-nmt5 { margin-top: -5px !important; }
            .xs-nmb5 { margin-bottom: -5px !important; }
            .xs-p5 { padding: 5px !important; }
            .xs-ptb5 { padding-top: 5px !important; padding-bottom: 5px !important; }
            .xs-plr5 { padding-left: 5px !important; padding-right: 5px !important; }
            .xs-pt5 { padding-top: 5px !important; }
            .xs-pr5 { padding-right: 5px !important; }
            .xs-pb5 { padding-bottom: 5px !important; }
            .xs-pl5 { padding-left: 5px !important; }
        
            .xs-m10 { margin: 10px !important; }
            .xs-mtb10 { margin-top: 10px !important; margin-bottom: 10px !important; }
            .xs-mlr10 { margin-left: 10px !important; margin-right: 10px !important; }
            .xs-mt10 { margin-top: 10px !important; }
            .xs-mr10 { margin-right: 10px !important; }
            .xs-mb10 { margin-bottom: 10px !important; }
            .xs-ml10 { margin-left: 10px !important; }
            .xs-nmt10 { margin-top: -10px !important; }
            .xs-nmb10 { margin-bottom: -10px !important; }
            .xs-p10 { padding: 10px !important; }
            .xs-ptb10 { padding-top: 10px !important; padding-bottom: 10px !important; }
            .xs-plr10 { padding-left: 10px !important; padding-right: 10px !important; }
            .xs-pt10 { padding-top: 10px !important; }
            .xs-pr10 { padding-right: 10px !important; }
            .xs-pb10 { padding-bottom: 10px !important; }
            .xs-pl10 { padding-left: 10px !important; }
        
            .xs-m15 { margin: 15px !important; }
            .xs-mtb15 { margin-top: 15px !important; margin-bottom: 15px !important; }
            .xs-mlr15 { margin-left: 15px !important; margin-right: 15px !important; }
            .xs-mt15 { margin-top: 15px !important; }
            .xs-mr15 { margin-right: 15px !important; }
            .xs-mb15 { margin-bottom: 15px !important; }
            .xs-ml15 { margin-left: 15px !important; }
            .xs-nmt15 { margin-top: -15px !important; }
            .xs-nmb15 { margin-bottom: -15px !important; }
            .xs-p15 { padding: 15px !important; }
            .xs-ptb15 { padding-top: 15px !important; padding-bottom: 15px !important; }
            .xs-plr15 { padding-left: 15px !important; padding-right: 15px !important; }
            .xs-pt15 { padding-top: 15px !important; }
            .xs-pr15 { padding-right: 15px !important; }
            .xs-pb15 { padding-bottom: 15px !important; }
            .xs-pl15 { padding-left: 15px !important; }
        
            .xs-m20 { margin: 20px !important; }
            .xs-mtb20 { margin-top: 20px !important; margin-bottom: 20px !important; }
            .xs-mlr20 { margin-left: 20px !important; margin-right: 20px !important; }
            .xs-mt20 { margin-top: 20px !important; }
            .xs-mr20 { margin-right: 20px !important; }
            .xs-mb20 { margin-bottom: 20px !important; }
            .xs-ml20 { margin-left: 20px !important; }
            .xs-nmt20 { margin-top: -20px !important; }
            .xs-nmb20 { margin-bottom: -20px !important; }
            .xs-p20 { padding: 20px !important; }
            .xs-ptb20 { padding-top: 20px !important; padding-bottom: 20px !important; }
            .xs-plr20 { padding-left: 20px !important; padding-right: 20px !important; }
            .xs-pt20 { padding-top: 20px !important; }
            .xs-pr20 { padding-right: 20px !important; }
            .xs-pb20 { padding-bottom: 20px !important; }
            .xs-pl20 { padding-left: 20px !important; }
        
            .xs-m30 { margin: 30px !important; }
            .xs-mtb30 { margin-top: 30px !important; margin-bottom: 30px !important; }
            .xs-mlr30 { margin-left: 30px !important; margin-right: 30px !important; }
            .xs-mt30 { margin-top: 30px !important; }
            .xs-mr30 { margin-right: 30px !important; }
            .xs-mb30 { margin-bottom: 30px !important; }
            .xs-ml30 { margin-left: 30px !important; }
            .xs-nmt30 { margin-top: -30px !important; }
            .xs-nmb30 { margin-bottom: -30px !important; }
            .xs-p30 { padding: 30px !important; }
            .xs-ptb30 { padding-top: 30px !important; padding-bottom: 30px !important; }
            .xs-plr30 { padding-left: 30px !important; padding-right: 30px !important; }
            .xs-pt30 { padding-top: 30px !important; }
            .xs-pr30 { padding-right: 30px !important; }
            .xs-pb30 { padding-bottom: 30px !important; }
            .xs-pl30 { padding-left: 30px !important; }
        
            .xs-m40 { margin: 40px !important; }
            .xs-mtb40 { margin-top: 40px !important; margin-bottom: 40px !important; }
            .xs-mlr40 { margin-left: 40px !important; margin-right: 40px !important; }
            .xs-mt40 { margin-top: 40px !important; }
            .xs-mr40 { margin-right: 40px !important; }
            .xs-mb40 { margin-bottom: 40px !important; }
            .xs-ml40 { margin-left: 40px !important; }
            .xs-nmt40 { margin-top: -40px !important; }
            .xs-nmb40 { margin-bottom: -40px !important; }
            .xs-p40 { padding: 40px !important; }
            .xs-ptb40 { padding-top: 40px !important; padding-bottom: 40px !important; }
            .xs-plr40 { padding-left: 40px !important; padding-right: 40px !important; }
            .xs-pt40 { padding-top: 40px !important; }
            .xs-pr40 { padding-right: 40px !important; }
            .xs-pb40 { padding-bottom: 40px !important; }
            .xs-pl40 { padding-left: 40px !important; }
        
            .xs-m50 { margin: 50px !important; }
            .xs-mtb50 { margin-top: 50px !important; margin-bottom: 50px !important; }
            .xs-mlr50 { margin-left: 50px !important; margin-right: 50px !important; }
            .xs-mt50 { margin-top: 50px !important; }
            .xs-mr50 { margin-right: 50px !important; }
            .xs-mb50 { margin-bottom: 50px !important; }
            .xs-ml50 { margin-left: 50px !important; }
            .xs-nmt50 { margin-top: -50px !important; }
            .xs-nmb50 { margin-bottom: -50px !important; }
            .xs-p50 { padding: 50px !important; }
            .xs-ptb50 { padding-top: 50px !important; padding-bottom: 50px !important; }
            .xs-plr50 { padding-left: 50px !important; padding-right: 50px !important; }
            .xs-pt50 { padding-top: 50px !important; }
            .xs-pr50 { padding-right: 50px !important; }
            .xs-pb50 { padding-bottom: 50px !important; }
            .xs-pl50 { padding-left: 50px !important; }
        
            .xs-m60 { margin: 60px !important; }
            .xs-mtb60 { margin-top: 60px !important; margin-bottom: 60px !important; }
            .xs-mlr60 { margin-left: 60px !important; margin-right: 60px !important; }
            .xs-mt60 { margin-top: 60px !important; }
            .xs-mr60 { margin-right: 60px !important; }
            .xs-mb60 { margin-bottom: 60px !important; }
            .xs-ml60 { margin-left: 60px !important; }
            .xs-nmt60 { margin-top: -60px !important; }
            .xs-nmb60 { margin-bottom: -60px !important; }
            .xs-p60 { padding: 60px !important; }
            .xs-ptb60 { padding-top: 60px !important; padding-bottom: 60px !important; }
            .xs-plr60 { padding-left: 60px !important; padding-right: 60px !important; }
            .xs-pt60 { padding-top: 60px !important; }
            .xs-pr60 { padding-right: 60px !important; }
            .xs-pb60 { padding-bottom: 60px !important; }
            .xs-pl60 { padding-left: 60px !important; }
        
            .xs-m70 { margin: 70px !important; }
            .xs-mtb70 { margin-top: 70px !important; margin-bottom: 70px !important; }
            .xs-mlr70 { margin-left: 70px !important; margin-right: 70px !important; }
            .xs-mt70 { margin-top: 70px !important; }
            .xs-mr70 { margin-right: 70px !important; }
            .xs-mb70 { margin-bottom: 70px !important; }
            .xs-ml70 { margin-left: 70px !important; }
            .xs-nmt70 { margin-top: -70px !important; }
            .xs-nmb70 { margin-bottom: -70px !important; }
            .xs-p70 { padding: 70px !important; }
            .xs-ptb70 { padding-top: 70px !important; padding-bottom: 70px !important; }
            .xs-plr70 { padding-left: 70px !important; padding-right: 70px !important; }
            .xs-pt70 { padding-top: 70px !important; }
            .xs-pr70 { padding-right: 70px !important; }
            .xs-pb70 { padding-bottom: 70px !important; }
            .xs-pl70 { padding-left: 70px !important; }
        
            .xs-m80 { margin: 80px !important; }
            .xs-mtb80 { margin-top: 80px !important; margin-bottom: 80px !important; }
            .xs-mlr80 { margin-left: 80px !important; margin-right: 80px !important; }
            .xs-mt80 { margin-top: 80px !important; }
            .xs-mr80 { margin-right: 80px !important; }
            .xs-mb80 { margin-bottom: 80px !important; }
            .xs-ml80 { margin-left: 80px !important; }
            .xs-nmt80 { margin-top: -80px !important; }
            .xs-nmb80 { margin-bottom: -80px !important; }
            .xs-p80 { padding: 80px !important; }
            .xs-ptb80 { padding-top: 80px !important; padding-bottom: 80px !important; }
            .xs-plr80 { padding-left: 80px !important; padding-right: 80px !important; }
            .xs-pt80 { padding-top: 80px !important; }
            .xs-pr80 { padding-right: 80px !important; }
            .xs-pb80 { padding-bottom: 80px !important; }
            .xs-pl80 { padding-left: 80px !important; }
        
            .xs-m90 { margin: 90px !important; }
            .xs-mtb90 { margin-top: 90px !important; margin-bottom: 90px !important; }
            .xs-mlr90 { margin-left: 90px !important; margin-right: 90px !important; }
            .xs-mt90 { margin-top: 90px !important; }
            .xs-mr90 { margin-right: 90px !important; }
            .xs-mb90 { margin-bottom: 90px !important; }
            .xs-ml90 { margin-left: 90px !important; }
            .xs-nmt90 { margin-top: -90px !important; }
            .xs-nmb90 { margin-bottom: -90px !important; }
            .xs-p90 { padding: 90px !important; }
            .xs-ptb90 { padding-top: 90px !important; padding-bottom: 90px !important; }
            .xs-plr90 { padding-left: 90px !important; padding-right: 90px !important; }
            .xs-pt90 { padding-top: 90px !important; }
            .xs-pr90 { padding-right: 90px !important; }
            .xs-pb90 { padding-bottom: 90px !important; }
            .xs-pl90 { padding-left: 90px !important; }
        
            .xs-m100 { margin: 100px !important; }
            .xs-mtb100 { margin-top: 100px !important; margin-bottom: 100px !important; }
            .xs-mlr100 { margin-left: 100px !important; margin-right: 100px !important; }
            .xs-mt100 { margin-top: 100px !important; }
            .xs-mr100 { margin-right: 100px !important; }
            .xs-mb100 { margin-bottom: 100px !important; }
            .xs-ml100 { margin-left: 100px !important; }
            .xs-nmt100 { margin-top: -100px !important; }
            .xs-nmb100 { margin-bottom: -100px !important; }
            .xs-p100 { padding: 100px !important; }
            .xs-ptb100 { padding-top: 100px !important; padding-bottom: 100px !important; }
            .xs-plr100 { padding-left: 100px !important; padding-right: 100px !important; }
            .xs-pt100 { padding-top: 100px !important; }
            .xs-pr100 { padding-right: 100px !important; }
            .xs-pb100 { padding-bottom: 100px !important; }
            .xs-pl100 { padding-left: 100px !important; }
        
            .xs-m110 { margin: 110px !important; }
            .xs-mtb110 { margin-top: 110px !important; margin-bottom: 110px !important; }
            .xs-mlr110 { margin-left: 110px !important; margin-right: 110px !important; }
            .xs-mt110 { margin-top: 110px !important; }
            .xs-mr110 { margin-right: 110px !important; }
            .xs-mb110 { margin-bottom: 110px !important; }
            .xs-ml110 { margin-left: 110px !important; }
            .xs-nmt110 { margin-top: -110px !important; }
            .xs-nmb110 { margin-bottom: -110px !important; }
            .xs-p110 { padding: 110px !important; }
            .xs-ptb110 { padding-top: 110px !important; padding-bottom: 110px !important; }
            .xs-plr110 { padding-left: 110px !important; padding-right: 110px !important; }
            .xs-pt110 { padding-top: 110px !important; }
            .xs-pr110 { padding-right: 110px !important; }
            .xs-pb110 { padding-bottom: 110px !important; }
            .xs-pl110 { padding-left: 110px !important; }
        
            .xs-m120 { margin: 120px !important; }
            .xs-mtb120 { margin-top: 120px !important; margin-bottom: 120px !important; }
            .xs-mlr120 { margin-left: 120px !important; margin-right: 120px !important; }
            .xs-mt120 { margin-top: 120px !important; }
            .xs-mr120 { margin-right: 120px !important; }
            .xs-mb120 { margin-bottom: 120px !important; }
            .xs-ml120 { margin-left: 120px !important; }
            .xs-nmt120 { margin-top: -120px !important; }
            .xs-nmb120 { margin-bottom: -120px !important; }
            .xs-p120 { padding: 120px !important; }
            .xs-ptb120 { padding-top: 120px !important; padding-bottom: 120px !important; }
            .xs-plr120 { padding-left: 120px !important; padding-right: 120px !important; }
            .xs-pt120 { padding-top: 120px !important; }
            .xs-pr120 { padding-right: 120px !important; }
            .xs-pb120 { padding-bottom: 120px !important; }
            .xs-pl120 { padding-left: 120px !important; }
        
            .xs-m130 { margin: 130px !important; }
            .xs-mtb130 { margin-top: 130px !important; margin-bottom: 130px !important; }
            .xs-mlr130 { margin-left: 130px !important; margin-right: 130px !important; }
            .xs-mt130 { margin-top: 130px !important; }
            .xs-mr130 { margin-right: 130px !important; }
            .xs-mb130 { margin-bottom: 130px !important; }
            .xs-ml130 { margin-left: 130px !important; }
            .xs-nmt130 { margin-top: -130px !important; }
            .xs-nmb130 { margin-bottom: -130px !important; }
            .xs-p130 { padding: 130px !important; }
            .xs-ptb130 { padding-top: 130px !important; padding-bottom: 130px !important; }
            .xs-plr130 { padding-left: 130px !important; padding-right: 130px !important; }
            .xs-pt130 { padding-top: 130px !important; }
            .xs-pr130 { padding-right: 130px !important; }
            .xs-pb130 { padding-bottom: 130px !important; }
            .xs-pl130 { padding-left: 130px !important; }
        
            .xs-m140 { margin: 140px !important; }
            .xs-mtb140 { margin-top: 140px !important; margin-bottom: 140px !important; }
            .xs-mlr140 { margin-left: 140px !important; margin-right: 140px !important; }
            .xs-mt140 { margin-top: 140px !important; }
            .xs-mr140 { margin-right: 140px !important; }
            .xs-mb140 { margin-bottom: 140px !important; }
            .xs-ml140 { margin-left: 140px !important; }
            .xs-nmt140 { margin-top: -140px !important; }
            .xs-nmb140 { margin-bottom: -140px !important; }
            .xs-p140 { padding: 140px !important; }
            .xs-ptb140 { padding-top: 140px !important; padding-bottom: 140px !important; }
            .xs-plr140 { padding-left: 140px !important; padding-right: 140px !important; }
            .xs-pt140 { padding-top: 140px !important; }
            .xs-pr140 { padding-right: 140px !important; }
            .xs-pb140 { padding-bottom: 140px !important; }
            .xs-pl140 { padding-left: 140px !important; }
        
            .xs-m150 { margin: 150px !important; }
            .xs-mtb150 { margin-top: 150px !important; margin-bottom: 150px !important; }
            .xs-mlr150 { margin-left: 150px !important; margin-right: 150px !important; }
            .xs-mt150 { margin-top: 150px !important; }
            .xs-mr150 { margin-right: 150px !important; }
            .xs-mb150 { margin-bottom: 150px !important; }
            .xs-ml150 { margin-left: 150px !important; }
            .xs-nmt150 { margin-top: -150px !important; }
            .xs-nmb150 { margin-bottom: -150px !important; }
            .xs-p150 { padding: 150px !important; }
            .xs-ptb150 { padding-top: 150px !important; padding-bottom: 150px !important; }
            .xs-plr150 { padding-left: 150px !important; padding-right: 150px !important; }
            .xs-pt150 { padding-top: 150px !important; }
            .xs-pr150 { padding-right: 150px !important; }
            .xs-pb150 { padding-bottom: 150px !important; }
            .xs-pl150 { padding-left: 150px !important; }
        
            .xs-m200 { margin: 200px !important; }
            .xs-mtb200 { margin-top: 200px !important; margin-bottom: 200px !important; }
            .xs-mlr200 { margin-left: 200px !important; margin-right: 200px !important; }
            .xs-mt200 { margin-top: 200px !important; }
            .xs-mr200 { margin-right: 200px !important; }
            .xs-mb200 { margin-bottom: 200px !important; }
            .xs-ml200 { margin-left: 200px !important; }
            .xs-nmt200 { margin-top: -200px !important; }
            .xs-nmb200 { margin-bottom: -200px !important; }
            .xs-p200 { padding: 200px !important; }
            .xs-ptb200 { padding-top: 200px !important; padding-bottom: 200px !important; }
            .xs-plr200 { padding-left: 200px !important; padding-right: 200px !important; }
            .xs-pt200 { padding-top: 200px !important; }
            .xs-pr200 { padding-right: 200px !important; }
            .xs-pb200 { padding-bottom: 200px !important; }
            .xs-pl200 { padding-left: 200px !important; }
        
            .xs-m250 { margin: 250px !important; }
            .xs-mtb250 { margin-top: 250px !important; margin-bottom: 250px !important; }
            .xs-mlr250 { margin-left: 250px !important; margin-right: 250px !important; }
            .xs-mt250 { margin-top: 250px !important; }
            .xs-mr250 { margin-right: 250px !important; }
            .xs-mb250 { margin-bottom: 250px !important; }
            .xs-ml250 { margin-left: 250px !important; }
            .xs-nmt250 { margin-top: -250px !important; }
            .xs-nmb250 { margin-bottom: -250px !important; }
            .xs-p250 { padding: 250px !important; }
            .xs-ptb250 { padding-top: 250px !important; padding-bottom: 250px !important; }
            .xs-plr250 { padding-left: 250px !important; padding-right: 250px !important; }
            .xs-pt250 { padding-top: 250px !important; }
            .xs-pr250 { padding-right: 250px !important; }
            .xs-pb250 { padding-bottom: 250px !important; }
            .xs-pl250 { padding-left: 250px !important; }
        
            .xs-m300 { margin: 300px !important; }
            .xs-mtb300 { margin-top: 300px !important; margin-bottom: 300px !important; }
            .xs-mlr300 { margin-left: 300px !important; margin-right: 300px !important; }
            .xs-mt300 { margin-top: 300px !important; }
            .xs-mr300 { margin-right: 300px !important; }
            .xs-mb300 { margin-bottom: 300px !important; }
            .xs-ml300 { margin-left: 300px !important; }
            .xs-nmt300 { margin-top: -300px !important; }
            .xs-nmb300 { margin-bottom: -300px !important; }
            .xs-p300 { padding: 300px !important; }
            .xs-ptb300 { padding-top: 300px !important; padding-bottom: 300px !important; }
            .xs-plr300 { padding-left: 300px !important; padding-right: 300px !important; }
            .xs-pt300 { padding-top: 300px !important; }
            .xs-pr300 { padding-right: 300px !important; }
            .xs-pb300 { padding-bottom: 300px !important; }
            .xs-pl300 { padding-left: 300px !important; }
        
            .xs-m400 { margin: 400px !important; }
            .xs-mtb400 { margin-top: 400px !important; margin-bottom: 400px !important; }
            .xs-mlr400 { margin-left: 400px !important; margin-right: 400px !important; }
            .xs-mt400 { margin-top: 400px !important; }
            .xs-mr400 { margin-right: 400px !important; }
            .xs-mb400 { margin-bottom: 400px !important; }
            .xs-ml400 { margin-left: 400px !important; }
            .xs-nmt400 { margin-top: -400px !important; }
            .xs-nmb400 { margin-bottom: -400px !important; }
            .xs-p400 { padding: 400px !important; }
            .xs-ptb400 { padding-top: 400px !important; padding-bottom: 400px !important; }
            .xs-plr400 { padding-left: 400px !important; padding-right: 400px !important; }
            .xs-pt400 { padding-top: 400px !important; }
            .xs-pr400 { padding-right: 400px !important; }
            .xs-pb400 { padding-bottom: 400px !important; }
            .xs-pl400 { padding-left: 400px !important; }
        
            .xs-m500 { margin: 500px !important; }
            .xs-mtb500 { margin-top: 500px !important; margin-bottom: 500px !important; }
            .xs-mlr500 { margin-left: 500px !important; margin-right: 500px !important; }
            .xs-mt500 { margin-top: 500px !important; }
            .xs-mr500 { margin-right: 500px !important; }
            .xs-mb500 { margin-bottom: 500px !important; }
            .xs-ml500 { margin-left: 500px !important; }
            .xs-nmt500 { margin-top: -500px !important; }
            .xs-nmb500 { margin-bottom: -500px !important; }
            .xs-p500 { padding: 500px !important; }
            .xs-ptb500 { padding-top: 500px !important; padding-bottom: 500px !important; }
            .xs-plr500 { padding-left: 500px !important; padding-right: 500px !important; }
            .xs-pt500 { padding-top: 500px !important; }
            .xs-pr500 { padding-right: 500px !important; }
            .xs-pb500 { padding-bottom: 500px !important; }
            .xs-pl500 { padding-left: 500px !important; }
        

        
        
            .xs-hs0 h1,
            .xs-hs0 h2,
            .xs-hs0 h3,
            .xs-hs0 h4,
            .xs-hs0 h5,
            .xs-hs0 h6 {
                margin-bottom: 0px !important;
            }
        
            .xs-hs10 h1,
            .xs-hs10 h2,
            .xs-hs10 h3,
            .xs-hs10 h4,
            .xs-hs10 h5,
            .xs-hs10 h6 {
                margin-bottom: 10px !important;
            }
        
            .xs-hs20 h1,
            .xs-hs20 h2,
            .xs-hs20 h3,
            .xs-hs20 h4,
            .xs-hs20 h5,
            .xs-hs20 h6 {
                margin-bottom: 20px !important;
            }
        
            .xs-hs30 h1,
            .xs-hs30 h2,
            .xs-hs30 h3,
            .xs-hs30 h4,
            .xs-hs30 h5,
            .xs-hs30 h6 {
                margin-bottom: 30px !important;
            }
        

        /* Width
           ================================================================== */

        
        
            .xs-w100 { max-width: 100px !important; }
        
            .xs-w150 { max-width: 150px !important; }
        
            .xs-w200 { max-width: 200px !important; }
        
            .xs-w250 { max-width: 250px !important; }
        
            .xs-w300 { max-width: 300px !important; }
        
            .xs-w350 { max-width: 350px !important; }
        
            .xs-w400 { max-width: 400px !important; }
        
            .xs-w450 { max-width: 450px !important; }
        
            .xs-w500 { max-width: 500px !important; }
        
            .xs-w550 { max-width: 550px !important; }
        
            .xs-w600 { max-width: 600px !important; }
        
            .xs-w650 { max-width: 650px !important; }
        
            .xs-w700 { max-width: 700px !important; }
        
            .xs-w750 { max-width: 750px !important; }
        
            .xs-w800 { max-width: 800px !important; }
        
            .xs-w850 { max-width: 850px !important; }
        
            .xs-w900 { max-width: 900px !important; }
        
            .xs-w950 { max-width: 950px !important; }
        
            .xs-w1000 { max-width: 1000px !important; }
        
            .xs-w1050 { max-width: 1050px !important; }
        
            .xs-w1100 { max-width: 1100px !important; }
        
            .xs-w1150 { max-width: 1150px !important; }
        
            .xs-w1200 { max-width: 1200px !important; }
        
            .xs-w1250 { max-width: 1250px !important; }
        
            .xs-w1300 { max-width: 1300px !important; }
        
            .xs-w1350 { max-width: 1350px !important; }
        
            .xs-w1400 { max-width: 1400px !important; }
        
            .xs-w1450 { max-width: 1450px !important; }
        
            .xs-w1500 { max-width: 1500px !important; }
        
            .xs-w1550 { max-width: 1550px !important; }
        
            .xs-w1600 { max-width: 1600px !important; }
        
            .xs-w1650 { max-width: 1650px !important; }
        
            .xs-w1700 { max-width: 1700px !important; }
        
            .xs-w1750 { max-width: 1750px !important; }
        
            .xs-w1800 { max-width: 1800px !important; }
        
            .xs-w1850 { max-width: 1850px !important; }
        
            .xs-w1900 { max-width: 1900px !important; }
        
            .xs-w1950 { max-width: 1950px !important; }
        
            .xs-w2000 { max-width: 2000px !important; }
        
        .xs-wa { max-width: none !important; }


        /* Full VH
           ================================================================== */
        
        .xs-reset-full-vh {
            min-height: 0 !important;
        }


        /* Background
           ================================================================== */

        /**
         * Background Position
         */

        .xs-bg-left-top      { background-position: left top !important; }
        .xs-bg-left-center   { background-position: left center !important; }
        .xs-bg-left-bottom   { background-position: left bottom !important; }
        .xs-bg-center-top    { background-position: center top !important; }
        .xs-bg-center-center { background-position: center center !important; }
        .xs-bg-center-bottom { background-position: center bottom !important; }
        .xs-bg-right-top     { background-position: right top !important; }
        .xs-bg-right-center  { background-position: right center !important; }
        .xs-bg-right-bottom  { background-position: right bottom !important; }

        /**
         * Background Repeat
         */

        .xs-bg-repeat    { background-repeat: repeat !important; }
        .xs-bg-no-repeat { background-repeat: no-repeat !important; }
        .xs-bg-repeat-x  { background-repeat: repeat-x !important; }
        .xs-bg-repeat-y  { background-repeat: repeat-y !important; }

        /**
         * Background Attachment
         */

        .xs-bg-scroll { background-attachment: scroll !important; }
        .xs-bg-fixed  { background-attachment: fixed !important; }

        /**
         * Background Size
         */

        .xs-bg-cover       { background-size: cover !important; }
        .xs-bg-stretch     { background-size: 100% 100% !important; }
        .xs-bg-full-width  { background-size: 100% auto !important; }
        .xs-bg-full-height { background-size: auto 100% !important; }
        .xs-bg-auto        { background-size: auto auto !important; }

        /**
         * Forms
         */

        .xs-form-title-left h3.form-title   { text-align: left; }
        .xs-form-title-center h3.form-title { text-align: center; }
        .xs-form-title-right h3.form-title  { text-align: right; }

        .xs-form-button-full .hs-button {
            display: block;
        }

        /* Radius
           ========================================================================== */
        
        
            .xs-radius { border-radius: 6px; }
            .xs-radius-top { border-top-left-radius: 6px; border-top-right-radius: 6px; }
            .xs-radius-top-left { border-top-left-radius: 6px; }
            .xs-radius-top-right { border-top-right-radius: 6px; }
            .xs-radius-bottom { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
            .xs-radius-bottom-left { border-bottom-left-radius: 6px; }
            .xs-radius-bottom-right { border-bottom-right-radius: 6px; }
            .xs-radius-left { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
            .xs-radius-right { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
        

        .xs-radius-0 { border-radius: 0; }
        .xs-radius-top-0 { border-top-left-radius: 0; border-top-right-radius: 0; }
        .xs-radius-top-left-0 { border-top-left-radius: 0; }
        .xs-radius-top-right-0 { border-top-right-radius: 0; }
        .xs-radius-bottom-0 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
        .xs-radius-bottom-left-0 { border-bottom-left-radius: 0; }
        .xs-radius-bottom-right-0 { border-bottom-right-radius: 0; }
        .xs-radius-left-0 { border-top-left-radius: 0; border-bottom-left-radius: 0; }
        .xs-radius-right-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; }

    
        }/* <- close media query */
    



/* ====================================================================================================================================================
   Custom Code Section- BEGIN
   ==================================================================================================================================================== */

/* ==========================================================================
   Footer- BEGIN
   ========================================================================== */

.footer-area {
  background-color: #282a32 !important;
}

.footer-logo-bar {
  text-align: center; 
}

.width-75 > .row-fluid-wrapper {
  width: 75%
}

@media (max-width: 768px) {
  .footer-logo {
    float: left !important;
    width: 25% !important;
  }
}
/* ==========================================================================
   Footer- END
   ========================================================================== */

/* ==========================================================================
   Nav Bar- BEGIN
   ========================================================================== */
.nav-bar-custom {
  background: rgba(255, 255, 255, 0.6); 
  padding-right: 8em;
  text-align: right;
}

.main-brand-logo {
  padding-right: 4em;
}

.hamburger-menu-button {
  visibility: hidden;
}

@media (max-width: 991px) {
  .nav-bar-custom {
    padding: 0em;
    text-align: center;
  }
  .hamburger-menu-button {
    visibility: visible;
    right: 2em;
  } 
  .main-brand-logo {
    padding-right: 0em;
  }
}

/* ==========================================================================
   Nav Bar- END
   ========================================================================== */

/* ==========================================================================
   Logo Brand Bar- BEGIN
   ========================================================================== */
.logos-brand-bar {
  text-align: left !important;
  background: #494b54; 
  padding-bottom: .5em; 
  padding-top: .5em;
}

.header-nav-brand-bar-item {
  margin-right: 3em;  
}

.header-nav-brand-bar-item-1 img {
  padding-left: 2em !important; 
}

@media (max-width: 991px) {

  .logos-brand-bar {
    text-align: center !important;
  }
  
  .header-nav-brand-bar-item img {
    height: 25px !important;
    width: auto !important;
  }
  
  .header-nav-brand-bar-item {
    margin-right:.5em
  }
  
  .header-nav-brand-bar-item-1 img {
    padding-left: .5em !important; 
  }   
}

@media (max-width: 768px) {
   
  .header-nav-brand-bar-item img {
    height: 19px !important;
    width: auto !important;
  }
    .header-nav-brand-bar-item {
    margin-right:0em
  }
  
  .header-nav-brand-bar-item-1 img {
    padding-left: 0em !important; 
  }   
}

@media (max-width: 479px) {
  
  .header-nav-brand-bar-item img {
    height: 15px !important;
    width: auto !important;
  }
  .header-nav-brand-bar-item {
    margin-right:0em
  }
  
  .header-nav-brand-bar-item-1 img {
    padding-left: 0em !important; 
  }   
}
/* ==========================================================================
   Logo Brand Bar- END
   ========================================================================== */
/* ====================================================================================================================================================
   Custom Code Section- END
   ==================================================================================================================================================== */









.scrl_logo {
  display: none;
} 
.fixed-header .scrl_logo {
  display: block;
}
.fixed-header .nrml_logo {
  display: none;
} 
.pro-image-inner {
  position: relative;
  text-align: center;
}

.pro-image-bg {
  width: 202px;
  height: 203px;
}

.pro-sec-bg.two-bg {
  width: 202px;
  height: 203px;
  position: absolute;
  top: -30px;
}

.pro-image-inner * {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ad-pro-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 14px;
}

.pro-main-bg.two-bg {
  width: 164px;
  height: 241px;
  position: absolute;
  bottom: 31px;
  left: 46.2%;
  transform: translateX(-50%);
}

img.side-image-1 {
  width: 65px;
  position: absolute;
  bottom: 17px;
  right: -87px;
}

img.side-image-2 {
  width: 65px;
  position: absolute;
  top: -31px;
  right: -87px;
}
@media (max-width:400px){
  img.side-image-1 {
    right: -39px;
  }

  img.side-image-2 {
    right: -39px;
  }
}
.row-fluid-wrapper.row-depth-1.dnd-section {
  position: relative;
}
.shape {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.dj_bg_section {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  min-height: 100%;
  background-color: #a9440c;
  z-index: -1;
}

.cs-item-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fafafa;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.cs-item-wrapper.hide {
  display: none;
}
.cs-image-container {
  width: 200px;
  height: 200px;
  padding: 0;
  background-color: #fff;
}
.cs-image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cs-image-wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: none;
}
.cs-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
}
.cs-item-wrapper .cs-content h2 {
  margin: 20px 0 15px;
  font-size: 24px;
  line-height: normal;
}
.cs-description {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.78;
}
.cs-content .cs-learn-more-btn {
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
  text-align: right;
  font-size: 14px;
  padding-right: 27px;
  font-weight: 600;
  position: relative;
}
.cs-content .cs-learn-more-btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 12px;
  height: 12px;
  width: 12px;
  font-size: 11px;
  right: 0;
  content: "\f061";
}
@-webkit-keyframes slide-left{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}
@keyframes slide-left{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}
.cs-content .cs-learn-more-btn:hover:after {
  -webkit-animation: slide-left 1s ease-in-out infinite;
  animation: slide-left 1s ease-in-out infinite;
}

.more-cs-btn-wrapper {
  position: relative;
  margin: 20px 0 50px;
  text-align: center;
}
.more-cs-btn-container {
  display: inline-block;
  background-color: #fff;
  overflow-anchor: none;
}
.more-cs-btn-wrapper:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #e1e1e1;
  width: 100%;
  top: 10px;
  left: 0;
  z-index: -1;
}
.more-cs-btn-wrapper button.more-cs-btn {
  font-weight: 600;
  color: #e72f1f;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  padding: 0 10px;
  border: none;
  -webkit-box-shadow: none;
  background: transparent;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.more-cs-btn-wrapper button.more-cs-btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  display: block;
  vertical-align: middle;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  content: "\f063";
}
@-webkit-keyframes slide-top-bottom{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(3px);transform:translateY(3px)}}
@keyframes slide-top-bottom{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(3px);transform:translateY(3px)}}
.more-cs-btn-wrapper button.more-cs-btn:hover:after {
  -webkit-animation: slide-top-bottom 1s ease-in-out infinite;
  animation: slide-top-bottom 1s ease-in-out infinite;
}

@media (max-width: 1023px) {
  .cs-content {
    margin: 0 20px;
  }
  .cs-description {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .cs-item-wrapper-inner {
    display: block;
    margin-bottom: 10px;
  }
  .cs-image-container {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto 10px;
  }
  .cs-content {
    margin: 0 4px;
  }
  .cs-item-wrapper .cs-content h2 {
    margin: 0 0 10px;
  }
  .cs-image-wrapper img {
    position: static;
    transform: none;
    max-width: 100%;
  }
  .cs-content .cs-learn-more-btn {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-right: 30px;
  }
  .cs-content .cs-learn-more-btn:after {
    right: 5px;
  }
}

.banner-slides-content {
  width: auto;
}
.banner-slides-inner .banner-slides-content-inner h1{
  -webkit-text-fill-color: #fff;
}



.slick-slide{
  outline: none !important;
}
.slick-slider{
  user-select: text;
}
/*==============================================================
CTA style start
==============================================================*/
.cta-btn{}
.cta-btn .cta-link{
  position: relative;
  display: inline-block;
  background: #d2d6ef;
  color: #081c2d;
  font-size: 15px;
  min-width: 220px;
  text-align: center;
  letter-spacing: 0.050em;;
  line-height: 18px;
  font-weight: 400;
  padding: 15px 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Fugaz One', cursive;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-btn .cta-link.cta-block{
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.cta-btn .cta-link i{
  margin-right: 5px;
}
.cta-btn .cta-link:hover{
  background: #081c2d;
  color: #d2d6ef;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
  -moz-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
  box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
}
/*==============================================================
CTA style end
==============================================================*/
/*==============================================================
banner Style start
==============================================================*/
.banner-wrap{
  height: auto;
  position: relative;
  overflow: hidden;
}
.shape{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.shape svg{
  width: 100%;
}
.banner-slider{
  height: 100%;
}
.banner-slider > .banner-slide{
  display: none;
}
.banner-slider > .banner-slide:first-child{
  display: block;
}
.banner-slide{
  position: relative;
  height: 500px;
  padding-bottom: 0px;
  display:-webkit-flex !important;
  display:flex !important;
  -webkit-align-items:center;
  align-items:center; 
}
.banner-wrap {
}  
.hero-content .cta-btn a.slider-btn {
  min-width: auto;
}
.banner-slide.center .hero-content h2 { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner-slide.center .hero-content .cta-btn { 
  display: flex;
  justify-content: center;
}
.hero-content .cta-btn { 
  display: flex;  
}
.banner-slide.right  .hero-content .cta-btn {  
  justify-content: flex-end;
}
.banner-slide.right .hero-content h3 {
  text-align: right;
}
.banner-slide.right .hero-content h2 {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  margin-left: auto;
}
.banner-slide.right .hero-content h3 {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  margin-left: auto;
}
.banner-slide.center .hero-content h3 { 
  text-align: center;
}
.banner-slider .slick-arrow{
  position: absolute;
  right: 25px;
  bottom: 0px;
  font-size: 0;
  background: #fff !important;  
  border: 0;
  width: 50px;
  height: 50px;
  z-index: 12;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.12);
  top: auto;
  left: auto;
  margin-bottom: 0;
  padding-left: 6px; 
}
.banner-slider .slick-arrow:before{
  font-family: "FontAwesome";
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: rgba(0,33,71,1);
}
.banner-slider .slick-arrow.slick-prev{
  right: 95px;
}
.banner-slider .slick-arrow.slick-prev:before{
  content: "\f060";
}
.banner-slider .slick-arrow.slick-next{
  right: 25px;
}
.banner-slider .slick-arrow.slick-next:before{
  content: "\f061";
}
.hero-image{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.banner-wrap .container{
  position: relative;
  z-index: 12;
}
.hero-overlay{
  background: #081c2d;
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%;
  opacity: .5;
}
.hero-content{	
  color: #ffffff;
}
.hero-content p{
  font-size: 20px;
  line-height: 32px;
  max-width: 600px;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.010em;
}
.blog-detail-banner .hero-content{
  max-width: 900px;
}
.blog-detail-banner .hero-content h2{
}
/* .hero-content h3{
font-size: 16px;
color: rgba(255,255,255,.6);
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
font-weight: 500;
margin-top: 0;
margin-bottom: 12px;
margin-left: 6px;
} */
.hero-content h3 {
  color: #fff;
  font-size: 22px;
}
.hero-content h2{
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #fff !important;
  max-width: 760px;
  background: none;
  -webkit-text-fill-color: #fff; 
}
.hero-content .cta-btn{ 
  padding-top: 30px;
}
a.slider-btn:after {
  right: 15px !important; 
}
.hero-content .cta-btn .cta-link.cta-outline-white:hover{
  background: #ffffff;
  color: rgba(0,33,71,1);
}

.banner-slide .container {
  width: 100%;
}


@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@media (max-width: 767px){
  .banner-slide .hero-content h2 {
    font-size: 30px;
  }
}



.blog-index-header {  
  background-position: center center;
  background-size: cover;
}

.blog-index-header {
  text-align: center;
}
.banner-slides-content {
  width: auto;
}
.blog-tag-filter {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-tag-filter {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

.blog-tag-filter__title {
  color: #0D2547;
  font-weight: 300;
}

.blog-tag-filter__select-wrapper {
  display: inline-block;
  max-width: 100%;
  position: relative;
  width: 200px;
  border-bottom: 1px solid #D0D0D0;
}

.blog-tag-filter__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: unset;
  border: none;
  color: #0D2547;
  font-weight: 700;
  display: inline-block;
  padding: 0.75rem;
}

.blog-tag-filter__select-wrapper:after {
  color: #19CCA3;
  content: "\25BE";
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.news-border {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  z-index: 999;
  position: relative;
}
.news-border .left-border {
  width: 50%;
  height: 8px;
  background: #33bef0;
}
.news-border .right-border {
  height: 8px;
  width: 50%;
  background: #353535;
}

.boxed-content {
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
  margin: 30px 0;
}

@media (min-width: 768px) {
  .boxed-content {
    padding: 20px;
  }
  .boxed-content-text__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxed-content-text__content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .boxed-content-text__link-wrap {
    min-width: 170px;
    max-width: 180px;
    margin-left: 20px;
  }
  .boxed-content-text__link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .boxed-content {
    padding: 30px;
  }
  .boxed-content-text__link-wrap {
    margin-left: 20px;
  }
}

@media (min-width: 1280px) {
  .boxed-content-text__link-wrap {
    margin-left: 30px;
    max-width: 240px;
  }
}

@media (min-width: 1600px) {
  .boxed-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .boxed-content-text__description {
    margin-bottom: 20px;
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2rem;
}

.cards__label.container {
}

.cards__label.container h2 {}

.cards__label.container h2:before {}

.cards__label.container h2:after {}

.cards__label {
  text-align: center;
}

.card {
}

.card:hover {
  box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.15);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transition: scale 0.3s ease-in-out;
  -o-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {

  .cards {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cards__label.container h2:before {
    width: 70px;
  }

  .cards__label.container h2:after {
    width: 70px;
  }

  .card {
    width: auto;
    margin: 1rem 0;
  }
}

.card__title {
}

.card__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.card__image img {
  max-width: 100%;
  height: auto;
}

.card__button {
  margin-top: 1rem;
  font-size: 14px;
}

/* Fixes for internet explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card {
    align-items: stretch;
    text-align: center;
  }
}

@media only screen and (min-width:768px) and (max-width: 900px) {
  .card a { color: #FFF; font-size: 17px; }
}

@media (max-width: 479px) {
  .card a { font-size: 20px; }
  .cards.container.mobile-col { padding-left: 0px; padding-right: 0px; }
  .cards__label.container h2 { font-size: 24px; }
}

.careers-browse-jobs__item { width: 23%; }
.careers-browse-jobs__wrap { justify-content: space-between; }
.careers-browse-jobs__icon { -webkit-transform: scale(.95); transform: scale(.95); -webkit-transition: all .2s ease-in; transition: all .2s ease-in; width: 100%; margin-bottom: 30px; }
.careers-browse-jobs__item:hover .careers-browse-jobs__icon{ -webkit-transform: scale(1); transform: scale(1); }
.careers-browse-jobs__icon img { max-width: 160px; width: 100%; }
.careers-browse-jobs__item-inner { padding: 30px; text-align: center; position: relative; }
.careers-browse-jobs__text h3 { color: #fff; font-size: 22px; margin: 0px; }
.careers-browse-jobs__top { text-align: center; padding-bottom: 40px; }
.careers-browse-jobs__top h2 { margin: 0px; padding-bottom: 20px; }
.job-link { position: absolute; font-size: 0px; width: 100%; height: 100%; top: 0px; left: 0px; }

.df {
  display: flex;
  flex-wrap: wrap;
}


/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 1080px) {

  .careers-browse-jobs__item { width: 48%; margin-bottom: 30px; }

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {}

/************** iphone ***************/
@media (max-width: 479px) {

  .careers-browse-jobs__item { width: 100%; margin-bottom: 30px; }


}


.dj_career_listing_item {
  background-color: #fff;
  box-shadow: 0 0 100px rgba(0,0,0,0.1);
  padding: 20px 20px;
}
.dj_career_listing_item h4, .dj_career_listing_item p {
  margin-bottom: 0;
}
.hide {
  display: none;
}
a.dj_btn {
  background-color: #d82b81;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  min-width: 180px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
a.dj_btn:hover {
  background-color: #f27233;
}
.fancybox-inner {
  max-width: 1100px;
  margin: auto;
}
.dj_career_listing_item h4 {
  font-size: 20px;
  padding-right: 10px;
}
.dj_career_form .hs_cos_wrapper_type_form h3.form-title {
  display: none;
}

.dj_career_form h3.form-title {
  font-weight: 900;
}
.dj_career_listing_item img.dj_car_icon.border_radius_0 {
  vertical-align: unset;
}

.pagination-wrapper ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-wrapper ul li {
  margin: 0 10px;
  display: inline-block;
}
.pagination-wrapper ul li.disabled-pagination-link {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 991px) {
  .dj_career_listing_item .career-job-location, .dj_career_listing_item .career-job-type {
    width: auto;
    display: inline-block;
  }
  .dj_career_listing_item .career-job-location {
    margin-right: 15px;
  }
  .dj_career_listing_item > .col-lg-6.col-sm-6:last-child > .row {
    display: block;
  }}



.careers-benefits__text p {
  /* font-size: 16px; */
  line-height: 1.5;
  margin: 0px;
}
.careers-benefits__item {  }
.careers-cta-sec__wrap p { color: #fff;}


/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 900px) {



}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {

  .careers-benefits__item { width: 100%; align-items: center; margin-bottom: 30px; }
  .careers-benefits__wrap { max-width: 500px; margin: 0px auto; }
}

/************** iphone ***************/
@media (max-width: 479px) {}



.careers-browse-jobs__item { width: 23%; }
.careers-browse-jobs__wrap { justify-content: space-between; }
.careers-browse-jobs__icon { -webkit-transform: scale(.95); transform: scale(.95); -webkit-transition: all .2s ease-in; transition: all .2s ease-in; width: 100%; margin-bottom: 30px; }
.careers-browse-jobs__item:hover .careers-browse-jobs__icon{ -webkit-transform: scale(1); transform: scale(1); }
.careers-browse-jobs__icon img { max-width: 160px; width: 100%; }
.careers-browse-jobs__item-inner { padding: 30px; text-align: center; position: relative; }
.careers-browse-jobs__text h3 { color: #fff; font-size: 22px; margin: 0px; }
.careers-browse-jobs__top { text-align: center; padding-bottom: 40px; }
.careers-browse-jobs__top h2 { margin: 0px; padding-bottom: 20px; }
.job-link { position: absolute; font-size: 0px; width: 100%; height: 100%; top: 0px; left: 0px; }

.df {
  display: flex;
  flex-wrap: wrap;
}


/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 1080px) {

  .careers-browse-jobs__item { width: 48%; margin-bottom: 30px; }

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {}

/************** iphone ***************/
@media (max-width: 479px) {

  .careers-browse-jobs__item { width: 100%; margin-bottom: 30px; }


}


.careers-cta-sec__wrap h2 { color: #fff; }
.careers-cta-sec__wrap p { color: #fff; }
.careers-cta-sec__wrap { max-width: 600px; margin: 0px auto; text-align: center; }




.careers-hero__wrap h1 { background: 0; -webkit-background-clip: unset; -webkit-text-fill-color: unset; }



/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 900px) {

  .careers-hero__wrap { width: 50% !important; }
  .careers-hero__wrap h1 { color: #ffffff; font-size: 45px !important; }

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {
  .careers-hero__wrap h1 { color: #ffffff; font-size: 40px !important; }
  .careers-hero__wrap { width: 60% !important; }
}

/************** iphone ***************/
@media (max-width: 479px) {

  .careers-hero__wrap { width: 100% !important; }
}

.carrers-testimonial__item { margin-bottom: .8vw; position: relative; width: 32.7%; min-height: 250px; }
.carrers-testimonial__wrap { justify-content: space-between; display: flex; flex-wrap: wrap; }
.carrers-testimonial__img { height: 100%; left: 0; position: absolute; top: 0; width: 100%; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.carrers-testimonial-overlay, .carrers-testimonial__img { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.carrers-testimonial-overlay { background-color: rgba(32,43,52,.9); color: #fff; opacity: 0; -webkit-transition: opacity .3s linear; transition: opacity .3s linear; z-index: 1; }
.carrers-testimonial__item:hover .carrers-testimonial-overlay { opacity: 1; }
.carrers-testimonial-inner { font-size: 1rem; height: 100%; position: relative; text-align: center; }
.carrers-testimonial-quote p { font-size: 17px; line-height: 26px; margin-bottom: 0px; }
.carrers-testimonial-quote { left: 50%; position: absolute; top: 45%; -webkit-transform: translateX(-50%) translateY(-70%); transform: translateX(-50%) translateY(-70%); -webkit-transition: all .2s linear; transition: all .2s linear; width: 76%; }
.carrers-testimonial__item:hover .carrers-testimonial-quote { top: 50%; }
.carrers-testimonial-source { bottom: 1rem; font-weight: 700; left: 0; position: absolute; -webkit-transition: all .2s linear; transition: all .2s linear; width: 100%; }
.carrers-testimonial-source p { font-size: 16px; margin: 0px; font-weight: 600; line-height: 24px; }

.carrers-testimonial__item:hover .carrers-testimonial-source{  bottom: 2rem; }


/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 900px) {

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {

  .carrers-testimonial__item { margin-bottom: 20px; position: relative; width: 48%; min-height: 320px; }
}

@media (max-width: 600px) {
  .carrers-testimonial__item {  position: relative; width: 100%; }
}



/************** iphone ***************/
@media (max-width: 479px) {}



.case-container .page-center {
  max-width: 1450px;
  padding: 0 25px;
  margin: 0 auto;
}
.case-items:hover .case-items-inner {

  transition: .5s all;
  transform: scale(1.05);
}
.case-items .case-items-inner {
  transition: .5s all;
}
h6.dj_post_title {
  color: #fff;
  font-size: 12px;
  font-family: inherit !important;
  font-weight: normal !important;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.read-more-link {
  padding: 20px 0;
  text-align: right;
}

.read-more-link a {
  /*   color: #1D5DA2;
  font-size: 40.72px; */
}

.case-container-inner.grid {
  display: flex;
  flex-wrap: wrap;
}

.case-items {
  width: 25%;
  padding: 10px 10px;
  float: left;
}
.dj_post_4 .case-items {
  width: 50%;
}
.case-items-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 250px;
  position: relative;
}

.case-items:nth-child(even) .case-items-inner {
  /*min-height: 350px;*/
}
.case-item-content {
  position: absolute;
  bottom: 0;
  background: #3d3d40b8;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-item-content h5 {
  margin: 0;
  color: #FDB82F;
}

.case-item-content p {
  margin: 0;
  color: #fff;
}
@media(max-width:767px){
  .case-items {
    width: 100%;
  }
  .case-item-content {
    flex-direction: column;
  }

  .read-more-link {
    text-align: center;
  }

  .read-more-link a {
    /*     font-size: 19.72px; */
  }

  .case-container .case-items {
    padding-left: 0px;
    padding-right: 0px;
  }


}

@media(max-width:479px){
  .dj_post_4 .case-items {
    width: 100%;
  }
}


.hhs-hero-mod {position: relative; overflow:hidden;}
.hhs-hero-mod .row {
  z-index: 3;
  position: relative;
}


.hhs-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 0;
}

.hhs-hero-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}

.hhs-scroll-down {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
  opacity: 0.4;
  z-index: 1;
}


.hhs-scroll-down:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 10px;
  background-color: white;
  animation: scrollDown 2s infinite;
}

@media (max-width: 768px) {
  .hhs-form-con {
    margin-bottom: 25px !important; 
  }
}

@media (max-width: 575px) {
  .hhs-hero-mod .cta_button {
    margin-bottom: 10px;
  }
}

.carousel-cell {position: relative;}

.hhs-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-hero-slider {
  width: 100%;
  overflow: hidden;
}
.hhs-hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-table;
  background-position: center center;
}

.hhs-hero-slider .carousel-cell .hhs-inner-con {
  display: table-cell;
  vertical-align: middle;
}
.hhs-hero-slider .carousel-cell .inner {
  position: relative;
  width: 100%;
  z-index: 2;

  /*-webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
  color: white;
  text-align: center;
}
.hhs-hero-slider .carousel-cell .inner .subtitle {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hhs-hero-slider .carousel-cell .inner .title {
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.hhs-hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.hhs-hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.hhs-hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hhs-hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}

.carousel-cell {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}

.carousel-cell.is-selected {
  opacity: 1 !important;
}


.hhs-hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hhs-hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 2px;
  opacity: 1;
  border: 0 solid white;
  border-radius: 0;
}
.hhs-hero-slider .flickity-page-dots .dot.is-selected {
  border: 0 solid #ff0000;
}

@media (max-width: 1024px) {
  .hhs-hero-slider .flickity-prev-next-button.previous {
    left: 0px; 
  }
  .hhs-hero-slider .flickity-prev-next-button.next {
    right: 0px; 
  }
}
@media (max-width: 768px) {
  .hhs-hero-slider .container {
    padding: 0 50px; 
  }
}

@media (max-width: 575px) {
  .hhs-hero-slider{
    min-height: 0;
  }
  .hhs-hero-slider .container {
    padding: 0px; 
  }
  .hhs-hero-slider .flickity-prev-next-button {display: none;}
}

.hhs-img-text-mod {position: relative;}
.hhs-blog-post-mod {position: relative; z-index: 1;}
.hhs-blog-post-mod .row {position: relative; z-index: 2;}
.hhs-blog-post-mod {position: relative;}
.hhs-blog-post-mod .row {
  z-index: 2;
  position: relative;
}

.hhs-post-feat-img {
  background-size: cover;
  background-position: center;
}

.hhs-post-summary p {
  font-size: 0.95em; 
}

.hhs-blog-post-card{
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 25px;
}

.hhs-blog-post-card:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.hhs-blog-post-card h3,
.hhs-blog-post-card h4,
.hhs-blog-post-card h5 {
  margin-bottom: 0px 
}

.hhs-blog-post-card a:hover {
  text-decoration: none;
}

.hhs-post-content a{
  margin-bottom: 5px;
  display: block;
}

.hhs-post-meta p {
  opacity: 0.7; 
  font-size: 0.8em;
}

.hhs-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 0;
}

.hhs-blog-post-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}

@media (max-width: 575px) {
  .hhs-blog-post-card {
    margin-bottom: 25px;
  }
}




.grid-sizer {width: 22%}/* ADL */
.gutter-sizer {width: 2%}/* ADL */

.content-card {
  margin: 0 0 20px 0;
  height: 300px;
  width: 22%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  overflow: hidden;
}

/* BEGIN ADL */
.content-card-inner {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1)
}

a.content-card:hover .content-card-inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* END ADL */


.content-desc { 
  width: 100%; /* ADL */
  padding: 0 20px;
  position: relative;
  z-index: 100;
  display: table-cell;
  vertical-align: middle;
}

.content-desc h4,
.content-desc h6{
  text-align: center;
}

.content-desc h4 {
  font-weight: 700; 
}

.content-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.contentFilter {
  padding: 15px 0 0;
  margin-bottom: 15px;
}

.contentFilter button {
  margin-right: 6px;
  color: #555;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer !important;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400 !important;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 250px;
  padding: 13px 20px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #014361;
  font-family: inherit !important;
  border-radius: 0;
  border: 0 !important;
}

.contentFilter button:focus,
.contentFilter button.current {
  font-weight: 600;
  color: #fff;      
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  background-color: #c70000;
}
.contentFilter button.button.is-checked {
  background-image: linear-gradient(147deg,#db8d69 0%,#ba4c53 74%);
  color: #fff;
  box-shadow: 0px 14px 80px rgb(252 56 56 / 40%);
  text-decoration: none !important;
  font-weight: 500 !important;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px !important;
  border: 0 !important;
}
.content-desc h4 {
  -webkit-text-fill-color: #fff;
}
/* BEGIN ADL */
@media (max-width: 1024px) {
  .grid-sizer, .content-card {width: 48%}
  .gutter-sizer {width: 2%}
}

@media (max-width: 575px) {
  .grid-sizer, .content-card {width: 100%}
  .gutter-sizer {width: 0%}
}
/* END ADL */

/* ---- grid ---- */

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item a {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.content-card h6 {
  /* display: none; */
  font-size: 14px;
  /* transition: all 0.5s; */
  font-weight: 400;
}

.content-card:hover h6 {
  transition: all 0.5s;
}

.content-desc h4,.content-desc h6 {
  text-align: left;
  margin-bottom: 0;
}
.content-desc {
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.case-container-inner.grid {
  align-items: center;
  justify-content: center;
}
.content-desc {
  /* background-color: #00000040; */
}
.content-desc h3 {
  color: #bc4e55;
  font-size: 20px;
  margin-bottom: 5px;
  background: linear-gradient(to right,#bc4e55 20%,#d07763 60%);
  -webkit-background-clip: text;
  /* font-size: 40px; */
  -webkit-text-fill-color: transparent;
}

.content-desc h5 {margin-bottom: 0;font-size: 14px;}


.hhs-icon-con i, .hhs-icon-con img, .hhs-icon-con svg {margin-bottom: 10px;}

.hhs-icon-con h2,
.hhs-icon-con h3,
.hhs-icon-con h4,
.hhs-icon-con h5,
.hhs-icon-con h6 {margin-bottom: 5px;}

@media (max-width: 575px) {
  .hhs-icon-con {margin-bottom: 50px;} 
  .hhs-icon-con.last {margin-bottom: 0px;} 
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
.morelink.less,.morelink {
  display: block !important;
}
a.morelink {
  margin-top: 10px;
  color: rgb(141 145 148 / 77%);
}
.hhs-text-content {

}



.hhs-img {position: relative;z-index: -1;}
.hhs-img img {
  z-index: 1;
  position: relative;
  display: block;
  margin: 0 auto;
}
.hhs-img-underlay {
  position: absolute;
  right:0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hhs-google-map{
  position: relative;
  padding-bottom: 0%;
}

.hhs-google-map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.hhs-google-map .hs-responsive-embed-wrapper {
  height: 100% !important; 
}

.hhs-google-map .hs-responsive-embed-wrapper div {
  padding-bottom: 0px !important;
  position: initial !important;
}


.hhs-img-text-mod {position: relative;}
.hhs-text-mod {position: relative; z-index: 1;}
.hhs-text-mod .row {position: relative; z-index: 3;}
.hhs-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.hhs-form-con {
  margin: 0 auto; 
}

@media (max-width: 575px){
  .order-1-mobile .hhs-img {
    margin-bottom: 25px; 
  }
}

.hhs-text-mod {position: relative;}
.hhs-text-mod .row {
  z-index: 2;
  position: relative;
}


.hhs-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 0;
}

.hhs-text-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}

.hhs-scroll-down {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
  opacity: 0.4;
}

.btn-pop {
  clear: both; 
}

/*
@media (max-width: 768px) {
.hhs-text-mod .col-sm-6:nth-child(odd), 
.hhs-text-mod .col-6:nth-child(odd) {
padding-right: 5px;
}
.hhs-text-mod .col-sm-6:nth-child(even),
.hhs-text-mod .col-6:nth-child(even) {
padding-left: 5px;
}
}
*/

.hhs-social-share-mod h6,
.hhs-social-share-mod .hhs-share-icon {
  display: inline-block; 
}

.hhs-social-share-mod .hhs-share-icon {
  margin-right: 10px; 
}

.hhs-social-share-mod h6 {
  font-size: 12px;
  vertical-align: -webkit-baseline-middle;
  margin-right: 10px;
}


.hhs-img-text-mod {position: relative;}
.hhs-testimonial-card-mod {position: relative; z-index: 1;}
.hhs-testimonial-card-mod .row {position: relative; z-index: 3;}
.hhs-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-form-con {
  margin: 0 auto; 
}

@media (max-width: 575px){
  .order-1-mobile .hhs-img {
    margin-bottom: 25px; 
  }
}

.hhs-testimonial-card-mod {
  position: relative;
}
.hhs-testimonial-card-mod .row {
  z-index: 2;
  position: relative;
}

.hhs-testimonial-card-mod .hhs-social-con {
  position: absolute;
  bottom: 25px;
  display: inline-flex;
}

.hhs-testimonial-card-mod .hhs-social-con a {
  padding-left: 0px;
}

.hhs-testimonial-content {
  padding-bottom: 25px; 
  position: relative;
}

.hhs-testimonial-content blockquote {
  border-left: 0px;
  padding-left: 0px;
}

.hhs-testimonial-content blockquote {
  margin-bottom: 25px;
}

.hhs-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  display: block;
  overflow: hidden;
  z-index: 0;
}

.hhs-testimonial-card-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}

.hhs-scroll-down {
  position: absolute; 
  bottom: 1%;
  left: 50%; 
  transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
  opacity: 0.4;
}

@media (max-width: 992px) {
  .hhs-testimonial-card-mod .col-lg {
    margin-bottom: 25px; 
  }


}

@media (max-width: 768px) {
  .hhs-testimonial-card-mod .col-md {
    margin-bottom: 25px; 
  }
}

@media (max-width: 575px) {
  .hhs-testimonial-card-mod .col-sm {
    margin-bottom: 25px; 
  }
}




.hhs-video {position: relative;z-index: 0;}
.hhs-video img {
  z-index: 1;
  position: relative;
}
.hhs-video-underlay {
  position: absolute;
  right:0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: contain !important;
}
.dj_column_content {
  box-shadow: 0 0 10px #ccc;
  padding: 20px 20px;
  margin-bottom: 30px;
  background: #fdfdfd;
}

.dj_column_content h3 {
  color: #f11f4f;
  font-size: 26px;
  margin-top: 10px;
  background: linear-gradient(to right,#f11f4f 20%,#c30d36 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-family: Oswald,sans-serif;
}

img.dj_column_content_image {
  margin: -20px -20px -20px;
  /* height: 80px !important; */
  /* object-fit: cover; */
}

.row.dj_Contact_Header_Banner {
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/Imported%20images/bg-blue.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.dj_contact_left {
  padding: 40px 30px 50px 35%;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}
.dj_contact_left small{
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  border-left: 5px solid rgb(255 255 255 / 60%);
  margin-top: 5px;
  padding-left: 10px;
}

.dj_contact_right_wrapper {
  background-color: #333333;
}
.dj_contact_right {
  padding: 50px 30px 50px 40px;
}
a.dj_trans_border_btn {
  border: 2px solid;
  padding: 15px 20px;
  margin-right: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 5px;
  text-align: center;
  display: inline-block;
  min-width: 175px;
  text-decoration: none;
}
a.dj_trans_border_btn.red {
  border-color: #f67db4;
}

a.dj_trans_border_btn.blue {
  border-color: #39bcff;
}

a.dj_trans_border_btn.red:hover {
  background-color: #f67db4;
}

a.dj_trans_border_btn.blue:hover {
  background-color: #39bcff;
}

/****************************/
.hs_cos_wrapper_type_simple_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1 {
  display: inline-block;
}
.hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1 a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 14px 30px;
  border-radius: 50px;
  min-width: 180px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1 a:hover {
  background-color: #e43c5d;
  color: #fff;
  transition: 0.4s;
}


#continuous-slider {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#continuous-slider .continuous-slider--wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#continuous-slider .continuous-slider--wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#continuous-slider .continuous-slider--wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
#continuous-slider .continuous-slider--wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  opacity: 0.65;
}
#continuous-slider .continuous-slider--wrap ul li img:hover {
  opacity: 1;
}


.counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.counter-items {
  padding: 0 15px;
  text-align: center;
  flex: 1;
}

.counter-items:not(:last-child) {
  border-right: 3px solid #d4c6c6;
}

.counter-count-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-count-wrapper h4 {
  color: #C5A996;
  font-weight: bold;
  font-size: 52px;
  margin: 0;
  margin-right: 10px;
}

.counter-count-detail p {
  margin: 0;
}

.counter-count-icon img {
  max-width: 100%;
  width: 54px;
  height: 54px;
}
@media (max-width:767px){
  .counter-items {
    width: 100%;
    border: 0 !important;
    margin-bottom: 20px;
  }
}


.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.svg-container svg path {
  transition: 0.1s;
}
.svg-container svg:hover path {
  d: path("M 800 300 Q 400 250 0 300 L 0 0 L 800 0 L 800 300 Z");
}



.card-container {
  position: relative;
  z-index: 2;
}

.card-main {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 6px;
  padding-bottom: 40px;
}

.card__wrap {
  margin: auto 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card--center .card__content p:last-child {
    margin-bottom: 0;
}

.card--center .card__content {
    color: #282a32;
}
.card__img {
  position: relative;
  width: 100%;
}

.card__img img {
  display: block;
  margin: 0 auto;
}

.card__content {
  padding: 40px 27px 0;
}

.card__title {
  font-weight: bold;
  margin: 0 0 10px;
}

.card__text {
  margin: 0;
}

a.card-main:not(.card--featured):hover, a.card-main:not(.card--featured):focus {
  -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 33px rgba(0, 0, 0, 0.16) !important;
  background: #fff;
}


.card--center {
  text-align: center;
}
@media (min-width: 640px) {
  .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .card-main {
    margin: 0 13px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 26px);
    flex: 1 0 calc(50% - 26px);
    max-width: calc(50% - 26px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    width: calc(50% - 26px);
  }

  .card--center .card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 110px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--center .card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .card-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33% - 26px);
    flex: 1 0 calc(33% - 26px);
    max-width: calc(33% - 26px);
  }

  .card--center {
    width: calc(33% - 26px);
  }
}

.service-icon-wrapper svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.our-tech-card-wrapper {
  display: flex;
}

.tech-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: #0085C8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.tech-icon-wrapper * {
  color: #1EABF2;
  fill: #1EABF2;
}

.tech-content-wrapper h3 {
  color: #0085C8;
  font-weight: bold;
}

.tech-content-wrapper p {
  color: #4D4D4D;
  line-height: 1.3;
  margin: 0;
}
.tech-content-wrapper ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}

.tech-content-wrapper ul {
  padding: 0;
}

.tech-content-wrapper ul li:before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  background: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/Layer%20131%20copy.png);
  background-repeat: no-repeat;
  background-position: center;
}.tech-content-wrapper h6 {
  margin-top: 29px;
}

@media (max-width:767px){
  .our-tech-card-wrapper {
    margin-bottom: 30px;
  }
}


.service-content-wrapper p {
  margin: 0;
}

.digital-banner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.digital-banner-wrapper .digi-banner-border {
  display: flex;
}

.digital-banner-wrapper .digi-banner-border > * {
  height: 8px;
  width: 50%;
}

.digital-banner-wrapper .digi-banner-border .border-left {
  background: #1675DE;
}

.digital-banner-wrapper .digi-banner-border .border-right {
  background: #333333;
}

.digital-banner-wrapper .page-center {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

.digi-banner-content-inner {
  width: 50%;
  padding: 40px 0;
}

.digi-banner-content-inner h2 {
  color: #0085C8;
  font-weight: bold;
}

.digi-banner-content-inner p {
  color: #4D4D4D;
}
.service-icon-wrapper svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.our-tech-card-wrapper {
  display: flex;
}

.tech-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: #0085C8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.tech-icon-wrapper * {
  color: #1EABF2;
  fill: #1EABF2;
}

.tech-content-wrapper h3 {
  color: #0085C8;
  font-weight: bold;
}

.tech-content-wrapper p {
  color: #4D4D4D;
  line-height: 1.3;
  margin: 0;
}
.tech-content-wrapper ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}

.tech-content-wrapper ul {
  padding: 0;
}

.tech-content-wrapper ul li:before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  background: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/Layer%20131%20copy.png);
  background-repeat: no-repeat;
  background-position: center;
}
.tech-content-wrapper h6 {
  margin-top: 29px;
}
.digital-banner-wrapper .our-tech-card-wrapper {
  padding-top: 17px;
}
@media (max-width:767px){
  .digi-banner-content-inner {
    width: 100%;
  }
  .our-tech-card-wrapper {
    margin-bottom: 0 !important;
  }
}


.card-container {
  position: relative;
  z-index: 2;
}

.card-main {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 6px;
  padding-bottom: 40px;
  transition: all .3s ease;
}


.card__img {
  position: relative;
  width: 100%;
}

.card__img img {
  display: block;
  margin: 0 auto;
}

.card__content {
  padding: 40px 27px 0;
}

.card__title {
  font-weight: bold;
  margin: 0 0 10px;
  transition: all .3s ease;
}

.card__text {
  margin: 0;
}

a.card-main:not(.card--featured):hover, a.card-main:not(.card--featured):focus {
  -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 33px rgba(0, 0, 0, 0.16) !important;
  background: #fff;
  color: rgba(104, 135, 182, 1);
}
a.card-main:not(.card--featured):hover .card__title, a.card-main:not(.card--featured):focus .card__title {
  color: rgba(104, 135, 182, 1);
}

.card--center {
  text-align: center;
}
@media (min-width: 640px) {
  .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .card-main {
    margin: 0 13px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 26px);
    flex: 1 0 calc(50% - 26px);
    max-width: calc(50% - 26px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    width: calc(50% - 26px);
  }

  .card--center .card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 110px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--center .card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .card-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33% - 26px);
    flex: 1 0 calc(33% - 26px);
    max-width: calc(33% - 26px);
  }

  .card--center {
    width: calc(33% - 26px);
  }
}

.banner-slide.right {
    text-align: right;
}
.banner-slide.center {
    text-align: center;
}

.vc_column-inner {
  position: relative;
}

.column-image-bg-wrap {}

.column-image-bg-wrap img {
  width: 100%;
  display: block;
}

.vc_column-inner .wpb_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.nectar_icon {
  width: 50px;
  margin: auto;
}
.column-bg-overlay-wrap {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  background-color: #000;
  opacity: .3;
  transition: background-color .45s cubic-bezier(0.25,1,0.33,1),opacity .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: background-color .45s cubic-bezier(0.25,1,0.33,1),opacity .45s cubic-bezier(0.25,1,0.33,1);
}

.nectar_icon svg {fill: white;}

.dj-wpb_wrapper {}

.dj-wpb_wrapper p.aci-learn-k {
  margin-bottom: 0;
}

.dj-wpb_wrapper p.aci-learn-k a {
  color: #fff;
  font-size: 24px;
  display: block;
  z-index: 9;
  text-shadow: 0 0 5px #000;
  font-weight: bold;
}



.hhs-card-flip-mod {
  width: 100%;
  position: relative;
  margin: 0px auto 25px;
  perspective: 800px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.hhs-card-flip-mod .tile {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 1.3s;
  transform-style: preserve-3d;
}

.hhs-card-flip-mod .contents {
  height: 100%;
}

.hhs-card-flip-mod:hover {
  -moz-transform: scale(1.028);
  -webkit-transform: scale(1.028);
  -o-transform: scale(1.028);
  -ms-transform: scale(1.028);
  transform: scale(1.028);
  transform: translateZ(0);
}
.hhs-card-flip-mod:hover .contents {
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}


.hhs-card-flip-mod .tile .front, .hhs-card-flip-mod .tile .back {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  text-align: left;
}


.hhs-card-flip-mod .tile .contents {
  padding: 1em;
  position: relative;
  display: flex;
  row-gap: unset;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hhs-card-flip-mod .back .contents {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hhs-card-flip-mod .tile .back p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  /*display: table-cell;
  vertical-align: middle;*/
}
.hhs-card-flip-mod .plus-minus {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
}

.plus-minus img {
  width: 26px;
  height: 26px;
}

.hhs-card-flip-mod .tile a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0 0 1em;
}

.hhs-card-flip-mod .tile .back {
  color: white;
  background: #43b372;
  transform: rotateY(180deg);
}
.hhs-card-flip-mod .flipped {
  transform: rotateY(180deg);
}




/*!
* Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

.hhs-card-flipper-mod .hhs-card-flipper-mod .dnd-section > .row-fluid{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.hhs-card-flipper-mod .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hhs-card-flipper-mod .hhs-card-flipper-mod .dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}
@media (min-width: 576px) {
  .hhs-card-flipper-mod .hhs-card-flipper-mod .dnd-section > .row-fluid ,
  .hhs-card-flipper-mod .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .hhs-card-flipper-mod .hhs-card-flipper-mod .dnd-section > .row-fluid ,
  .hhs-card-flipper-mod .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .hhs-card-flipper-mod .hhs-card-flipper-mod .dnd-section > .row-fluid ,
  .hhs-card-flipper-mod .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .hhs-card-flipper-mod .hhs-card-flipper-mod .dnd-section > .row-fluid ,
  .hhs-card-flipper-mod .container {
    max-width: 1140px;
  }
}
.hhs-card-flipper-mod .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hhs-card-flipper-mod .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hhs-card-flipper-mod .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.hhs-card-flipper-mod .no-gutters > .hhs-card-flipper-mod .col,
.hhs-card-flipper-mod .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.hhs-card-flipper-mod .col-1, .hhs-card-flipper-mod .col-2, .hhs-card-flipper-mod .col-3, .hhs-card-flipper-mod .col-4, .hhs-card-flipper-mod .col-5, .hhs-card-flipper-mod .col-6, .hhs-card-flipper-mod .col-7, .hhs-card-flipper-mod .col-8, .hhs-card-flipper-mod .col-9, .hhs-card-flipper-mod .col-10, .hhs-card-flipper-mod .col-11, .hhs-card-flipper-mod .col-12, .hhs-card-flipper-mod .col,
.hhs-card-flipper-mod .col-auto, .hhs-card-flipper-mod .col-sm-1, .hhs-card-flipper-mod .col-sm-2, .hhs-card-flipper-mod .col-sm-3, .hhs-card-flipper-mod .col-sm-4, .hhs-card-flipper-mod .col-sm-5, .hhs-card-flipper-mod .col-sm-6, .hhs-card-flipper-mod .col-sm-7, .hhs-card-flipper-mod .col-sm-8, .hhs-card-flipper-mod .col-sm-9, .hhs-card-flipper-mod .col-sm-10, .hhs-card-flipper-mod .col-sm-11, .hhs-card-flipper-mod .col-sm-12, .hhs-card-flipper-mod .col-sm,
.hhs-card-flipper-mod .col-sm-auto, .hhs-card-flipper-mod .col-md-1, .hhs-card-flipper-mod .col-md-2, .hhs-card-flipper-mod .col-md-3, .hhs-card-flipper-mod .col-md-4, .hhs-card-flipper-mod .col-md-5, .hhs-card-flipper-mod .col-md-6, .hhs-card-flipper-mod .col-md-7, .hhs-card-flipper-mod .col-md-8, .hhs-card-flipper-mod .col-md-9, .hhs-card-flipper-mod .col-md-10, .hhs-card-flipper-mod .col-md-11, .hhs-card-flipper-mod .col-md-12, .hhs-card-flipper-mod .col-md,
.hhs-card-flipper-mod .col-md-auto, .hhs-card-flipper-mod .col-lg-1, .hhs-card-flipper-mod .col-lg-2, .hhs-card-flipper-mod .col-lg-3, .hhs-card-flipper-mod .col-lg-4, .hhs-card-flipper-mod .col-lg-5, .hhs-card-flipper-mod .col-lg-6, .hhs-card-flipper-mod .col-lg-7, .hhs-card-flipper-mod .col-lg-8, .hhs-card-flipper-mod .col-lg-9, .hhs-card-flipper-mod .col-lg-10, .hhs-card-flipper-mod .col-lg-11, .hhs-card-flipper-mod .col-lg-12, .hhs-card-flipper-mod .col-lg,
.hhs-card-flipper-mod .col-lg-auto, .hhs-card-flipper-mod .col-xl-1, .hhs-card-flipper-mod .col-xl-2, .hhs-card-flipper-mod .col-xl-3, .hhs-card-flipper-mod .col-xl-4, .hhs-card-flipper-mod .col-xl-5, .hhs-card-flipper-mod .col-xl-6, .hhs-card-flipper-mod .col-xl-7, .hhs-card-flipper-mod .col-xl-8, .hhs-card-flipper-mod .col-xl-9, .hhs-card-flipper-mod .col-xl-10, .hhs-card-flipper-mod .col-xl-11, .hhs-card-flipper-mod .col-xl-12, .hhs-card-flipper-mod .col-xl,
.hhs-card-flipper-mod .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hhs-card-flipper-mod .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.hhs-card-flipper-mod .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.hhs-card-flipper-mod .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.hhs-card-flipper-mod .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.hhs-card-flipper-mod .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.hhs-card-flipper-mod .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.hhs-card-flipper-mod .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.hhs-card-flipper-mod .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.hhs-card-flipper-mod .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.hhs-card-flipper-mod .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.hhs-card-flipper-mod .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.hhs-card-flipper-mod .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.hhs-card-flipper-mod .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.hhs-card-flipper-mod .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.hhs-card-flipper-mod .order-first {
  -ms-flex-order: -1;
  order: -1;
}

.hhs-card-flipper-mod .order-last {
  -ms-flex-order: 13;
  order: 13;
}

.hhs-card-flipper-mod .order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.hhs-card-flipper-mod .order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.hhs-card-flipper-mod .order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.hhs-card-flipper-mod .order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.hhs-card-flipper-mod .order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.hhs-card-flipper-mod .order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.hhs-card-flipper-mod .order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.hhs-card-flipper-mod .order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.hhs-card-flipper-mod .order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.hhs-card-flipper-mod .order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.hhs-card-flipper-mod .order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.hhs-card-flipper-mod .order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.hhs-card-flipper-mod .order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.hhs-card-flipper-mod .offset-1 {
  margin-left: 8.333333%;
}

.hhs-card-flipper-mod .offset-2 {
  margin-left: 16.666667%;
}

.hhs-card-flipper-mod .offset-3 {
  margin-left: 25%;
}

.hhs-card-flipper-mod .offset-4 {
  margin-left: 33.333333%;
}

.hhs-card-flipper-mod .offset-5 {
  margin-left: 41.666667%;
}

.hhs-card-flipper-mod .offset-6 {
  margin-left: 50%;
}

.hhs-card-flipper-mod .offset-7 {
  margin-left: 58.333333%;
}

.hhs-card-flipper-mod .offset-8 {
  margin-left: 66.666667%;
}

.hhs-card-flipper-mod .offset-9 {
  margin-left: 75%;
}

.hhs-card-flipper-mod .offset-10 {
  margin-left: 83.333333%;
}

.hhs-card-flipper-mod .offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .hhs-card-flipper-mod .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hhs-card-flipper-mod .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hhs-card-flipper-mod .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hhs-card-flipper-mod .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hhs-card-flipper-mod .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hhs-card-flipper-mod .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hhs-card-flipper-mod .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .hhs-card-flipper-mod .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hhs-card-flipper-mod .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hhs-card-flipper-mod .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .hhs-card-flipper-mod .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .hhs-card-flipper-mod .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .hhs-card-flipper-mod .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .hhs-card-flipper-mod .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .hhs-card-flipper-mod .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .hhs-card-flipper-mod .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .hhs-card-flipper-mod .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .hhs-card-flipper-mod .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .hhs-card-flipper-mod .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .hhs-card-flipper-mod .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .hhs-card-flipper-mod .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .hhs-card-flipper-mod .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .hhs-card-flipper-mod .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .hhs-card-flipper-mod .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .hhs-card-flipper-mod .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .hhs-card-flipper-mod .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .hhs-card-flipper-mod .offset-sm-0 {
    margin-left: 0;
  }
  .hhs-card-flipper-mod .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .hhs-card-flipper-mod .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .hhs-card-flipper-mod .offset-sm-3 {
    margin-left: 25%;
  }
  .hhs-card-flipper-mod .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .hhs-card-flipper-mod .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .hhs-card-flipper-mod .offset-sm-6 {
    margin-left: 50%;
  }
  .hhs-card-flipper-mod .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .hhs-card-flipper-mod .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .hhs-card-flipper-mod .offset-sm-9 {
    margin-left: 75%;
  }
  .hhs-card-flipper-mod .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .hhs-card-flipper-mod .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .hhs-card-flipper-mod .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hhs-card-flipper-mod .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hhs-card-flipper-mod .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hhs-card-flipper-mod .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hhs-card-flipper-mod .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hhs-card-flipper-mod .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hhs-card-flipper-mod .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .hhs-card-flipper-mod .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hhs-card-flipper-mod .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hhs-card-flipper-mod .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .hhs-card-flipper-mod .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .hhs-card-flipper-mod .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .hhs-card-flipper-mod .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .hhs-card-flipper-mod .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .hhs-card-flipper-mod .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .hhs-card-flipper-mod .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .hhs-card-flipper-mod .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .hhs-card-flipper-mod .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .hhs-card-flipper-mod .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .hhs-card-flipper-mod .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .hhs-card-flipper-mod .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .hhs-card-flipper-mod .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .hhs-card-flipper-mod .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .hhs-card-flipper-mod .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .hhs-card-flipper-mod .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .hhs-card-flipper-mod .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .hhs-card-flipper-mod .offset-md-0 {
    margin-left: 0;
  }
  .hhs-card-flipper-mod .offset-md-1 {
    margin-left: 8.333333%;
  }
  .hhs-card-flipper-mod .offset-md-2 {
    margin-left: 16.666667%;
  }
  .hhs-card-flipper-mod .offset-md-3 {
    margin-left: 25%;
  }
  .hhs-card-flipper-mod .offset-md-4 {
    margin-left: 33.333333%;
  }
  .hhs-card-flipper-mod .offset-md-5 {
    margin-left: 41.666667%;
  }
  .hhs-card-flipper-mod .offset-md-6 {
    margin-left: 50%;
  }
  .hhs-card-flipper-mod .offset-md-7 {
    margin-left: 58.333333%;
  }
  .hhs-card-flipper-mod .offset-md-8 {
    margin-left: 66.666667%;
  }
  .hhs-card-flipper-mod .offset-md-9 {
    margin-left: 75%;
  }
  .hhs-card-flipper-mod .offset-md-10 {
    margin-left: 83.333333%;
  }
  .hhs-card-flipper-mod .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .hhs-card-flipper-mod .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hhs-card-flipper-mod .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hhs-card-flipper-mod .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hhs-card-flipper-mod .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hhs-card-flipper-mod .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hhs-card-flipper-mod .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hhs-card-flipper-mod .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .hhs-card-flipper-mod .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hhs-card-flipper-mod .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hhs-card-flipper-mod .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .hhs-card-flipper-mod .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .hhs-card-flipper-mod .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .hhs-card-flipper-mod .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .hhs-card-flipper-mod .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .hhs-card-flipper-mod .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .hhs-card-flipper-mod .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .hhs-card-flipper-mod .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .hhs-card-flipper-mod .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .hhs-card-flipper-mod .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .hhs-card-flipper-mod .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .hhs-card-flipper-mod .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .hhs-card-flipper-mod .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .hhs-card-flipper-mod .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .hhs-card-flipper-mod .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .hhs-card-flipper-mod .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .hhs-card-flipper-mod .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .hhs-card-flipper-mod .offset-lg-0 {
    margin-left: 0;
  }
  .hhs-card-flipper-mod .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .hhs-card-flipper-mod .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .hhs-card-flipper-mod .offset-lg-3 {
    margin-left: 25%;
  }
  .hhs-card-flipper-mod .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .hhs-card-flipper-mod .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .hhs-card-flipper-mod .offset-lg-6 {
    margin-left: 50%;
  }
  .hhs-card-flipper-mod .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .hhs-card-flipper-mod .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .hhs-card-flipper-mod .offset-lg-9 {
    margin-left: 75%;
  }
  .hhs-card-flipper-mod .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .hhs-card-flipper-mod .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .hhs-card-flipper-mod .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hhs-card-flipper-mod .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .hhs-card-flipper-mod .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hhs-card-flipper-mod .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hhs-card-flipper-mod .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hhs-card-flipper-mod .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hhs-card-flipper-mod .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .hhs-card-flipper-mod .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hhs-card-flipper-mod .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hhs-card-flipper-mod .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .hhs-card-flipper-mod .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .hhs-card-flipper-mod .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hhs-card-flipper-mod .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .hhs-card-flipper-mod .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .hhs-card-flipper-mod .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .hhs-card-flipper-mod .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .hhs-card-flipper-mod .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .hhs-card-flipper-mod .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .hhs-card-flipper-mod .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .hhs-card-flipper-mod .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .hhs-card-flipper-mod .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .hhs-card-flipper-mod .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .hhs-card-flipper-mod .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .hhs-card-flipper-mod .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .hhs-card-flipper-mod .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .hhs-card-flipper-mod .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .hhs-card-flipper-mod .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .hhs-card-flipper-mod .offset-xl-0 {
    margin-left: 0;
  }
  .hhs-card-flipper-mod .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .hhs-card-flipper-mod .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .hhs-card-flipper-mod .offset-xl-3 {
    margin-left: 25%;
  }
  .hhs-card-flipper-mod .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .hhs-card-flipper-mod .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .hhs-card-flipper-mod .offset-xl-6 {
    margin-left: 50%;
  }
  .hhs-card-flipper-mod .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .hhs-card-flipper-mod .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .hhs-card-flipper-mod .offset-xl-9 {
    margin-left: 75%;
  }
  .hhs-card-flipper-mod .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .hhs-card-flipper-mod .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.hhs-card-flipper-mod .d-none {
  display: none !important;
}

.hhs-card-flipper-mod .d-inline {
  display: inline !important;
}

.hhs-card-flipper-mod .d-inline-block {
  display: inline-block !important;
}

.hhs-card-flipper-mod .d-block {
  display: block !important;
}

.hhs-card-flipper-mod .d-table {
  display: table !important;
}

.hhs-card-flipper-mod .d-table-row {
  display: table-row !important;
}

.hhs-card-flipper-mod .d-table-cell {
  display: table-cell !important;
}

.hhs-card-flipper-mod .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.hhs-card-flipper-mod .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .hhs-card-flipper-mod .d-sm-none {
    display: none !important;
  }
  .hhs-card-flipper-mod .d-sm-inline {
    display: inline !important;
  }
  .hhs-card-flipper-mod .d-sm-inline-block {
    display: inline-block !important;
  }
  .hhs-card-flipper-mod .d-sm-block {
    display: block !important;
  }
  .hhs-card-flipper-mod .d-sm-table {
    display: table !important;
  }
  .hhs-card-flipper-mod .d-sm-table-row {
    display: table-row !important;
  }
  .hhs-card-flipper-mod .d-sm-table-cell {
    display: table-cell !important;
  }
  .hhs-card-flipper-mod .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hhs-card-flipper-mod .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .hhs-card-flipper-mod .d-md-none {
    display: none !important;
  }
  .hhs-card-flipper-mod .d-md-inline {
    display: inline !important;
  }
  .hhs-card-flipper-mod .d-md-inline-block {
    display: inline-block !important;
  }
  .hhs-card-flipper-mod .d-md-block {
    display: block !important;
  }
  .hhs-card-flipper-mod .d-md-table {
    display: table !important;
  }
  .hhs-card-flipper-mod .d-md-table-row {
    display: table-row !important;
  }
  .hhs-card-flipper-mod .d-md-table-cell {
    display: table-cell !important;
  }
  .hhs-card-flipper-mod .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hhs-card-flipper-mod .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .hhs-card-flipper-mod .d-lg-none {
    display: none !important;
  }
  .hhs-card-flipper-mod .d-lg-inline {
    display: inline !important;
  }
  .hhs-card-flipper-mod .d-lg-inline-block {
    display: inline-block !important;
  }
  .hhs-card-flipper-mod .d-lg-block {
    display: block !important;
  }
  .hhs-card-flipper-mod .d-lg-table {
    display: table !important;
  }
  .hhs-card-flipper-mod .d-lg-table-row {
    display: table-row !important;
  }
  .hhs-card-flipper-mod .d-lg-table-cell {
    display: table-cell !important;
  }
  .hhs-card-flipper-mod .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hhs-card-flipper-mod .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .hhs-card-flipper-mod .d-xl-none {
    display: none !important;
  }
  .hhs-card-flipper-mod .d-xl-inline {
    display: inline !important;
  }
  .hhs-card-flipper-mod .d-xl-inline-block {
    display: inline-block !important;
  }
  .hhs-card-flipper-mod .d-xl-block {
    display: block !important;
  }
  .hhs-card-flipper-mod .d-xl-table {
    display: table !important;
  }
  .hhs-card-flipper-mod .d-xl-table-row {
    display: table-row !important;
  }
  .hhs-card-flipper-mod .d-xl-table-cell {
    display: table-cell !important;
  }
  .hhs-card-flipper-mod .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hhs-card-flipper-mod .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .hhs-card-flipper-mod .d-print-none {
    display: none !important;
  }
  .hhs-card-flipper-mod .d-print-inline {
    display: inline !important;
  }
  .hhs-card-flipper-mod .d-print-inline-block {
    display: inline-block !important;
  }
  .hhs-card-flipper-mod .d-print-block {
    display: block !important;
  }
  .hhs-card-flipper-mod .d-print-table {
    display: table !important;
  }
  .hhs-card-flipper-mod .d-print-table-row {
    display: table-row !important;
  }
  .hhs-card-flipper-mod .d-print-table-cell {
    display: table-cell !important;
  }
  .hhs-card-flipper-mod .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hhs-card-flipper-mod .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.hhs-card-flipper-mod .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.hhs-card-flipper-mod .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.hhs-card-flipper-mod .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.hhs-card-flipper-mod .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.hhs-card-flipper-mod .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.hhs-card-flipper-mod .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.hhs-card-flipper-mod .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.hhs-card-flipper-mod .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.hhs-card-flipper-mod .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.hhs-card-flipper-mod .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.hhs-card-flipper-mod .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.hhs-card-flipper-mod .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.hhs-card-flipper-mod .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.hhs-card-flipper-mod .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.hhs-card-flipper-mod .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.hhs-card-flipper-mod .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.hhs-card-flipper-mod .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.hhs-card-flipper-mod .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.hhs-card-flipper-mod .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.hhs-card-flipper-mod .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.hhs-card-flipper-mod .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.hhs-card-flipper-mod .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.hhs-card-flipper-mod .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.hhs-card-flipper-mod .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.hhs-card-flipper-mod .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.hhs-card-flipper-mod .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.hhs-card-flipper-mod .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.hhs-card-flipper-mod .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.hhs-card-flipper-mod .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.hhs-card-flipper-mod .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.hhs-card-flipper-mod .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.hhs-card-flipper-mod .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.hhs-card-flipper-mod .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.hhs-card-flipper-mod .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .hhs-card-flipper-mod .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .hhs-card-flipper-mod .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .hhs-card-flipper-mod .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .hhs-card-flipper-mod .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .hhs-card-flipper-mod .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .hhs-card-flipper-mod .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .hhs-card-flipper-mod .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .hhs-card-flipper-mod .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .hhs-card-flipper-mod .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .hhs-card-flipper-mod .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .hhs-card-flipper-mod .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .hhs-card-flipper-mod .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .hhs-card-flipper-mod .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .hhs-card-flipper-mod .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .hhs-card-flipper-mod .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .hhs-card-flipper-mod .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .hhs-card-flipper-mod .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .hhs-card-flipper-mod .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .hhs-card-flipper-mod .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .hhs-card-flipper-mod .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .hhs-card-flipper-mod .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .hhs-card-flipper-mod .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .hhs-card-flipper-mod .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .hhs-card-flipper-mod .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .hhs-card-flipper-mod .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .hhs-card-flipper-mod .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .hhs-card-flipper-mod .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .hhs-card-flipper-mod .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .hhs-card-flipper-mod .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .hhs-card-flipper-mod .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .hhs-card-flipper-mod .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .hhs-card-flipper-mod .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .hhs-card-flipper-mod .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .hhs-card-flipper-mod .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .hhs-card-flipper-mod .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .hhs-card-flipper-mod .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .hhs-card-flipper-mod .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .hhs-card-flipper-mod .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .hhs-card-flipper-mod .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .hhs-card-flipper-mod .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .hhs-card-flipper-mod .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .hhs-card-flipper-mod .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .hhs-card-flipper-mod .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .hhs-card-flipper-mod .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .hhs-card-flipper-mod .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .hhs-card-flipper-mod .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .hhs-card-flipper-mod .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .hhs-card-flipper-mod .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .hhs-card-flipper-mod .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .hhs-card-flipper-mod .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .hhs-card-flipper-mod .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .hhs-card-flipper-mod .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .hhs-card-flipper-mod .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .hhs-card-flipper-mod .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .hhs-card-flipper-mod .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .hhs-card-flipper-mod .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .hhs-card-flipper-mod .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .hhs-card-flipper-mod .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .hhs-card-flipper-mod .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .hhs-card-flipper-mod .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .hhs-card-flipper-mod .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .hhs-card-flipper-mod .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .hhs-card-flipper-mod .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .hhs-card-flipper-mod .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .hhs-card-flipper-mod .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .hhs-card-flipper-mod .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .hhs-card-flipper-mod .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .hhs-card-flipper-mod .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .hhs-card-flipper-mod .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .hhs-card-flipper-mod .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .hhs-card-flipper-mod .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .hhs-card-flipper-mod .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .hhs-card-flipper-mod .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .hhs-card-flipper-mod .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .hhs-card-flipper-mod .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .hhs-card-flipper-mod .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .hhs-card-flipper-mod .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .hhs-card-flipper-mod .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .hhs-card-flipper-mod .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .hhs-card-flipper-mod .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .hhs-card-flipper-mod .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .hhs-card-flipper-mod .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .hhs-card-flipper-mod .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .hhs-card-flipper-mod .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .hhs-card-flipper-mod .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .hhs-card-flipper-mod .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .hhs-card-flipper-mod .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .hhs-card-flipper-mod .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .hhs-card-flipper-mod .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .hhs-card-flipper-mod .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .hhs-card-flipper-mod .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .hhs-card-flipper-mod .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .hhs-card-flipper-mod .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .hhs-card-flipper-mod .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .hhs-card-flipper-mod .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .hhs-card-flipper-mod .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .hhs-card-flipper-mod .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .hhs-card-flipper-mod .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .hhs-card-flipper-mod .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .hhs-card-flipper-mod .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .hhs-card-flipper-mod .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .hhs-card-flipper-mod .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .hhs-card-flipper-mod .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .hhs-card-flipper-mod .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .hhs-card-flipper-mod .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .hhs-card-flipper-mod .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .hhs-card-flipper-mod .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .hhs-card-flipper-mod .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .hhs-card-flipper-mod .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .hhs-card-flipper-mod .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .hhs-card-flipper-mod .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .hhs-card-flipper-mod .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .hhs-card-flipper-mod .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .hhs-card-flipper-mod .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .hhs-card-flipper-mod .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .hhs-card-flipper-mod .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .hhs-card-flipper-mod .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .hhs-card-flipper-mod .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .hhs-card-flipper-mod .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .hhs-card-flipper-mod .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .hhs-card-flipper-mod .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .hhs-card-flipper-mod .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .hhs-card-flipper-mod .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .hhs-card-flipper-mod .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .hhs-card-flipper-mod .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .hhs-card-flipper-mod .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .hhs-card-flipper-mod .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .hhs-card-flipper-mod .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .hhs-card-flipper-mod .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .hhs-card-flipper-mod .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .hhs-card-flipper-mod .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .hhs-card-flipper-mod .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .hhs-card-flipper-mod .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .hhs-card-flipper-mod .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .hhs-card-flipper-mod .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .hhs-card-flipper-mod .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.hhs-card-flipper-mod .m-0 {
  margin: 0 !important;
}

.hhs-card-flipper-mod .mt-0,
.hhs-card-flipper-mod .my-0 {
  margin-top: 0 !important;
}

.hhs-card-flipper-mod .mr-0,
.hhs-card-flipper-mod .mx-0 {
  margin-right: 0 !important;
}

.hhs-card-flipper-mod .mb-0,
.hhs-card-flipper-mod .my-0 {
  margin-bottom: 0 !important;
}

.hhs-card-flipper-mod .ml-0,
.hhs-card-flipper-mod .mx-0 {
  margin-left: 0 !important;
}

.hhs-card-flipper-mod .m-1 {
  margin: 0.25rem !important;
}

.hhs-card-flipper-mod .mt-1,
.hhs-card-flipper-mod .my-1 {
  margin-top: 0.25rem !important;
}

.hhs-card-flipper-mod .mr-1,
.hhs-card-flipper-mod .mx-1 {
  margin-right: 0.25rem !important;
}

.hhs-card-flipper-mod .mb-1,
.hhs-card-flipper-mod .my-1 {
  margin-bottom: 0.25rem !important;
}

.hhs-card-flipper-mod .ml-1,
.hhs-card-flipper-mod .mx-1 {
  margin-left: 0.25rem !important;
}

.hhs-card-flipper-mod .m-2 {
  margin: 0.5rem !important;
}

.hhs-card-flipper-mod .mt-2,
.hhs-card-flipper-mod .my-2 {
  margin-top: 0.5rem !important;
}

.hhs-card-flipper-mod .mr-2,
.hhs-card-flipper-mod .mx-2 {
  margin-right: 0.5rem !important;
}

.hhs-card-flipper-mod .mb-2,
.hhs-card-flipper-mod .my-2 {
  margin-bottom: 0.5rem !important;
}

.hhs-card-flipper-mod .ml-2,
.hhs-card-flipper-mod .mx-2 {
  margin-left: 0.5rem !important;
}

.hhs-card-flipper-mod .m-3 {
  margin: 1rem !important;
}

.hhs-card-flipper-mod .mt-3,
.hhs-card-flipper-mod .my-3 {
  margin-top: 1rem !important;
}

.hhs-card-flipper-mod .mr-3,
.hhs-card-flipper-mod .mx-3 {
  margin-right: 1rem !important;
}

.hhs-card-flipper-mod .mb-3,
.hhs-card-flipper-mod .my-3 {
  margin-bottom: 1rem !important;
}

.hhs-card-flipper-mod .ml-3,
.hhs-card-flipper-mod .mx-3 {
  margin-left: 1rem !important;
}

.hhs-card-flipper-mod .m-4 {
  margin: 1.5rem !important;
}

.hhs-card-flipper-mod .mt-4,
.hhs-card-flipper-mod .my-4 {
  margin-top: 1.5rem !important;
}

.hhs-card-flipper-mod .mr-4,
.hhs-card-flipper-mod .mx-4 {
  margin-right: 1.5rem !important;
}

.hhs-card-flipper-mod .mb-4,
.hhs-card-flipper-mod .my-4 {
  margin-bottom: 1.5rem !important;
}

.hhs-card-flipper-mod .ml-4,
.hhs-card-flipper-mod .mx-4 {
  margin-left: 1.5rem !important;
}

.hhs-card-flipper-mod .m-5 {
  margin: 3rem !important;
}

.hhs-card-flipper-mod .mt-5,
.hhs-card-flipper-mod .my-5 {
  margin-top: 3rem !important;
}

.hhs-card-flipper-mod .mr-5,
.hhs-card-flipper-mod .mx-5 {
  margin-right: 3rem !important;
}

.hhs-card-flipper-mod .mb-5,
.hhs-card-flipper-mod .my-5 {
  margin-bottom: 3rem !important;
}

.hhs-card-flipper-mod .ml-5,
.hhs-card-flipper-mod .mx-5 {
  margin-left: 3rem !important;
}

.hhs-card-flipper-mod .p-0 {
  padding: 0 !important;
}

.hhs-card-flipper-mod .pt-0,
.hhs-card-flipper-mod .py-0 {
  padding-top: 0 !important;
}

.hhs-card-flipper-mod .pr-0,
.hhs-card-flipper-mod .px-0 {
  padding-right: 0 !important;
}

.hhs-card-flipper-mod .pb-0,
.hhs-card-flipper-mod .py-0 {
  padding-bottom: 0 !important;
}

.hhs-card-flipper-mod .pl-0,
.hhs-card-flipper-mod .px-0 {
  padding-left: 0 !important;
}

.hhs-card-flipper-mod .p-1 {
  padding: 0.25rem !important;
}

.hhs-card-flipper-mod .pt-1,
.hhs-card-flipper-mod .py-1 {
  padding-top: 0.25rem !important;
}

.hhs-card-flipper-mod .pr-1,
.hhs-card-flipper-mod .px-1 {
  padding-right: 0.25rem !important;
}

.hhs-card-flipper-mod .pb-1,
.hhs-card-flipper-mod .py-1 {
  padding-bottom: 0.25rem !important;
}

.hhs-card-flipper-mod .pl-1,
.hhs-card-flipper-mod .px-1 {
  padding-left: 0.25rem !important;
}

.hhs-card-flipper-mod .p-2 {
  padding: 0.5rem !important;
}

.hhs-card-flipper-mod .pt-2,
.hhs-card-flipper-mod .py-2 {
  padding-top: 0.5rem !important;
}

.hhs-card-flipper-mod .pr-2,
.hhs-card-flipper-mod .px-2 {
  padding-right: 0.5rem !important;
}

.hhs-card-flipper-mod .pb-2,
.hhs-card-flipper-mod .py-2 {
  padding-bottom: 0.5rem !important;
}

.hhs-card-flipper-mod .pl-2,
.hhs-card-flipper-mod .px-2 {
  padding-left: 0.5rem !important;
}

.hhs-card-flipper-mod .p-3 {
  padding: 1rem !important;
}

.hhs-card-flipper-mod .pt-3,
.hhs-card-flipper-mod .py-3 {
  padding-top: 1rem !important;
}

.hhs-card-flipper-mod .pr-3,
.hhs-card-flipper-mod .px-3 {
  padding-right: 1rem !important;
}

.hhs-card-flipper-mod .pb-3,
.hhs-card-flipper-mod .py-3 {
  padding-bottom: 1rem !important;
}

.hhs-card-flipper-mod .pl-3,
.hhs-card-flipper-mod .px-3 {
  padding-left: 1rem !important;
}

.hhs-card-flipper-mod .p-4 {
  padding: 1.5rem !important;
}

.hhs-card-flipper-mod .pt-4,
.hhs-card-flipper-mod .py-4 {
  padding-top: 1.5rem !important;
}

.hhs-card-flipper-mod .pr-4,
.hhs-card-flipper-mod .px-4 {
  padding-right: 1.5rem !important;
}

.hhs-card-flipper-mod .pb-4,
.hhs-card-flipper-mod .py-4 {
  padding-bottom: 1.5rem !important;
}

.hhs-card-flipper-mod .pl-4,
.hhs-card-flipper-mod .px-4 {
  padding-left: 1.5rem !important;
}

.hhs-card-flipper-mod .p-5 {
  padding: 3rem !important;
}

.hhs-card-flipper-mod .pt-5,
.hhs-card-flipper-mod .py-5 {
  padding-top: 3rem !important;
}

.hhs-card-flipper-mod .pr-5,
.hhs-card-flipper-mod .px-5 {
  padding-right: 3rem !important;
}

.hhs-card-flipper-mod .pb-5,
.hhs-card-flipper-mod .py-5 {
  padding-bottom: 3rem !important;
}

.hhs-card-flipper-mod .pl-5,
.hhs-card-flipper-mod .px-5 {
  padding-left: 3rem !important;
}

.hhs-card-flipper-mod .m-n1 {
  margin: -0.25rem !important;
}

.hhs-card-flipper-mod .mt-n1,
.hhs-card-flipper-mod .my-n1 {
  margin-top: -0.25rem !important;
}

.hhs-card-flipper-mod .mr-n1,
.hhs-card-flipper-mod .mx-n1 {
  margin-right: -0.25rem !important;
}

.hhs-card-flipper-mod .mb-n1,
.hhs-card-flipper-mod .my-n1 {
  margin-bottom: -0.25rem !important;
}

.hhs-card-flipper-mod .ml-n1,
.hhs-card-flipper-mod .mx-n1 {
  margin-left: -0.25rem !important;
}

.hhs-card-flipper-mod .m-n2 {
  margin: -0.5rem !important;
}

.hhs-card-flipper-mod .mt-n2,
.hhs-card-flipper-mod .my-n2 {
  margin-top: -0.5rem !important;
}

.hhs-card-flipper-mod .mr-n2,
.hhs-card-flipper-mod .mx-n2 {
  margin-right: -0.5rem !important;
}

.hhs-card-flipper-mod .mb-n2,
.hhs-card-flipper-mod .my-n2 {
  margin-bottom: -0.5rem !important;
}

.hhs-card-flipper-mod .ml-n2,
.hhs-card-flipper-mod .mx-n2 {
  margin-left: -0.5rem !important;
}

.hhs-card-flipper-mod .m-n3 {
  margin: -1rem !important;
}

.hhs-card-flipper-mod .mt-n3,
.hhs-card-flipper-mod .my-n3 {
  margin-top: -1rem !important;
}

.hhs-card-flipper-mod .mr-n3,
.hhs-card-flipper-mod .mx-n3 {
  margin-right: -1rem !important;
}

.hhs-card-flipper-mod .mb-n3,
.hhs-card-flipper-mod .my-n3 {
  margin-bottom: -1rem !important;
}

.hhs-card-flipper-mod .ml-n3,
.hhs-card-flipper-mod .mx-n3 {
  margin-left: -1rem !important;
}

.hhs-card-flipper-mod .m-n4 {
  margin: -1.5rem !important;
}

.hhs-card-flipper-mod .mt-n4,
.hhs-card-flipper-mod .my-n4 {
  margin-top: -1.5rem !important;
}

.hhs-card-flipper-mod .mr-n4,
.hhs-card-flipper-mod .mx-n4 {
  margin-right: -1.5rem !important;
}

.hhs-card-flipper-mod .mb-n4,
.hhs-card-flipper-mod .my-n4 {
  margin-bottom: -1.5rem !important;
}

.hhs-card-flipper-mod .ml-n4,
.hhs-card-flipper-mod .mx-n4 {
  margin-left: -1.5rem !important;
}

.hhs-card-flipper-mod .m-n5 {
  margin: -3rem !important;
}

.hhs-card-flipper-mod .mt-n5,
.hhs-card-flipper-mod .my-n5 {
  margin-top: -3rem !important;
}

.hhs-card-flipper-mod .mr-n5,
.hhs-card-flipper-mod .mx-n5 {
  margin-right: -3rem !important;
}

.hhs-card-flipper-mod .mb-n5,
.hhs-card-flipper-mod .my-n5 {
  margin-bottom: -3rem !important;
}

.hhs-card-flipper-mod .ml-n5,
.hhs-card-flipper-mod .mx-n5 {
  margin-left: -3rem !important;
}

.hhs-card-flipper-mod .m-auto {
  margin: auto !important;
}

.hhs-card-flipper-mod .mt-auto,
.hhs-card-flipper-mod .my-auto {
  margin-top: auto !important;
}

.hhs-card-flipper-mod .mr-auto,
.hhs-card-flipper-mod .mx-auto {
  margin-right: auto !important;
}

.hhs-card-flipper-mod .mb-auto,
.hhs-card-flipper-mod .my-auto {
  margin-bottom: auto !important;
}

.hhs-card-flipper-mod .ml-auto,
.hhs-card-flipper-mod .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .hhs-card-flipper-mod .m-sm-0 {
    margin: 0 !important;
  }
  .hhs-card-flipper-mod .mt-sm-0,
  .hhs-card-flipper-mod .my-sm-0 {
    margin-top: 0 !important;
  }
  .hhs-card-flipper-mod .mr-sm-0,
  .hhs-card-flipper-mod .mx-sm-0 {
    margin-right: 0 !important;
  }
  .hhs-card-flipper-mod .mb-sm-0,
  .hhs-card-flipper-mod .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .hhs-card-flipper-mod .ml-sm-0,
  .hhs-card-flipper-mod .mx-sm-0 {
    margin-left: 0 !important;
  }
  .hhs-card-flipper-mod .m-sm-1 {
    margin: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-1,
  .hhs-card-flipper-mod .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-1,
  .hhs-card-flipper-mod .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-1,
  .hhs-card-flipper-mod .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-1,
  .hhs-card-flipper-mod .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .hhs-card-flipper-mod .m-sm-2 {
    margin: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-2,
  .hhs-card-flipper-mod .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-2,
  .hhs-card-flipper-mod .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-2,
  .hhs-card-flipper-mod .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-2,
  .hhs-card-flipper-mod .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .hhs-card-flipper-mod .m-sm-3 {
    margin: 1rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-3,
  .hhs-card-flipper-mod .my-sm-3 {
    margin-top: 1rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-3,
  .hhs-card-flipper-mod .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-3,
  .hhs-card-flipper-mod .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-3,
  .hhs-card-flipper-mod .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .hhs-card-flipper-mod .m-sm-4 {
    margin: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-4,
  .hhs-card-flipper-mod .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-4,
  .hhs-card-flipper-mod .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-4,
  .hhs-card-flipper-mod .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-4,
  .hhs-card-flipper-mod .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .hhs-card-flipper-mod .m-sm-5 {
    margin: 3rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-5,
  .hhs-card-flipper-mod .my-sm-5 {
    margin-top: 3rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-5,
  .hhs-card-flipper-mod .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-5,
  .hhs-card-flipper-mod .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-5,
  .hhs-card-flipper-mod .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .hhs-card-flipper-mod .p-sm-0 {
    padding: 0 !important;
  }
  .hhs-card-flipper-mod .pt-sm-0,
  .hhs-card-flipper-mod .py-sm-0 {
    padding-top: 0 !important;
  }
  .hhs-card-flipper-mod .pr-sm-0,
  .hhs-card-flipper-mod .px-sm-0 {
    padding-right: 0 !important;
  }
  .hhs-card-flipper-mod .pb-sm-0,
  .hhs-card-flipper-mod .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .hhs-card-flipper-mod .pl-sm-0,
  .hhs-card-flipper-mod .px-sm-0 {
    padding-left: 0 !important;
  }
  .hhs-card-flipper-mod .p-sm-1 {
    padding: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pt-sm-1,
  .hhs-card-flipper-mod .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pr-sm-1,
  .hhs-card-flipper-mod .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pb-sm-1,
  .hhs-card-flipper-mod .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pl-sm-1,
  .hhs-card-flipper-mod .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .hhs-card-flipper-mod .p-sm-2 {
    padding: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pt-sm-2,
  .hhs-card-flipper-mod .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pr-sm-2,
  .hhs-card-flipper-mod .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pb-sm-2,
  .hhs-card-flipper-mod .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pl-sm-2,
  .hhs-card-flipper-mod .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .hhs-card-flipper-mod .p-sm-3 {
    padding: 1rem !important;
  }
  .hhs-card-flipper-mod .pt-sm-3,
  .hhs-card-flipper-mod .py-sm-3 {
    padding-top: 1rem !important;
  }
  .hhs-card-flipper-mod .pr-sm-3,
  .hhs-card-flipper-mod .px-sm-3 {
    padding-right: 1rem !important;
  }
  .hhs-card-flipper-mod .pb-sm-3,
  .hhs-card-flipper-mod .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .hhs-card-flipper-mod .pl-sm-3,
  .hhs-card-flipper-mod .px-sm-3 {
    padding-left: 1rem !important;
  }
  .hhs-card-flipper-mod .p-sm-4 {
    padding: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pt-sm-4,
  .hhs-card-flipper-mod .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pr-sm-4,
  .hhs-card-flipper-mod .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pb-sm-4,
  .hhs-card-flipper-mod .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pl-sm-4,
  .hhs-card-flipper-mod .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .hhs-card-flipper-mod .p-sm-5 {
    padding: 3rem !important;
  }
  .hhs-card-flipper-mod .pt-sm-5,
  .hhs-card-flipper-mod .py-sm-5 {
    padding-top: 3rem !important;
  }
  .hhs-card-flipper-mod .pr-sm-5,
  .hhs-card-flipper-mod .px-sm-5 {
    padding-right: 3rem !important;
  }
  .hhs-card-flipper-mod .pb-sm-5,
  .hhs-card-flipper-mod .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .hhs-card-flipper-mod .pl-sm-5,
  .hhs-card-flipper-mod .px-sm-5 {
    padding-left: 3rem !important;
  }
  .hhs-card-flipper-mod .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-n1,
  .hhs-card-flipper-mod .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-n1,
  .hhs-card-flipper-mod .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-n1,
  .hhs-card-flipper-mod .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-n1,
  .hhs-card-flipper-mod .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .hhs-card-flipper-mod .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-n2,
  .hhs-card-flipper-mod .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-n2,
  .hhs-card-flipper-mod .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-n2,
  .hhs-card-flipper-mod .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-n2,
  .hhs-card-flipper-mod .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .hhs-card-flipper-mod .m-sm-n3 {
    margin: -1rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-n3,
  .hhs-card-flipper-mod .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-n3,
  .hhs-card-flipper-mod .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-n3,
  .hhs-card-flipper-mod .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-n3,
  .hhs-card-flipper-mod .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .hhs-card-flipper-mod .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-n4,
  .hhs-card-flipper-mod .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-n4,
  .hhs-card-flipper-mod .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-n4,
  .hhs-card-flipper-mod .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-n4,
  .hhs-card-flipper-mod .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .hhs-card-flipper-mod .m-sm-n5 {
    margin: -3rem !important;
  }
  .hhs-card-flipper-mod .mt-sm-n5,
  .hhs-card-flipper-mod .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .hhs-card-flipper-mod .mr-sm-n5,
  .hhs-card-flipper-mod .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .hhs-card-flipper-mod .mb-sm-n5,
  .hhs-card-flipper-mod .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .hhs-card-flipper-mod .ml-sm-n5,
  .hhs-card-flipper-mod .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .hhs-card-flipper-mod .m-sm-auto {
    margin: auto !important;
  }
  .hhs-card-flipper-mod .mt-sm-auto,
  .hhs-card-flipper-mod .my-sm-auto {
    margin-top: auto !important;
  }
  .hhs-card-flipper-mod .mr-sm-auto,
  .hhs-card-flipper-mod .mx-sm-auto {
    margin-right: auto !important;
  }
  .hhs-card-flipper-mod .mb-sm-auto,
  .hhs-card-flipper-mod .my-sm-auto {
    margin-bottom: auto !important;
  }
  .hhs-card-flipper-mod .ml-sm-auto,
  .hhs-card-flipper-mod .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .hhs-card-flipper-mod .m-md-0 {
    margin: 0 !important;
  }
  .hhs-card-flipper-mod .mt-md-0,
  .hhs-card-flipper-mod .my-md-0 {
    margin-top: 0 !important;
  }
  .hhs-card-flipper-mod .mr-md-0,
  .hhs-card-flipper-mod .mx-md-0 {
    margin-right: 0 !important;
  }
  .hhs-card-flipper-mod .mb-md-0,
  .hhs-card-flipper-mod .my-md-0 {
    margin-bottom: 0 !important;
  }
  .hhs-card-flipper-mod .ml-md-0,
  .hhs-card-flipper-mod .mx-md-0 {
    margin-left: 0 !important;
  }
  .hhs-card-flipper-mod .m-md-1 {
    margin: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mt-md-1,
  .hhs-card-flipper-mod .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mr-md-1,
  .hhs-card-flipper-mod .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mb-md-1,
  .hhs-card-flipper-mod .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .hhs-card-flipper-mod .ml-md-1,
  .hhs-card-flipper-mod .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .hhs-card-flipper-mod .m-md-2 {
    margin: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mt-md-2,
  .hhs-card-flipper-mod .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mr-md-2,
  .hhs-card-flipper-mod .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mb-md-2,
  .hhs-card-flipper-mod .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .hhs-card-flipper-mod .ml-md-2,
  .hhs-card-flipper-mod .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .hhs-card-flipper-mod .m-md-3 {
    margin: 1rem !important;
  }
  .hhs-card-flipper-mod .mt-md-3,
  .hhs-card-flipper-mod .my-md-3 {
    margin-top: 1rem !important;
  }
  .hhs-card-flipper-mod .mr-md-3,
  .hhs-card-flipper-mod .mx-md-3 {
    margin-right: 1rem !important;
  }
  .hhs-card-flipper-mod .mb-md-3,
  .hhs-card-flipper-mod .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .hhs-card-flipper-mod .ml-md-3,
  .hhs-card-flipper-mod .mx-md-3 {
    margin-left: 1rem !important;
  }
  .hhs-card-flipper-mod .m-md-4 {
    margin: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mt-md-4,
  .hhs-card-flipper-mod .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mr-md-4,
  .hhs-card-flipper-mod .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mb-md-4,
  .hhs-card-flipper-mod .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .hhs-card-flipper-mod .ml-md-4,
  .hhs-card-flipper-mod .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .hhs-card-flipper-mod .m-md-5 {
    margin: 3rem !important;
  }
  .hhs-card-flipper-mod .mt-md-5,
  .hhs-card-flipper-mod .my-md-5 {
    margin-top: 3rem !important;
  }
  .hhs-card-flipper-mod .mr-md-5,
  .hhs-card-flipper-mod .mx-md-5 {
    margin-right: 3rem !important;
  }
  .hhs-card-flipper-mod .mb-md-5,
  .hhs-card-flipper-mod .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .hhs-card-flipper-mod .ml-md-5,
  .hhs-card-flipper-mod .mx-md-5 {
    margin-left: 3rem !important;
  }
  .hhs-card-flipper-mod .p-md-0 {
    padding: 0 !important;
  }
  .hhs-card-flipper-mod .pt-md-0,
  .hhs-card-flipper-mod .py-md-0 {
    padding-top: 0 !important;
  }
  .hhs-card-flipper-mod .pr-md-0,
  .hhs-card-flipper-mod .px-md-0 {
    padding-right: 0 !important;
  }
  .hhs-card-flipper-mod .pb-md-0,
  .hhs-card-flipper-mod .py-md-0 {
    padding-bottom: 0 !important;
  }
  .hhs-card-flipper-mod .pl-md-0,
  .hhs-card-flipper-mod .px-md-0 {
    padding-left: 0 !important;
  }
  .hhs-card-flipper-mod .p-md-1 {
    padding: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pt-md-1,
  .hhs-card-flipper-mod .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pr-md-1,
  .hhs-card-flipper-mod .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pb-md-1,
  .hhs-card-flipper-mod .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pl-md-1,
  .hhs-card-flipper-mod .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .hhs-card-flipper-mod .p-md-2 {
    padding: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pt-md-2,
  .hhs-card-flipper-mod .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pr-md-2,
  .hhs-card-flipper-mod .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pb-md-2,
  .hhs-card-flipper-mod .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pl-md-2,
  .hhs-card-flipper-mod .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .hhs-card-flipper-mod .p-md-3 {
    padding: 1rem !important;
  }
  .hhs-card-flipper-mod .pt-md-3,
  .hhs-card-flipper-mod .py-md-3 {
    padding-top: 1rem !important;
  }
  .hhs-card-flipper-mod .pr-md-3,
  .hhs-card-flipper-mod .px-md-3 {
    padding-right: 1rem !important;
  }
  .hhs-card-flipper-mod .pb-md-3,
  .hhs-card-flipper-mod .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .hhs-card-flipper-mod .pl-md-3,
  .hhs-card-flipper-mod .px-md-3 {
    padding-left: 1rem !important;
  }
  .hhs-card-flipper-mod .p-md-4 {
    padding: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pt-md-4,
  .hhs-card-flipper-mod .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pr-md-4,
  .hhs-card-flipper-mod .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pb-md-4,
  .hhs-card-flipper-mod .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pl-md-4,
  .hhs-card-flipper-mod .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .hhs-card-flipper-mod .p-md-5 {
    padding: 3rem !important;
  }
  .hhs-card-flipper-mod .pt-md-5,
  .hhs-card-flipper-mod .py-md-5 {
    padding-top: 3rem !important;
  }
  .hhs-card-flipper-mod .pr-md-5,
  .hhs-card-flipper-mod .px-md-5 {
    padding-right: 3rem !important;
  }
  .hhs-card-flipper-mod .pb-md-5,
  .hhs-card-flipper-mod .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .hhs-card-flipper-mod .pl-md-5,
  .hhs-card-flipper-mod .px-md-5 {
    padding-left: 3rem !important;
  }
  .hhs-card-flipper-mod .m-md-n1 {
    margin: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mt-md-n1,
  .hhs-card-flipper-mod .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mr-md-n1,
  .hhs-card-flipper-mod .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mb-md-n1,
  .hhs-card-flipper-mod .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .hhs-card-flipper-mod .ml-md-n1,
  .hhs-card-flipper-mod .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .hhs-card-flipper-mod .m-md-n2 {
    margin: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mt-md-n2,
  .hhs-card-flipper-mod .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mr-md-n2,
  .hhs-card-flipper-mod .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mb-md-n2,
  .hhs-card-flipper-mod .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .hhs-card-flipper-mod .ml-md-n2,
  .hhs-card-flipper-mod .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .hhs-card-flipper-mod .m-md-n3 {
    margin: -1rem !important;
  }
  .hhs-card-flipper-mod .mt-md-n3,
  .hhs-card-flipper-mod .my-md-n3 {
    margin-top: -1rem !important;
  }
  .hhs-card-flipper-mod .mr-md-n3,
  .hhs-card-flipper-mod .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .hhs-card-flipper-mod .mb-md-n3,
  .hhs-card-flipper-mod .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .hhs-card-flipper-mod .ml-md-n3,
  .hhs-card-flipper-mod .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .hhs-card-flipper-mod .m-md-n4 {
    margin: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mt-md-n4,
  .hhs-card-flipper-mod .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mr-md-n4,
  .hhs-card-flipper-mod .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mb-md-n4,
  .hhs-card-flipper-mod .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .hhs-card-flipper-mod .ml-md-n4,
  .hhs-card-flipper-mod .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .hhs-card-flipper-mod .m-md-n5 {
    margin: -3rem !important;
  }
  .hhs-card-flipper-mod .mt-md-n5,
  .hhs-card-flipper-mod .my-md-n5 {
    margin-top: -3rem !important;
  }
  .hhs-card-flipper-mod .mr-md-n5,
  .hhs-card-flipper-mod .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .hhs-card-flipper-mod .mb-md-n5,
  .hhs-card-flipper-mod .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .hhs-card-flipper-mod .ml-md-n5,
  .hhs-card-flipper-mod .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .hhs-card-flipper-mod .m-md-auto {
    margin: auto !important;
  }
  .hhs-card-flipper-mod .mt-md-auto,
  .hhs-card-flipper-mod .my-md-auto {
    margin-top: auto !important;
  }
  .hhs-card-flipper-mod .mr-md-auto,
  .hhs-card-flipper-mod .mx-md-auto {
    margin-right: auto !important;
  }
  .hhs-card-flipper-mod .mb-md-auto,
  .hhs-card-flipper-mod .my-md-auto {
    margin-bottom: auto !important;
  }
  .hhs-card-flipper-mod .ml-md-auto,
  .hhs-card-flipper-mod .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .hhs-card-flipper-mod .m-lg-0 {
    margin: 0 !important;
  }
  .hhs-card-flipper-mod .mt-lg-0,
  .hhs-card-flipper-mod .my-lg-0 {
    margin-top: 0 !important;
  }
  .hhs-card-flipper-mod .mr-lg-0,
  .hhs-card-flipper-mod .mx-lg-0 {
    margin-right: 0 !important;
  }
  .hhs-card-flipper-mod .mb-lg-0,
  .hhs-card-flipper-mod .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .hhs-card-flipper-mod .ml-lg-0,
  .hhs-card-flipper-mod .mx-lg-0 {
    margin-left: 0 !important;
  }
  .hhs-card-flipper-mod .m-lg-1 {
    margin: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-1,
  .hhs-card-flipper-mod .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-1,
  .hhs-card-flipper-mod .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-1,
  .hhs-card-flipper-mod .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-1,
  .hhs-card-flipper-mod .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .hhs-card-flipper-mod .m-lg-2 {
    margin: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-2,
  .hhs-card-flipper-mod .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-2,
  .hhs-card-flipper-mod .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-2,
  .hhs-card-flipper-mod .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-2,
  .hhs-card-flipper-mod .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .hhs-card-flipper-mod .m-lg-3 {
    margin: 1rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-3,
  .hhs-card-flipper-mod .my-lg-3 {
    margin-top: 1rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-3,
  .hhs-card-flipper-mod .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-3,
  .hhs-card-flipper-mod .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-3,
  .hhs-card-flipper-mod .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .hhs-card-flipper-mod .m-lg-4 {
    margin: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-4,
  .hhs-card-flipper-mod .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-4,
  .hhs-card-flipper-mod .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-4,
  .hhs-card-flipper-mod .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-4,
  .hhs-card-flipper-mod .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .hhs-card-flipper-mod .m-lg-5 {
    margin: 3rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-5,
  .hhs-card-flipper-mod .my-lg-5 {
    margin-top: 3rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-5,
  .hhs-card-flipper-mod .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-5,
  .hhs-card-flipper-mod .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-5,
  .hhs-card-flipper-mod .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .hhs-card-flipper-mod .p-lg-0 {
    padding: 0 !important;
  }
  .hhs-card-flipper-mod .pt-lg-0,
  .hhs-card-flipper-mod .py-lg-0 {
    padding-top: 0 !important;
  }
  .hhs-card-flipper-mod .pr-lg-0,
  .hhs-card-flipper-mod .px-lg-0 {
    padding-right: 0 !important;
  }
  .hhs-card-flipper-mod .pb-lg-0,
  .hhs-card-flipper-mod .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .hhs-card-flipper-mod .pl-lg-0,
  .hhs-card-flipper-mod .px-lg-0 {
    padding-left: 0 !important;
  }
  .hhs-card-flipper-mod .p-lg-1 {
    padding: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pt-lg-1,
  .hhs-card-flipper-mod .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pr-lg-1,
  .hhs-card-flipper-mod .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pb-lg-1,
  .hhs-card-flipper-mod .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pl-lg-1,
  .hhs-card-flipper-mod .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .hhs-card-flipper-mod .p-lg-2 {
    padding: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pt-lg-2,
  .hhs-card-flipper-mod .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pr-lg-2,
  .hhs-card-flipper-mod .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pb-lg-2,
  .hhs-card-flipper-mod .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pl-lg-2,
  .hhs-card-flipper-mod .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .hhs-card-flipper-mod .p-lg-3 {
    padding: 1rem !important;
  }
  .hhs-card-flipper-mod .pt-lg-3,
  .hhs-card-flipper-mod .py-lg-3 {
    padding-top: 1rem !important;
  }
  .hhs-card-flipper-mod .pr-lg-3,
  .hhs-card-flipper-mod .px-lg-3 {
    padding-right: 1rem !important;
  }
  .hhs-card-flipper-mod .pb-lg-3,
  .hhs-card-flipper-mod .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .hhs-card-flipper-mod .pl-lg-3,
  .hhs-card-flipper-mod .px-lg-3 {
    padding-left: 1rem !important;
  }
  .hhs-card-flipper-mod .p-lg-4 {
    padding: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pt-lg-4,
  .hhs-card-flipper-mod .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pr-lg-4,
  .hhs-card-flipper-mod .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pb-lg-4,
  .hhs-card-flipper-mod .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pl-lg-4,
  .hhs-card-flipper-mod .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .hhs-card-flipper-mod .p-lg-5 {
    padding: 3rem !important;
  }
  .hhs-card-flipper-mod .pt-lg-5,
  .hhs-card-flipper-mod .py-lg-5 {
    padding-top: 3rem !important;
  }
  .hhs-card-flipper-mod .pr-lg-5,
  .hhs-card-flipper-mod .px-lg-5 {
    padding-right: 3rem !important;
  }
  .hhs-card-flipper-mod .pb-lg-5,
  .hhs-card-flipper-mod .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .hhs-card-flipper-mod .pl-lg-5,
  .hhs-card-flipper-mod .px-lg-5 {
    padding-left: 3rem !important;
  }
  .hhs-card-flipper-mod .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-n1,
  .hhs-card-flipper-mod .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-n1,
  .hhs-card-flipper-mod .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-n1,
  .hhs-card-flipper-mod .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-n1,
  .hhs-card-flipper-mod .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .hhs-card-flipper-mod .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-n2,
  .hhs-card-flipper-mod .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-n2,
  .hhs-card-flipper-mod .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-n2,
  .hhs-card-flipper-mod .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-n2,
  .hhs-card-flipper-mod .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .hhs-card-flipper-mod .m-lg-n3 {
    margin: -1rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-n3,
  .hhs-card-flipper-mod .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-n3,
  .hhs-card-flipper-mod .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-n3,
  .hhs-card-flipper-mod .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-n3,
  .hhs-card-flipper-mod .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .hhs-card-flipper-mod .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-n4,
  .hhs-card-flipper-mod .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-n4,
  .hhs-card-flipper-mod .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-n4,
  .hhs-card-flipper-mod .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-n4,
  .hhs-card-flipper-mod .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .hhs-card-flipper-mod .m-lg-n5 {
    margin: -3rem !important;
  }
  .hhs-card-flipper-mod .mt-lg-n5,
  .hhs-card-flipper-mod .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .hhs-card-flipper-mod .mr-lg-n5,
  .hhs-card-flipper-mod .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .hhs-card-flipper-mod .mb-lg-n5,
  .hhs-card-flipper-mod .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .hhs-card-flipper-mod .ml-lg-n5,
  .hhs-card-flipper-mod .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .hhs-card-flipper-mod .m-lg-auto {
    margin: auto !important;
  }
  .hhs-card-flipper-mod .mt-lg-auto,
  .hhs-card-flipper-mod .my-lg-auto {
    margin-top: auto !important;
  }
  .hhs-card-flipper-mod .mr-lg-auto,
  .hhs-card-flipper-mod .mx-lg-auto {
    margin-right: auto !important;
  }
  .hhs-card-flipper-mod .mb-lg-auto,
  .hhs-card-flipper-mod .my-lg-auto {
    margin-bottom: auto !important;
  }
  .hhs-card-flipper-mod .ml-lg-auto,
  .hhs-card-flipper-mod .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .hhs-card-flipper-mod .m-xl-0 {
    margin: 0 !important;
  }
  .hhs-card-flipper-mod .mt-xl-0,
  .hhs-card-flipper-mod .my-xl-0 {
    margin-top: 0 !important;
  }
  .hhs-card-flipper-mod .mr-xl-0,
  .hhs-card-flipper-mod .mx-xl-0 {
    margin-right: 0 !important;
  }
  .hhs-card-flipper-mod .mb-xl-0,
  .hhs-card-flipper-mod .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .hhs-card-flipper-mod .ml-xl-0,
  .hhs-card-flipper-mod .mx-xl-0 {
    margin-left: 0 !important;
  }
  .hhs-card-flipper-mod .m-xl-1 {
    margin: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-1,
  .hhs-card-flipper-mod .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-1,
  .hhs-card-flipper-mod .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-1,
  .hhs-card-flipper-mod .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-1,
  .hhs-card-flipper-mod .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .hhs-card-flipper-mod .m-xl-2 {
    margin: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-2,
  .hhs-card-flipper-mod .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-2,
  .hhs-card-flipper-mod .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-2,
  .hhs-card-flipper-mod .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-2,
  .hhs-card-flipper-mod .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .hhs-card-flipper-mod .m-xl-3 {
    margin: 1rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-3,
  .hhs-card-flipper-mod .my-xl-3 {
    margin-top: 1rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-3,
  .hhs-card-flipper-mod .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-3,
  .hhs-card-flipper-mod .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-3,
  .hhs-card-flipper-mod .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .hhs-card-flipper-mod .m-xl-4 {
    margin: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-4,
  .hhs-card-flipper-mod .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-4,
  .hhs-card-flipper-mod .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-4,
  .hhs-card-flipper-mod .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-4,
  .hhs-card-flipper-mod .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .hhs-card-flipper-mod .m-xl-5 {
    margin: 3rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-5,
  .hhs-card-flipper-mod .my-xl-5 {
    margin-top: 3rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-5,
  .hhs-card-flipper-mod .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-5,
  .hhs-card-flipper-mod .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-5,
  .hhs-card-flipper-mod .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .hhs-card-flipper-mod .p-xl-0 {
    padding: 0 !important;
  }
  .hhs-card-flipper-mod .pt-xl-0,
  .hhs-card-flipper-mod .py-xl-0 {
    padding-top: 0 !important;
  }
  .hhs-card-flipper-mod .pr-xl-0,
  .hhs-card-flipper-mod .px-xl-0 {
    padding-right: 0 !important;
  }
  .hhs-card-flipper-mod .pb-xl-0,
  .hhs-card-flipper-mod .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .hhs-card-flipper-mod .pl-xl-0,
  .hhs-card-flipper-mod .px-xl-0 {
    padding-left: 0 !important;
  }
  .hhs-card-flipper-mod .p-xl-1 {
    padding: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pt-xl-1,
  .hhs-card-flipper-mod .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pr-xl-1,
  .hhs-card-flipper-mod .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pb-xl-1,
  .hhs-card-flipper-mod .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .hhs-card-flipper-mod .pl-xl-1,
  .hhs-card-flipper-mod .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .hhs-card-flipper-mod .p-xl-2 {
    padding: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pt-xl-2,
  .hhs-card-flipper-mod .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pr-xl-2,
  .hhs-card-flipper-mod .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pb-xl-2,
  .hhs-card-flipper-mod .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .hhs-card-flipper-mod .pl-xl-2,
  .hhs-card-flipper-mod .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .hhs-card-flipper-mod .p-xl-3 {
    padding: 1rem !important;
  }
  .hhs-card-flipper-mod .pt-xl-3,
  .hhs-card-flipper-mod .py-xl-3 {
    padding-top: 1rem !important;
  }
  .hhs-card-flipper-mod .pr-xl-3,
  .hhs-card-flipper-mod .px-xl-3 {
    padding-right: 1rem !important;
  }
  .hhs-card-flipper-mod .pb-xl-3,
  .hhs-card-flipper-mod .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .hhs-card-flipper-mod .pl-xl-3,
  .hhs-card-flipper-mod .px-xl-3 {
    padding-left: 1rem !important;
  }
  .hhs-card-flipper-mod .p-xl-4 {
    padding: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pt-xl-4,
  .hhs-card-flipper-mod .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pr-xl-4,
  .hhs-card-flipper-mod .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pb-xl-4,
  .hhs-card-flipper-mod .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .hhs-card-flipper-mod .pl-xl-4,
  .hhs-card-flipper-mod .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .hhs-card-flipper-mod .p-xl-5 {
    padding: 3rem !important;
  }
  .hhs-card-flipper-mod .pt-xl-5,
  .hhs-card-flipper-mod .py-xl-5 {
    padding-top: 3rem !important;
  }
  .hhs-card-flipper-mod .pr-xl-5,
  .hhs-card-flipper-mod .px-xl-5 {
    padding-right: 3rem !important;
  }
  .hhs-card-flipper-mod .pb-xl-5,
  .hhs-card-flipper-mod .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .hhs-card-flipper-mod .pl-xl-5,
  .hhs-card-flipper-mod .px-xl-5 {
    padding-left: 3rem !important;
  }
  .hhs-card-flipper-mod .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-n1,
  .hhs-card-flipper-mod .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-n1,
  .hhs-card-flipper-mod .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-n1,
  .hhs-card-flipper-mod .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-n1,
  .hhs-card-flipper-mod .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .hhs-card-flipper-mod .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-n2,
  .hhs-card-flipper-mod .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-n2,
  .hhs-card-flipper-mod .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-n2,
  .hhs-card-flipper-mod .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-n2,
  .hhs-card-flipper-mod .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .hhs-card-flipper-mod .m-xl-n3 {
    margin: -1rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-n3,
  .hhs-card-flipper-mod .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-n3,
  .hhs-card-flipper-mod .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-n3,
  .hhs-card-flipper-mod .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-n3,
  .hhs-card-flipper-mod .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .hhs-card-flipper-mod .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-n4,
  .hhs-card-flipper-mod .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-n4,
  .hhs-card-flipper-mod .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-n4,
  .hhs-card-flipper-mod .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-n4,
  .hhs-card-flipper-mod .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .hhs-card-flipper-mod .m-xl-n5 {
    margin: -3rem !important;
  }
  .hhs-card-flipper-mod .mt-xl-n5,
  .hhs-card-flipper-mod .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .hhs-card-flipper-mod .mr-xl-n5,
  .hhs-card-flipper-mod .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .hhs-card-flipper-mod .mb-xl-n5,
  .hhs-card-flipper-mod .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .hhs-card-flipper-mod .ml-xl-n5,
  .hhs-card-flipper-mod .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .hhs-card-flipper-mod .m-xl-auto {
    margin: auto !important;
  }
  .hhs-card-flipper-mod .mt-xl-auto,
  .hhs-card-flipper-mod .my-xl-auto {
    margin-top: auto !important;
  }
  .hhs-card-flipper-mod .mr-xl-auto,
  .hhs-card-flipper-mod .mx-xl-auto {
    margin-right: auto !important;
  }
  .hhs-card-flipper-mod .mb-xl-auto,
  .hhs-card-flipper-mod .my-xl-auto {
    margin-bottom: auto !important;
  }
  .hhs-card-flipper-mod .ml-xl-auto,
  .hhs-card-flipper-mod .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.hhs-card-flipper-mod .map */
.hhs-card-flipper-mod {
  position: relative; z-index: 2;}
.hhs-card-flipper-mod .row {position: relative; z-index: 3;}
.hhs-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-card-flipper-mod {
  position: relative;
}
.hhs-card-flipper-mod .row {
  z-index: 2;
  position: relative;
}

.hhs-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 0;
}

.hhs-card-flipper-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}



.hhs-card-flip-con {
  width: 100%;
  position: relative;
  margin: 0px auto 25px;
  perspective: 800px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.hhs-card-flip-con .tile {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 1.3s;
  transform-style: preserve-3d;
}

.hhs-card-flip-con .contents {
  height: 100%;
}

.hhs-card-flip-con:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transform: translateZ(0);
}
.hhs-card-flip-con:hover .contents {
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}


.hhs-card-flip-con .tile .front, .hhs-card-flip-con .tile .back {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  text-align: left;
}


.hhs-card-flip-con .tile .contents {
  padding: 2em;
  position: relative;
}

.hhs-card-flip-con .back .contents {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hhs-card-flip-con .tile .back p {
  font-size: 14px;
  /*display: table-cell;
  vertical-align: middle;*/
}
.hhs-card-flip-con .plus-minus {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
}

.plus-minus img {
  width: 26px;
  height: 26px;
}

.hhs-card-flip-con .tile a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0 0 1em;
}

.hhs-card-flip-con .tile .back {
  color: white;
  transform: rotateY(180deg);
}
.hhs-card-flip-con .flipped {
  transform: rotateY(180deg);
}

.fa,.fab,.fal,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-check:before {
  content: "\f00c"
}

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

.fa-times:before {
  content: "\f00d"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

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

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("//7066169.fs1.hubspotusercontent-na1.net/hubfs/7066169/raw_assets/public/Inteliment-theme/webfonts/fa-regular-400.woff2") format("woff2"),url("//7066169.fs1.hubspotusercontent-na1.net/hubfs/7066169/raw_assets/public/Inteliment-theme/webfonts/fa-regular-400.woff") format("woff"),url("//7066169.fs1.hubspotusercontent-na1.net/hubfs/7066169/raw_assets/public/Inteliment-theme/webfonts/fa-regular-400.ttf") format("truetype"),url("//7066169.fs1.hubspotusercontent-na1.net/hubfs/7066169/raw_assets/public/Inteliment-theme/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

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

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("//7066169.fs1.hubspotusercontent-na1.net/hubfs/7066169/raw_assets/public/Inteliment-theme/webfonts/fa-solid-900.woff2") format("woff2"),url("//7066169.fs1.hubspotusercontent-na1.net/hubfs/7066169/raw_assets/public/Inteliment-theme/webfonts/fa-solid-900.woff") format("woff"),url("//7066169.fs1.hubspotusercontent-na1.net/hubfs/7066169/raw_assets/public/Inteliment-theme/webfonts/fa-solid-900.ttf") format("truetype"),url("//7066169.fs1.hubspotusercontent-na1.net/hubfs/7066169/raw_assets/public/Inteliment-theme/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900
}

.fa,.far,.fas {
  font-family: "Font Awesome 5 Free"
}





/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {

  .hhs-card-flip-mod .tile .contents h4 { font-size: 23px !important; }
  .hhs-card-flip-mod .back .contents p { font-size: 16px; line-height: 26px; }
  .hhs-card-flip-mod .tile .contents { padding: 25px; position: relative; }
}

/************** iphone roatate***************/
@media (max-width: 767px) {}

/************** iphone ***************/
@media (max-width: 479px) {
  .hhs-card-flip-mod .back .contents p { font-size: 16px; line-height: 28px; }

}


.flipster_wrapper.sd_flipster_wrapper {
  margin-bottom: 40px;
}
.flipster.sd_flipster {
  overflow-y: hidden;
}
.flipster_wrapper.sd_flipster_wrapper h1.flipster_heading {
  background-color: #1ba1e2;
  padding: 10px;
  font-weight: 400;
  color: #fff;
}
.sd_flipster .flip-content a {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 45px;
  background: #f11f4f;
  padding: 9px 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px){
  .sd_flipster .flip-content {
    max-width: 700px;
    max-height: 610px;
    overflow: hidden;
  }
}

@media (max-width: 768px){
  .sd_flipster .flip-content a {
    font-size: 10px;
    min-height: 0;
  }
}


.floating-contact-form.open .floating-form-contaoiner {
  z-index: 99999999999999999999;
}
.hs-form-field > label {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -5px;
  display: inherit;
}
.floating-contact-form .hs_cos_wrapper_type_form {
  display: block;
  max-height: 100vh;
  overflow-y: auto;
}
.floating-form-contaoiner .form-title {
  position: relative;
}

.floating-form-contaoiner .form-title:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/close-icon.png);
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
}

.form-trigger {
  width: 80px;
  height: 38px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  left: -80px;

  /*background-image: linear-gradient(to right,#bb4d54 20%,#dc8f6a 60%);*/
  z-index: 9999999;
  text-align: center;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #0b202d;
  z-index: 99;
  color: #fff;
  box-shadow: 0 0 10px #0b202d;
  top: auto;
  /* transform: translateY(-50%); */
  bottom: 30px;
}
.floating-form-contaoiner {
  position: fixed;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 9999;
  background: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0px 0px 6px #5e5e5f;
  padding: 20px;
}
.floating-form-contaoiner div#hs_cos_wrapper_form {
  width: 100%;
  background: #fff;
  max-width: 500px;
  box-shadow: 0px 0px 6px #5e5e5f;
  padding: 30px;
  padding: 80px 30px;
  border-radius: 10px;
}
.floating-form-contaoiner .form-title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2.7px;
}
.hs_cos_wrapper_type_form .hs-form-field {
  position: relative;
  margin-bottom: 15px;
}
.floating-contact-form {
  position: static;
  width: 0;
  transform: none;
}
.form-trigger {
  position: fixed;
  left: 0;
  z-index: 9999999;
  width: 65px;
  height: 40px;
}
.floating-contact-form.open {
  right: 0;
}
.floating-contact-form.open .floating-form-contaoiner {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.floating-contact-form {
  background: transparent;
  z-index: 9999999;
  transition: all .4s ease;
}
.hs_cos_wrapper_type_form{
  display: block;
}


.logo-banner__image {
  padding: 0 1.5rem;
  height: 45px;
  opacity: 0.8;
  transition: filter 0.3s;
  flex-shrink: 1;
  transition: opacity 0.3s;
}

.logo-banner__image:hover {
  opacity: 1;
  transition: filter 0.3s;
  transition: opacity 0.3s;
}

.logo-banner__image img {
  width: auto;
  margin: auto;
}


.dnd_area_main_banner-row-1-background-color {
  position: relative;
}

.dnd_area_main_banner-row-1-background-color:before {
  content: "";
  /*background: #000;*/
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.dnd_area_main_banner-row-1-background-color > .row-fluid {
  position: relative;
  z-index: 9;
}
.logo-banner__image img {
  height: 40px;
}

.icon_card {
  padding: 20px;
}

.icon_card__background {
  background-image: url('//cdn2.hubspotqa.net/hub/101677409/hubfs/Biography-squares.svg?t=1580932507865&width=860');
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_card__upper {
  height: 250px;
  width: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: relative;
}

.icon_card__content {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.icon_card__name {
  font-size: 2rem;
  margin: 1rem 0;
}

.icon_card__text {
  line-height: 2rem;
}

@media (max-width: 767px) {
  .icon_card {
    margin-bottom: 2rem;
  }
}
.dj_post_featured_image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
h5.dj_date_font {
  font-size: 18px;
}
h5.dj_date_font span{
  background: linear-gradient(to right,#000306 20%,#80888e 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.dj_post_featured_image_link {
  display: block;
  border-radius: 5px;
}

.dj_home_blog_container {
  margin-bottom: 20px;
}

.dj_home_blog_container h6 {
  font-size: 14px;
}

a.dj_read_more {
  /* display: inline-block; */
  /* vertical-align: middle; */
}

a.dj_read_more i.fa.fa-arrow-circle-right {
  color: #c5c54d;
  font-size: 18px;
  display: inline-block;
  /* margin-top: 4px; */
  /* margin-bottom: -3px; */
  vertical-align: middle;
}
a.dj_read_more {
  border-bottom: 1px solid;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
}

a.dj_read_more:after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  position: absolute;
  bottom: -10px;
  background: #338feb;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  opacity: .5;
}


.idg-wrapper {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 23px;
  background-color: #fff;
}

.idg-wrapper .IDG-card-inner {
  padding: 40px;
  background: #fff;
}

.idg-wrapper .IDG-card-inner h1 {
  font-family: GoodTimingRg-Bold;
  font-size: 50.29px;
  font-weight: bold;
  margin-top: 0;
}

.idg-wrapper .IDG-card-inner p {
  font-size: 22px;
}

.idg-wrapper .IDG-card-inner p a {
  color: #006324;
  text-decoration: none !important;
}
@media (max-width:500px){
  .idg-wrapper .IDG-card-inner {
    padding: 20px;
  }

  .idg-wrapper .IDG-card-inner h1 {
    font-size: 30.29px;
  }

  .idg-wrapper .IDG-card-inner p {
    font-size: 18px;
  }
}


.happy-container .digi-banner-border {
  display: flex;
}

.happy-container .digi-banner-border > * {
  height: 8px;
  width: 50%;
}

.happy-container .digi-banner-border .border-left {
  background: #A1C8F2;
}

.happy-container .digi-banner-border .border-right {
  background: #ADADAD;
}
.happy-container .page-center {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

.happy-container .top-content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.happy-container .top-content-wrapper h2 {
  font-weight: bold;
}

.happy-container .top-content-wrapper p {
  line-height: 1.3;
  margin: 0;
}

.clients-items-container {
  padding: 20px 0;
}

.clients-items-container .clients-item {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  max-width: 79px;
}

.clients-items-container .clients-item:nth-child(even) {
  flex-direction: column-reverse;
  top: -110px;
}

.clients-items-container .clients-item:nth-child(odd) {
  margin-top: 150px;
}

.clients-items-container .clients-item .clients-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/Layer%2051%20copy%204.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.clients-items-container .clients-item .clients-icon img {
  max-width: 29px;
}

.clients-items-container .clients-item p {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  word-break: break-word;
  line-height: 1.2;
}

.clients-items-container .clients-item:nth-child(even) p {
  margin-top: 0;
  margin-bottom: 20px;
}

.clients-items-container .clients-item .clients-icon .icon-arrow {
  height: 1px;
  width: 16px;
  position: absolute;
  bottom: -13px;
  transform: rotate(90deg);
  z-index: 99;
  display: block;
}

.clients-items-container .clients-item .clients-icon .icon-arrow:before {
  content: ".";
  position: absolute;
  bottom: 0.7px;
  right: 2px;
  transform: rotate(90deg);
  transform-origin: bottom;
  font-size: 34px;
}

.clients-items-container .clients-item:nth-child(even) .clients-icon .icon-arrow {
  bottom: inherit;
  top: -14px;
}

.clients-items-container .clients-item:nth-child(even) .clients-icon .icon-arrow:before {
  right: unset;
  left: -13px;
}
.happy-bottom-container {
  margin-top: 40px;
  border: 1px solid #ADADAD;
  box-shadow: inset 0 0 27px 16px rgba(0, 0, 0, 0.06);
  padding: 0 15px;
  position: relative;
  background-color: rgb(255 255 255 / 85%);
}

.happy-bottom-container div {
}

.happy-bottom-container .happy-logo-cotainer {
  text-align: center;
  padding: 30px 0;
}

.happy-bottom-container .happy-bottom-counter {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.happy-bottom-container .happy-bottom-counter .happy-counter-items {
  width: 33.33%;
  padding: 0 15px;
}

.happy-bottom-container .happy-bottom-counter .happy-counter-items * {
  display: inline;
  font-size: 20px;
}

.happy-counter-items {
}

.happy-bottom-container .happy-bottom-counter .happy-counter-items h2 {
  letter-spacing: 0;
  margin-right: 5px;
  color: #0077B2;
  font-weight: bold;
}

.happy-bottom-container .happy-bottom-counter .happy-counter-items p {
  font-size: 14px;
}

.happy-bottom-container:before {
  content: '';
  display: block;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/Layer%20112.png);
  width: 58px;
  height: 178px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -51px;
  top: -150px;
}

.happy-bottom-container:after {
  content: '';
  display: block;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/Layer%20111.png);
  width: 58px;
  height: 178px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -57px;
  top: -150px;
  z-index: 0;
}
.happy-container {
  padding-bottom: 40px;
}
.clients-items-container .clients-item .clients-icon:after {
  content: '';
  height: 1px;
  width: 89%;
  display: block;
  position: absolute;
  right: 14px;
  transform: rotate(127deg);
  transform-origin: right;
  top: -1px;
}

.clients-items-container .clients-item:nth-child(even) .clients-icon:after {
  top: unset;
  transform-origin: left;
  transform: rotate(-127deg);
  right: -87px;
  left: auto;
  bottom: -46px;
}

.clients-items-container .clients-item:last-child .clients-icon:after {
  display: none;
}

@media (max-width:1230px){
  .clients-items-container .clients-item {
    max-width: 100%;
    width: 33.33%;
    align-items: center;
    position: relative;
    z-index: 99;
  }

  .clients-items-container {
    display: flex;
    flex-wrap: wrap;
  }

  .clients-items-container .clients-item:nth-child(2n+1) {
    flex-direction: column-reverse;
  }

  .clients-items-container .clients-item:nth-child(2n+1) p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .clients-items-container .clients-item:nth-child(2n+1) .clients-icon .icon-arrow {
    bottom: inherit;
    top: -14px;
  }

  .clients-items-container .clients-item:nth-child(2n+1) .clients-icon .icon-arrow:before {
    right: unset;
    left: -13px;
  }

  .clients-items-container .clients-item:last-child {
    display: none;
  }

  .happy-bottom-container {
    max-width: 72.8%;
    margin: 0 auto;
  }
  .clients-items-container .clients-item .clients-icon:after {
    width: 309px;
    right: 1px;
    transform: rotate(163deg);
    transform-origin: right;
    top: 12px;
  }
  .clients-items-container .clients-item:nth-child(3n) .clients-icon:after {
    display: none;
  }
  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    transform: rotate(-163deg);
    right: auto;
    bottom: -57px;
    width: 309px;
    left: 541%;
  }
}
@media (max-width:1050px){
  .clients-items-container .clients-item .clients-icon:after {
    width: 455%;
    right: 1px;
    transform: rotate(163deg);
    transform-origin: right;
    top: 18%;
  }
  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    transform: rotate(-163deg);
    right: auto;
    bottom: -104%;
    width: 402%;
    left: 538%;
  }
}
@media (max-width:924px){
  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    transform: rotate(-163deg);
    right: auto;
    bottom: -84%;
    width: 351%;
    left: 429%;
  }
}
@media (max-width:820px){
  .clients-items-container .clients-item .clients-icon:after {
    width: 286%;
    right: 10px;
    transform: rotate(163deg);
    transform-origin: right;
    top: 6%;
  }
}
@media (max-width:720px){
  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    transform: rotate(-163deg);
    right: auto;
    bottom: -70%;
    width: 274%;
    left: 347%;
  }
}
@media (max-width:767px){
  .top-content-wrapper h2 { font-size: 30px; }
  .our-tech-card-wrapper {
    margin-bottom: 30px;
  }
  .happy-bottom-container .happy-bottom-counter .happy-counter-items {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .happy-bottom-container .happy-bottom-counter {
    flex-wrap: wrap;
  }

  .happy-bottom-container .happy-bottom-counter .happy-counter-items:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:650px){
  .clients-items-container .clients-item {
    width: 50%;
    top: 0 !important;
    margin-top: 20px !important;
  }

  .clients-items-container .clients-item .clients-icon:after {
    transform: rotate(180deg);
    top: 48%;
    right: -4px;
  }

  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    display: none !important;
  }
  .clients-items-container .clients-item:nth-child(3n) .clients-icon:after {
    display: unset;
  }

  .happy-bottom-container:after {
    top: -62px;
  }

  .happy-bottom-container:before {
    top: -62px;
  }

  .happy-bottom-container {
    max-width: 63.8%;
  }
}
@media(max-width:440px){
  .clients-items-container .clients-item .clients-icon:after {
    width: 173%;
  }
}
@media (max-width:390px){
  .happy-bottom-container:after {
    right: -52px;
  }
}

.happy-container .digi-banner-border {
  display: flex;
}
.happy-bottom-container .happy-bottom-counter .happy-counter-items span.hs_cos_wrapper_type_cta {
  width: 250px;
  display: block;
  height: 80px;
  overflow: hidden;
}
.happy-bottom-counter {
  /*display: none !important;*/
}
.happy-container .digi-banner-border > * {
  height: 8px;
  width: 50%;
}

.happy-container .digi-banner-border .border-left {
  background: #A1C8F2;
}

.happy-container .digi-banner-border .border-right {
  background: #ADADAD;
}
.happy-container .page-center {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

.happy-container .top-content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.happy-container .top-content-wrapper h2 {
  font-weight: bold;
}

.happy-container .top-content-wrapper p {
  line-height: 1.3;
  margin: 0;
}

.clients-items-container {
  padding: 20px 0;
}

.clients-items-container .clients-item {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  max-width: 79px;
}

.clients-items-container .clients-item:nth-child(even) {
  flex-direction: column-reverse;
  top: -110px;
}

.clients-items-container .clients-item:nth-child(odd) {
  margin-top: 150px;
}

.clients-items-container .clients-item .clients-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/Layer%2051%20copy%204.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.clients-items-container .clients-item .clients-icon img {
  max-width: 29px;
}

.clients-items-container .clients-item p {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  word-break: break-word;
  line-height: 1.2;
}

.clients-items-container .clients-item:nth-child(even) p {
  margin-top: 0;
  margin-bottom: 20px;
}

.clients-items-container .clients-item .clients-icon .icon-arrow {
  height: 1px;
  width: 16px;
  position: absolute;
  bottom: -13px;
  transform: rotate(90deg);
  z-index: 99;
  display: block;
}

.clients-items-container .clients-item .clients-icon .icon-arrow:before {
  content: ".";
  position: absolute;
  bottom: 0.7px;
  right: 2px;
  transform: rotate(90deg);
  transform-origin: bottom;
  font-size: 34px;
}

.clients-items-container .clients-item:nth-child(even) .clients-icon .icon-arrow {
  bottom: inherit;
  top: -14px;
}

.clients-items-container .clients-item:nth-child(even) .clients-icon .icon-arrow:before {
  right: unset;
  left: -13px;
}
.happy-bottom-container {
  margin-top: 40px;
  border: 1px solid #ADADAD;
  box-shadow: inset 0 0 27px 16px rgba(0, 0, 0, 0.06);
  padding: 0 15px;
  position: relative;
  background-color: rgb(255 255 255 / 85%);
}

.happy-bottom-container div {
}

.happy-bottom-container .happy-logo-cotainer {
  text-align: center;
  padding: 30px 0;
}

.happy-bottom-container .happy-bottom-counter {
  display: flex;
  justify-content: space-between;
}

.happy-bottom-container .happy-bottom-counter .happy-counter-items {
  padding: 0 15px;
}

.happy-bottom-container .happy-bottom-counter .happy-counter-items * {
  display: inline;
  font-size: 20px;
}

.happy-counter-items {
}

.happy-bottom-container .happy-bottom-counter .happy-counter-items h2 {
  letter-spacing: 0;
  margin-right: 5px;
  color: #0077B2;
  font-weight: bold;
}

.happy-bottom-container .happy-bottom-counter .happy-counter-items p {
  font-size: 14px;
}

.happy-bottom-container:before {
  content: '';
  display: block;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/Layer%20112.png);
  width: 58px;
  height: 178px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -51px;
  top: -150px;
}

.happy-bottom-container:after {
  content: '';
  display: block;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/Layer%20111.png);
  width: 58px;
  height: 178px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -57px;
  top: -150px;
  z-index: 0;
}
.happy-container {
  padding-bottom: 40px;
}
.clients-items-container .clients-item .clients-icon:after {
  content: '';
  height: 1px;
  width: 89%;
  display: block;
  position: absolute;
  right: 14px;
  transform: rotate(127deg);
  transform-origin: right;
  top: -1px;
}

.clients-items-container .clients-item:nth-child(even) .clients-icon:after {
  top: unset;
  transform-origin: left;
  transform: rotate(-127deg);
  right: -87px;
  left: auto;
  bottom: -46px;
}

.clients-items-container .clients-item:last-child .clients-icon:after {
  display: none;
}

@media (max-width:1230px){
  .clients-items-container .clients-item {
    max-width: 100%;
    width: 33.33%;
    align-items: center;
    position: relative;
    z-index: 99;
  }

  .clients-items-container {
    display: flex;
    flex-wrap: wrap;
  }

  .clients-items-container .clients-item:nth-child(2n+1) {
    flex-direction: column-reverse;
  }

  .clients-items-container .clients-item:nth-child(2n+1) p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .clients-items-container .clients-item:nth-child(2n+1) .clients-icon .icon-arrow {
    bottom: inherit;
    top: -14px;
  }

  .clients-items-container .clients-item:nth-child(2n+1) .clients-icon .icon-arrow:before {
    right: unset;
    left: -13px;
  }

  .clients-items-container .clients-item:last-child {
    display: none;
  }

  .happy-bottom-container {
    max-width: 72.8%;
    margin: 0 auto;
  }
  .clients-items-container .clients-item .clients-icon:after {
    width: 309px;
    right: 1px;
    transform: rotate(163deg);
    transform-origin: right;
    top: 12px;
  }
  .clients-items-container .clients-item:nth-child(3n) .clients-icon:after {
    display: none;
  }
  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    transform: rotate(-163deg);
    right: auto;
    bottom: -57px;
    width: 309px;
    left: 541%;
  }
}
@media (max-width:1050px){
  .clients-items-container .clients-item .clients-icon:after {
    width: 455%;
    right: 1px;
    transform: rotate(163deg);
    transform-origin: right;
    top: 18%;
  }
  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    transform: rotate(-163deg);
    right: auto;
    bottom: -104%;
    width: 402%;
    left: 538%;
  }
}
@media (max-width:924px){
  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    transform: rotate(-163deg);
    right: auto;
    bottom: -84%;
    width: 351%;
    left: 429%;
  }
}
@media (max-width:820px){
  .clients-items-container .clients-item .clients-icon:after {
    width: 286%;
    right: 10px;
    transform: rotate(163deg);
    transform-origin: right;
    top: 6%;
  }
}
@media (max-width:720px){
  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    transform: rotate(-163deg);
    right: auto;
    bottom: -70%;
    width: 274%;
    left: 347%;
  }
}
@media (max-width:767px){
  .top-content-wrapper h2 { font-size: 30px; }
  .our-tech-card-wrapper {
    margin-bottom: 30px;
  }
  .happy-bottom-container .happy-bottom-counter .happy-counter-items {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .happy-bottom-container .happy-bottom-counter {
    flex-wrap: wrap;
  }

  .happy-bottom-container .happy-bottom-counter .happy-counter-items:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:650px){
  .clients-items-container .clients-item {
    width: 50%;
    top: 0 !important;
    margin-top: 20px !important;
  }

  .clients-items-container .clients-item .clients-icon:after {
    transform: rotate(180deg);
    top: 48%;
    right: -4px;
  }

  .clients-items-container .clients-item:nth-child(even) .clients-icon:after {
    display: none !important;
  }
  .clients-items-container .clients-item:nth-child(3n) .clients-icon:after {
    display: unset;
  }

  .happy-bottom-container:after {
    top: -62px;
  }

  .happy-bottom-container:before {
    top: -62px;
  }

  .happy-bottom-container {
    max-width: 80%;
  }
}
@media(max-width:440px){
  .clients-items-container .clients-item .clients-icon:after {
    width: 173%;
  }
}
@media (max-width:390px){
  .happy-bottom-container:after {
    right: -52px;
  }
}


.info-gr-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.info-gr-wrapper-inner > * {
  width: 50%;
  border-radius: 25px;
  margin-bottom: 22px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}

.info-gr-wrapper {
  margin: 0 auto;
}

.ifo-thub-image-wrapper img {
  max-width: 100%;
}

.info-gr-wrapper-inner .title-wrapper {
  background: #685D87;
  padding-right: 162px;
}

.info-gr-wrapper-inner .ifo-thub-image-wrapper {
  margin: 0;
  border-radius: 0;
  position: absolute;
  max-width: 380px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 14px;
}

.info-gr-wrapper-inner .title-wrapper h4 {
  margin: 0;
  color: #fff;
  font-family: GoodTimingRg-Bold;
  font-size: 22px;
}

.info-gr-wrapper-inner > .info-content-wrapper:nth-child(even) {
  padding-left: 148px;
}

.info-gr-wrapper-inner > .info-content-wrapper:nth-child(odd) {
  padding-right: 162px;
}

.info-content-wrapper ul {
  list-style: none;
  padding: 0;
}

.info-content-wrapper ul li {
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.info-content-wrapper ul li svg {
  margin-right: 15px;
}
.info-content-inner {
  width: 100%;
}
@media (max-width:767px){
  .intro-card-content .left-content {
    width: 100%;
  }

  .intro-card-content .right-image {
    width: 100%;
  }

  .intro-card-content .right-image img {
    width: 100%;
  }

  .info-gr-wrapper-inner>* {
    width: 100%;
    padding: 30px 20px !important;
  }

  .info-gr-wrapper-inner .ifo-thub-image-wrapper {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}


.blog-header__inner {
  max-width: 900px;
  color: #fff;
}
.insight-hero h1:after {
  left: calc(100% + 1.875rem);
  position: absolute;
  background: #ffffff;
  content: "";
  display: block;
  height: .375rem;
  margin: 0px;
  width: 100px;
  bottom: 8px;
}

.insight-hero h1 {
  display: inline-block;
}
.insight-hero__wrap {
  position: relative;
}

.insight-hero__wrap:after {
  content: "";
  background: #0b202d;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.insight-hero__wrap .container {
  position: relative;
  z-index: 99;
}

/*********** Responsive code ***************/

div#hs_menu_wrapper_News-Events-Tab_menu {
}


div#hs_menu_wrapper_News-Events-Tab_menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #fff;
}

div#hs_menu_wrapper_News-Events-Tab_menu > ul > li.hs-menu-item.hs-menu-depth-1.active.active-branch {
}

div#hs_menu_wrapper_News-Events-Tab_menu > ul > li.hs-menu-item.hs-menu-depth-1 {
  display: inline-block;
}
div#hs_menu_wrapper_News-Events-Tab_menu {
  background: #eaedef;
  padding-top: 20px;
}

.blog-fliter-wrap {
  display: none;
}

div#hs_menu_wrapper_News-Events-Tab_menu>ul>li.hs-menu-item.hs-menu-depth-1>a {
  color: inherit;
  background: #f64538;
  color: #fff;
  background-color: rgba(238,115,35,1.0);
  background-image: linear-gradient(147deg,#fe8a39 0%,#fd3838 74%);
  box-shadow: 0px 0px 6px #5e5e5f;
  padding: 10px 20px;
}

div#hs_menu_wrapper_News-Events-Tab_menu > ul > li.hs-menu-item.hs-menu-depth-1:last-child > a {
  border: 0;
}
/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {}

/************** iphone ***************/
@media (max-width: 479px) {

  .insight-hero h1:after {
    display: none;
  }


}

.insights-listing .post-listing {
  display: flex;
  flex-wrap: wrap;
}

.insights-listing .post-listing .post-item {
  width: calc(33.3% - 24px);
  margin: 20px 12px;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  background-color: #fff;
}

.insights-listing__item-category {
  padding: 24px;
}

/* .insights-listing .post-listing .post-item:nth-child(3n + 3) {
margin-right: 0px;
} */

.insights-listing__item-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.blog-fliter {
  display: flex;
  flex-wrap: wrap;
}

.blog-fliter div#filter {
  width: 60%;
}

.blog-fliter div#search {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.blog-fliter div#filter form {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  justify-content: space-between;
}

.blg-filter .form-group {
  width: 48%;
}

.form-label p {
  margin: 0px;
  color: #fff;
  font-size: 16px;
}

.blg-search form {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  align-items: flex-end;
}

.insights-listing__item-category h3 {
  margin: 0px;
  font-size: 22px;
  color: #000;
}

.insights-listing__item-image .hs-featured-image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.insights-listing__item-content {
  padding: 24px;
}

.insights-listing__item-name h2 {
  margin: 0px;
  padding-bottom: 10px;
  color: #000;
}

.insights-listing__item-name h2 a {
  color: #000;
}

.insights-listing__item-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.author-thumbnail {
  width: 90px;
}

.author-bio p {
  font-size: 16px;
  margin: 0px;
  line-height: 24px;
}

.author-bio {
  width: calc(100% - 90px);
}

.author-thumbnail .hs-author-avatar:before {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 8px #c70000;
  box-shadow: 0 0 0 4px #fff, 0 0 0 8px #c70000;
  content: "";
  height: 100%;
  left: 0;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  top: 0;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  width: 100%;
}

.author-thumbnail .hs-author-avatar {
  position: relative;
  height: 60px;
  position: relative;
  width: 60px;
}

.author-thumbnail img {
  border-radius: 50%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.author-thumbnail .hs-author-avatar:hover:before {
  /*     -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 10px #c70000;
  box-shadow: 0 0 0 5px #fff, 0 0 0 10px #c70000; */
}



.author-bio h4 {
  font-size: 20px;
  color: #000 !important;
  background: unset !important;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  margin: 0px;
  padding-bottom: 2px;
}

.insights-listing {
  padding: 30px 0px;
}

.blg-search form {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}

.blg-search .form-group input {
  margin: 0px;
}

.form-group select {
  margin: 0px;
}

.form-group button {
  border-radius: 0px;
  height: 100%;
  margin: 0px;
}

.blg-search .form-group input {
  margin: 0px;
  border-radius: 4px 0px 0px 4px;
}

.form-group button {
  height: 100%;
  margin: 0px;
  border-radius: 0px 4px 4px 0px;
}

.blg-search button {
  height: 59px;
}

.blog-pagination {
  margin: 0px;
  padding: 20px 0px;
}

.blog-pagination a {
  font-size: 20px;
  margin: 0px 10px;
}

.select-archive {
  width: 200px;
  position: relative;
}
.select-archive h3 {
  display: inline-block;
  width: 100%;
  /* border: 1px solid; */
  cursor: pointer;
  padding: .5em;
  box-sizing: border-box;
  background-color: #e9eff5;
  padding: 18px 20px 20px;
  border-radius: 5px;
  font-size: 18px;
}
.select-archive .widget-module {
  width: 100%;
  position: absolute;
  display: none;
  /* border: 1px solid; */
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  z-index: 99;
}
.select-archive .widget-module ul {
  padding: 0;
  margin: 0;
}
.select-archive .widget-module li {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.select-archive .widget-module li a {
  display: block;
  padding: 0.5em;
  color: #000;
  text-decoration: none;
}

.select-archive .widget-module span.filter-link-count {
  color: #ccc;
  font-size: 12px;
  float: right;
}

/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 1080px) {

  .blog-fliter div#filter {
    width: 100%;
    padding-bottom: 30px;
  }

  .blog-fliter div#search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: inherit;
  }


}


@media (max-width: 880px) {
  .insights-listing .post-listing .post-item {
    width: calc(50% - 24px);
    margin: 20px 12px;
  }
}


/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {

  .insights-listing .post-listing .post-item {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
  }

  .insights-listing__item-name h2 {
    font-size: 26px;
  }

}

/************** iphone ***************/
@media (max-width: 479px) {

  .author-thumbnail {
    width: 80px;
  }

  .author-bio {
    width: calc(100% - 100px);
    margin-left: 20px;
  }

  .blg-filter .form-group {
    width: 100%;
    margin-bottom: 20px;
  }

  .blg-search form .form-group:nth-child(1) {
    width: 60%;
  }

  .blg-search form .form-group:nth-child(2) {
    width: 40%;
  }

}



.intro-card-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.intro-card-wrapper .page-center {
  max-width: 863px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}

.intro-card-inner {
  padding: 30px 15px;
  position: relative;
}

.intro-card-content {
}

.intro-card-content .left-content {

}

.intro-card-content .right-image {
}

.intro-card-content .right-image img {
  max-width: 100%;
}

.intro-card-content .left-content p {
  
  font-weight: 100;
}

.intro-card-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  z-index: 999;
  position: relative;
}

.intro-card-wrapper:before {
  
}

.intro-card-content .left-content-inner {
  position: relative;
}
@media (max-width:767px){
  .intro-card-content .left-content {
    width: 100%;
  }

  .intro-card-content .right-image {
    width: 100%;
  }

  .intro-card-content .right-image img {
    width: 100%;
  }
}

.showSlide {  
  display: none  
}  
.showSlide img {  
  width: 100%;  
}  
.slidercontainer {  
  max-width: 1000px;  
  position: relative;  
  margin: auto;  
}  
.left, .right {  
  cursor: pointer;  
  position: absolute;  
  top: 50%;  
  width: auto;  
  padding: 16px;  
  margin-top: -22px;  
  color: white;  
  font-weight: bold;  
  font-size: 18px;  
  transition: 0.6s ease;  
  border-radius: 0 3px 3px 0;  
}  
.right {  
  right: 0;  
  border-radius: 3px 0 0 3px;  
}  
.left:hover, .right:hover {  
  background-color: rgba(115, 115, 115, 0.8);  
}  
.content {  
  color: #eff5d4;  
  font-size: 30px;  
  padding: 8px 12px;  
  position: absolute;  
  top: 10px;  
  width: 100%;  
  text-align: center;  
}  
.active {  
  background-color: #717171;  
}  
/* Fading animation */  
.fade {  
  -webkit-animation-name: fade;  
  -webkit-animation-duration: 1.5s;  
  animation-name: fade;  
  animation-duration: 1.5s;  
}  
@-webkit-keyframes fade {  
  from {  
    opacity: .4  
  }  
  to {  
    opacity: 1  
  }  
}  

@keyframes fade {  
  from {  
    opacity: .4  
  }  
  to {  
    opacity: 1  
  }  
}  



.lets-connect__wrap {
  padding-top: 200px;
  margin-top: -150px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.lets-connect__content {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 40px 0px;
}

.lets-connect__content h2 {
  color: #fff;
  font-size: 36px;
}

.get-started-cta span.btn-icn {
  margin-right: 20px;
  display: inline-block;
}

.get-started-cta {
  padding: 13px 25px 13px;
  color: #fff;
  box-shadow: none;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/btn.png);
  background-position: center;
  background-size: cover;
  text-shadow: none;
  min-width: 200px;
  text-transform: none;
  background-repeat: no-repeat;
  line-height: 1;
  font-size: 18px;
  font-family: inherit;
  box-shadow: 0px 1px 10px 6px rgba(0,0,0,.2);
}

span.btn-txt {
  font-size: 16px;
}


/* Logo Banner Section */
.logo-banner__image {
  transition: filter 0.3s;
  transition: opacity 0.3s;
}

.logo-banner__image:hover {
  filter: grayscale(5%);
  opacity: 1;
  transition: filter 0.3s;
  transition: opacity 0.3s;
}

.logo-banner__image img {
  margin: auto;
  height: auto;
  max-width: 100%;
  width: 150px;
}

.logo-banner__image {
  height: auto !important;
  text-align: center;
  vertical-align: middle;
}


/* Menu Item Styles */

.navigation-primary a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.navigation-primary a:active {
  color: #fff;
  text-decoration: none;
}

.menu-item {
  margin: 0;
  padding: 0;
}

/* Active Menu Item Styles */

.navigation-primary a.active-item {
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after,
.navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #fff;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .navigation-primary .submenu.level-1 > li > a.active-item:after,
  .navigation-primary .submenu.level-1 > li > a.active-branch:after {
    display: none;
  }
}

/* Menu */

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

@media (max-width: 767px) {
  .submenu {
    display: none;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }
}

/* Top Level Menu */

.submenu.level-1 {
}

.submenu.level-1 > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.submenu.level-1 > li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .submenu.level-1 > li {
    margin-right: 1.4rem;
  }
}

@media (max-width: 767px) {
  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 1px solid #d0d0d0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    padding: 0.7rem 2.1rem;
  }
}

/* Child Menus */

.submenu:not(.level-1) {
  z-index: 100;
}

.submenu:not(.level-1) .has-submenu {
  position: relative;
}

.submenu.level-2 {
  border: 1px solid #d0d0d0;
  border-radius: 0 0 4px 4px;
  left: -9999px;
  /*   opacity: 0; */
  position: absolute;
  top: 100%;
  width: 200px;
}

.submenu.level-3 {
  background-color: #FFFFFF;
  position: absolute;
  left: -9999px;
  top: 5%;
  width: 100%;
}

.submenu.level-1 > li:hover .submenu.level-2,
.submenu.level-1 > li.focus .submenu.level-2 {
  left: 0;
  opacity: 1;
}   

.submenu.level-1 > li:hover:last-child .submenu.level-2,
.submenu.level-1 > li.focus:last-child .submenu.level-2 {
  left: auto;
  right: 0;
}

.submenu.level-2 > li:hover .submenu.level-3,
.submenu.level-2 > li.focus .submenu.level-3 {
  left: auto;
  opacity: 1;
  right: 100%;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #d0d0d0;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 0.7rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #19CCA3;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 767px) {
  .submenu.level-2 {
    border: none;
    border-top: 1px solid white;
    box-shadow: none;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
  }

  .submenu.level-2 .menu-item {
    border-bottom: none;
    padding: 0;
    background: transparent;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 0.7rem 2.8rem;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-2 > .has-submenu .menu-link {
    width: 100%;
  }

  .submenu.level-2 > .has-submenu > .menu-arrow {
    display: none;
  }

  .submenu.level-3 {
    display: block;
  }
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 2.8rem;
}

@media (max-width: 767px) {
  .submenu.level-3 {
    background-color: inherit;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 3.5rem !important;
  }
}

/* Mobile Navigation */

#nav-toggle,
.submenu-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }

  .header__navigation-toggle {
    cursor: pointer;
    display: block;
  }

  .header__mobile-menu-icon,
  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    height: 4px;
    width: 24px;
  }

  .header__mobile-menu-icon {
    position: relative;
    top: -6px;
  }

  .header__mobile-menu-icon:before {
    top: -8px;
  }

  .header__mobile-menu-icon:after {
    top: 8px;
  }

  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    content: '';
    position: absolute;
  }

  #nav-toggle:checked ~ .header__navigation {
    display: block;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon {
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:before {
    content: none;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .menu-arrow-icon,
  .menu-arrow-icon:after {
    background-color: #FFF;
    border-radius: 10px;
    display: block;
    height: 4px;
    width: 20px;
  }

  .menu-arrow-icon {
    position: relative;
    margin: 0 auto;
    top: 8px;
  }

  .menu-arrow-icon:after {
    content: '';
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    border: none;
    cursor: pointer;
    padding: 13px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 20px;
  }

}

/* HubSpot Editor Styles */

/* .hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
visibility: hidden;
}

*/
.newsletter-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.news-border {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.news-border .left-border {
  width: 50%;
  height: 8px;
  background: #33BEF0;
}

.news-border .right-border {
  height: 8px;
  width: 50%;
  background: #353535;
}

.news-border.bottom {
  flex-direction: row-reverse;
}

.news-border.bottom .right-border {
  background: #333;
}

.news-main-container {
  display: flex;
  flex-wrap: wrap;
}

.news-main-container .news-column {
  width: 33.33%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news-main-container .news-column a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  right: 0;
}

.news-main-container .news-column.form-column {
  padding: 70px 45px 0;
}

.news-main-container h4 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin: 0;
  margin-bottom: 10px;
}

.news-main-container p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.news-main-container .form-title:empty {
  display: none;
}

.news-main-container form {
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
}

.news-main-container form .hs-form-field {
  margin: 0;
}

.news-main-container form .hs-form-field > label {
  display: none;
}

.news-main-container form input {
  margin: 0;
  background: transparent;
  border-bottom: 2px #fff solid;
  border-radius: 0;
  border: 0 !important;
  border-bottom: 2px #fff solid !important;
}

.news-main-container form input[type="submit"] {
  padding: 0;
  border: 0;
  width: auto;
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 999;
  cursor: pointer;
  background: transparent !important;
  font-size: 30px;
  font-weight: bold;
}
.news-main-container {
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
  background-position: center;
}

@media (max-width:767px){
  .news-main-container .news-column {
    width: 100%;
    min-height: 350px;
  }
}
.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
}
.social-icons li {
  display: inline-block;
}
.social-icons li a {
  display: block;
  height: 1.8em;
  width: 1.8em;
  position: relative !important;
  text-align: center;
  line-height: 1.8em;
  transition: all .2s;
  text-decoration: none !important;
  font-size: 75px;
  margin-top: 40px;
  opacity: .1;
  border-radius: 50%;
}
.social-icons li a:hover {
  opacity: 1;
  transition: .3s;
}
#module_15421521243211872 a.social-twitter {
  background-color: #1a97f0;
  color: #fff;
}
#module_15421521243211872 a.social-facebook {
  background-color: #3B5998;
  color: #fff;
}
#module_15421521243211872 a.social-gplus {
  background-color: #cc3333;
  color: #fff;
}
#module_15421521243211872 a.social-linkedin {
  background-color: #006cac;
  color: #fff;
}




/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 1180px) {

  .social-icons li a {
    font-size: 50px;
  }

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {
  .news-main-container .news-column { width: 100% !important; min-height: 350px; flex: 0 0 100%; max-width: 100%; }

}

/************** iphone ***************/
@media (max-width: 479px) {

  .news-main-container h4 { font-size: 32px; } 
  .social-icons li a { font-size: 30px; }
}



.service-icon-wrapper svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.service-title-wrapper {
  display: flex;
  align-items: center;
}

.service-title-wrapper .service-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #1EABF2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 100%;
}

.service-title-wrapper .service-icon-wrapper * {
  color: #fff;
}

.service-title-wrapper h3 {
  margin: 0;
  color: #0095E0;
  font-weight: bold;
}

.service-content-wrapper {
  padding: 15px 0 0;
  color: #8D8D8D;
}
.service-content-wrapper p {
  margin: 0;
}
.service-title {
  width: calc(100% - 65px);
}
@media (max-width:767px){
  .our-service-card-wrapper {
    margin-bottom: 30px;
  }
}





.stats-item__inner {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #d3d0c9;
  background-size: cover;
  background-position: center center;
}

.stats-wrap:before {
  content: "";
  position: absolute;
  background-image: url(https://go.aciinfotech.com/hubfs/ACI_Nov_2020/images/Service/Left-Graphics.png);
  width: 220px;
  height: 380px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
  background-position: center;
}

.stats-wrap:before {
  content: "";
}

.stats-title h4 {
  background: unset;
  -webkit-text-fill-color: unset;
}

.stats-item {
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  width: 500px;
  height: 500px;
}

.page-center2 {
  max-width: 1200px;
  margin: 0px auto;
}

.stats-wrap {
  position: relative;
  max-width: 1300px;
  margin: -60px auto -20px;
}

.content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-size: cover;
  background-position: center center;
}

.stats-item__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0px auto;
}

.stats-content-wrap.left-text {
  width: 120px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 20px;
}

.stats-content-wrap.bottom-text {
  width: 120px;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 20px;
}

.stats-content-wrap.top-text {
  width: 120px;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  top: 20px;
}

.stats-content-wrap.right-text {
  width: 120px;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  right: 20px;
}


.stats-content-wrap p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px;
}

/** Ends **/


.stats-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 413px;
  padding: 40px 0;
}

.stats-wrapper .page-center {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  min-height: 333px;
}

.stats-items h4 {
  background: unset;
  -webkit-text-fill-color: unset;
}

.stats-items {
  max-width: 197px;
  padding: 15px;
  position: absolute;
  left: 20px;
}

.stats-items p {
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width:1000px){
  .stats-item {
    width: 450px;
    height: 450px;
  }
}

@media (max-width:900px){
  .stats-item {
    width: 420px;
    height: 420px;
  }
}


@media (max-width:840px){
  .stats-item__wrap {
    max-width: 500px;
    margin: 0px auto;
  }

  .stats-item {
    width: 450px;
    height: 450px;
    margin: 0px auto;
  }

  .stats-item-1 {
    margin-bottom: 30px;
  }

}



@media (max-width:767px){
  .stats-items h4 {
    background: linear-gradient(to right,#09519a 20%,#2b8fe6 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .stats-items p {
    color: #000 !important;
  }

  .stats-items {
    position: static;
    max-width: 100%;
    text-align: center;
  }
}



@media (max-width:479px){
  .stats-item {
    width: 400px;
    height: 400px;
  }

  .stats-content-wrap.bottom-text {
    width: 230px;
    text-align: center;
  }

  .stats-content-wrap.right-text {
    width: 110px;
    right: 0px;
  }

}



@media (max-width: 375px){
  .stats-item {
    width: 330px;
    height: 330px;
  }

  .stats-content-wrap p {
    font-size: 16px;
    line-height: 20px;
  }

}



.team-container {
  padding: 20px 0;
  background: #1D5DA2;
}

.team-container .team-top-content {
  text-align: center;
}

.team-top-title-outer h2 {
  color: #fff;
  margin: 0;
  padding: 20px 5px;
}

.team-top-title-inner {
  display: table;
  margin: 0 auto;
  background: #1D5DA2;
  position: relative;
  z-index: 99;
}

.team-top-title-outer:after {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.team-top-title-outer {
  position: relative;
}

.team-top-content p {
  color: #d6e1ec;
  max-width: 522px;
  margin: 0 auto;
}

.team-middle-container .page-center {
  max-width: 1420px;
  padding: 0 10px;
  margin: 0 auto;
}

.team-middle-container .slick-arrow {
  display: none !important;
}

.team-middle-container {
  padding: 44px 0;
}

.team-slides-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slick-slide:nth-child(odd) .team-slides-inner {
  margin-top: 30px;
}

.team-member-details h5 {
  margin-top: 15px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}

.team-member-details {
  width: 100%;
  text-align: center;
}

.team-member-details p {
  margin-bottom: 0;
  color: #d6e1ec;
}

.team-bottom-button-inner {
  display: table;
  margin: auto;
  position: relative;
  z-index: 99;
  padding: 0 20px;
  background: #1D5DA2;
}

.team-bottom-content {
  text-align: center;
  margin-bottom: 22px;
}

.team-bottom-button-outer {
  position: relative;
}

.team-bottom-button-inner a {
  background: #ED9B41;
  color: #000;
  padding: 15px 20px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none !important;
}

.team-bottom-button-outer:after {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section h2,section h1 {
  margin: 0 0 15px ;
}

section p {
  margin: 10px 0 0;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -55px !important;
  display: block;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  -webkit-transform: translate(0,0) !important;
  -ms-transform: translate(0,0) !important;
  transform: translate(0,0) !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0;
  right: 0;
}
.dj_recent_post_slider .owl-carousel .owl-nav .owl-next {
  right: 5% !important;
}
.dj_recent_post_slider .owl-carousel .owl-nav .owl-next, .dj_recent_post_slider .owl-carousel .owl-nav .owl-prev {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 40px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: none !important;
}
.owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before {

}
.owl-carousel .owl-nav .owl-next:before {

}
.owl-carousel.mediacoverage .nav-btn {
  height: 62px;
  position: absolute;
  width: 62px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: all .2s ease-in-out;
}
.owl-carousel .next-slide {
  background: url('//3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/next.png') no-repeat scroll 0 0px;
  right: -33px;
}
.dj_recent_post_slider .owl-carousel .owl-nav .owl-prev {
  left: 5% !important;
}
.row.dj_recent_post_slider .col-sm-12 {
  padding: 0; 
}
.owl-carousel .owl-nav .owl-prev:before {
  border-width: 2px 0px 0px 2px;
}
.owl-carousel .owl-nav .owl-prev:before {

}
.owl-carousel .prev-slide {
  background: url('//3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/prev.png') no-repeat scroll 0 0;
  left: -33px;
}
.h_bnr_slick .left, .h_bnr_slick .right { 
  margin-top: 0;
}
.h_bnr_slick .slick-list {
  min-height: 500px;
}
.difference .tab-icon img {
  mix-blend-mode: difference ;
}
.darken .tab-icon img {
  mix-blend-mode: darken ;
}
.lighten .tab-icon img {
  mix-blend-mode: lighten ;
}
.multiply .tab-icon img {
  mix-blend-mode: multiply ;
}
.hard_light .tab-icon img {
  mix-blend-mode: hard-light ;
}
.rec_sldr  .slick-arrow {
  padding: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 30px;
  height: 40px; 
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  margin: 0;
  position: absolute;
  opacity: 1;
  z-index: 99;
  background: transparent !important;
  border: 0 !important;
}
.rec_sldr .owl-prev.slick-arrow {
  left: 5% ;
}
.rec_sldr .owl-next.slick-arrow {
  right: 5%;
}
.item {
  position: relative;
}
.item a.hs-media-owl-external-link.external_link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 9;
}
.owl-carousel .owl-item .item img {
  border-radius: 20px;
  border: 1px solid transparent;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
span.dj_recent_slider_bottom {
  position: absolute;
  bottom: 0;
  padding: 20px 15px;
  word-break: break-word;
  white-space: normal;
  background: rgba(0,0,0,0.55);
  width: calc(100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.item a.hs-media-owl-external-link.external_link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 9;
}
.font26{
  font-size: 22px;
}
.coveragetxt {
  color: #fff;
  margin: 0;
}
.coveragetxt p {
  margin: 0;
}
.owl-carousel.owl-drag .owl-item {
  filter: blur(2px);
  opacity: .5;
  transition: opacity 1s;
}
.owl-carousel.owl-drag .owl-item.active {
  filter: blur(0);
  opacity: 1;
  transition: opacity 1s;
}
.owl-theme .owl-nav {
  line-height: 0;
}
.mediacov:before {
  background-size: contain;
  background-position: left top;
  background-image: url('//3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/circlecov.png');
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  transform: rotateX(0);
  left: -50px;
  display: block;
  z-index: -1;
  opacity: .8;
}

.offset-left-5 {
  left: 5%;
  position: relative;
}
a.dj_recent_head:hover {
  text-decoration: none;
}

.blog-listing-wrapper .content-wrapper {
  padding: 0;
}

.testi-wrapper .page-center {
  max-width: 1420px;
  padding: 0 10px;
  margin: 0 auto;
}

.test-top-content {
  text-align: center;
}

.test-top-content h4 {
  color: #E72F1F;
  font-size: 39px;
  margin-top: 0;
  font-weight: bold;
}

.testi-slider-container .slick-arrow {
  display: none !important;
}

.testi-slides-inner {
  padding: 10px 30px;
  display: flex;
  /* align-items: center; */
}

.testi-slides-inner .testi-author-avtar {
  width: 30%;
  margin-right: 15px;
}

.testi-slides-inner .testi-quote-wrapper {
  width: calc(70% - 15px);
}

.testi-quiote p {
  font-size: 14px;
  position: relative;
  padding-top: 12px;
  margin-bottom: 10px;
}

.testi-quiote-author-detail {
  font-size: 14px;
  font-weight: 700;
}

.testi-slides-inner .testi-author-avtar .avtar {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.testi-quiote i {
  color: #e72f1f;
  font-size: 33px;
}

/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {

  .test-top-content h2 { font-size: 30px; }
  .test-top-content h4 { color: #e72f1f; font-size: 30px; }
}




@media (max-width:500px){
  .test-top-content h4 {
    font-size: 26PX;
  }
  .testi-slides-inner {
    flex-wrap: wrap;
  }

  .testi-slides-inner .testi-author-avtar {
    width: 100%;
  }

  .testi-slides-inner .testi-quote-wrapper {
    width: 100%;
  }

  .testi-slides-inner .testi-author-avtar .avtar {
    min-height: 69px;
  }
}

/************** iphone ***************/
@media (max-width: 479px) {}



.row-fluid .service-section .service-headingbox {
  font-size: 14px;
  line-height: 18px;
  color: #4d5d6b;
}
.row-fluid .service-section .service-headingbox h2 {
  margin-bottom: 5px;
}
.row-fluid .service-section .service-headingbox h5 {
  font-size: 17px;
  line-height: 22px;
  color: #00aad3;
  font-weight: 700;
  margin-bottom: 0;
}
.row-fluid .service-col {
  float: left;
  width: 33.33%;
  padding: 0px 4px 0;
}
.row-fluid .service-imgbox {
  height: 350px;
}
.row-fluid .service-textbox {
  background: #fff;
  position: relative;
  top: 0;
  margin-top: -40px;
  float: left;
  width: calc(100% - 55px);
  position: relative;
  margin-left: -15px;
  padding: 25px 0px 18px 16px;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
  font-size: 14px;
  line-height: 18px;
  color: #0b2d43;
  transition: all ease-in-out .5s;
}
.row-fluid .service-box:hover .service-textbox {
  top: -5px;
}
.service-textbox-content .service-textbox-inner {
  position: relative;
}
.row-fluid .service-textbox h3 {
  font-size: 16px;
  line-height: 22px;
  color: #0b2d43;
  font-weight: 700;
}
.row-fluid .service-linkarrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.row-fluid .service-col .service-link {
  padding-top: 20px;
}
.row-fluid .service-col .service-link a {
  color: #f16a57;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  float: left;
  width: 240px;
  position: relative;
  max-width: 100%;
  padding-right: 22px;
}


/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 990px) {

  .row-fluid .service-textbox {     width: calc(100% - 25px); }
  .row-fluid .service-imgbox { height: 300px; }

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {


  .row-fluid .service-imgbox { height: 250px; }
  .row-fluid .service-textbox h3 { font-size: 14px; }
  .row-fluid .service-textbox { width: calc(100% - 10px); }
  .row-fluid .service-textbox { margin-left: 0px; }

}


@media (max-width: 650px) {

  .row-fluid .service-col { width: 100%;  margin-bottom: 20px; }
}

/************** iphone ***************/
@media (max-width: 479px) {}




.page-center {
  margin: 0px auto;
  max-width: 1200px;
}

.case-container.row a.slider-btn:after {
  right: 15px;
}

.hs-tabber-wrap.dj_tab_full_icon .hs-tabs__navitem .tab-icon img {
  border-radius: 50px;
}

.dj_tab_full_icon .hs-tabs__nav li {
  padding-left: 0;
  padding-right: 0;
}

.tab-icon img {
  object-fit: contain;
}
.tab-label p {
  margin: 10px 0 0;
}
.tab-icon {

  width: 80px;
  height: 80px;
  display: flex;

  margin: 0 auto 15px;

}

.hs-tabs__nav li a {
  display: inline-block;
}

.tab-icon {

}

.tab-icon img {
  display: inline-block;
  width: 100%;
}
/* 
.hs-tabs__nav li {
padding: 15px;
}
*/
.hs-tabber-title h2 {
  color: #fff;
  margin: 0px;
}

.hs-tabber-title {
  text-align: center;
}
.tab-icon img { 
  transition: 0.5s;
}
.hs-tabs__nav li {
  /* background: #031f35; */
  box-shadow: 0 0 3px rgb(255 255 255 / 52%);
}

.hs-tabs__nav li:hover .tab-icon img { 
  transition: 0.5s;
}
/* .hs-tabs__nav li { 
background-color: #fff;
} */
/* .tab-icon img {
mix-blend-mode: difference;
} */

.tab-label h3 {
  color: #fff;
  /*   color: #000; */
  font-size: 16px;
  margin: 0px;
  font-family: "AvenirNext","Helvetica Neue",Helvetica,Arial,sans-serif;
  white-space: initial;
}

.hs-tabs__nav li a {
  display: inline-block;
  text-decoration: none;
}
.hs-tabber-title h2 {

}
.hs-tabber-title h2 br {
  display: none;
}


.hs-tab-content__wrap {
  display: flex;
}

.hs-tab-content-col {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}

.hs-tab-content-icon {
  background: #099ca6;
  width: 180px;
  height: 180px;
  display: flex;
  border-radius: 100%;
  transition: .5s;
  padding: 45px;
  margin: 0px auto;
  box-sizing: border-box;
}

.hs-tabs__item--active .hs-tab-content-icon {
  transition: .9s;
  animation: scale 1s linear;
}

.hs-tabs__item {
  transition: .5s;
}


.hs-tab-content-col ul li {
  list-style: none;
  padding: 18px 40px;
  list-style-image: none;
  list-style-type: none;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  color: #fff;
  margin: 0px;
  font-family: "AvenirNext","Helvetica Neue",Helvetica,Arial,sans-serif;  
}

.hs-tab-content__left {
  border-right: 1px dashed #ffffff;
  border-radius: 10%;
}

.hs-tab-content__left ul li:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #787878;
  border-radius: 100%;
  right: -4px;
  top: 28px;
}

.hs-tab-content__right {
  border-left: 1px dashed #ffffff;
  border-radius: 10%;
}

.hs-tab-content__right ul li:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #787878;
  border-radius: 100%;
  left: -4px;
  top: 28px;
}
body .hs-tabber-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hs-tab-content-col ul {
  padding: 0px;
  margin: 0px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hs-tabber-wrap {
  background-size: cover;
}

.hs-tabs__nav li {
  display: inline-block;
  width: 138px;
  float: none;
  box-sizing: border-box;
}

ul.hs-tabs__nav {
  float: none;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px auto 0 !important;
}

/* #accordion {
margin-top: 10px;
} */
.acc-button {
  padding: 10px;
  cursor: pointer;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid white;
  background: #fff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #c1c1c1;
  padding: 10px 15px;
  position: relative;
}

.acc-button.active h3{
  color: #fff;
}

.acc-slide {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #c1c1c1;
  padding: 15px;
}

.acc-slide ul li {
  color: #fff;
  padding: 4px 0px;
  font-size: 16px;
  list-style: disc;
}


.acc-button h3 {
  margin: 0px;
  color: #000;
  font-size: 18px;
}

.acc-slide ul.fadeIn {
  padding: 0 0 0px 15px;
  margin: 0;
}

.acc-button:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  color: #c1c1c1;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 11px;
}

.acc-button.active:after {
  transform: rotate(180deg);
  color: #fff;
}

/*** animation ****/

@keyframes scale{0%{transform:scale(0.1);opacity:0}60%{transform:scale(1.2);opacity:1}100%{transform:scale(1)}}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}


/************/

.hs-tabs__item{
  display: none;
}
.hs-tabs__item--active{
  display: block;
}
.hs-tabs__item img{ 
  /* Protect images from overflowing the tab */ 
  max-width: 100%;
  height: auto;
}
.hs-tabs__nav{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  text-align: center;
}
.hs-tabs__nav li{
  display: inline-block;
}
.hs-tabs__navitem {
  /*   border-bottom: 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 14px 30px;
  border-radius: 50px;
  min-width: 180px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none; */
}
a.hs-tabs__navitem.hs-tabs__navitem--active {
  /*   background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none !important;
  font-weight: 500 !important;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px !important; */
  border: 0 !important;
}
/* fix for hubspot injected div */
.hs-tabs__navitem *{
  pointer-events: none;
}

.acc-slide p {
  color: #fff;
}

/*********** Responsive code ***************/
.hs-tabs__nav li {
  word-break: keep-all;
}
/************** ipad ***************/
@media (min-width: 768px) {
  .hs-tabs__nav li.tav_th_three_box {
    width: 25%;
  }

  .hs-tabs__nav li.tav_th_six_box {
    width: 15%;
  }
  .hs-tabs__nav li.tav_th_four_box {
    width: 20%;
  }
  .hs-tabber-wrap.dj_tab_with_content_wrapper {}

  .hs-tabber-wrap.dj_tab_with_content_wrapper ul.hs-tabs__nav {
    justify-content: space-between;
  }

  .hs-tabber-wrap.dj_tab_with_content_wrapper ul.hs-tabs__nav li.tav_th_four_box.dj_tab_with_content {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fafafa;
  }

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (min-width: 768px) {
  .service-accordion {
    display: none;
  }

}

@media (max-width: 767px) {
  .service-accordion {
    display: none;
  }
  .hs-tabs {
    /*     display: none; */
  }
  .hs-tabber-title {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .service-accordion { padding: 0px 15px; }

  .hs-tabber-wrap.dj_tab_with_content_wrapper ul.hs-tabs__nav li.tav_th_four_box.dj_tab_with_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: #fafafa;
  }

}

/************** iphone ***************/
@media (max-width: 479px) {
  .hs-tabs {
    padding-bottom: 0;
  }
}





.services-types {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}
.services-types .services-types-inner > a.box-item {
  display: flex;
  border: 1px solid #dadfe3;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  margin: 0 30px 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  position: relative;
}
.services-types .services-types-inner > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  -webkit-box-shadow: 0 2px 37px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 37px 0 rgba(0,0,0,.1);
  border-bottom: 4px solid #fff;
  -webkit-transition: border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  transition: border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,border-color .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  z-index: -1;
  right: 0;
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}
.services-types .services-types-inner > a i {
  font-size: 12px;
  height: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: color .2s,-webkit-transform .2s;
  transition: color .2s,-webkit-transform .2s;
  transition: color .2s,transform .2s;
  transition: color .2s,transform .2s,-webkit-transform .2s;
  color: #f63838;
}
.services-types .services-types-inner > a i:before {
  vertical-align: text-bottom;
}
.services-types .services-types-inner > a:hover:after {
  z-index: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  border-bottom-color: #f63838;
}
.services-types .services-types-inner > a:hover i {
  transform: none;
}


@media only screen and (min-width: 1023px) {
  .services-types .services-types-inner > a {
    padding: 26px 7px;
    margin: 0 0 30px;
  }
  .services-types .services-types-inner > a:nth-of-type(4n) {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .services-types .services-types-inner > a:nth-of-type(3n) {
    margin: 0 0 30px;
  }
  .services-types>a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .services-types {
    margin-top: 30px;
  }
  .services-types>a:nth-of-type(3n),
  .services-types>a {
    margin: 8px 0 0;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-height: 60px;
  }
  .services-types>a:first-child {
    margin: 0;
  }
}



.services-approach table {
  border: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
  margin: 0;
  box-shadow: none;
}
.services-approach table tr {
  background-color: #fff;
}
.services-approach table tr td {
  font-size: 18px;
  padding: 10px 30px 10px 0;
  vertical-align: middle;
  border: none;
  text-align: left;
}
.services-approach p {
  margin: 0 0 12px;
}
.services-approach-image p img {
  max-width: 400px;
}

@media (max-width: 767px) {
  .services-approach table tr {
    display: block;
  }
  .services-approach table tr td {
    font-size: 16px;
    display: block;
    padding: 5px 0;
  }
  .services-approach p {
    margin-bottom: 18px;
  }
}


.social-icons {}
.social-icons ul { list-style: none; padding: 0; margin: 0 -5px; }
.social-icons li { display: inline-block; }
.social-icons li a { display: block; transition: all 0.2s; text-decoration: none!important; }
.social-icons li a:hover { text-decoration: none!important; }
.social-icons svg { height: 100%; width: 100%; }


.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-links__icon {
  background-color: #19CCA3;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  margin: 0 0.75rem 0.375rem 0;
  padding: 0.75rem;
}

.social-links__icon svg {
  fill: #FFF;
  height: 15px;
  width: 15px;
}

.social-links__icon:hover,
.social-links__icon:focus,
.social-links__icon:active {
  background-color: #27EDC0;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}


.dj-logo-banner.dj-Success-stories-slider-inner .slick-track {

}

.dj-logo-banner.dj-Success-stories-slider-inner {}

.dj-Success-stories-slider-inner_caption {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding: 30px 20px 70px;
  max-width: 60%;
  right: 0;
  border-top-left-radius: 10px;
}

.dj-Success-stories-slider-inner-banner__image {
  position: relative;
}
div.dj-Success-stories-slider-inner-banner__image img {
  object-fit: cover;
  border-radius: 10px;
}
.dj-Success-stories-slider-inner_caption h5 {
  font-weight: 700;
  font-size: 25px;
}

.dj-Success-stories-slider-inner_caption h5 a:hover {
  color: #38b7f9;
}

.dj-Success-stories-slider-inner {}

.dj-Success-stories-slider-inner ul.slick-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.dj-Success-stories-slider-inner ul.slick-dots button {
  background: linear-gradient(to right,#0085c8 20%,#1f9ad8 60%);
  border: 0;
  border-radius: 5px;
  opacity: 1;
  padding: 15px 17px;
  font-size: 16px;
}
.dj-Success-stories-slider-inner ul.slick-dots button:hover,
.dj-Success-stories-slider-inner ul.slick-dots li.slick-active button{
  background-image: linear-gradient(147deg,#fe8a39 0%,#fd3838 74%);
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252,56,56,0.4);
  text-decoration: none !important;
  font-weight: 500 !important;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px !important;
  border: 0 !important;
}

.hs-tabs__item{
  display: none;
  padding: 30px 0;
}
.hs-tabs__item--active{
  display: block;
}
.hs-tabs__item img{ 
  /* Protect images from overflowing the tab */ 
  max-width: 100%;
  height: auto;
}
.hs-tabs__nav{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  text-align: center;
}
.hs-tabs__nav li{
  display: inline-block;
}
.hs-tabs__navitem {
  border-bottom: 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 14px 30px;
  border-radius: 50px;
  min-width: 150px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /* font-size: 1rem; */
  font-weight: 400 !important;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  /* min-width: 250px; */
  padding: 13px 20px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #014361;
  font-family: inherit !important;
  border-radius: 0;
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
a.hs-tabs__navitem.hs-tabs__navitem--active {
  background-image: linear-gradient(147deg,#db8d69 0%,#ba4c53 74%);
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none !important;
  font-weight: 500 !important;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px !important;
  border: 0 !important;
}
/* fix for hubspot injected div */
.hs-tabs__navitem *{
  pointer-events: none;
}

/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 900px) {
  .dj_image_headerwidget_1607137963894_1 h2 {  font-size: 75px !important;  }
  .dj_image_headerwidget_1607137963894_2 h1 {  font-size: 75px !important;  }
  .dj_image_headerwidget_1607137963894_3 h4 {  font-size: 75px !important;  }
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {

  .dj_image_headerwidget_1607137963894_1 h2 { font-size: 70px !important; }
  .dj_image_headerwidget_1607137963894_2 h1 {  font-size: 70px !important;  }
  .dj_image_headerwidget_1607137963894_3 h4 {  font-size: 70px !important;  }
  .hs-tabs { padding-left: 15px; padding-right: 15px; }
  .hs-tabs .col-sm-5 { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0px; margin-bottom: 30px; }
  .hs-tabs .col-sm-7 { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0px; text-align: center; padding: 0px !important; }
}

/************** iphone ***************/
@media (max-width: 479px) {

  .dj_image_headerwidget_1607137963894_1 h2 { font-size: 50px !important; }
  .dj_image_headerwidget_1607137963894_2 h1 {  font-size: 50px !important;  }
  .dj_image_headerwidget_1607137963894_3 h4 {  font-size: 50px !important;  }
  .hs-tabs__item .pl-4 p { font-size: 18px; line-height: 30px; }
}

/*----*/

.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%; 
  width: 100%;
  z-index: -1;
}

.svg-container svg path {
  transition: 0.1s;
}
.svg-container svg:hover path {
  d: path("M 800 300 Q 400 250 0 300 L 0 0 L 800 0 L 800 300 Z");
}






.awsm-grid figure img {
  object-fit: cover;
  background-color: #f0f8ff;
  box-shadow: 0 0 5px #f0f8ff;
  padding: 5px;
}

.awsm-grid.list-style.style-1.grid-4-col {
  margin-top: 30px;
}

span.awsm-filter-btn {
  background-image: linear-gradient(to right, #003973 0%, #E5E5BE 0%, #003973 100%);
  color: #fff;
  min-width: 120px;
  text-align: center;
  text-transform: capitalize;
  border: 0 !important;
  transition: 0.5s;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  background-size: 200% auto;
  letter-spacing: 1px;
  line-height: 1.5;
}

span.awsm-filter-btn.awsm-active-filter {
  background-image: linear-gradient(to right, #ED4264 0%, #FFEDBC 51%, #ED4264 100%);
}

.awsm-filter-btn:after {
  height: 0;
}

section.demo-section {
  letter-spacing: normal;
}

.cards-style figure img {
  max-width: 90% !important;
}

.cards-style figure {
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0.2) 0%, #E7EEFE 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0.2) 0%, #E7EEFE 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0.2)), to(#E7EEFE));
  background: -o-linear-gradient(top, rgba(125, 185, 232, 0.2) 0%, #E7EEFE 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0.2) 0%, #E7EEFE 100%);
}

.cards-style figure::before {
  background-image: linear-gradient(to right, #DAE2F8 0%, #D6A4A4 51%, #DAE2F8 100% ) !important;
}

.slide-ins-style .awsm-modal-image-main img{
  height: auto !important;
}

.slide-ins-style .awsm-modal-open .awsm-modal-content {
  padding: 0 25px;
}

.mCustomScrollBox {
  max-height: 100% !important;
}

.modal-style .awsm-modal-open .awsm-modal-content {
  max-height: 100vh;
  overflow: auto;
}

.drawer-style .awsm-grid-padding {
  background-color: rgba(226, 233, 246, 0.39);
  max-width: 100% !important;
}

.drawer-style.style-1>.awsm-grid-card>a::before {
  border: 5px solid #e2e9f6;
}

.slide-ins-style .awsm-modal-image-main img {
  height: auto !important;
}

.drawer-style .awsm-grid-show {
  background: rgba(238, 238, 238, 0.4);
}

[class^=awsm-icon-] {
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.awsm-icon-facebook {
  color: #4867AA;
}

i.awsm-icon-google-plus {
  color: #e37c11;
}

i.awsm-icon-vimeo {
  color: #c928c4;
}

.awsm-table-row.awsm-table-head {
  background: darkslateblue;
  color: #fff;
  box-shadow: 0 2px 48px 0 rgba(1,106,162,0.22);
  font-size: 13px;
}

.awsm-grid-wrapper .awsm-table .awsm-scale-anm {
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(1,106,162,0.22);
  font-size: inherit;
}

.awsm-table.style-1 .awsm-table-cell {
  border-bottom-color: #eee;
}

.custom_team_wrapper_group h1{
  font-size : 2.8em;
  line-height: 1.5em !important;
  font-family: inherit;
  text-transform: capitalize;
  margin-bottom: 0;
} 
.custom_team_wrapper_group h2{
  font-size : 2em !important;  
  line-height: 1.5em !important;
  font-family: inherit;
  text-transform: capitalize;
  margin-bottom: 0;
} 
.custom_team_wrapper_group h3 {
  font-size : 1.5em !important;
  line-height: 1.5em !important;
  font-family: inherit;
  text-transform: capitalize;
  margin-bottom: 0;
}

.circles-style.style-1 figcaption.awsm-figcaption .awsm-personal-info {
  background: -moz-linear-gradient(top,rgba(125,185,232,0.2) 0%,#e7eefe 100%);
  background: -webkit-linear-gradient(top,rgba(125,185,232,0.2) 0%,#e7eefe 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(125,185,232,0.2)),to(#e7eefe));
  background: -o-linear-gradient(top,rgba(125,185,232,0.2) 0%,#e7eefe 100%);
  background: linear-gradient(to bottom,rgba(22, 96, 154, 0.7) 0%,#475f96 100%);
  transition: all .4s,-webkit-all .4s,-moz-all .4s;
  padding: 5px;
}

.circles-style.style-1 figure:hover figcaption.awsm-figcaption .awsm-personal-info {
  padding: 5px ;
  border-radius: 5px;
  transition: all .4s,-webkit-all .4s,-moz-all .4s;
}

.awsm-grid.list-style figcaption {
  overflow: hidden;
  background: -moz-linear-gradient(top,rgba(202, 223, 239, 0.2) 0%,rgba(231, 238, 254, 0.42) 100%);
  background: -webkit-linear-gradient(top,rgba(202, 223, 239, 0.2) 0%,rgba(231, 238, 254, 0.42) 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(202, 223, 239, 0.2)),to(rgba(231, 238, 254, 0.42)));
  background: -o-linear-gradient(top,rgba(202, 223, 239, 0.2) 0%,rgba(231, 238, 254, 0.42) 100%);
  background: linear-gradient(to bottom,rgba(202, 223, 239, 0.2) 0%,rgba(231, 238, 254, 0.42) 100%);
  padding: 15px 25px;
  box-shadow: 0 0px 55px 8px rgba(1,106,162,0.22);
}

.awsm-grid-wrapper .awsm-table .awsm-scale-anm:nth-child(even) {
  background: -moz-linear-gradient(top,rgba(202, 223, 239, 0.2) 0%,rgba(231, 238, 254, 0.42) 100%);
  background: -webkit-linear-gradient(top,rgba(202, 223, 239, 0.2) 0%,rgba(231, 238, 254, 0.42) 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(202, 223, 239, 0.2)),to(rgba(231, 238, 254, 0.42)));
  background: -o-linear-gradient(top,rgba(202, 223, 239, 0.2) 0%,rgba(231, 238, 254, 0.42) 100%);
  background: linear-gradient(to bottom,rgba(202, 223, 239, 0.2) 0%,rgba(231, 238, 254, 0.42) 100%);
}

@media (min-width: 768px) and (max-width: 1024px){
  span.awsm-filter-btn {
    min-width: 0;
    margin-bottom: 10px;
  }
  .awsm-content-scrollbar {
    padding-right: 0;
  }

  .awsm-personal-details {
    max-height: 100%;
  }

  .drawer-style .awsm-details, .drawer-style .awsm-personal-contact-info {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }

  .custom_team_wrapper_group h1 {
    font-size: 2em;
    line-height: 1.5 !important;
  }
  .custom_team_wrapper_group .awsm-social-icons span {
    padding: 0 0;
  }

}

@media screen and (max-width: 767px){
  span.awsm-filter-btn {
    min-width: 0;
    margin-bottom: 10px;
  }

  .circles-style.style-1 figure img {
    height: auto !important;
  }

  .awsm-table.style-1 .awsm-table-row {
    display: block !important;
    padding: 5px 20px 20px;
  }

  .awsm-table.style-1 .awsm-table-row.awsm-table-head {
    display: none !important;
  }
  .awsm-content-scrollbar {
    padding-right: 0;
  }

  .awsm-personal-details {
    max-height: 100%;
  }

  .drawer-style .awsm-details, .drawer-style .awsm-personal-contact-info {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }

  .custom_team_wrapper_group h1 {
    font-size: 2em;
    line-height: 1.5 !important;
  }
  .awsm-grid figure img.attachment-awsm_team.size-awsm_team.wp-post-image {
    height: auto !important;
  }
}

/* Testimonial Section */
.testimonials {
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  .testimonials {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .testimonials {
    background-image: url('https://cdn2.hubspotqa.net/hubfs/101074995/Martech/testimonial-shapes.png');
    background-size: 50%;
  }
}
.testimonial__module:nth-child(n+2) {
  display: none;
}
.testimonial__module {
  padding: 50px 100px;
  border-radius: 15px;
  border: 1px solid #CBE8F8;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.12);
  display: flex;
  background-color: white;
}
.testimonial__module__text {
  max-width: 700px;
}
.testimonial__module__text--author {
  text-transform: uppercase;
  font-weight: 300;
}
.testimonial__module__text--subtitle {
  font-weight: 300;
  padding-top: 10px;
}
@media screen and (max-width: 980px) {
  .testimonial__module {
    flex-direction: column;
    padding: 20px;
    width: auto;
  }
}
.testimonial__module__image {
  margin-left: -150px;
  margin-right: 50px;
  height: 300px;
  width: 300px;
  border-radius: 15px;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  padding-top: -20px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .testimonial__module__image {
    margin: 0 auto 1.5rem;
    padding: 0;
    width: 100%;
    max-width: 500px;
  }
}
.blockquote-icon {
  fill: #19CCA3;
}

/* Carousel (Tiny Slider) */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-outer {
  position: relative;
}

.tns-item {
  padding: 35px 75px;
}

@media screen and (max-width: 980px) {
  .tns-item {
    padding: 35px 0;
  }
}

.tns-controls {
  position: absolute;
  height: 65px;
  display: block;
  top: 50%;
  width: 100%;
}

.tns-controls button {
  position: absolute;
  display: block;
  z-index: 2;
  color: black;
  border-color: transparent;
  text-transform: uppercase;
  padding: 15px 15px 15px 20px;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.tns-controls button:focus {
  outline: none;
}

.tns-controls button:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23eb4e54' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 24px;
  height: 1.5rem;
  width: 1.15rem;
  display: block;
  position: relative;
}

.tns-controls button:first-of-type {
  left: 0;
  padding: 15px 20px 15px 15px;
}

.tns-controls button:last-of-type {
  right: 0;
}

.tns-controls button:last-of-type:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23eb4e54' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3e%3c/svg%3e");
}

.tns-nav {
  text-align: center;
  position: absolute;
  bottom: 50%;
  right: 75px;
  transform: rotate(90deg);
  z-index: 5;
}

@media screen and (max-width: 980px) {
  .tns-nav {
    position: static;
    transform: rotate(0);
    margin-top: 1rem;
  }
}

.tns-nav button {
  background-color: rgba(25,204,163,0.15);
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.25em;
}

.tns-nav button.tns-nav-active {
  background-color: #19CCA3;
}

.tns-nav button:hover,
.tns-nav button:focus {
  border: 2px solid transparent;
}

.testi-wrapper .page-center {
  max-width: 1420px;
  padding: 0 10px;
  margin: 0 auto;
}

.test-top-content {
  text-align: center;
}

.test-top-content h4 {
  color: #E72F1F;
  font-size: 39px;
  margin-top: 0;
  font-weight: bold;
}

.testi-slider-container .slick-arrow {
  display: none !important;
}

.testi-slides-inner {
  padding: 10px 30px;
  display: flex;
  /* align-items: center; */
}

.testi-slides-inner .testi-author-avtar {
  width: 30%;
  margin-right: 15px;
}

.testi-slides-inner .testi-quote-wrapper {
  width: calc(70% - 15px);
}

.testi-quiote p {
  font-size: 14px;
  position: relative;
  padding-top: 12px;
  margin-bottom: 10px;
}

.testi-quiote-author-detail {
  font-size: 14px;
  font-weight: 700;
}

.testi-slides-inner .testi-author-avtar .avtar {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.testi-quiote i {
  color: #e72f1f;
  font-size: 33px;
}
@media (max-width:500px){
  .test-top-content h4 {
    font-size: 26PX;
  }
  .testi-slides-inner {
    flex-wrap: wrap;
  }

  .testi-slides-inner .testi-author-avtar {
    width: 100%;
  }

  .testi-slides-inner .testi-quote-wrapper {
    width: 100%;
  }

  .testi-slides-inner .testi-author-avtar .avtar {
    min-height: 69px;
  }
}

.happy-container {
  padding-bottom: 40px;
}

.why-aci-wrapper {
  position: relative;
  padding: 40px 0;
  min-height: 626px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wgy-aci-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
}

.wgy-aci-bg-wrapper >* {
  width: 50%;
}

.wgy-aci-bg-wrapper .why-aci-right-bg {
  background: #2C2C2C;
}

.wgy-aci-bg-wrapper .why-aci-left-bg {
  background-image: url(https://go.aciinfotech.com/hubfs/Service/new_bg_why.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

.wgy-aci-bg-wrapper .why-aci-left-bg .why-aci-left-over {
  height: 100%;
  width: 100%;
  background-image: url(https://3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/ACI_Nov_2020/images/Service/new_why-bg-1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-aci-wrapper .page-center {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  width: 100%;
}

.why-aci-wrapper .page-center .why-aci-features {
  width: 50%;
  float: right;
  padding-left: 67px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

.why-aci-wrapper .page-center .why-aci-features li {
  line-height: 1.6;
  list-style: none;
  position: relative;
  padding-left: 40px;
}

.why-aci-wrapper .page-center .why-aci-features li:before {
  content: '';
  background: #1EABF2;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 28px;
  margin-top: 23px;
  position: absolute;
  left: 0;
  top: -6px;
}
@media (max-width:767px){

  .why-aci-features ul { padding: 0px; }

  .wgy-aci-bg-wrapper {
    position: static;
    width: 100%;
  }

  .why-aci-wrapper .page-center .why-aci-features {
    width: 100%;
    padding-left: 0;
  }

  .why-aci-wrapper .page-center {
    background: #2c2c2c;
    padding: 30px 15px;
  }

  .wgy-aci-bg-wrapper .why-aci-right-bg {
    display: none;
  }

  .wgy-aci-bg-wrapper>* {
    width: 100%;
  }

  .why-aci-wrapper {
    min-height: 551px;
    padding: 0;
    flex-wrap: wrap;
  }

  .wgy-aci-bg-wrapper .why-aci-left-bg .why-aci-left-over img {
    padding: 30px 15px;
  }

}

.why-us-container {
  display: flex;
  flex-wrap: wrap;
}

.why-us-container .why-column {
  border-top: 10px solid #0b202d;
  background: #F2F3F8;
}

.why-us-container .why-column.why-right {
  border-color: #343433;
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-left-inner {

  margin-left: auto;
  width: 100%;
  padding-right: 60px;
}

.why-column.why-left {
  display: flex;
  align-items: center;
  padding: 60px 2px 40px;
  padding-left: 10px;
}

.why-left-inner .why-Video {
  position: relative;
  z-index: 99;
}

.why-left-inner .why-video-inner {
  border: 10px solid #fff;
  line-height: 0;
  box-shadow: 0 2px 10px #888888;
  position: relative;
  z-index: 99;
}

.why-left-inner .why-Video iframe {
  max-width: 100%;
  width: 100%;
}

.why-left-inner .why-Video:after {
  content: '';
  height: calc(100% - 76px);
  width: 100%;
  display: block;
  background: #E3E4E9;
  position: absolute;
  bottom: 12px;
  right: -61px;
  z-index: 0;
}

.why-quotes {
  padding-left: 50px;
}

.why-quotes blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-style: italic;
}

.why-quotes blockquote:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  margin-right: 21px;
  color: #D9DADC;
  position: static;
}
.why-quotes blockquote:after {
  display: none;
}
.why-quotes p {
  /*   font-family: Arial; */
  font-size: 12px;
  color: #8b8b8b;
  margin-top: 15px;
  line-height: 25px;
}

.why-right-inner {
  border: 1px solid #7b7b7b;
  padding: 40px ;
}

.why-right-inner h2 {
  color: #fff;
  margin-top: 0;
  font-weight: bold;
}

.why-features-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.why-features-items .why-features-items-icon {
  width: 54px;
}

.why-features-items-content {
  width: calc(100% - 74px);
}

.why-features-items-content h5 {
  margin-top: 0;
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.why-features-items-content p {
  margin: 0;
  color: #c7c1c1;
}

.why-button a {
  display: inline-flex;
  background: #2DAAD1;
  padding: 10px 20px;
  color: #fff;
  align-items: center;
  text-decoration: none !important;
}

.why-button a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 15px;
}

@media only screen and (min-width:991px){
  .dj-service-two-col .why-features-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    width: 50%;
    flex-basis: auto;
  }
  .dj-service-two-col .why-features-items-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .why-features-items .why-features-items-icon {
    margin-right: 20px;
  }
}
/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {
  .why-right-inner { border: 1px solid #7b7b7b; padding: 20px; }

}




@media (max-width:767px){
  .why-us-container .why-column {
    width: 100%;
  }
  .why-left-inner .why-Video:after { right: 0; z-index: 0; }
  .why-us-container .why-column.why-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width:500px){
  .why-right-inner {
    padding: 20PX;
  }

  .why-features-items {
    flex-direction: column;
  }

  .why-features-items-content {
    text-align: center;
  }

  .why-button {
    text-align: center;
  }

  .why-left-inner {
    padding-right: 10px;
  }
}


/************** iphone ***************/
@media (max-width: 479px) {

  .why-right-inner h2 { text-align: center; }

}

/* rec slider slick   */

section h2,section h1 {
  margin: 0 0 15px ;
}

section p {
  margin: 10px 0 0;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -55px !important;
  display: block;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  -webkit-transform: translate(0,0) !important;
  -ms-transform: translate(0,0) !important;
  transform: translate(0,0) !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0;
  right: 0;
}
.dj_recent_post_slider .owl-carousel .owl-nav .owl-next {
  right: 5% !important;
}
.dj_recent_post_slider .owl-carousel .owl-nav .owl-next, .dj_recent_post_slider .owl-carousel .owl-nav .owl-prev {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 40px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: none !important;
}
.owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before {

}  
.owl-carousel .owl-nav .owl-next:before {

}
.rec_ps_slide {
  margin-right: 20px;
}
.owl-carousel.mediacoverage .nav-btn {
  height: 62px;
  position: absolute;
  width: 62px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: all .2s ease-in-out;
}

.dj_recent_post_slider .owl-carousel .owl-nav .owl-prev {
  left: 5% !important;
}
.row.dj_recent_post_slider .col-sm-12 { 
  padding: 0;
}
.owl-carousel .owl-nav .owl-prev:before {
  border-width: 2px 0px 0px 2px;
}
.owl-carousel .owl-nav .owl-prev:before {

}

.item {
  position: relative;
}
.item a.hs-media-owl-external-link.external_link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 9;
}
.owl-carousel .owl-item .item img {
  border-radius: 20px;
  border: 1px solid transparent;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
span.dj_recent_slider_bottom {
  position: absolute;
  bottom: 0;
  padding: 20px 15px;
  word-break: break-word;
  white-space: normal;
  background: rgba(0,0,0,0.55);
  width: calc(100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.item a.hs-media-owl-external-link.external_link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 9;
}
.font26{
  font-size: 22px;
}
.coveragetxt {
  color: #fff;
  margin: 0;
}
.coveragetxt p {
  margin: 0;
}
/* .slick-slide {
filter: blur(2px);
opacity: .5;
transition: opacity 1s;
}
.slick-slide.slick-active {
filter: blur(0);
opacity: 1;
transition: opacity 1s;
} */
.owl-theme .owl-nav {
  line-height: 0;
}
.mediacov:before {
  background-size: contain;
  background-position: left top;
  background-image: url('//3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/circlecov.png');
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  transform: rotateX(0);
  left: -50px;
  display: block;
  z-index: -1;
  opacity: .8;
}
a.dj_recent_head {
  text-decoration: none;
  font-size: 40px;
  font-weight: 300;
  font-size: 24px;
  font-style: italic;
  border-bottom: 2px solid rgba(231, 124, 34, 1.0);
  margin-bottom: 20px;
  display: inline-block;
}


.mediacov .slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
}
.mediacov ul.slick-dots li button {
  font-size: 0;
} 
.mediacov .slick-dots {
  position: absolute;
  bottom: -40px;
}
.rec_ps_slide {
  padding: 0 10px;
}
@media(max-width:991px){


}
.header__main-bar.fixed-header { 
  z-index: 9999;
}


.carousel-inner .active.item {
  background: transparent;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/


@-webkit-keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes ripple {
  70% {
      box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
      box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.dj_header_top_container {
  background-color: #494b54;
}
header.header {
  position: unset;
}
.header__main-bar {
  background: #607d8b;
  color: #000;
  background-image: linear-gradient(to right,#fff,rgba(229, 234, 244, 1));
}

.header__menu .header__navigation .menu-link {
  color: inherit;
}

.submenu.level-2 > li {
  background-color: transparent !important;
}

.header__menu .header__navigation .submenu:not(.level-1) a.menu-link {

}
.header__menu .navigation-primary a {
  color: #ab404b;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}
.header__menu .submenu.level-1 > li {
  display: inline-block;
  padding: 10px 10px;
  text-transform: uppercase;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item {
  /* display: block; */
}

.header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link {
  display: block;
}

.header__main-bar {
}
.header__menu .header__navigation .submenu.level-1>.menu-item .submenu:not(.level-1).level-2, 
.header__menu .header__navigation .submenu.level-1>.menu-item .submenu:not(.level-1).level-2 {
  top: 100%;
}
.header__menu .header__navigation .submenu.level-1>.menu-item .submenu:not(.level-1).level-2:before {

}
.header__menu .header__navigation .submenu:not(.level-1) a.menu-link:hover {

}

.header__menu .header__navigation .submenu:not(.level-1) a.menu-link i.fa {

}
.submenu.level-2>li {
  border-color: #eee;
}
.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover, 
.header__menu .header__navigation .submenu:not(.level-1) .menu-link:focus{
  background-color: #fd3838 !important;
}


.blog-post .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
  position: sticky;
  top: 100px;
}

.blog-post__social-sharing .social-links a.social-links__icon {
  display: block !important;
  background: no-repeat;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 14px;
  padding: 0;
  width: 100%;
  margin-right: 0;
  float: none;
}

.blog-post__social-sharing .social-links {
  position: absolute;
  top: 50px;
  left: -60px;
}
body h6.dj_post_title {
  font-size: 16px;
}
.hhs-img {
  padding-left: 10px;
  padding-right: 10px;
}

.hhs-rich-text {
  padding-left: 10px;
  padding-right: 10px;
}

a.content-card.element-item.dj-full-gallery-slider {
  align-items: normal;
  display: block;
  align-content: initial;
  height: auto !important;
  padding: 0;
}

a.content-card.element-item.dj-full-gallery-slider img.content-card-inner {
  height: 250px !important;
  max-width: none !important;
}

a.content-card.element-item.dj-full-gallery-slider .content-desc {
  display: block;
}
.dj_full-gal-box {
  overflow: hidden;
}

a.content-card.element-item.dj-full-gallery-slider .content-desc ul {
  margin-top: 0;
  margin-bottom: 0;
}
.dj-gal-content {
  color: #000;
}
a.content-card.element-item.dj-full-gallery-slider h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
div#hs_menu_wrapper_footer-navigation-primary ul li.hs-menu-item.hs-menu-depth-2.active.active-branch {
  background-color: transparent;
}

div#hs_menu_wrapper_footer-navigation-primary ul li.hs-menu-item.hs-menu-depth-2.active.active-branch > a {
  color: #ca0000;
}
.df {
  display: flex;
  flex-wrap: wrap;
}

.recent-post-slider .post-slide-row .post-slide__wap:nth-child(3) {
  flex-direction: row-reverse;
}

.recent-post-slider .post-slide-row .post-slide__wap:nth-child(4) {
  flex-direction: row-reverse;
}

.x_014_post_control_button .carousel-control {
  top: 15px;
  opacity: 1;
  width: 30px;
  bottom: auto;
  height: 30px;
  color: #ddd;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.x_014_post_control_button .carousel-control.left {
  left: 0;
  right: 32px;
  margin: auto;
}
.x_014_post_control_button .carousel-control.right {
  right: 0;
  left: 32px;
  margin: auto;
}
.x_014_post_control_button .carousel-control.left:hover,
.x_014_post_control_button .carousel-control.right:hover {
  color: #fff;
  background: #4582c3;
  border-color: #4582c3;
}

.recent-post-slider .x_014_post_header {
  width: 320px;
  padding: 5px;
  margin: auto;
  text-align: center;
  position: relative;
  margin-bottom: 65px;
}
.recent-post-slider .x_014_post_header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #211d1a;
}
.recent-post-slider .x_014_post_header:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #211d1a;
}
.recent-post-slider .x_014_post_header > h1 {
  font-weight: 900 !important;
  background: 0 !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
}
.recent-post-slider .x_014_post_header > h1 > span {
  color: #4582c3;
  margin: 0 5px;
}

.recent-post-slider .x_014_post_header > h1,
.recent-post-slider .x_014_post_image > a,
.recent-post-slider .x_014_post_text > h3,
.recent-post-slider .x_014_post_text > p,
.recent-post-slider .x_014_post_text > a {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}


.recent-post-slider .x_014_post_header>h1>span {
  color: #4582c3 !important;
}

.post-slide__content p {
  line-height: 20px;
  font-size: 14px;
}

.post-slide__wap {
  width: 50%;
}

.post-slide__image {
  width: 50%;
}

.post-slide__content {
  width: 50%;
}

.x_014_post_image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 280px;
}

.post-slide__content h3 {
  line-height: 20px;
}

.post-slide__content h3 a {
  color: #333;
  text-decoration: none;
}

.post-slide__content h3 a {
  line-height: 20px;
  font-weight: 700 !important;
}

.x_014_post_indicators .carousel-indicators {
  left: 0;
  right: 0;
  top: 60px;
  width: 90%;
  bottom: auto;
  height: 20px;
  font-size: 0;
  margin: auto;
  cursor: e-resize;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  white-space: nowrap;
}
.x_014_post_indicators  .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  color: #343e48;
  text-indent: 0;
  font-size: 11px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.x_014_post_indicators  .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  text-indent: 0;
  background: #4582c3;
  border: 1px solid #4582c3;
}
.x_014_post_indicators  .carousel-indicators::-webkit-scrollbar {
  height: 2px;
}
.x_014_post_indicators  .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.x_014_post_control_button .carousel-control {
  top: 15px;
  opacity: 1;
  width: 30px;
  bottom: auto;
  height: 30px;
  color: #ddd;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.x_014_post_control_button .carousel-control.left {
  left: 0;
  right: 32px;
  margin: auto;
}
.x_014_post_control_button .carousel-control.right {
  right: 0;
  left: 32px;
  margin: auto;
}
.x_014_post_control_button .carousel-control.left:hover,
.x_014_post_control_button .carousel-control.right:hover {
  color: #fff;
  background: #4582c3;
  border-color: #4582c3;
}
.recent-post-slider a.carousel-control {
  display: none;
}

.recent-post-slider .carousel-indicators {
  top: 125px;
}
.banner-slider .slick-arrow.slick-next {
  right: 25px;
  background: url(//3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/next.png) no-repeat  !important;
  background-size: cover !important;
}
.banner-slider .slick-arrow.slick-prev {
  right: 75px;
  background: url(//3302407.fs1.hubspotusercontent-na1.net/hubfs/3302407/prev.png) no-repeat !important;
  background-size: cover !important;
}

.banner-slider .slick-arrow.slick-next:before {
  content: "";
}

.banner-slider .slick-arrow.slick-prev:before {
  content: "";
}
.container-fluid.dj-banner-paralax {
  position: relative;
  overflow: hidden;
}

.dj-banner-paralax .dj_area_banner-row-0-background-image:after {
  background-color: #466ea5;
  background-image: linear-gradient(to bottom right, rgba(99, 145, 199, 1), rgba(110, 144, 131, 1));
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: .75;
  border-radius: inherit;
  pointer-events: none;
}

.dj-banner-paralax .dj_area_banner-row-0-background-image .widget-span {
  position: relative;
  z-index: 1;
}

.dj-banner-paralax h1 {
  -webkit-text-fill-color: #fff;
  margin-bottom: .35rem;
}

.boxed-content-text__wrap {
  display: block;
}

.boxed-content-text__wrap .boxed-content-text__content {
  flex: auto;
}
.left-cnt-with-counter.row {}

.left-cnt-with-counter.row svg {
  height: 60px;
  margin: 10px auto 20px;
  display: block;
  width: 80px;
}
.form-title {
  line-height: 1;
}
.dj_wpb_wrapper.dj_vc_column-inner {
  text-align: center;
}
.section-c22 .card-22 .content-wrapper {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-c22--reverse .card-22 .thumbnail-direction {
  top: 1.5rem;
  left: -10%;
  position: absolute;
}
.section-c22--reverse .card-22 .thumbnail-direction img {
  max-width: 7.4rem;
}
.section-c22--reverse .card-22 .thumbnail-direction svg {
  max-width: 7.4rem;
}
.section-c22 .innercontent {

  color: #fff;
}
.section-c22 .innercontent h4 {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.section-c22 .innercontent h4>a {
  color: #fff;
}
.section-c22 .innercontent .p-sm {
  line-height: 2.6rem;
  color: #cdd2d7;
  font-size: 1.5rem;
}
.section-c22 .innercontent .link-with-arrow--light {
  color: #fff!important;
}
.link-with-arrow--secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-with-arrow {
  line-height: 2.5rem;
  font-weight: 700;
}
.section-c22 .card-22 .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
.section-c22 .card-22 .thumb-img:hover img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.section-c22 .card-22 {
  background: #282a32;
}
.link-with-arrow--secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.5rem;
  font-weight: 700;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  background-color: transparent;
}

.link-with-arrow .last-word-is-added {
  position: relative;
  display: inline;
}
.link-with-arrow--secondary .arrow {
  width: 1.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #c84802;
  position: relative;
  background: #c84802;
  margin: 0 0 0 1rem;
  display: inline-block;
  vertical-align: middle;
}
.link-with-arrow--secondary .arrow .head, 
.link-with-arrow--secondary .arrow .head:after {
  border: 1px solid #c84802;
  border-radius: 1rem;
  width: 1rem;
  position: absolute;
  right: -.5rem;
  top: .2rem;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-with-arrow--secondary .arrow .head, 
.link-with-arrow--secondary .arrow .head:after {
  border: 1px solid #c84802;
  border-radius: 1rem;
  width: 1rem;
  position: absolute;
  right: -.5rem;
  top: .2rem;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-with-arrow--secondary .arrow .head:after {
  content: "";
  border-color: #c84802;
  right: -.5rem;
  top: -.5rem;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.link-with-arrow--secondary:hover .arrow {
  width: 2rem;
}
.section-c22 .card-22 .thumbnail-direction {
  top: 2.5rem;
  right: 2rem;
}
.section-c22 .card-22 .thumb-img {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute!important;
  margin: 0;
}
section.section-c22.section-c22--reverse {
}

.accordion-job-list-header h2 .btn, .bg-repeater>.row>.col, .bg-repeater>.row>[class*=col-], .btn-search, .card-c13 .card-body, .card-c19 ul li, .card-i09, .card-i13 .card-header .btn, .card-in01 .card-header .btn, .card-quote, .card-search form .form-group, .card-statement>.card-header .btn, .card-tab-panel .card-header .btn, .client-post, .custom-loader, .filternav .navbar-toggler, .hamburger-box, .hero-01, .hero-01-content, .hero-01-content__bottom, .hero-02, .hero-02-sidebar, .hero-02-wrap, .hero-03, .hero-04, .hero-04-featured, .hero-04-home, .hero-04-home-featured, .hero-05, .hero-06, .hero-06-content, .hero-07, .hero-07-content, .hero-09, .hero-09-content-wrap, .hero-09-footer-bg, .hero-11, .hero-12, .hero-12-sidebar, .hero-12-wrap, .hero-13, .hero-13-wrap, .hero-14, .hero-14 .last-word-is-added, .hero-14-bg, .hero-14-wrap, .hero-h18, .link-width-arrow--straight:after, .link-with-arrow, .position-relative, .pushy .dropdown-menu, .section-07, .section-08, .section-08 header, .section-c22, .section-c22 .card-22, .section-job-list .filternav .navbar-toggler, .section-keypartner .partnerlist ul li a, .section-l08-img, .slick-arrow, .slick-dots>li button, .slick-wrap, .slick-wrap-03, .slick-wrap-04, .slick-wrap-t01, .slider-1 .card-slider, .slider-2 .card-slider, .slider-2-caption-wrap .caption, .slider-2-caption-wrap .caption .slick-content, .slider-3 .card-slider figure, .slider-3-caption .slick-content, .slider-3-sync .card-slider, .slider-t01 .card-slider figure, .slider-t01-caption .slick-content, .tab-content-links, .theme-footer .footer-block.right-box, .thumbnail-img, .video-wrap, .video-wrap .control a, .wrap-col-9, blockquote.wp-block-quote, blockquote:not([class]), ol.roman-list, ul.custom-bullet li {
  position: relative;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.section-c22--reverse .card-22 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.section-c22--reverse .card-22 .thumb-img {
  left: auto;
  right: 0;
}

.section-c22 .page-center {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-c22 h2 {
  color: inherit;
}

.section-c22 figure {
  margin: 0;
}
.section-c22 .link-with-arrow--light {
  color: #fff;
}
.card-22 {}

.section-c22 .innercontent p {

  color: #cdd2d7;
}

body .testimonial__module__text {
  max-width: 100%;
  margin: 0;
}
body .testimonial__module__text--author {
  text-align: right;
  text-transform: none;
  font-style: italic;
}

body .testimonial__module__text--subtitle {
  text-align: right;
  font-size: small;
  text-decoration: underline;
  font-style: italic;
}
body .testimonial__module {
  padding: 25px 50px;
}
.section-c22 .card-22 .thumbnail-direction {
  position: absolute;
}

.section-c22 .card-22 .thumbnail-direction svg {
  fill: #eee;
  z-index: -2;
  display: block;
  height: 100px;
  width: 100px;
  opacity: 0.2;
}
.section-c22 ul {
  color: #cdd2d7;
}
.section-c22 ul > li {
  /* position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  margin-top: 0;*/
}
.section-c22 ul > li:before {
  /*content: "/";
  font-size: 1em;
  top: 0;
  -webkit-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
  color: #c25700;
  position: absolute;
  left: 0;*/
}
b, strong {
  font-weight: bolder;
}


.section-c22 .card-22 .thumb-img a.link-with-arrow.link-with-arrow--secondary.link-with-arrow--dark {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-item .menu-link[href="javascript:;"] {
  opacity: 0.5;
}
.hs_cos_wrapper_type_rich_text ul li::marker,
.dj-main-Section .hs_cos_wrapper_type_module ul li::marker{
  /*content: "⦾ ";
  /* margin: 0 .5rem 0 0; */
  /*color: #ac3e4a;*/
}

.hs_cos_wrapper_type_rich_text ul,
.dj-main-Section .hs_cos_wrapper_type_module ul{
  margin: 0 ;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
}

.hhs-icon-mod .hhs-icon-con {
  box-shadow: 0 0 10px #eee;
  max-width: 90%;
  margin: 10px auto 20px;
  padding: 30px 15px 15px;
  border: 1px solid #fafafa;
  border-radius: 35px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.vg_multi_step_form {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.vg_multi_step_form .step-wrapper .step-list:not(.active) {
  display: none;
}
.vg_multi_step_form .step-wrapper .step-list {
  text-align: initial;
}
.vg_multi_step_form .step-wrapper .step-list.done:not(.active) {
  display: block;
}
.vg_multi_step_form .step-wrapper .step-list.done .title {
  opacity: 0.6;
}
.owl-carousel.mediacoverage .slick-track {
  margin: 0;
}
body .content-card{
  height: auto;
}
body .content-card img.content-card-inner {
  height: 200px !important;
}
.contentFilter button{
  font-size: 12px;
  margin-left: 0;
  margin-right: 0;
  min-width: auto;
  padding: 6px 10px;
}

.dj_header_top_container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
  padding: 5px;
}
.dj_logo_col_row .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row.dj_logo_col_row {}



.hhs-icon-mod .hhs-icon-con h2 {
  font-size: 30px;
}

.hhs-icon-mod .hhs-icon-con h3 {
  font-size: 26px;
}

.hhs-icon-mod .hhs-icon-con h4 {
  font-size: 22px;
}
.widget-type-header h4 {
  font-size: 24px;
}
a.dj_icon_link_full {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.star-rating {
  display: none;
}
.hhs-icon-con {
  position: relative;
}
.widget-type-header .hs_cos_wrapper_type_header {
  display: block;
  max-width: 900px;
  margin: auto;
}
.hhs-testimonial-content blockquote {
  /* font-size: 24px !important; */
  /* font-family: 'Montserrat'; */
  font-weight: 100;
  font-family: "DIN Next";
}

.hhs-testimonial-content h5 {
  font-weight: 100;
  font-size: 22px;
}

.hhs-testimonial-content h6 {
  /* font-weight: 100; */
}
.banner-slider .slick-arrow {
  opacity: .35;
  filter: saturate(0.5);
}
.dj_slick_vertical_slide_wrappert UL {
  margin: 0;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
}

.dj_slick_vertical_slide_wrappert ul li {
  margin: 0;
}
.hhs-icon-mod .hhs-icon-con {
  background-color: #fff;
}
.widget-type-header h2 {
}
img.dj_box_image_block {
  height: 300px;
  object-fit: cover;
}
h2.boxed-content-text__title {
  font-size: 32px;
  line-height: 1;
}

.boxed-content {
  padding: 20px;
}
body .hero-content {
  padding-top: 80px;
  padding-bottom: 60px;
}
a.slider-btn.button--secondary {
  background-color: rgba(40, 42, 50, 1.0);
  color: #ffffff;
}
.more p:last-child {
  margin-bottom: 0;
}
.hhs-hero-overlay {
  opacity: 0.75;
}

@media (min-width: 1024px){
  .dj-banner-paralax h1 {
    font-size: 3.2498rem;
    line-height: 1.1;
  }
  .container-fluid.dj-banner-paralax .span6.widget-span.widget-type-cell.dnd-column {
    margin-left: 0;
    width: 50%;
  }
  .section-c22:not(.section-c22--reverse) .card-22 .thumbnail-direction {
    top: 1.5rem;
    right: -10%;
    position: absolute;
    z-index: 0;
  }
}
@media (max-width: 1000px){
  .post-slide__image { width: 100%; margin-bottom: 20px; }
  .post-slide__content { width: 100%; }
  .post-slide__wap { width: 48%; margin-bottom: 20px; }
  .post-slide-row { justify-content: space-between; }
}

@media (max-width: 767px){

  .recent-post-slider#x_014_post {
    padding-bottom: 0px;
  }

  div#x_014_post {
    padding-left: 5px;
    padding-right: 5px;
  }

  .post-slide__wap {
    width: 100%;
  }

  .post-slide__image {
    width: 100%;
  }

  .post-slide__content {
    width: 100%;
  }

  /*   .recent-post-slider .item .post-slide-row:nth-child(2) .post-slide__wap {
  flex-direction: column-reverse;
} */

  .recent-post-slider  .x_014_post_text {
    padding: 20px 20px;
  }

  .devops-service .post-slide-row .post-slide__wap:nth-child(3) {
    flex-direction: unset;
  }

  .devops-service .post-slide-row .post-slide__wap:nth-child(4) {
    flex-direction: unset;
  }
  .recent-post-slider__cta {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .section-c22 .card-22 .thumb-img {
    position: static!important;
    width: 100%;
  }
  .section-c22--reverse .card-22 .thumbnail-direction {

  }
  .section-c22 .card-22 .page-center {
    padding: 0rem 1rem 0rem;
  }
  .owl-carousel.mediacoverage .nav-btn {
    right: 0;
    /* left: 0; */
    /* width: 35px; */
  }

  .nav-btn.prev-slide {
    left: 0;
  }
  .vg_multi_step_form input.hs-button.primary.large {
    min-width: auto;
    margin-bottom: -20px;
    margin-right: 20px;
  }

  .vg_multi_step_form a.hs-button {
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  body .vg_multi_step_form form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-fluid-wrapper.row-depth-1.row-number-1.footer-row-0-vertical-alignment.footer-row-0-max-width-section-centering.dnd-section.footer-row-0-padding {
    padding-top: 0 !important;
  }
  .hhs-icon-mod .hhs-icon-con {
    max-width: 100%;
  }
}




@media (max-width: 479px) {
  .recent-post-slider .x_014_post_header { width: 100%;  }
  .post-slide__content p { line-height: 20px; font-size: 16px; }
  .recent-post-slider .x_014_post_header>h1 {  font-size: 24px; }
  .recent-post-slider .x_014_post_image {  min-height: 240px; }
  .service-headingbox h2.g3 { font-size: 30px; }
}


.post-slide__content a.read-more.button.slim {
  color: #fff !important;
  padding: 0 20px;
  margin-bottom: 0;
}

.x_014_post_text>h3 {
  font-size: 18px;
  text-transform: inherit;
  line-height: 1.4;
  font-family: Candal, sans-serif;
}

.x_014_post_text>h3 a {
  font-weight: 600 !important;
}

.x_014_post_header>h1{  
  font-family: Candal, sans-serif;
}
.dj-gal-content p {
  margin-bottom: 0;
}

.hs-tabber-wrap.dj_tab_with_content_wrapper ul.hs-tabs__nav li.tav_th_four_box.dj_tab_with_content {
  padding: 30px 20px;
}
.tab-label h4 {
  font-size: 20px;
}
script {
  display: none !important;
}
.happy-bottom-container .happy-bottom-counter .happy-counter-items span.hs_cos_wrapper_type_cta {
  width: auto;
  /* display: block; */
  height: auto;
  overflow: unset;
}
div#x_014_post {
  padding-top: 0;
  padding-bottom: 0;
}

.recent-post-slider .x_014_post_header {
  margin-bottom: 30px;
}

.recent-post-slider .carousel-indicators {
  display: none;
}
.footer-version2__right-menu ul li.hs-menu-item.active {
  background-color: transparent;
}
.footer-version2__right-menu ul li.hs-menu-item.active > a {
  color: #ca0000;
}

.services-types .services-types-inner > a.box-item {
  margin-right: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 5px;
}

.blog-post .blog-post__body+ .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
  position: relative;
  top: auto;
}

.blog-post .blog-post__body+ .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module h2.blog-recent-posts__title {
  margin-top: 0;
}

form input[type=submit], form .hs-button {
  line-height: 1;
  border: 0 !important;
  outline: 0 !important;
}
.header__language-switcher .lang_list_class li:hover {
  background-color: rgba(70, 110, 165, 1.0);
}
.lang_list_class li a {
  display: block;
}
.banner-slider .slick-arrow:hover {
  opacity: 1;
  filter: grayscale(1);
}
.modal-style.style-1 .awsm-modal-content-main select {
  -webkit-appearance: auto;
  -moz-appearance: initial;
  appearance: auto;
}

.footer img.hs-image-widget {
  margin-bottom: 0 !important;
  height: 100px;
  width: auto;
  object-fit: contain;
}
.footer .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.footer-row-2-vertical-alignment > .row-fluid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .footer .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.footer-row-2-vertical-alignment > .row-fluid .span2.widget-span.widget-type-cell.dnd-column {
    padding: 0 10px;
    text-align: center;
  }
@media(min-width: 767px){
  .header__menu .header__navigation ul.submenu.level-2 {
    background: #fafafa  !important;
    box-shadow: 0px 5px 17px rgb(27 29 53 / 10%) !important;
    border-radius: 8px;
    border-radius: 10px !important;
    overflow: hidden;
    padding-top: 0 !important;
  }
}

@media(max-width: 767px){
  .header__menu .header__navigation .menu-link {
    color: #FFFFFF !important;
  }
  body .header__mobile-menu-icon, 
  body .header__mobile-menu-icon:after, 
  body .header__mobile-menu-icon:before {
    background-color: #000;
  }
  body .menu-arrow-icon, body .menu-arrow-icon:after {
    background-color: #fff !important;
  }
  body .hs-tabs__nav li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body .hs-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .col-sm-4.cta-wrapper {
    background-color: #eee;
    padding: 10px 10px;
  }

  .card-container a.card-main.card--center.dj_card_two_col {
    width: 100%;
    max-width: 100%;
  }
  body .hs-tabs.dj_vertical_tabber {
    display: block;
  }

  body .hs-tabs.dj_vertical_tabber .hs-tabs__item {
    padding-left: 0;
    padding-right: 0;
  }
  .hhs-blog-post-mod.dj_insight-blog-page .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hhs-blog-post-mod.dj_insight-blog-page .container .col-sm-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hhs-hero-mod .hhs-col-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .hhs-hero-mod .hhs-col-inner .hhs-rich-text {
    padding-left: 0;
    padding-right: 0;
  }
  .header__navigation ul.submenu {
    position: static;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 5px 5px !important;
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-weight: 400;
  }

  .submenu > .has-submenu > a.menu-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .submenu.level-2 > .has-submenu a.menu-link {
    padding: 7px 5px;
  }
  .footer img.hs-image-widget {
    margin-bottom: 0 !important;
    height: 80px;
    width: auto;
    object-fit: contain;
  }
  .footer .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.footer-row-2-vertical-alignment > .row-fluid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .footer .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.footer-row-2-vertical-alignment > .row-fluid .span2.widget-span.widget-type-cell.dnd-column {
    padding: 0 10px;
    text-align: center;
  }
}
@media(max-width: 479px){
  main h1 {
    font-size: 30px;
  }
  .banner-slide {
    padding: 0;
  }
  .card--center .card__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  a.card-main {
    padding-bottom: 20px;
  }


}
.widget-type-rich_text ul li {
  padding-left: 20px;
  position: relative;
}
.widget-type-rich_text ul {
  padding: 0;
  list-style: none;
}
.widget-type-rich_text ul li:before {
  content: "\f111";
  font-weight: 900;
  display: inline-block;
  width: 1.5em;
  padding-right: 10px;
  color: inherit;
  font-family: Font Awesome\ 5 Free;
  text-indent: 0;
  text-align: right;
  -webkit-transform: scale(0.7,0.7);
  -ms-transform: scale(0.7,0.7);
  transform: scale(0.7,0.7);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  position: absolute;
  left: 0;
}

.hhs-icon-mod .hhs-icon-con {
  padding: 30px 15px 30px;
}
.left-cnt-with-counter.row svg {
  fill: rgba(40, 42, 50, 1.0);
}
.hhs-icon-con svg {
  width: 45px;
  height: 45px;
  fill: rgba(40, 42, 50, 1.0);
}

.boxed-content {
  min-height: 1px!important;
}
a.card-main.card--center.dj_card_one_col {
  max-width: 100%;
  flex: auto;
  margin: 0;
}
a.card-main.card--center.dj_card_two_col {
  width: 50%;
  max-width: 50%;
}
.hhs-post-meta p {
  margin: 0;
}
.dj_banner_row_contact span.hhs-hero-overlay {
  display: none;
}
body .legal-consent-container, 
body .legal-consent-container .hs-richtext, 
body .legal-consent-container .hs-richtext p {
  font-size: 12px;
  color: inherit;
}
.boxed-content-text__description {}

.boxed-content-text__description li {
  margin: 5px 10px;
  font-size: 80%;
}
img.side-image-2,img.side-image-1 {
  mix-blend-mode: luminosity;
}

.pro-sec-bg.two-bg {
  background-blend-mode: luminosity;
  mix-blend-mode: luminosity;
}

.pro-image-bg {
  background-blend-mode: luminosity;
  mix-blend-mode: luminosity;
}
.menu-cta-btn.slider-btn {
  min-width: 120px;
  margin: 0;
  padding: 8px 20px;
  line-height: 1.2;
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0;
}
.dj_logo_col_row .slick-list .slick-track {
  margin: 0;
}
.container-fluid.dj-header-col-4-content-wrapper .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
  padding: 0;
}

.dj_image_col a.dj_logo_slider_link {
  display: block;
  max-width: 150px;
  margin-right: 10px;
}
.wrap .card li {
  margin: 0;
}

.wrap .card__bottom p {
  margin: 0;
}

.wrap .card__bottom .dj_card_content {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  padding: 5px 10px;
}
.wrap .card__top h2 {
}

.hs-accordion-wrapper .hs-accordion {
  width: 100%;
}
.hs-accordion-wrapper .hs-accordion__item button {
  padding-left: 0;
  font-size: inherit;
}
@media (min-width: 800px){
  body .header__container {
    width: 95%;
  }
  .dj_header_top_container .content-wrapper {
    max-width: 1400px;
    width: 95%;
  }
  body .submenu.level-1 > li {
    padding-top: 8px;
    padding-bottom: 30px;
    line-height: 1;
    margin-bottom: -30px;
  }
  body .submenu.level-1 > .has-submenu > .menu-arrow {
    opacity: 1;
    top: 15px;
  }
  body .submenu.level-1 > li a.menu-link {
    font-size: 14px;
    letter-spacing: 0;
  }
  html[lang="fr-ca"] body .submenu.level-1 > li {
    max-width: 200px;
    white-space: normal;
    text-align: center;
    /* margin-left: 0; */
    /* margin-right: 0; */
    /* padding-left: 0; */
    /* padding-right: 0; */
    flex: 1;
  }
  html[lang="fr-ca"] .submenu.level-2>li {
    border-color: #eee;
    text-align: left;
    line-height: 1;
  }
  .header__language-switcher .lang_list_class {
    min-width: auto;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    margin-top: 20px;
    margin-right: 10px;
  }
  .header__navigation .submenu.level-2, .header__navigation .submenu.level-3 {
    min-width: 300px;
  }
}

@media (max-width: 800px){
  .hs-accordion-wrapper .hs-accordion {
    width: 100%;
    padding: 0;
  }
}