*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    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: 28px;
        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: 28px;
        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 screen and (max-width: 991px) {
  .hide-991 {
    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;
    }
  
    .hide-767 {
      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 ;
    }
}

/* Responsive Images */

img {
  max-width: 100%;
  height: auto;
}

/* Widths */

.width-10 {width: 10%;}
.width-15 {width: 15%;}
.width-20 {width: 20%;}
.width-25 {width: 25%;}
.width-30 {width: 30%;}
.width-33 {width: 33.33333%;}
.width-35 {width: 35%;}
.width-40 {width: 40%;}
.width-45 {width: 45%;}
.width-50 {width: 50%;}
.width-55 {width: 55%;}
.width-60 {width: 60%;}
.width-65 {width: 65%;}
.width-70 {width: 70%;}
.width-75 {width: 75%;}
.width-80 {width: 80%;}
.width-85 {width: 85%;}
.width-90 {width: 90%;}
.width-95 {width: 95%;}
.width-100 {width: 100%;}

@media screen and (max-width: 991px) {
  .width-100-991 {width: 100%;}
  .width-50-991 {width: 50%;}
  .width-45-991 {width: 45%;}
}
@media screen and (max-width: 767px) {
  .width-100-767 {width: 100%;}
  .width-50-767 {width: 50%;}
  .width-45-767 {width: 45%;}
}

/* Height */

.height-100vh {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .height-100vh {
    height: auto;
  }
}

/* Spacings */

.pxy-0 {padding: 0 !important;}
.pxy-10 {padding: 10px;}
.pxy-20 {padding: 20px;}
.pxy-30 {padding: 30px;}
.pxy-40 {padding: 40px;}
.pxy-50 {padding: 50px;}
.pxy-60 {padding: 60px;}
.pxy-70 {padding: 70px;}
.pxy-80 {padding: 80px;}
.pxy-90 {padding: 90px;}
.pxy-100 {padding: 100px;}
.pxy-110 {padding: 110px;}
.pxy-120 {padding: 120px;}
.pxy-130 {padding: 130px;}
.pxy-140 {padding: 140px;}
.pxy-150 {padding: 150px;}
.pxy-160 {padding: 160px;}
.pxy-170 {padding: 170px;}
.pxy-180 {padding: 180px;}
.pxy-190 {padding: 190px;}
.pxy-200 {padding: 200px;}

.pt-0 {padding-top: 0;} .pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;} .pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;} .pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;} .pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;} .pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;} .pt-55 {padding-top: 55px;}
.pt-60 {padding-top: 60px;} .pt-65 {padding-top: 65px;}
.pt-70 {padding-top: 70px;} .pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;} .pt-85 {padding-top: 85px;}
.pt-90 {padding-top: 90px;} .pt-95 {padding-top: 95px;}
.pt-100 {padding-top: 100px;} .pt-105 {padding-top: 105px;}
.pt-110 {padding-top: 110px;} .pt-115 {padding-top: 115px;}
.pt-120 {padding-top: 120px;} .pt-125 {padding-top: 125px;}
.pt-130 {padding-top: 130px;} .pt-135 {padding-top: 135px;}
.pt-140 {padding-top: 140px;} .pt-145 {padding-top: 145px;}
.pt-150 {padding-top: 150px;} .pt-155 {padding-top: 155px;}
.pt-160 {padding-top: 160px;} .pt-165 {padding-top: 165px;}
.pt-170 {padding-top: 170px;} .pt-175 {padding-top: 175px;}
.pt-180 {padding-top: 180px;} .pt-185 {padding-top: 185px;}
.pt-190 {padding-top: 190px;} .pt-195 {padding-top: 195px;}
.pt-200 {padding-top: 200px;}

.pb-0 {padding-bottom: 0;} .pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;} .pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;} .pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;} .pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;} .pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;} .pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;} .pb-65 {padding-bottom: 65px;}
.pb-70 {padding-bottom: 70px;} .pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;} .pb-85 {padding-bottom: 85px;}
.pb-90 {padding-bottom: 90px;} .pb-95 {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;} .pb-105 {padding-bottom: 105px;}
.pb-110 {padding-bottom: 110px;} .pb-115 {padding-bottom: 115px;}
.pb-120 {padding-bottom: 120px;} .pb-125 {padding-bottom: 125px;}
.pb-130 {padding-bottom: 130px;} .pb-135 {padding-bottom: 135px;}
.pb-140 {padding-bottom: 140px;} .pb-145 {padding-bottom: 145px;}
.pb-150 {padding-bottom: 150px;} .pb-155 {padding-bottom: 155px;}
.pb-160 {padding-bottom: 160px;} .pb-165 {padding-bottom: 165px;}
.pb-170 {padding-bottom: 170px;} .pb-175 {padding-bottom: 175px;}
.pb-180 {padding-bottom: 180px;} .pb-185 {padding-bottom: 185px;}
.pb-190 {padding-bottom: 190px;} .pb-195 {padding-bottom: 195px;}
.pb-200 {padding-bottom: 200px;}

.mxy-0 {margin: 0 !important;}
.mxy-10 {margin: 10px;}
.mxy-20 {margin: 20px;}
.mxy-30 {margin: 30px;}
.mxy-40 {margin: 40px;}
.mxy-50 {margin: 50px;}
.mxy-60 {margin: 60px;}
.mxy-70 {margin: 70px;}
.mxy-80 {margin: 80px;}
.mxy-90 {margin: 90px;}
.mxy-100 {margin: 100px;}
.mxy-150 {margin: 150px;}
.mxy-200 {margin: 200px;}

