*, *: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 {

}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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


.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

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

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

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

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

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

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

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

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important ;
  }
}
@font-face {
  font-family: "museo-slab";
  src: url("https://use.typekit.net/af/c225e2/000000000000000000011aff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/c225e2/000000000000000000011aff/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/c225e2/000000000000000000011aff/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/b4692e/00000000000000003b9afbbc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/b4692e/00000000000000003b9afbbc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/b4692e/00000000000000003b9afbbc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/90ca1f/000000000000000000013f4f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/90ca1f/000000000000000000013f4f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/90ca1f/000000000000000000013f4f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/b714ca/000000000000000000013f4b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/b714ca/000000000000000000013f4b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/b714ca/000000000000000000013f4b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/7a7e75/00000000000000003b9afbb9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/7a7e75/00000000000000003b9afbb9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/7a7e75/00000000000000003b9afbb9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/37ee84/00000000000000003b9afbbb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/37ee84/00000000000000003b9afbbb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/37ee84/00000000000000003b9afbbb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "azo-sans-web";
  src: url("https://use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "azo-sans-uber";
  src: url("https://use.typekit.net/af/657ff9/000000000000000000014a2e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/657ff9/000000000000000000014a2e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/657ff9/000000000000000000014a2e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://19629513.fs1.hubspotusercontent-na1.net/hubfs/19629513/SFSH_July_2022/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(https://19629513.fs1.hubspotusercontent-na1.net/hubfs/19629513/raw_assets/public/SFSH_July_2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(https://19629513.fs1.hubspotusercontent-na1.net/hubfs/19629513/raw_assets/public/SFSH_July_2022/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://19629513.fs1.hubspotusercontent-na1.net/hubfs/19629513/raw_assets/public/SFSH_July_2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url(https://19629513.fs1.hubspotusercontent-na1.net/hubfs/19629513/raw_assets/public/SFSH_July_2022/fonts/FontAwesome5Free-Solid.svg) format("svg");
  font-style: normal; 
  font-weight: 900;
}

html{
  line-height: 1.15;
}

body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.65rem;
}

/* Anchors */

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

a:hover{
  text-decoration: underline;
}

.hs-landing-page .hs_cos_wrapper_type_rich_text ul, 
.hs-landing-page .hs_cos_wrapper_type_rich_text ol {
    padding-left: 40px;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem;
}
h1{
  line-height: 42px;
}

h2{
  margin-bottom: 1.35rem;
  margin-top: 1.65rem;
}

h3{
  margin-top: 1.65rem;
  margin-bottom: 0.35rem;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

p:last-child {
  margin-bottom: 0;
}
/* Code blocks */

code {
  vertical-align: bottom;
}

img {
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {

  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  min-height: 27px;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}
div#hs-search-module a.hs-button.primary {
  margin-top: 40px;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-size: 15px;
  line-height: 15px;
  font-family: arial, helvetica, sans-serif;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  text-decoration: none;
  margin: 20px 0;
  border-style: solid;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header .navbar {
  padding: 1rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header .navbar .logo img {
  vertical-align: middle;
  border-style: none;
  width: auto !important;
  max-width: initial;
}

.hs-landing-page .header .navbar .logo img{
  width: 321px !important;
}
.header .navbar .navbar-toggler {
  display: none;
}
.menu-wrapper {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: none;
}

@media(min-width: 992px){
  .menu-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    flex-basis: auto;
  }
  .header .navbar{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li.child-open>a {
    color: #fff !important;
    background-color: #0062cc !important;
    border-color: #005cbf !important;
  }
}

@media (max-width:1320px){
  .menu-bottom-wrapper .hs-menu-wrapper>ul>li:last-child>ul {
    left: auto;
    right: 0;
  } 
}

.menu-wrapper .menu-top-wrapper {
  margin-left: auto;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li>a {
  margin-right: 0.65rem;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: azo-sans-web, sans-serif;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  font-size: inherit;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 0 0 0.25rem 0.25rem;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: left;
  list-style: none;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.menu-bottom-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 80%;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul>li {
  position: relative;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  font-size: inherit;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 0 0 0.25rem 0.25rem;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: left;
  list-style: none;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #4B4B4B;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-family: azo-sans-web, sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.menu-bottom-wrapper .hs-menu-wrapper {
  padding: 1rem 0;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul>li>a:focus {
  outline: 2px solid #5bc0de;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul>li.child-open>ul {
  display: block;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
  color: #16181b;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  line-height: 24px;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li>a:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.logo {
  margin-right: 1rem;
}
.menu-bottom-wrapper .hs-menu-wrapper>ul>li>a {
  word-break: keep-all;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li.child-open ul {
  display: block;
}
.menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li {
  position: relative;
}
.header.lp .navbar {
  min-height: 146px;
}


@media(max-width: 991px){
  .menu-wrapper {
    display: none;
  }
  .menu-bottom-wrapper .hs-menu-wrapper>ul>li a {
    white-space: normal !important;
  }
  .header.lp .navbar {
    min-height: 106px;
  }
  .header .navbar .navbar-toggler {
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: inherit;
    display: inline-block;
    transition: all 0.3s ease 0s;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(https://19629513.fs1.hubspotusercontent-na1.net/hubfs/19629513/raw_assets/public/SFSH_July_2022/images/trigger.svg);
  }
  .header .navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .logo {
    margin-right: 1rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .header .navbar .logo img {
    width: 321px !important;
  }
  .menu-wrapper {
    width: 100%;
    margin-top: 4rem;
  }
  .menu-bottom-wrapper .hs-menu-wrapper>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-bottom-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: unset!important;
    -ms-flex-pack: unset!important;
    justify-content: unset!important;
  }
  .menu-bottom-wrapper .hs-menu-wrapper>ul>li>a {
    padding-right: 0;
    padding-left: 0;
  }
  .menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  .menu-bottom-wrapper .hs-menu-wrapper>ul>li>ul {
    position: static;
  }
  .menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li>ul {
    position: static;
  }
}

@media(max-width: 767px){
  .header__container.content-wrapper {
    max-width: 540px;
  }
  .menu-wrapper {
    width: 100%;
    margin-top: 0;
  }
  .menu-wrapper .menu-top-wrapper .hs-menu-wrapper>ul>li>a {
    display: block;
    margin: 0.65rem 0;
  }
  .header.lp .navbar {
    min-height: 10vw;
  }
}

@media(max-width: 500px){
  .logo {
    max-width: 75%;
    width: 100%;
  }
  .header .navbar .logo img {
    width: 100%!important;
    max-width: 100%;
  }
}

@media(max-width: 366px){
  .header .navbar .navbar-toggler {
    position: absolute;
    right: 14px;
    top: 24px;
  }
}
.copyright {
  padding: 0.5rem 0;
  background: #2e6c9e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
.footer-top ul li a {
  line-height: 1.5;
  display: inline-block;
}
p:last-child {
  margin-bottom: 0;
}
.copyright p {
  font-size: 1rem;
  line-height: 1.65rem;
  color: #fff;
}
.content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.copyright-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.social-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 16.666667%;
}
.social-link a {
  color: #FFFFFF;
  display: inline-block;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}
.footer-top {
  padding: 4rem 0;
}
.footer-top .left-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 33.333333%;
}
.footer-top .mid-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-top .right-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-top .left-wrapper img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.footer-top .left-wrapper>div:last-child a {
  padding-top: 0.5em;
  display: inline-block;
}
.footer-top .left-wrapper br {
  display: none;
}
.footer-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-top ul li a {
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  color: #4B4B4B;
  word-break: keep-all;
}
.social-link a:hover {
  text-decoration: underline;
}
.footer-top ul li {
  line-height: 25px;
}
.footer-top ul li a:hover {
  text-decoration: underline;
}
.content-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

footer form input.hs-button.primary.large {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  position: relative;
  border-radius: 3px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-family: arial, helvetica, sans-serif;
}

footer form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

footer form{
  width: 75%;
}

footer form .hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

footer form .hs-richtext {
  margin: 0 !important;
}

footer form .hs-richtext h2 {
  margin: 0.83em 0;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 500;
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
}

@media(max-width: 991px){
   .copyright-text,
  .social-link,
  .footer-top .left-wrapper,
  .footer-top .mid-wrapper,
  .footer-top .right-wrapper{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  } 
}

@media(max-width: 767px){

  .footer-top ul li a {
    line-height: 24px;
  }
  .mid-wrapper ul li a {
    line-height: 23.5px;
  }
  .footer-top .left-wrapper .footer-logo img {
    width: 321px !important;
  }
}

@media (max-width: 479px){
  .footer-top ul li {
    line-height: 23px;
  }
  .right-wrapper ul li {
    line-height: 25px;
  }
}
/* Menu and simple menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.fl_pg .row-fluid [class*=span] {
  min-height: 0px !important;
}
.banner-area .dnd-section {
  padding: 0;
}
.hs-input {
  outline: none;
}
p:last-child {
  margin-bottom: 0;
}
h2:first-child {
  margin-top: 0;
}

.fa, .fas {
  font-weight: 900;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: #ef6b51;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa-2x {
  font-size: 2em;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.hs-home-rw3 .cm-content-with-image .sections--cardRow h2 {
  padding: 0;
  margin: 0 0 2rem;
}
.hs-patient-portal-rw2 .dnd-section .row-number-2.dnd-row {
  margin: 0 -15px;
}

.hs-patient-portal-rw2 .dnd-section .span6 {
  padding: 1.25rem !important;
  margin: 0.25em;
  -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  border: 1px solid #285e89;
}
.hs-patient-portal-rw2 .dnd-section .span6 .cm-button-wrapper a{
  margin-right:0;
}
.hs-patient-portal-rw2 .dnd-section .span6:first-child .cm-button-wrapper a{
  display: block;
  margin-top: 1.6rem;
}
.hs-patient-portal-rw2 .card:last-child .btn {
  position: static;
  width:auto;
  display:inline-block;
  text-decoration:none;
  margin-bottom: 0;
}

.hs-visit-page-rw1 .twclcntnt.button-pos-top .cm-btn-wrapper {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.hs-recovery-care-unit-rw1 h2 {
  line-height: 36px;
  margin-bottom: 1.35rem;
  text-transform: none;
  font-size: 28px;
  border-left: 4px solid;
  padding-left: 1rem;
  border-color: #7ea6d9;
}

.hs-recovery-care-unit-rw1 ul{
  margin-left: 2rem;
  margin-bottom:0;
  padding-bottom: 0.5rem;
}

.hs-recovery-care-unit-rw1 ul li{
  margin-bottom: 0.65rem;
}

.hs-patient-education-rw2 .sections--embeddedCode {
  padding: 0;
}

.hs-patient-portal-rw2 .sections--cardRow{
  padding-top:0; 
}

.hs-patient-education-rw2 .sections--embeddedCode .content-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
}

.hs-patient-education-rw2 .dnd-section>.row-fluid .dnd-column {
  padding: 0 !important;
}

.hs-patient-education-rw2 .sections--embeddedCode .sections-internal {
  padding: 1.25rem;
  margin: 0.25em;
  -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  border: 1px solid #285e89;
}

.hs-patient-education-rw2 .sections--embeddedCode .sections-internal .embed-container {
  padding: 62px 0 3.3rem;
}

.hs-patient-education-rw2 .sections--embeddedCode figure {
  margin: 0;
}

.hs-physicians-rw1 p {
  padding: 2rem 15px 3rem;
}

.hs-physicians-rw2 ul {
  list-style: none !important;
  padding: 1em 0 1em 1rem !important;
  text-align: left;
  white-space: normal !important;
  overflow: hidden;
}

.hs-physicians-rw3 .dnd-section {
  margin-top: -2.05rem;
}

.hs-physicians-rw2 ul li{
  float: left;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 0.65rem;
}

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

.hs-physicians-rw2 ul li a {
  color: #285E89;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
}

.hs-physicians-rw2 ul li:not(:last-child):after {
  content: "|";
  padding: 0 0.5em;
}

.hs-physicians-rw2 ul li a:hover {
  color: #285E89;
  text-decoration: underline;
}

.hs-contact-rw1 .hs-input {
  max-width: 100% !important;
  width: 90% !important;
}

.hs-contact-rw1 fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
  max-width: 100% !important;
}

.hs-contact-rw1 form input[type=checkbox], .hs-contact-rw1 form input[type=radio] {
  width: auto !important;
}

.hs-contact-rw1 .actions {
  margin-top: 18px;
  padding: 17px 0px;
}

.hs-contact-rw1 form{
  padding: 2rem 0 3rem;
  margin: .5rem 0 2rem;
}

.hs-contact-rw1 form .hs-button, .hs-contact-rw1 form input[type=submit] {
  margin: 0;
  font-weight: 700;
  border:1px solid #2E6B9D;
  font-family: arial, helvetica, sans-serif;
}

.hs-contact-rw1 textarea.hs-input {
  height: auto !important;
  padding: 10px 15px;
}

.hs-contact-rw1 h2{
  line-height: 42px; 
  margin-bottom:0.5rem;
}

.hs-contact-rw1 form .inputs-list>li {
  margin: 0;
}

.hs-contact-rw1 form .inputs-list {
  padding-left: 5px !important;
}

.hs-contact-rw1 .hs-input:not([type=file]) {
  background-color: #f5f8fa;
  padding: 9px 10px;
}


.hs-contact-rw1 select.is-placeholder {
  color: #bfbfbf;
}


@media (max-width:767px){
  .hs-physicians-rw2 ul li {
    border: none !important;
    width: auto !important;
    display: inline-block !important;
  }
  .hs-patient-portal-rw2 .dnd-section .span6:last-child .cm-button-wrapper a {
    max-width: 200px;
  }
  .hs-physicians-rw2 ul li a {
    padding: 0 !important;
    font-weight: 400 !important;
    display: inline-block !important;
    width: auto !important;
  } 
}

@media (max-width:480px){
  .hs-contact-rw1 fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }

  .hs-contact-rw1 .hs-input {
    width: 100% !important;
  } 
}


.page-center {
  margin: 0 auto;
  padding: 0 15px;
}
.hs-arrive-rw1 .sections--cardRow.spacing-large {
  padding: 6rem 0;
}
.hs-arrive-rw1 .twclcntnt p {
  margin-bottom: 0;
}
.hs-arrive-rw1 .sections--cardRow .card {
  padding: 0;
  margin: 0 1rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.hs-arrive-rw1 .sections--cardRow .card .card-body p {
  margin: 0;
}
.hs-arrive-rw2 img {
  float: right;
  margin-left: 1rem;
  max-width: 33%;
}
.hs-arrive-rw2 ul {
  list-style: outside;
  padding-bottom: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 0;
}
.hs-arrive-rw2 ul li {
  margin-bottom: 0.65rem;
}
.hs-flpg-rw1 .hs-button {
  min-width: 200px;
  width: auto;
  margin-right: 0.65rem;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #285e89;
  border-color: #285e89;
  color: #ffffff;
}
.hs-flpg-rw1 .hs-button:hover {
  background-color: #4483B7;
  border-color: #4483B7;
  text-decoration: none;
}
article.sections.sections--internal.sections--cardRow.spacing-large {
  padding: 6rem 0;
}
article.sections.sections--internal.sections--cardRow.spacing-large .col-lg.col-sm-12.card {
  padding: 0;
  margin: 0 1rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.hs-flpg-rw1 .span3, .hs-flpg-rw1 .span9 {
  width: auto !important;
}
.hs-flpg-rw1 .span9 .hs-button {
  margin-left: 4px;
}
.fl_pg .span6 article.sections.sections--internal.sections--embeddedCode .sections-internal {
  margin: 0;
}
.fl_pg .span6 .content-wrapper {
  padding: 0;
}
.fl_pg .span6 .sections--embeddedCode {
  margin: 0.25em;
}
.fl_pg .span6 .sections--embeddedCode .sections-internal .embed-container {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  height: 318px;
}
.fl_pg .span6 .sections--embeddedCode {
  padding: 0;
}
.hs-flpg-rw1 table * {
  border: 0;
  padding: 0;
  margin: 0;
}
.hs-flpg-rw1 table {
  background: transparent;
  border: 0;
  margin: 0;
  border-collapse: collapse;
}
.hs-flpg-rw1 table p {
  border: 1px solid transparent;
}
.hs-flpg-rw1 .cta_button {
  background-color: #285e89;
  border-color: #285e89;
  color: #fff;
  min-width: 200px;
  width: auto;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0.65rem;
  margin-bottom: 0.65rem;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-sizing: border-box !important;
}
.hs-flpg-rw1 .cta_button:hover {
  background-color: #4483B7;
  border-color: #4483B7;
  text-decoration: none;
}
.hs-flpg-rw1 .cta_button:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%);
}
.hs-flpg-rw1 .cta_button:active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.submenu.level-1>li>a {
  font-weight: 400;
  position: relative;
}
.submenu.level-1>li>a:after {
  display: none;
}
.hs-flpg-rw1 .sections--ctaWithBackgroundImage a {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  margin-left: 2rem;
  cursor: pointer;
  border-color: #ffffff;
  min-width: 200px;
  width: auto;
  color: #fff;
  margin-right: 0.65rem;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-sizing: border-box !important;
}

.firefox footer form .actions {
  padding-bottom: 0;
}
.firefox #hs_form_target_footer_form {
  padding-top: 17px;
}

.IE .cm-content-with-image .sections--cardRow .card,
.IE .jumbotron{
  display:block;
} 

.hs-flpg-rw1 .sections--ctaWithBackgroundImage a:hover {
  border-color: #2E6B9D;
  color: #2E6B9D;
  background: #fff;
  text-decoration: none;
}
.sections.sections--internal.sections--ctaWithBackgroundImage.about-dr--brad-hruby .col-md-6.align-self-center.py-5 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.sections.sections--internal.sections--ctaWithBackgroundImage.about-dr--brad-hruby .col-md-6.align-self-center.py-5 h2 {
  text-transform: inherit;
}
.cm-content-with-image.frequently-asked-questions .col-lg.col-sm-12.card .card-header {
  background-color: #68a5d8;
  padding-bottom: 4em;
}

@media(max-width: 767px){
  .hs-flpg-rw1 .hs-button {
    display: block;
    margin: 0.65rem 0;
  }
  .container-fluid.hs-flpg-rw1 .span12 {
    display: block !important;
  }
  .hs-flpg-rw1 .span3 .hs-button {
    margin: 0;
  }
  .hs-flpg-rw1 .span9 .hs-button {
    margin-left: 0;
  }
  .fl_pg .span6:first-child .sections--embeddedCode {
    padding-top: 2rem;
  }
  .fl_pg .span6:last-child .sections--embeddedCode {
    padding-bottom: 3rem;
  }
  .hs-flpg-rw1 .cta_button {
    display: block;
    margin-right: 0;
  }
}

@media(max-width: 479px){
  .hs-arrive-rw2 img {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}