.mt-0 {margin-top: 0;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mt-150 {margin-top: 150px;}
.mt-200 {margin-top: 200px;}

.mb-0 {margin-bottom: 0;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-150 {margin-bottom: 150px;}
.mb-200 {margin-bottom: 200px;}

@media screen and (max-width: 991px) {
  
  .pxy-10 {padding: 5px;}
  .pxy-20 {padding: 10px;}
  .pxy-30 {padding: 15px;}
  .pxy-40 {padding: 20px;}
  .pxy-50 {padding: 25px;}
  .pxy-60 {padding: 30px;}
  .pxy-70 {padding: 35px;}
  .pxy-80 {padding: 40px;}
  .pxy-90 {padding: 45px;}
  .pxy-100 {padding: 50px;}
  .pxy-110 {padding: 55px;}
  .pxy-120 {padding: 60px;}
  .pxy-130 {padding: 65px;}
  .pxy-140 {padding: 70px;}
  .pxy-150 {padding: 75px;}
  .pxy-160 {padding: 80px;}
  .pxy-170 {padding: 85px;}
  .pxy-180 {padding: 90px;}
  .pxy-190 {padding: 95px;}
  .pxy-200 {padding: 100px;}

  .pt-5 {padding-top: 2.5px;}
  .pt-10 {padding-top: 5px;} .pt-15 {padding-top: 7.5px;}
  .pt-20 {padding-top: 10px;} .pt-25 {padding-top: 12.5px;}
  .pt-30 {padding-top: 15px;} .pt-35 {padding-top: 17.5px;}
  .pt-40 {padding-top: 20px;} .pt-45 {padding-top: 22.5px;}
  .pt-50 {padding-top: 25px;} .pt-55 {padding-top: 27.5px;}
  .pt-60 {padding-top: 30px;} .pt-65 {padding-top: 32.5px;}
  .pt-70 {padding-top: 35px;} .pt-75 {padding-top: 37.5px;}
  .pt-80 {padding-top: 40px;} .pt-85 {padding-top: 42.5px;}
  .pt-90 {padding-top: 45px;} .pt-95 {padding-top: 47.5px;}
  .pt-100 {padding-top: 50px;} .pt-105 {padding-top: 52.5px;}
  .pt-110 {padding-top: 55px;} .pt-115 {padding-top: 57.5px;}
  .pt-120 {padding-top: 60px;} .pt-125 {padding-top: 62.5px;}
  .pt-130 {padding-top: 65px;} .pt-135 {padding-top: 67.5px;}
  .pt-140 {padding-top: 70px;} .pt-145 {padding-top: 72.5px;}
  .pt-150 {padding-top: 75px;} .pt-155 {padding-top: 77.5px;}
  .pt-160 {padding-top: 80px;} .pt-165 {padding-top: 82.5px;}
  .pt-170 {padding-top: 85px;} .pt-175 {padding-top: 87.5px;}
  .pt-180 {padding-top: 90px;} .pt-185 {padding-top: 92.5px;}
  .pt-190 {padding-top: 95px;} .pt-195 {padding-top: 97.5px;}
  .pt-200 {padding-top: 100px;}

  .pb-5 {padding-bottom: 2.5px;}
  .pb-10 {padding-bottom: 5px;} .pb-15 {padding-bottom: 7.5px;}
  .pb-20 {padding-bottom: 10px;} .pb-25 {padding-bottom: 12.5px;}
  .pb-30 {padding-bottom: 15px;} .pb-35 {padding-bottom: 17.5px;}
  .pb-40 {padding-bottom: 20px;} .pb-45 {padding-bottom: 22.5px;}
  .pb-50 {padding-bottom: 25px;} .pb-55 {padding-bottom: 27.5px;}
  .pb-60 {padding-bottom: 30px;} .pb-65 {padding-bottom: 32.5px;}
  .pb-70 {padding-bottom: 35px;} .pb-75 {padding-bottom: 37.5px;}
  .pb-80 {padding-bottom: 40px;} .pb-85 {padding-bottom: 42.5px;}
  .pb-90 {padding-bottom: 45px;} .pb-95 {padding-bottom: 47.5px;}
  .pb-100 {padding-bottom: 50px;} .pb-105 {padding-bottom: 52.5px;}
  .pb-110 {padding-bottom: 55px;} .pb-115 {padding-bottom: 57.5px;}
  .pb-120 {padding-bottom: 60px;} .pb-125 {padding-bottom: 62.5px;}
  .pb-130 {padding-bottom: 65px;} .pb-135 {padding-bottom: 67.5px;}
  .pb-140 {padding-bottom: 70px;} .pb-145 {padding-bottom: 72.5px;}
  .pb-150 {padding-bottom: 75px;} .pb-155 {padding-bottom: 77.5px;}
  .pb-160 {padding-bottom: 80px;} .pb-165 {padding-bottom: 82.5px;}
  .pb-170 {padding-bottom: 85px;} .pb-175 {padding-bottom: 87.5px;}
  .pb-180 {padding-bottom: 90px;} .pb-185 {padding-bottom: 92.5px;}
  .pb-190 {padding-bottom: 95px;} .pb-195 {padding-bottom: 97.5px;}
  .pb-200 {padding-bottom: 100px;}
  
  .mt-10 {margin-top: 5px;}
  .mt-20 {margin-top: 10px;}
  .mt-30 {margin-top: 15px;}
  .mt-40 {margin-top: 20px;}
  .mt-50 {margin-top: 25px;}
  .mt-60 {margin-top: 30px;}
  .mt-70 {margin-top: 35px;}
  .mt-80 {margin-top: 40px;}
  .mt-90 {margin-top: 45px;}
  .mt-100 {margin-top: 50px;}
  .mt-150 {margin-top: 75px;}
  .mt-200 {margin-top: 100px;}

  .mb-10 {margin-bottom: 5px;}
  .mb-20 {margin-bottom: 10px;}
  .mb-30 {margin-bottom: 15px;}
  .mb-40 {margin-bottom: 20px;}
  .mb-50 {margin-bottom: 25px;}
  .mb-60 {margin-bottom: 30px;}
  .mb-70 {margin-bottom: 35px;}
  .mb-80 {margin-bottom: 40px;}
  .mb-90 {margin-bottom: 45px;}
  .mb-100 {margin-bottom: 50px;}
  .mb-150 {margin-bottom: 75px;}
  .mb-200 {margin-bottom: 100px;}
  
  .md-width-100 {width: 100%;}
}

/* Text Align */

.text-center {text-align: center!important;}
.text-left {text-align: left!important;}
.text-right {text-align: right!important;}

@media screen and (max-width: 991px) {
  .md-text-center, .text-center-991 {text-align: center!important;}
  .md-text-left, .text-left-991 {text-align: left!important;}
  .md-text-right, .text-right-991 {text-align: right!important;}
}

/* Overflow */

.overflow-hidden {overflow: hidden;}
.overflow-x-hidden {overflow-x: hidden;}
.overflow-y-hidden {overflow-y: hidden;}

/* Floats */

.float-left {float: left;}
.float-right {float: right;}
.float-none {float: none;}

@media screen and (min-width: 992px) {
  .float-left-992 {float: left;}
  .float-right-992 {float: right;}
  .float-none-992 {float: none;}
}
@media screen and (max-width: 991px) {
  .float-left-991 {float: left;}
  .float-right-991 {float: right;}
  .float-none-991 {float: none;}
}
@media screen and (max-width: 767px) {
  .float-left-767 {float: left;}
  .float-right-767 {float: right;}
  .float-none-767 {float: none;}
}

/* Flexbox */

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: -webkit-inline-box!important;
  display: inline-flex!important;
}

.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-top {
  -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-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex-direction-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-direction-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  /* Flexbox */

  .d-flex-992 {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  /* Flexbox */

  .d-flex-767 {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}

/* Border */

.no-border {border: 0!important;}
.content-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

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

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


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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Fonts */

@font-face {
  font-family: 'nexa-light';
  src: url('https://www.concordancehealthcare.com/hubfs/Theme%202021/fonts/NexaLight.ttf')  format('truetype'),
       url('https://www.concordancehealthcare.com/hubfs/Theme%202021/fonts/NexaLight.woff') format('woff'),
       url('https://www.concordancehealthcare.com/hubfs/Theme%202021/fonts/NexaLight.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'nexa-bold';
  src: url('https://www.concordancehealthcare.com/hubfs/Theme%202021/fonts/NexaBold.ttf')  format('truetype'),
       url('https://www.concordancehealthcare.com/hubfs/Theme%202021/fonts/NexaBold.woff') format('woff'),
       url('https://www.concordancehealthcare.com/hubfs/Theme%202021/fonts/NexaBold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'nexa-Heavy';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/Nexa-Trial-Heavy.ttf')  format('truetype'),
       url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/Nexa-Trial-Heavy.woff') format('woff'),
       url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/Nexa-Trial-Heavy.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/Nexa-Trial-Heavy.eot') format('eot'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/Nexa-Trial-Heavy.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'nexa-Regular';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-Regular.ttf')  format('truetype'),
       url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-Regular.woff') format('woff'),
       url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-Regular.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-Regular.eot') format('eot'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-Regular.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'nexa-Extra Bold';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-ExtraBold.ttf')  format('truetype'),
       url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-ExtraBold.woff') format('woff'),
       url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-ExtraBold.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-ExtraBold.eot') format('eot'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Strategic%202022/fonts/Nexa-Trial-ExtraBold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 24px;
/*   scroll-behavior: smooth;
  scroll-margin: 150px;
  scroll-snap-type: y mandatory; */
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
  cursor: pointer;
}

.link-overlay a, a.link-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: nexa-bold, serif;
  margin: 0;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  font-style: italic;
  padding-left: 0;
  margin: 0 0 1.4rem;
  border-left: 0;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -1em;
}

sub {
  bottom: -0.50em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
.hs-landing-page .footer {
    overflow: hidden;
}
.supply-chain-tell-us-row .span12.widget-span.widget-type-cell {
    min-height: unset;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

/* Custom CTAs */
.header-cta a.header-cta-blue {
  display: inline-block;
  background-color: #00457e;
  font-family: nexa-bold,serif;
  color: #fff;
  min-width: 200px;
  height: 44px;
  margin-left: 20px;
  text-decoration: none;
  line-height: 2.5;
  box-sizing: border-box!important;
  text-align: center;
}
.header-cta a.header-cta-orange {
  display: inline-block;
  background-color: #F37437;
  font-family: nexa-bold, serif;
  color: #ffffff;
  min-width: 200px;
  height: 44px;
  margin-left: 20px;
  text-decoration: none;
  line-height: 2.5;
  box-sizing: border-box!important;
  text-align: center;
}

a.outline-orange-cta {
  display: inline-block;
  border: 1px solid #F37437;
  color: #000000;
  min-width: 165px;
  height: 44px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 12px 25px;
  box-sizing: border-box!important;
  text-decoration: none;
}
a.outline-orange-cta:hover {
  background-color: #F37437;
  color: #ffffff;
}

a.solid-light-blue-cta {
  display: inline-block;
  border: 1px solid #49BAEC;
  background-color: #49BAEC;
  color: #ffffff;
  min-width: 165px;
  height: 44px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 12px 25px;
  box-sizing: border-box!important;
  text-decoration: none;
}
a.solid-light-blue-cta:hover {
  border: 1px solid #00457E;
  background-color: #00457E;
  color: #ffffff;
}
/* Form */

form {
  font-family: "proxima-nova",sans-serif;
}

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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #DEDEDE!important;
  border-radius: 0;
  color: #33475B;
  display: inline-block;
  font-size: 18px;
  padding: 0.7rem;
  width: 100%;
  font-family: 'nexa-bold', sans-serif;
}

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-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

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

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.4rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 14px;
}

/* Validation */

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

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

.hs-error-msg {
  font-size: 12px;
  color: #EF6B51;
  margin-top: 0.25rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  border-top: 4px solid #49BAEC;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 100;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: content-box;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 354px;
  margin-right: auto;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: "proxima-nova",sans-serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: "proxima-nova",sans-serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: "proxima-nova",sans-serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

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

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: "proxima-nova",sans-serif;
}

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

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

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

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.innerimg.cm-li {
  background-color: transparent !important;
}

.innerimg.cm-li img {
  width: 33px !important;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .header-cta a.header-cta-blue, .header-cta a.header-cta-orange {font-size: 14px;line-height: 3.3;min-width: 150px;}
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

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

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

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

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.footer {background-color: #F8FAFC;}
.footer__container.content-wrapper {padding: 1rem 0;}
.footer-logo {-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;height: auto;max-width: 354px;margin-right: auto;overflow: hidden;}
.footer-logo img {max-width: 100%;}
.footer-subscribe-form .hs_email, .footer-subscribe-form .hs_submit {float: left;margin: 0;}
.footer-subscribe-form form input[type=submit], form .hs-button {font-size: 18px;font-family: 'nexa-bold', serif;background-color: #F37437;border: none;border-radius: 0;}
.footer__copyright {font-size: 0.7rem;margin-right: auto;}
.footer-end {padding: 1.5rem 0 0;}
.footer-end, .footer-content {border-top: 1px solid rgb(6, 22, 58, 0.2);}
.footer-subscribe-form form label {margin-bottom: 0;}
.footer-subscribe-form form input[type=submit], .footer-subscribe-form form .hs-button {padding: 14px 16px;}
.footer-subscribe-form input[type=text], .footer-subscribe-form input[type=email] {font-family: 'nexa-bold', serif;border: 0;min-width: 385px;border-radius: 0;}
.footer-subscribe-form .hs-error-msg {font-size: 12px;font-family: 'nexa-bold', serif;}
.footer .footer-content h3 {font-family: "proxima-nova",sans-serif;font-size: 24px;font-weight: 600;margin-bottom: 10px;}
.footer .app-stores a img {width: 155px;}
.footer .download-app span {display: inline-block;font-family: "proxima-nova",sans-serif;font-size: 12px;font-weight: 100;margin-bottom: 40px;}
.footer .footer-simple-menu a, .footer .footer-menu-address {font-size: 16px;font-weight: 100;text-decoration: none;}
.footer .footer-simple-menu a:hover, .footer__copyright a:hover {color: #f37437;text-decoration: none;}
.footer .app-stores a img{
    margin-bottom: 6px;
}#button{display:inline-block;background-color:#ef5725;width:50px;height:50px;text-align:center;border-radius:4px;position:fixed;bottom:140px;right:30px;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000}
#button::after{content:"\f077";font-family:FontAwesome;font-weight:400;font-style:normal;font-size:2em;line-height:1.2;color:#fff}
#button:hover{cursor:pointer;background-color:#333}
#button:active{background-color:#555}
#button.show{opacity:1;visibility:visible}
.footer-subscribe-form {
  max-width: 786px;
  width: 100%;
  padding-left: 15px;
}

.footer-subscribe-form input[type=email], .footer-subscribe-form input[type=text] {
  min-width: unset;
  max-width: 100%;
  width: 100%;
}

.footer-subscribe-form .hs_recaptcha.hs-recaptcha {
  margin-top: 15px;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Bold.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Black.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-BlackItalic.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/NexaLight.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/NexaLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/NexaBold.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/NexaBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-BoldItalic.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-RegularItalic.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-HeavyItalic.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Heavy.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Regular.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Light.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-LightItalic.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-BookItalic.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Book.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Thin.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-XBold.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-XBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-XBoldItalic.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-XBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-ThinItalic.woff2') format('woff2'),
    url('https://2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/Theme%202021/fonts/Nexa-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}




/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

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

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}
.hs-pillar-resources-filter select{
  background-image:url(//2418108.fs1.hubspotusercontent-na1.net/hubfs/2418108/raw_assets/public/Concordance%20Theme%202021/images/Icon.png) !important;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: "proxima-nova",sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "proxima-nova",sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

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

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: "proxima-nova",sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}



/* blog Banner */
.ib{display:inline-block;vertical-align:middle;margin-right:-5px;}
.ib.vt{vertical-align:top;}
.bg{ background-position: center; background-repeat: no-repeat;  background-size: cover;position:relative;}
.white-popup {position: relative;background: #FFF;padding: 20px;width: auto;max-width: 500px;  margin: 20px auto;}
a{text-decoration:none !important;transition:all ease 0.3s;}

.body-container--blog-index .blogBanner { background-color: #F5F6F7;}
.blogSection p{font-size:inherit;}
.blogSection .blogBanner {  padding: 237px 0px 0px;}
.blogSection .leftBox{  width: 59.5%;padding-right: 30px;padding-top:22px;}
.blogSection .rightBox {  width: 40.5%;}
.blogSection .blogBanner .bannerImage {  max-width: 600px;}
.blogBanner .subTitle {  font-size: 20px; line-height: 1.2; color: #3b3b3b; padding-top: 11px;}
.blogBanner .formInner { background-color: #fff; box-shadow: 0px 3px 9px #00000014;  padding: 45px 32px 39px 36px;}
.blogBanner .formInner h2{font-size:48px;line-height:1.06;letter-spacing:-1.2px;font-family: "Nexa",serif;}
.blogBanner .formBox {  padding-top: 40px;}
.blogBanner form .hs-richtext p {  font-size: 18px; color: #3B3B3B; font-family: proxima-nova,sans-serif;  line-height: 1.4;  letter-spacing: -0.45px;}
.blogBanner .bannerFormBox form input[type="email"] {   border: 1px solid #DEDEDE !important; font-size: 18px;  font-weight: 700; line-height: 1.2;  color: #757575;  letter-spacing: -0.45px;  padding: 8.5px 18px;}
.blogBanner form .hs-error-msg {  font-size: 14px;}
.blogBanner form .hs_submit {padding-top:70px;}
.blogBanner form input[type=submit] {background-color: #F37437; border-color: #F37437;  color: #fff; font-size: 18px; line-height: 1.2; border-radius: 0;
  padding: 10.5px 8px;  font-weight: 400;}
.blogBanner form input[type=submit]:hover{background-color:#fff !important;color:#F37437 !important; border-color: #F37437 !important;}

/* blog listing */
.post-listing p{font-size:inherit;margin:0;}
.post-listing{margin:0px -22px;padding:74px 0px 0px;}
.post-listing .listTopBox {  width: 100%; display: block;padding: 0px 22px;margin-bottom:71px;}

.postColumn {border: 1px solid #c5c7c7;}
.post-listing .postColumn ,.blog-recent-posts .relatedPostList  { width: 31.33333%;  margin: 0px 1%;margin-bottom:18px;}
.post-listing .postColumn .imageParent , .blog-recent-posts .relatedPostList .imageParent {width:100%;height:310px;}
.post-listing .postTitle a , .blog-recent-posts .relatedPostList .postTitle a {text-decoration:none; font-size: 24px; line-height: 1.3;  color: #000000;letter-spacing:-0.6px;font-family: "Nexa",serif;font-weight:400;}
.post-listing .postTitle a:hover , .post-listing .authorName a:hover , .post-listing .listTopBox .authorName a:hover ,
.body-container--blog-post .bannerBottom .authorName a:hover , .blog-recent-posts .relatedPostList .postTitle a:hover  {color:#F37437}
.post-listing .postDetail { color: #3B3B3B; font-size: 18px;  line-height: 1.33;  letter-spacing: -0.45px;margin: 20px 0;} 
.blog-recent-posts .relatedPostList .postDetail { color: #3B3B3B; font-size: 18px;  line-height: 1.33;  letter-spacing: -0.45px;margin-top:12px;}
.post-listing .dateBox  , .blog-recent-posts .relatedPostList .dateBox {  border-bottom: 1px solid #EDEDED;}
.post-listing .readMoreBtn a  ,.blog-recent-posts .relatedPostList .readMoreBtn a { text-decoration: none;  font-size: 16px;}
.post-listing .readMoreBtn a span  ,.blog-recent-posts .relatedPostList .readMoreBtn a span {  padding-left: 19px;}
.post-listing .contentInner ,.blog-recent-posts .relatedPostList .contentInner { padding: 21px 12px 12px 16px; }
.blog-recent-posts .relatedPostList .postContentBox{ border: 1px solid #C5C7C7;}
.post-listing .dateBox , .blog-recent-posts .relatedPostList .dateBox {  display: flex;  justify-content: space-between;margin-top:13px;}
.post-listing .date,.post-listing .authorName a , .post-listing .authorName , 
.blog-recent-posts .relatedPostList .date,.blog-recent-posts .relatedPostList .authorName a ,
.blog-recent-posts .relatedPostList .authorName{font-size:12px;color: #C5C7C7;line-height:1.4;text-decoration:none;}


.post-listing .topBoxInner {  display: table;  width: 100%; border: 1px solid #c5c7c7; }
.post-listing .topBoxInner .imageParent,
.post-listing .topBoxInner .postContentBox { display: table-cell;  vertical-align:top;}
.post-listing .topBoxInner .imageParent{width:62%;}
.post-listing .topBoxInner .postContentBox{width:38%;}
.post-listing .listTopBox .contentInner { padding: 28px 21px 50px 18px;}
.post-listing .listTopBox .date,
.post-listing .listTopBox .authorName ,
.body-container--blog-post .bannerBottom .date,
.body-container--blog-post .bannerBottom .authorName{ display: inline-block;  vertical-align: middle; margin-right: -4px;font-size: 14px;line-height: 1.29; color: #C5C7C7; }
.post-listing .listTopBox .authorName a ,.body-container--blog-post .bannerBottom .authorName a{font-size: 14px;line-height: 1.29; color: #C5C7C7;}
.post-listing .listTopBox .authorName , .body-container--blog-post .bannerBottom .authorName {padding-left:10px;}
.post-listing .listTopBox .readMoreBtn {padding-top: 10px;margin-top: 30px;border-top: 1px solid #dedede;text-align: right;}
.post-listing .listTopBox .postContentBox{height:auto !important}

/* load more */
.loadMoreButton a { max-width: 449px; margin: 0 auto; background-color: #F37437; border: 1px solid #F37437; color: #fff; display: block; font-size: 22px; line-height: 1.09; letter-spacing: -0.55px; font-family: "Nexa",serif; font-weight: 600; text-align: center;  width: 100%;  padding: 30.5px 15px; }
.loadMoreButton { display: block; width: 100%; margin: 50px auto 100px; }
.loadMoreButton a:focus {color: #ffffff;}
.loadMoreButton a:hover { color: #F37437; background-color: #fff; }


/* video section */
.videoParent { width: 100%; display: block;margin:62px 0px 80px;}
.videoSection .videoBox{width:66.66%}
.videoSection .rightButton{width:33.33%;}
.videoSection .parentBox{margin:0px -22px;}
.videoSection .videoBox ,.videoSection .rightButton{padding:0px 22px;} 
.videoSection .videoImage{height:432px;width:100%;}
.videoSection .videoBtn { max-width: 263px; margin: 0 auto; width: 100%;  position: absolute; left: 50%; bottom: 53px;  transform: translateX(-50%);}
.videoSection .videoBtn a {  display: block; width: 100%; border: 1px solid #fff; text-align: center;  color: #fff; font-size: 24px;  line-height: 1.125;  font-family: "Nexa",serif; font-weight:400;  padding: 19px 15px;}
.videoSection .videoBtn a span {   padding-right: 13px;}
.videoSection .videoBtn a:hover{color:#F37437;border-color:#F37437}
.videoSection .rightButton .button a { font-size: 22px; line-height: 1.09; color: #fff;  background-color: #00457E; border: 1px solid #00457E; display: block; padding: 30.5px 15px; text-align: center;}
.videoSection .rightButton .button { background-color: transparent; border: 0; padding: 0;  display: block;  width: 100%;}
.videoSection .rightButton .button a:hover{color:#00457E;background-color:#fff;}

/* imageSection */
.imageSection{display:block;width:100%;padding: 62px 22px 80px;}
.imageSection .imageInner > div{height:557px;width:100%; display: flex; flex-direction: column; align-items: flex-end;}
.imageSection .contentBox { max-width: 450px;margin:145px 100px 0px 0px;}
.imageSection .imageTitle h2 { font-size: 55px; line-height: 1.09;  letter-spacing: -0.45px;  color: #000000;  font-family: "Nexa",serif;}
.imageSection .contentBox .Btn{margin-top:53px;}
.imageSection .contentBox .Btn a{font-size:18px;line-height:1.33;letter-spacing:-0.45px;color:#fff;display:inline-block;background-color:#F37437;
  border:1px solid #F37437; font-family: "Nexa",serif;    padding: 11px 31px 8px;}
.imageSection .contentBox .Btn a:hover{background-color:#fff;color:#F37437}




/* blog inner */
.blog-post{max-width:100%;}
.body-container--blog-post .Innerbanner{padding:230px 0px 148px;}
.body-container--blog-post .Innerbanner .postTitle h1 {font-size:55px; color: #00457E !important; letter-spacing: -1.38px; line-height: 1.09;}
.body-container--blog-post .Innerbanner .postTitle{max-width:747px;}
.body-container--blog-post .blogSection .leftBox {width: 52%;}
.body-container--blog-post .blogSection .rightBox{width:48%;}
.body-container--blog-post .blog-post__body { font-size: 18px; line-height: 1.33; letter-spacing: -0.45px;  font-weight: 400; color: #3B3B3B;}
.body-container--blog-post .bannerBottom{border-top: 1px solid #C5C7C7;border-bottom: 1px solid #C5C7C7;}
.body-container--blog-post .bannerBottom .date , .body-container--blog-post .bannerBottom .authorName a ,
.body-container--blog-post .bannerBottom .authorName{font-size:18px;line-height:1.2;letter-spacing:-0.45px;font-family: "Nexa",serif;font-weight:400;}
.body-container--blog-post .bannerBottom .backBtn a span { display: inline-block; vertical-align: middle; padding-top: 4px;  padding-right: 10px;}
.body-container--blog-post .bannerBottomInner {  display: flex;  justify-content: space-between;align-items: center;padding:53px 0px;}
.body-container--blog-post .blog-post{padding-top:50px;}
.body-container--blog-post .bannerBottom .authorName a:hover {color:#F37437}
.body-container--blog-post .blog-post__body p {  margin-bottom: 0;}
.body-container--blog-post .blog-post__body * + p, 
.body-container--blog-post .blog-post__body p + *{  margin-top: 27px;}
.body-container--blog-post .blog-post__body h1, .body-container--blog-post .blog-post__body h2, .body-container--blog-post .blog-post__body h3,
.body-container--blog-post .blog-post__body h4, .body-container--blog-post .blog-post__body h5, .body-container--blog-post .blog-post__body h6{font-size:24px;line-height:1.2;color:#00457E;letter-spacing:-0.6px;font-weight:700;}
.body-container--blog-post .blog-post__body h1 span, .body-container--blog-post .blog-post__body h2 span, .body-container--blog-post .blog-post__body h3 span,
.body-container--blog-post .blog-post__body h4 span, .body-container--blog-post .blog-post__body h5 span, .body-container--blog-post .blog-post__body h6 span{font-size:inherit !important;color:inherit !important}
.body-container--blog-post .blog-post__body h1 + p,
.body-container--blog-post .blog-post__body h2 + p,
.body-container--blog-post .blog-post__body h3 + p,
.body-container--blog-post .blog-post__body h4 + p,
.body-container--blog-post .blog-post__body h5 + p,
.body-container--blog-post .blog-post__body h6 + p{margin-top:5px;}
.body-container--blog-post .blog-post__body ul{padding:0;list-style:none;}
.body-container--blog-post .blog-post__body ul li{position:relative;padding-left:20px;}
.body-container--blog-post .blog-post__body ul li:before { content: ''; height: 8px;  width: 8px; border-radius: 50%; background-color: #F37437;  position: absolute;  left: 0;  top: 7px;}

.body-container--blog-post .imageSection{padding:34px 0px 0px;}

.body-container--blog-post .articalList a { display: inline-block; vertical-align: middle;  margin-right: -4px;border:1px solid #F37437; background-color: #F37437;  color: #fff;padding: 9px 20px;margin-left:18px;}
.body-container--blog-post .articalList a:first-child{margin-left:0;}
.body-container--blog-post .articalList a:hover{background-color:#fff;color:#F37437}
.body-container--blog-post .articalList a svg path{transition:all ease 0.3s;}
.body-container--blog-post .articalList a:hover svg path{fill:#F37437 !important;}
.body-container--blog-post .articalList a svg, .body-container--blog-post .articalList a span{ display: inline-block; vertical-align: middle; margin-right: -4px;}
.body-container--blog-post .articalList a span{padding-left:9px;}
.body-container--blog-post .articalList a svg {  height: 21px;  width: 21px;}
.body-container--blog-post .articalTitle { color: #000000; font-size: 18px; font-weight: 700; line-height: 1.2; padding-top: 64px; padding-bottom: 35px;}
.body-container--blog-post .list-pagination{padding-top:76px;}
.body-container--blog-post .list-pagination a { background-color: #00457E; border: 1px solid #00457E; color: #fff; font-size: 18px; line-height: 1.2; text-transform: capitalize; padding: 10.5px 45px;  display: inline-block;}
.body-container--blog-post .list-pagination a:hover{color:#00457E;background-color:#fff;}
.body-container--blog-post .list-pagination {display:flex; justify-content: space-between;align-items: center;}

/* related post */
.body-container--blog-post .blog-recent-posts{background-color:#fff;border-top:1px solid #C5C7C7;}
.body-container--blog-post .recentTitle { font-size: 24px;  font-weight: 400; color: #000000; line-height: 1.25; font-family: "Nexa",serif;padding:13px 0px 75px;}
.body-container--blog-post .blog-recent-posts__list {  margin: 0px -22px;}
.body-container--blog-post .blog-recent-posts__list .readMoreBtn a svg { height: 12px; width: 8px;}
.body-container--blog-post .relatedPostList .readMoreBtn a span { display: inline-block; vertical-align: middle;}
.body-container--blog-post .blog-recent-posts{padding-bottom:90px;}
.body-container--blog-post .blog-recent-posts__list .authorName a:hover{color:#f37437;}



/*  reaponsive css  */

/* @media(min-width:1601px){
  .content-wrapper{max-width:1480px !important;}

} */

@media(max-width:1600px){
  .post-listing , .videoSection .parentBox , .body-container--blog-post .blog-recent-posts__list {  margin: 0px -20px;}
  .videoSection .videoBox ,.videoSection .rightButton ,.blog-recent-posts .relatedPostList{padding:0px 20px;}

  .imageSection{padding-left:20px;padding-right:20px;}

}


@media(max-width:1440px){
  .blogBanner .title h1 , .body-container--blog-post .Innerbanner .postTitle h1{font-size:45px;}
  .imageSection .imageTitle h2 {  font-size: 45px;}
  .blogBanner .formInner h2 {  font-size: 40px;  }


}

@media(max-width:1230px){ 
  .post-listing .topBoxInner .imageParent {  width: 55%;}
  .post-listing .topBoxInner .postContentBox { width: 45%;}
  .post-listing .postTitle a , .body-container--blog-post .blog-recent-posts__list .postTitle a{font-size:22px;}
  .imageSection .contentBox{margin-top:0;padding-top:50px;}

}


@media(max-width:1080px){
  .blogBanner .formInner h2 {  font-size: 36px;  }
  .blogBanner .title h1 ,  .imageSection .imageTitle h2 , .body-container--blog-post .Innerbanner .postTitle h1{font-size:40px;}

}

@media(max-width:991px){

  .blogSection .leftBox , .blogSection .rightBox , 
  .videoSection .videoBox, .videoSection .rightButton{ width: 100%; display: block;  margin-right: 0;}
  .blogSection .leftBox {  padding: 0;}
  .blogSection .rightBox , .videoSection .rightButton {  margin-top: 30px;}
  .blogSection .blogBanner{padding-bottom:50px;}

  .post-listing .topBoxInner .imageParent, .post-listing .topBoxInner .postContentBox {  display: block; width: 100%;}
  .post-listing .topBoxInner {  display: block;}
  .post-listing .topBoxInner .imageParent , .blog-recent-posts .relatedPostList .imageParent  { height: 300px;}
  .post-listing .postColumn , .blog-recent-posts .relatedPostList {  width: 48%;}
  .videoSection .rightButton .button a { max-width: 400px; margin: 0 auto;}
  .videoParent{margin:50px 0px;}
  .imageSection .imageTitle { max-width:350px;margin:0;padding-top:50px;padding-left:20px;}
  .imageSection .imageInner>div {height:400px; display: block;  flex-direction: inherit;  align-items: inherit;}

  .body-container--blog-post .blog-post { padding-top: 80px;}
  .imageSection .contentBox .Btn { padding-left: 20px;}
  .body-container--blog-post .bannerBottomInner { display: block; width: 100%; padding: 30px 0px;}
  .body-container--blog-post .bannerBottomInner .dateBox {  margin-top: 15px;}

}

@media(max-width:767px){

  .blogBanner .formInner h2 {  font-size: 30px;  }
  .blogBanner .title h1 ,  .imageSection .imageTitle h2 , .body-container--blog-post .Innerbanner .postTitle h1{font-size:36px;}
  .post-listing .postColumn {width: 100%; display: block;}
  .blog-recent-posts .relatedPostList {width: 100%; display: block; margin-right: 0;}
  .post-listing .postContentBox{height:auto !important}
  .videoParent{margin-bottom:50px;}
  .post-listing .postTitle a {  font-size: 20px;}
  .imageSection{padding-top:40px;}
  .body-container--blog-post .bannerBottom .authorName{display:block;margin-right:0;padding-left:0;padding-top:5px;}
  .body-container--blog-post .articalList a { display: block;width: 100%; margin-left: 0; margin-bottom: 15px; max-width: 200px;}
  .body-container--blog-post .articalList a:last-child {  margin-bottom: 0;}

}

@media(max-width:480px){
  .blogBanner .title h1, .imageSection .imageTitle h2 , .body-container--blog-post .Innerbanner .postTitle h1{  font-size: 30px;}
  .blogBanner .formInner h2 {  font-size: 28px;  }
  .blogSection .blogBanner {  padding-top: 180px;}
  .blogBanner .formInner {  padding: 40px 20px;}
  .blogBanner form .hs_submit {  padding-top: 30px;}  
  .post-listing .topBoxInner .imageParent , .post-listing .postColumn .imageParent{  height: 250px;}
  .videoSection .videoImage {  height: 350px; }
  .videoSection .videoBtn {  padding: 0px 15px;}
  .imageSection .imageTitle {  max-width: 100%;}
  .imageSection .imageInner>div {  height: 300px;}
  .hs-blog-listing .loadMoreButton{padding:0px 20px;}
  .videoSection .videoBtn a , .hs-blog-listing .loadMoreButton a, .videoSection .rightButton .button a {  font-size: 20px;}
  .post-listing .listTopBox .date,
  .post-listing .listTopBox .authorName { display: block; width: 100%; margin-right: 0;}
  .post-listing .listTopBox .authorName{padding:5px 0px 10px;}

}

/* Update: 04-10-21 */
.blog-filter-tags {padding: 11px 0;}
.blog-filter-tags ul {list-style: none;padding: 0;margin: 0;}
.blog-filter-tags ul li {display: inline-block;margin-right: 30px;}
.blog-filter-tags a:hover {color: #f37437;}
.readMoreBtn {border-top: 1px solid #dedede;padding: 10px 0;}
.post-listing .postTitle a {font-weight: 600;}
.listingInner {overflow: hidden;}
.hs-blog-post .imageSection {display: none;}
.iconTags {position: absolute;bottom: 0;width: 100%;background-color: #FF7235;padding: 5px 10px;text-align: right;}
.iconTags a.blog-index__post-tag {font-size: 14px;font-weight: 600;color: #ffffff;}
.iconTags a.blog-index__post-tag span {position: absolute;top: 0px;left: 0;width: 36px;}

.iconTagsPost {position: relative;width: 100%;background-color: #FF7235;padding: 5px 20px 5px 80px;}
.iconTagsPost a.blog-index__post-tag {font-size: 16px;font-weight: 600;color: #ffffff;}
.iconTagsPost a.blog-index__post-tag span {position: absolute;top: -5px;left: 0;}
.contentFeatureImage img {
    height: 250px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
/* Error pages */

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

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: "proxima-nova",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: 1280px;
  padding: 170px 20px 80px;
}

.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;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

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

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

.hs-search-results__title {
  color: #494A52;
  font-family: nexa-bold, 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: #0270E0;
}

.hs-search-results__listing li {
  border-top: 1px solid #dedede;
  padding-top: 30px !important;
}

.search-term {
  font-size: 20px;
  font-weight: 600;
  color: #f37437;
}

.hs-search-results__pagination {
  margin-top: 100px;
  margin-bottom: 50px;
}

.hs-search-results__pagination a {
  font-weight: 600;
  color: #ffffff;
  background-color: #f37437;
  padding: 10px 15px;
}

.hs-search-results__pagination a:hover, .hs-search-results__pagination a:focus {
  color: #ffffff;
  background-color: #f37437;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  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: 0.7rem !important;
}
#cloudlink-chat-overlay-contact-us-button {
display: none;
} 

span.ptext {
    font-size: 22px;
    line-height: 25px;
    color: #000;
}   
.simple-textarea a.cta_button {    
    text-transform: capitalize;       
}  
.rich_textCTA.two {
    margin-top: -10px;
}
p.empty_space {
    padding-bottom: 67px;
    margin: 0;
}         
ul.text-listing {
    margin: 0;
    padding: 0 0 25px 20px;
    text-align: left;
}
ul.text-listing li {
    color: #000;
    font-size: 22px;
    line-height: 30px;
}
@media (max-width: 1500px){

  .content-wrapper { margin: 0 auto; max-width: 100% !important; padding: 0 20px;}
  .footer .footer__container.content-wrapper { padding-left: 20px; padding-right: 20px;}
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .HomeBody .slide-header-item-text { padding-left: initial; padding-left: 5%;}
  .HomeBody .slide-header ul.slick-dots{ padding-left: initial; bottom: 15%; padding-left: 5%; }
  .header .header-cta a.header-cta-orange{ min-width: 150px; }
  .header .header-cta a.header-cta-blue{ min-width: 150px; }
  .header .submenu.level-2>li{ width: 33.33%; }
}
@media screen and (max-width: 1330px) and (min-width: 768px) {
  .header .submenu.level-2>li{ width: 33.33%; }
  .HomeBody .slide-header-title h1{ font-size: 40px; }

}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .header .submenu.level-1>li { margin-top: 0;}
  .header .navigation-primary a { font-size: 16px;}
  .HomeBody .solutions-offset-row .solutions-offset-row-title h4{ font-size: 22px; }
  /*  news  */
  .HomeBody .news-center { padding-bottom: 100px;}
  /*  Footer  */
  .footer .footer-logo{ max-width: 300px; }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .header .header__container { display: block; }
  .header .header__logo{ padding-top: 20px; padding-bottom: 20px; max-width: 250px; }
  .header .submenu.level-2{ top: 93% !important; }
  .header .submenu.level-1>li { padding: 12px 12px;}
  .header .header-cta a.header-cta-blue { min-width: 120px; margin-left: 10px;}
  .header .header-cta a.header-cta-orange { min-width: 120px; margin-left: 10px;}
  .submenu.level-2{ visibility: hidden; }
  .submenu.level-1>li.has-submenu:hover .submenu.level-2, .submenu.level-1>li.has-submenu.focus .submenu.level-2{ visibility: visible; }
  /*  Banner Section  */
  .HomeBody .slide-header-title h1 { font-size: 36px !important; }
  .HomeBody .slide-header .slick-list { height: auto; overflow: initial;}
  .HomeBody .slide-header .slick-track { height: auto; padding-top: 200px; padding-bottom: 200px;}
  .HomeBody span.linked-image-one { padding-top: 30px;}
  .HomeBody .slide-header-item.Box4 .slide-header-item-image{ width: 60%; right: -36px; bottom: -60%; }
  /*  solutions-offset-row  */
  .HomeBody .solutions-offset-row .solutions-offset-row-wrap { margin-top: -80px; flex-wrap: wrap;}
  .HomeBody .solutions-offset-row .solutions-offset-row-item {  width: 50%;  padding: 20px 20px 0;}
  /*  video*/
  .HomeBody .text-and-video-section .md-content-wrapper { display: block !important; max-width: 100% !important;}
  .HomeBody .text-and-video-section .width-50 { width: 100% !important; float: none !important;}
  /* testimonial slider  */
  .HomeBody .testimonial-slider .testimonial-slider-image { width: 100% !important; order: 2;}
  .HomeBody .testimonial-slider .d-flex { flex-direction: column !important;}
  .HomeBody .testimonial-slider .testimonial-slider-wrap { width: 100%;}
  /*  featured  */
  .HomeBody .featured-section-item { width: 100%;}
  /*  news  */
  .HomeBody .news-center .news-center-recent-posts-item { width: 100%; }
  .HomeBody .news-center .news-center-recent-posts { display: block !important;}
/*   .HomeBody .news-center .news-center-recent-posts-item-image { height: 260px; } */
  .HomeBody .news-center-recent-posts-item-title { min-height: auto;}
  /*  footer  */
  /*  Footer section  */

  .footer .footer-subscribe-form input[type=text], .footer .footer-subscribe-form input[type=email]{ min-width: 100%; border: 0 !important;}
  .footer .footer-logo {  width: 100% !important;}
  .footer .footer-subscribe-form .hs_email, .footer .footer-subscribe-form .hs_submit { float: none; width: 100% !important; display: inline-block;}
  .footer form input[type=submit], .footer form .hs-button{ width: 100%; }
  .footer .footer__container.content-wrapper { padding-left: 20px; padding-right: 20px;}
  .footer .footer-content .footer-menu { width: 100% !important; padding-bottom: 40px;}
  .footer .download-app { width: 50% !important;}
  .footer .footer-content .footer-menu-about { width: 50% !important; padding: 35px 0;}
  .footer .footer-content .footer-menu-address { width: 50% !important;}
  .footer .footer-simple-menu { width: 50%;}
  .footer .footer-end { display: block !important;}
  .footer .social-links{ display: block !important; text-align: right; } 
  .footer .social-links__icon{ width: 30px; height: 30px; }
  .footer .social-links__icon svg{ height: 20px; width: 20px; }
  .footer .footer-logo { max-width: 270px; padding-right: 20px;}
  
  /*  resource Page  */
  /* resource-blocks  */
  .HomeBody .resource-blocks .resource-blocks-item { width: 100% !important; display: block !important; padding-bottom: 30px;}
  /*  Accordian  */
  .HomeBody .accordion .accordion-content-left { width: 100%;}
  .HomeBody .accordion .accordion-content-right { width: 100%;}
  /* featured-section */
  .HomeBody .featured-section .featured-section-heading{ border-top: 0; }
  /* feature-slider   */
  .HomeBody .feature-slider .feature-slider-wrap { padding: 30px 23px;}

}

   
/* Reponsive Media Query */
@media (max-width: 767px){
span.ptext, 
ul.text-listing li {
    font-size: 16px;
    line-height: 20px;
}
  /*  Globle   */
  .content-wrapper { max-width: 100%;}
  body { color: #3B3B3B; line-height: 1.35; letter-spacing: -0.45px;}
  .HomeBody a{  transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }

  /* Header Section */
  .header { background-color: #fff !important; border-bottom: 1px solid #707070; }
  /*   .header .header__container.content-wrapper { padding: 0 20px; display: flex; flex-direction: row; justify-content: space-between; position: relative;} */
  .header .header__logo { width: 100%; max-width: 100%; padding: 17px 0px 10px;}
  .header #hs_cos_wrapper_site_logo { width: 266px;}
  .header .header__logo.header__logo--main { width: 266px;}
  .header .header__column { width: calc(100% - 266px);}
  .header .header__navigation.header--element { transition: all ease .5s;}
  .header .header__row-2{ justify-content: flex-end; padding: 0; }
  .header .header__navigation--toggle { margin: 0; width: 22px; height: 22px;}
  .header .header__close--toggle{ height: 22px; width: 22px; }
  .header .header__container.content-wrapper { padding: 0 20px; display: block; flex-direction: inherit; justify-content: inherit; position: relative;  }
  .header .header__logo.header__logo--main { width: 266px; display: inline-block; vertical-align: middle; margin-right: -4px;  }
  .header .header__column { width: calc(100% - 266px); display: inline-block; vertical-align: middle; margin-right: -4px; position: initial;  }
  .header ul.submenu.level-2 { display: none; }
  .header .header__navigation, .header .header__search, .header .header__language-switcher { top: 100%; }
  .header .header__navigation, .header .header__search, .header .header__language-switcher { background-color:#fff !important; height: auto; left: 0; position: absolute; right: 0; z-index: 2;  }
  .header .header__navigation.header--element { transition: auto; }
  .header .submenu.level-1>li { border-top: 1px solid #494a52 !important; margin-top: 0 !important;  }
  .header .navigation-primary a { font-size: 20px !important; }
  .header .submenu.level-1>li.has-submenu>a::before{ display: none; }
  .header .submenu.level-1>li>a{padding: 7px 20px 4px !important;}
  .header .submenu.level-1>.has-submenu>.menu-arrow-bg, .header .submenu>.has-submenu>.menu-arrow-bg, .header .submenu .menu-arrow-bg{ margin-right: 20px; }
  .header .menu-arrow .menu-arrow-bg { -webkit-transform: rotate(0) !important; -ms-transform: rotate(0) !important; transform: rotate(0) !important;}
  .header .menu-arrow.open .menu-arrow-bg {  -webkit-transform: rotate(45deg) !important; -ms-transform: rotate(45deg) !important; transform: rotate(45deg) !important; }
  .header .navigation-primary .submenu.level-2 a{ font-size: 16px; }
  .header .submenu.level-2 .menu-item .menu-link { padding: 7px 20px 5px; font-size: 16px !important; line-height: 1.6;}
  .header .submenu.level-2>li { width: 100% !important;}
  .header .submenu.level-2 { padding: 0;}
  /*  Display none  */
  .header .header__row-3 { display: none;}
  .header .header--toggle.header__navigation--toggle.hide.open { display: none;}
  /*  search  */
  .header .header--toggle.header__search--toggle { display: none;}




  /*    */


  /*  header section  */
  /* Hpme Page */
  /* Banner Section   */
  .HomeBody .slide-header-title h1 { font-size: 30px !important; line-height: 1.13 !importantt; letter-spacing:0;}
  .HomeBody .slide-header-text, .HomeBody .slide-header-text p{ font-size: 18px !important; line-height: 1.33 !importantt; letter-spacing: 0; color: #000 !important;}
  .HomeBody .slide-header-text p{ margin-bottom: 0 !important; }
  /*   .slide-header-item-image { height: auto !important; width: 100%; display: block !important; float: none;} */
  .HomeBody .slide-header-item-text { padding-left: 0; width: 60%; padding-left: 20px !important; padding-right: 20px; padding-top: 25px; float: none !important; display: block !important;}
  .HomeBody .slide-header { padding: 100px 0px;}
  .HomeBody .slide-header-item { position: relative; display: block !important; height: auto !important;}
  .HomeBody .slide-header-item-image { position: absolute; bottom: -68%; right: 0; height: auto !important; width: 40%;}
  .HomeBody .slide-header .slick-track { height: auto;}
  .HomeBody .slide-header .slick-track { height: auto !important;}
  .HomeBody .slide-header .slick-list { height: auto; overflow: initial;}
  .HomeBody .slide-header span.linked-image-one.float-left { display: none;}
  .HomeBody span.linked-image-one { display: none;}
  .HomeBody .slide-header-item.Box1 .slide-header-item-image { bottom: -62%; width: 40%;}
  /*   .slide-header ul.slick-dots { position: absolute; bottom: -160px !important; padding-left: 20px !important;} */
  .HomeBody .slide-header ul.slick-dots { position: absolute; bottom: -66px !important; padding-left: 0px !important; margin-bottom: 0px !important; left: 20px;}
  .HomeBody .slide-header-item.Box2 .slide-header-item-image { bottom: -43%; right: 0%; width: 83%; overflow: hidden;}
  .HomeBody .slide-header-item.Box2 .slide-header-item-image img { position: relative; margin-left: 30%;}
  .HomeBody .slide-header-item.Box3 .slide-header-item-image { width: 60%; right: -36px; bottom: -60%;}
  .HomeBody .slide-header-item.Box3 .slide-header-text { padding-right: 45px;}
  .HomeBody .slide-header-item span.linked-image-two { display: none;}
  .HomeBody .slide-header-item .slide-header-title sup { font-size: 20px;  top: -10px;}
  .HomeBody .slide-header-text { padding-top: 10px; padding-bottom: 24px;}
  .HomeBody .slide-header-item .slide-header-cta { padding-top: 16px;}
  .HomeBody .slide-header-item.Box4 .slide-header-item-image { width: 24%; right: 20px; bottom: -5%;}
  /*  HomeBody solutions-offset-row Section  */
/*   .HomeBody .solutions-offset-row .solutions-offset-row-wrap {padding-bottom: 60px;} */
  .HomeBody .solutions-offset-row .solutions-offset-row-item { display: block !important; width: 100%; padding: 40px 30px;}
  .HomeBody .solutions-offset-row .js-auto-height { height: auto !important;}
  .HomeBody .solutions-offset-row .solutions-offset-row-title h4{ font-size: 24px; line-height: 1.083; color: #000 !important;}
  .HomeBody .solutions-offset-row .solutions-offset-row-title { margin-bottom: 19px;}
  .HomeBody .solutions-offset-row .solutions-offset-row-item p { margin-bottom: 0 !important;}

  /* simple-textarea & single column section   */
  .HomeBody .simple-textarea-title h2 { font-size: 30px; line-height: 1.83;}
  .HomeBody .simple-textarea { padding-top: 5px; padding-bottom: 20px;}
  .HomeBody .simple-textarea-title { padding-bottom: 4px;}
  /*   Some facts about us section */
  .HomeBody .concordance-facts h2 { letter-spacing: -0.6px;}
  .HomeBody .concordance-facts .concordance-facts-item-numbers { font-size: 60px; letter-spacing: -1.5px;}
  .HomeBody .concordance-facts  .d-flex { display: block !important;}
  .HomeBody .concordance-facts .concordance-facts-item { width: 100% !important;}
  .HomeBody .concordance-facts .concordance-facts-item-icon img { height: 50px !important;}
  .HomeBody .concordance-facts .concordance-facts-item-text span { font-weight: 700;}
  .HomeBody .concordance-facts .concordance-facts-item-text { font-size: 18px;}
  /*   Video Section */
  .HomeBody .text-and-video-section .md-content-wrapper { display: block !important; max-width: 100% !important;}
  .HomeBody .text-and-video-section .width-50 { width: 100% !important; float: none !important;}
  .HomeBody .text-and-video-section>div>div:first-of-type h6{ line-height: 1.1;letter-spacing: -0.45px;padding-bottom: 22px; }
  .HomeBody .text-and-video-section h2.text-and-video-section-title { font-size: 30px; line-height: 1.2; letter-spacing: -0.75px; padding-bottom: 20px;}
  .HomeBody .text-and-video-section>div>div:first-of-type h6.text-and-video-section-author { font-size: 12px; letter-spacing: -0.3px; line-height: 1.66;}
  .HomeBody .text-and-video-section { padding-top: 43px;}
  .HomeBody .text-and-video-section-text p { margin-bottom: 5px;}
  .HomeBody .text-and-video-section blockquote { margin-bottom: 18px;}
  .HomeBody .text-and-video-section-video{ margin-top: 11px; }
  .HomeBody .text-and-video-section h6.text-and-video-section-author { padding-bottom: 15px !important;}
  /*  Slider Section  */
  .HomeBody .testimonial-slider .testimonial-slider-image { width: 100% !important; order: 2;}
  .HomeBody  .testimonial-slider .d-flex { flex-direction: column !important;}
  .HomeBody .testimonial-slider-item h2 { font-size: 30px; line-height: 1.2; letter-spacing: -0.75px; padding: 10px 0 5px;}
  .HomeBody .testimonial-slider-item h6{ line-height: 1.1;letter-spacing: -0.45px; }
  .HomeBody .testimonial-slider-wrap { width: 100%;}
  .HomeBody .testimonial-slider-item-text p:first-child { font-size: 16px;}
  .HomeBody .testimonial-slider { padding-top: 20px;}
  .HomeBody .testimonial-slider-item-text p { margin-bottom: 0; padding-bottom: 15px;}
  .HomeBody .testimonial-slider { padding-bottom: 10px;}
  /*  featured-section  */
  .HomeBody .featured-section h4{   font-size: 24px; letter-spacing: -0.6px; color: #000 !important; }
  .HomeBody .featured-section .featured-section-item { width: 100%;}
  .HomeBody .featured-section-item-index{ letter-spacing: -0.6px; }
  .HomeBody .featured-section-item-info-title{ letter-spacing: -0.6px;}
  /*   .HomeBody .featured-section-item{ height: 46vh; } */
  .HomeBody .featured-section-item { height: auto; padding-bottom: 129%;}
  .HomeBody .featured-section-heading{ text-align: left; max-width: 100%; padding: 28px 130px 28px 46px; background: #fff;    background: -moz-linear-gradient(135deg,rgba(255,255,255,1) 56%,rgba(255,255,255,0) 52%);    background: -webkit-linear-gradient(135deg,rgba(255,255,255,1) 56%,rgba(255,255,255,0) 52%);    background: linear-gradient(135deg,rgba(255,255,255,1) 56%,rgba(255,255,255,0) 52%);}
  .HomeBody .featured-section-item-text p { margin-bottom: 0;}
  .HomeBody .featured-section-item-info .featured-section-item-index { padding-bottom: 5px; font-size: 18px;}
  .HomeBody .featured-section-item-info .featured-section-item-info-title { padding-bottom: 5px; font-size: 20px;}
  .HomeBody .featured-section-item-info::before{ width: 40px; height: 40px; }

  /*  news-center  */
/*   .HomeBody .news-center .news-center-heading h2 { font-size: 36px !important; letter-spacing: -0.9px !important; line-height: 1.33 !important;} */
  .HomeBody .news-center .news-center-recent-posts-item { width: 100%; }
  .HomeBody .news-center .news-center-recent-posts { display: block !important;}
/*   .HomeBody .news-center .news-center-recent-posts-item-image { height: 260px; } */
  .HomeBody .news-center .news-center-recent-posts-item-title h4 { line-height: 1.25 !important; letter-spacing: -0.6px; padding: 15px 0 25px;}
  .HomeBody .news-center .news-center-recent-posts-item-tag a.topic-link{ letter-spacing: -0.4px; line-height: 1.25 !important;}
  .HomeBody .news-center-recent-posts-item-title { min-height: auto;}
/*   .HomeBody .news-center .news-center-recent-posts-item-read-more a { color: #000000 !important; line-height: 1.25 !important; letter-spacing: -0.4px;padding-top: 15px; padding-bottom: 15px; font-weight: 400;} */
/*   .HomeBody .news-center .news-center-recent-posts-item-read-more a:hover{ color: #f37437 !important; } */
/*   .HomeBody .news-center { padding-top: 15px; padding-bottom: 0;} */
/*   .HomeBody .news-center .news-center-heading { padding-bottom: 44px;} */
  .HomeBody .news-center .news-center-recent-posts-item-tag{ padding-bottom: 7px; }
  /*  Footer section  */
  .footer .footer-subscribe{padding-bottom: 17px;}
  .footer .footer-subscribe-form input[type=text], .footer .footer-subscribe-form input[type=email]{ padding: 10.5px 18px; min-width: 100%; letter-spacing: -0.45px; color: #757575 !important; line-height: 1.33 !important; border: 0 !important;}
  .footer .footer-logo { display: none; width: 100% !important;}
  .footer .footer-subscribe-form .hs_email, .footer .footer-subscribe-form .hs_submit { float: none; width: 100% !important; display: inline-block;}
  .footer form input[type=submit], .footer form .hs-button{ width: 100%; }
  .footer .hs_submit.hs-submit { padding-top: 14px;}
  .footer .footer-subscribe-form form input[type=submit]{ line-height: 1.33 !important; letter-spacing: -0.45px; padding: 10.5px 16px !important; }
  .footer .footer__container.content-wrapper { padding-left: 20px; padding-right: 20px;}
  .footer .footer-content .footer-menu { width: 100% !important;}
  .footer .download-app { width: 100% !important;}
  .footer .footer-content .footer-menu-about { width: 100% !important; padding: 35px 0;}
  .footer .footer-content .footer-menu-address { width: 100% !important;}
  .footer .footer-simple-menu { width: 100%;}
  .footer .footer-content h3{  letter-spacing: 0.24px; color: #000 !important; line-height: 1.08 !important; font-weight: 700;}
  .footer .footer-simple-menu a, .footer .footer-menu-address{ letter-spacing: 0.2px; line-height: 1.25 !important; color: #000000 !important; }
  .footer .footer-simple-menu a:hover{ color: #f37437 !important; }
  .footer .footer-end { display: block !important;}
  .footer .social-links{ display: block !important; text-align: right; } 
  .footer .social-links__icon{ width: 30px; height: 30px; }
  .footer .social-links__icon svg{ height: 20px; width: 20px; }
  .footer .footer-simple-menu div{ color: #000 !important; }
  /*   display: none footer */
  .footer .footer__copyright { display: none;}
  .footer .footer-end { padding: 25px 0 5px;}
/*   .footer .download-app span{  letter-spacing: 0.2px; line-height: 1.25 !important; color: #000000 !important; font-size: 24px; font-weight: 600;  } */
/*   .footer .download-app h3{ margin-bottom: 2px; } */
  .footer .footer-content { padding: 30px 0 26px; }
/*   .footer .app-stores { padding-bottom: 26px;  } */

  /* end of footer section   */

  /*  Resource page three column */

  /*    */
  .HomeBody .resources-offset-row .resources-offset-row-wrap{ margin-top: -45px; padding-top: 20px; padding-bottom: 14px; padding-left: 20px; padding-right: 20px; }
  .HomeBody .resources-offset-row .d-flex { display: block !important;}
  .HomeBody .resources-offset-row .resources-offset-item { width: 100% !important; float: none !important; padding: 5px 25px; border-right: 0;}
  .HomeBody .resources-offset-row  .resources-offset-row-image { width: 40px; margin: 0 auto;}
  .HomeBody .resources-offset-row  .resources-offset-heading h2, .HomeBody .resources-offset-footing h2 { letter-spacing: -0.6px; color: #000 !important; line-height: 1.04 !important;}
  .HomeBody .resources-offset-row  .resources-offset-item-numbers { font-size: 30px;}
  .HomeBody .resources-offset-row  .resources-offset-item-text { font-size: 18px !important; line-height: 1.35 !important; letter-spacing: -0.45px !important;  }
  .HomeBody .resources-offset-row  .resources-offset-item-text span { font-weight: 700; }
  .HomeBody .resources-offset-row .resources-offset-item-icon img { width: 55px; }
  .HomeBody .resources-offset-row .resources-offset-heading { padding-bottom: 5px;}
  /* resource-blocks  */
  .HomeBody .resource-blocks .resource-blocks-item { width: 100% !important; display: block !important;}
  .HomeBody .resource-blocks .resource-blocks-item-image { width: 100%;}
  .HomeBody .resource-blocks .resource-blocks-item-content { width: 100% !important; padding: 25px 0 35px;}
  .HomeBody .resource-blocks .resource-blocks-item-icon { width: 40px; height: 40px; position: relative;}
  .HomeBody .resource-blocks .resource-blocks-item-icon img { height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 10px;}
  .HomeBody .resource-blocks .resource-blocks-item-title h2 { letter-spacing: -0.6px; line-height: 1.08 !important;}
  .HomeBody .resource-blocks .resource-blocks-item-link a { letter-spacing: -0.45px; line-height: 1.11;}
  .HomeBody .resource-blocks .resource-blocks-item-image{ min-height: 205px; }
  .HomeBody .resource-blocks .resource-blocks-item-title { padding-top: 9px; padding-bottom: 3px;}
  .HomeBody .resource-blocks .resource-blocks-item-text p { margin-bottom: 0;}
  .HomeBody .resource-blocks .resource-blocks-item-text { padding-bottom: 6px;}
  .HomeBody .resource-blocks .resource-blocks-item:last-child .resource-blocks-item-content { padding-bottom: 0;}
  .HomeBody .resource-blocks { padding-top: 15px;}
  /* feature-slider */
  .HomeBody .feature-slider .content-wrapper { max-width: 100% !important; display: block !important;}
  .HomeBody .feature-slider .feature-slider-image { width: 100% !important; height: 442px;}
  .HomeBody .feature-slider .feature-slider-wrap { width: 100% !important; padding: 42px 0 0; position: relative;}
  .HomeBody .feature-slider .feature-slider-wrap h3 { font-size: 30px; line-height: 1.2;  letter-spacing: -0.75px;}
  .HomeBody .feature-slider .feature-slider-wrap p, .HomeBody .feature-slider .feature-slider-wrap { line-height: 1.66;}
  .HomeBody .feature-slider .feature-slider-item h6 { font-size: 18px !important; line-height: 1.35 !important; letter-spacing: -0.45px !important;}
  .HomeBody .feature-slider .feature-slider-item h2 { font-size: 24px; letter-spacing: -0.6px; line-height: 1.08 !important; padding-top: 10px; padding-bottom: 17px; font-family: proxima-nova,sans-serif;}
  .HomeBody .feature-slider .feature-slider-wrap p{ margin-bottom: 0; }
  .HomeBody .feature-slider .line-gradient.mb-30 { position: absolute; top: 93px;}
  .HomeBody .feature-slider .feature-slider-wrap h4 { padding-top: 27px;}
  .HomeBody .feature-slider .feature-slider-wrap-inner { padding-top: 22px;}
  .HomeBody .feature-slider .feature-slider-item-text { padding-bottom: 8px;}

  /*    */
  .hs-content-id-41062483294 .HomeBody .featured-section-heading{ border-top: 0; }
  /*   .hs-content-id-41062483294 .HomeBody .featured-section-item { height: 40vh;} */
  /*  resource-center  */
  .HomeBody .resource-center { padding-bottom: 20px;}
  .HomeBody .resource-center  .resource-center-heading h2 { font-size: 30px; line-height: 1.2; letter-spacing: -0.75px;}
  .HomeBody .resource-center .resource-center-wrap { font-size: 18px !important; line-height: 1.35 !important; letter-spacing: -0.45px !important;}
  .HomeBody .resource-center .accordion-title{ font-size: 24px;line-height: 1.16 !important; letter-spacing: 0px; padding: 0 20px 0 0; font-weight: 700;  font-family: nexa-light,serif;}
  .HomeBody .resource-center .accordion button { padding: 15px 10px; height: 83px; }
  .HomeBody .resource-center .accordion button .icon{ top: 29px; right: 24px; width: 25px; height: 25px; }
  .HomeBody .resource-center .accordion button .icon::before{ top: 12px;  left: 7px; }
  .HomeBody .resource-center .accordion button .icon::after{ top: 7px; left: 12px; }
  .HomeBody .resource-center .accordion-content-left { padding-right: 0; width: 100%;}
  .HomeBody .resource-center .accordion-content-right { width: 100%; float: none;}
  .HomeBody .resource-center .form-columns-2 .hs-form-field { width: 100%; float: left;}
  .HomeBody .resource-center .form-columns-2 .input { margin-right: 0;}
  .HomeBody .resource-center .accordion button[aria-expanded=true]+.accordion-content { padding-top: 20px; padding-bottom: 20px;}
  .HomeBody .resource-center .accordion .accordion-content p{ margin: 7px 0; }
  .HomeBody .resource-center .accordion-content h3.form-title{ margin-bottom: 20px;font-size: 24px; }
  .HomeBody .resource-center .hs-form-field { margin-bottom: 10px;}
  .HomeBody .resource-center .accordion-heading h2{ font-size: 30px; line-height: 1.2; letter-spacing: -0.75px;}
  /* News   */
/*   .hs-content-id-41062483294 .HomeBody .news-center .news-center-heading h2 { font-size: 30px !important;} */
/*   .hs-content-id-41062483294 .HomeBody .news-center .news-center-heading { padding-bottom: 17px;} */
  .hs-content-id-41062483294 .HomeBody .news-center .news-center-recent-posts-item-title h4{ font-size: 21px;line-height: 1.238 !important; letter-spacing: -0.53px; }
  .hs-content-id-41062483294 .HomeBody .news-center .news-center-recent-posts-item-tag a.topic-link{font-size: 18px !important;letter-spacing: -0.45px; line-height: 1.11 !important; }
/*   .hs-content-id-41062483294 .HomeBody .news-center .news-center-recent-posts-item-read-more a{ font-size: 18px !important;letter-spacing: -0.45px; line-height: 1.11 !important; } */
/*   .hs-content-id-41062483294 .HomeBody .news-center .news-center-recent-posts-item-image { height: 205px;} */
  .hs-content-id-41062483294 .HomeBody .news-center .news-center-recent-posts-item{ padding-bottom: 30px; }
  .hs-content-id-41062483294 .HomeBody .news-center .news-center-recent-posts-item:last-child { padding-bottom: 0;}
  .hs-content-id-41062483294 .HomeBody .text-and-video-section .md-content-wrapper { display: flex!important; flex-direction: column;}
  .hs-content-id-41062483294 .HomeBody .text-and-video-section .VideoContentBoxx{ order: 2; padding-top: 28px; }
  .hs-content-id-41062483294 .HomeBody .text-and-video-section { padding-top: 20px;}
  .hs-content-id-41062483294 .HomeBody .text-and-video-section { padding-top: 20px; padding-bottom: 30px;}
  .hs-content-id-41062483294 .HomeBody .text-and-video-section>div>div:first-of-type h6.text-and-video-section-author{padding-top: 13px; line-height: 1.25; font-size: 16px; letter-spacing: -0.4px; }
  /* banner */
  .hs-content-id-41062483294 .HomeBody .slide-header-item.Box1 .slide-header-item-image { bottom: 27%; width: 34%;}
  .hs-content-id-41062483294 .HomeBody .slide-header-text{ width: 60% }

  /* end resource page  */

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

  /* Banner Section   */
  .HomeBody .slide-header-item-text{ width: 100%; }
  .HomeBody .slide-header-item.Box1 .slide-header-item-image { bottom: -53%; width: 60%;}
  .HomeBody .slide-header ul.slick-dots { position: absolute; bottom: -66px !important; padding-left: 0px !important; margin-bottom: 0px !important; left: 20px;}
  .HomeBody .slide-header-item.Box2 .slide-header-item-image { bottom: -44%; right: 0%; width: 83%; overflow: hidden;}
  .HomeBody .slide-header-item.Box2 .slide-header-item-image img { position: relative; margin-left: 36%;}
  .HomeBody .slide-header-item.Box3 .slide-header-item-image { width: 55%; right: -19px; bottom: -47%;}
  /*   .HomeBody .slide-header-item.Box4 .slide-header-item-image { width: 47%; right: 0px; bottom: -16%;} */
  .HomeBody .slide-header-item.Box4 .slide-header-item-image { width: 177px; right: -1px; bottom: -6%;}
  /* Resource page   */
  /*  resource-center  */
  .HomeBody .resource-center .accordion-title{ max-width: 250px; display: inline-block; }
  /*   banner */
  .hs-content-id-41062483294 .HomeBody .slide-header-item.Box1 .slide-header-item-image { bottom: 22%; width: 67%; right: -23%;}


}


@media screen and (max-width: 480px) and (min-width: 395px) {
  .HomeBody .slide-header-item.Box1 .slide-header-item-image{  width: 50%; }
  .HomeBody .slide-header-item.Box2 .slide-header-item-image{ width: 63%; }
  .HomeBody .slide-header-item.Box3 .slide-header-item-image { width: 42%; right: -13px;}


}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}