*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* 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;
}
.body-container-wrapper .dnd-section{
  padding-left: 40px;
  padding-right: 40px;
}
@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;
  }
}

@media (max-width: 600px) {
  .body-container-wrapper .dnd-section{
    padding-left: 25px;
    padding-right: 25px;
  }
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'),
    url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2'),
    url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format('woff'),
    url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/MaterialIcons-Regular.ttf) format('ttf'),
    url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/MaterialIcons-Regular.eot) format('embedded-opentype')
}
@font-face {
  font-family: 'revicons';
  src: url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/revicons.eot);
  src: url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/revicons.eot) format('embedded-opentype'),
       url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/revicons.woff) format('woff'),
       url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/revicons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}


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

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  font-family: "Roboto", sans-serif;

}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

html {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: #0e4983;
}
p, ul, ol, dl, address, pre, table, blockquote, fieldset {
  margin: 0 0 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Roboto", sans-serif;
}
h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 56px;
}
h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 0;
}
h3 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0em;
}
h4{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
}
h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  margin: 0 0 1.5rem;
  margin-left: 2.5rem;
}
ul li, ol li {
  margin: 0 0 0.5rem;
}

@media only screen and (max-width: 576px){
  h2 {
    font-size: 24px !important;
    line-height: 32px !important
  }
  h1 {
    font-size: 32px !important
  }
  h3 {
    font-size: 24px !important
  }
}


@media only screen and (max-width: 576px){
  p {
    font-size: 16px !important
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
      font-family: Oswald,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none !important;
}

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: 1.4rem;
}

/* Labels */

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

/* 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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

.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;
  margin:10px 0;
}

/* 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__container.content-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: inherit;
  -webkit-box-align: center;
}

.l-subheader-cell.at_left {
  display: flex;
  align-items: center;
  flex-grow: 1;
  -webkit-box-pack: start;
  flex-shrink: 0;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
}

.w-img.ush_image_1 {
  height: 79px;
  margin-right: 21px;
  flex-shrink: 0;
  transition: height 0.3s;
}

.w-img.ush_image_1 > div {
  display: block;
  height: inherit;
  overflow: hidden;
}

.w-img.ush_image_1 img {
  display: block;
  height: inherit;
  width: auto !important;
}

.ush_text_4.font_regular p {
  font-size: 13px;
}

.ush_text_4.font_regular {
  margin-right: 21px;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.custom-menu-primary ul li a {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 10px;
  display: block;
  overflow: hidden;
  position: relative;
  color: inherit;
}

.l-subheader-cell.at_right {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  -webkit-box-pack: end;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
}

.w-search-form {
  display: none;
}
.w-search-open {
  display: block;
  text-align: center;
  padding: 0 0.8rem;
  color: inherit;
}
nav.language-drop {
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  min-width: 66.94px;
  min-height: 51px;
  margin-left: 10px;
}
header.header {
  box-shadow: 0 4px 5px -2px rgb(0 0 0 / 22%), 0 2px 1px -1px rgb(0 0 0 / 5%);
}
span.w-nav-arrow {
  font-family: Material Icons;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  line-height: inherit;
  text-transform: none;
  text-align: center;
}
.lang_switcher_class .globe_class {
  height: 0;
  width: 0;
  background: transparent;
  line-height: 0;
}
.l-subheader-cell.at_right ul li {
  margin-bottom: 0 !important;
  line-height: 50px;
}

.social-link-wrapper .w-socials-list {
  line-height: 2em;
}

.w-search-open {
  padding: 0 12px;
}

.custom-menu-primary ul li a {
  padding: 0 10px;
}

.w-search-form {
  background-color: #d91f2a;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  opacity: 0;
  display: none;
  transition: opacity 0.4s ease 0s;
}

.w-search-form.active-form {
  opacity: 1;
  display: block;
  transition: opacity 0.4s ease 0s;
}

.w-search-background {
  position: fixed;
  z-index: 99;
  border-radius: 100%;
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
  background-color: #d91f2a;
  width: 50px;
  height: 50px;
  left: 1301.08px;
  top: 51px;
  margin-left: -25px;
  margin-top: -25px;
  transform: scale(0.1);
  transition: opacity 0.2s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.w-search-form .hs-search-field {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  transform: translateY(-50%);
}

.hs-search-field input.hs-search-field__input {
  font-size: 44px;
  line-height: 2;
  text-align: center;
  height: auto;
  background-color: transparent !important;
  transition: all 0.3s;
  border: 0 !important;
  padding: 1px 2px;
  border-radius: 0;
  display: block;
  width: 100%;
  color: #fff !important;
  outline: none !important;
}

.hs-search-field input.hs-search-field__input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.w-search-close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.8rem;
  width: 2.8rem;
  cursor: pointer;
  opacity: 0.5;
  transition: color 0.3s, opacity 0.3s, transform 0.3s;
  font-size: 17px;
  font-size: 3rem;
  line-height: 6rem;
  width: 6rem;
}

.w-search-close:before {
  font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
  content: "close";
  font-family: "Material Icons";
  vertical-align: top;
}

.hs-search-field__bar:before,
.hs-search-field__bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  z-index: 1;
  transition: background-color 0.3s,
    width 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
}

.hs-search-field__bar.active_focus:before,
.hs-search-field__bar.active_focus:after {
  width: 50%;
  background-color: #fff;
}

.hs-search-field__bar:after {
  right: 50%;
}

.hs-search-field__bar:before {
  left: 50%;
}

.w-search-background.overlay-on {
  transition: opacity 0.2s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.96;
  transform: scale(55.513);
}

.w-search-close:hover {
  opacity: 1;
}

.w-search-form .hs-search-field.hs-search-field--open {
  overflow: auto;
  max-height: 93vh;
}

.w-search-form ul.hs-search-field__suggestions {
  border-color: #fff !important;
  border-width: 2px !important;
}

.w-search-form ul.hs-search-field__suggestions li {
  line-height: normal !important;
  padding: 20px 10px;
}

.w-search-form ul.hs-search-field__suggestions li a {
  color: #fff !important;
  background: transparent !important;
}
.header-spanish .custom-menu-primary .hs-menu-wrapper > ul ul ul a {
  white-space: normal !important;
}

.header-spanish .custom-menu-primary .hs-menu-wrapper > ul ul ul {
  min-width: auto;
  width: 240px;
}
.header-spanish
  .custom-menu-primary
  .hs-menu-wrapper
  > ul
  > li:last-child
  > ul {
  left: auto !important;
  right: 0 !important;
}
.header-spanish
  .custom-menu-primary
  .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.hs-item-has-children
  > a {
  padding-right: 3.3em;
}
@media (max-width: 1744px) and (min-width: 1179px) {
  .header-spanish .header__container.content-wrapper {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: inherit;
    margin: 0 auto;
    position: relative;
    justify-content: center;
  }
  .header-spanish .custom-menu-primary ul li a {
    font-size: 14px;
  }
  .header-spanish .ush_text_4.font_regular {
    font-size: 14px;
  }
  .header-spanish .custom-menu-primary ul li a {
    padding: 0 4px;
  }
}
@media (max-width: 1500px) {
  .header-spanish .ush_text_4.font_regular {
    font-size: 12px;
  }
}
@media (max-width: 1200px) and (min-width: 1030px) {
  .header-spanish .custom-menu-primary ul li a {
    font-size: 12px;
  }
  .header-spanish nav.language-drop.has_switer > ul > li > a {
    padding: 15px 25px 15px 5px;
  }

  .header-spanish nav.language-drop {
    margin: 0;
  }

  .header-spanish .ush_text_4.font_regular {
    margin-right: 2px;
  }

  .header-spanish header.header {
    padding: 0 9px;
  }
  .header-spanish .ush_text_4.font_regular {
    font-size: 9px;
  }
  .w-img.ush_image_1 {
    margin-right: 8px;
  }
}

@media (min-width: 901px) {
  header.header {
    line-height: 102px;
    height: 102px;
  }
}

.custom-menu-primary
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > a
  > span:before {
  color: #ccc;
  font-feature-settings: "liga";
  content: "keyboard_arrow_down";
  font-family: Material Icons;
  font-size: 17px;
  margin-left: 0.2em;
  vertical-align: top;
  text-rendering: optimizeLegibility;
}
.custom-menu-primary {
  position: relative;
  top: -3px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 2px 5px 0 rgb(0 0 0 / 25%);
  display: block;
  margin-left: -50px;
  margin-top: -5px;
  min-width: 180px;
  opacity: 0;
  padding: 6px 0;
  position: absolute;
  text-align: left;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 0.3s, opacity 0.3s !important;
  z-index: 10;
  opacity: 1 !important;
  visibility: visible !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 0.3s, opacity 0.3s !important;
  z-index: 10;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > ul,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  transform: scaleY(1);
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li {
  font-size: 15px;
  display: block;
  position: relative;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 50px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li a {
  line-height: 1.5em;
  padding: 0.6em 20px;
  white-space: nowrap;
  transition: color 0.1s, background-color 0.1s;
  font-size: 16px;
}
.custom-menu-primary
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > ul
  > li.hs-item-has-children
  span.w-nav-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.7em;
  width: 2em;
  vertical-align: top;
  font-weight: normal;
  line-height: inherit;
  text-transform: none;
  text-align: center;
  line-height: 40.5px;
}

.custom-menu-primary
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > ul
  > li.hs-item-has-children
  span.w-nav-arrow:before {
  content: "keyboard_arrow_right";
  font-size: 27px;
  vertical-align: top;
  font-family: "Material Icons";
  color: #d91f2a;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li a {
  line-height: 30px;
  padding: 9px 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li a {
  line-height: 30px;
  padding: 9px 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  position: absolute;
  left: 100% !important;
  top: 0;
  z-index: 11;
  min-width: 12rem;
  top: 0px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 5%), 0 3px 7px 0 rgb(0 0 0 / 25%);
  padding: 6px 0;
  border-radius: 2px;
  top: -6px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > a {
  background-color: #eee;
  color: #212121;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  min-width: 203px;
}
.w-search-open {
  padding-right: 12px;
}
header.header {
  padding: 0 40px;
}

.globe_class {
  width: auto;
  height: auto;
  background: none;
}

nav.language-drop.has_switer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

nav.language-drop.has_switer ul li {
  margin: 0;
  border: 00;
}

a.currentLang:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 9px;
  margin-top: 0;
  color: #cccccc;
}

nav.language-drop.has_switer > ul > li {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 2px;
}

nav.language-drop.has_switer > ul > li > a {
  text-transform: uppercase;
  color: #333333;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 50px;
  text-align: center;
  padding-right: 14px;
  padding: 15px 30px 15px 15px;
  border: 2px solid #dddddd;
  border-radius: 5px !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

nav.language-drop.has_switer > ul > li > a:hover {
  text-decoration: underline;
}

nav.language-drop.has_switer ul.lang_list_class li a {
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  display: block;
  position: relative;
  margin: 0;
  color: #0e4983;
}
nav.language-drop .lang_list_class:after,
nav.language-drop .lang_list_class:before {
  display: none;
}

nav.language-drop.has_switer ul.lang_list_class li {
  padding: 0;
}

nav.language-drop.has_switer .lang_switcher_class {
  display: block;
}

nav.language-drop.has_switer ul.lang_list_class {
  margin-left: -82px;
  margin-top: -1px;
  text-align: left;
  z-index: 10;
  min-width: 12rem;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 2px 5px 0 rgb(0 0 0 / 25%);
  padding: 6px 0;
  border-radius: 2px;
  display: block;
  /* transform-origin: 50% 0; */
  transform: scaleY(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  padding: 0;
}

nav.language-drop.has_switer > ul > li:hover ul.lang_list_class,
nav.language-drop.has_switer > ul > li:focus ul.lang_list_class {
  transform: scaleY(1) !important;
  opacity: 1 !important;
}

nav.language-drop.has_switer ul.lang_list_class {
  display: block;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 3px 5px 0 rgb(0 0 0 / 25%);
  padding: 6px 0;
  border-radius: 2px;
  z-index: 0;
  height: 100%;
  padding: 6px 0;
  z-index: 9999;
  height: auto;
  background: #fff;
  display: block;
  display: block;
  transform-origin: 50% 0;
  transform: scaleY(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  top: auto;
  left: 0;
}

nav.language-drop.has_switer ul.lang_list_class li a:hover {
  color: #000000;
  text-decoration: underline;
}

.lang_list_class:after {
  display: none;
}

.lang_list_class:after,
.lang_list_class:before {
  display: none;
}

nav.language-drop.has_switer ul.lang_list_class {
  margin-left: -50px;
}
@media (min-width: 901px) {
  .ush_search_1 .w-search-open {
    font-size: 17px;
  }
}

.w-search-open:before {
  content: "search";
  font-family: "Material Icons";
  vertical-align: top;
  font-size: 23px;
  font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
}

.ush_socials_1 {
  font-size: 18px;
}
.w-search-open:before {
  color: #000;
}
.custom-menu-primary {
  position: relative;
  top: -3px;
}
span.w-nav-arrow {
  position: relative;
  top: 2px;
}
.w-search.layout_fullscreen.ush_search_1 {
  padding-right: 3px;
}
.home-page-slider .button-item a,
.home-page-slider .content-section,
.home-page-slider .content-section h2 {
  -webkit-font-smoothing: antialiased !important;
}

@media (max-width: 1160px) {
  .custom-menu-primary ul li a {
    font-size: 14px;
  }
  .w-search-open {
    padding-right: 2px;
    padding-left: 2px;
  }
  .custom-menu-primary ul li a {
    padding: 0 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li a {
    font-size: 12px;
  }
}

@media (max-width: 1400px) {
  .custom-menu-primary {
    overflow: auto !important;
    max-height: calc(100vh - 100px);
    min-height: auto;
  }
  .l-subheader-cell.at_center {
    display: none;
  }

  .custom-menu-primary {
    display: none;
  }
  .w-search-open {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header .mobile-trigger {
    display: block !important;
    color: #d91f2a;
    line-height: 50px;
    height: 50px;
    padding: 0 0.8rem;
    font-size: 20px;
    width: 1em;
    padding: 0;
    margin-right: 0.8rem;
  }

  .mobile-trigger i {
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s cubic-bezier(0, 1, 0.8, 1);
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
    border-bottom: 0.15em solid;
    width: 1em !important;
  }

  .mobile-trigger i:before,
  .mobile-trigger i,
  .mobile-trigger i:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
    border-bottom: 0.15em solid;
  }

  .mobile-trigger i:after {
    top: 0.35em;
    transition: top 0.15s cubic-bezier(0, 1, 0.8, 1) 0.15s,
      transform 0.15s cubic-bezier(0, 1, 0.8, 1);
  }

  .mobile-trigger i:before {
    top: -0.35em;
    transition: top 0.15s cubic-bezier(0, 1, 0.8, 1) 0.15s,
      opacity 0.15s cubic-bezier(0, 1, 0.8, 1);
  }
  .mobile-trigger:hover {
    color: #000000;
  }
  .mobile-trigger {
    cursor: pointer;
  }
  .custom-menu-primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  span.w-nav-arrow {
    display: none;
  }

  .custom-menu-primary .child-trigger {
    position: absolute;
    top: -3px;
    right: 0;
    padding: 0.7rem;
    display: inline-block !important;
    vertical-align: top;
    transition: transform 0.3s;
    font-size: 15px;
    width: auto;
  }

  .child-trigger:before {
    content: "keyboard_arrow_down";
    vertical-align: top;
    font-family: "Material Icons";
    font-size: 1.8em;
    color: #d91f2a;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
  }

  .child-trigger i {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    line-height: normal;
    padding: 0;
    line-height: 1.6em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    min-height: 51px;
  }
  .custom-menu-primary {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    background: #fff;
  }
  .custom-menu-primary {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    background: #fff;
  }
  header.header {
    z-index: 9999;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    display: none;
  }
}

@media (max-width: 1400px) {
  .custom-menu-primary {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding-right: 2em;
    line-height: 1.6em;
    padding: 0.7rem;
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: scaleY(1) !important;
    left: 0 !important;
    margin: 0 !important;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0, 1, 0.8, 1),
      opacity 0.15s cubic-bezier(0, 1, 0.8, 1) 0.15s;
  }

  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.15s cubic-bezier(0, 1, 0.8, 1),
      transform 0.15s cubic-bezier(0, 1, 0.8, 1) 0.15s;
  }

  .mobile-open .mobile-trigger i {
    transform: translateY(-50%) rotate(45deg);
    transition-delay: 0.15s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li a {
    line-height: 1.6em;
    padding: 0.7rem;
    padding-left: 11px;
    font-size: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Oswald", sans-serif;
    padding: 0.7rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li a:hover {
    background-color: #eee;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > .child-trigger {
    transform: rotate(180deg);
  }

  .custom-menu-primary
    .hs-menu-wrapper
    > ul
    > li.hs-item-has-children
    > ul
    > li.hs-item-has-children
    span.w-nav-arrow {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    box-shadow: none !important;
    transform: none !important;
  }
  .custom-menu-primary
    .hs-menu-wrapper
    > ul
    > li
    > ul
    > li.child-open
    .child-trigger {
    transform: rotate(180deg);
  }
  .child-trigger {
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > .child-trigger {
    top: -12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-left: 1.4rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul a {
    padding-left: 2.1rem;
  }
  .custom-menu-primary
    .hs-menu-wrapper
    > ul
    > li
    > ul
    > li.child-open
    .child-trigger {
    font-size: 14px;
  }
  header.header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .w-img.ush_image_1 {
    padding-left: 40px;
  }
  .l-subheader-cell.at_right {
    padding-right: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    transform: none !important;
    transition: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    transition: none !important;
  }
}

@media (max-width: 900px) {
  .w-img.ush_image_1 img {
    width: 100% !important;
  }
  .w-img.ush_image_1 {
    margin-right: 1.4rem;
    max-width: 49.11px;
    width: 100%;
    height: auto;
  }
  header.header {
    padding: 0 40px;
    line-height: 80px;
    height: 80px;
  }
  header.header .social-links {
    display: none;
  }
  .w-search.layout_fullscreen.ush_search_1 {
    padding-right: 0;
  }

  .w-search-close {
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
  }

  .w-search-form .hs-search-field input.hs-search-field__input {
    font-size: 2rem;
  }

  .w-search-background {
    width: 50px;
    height: 50px;
    left: 589.562px;
    top: 40px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .w-search-background.overlay-on {
    transform: scale(43.5361);
  }
  .w-img.ush_image_1 {
    padding-left: 0;
  }
  .l-subheader-cell.at_right {
    padding-right: 15px;
  }
  .l-subheader-cell.at_left {
    padding-left: 15px;
  }
  .custom-menu-primary {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 600px) {
  .ush_text_4.font_regular {
    display: none;
  }

  header.header {
    line-height: 60px;
    height: 60px;
  }
  .hs-search-field input.hs-search-field__input {
    font-size: 20px;
  }
  .scroll-header header.header {
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  .fixed-header {
    min-height: 60px;
  }

  .scroll-header .w-img.ush_image_1 {
    max-width: 36.11px;
  }

  .w-img.ush_image_1 {
    transition: all 0.3s ease-in-out !important;
  }
  .scroll-header header.header {
    height: 60px;
    line-height: 60px;
    line-height: 50px;
    height: 50px;
  }
  header.header {
    transition: all 0.3s ease-in-out;
  }
  .w-search-form .hs-search-field input.hs-search-field__input {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-left: 1.4rem;
    font-size: 14px;
  }
  nav.language-drop.has_switer ul.lang_list_class {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}

/* 2023 Amendments */

.body-2023 .header-2023 {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.body-2023 .banner-wrapper {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .body-2023 .banner-wrapper {
    margin-top: 30px;
  }
}

.body-2023 .home-page-slider {
  margin-top: 60px;
}

@media (min-width: 900px) {
  .body-2023 .banner-wrapper {
    margin-top: 100px;
  }
}
.footer-logo1 {
  max-width: 96px;
  display: inline-block;
}
footer.footer {
  position: relative;
  z-index: 9;
}
.footer-logo1 img {
  width: auto !important;
  display: block;
}

.footer-logo2 {
  max-width: 118px;
  display: inline-block;
}

.footer-logo2 img {
  width: auto !important;
  display: block;
}

.footer-logo {
  width: 25%;
  float: left;
  padding: 0 22.5px;
  text-align: left;
}

.footer-menu-content {
  width: 58.3333%;
  float: left;
  padding: 0 22.5px;
}

.footer-social-links {
  width: 16.6666%;
  float: left;
  padding: 0 22.5px;
}

.footer-top-content.clearfix {
  margin: 0 -22.5px;
}

.footer-top {
  padding: 35px 0 110px 0;
}

footer.footer {
  background: #fff;
}

.footer-logo2 {
  margin-left: 30px;
}
.copyright-text {
  margin-left: 25%;
  width: 58.3333%;
}

.copyright-text p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.copyright-text > div {
  padding: 0 1.5rem;
}

.footer-menu .hs-menu-wrapper > ul {
  display: block;
  margin: 0 -1em !important;
}
.footer-menu .hs-menu-wrapper > ul {
  font-size: 15px;
}
.footer-menu .hs-menu-wrapper > ul li a {
  display: block !important;
}
.footer-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 1em;
}

.footer-menu .hs-menu-wrapper > ul li a {
  color: #0e4983;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: underline;
}

footer.footer {
  padding: 0;
}

.footer-content p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.footer-logo2 {
  margin-left: 28px;
}

.footer .social-link-wrapper .w-socials-item-link {
  font-size: 30px;
  line-height: 1.7em;
  width: 1.7em;
  margin-left: -4px;
}
.footer-menu .hs-menu-wrapper > ul > li {
  width: auto;
}

.footer .social-link-wrapper .w-socials-item {
  margin-left: 0;
}

.footer-social-links {
  padding-left: 2rem;
}

.copyright-text > div {
  padding-left: 12px;
}
.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #528cc5 !important;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .copyright-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer-logo1 {
    margin-bottom: 1.5rem;
    vertical-align: top;
    display: inline-block;
  }

  .footer-logo2 {
    display: inline-block;
  }

  .social-link-wrapper .w-socials-list {
    white-space: normal !important;
    text-align: right;
  }
  .footer-copyright {
    padding-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  .footer-logo1,
  .footer-logo2 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .footer-menu .hs-menu-wrapper > ul > li {
    width: auto;
  }

  .footer-logo1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    display: block;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo2 {
    display: block;
    margin: 0;
    text-align: center;
    margin: 0 auto;
  }

  .copyright-text {
    margin: 0;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .social-link-wrapper .w-socials-list {
    text-align: right;
  }
  .social-link-wrapper .w-socials-list {
    text-align: right;
    white-space: normal !important;
  }

  .footer .social-link-wrapper .w-socials-item-link {
    line-height: 1.2em;
    width: 1.3em;
    margin-bottom: 9px;
  }

  .footer-social-links {
    padding-right: 20px;
  }
  .copyright-text > div {
    padding-left: 0;
  }
  .copyright-text p {
    padding-top: 45px;
  }
  .copyright-text {
    margin: 1rem 0;
    width: 100%;
    margin-left: 25%;
    width: 58.3333%;
    padding-left: 11px;
  }
}

@media (max-width: 991px) {
  .copyright-text {
    margin: 1rem 0;
    width: 100%;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
  .copyright-text p {
    padding-top: 35px;
  }
  .program-page .span3 .advanced-button-wrapper {
    margin-top: 22px;
  }
  .program-page.team-member-page
    .row2-team-member
    .span3
    > div:last-child
    .hs_cos_wrapper_type_rich_text {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .copyright-text p {
    text-align: center;
  }
  .social-link-wrapper .w-socials-list {
    text-align: center !important;
    white-space: normal !important;
  }
  .copyright-text > div {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .footer-logo,
  .footer-menu-content,
  .footer-social-links {
    width: 100%;
    margin: 0 0 2rem;
  }

  .copyright-text {
    margin-bottom: 0;
  }

  .footer-menu .hs-menu-wrapper > ul {
    text-align: center;
  }

  .footer-social-links {
    margin: 0 0 2rem;
  }
  .footer-menu .hs-menu-wrapper > ul {
    display: block;
    margin: 0 !important;
  }
  .footer .social-link-wrapper .w-socials-item-link {
    width: 2.9em;
  }
  .footer__container.content-wrapper {
    padding: 0 1.5rem;
  }
  .copyright-text {
    margin: 0;
  }
  .footer-menu-content {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .footer-menu-content {
    padding: 0 1.5rem;
  }
}
@media (max-width: 576px) {
  .program-page .accordion-wrapper a.toggle {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .footer__container.content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer-content p {
    font-size: 16px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
  }
}

/*
 * Adjustments to 911 icons on mobile view
 */

@media (max-width: 768px) {
  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo1 {
    margin: 0 0 30px 0;
  }

  .footer-logo2 {
    margin: 0;
  }

  .footer-logo1 img,
  .footer-logo2 img {
    height: 97px;
  }

  .footer-logo1 {
    width: auto;
  }
}

.footer-logo1 img,
.footer-logo2 img {
  height: 57px;
}

/*
 * CTA | Kari's Law
 */

.cta_karis-law-container a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: url("https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/img/karis-law-bg-off-5.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 2.25rem;
  font-weight: 800;
  text-align: center;
  padding: 30px 0;
  transition: all 0.3s ease;
}

.cta_karis-law-container a:hover {
  color: #fff;
  cursor: pointer;
  background-image: url("https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/img/karis-law-bg-on-5.jpg");
}
.cta_karis-law-container a:hover span {
  color: #fff;
}

.cta_karis-law-container a span::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 12px;
  background-image: url("https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/img/arrow-right-slim-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.cta_karis-law-container a:hover span::after {
  margin-left: 22px;
}

@media (min-width: 768px) {
  .cta_karis-law-container a {
    font-size: 3rem;
  }
  .cta_karis-law-container a span::after {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
  .cta_karis-law-container a:hover span::after {
    margin-left: 20px;
  }
}

/* Contact Section */
.cstm_section-footer_contact {
  font-family: Roboto, sans-serif;
  padding-top: 40px;
  padding-bottom: 70px;
  padding-left: 165x;
  padding-right: 16px;
}

@media (min-width: 968px) {
  .cstm_section-footer_contact {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1250px) {
  .cstm_section-footer_contact {
    padding-left: 0;
    padding-right: 0;
  }
}

.cstm_cta-footer_contact {
  display: block;
  text-decoration: none;
  padding: 10px 0 2px;
  margin: 0 auto 22px;
  max-width: 325px;
  text-align: center;
  background-color: #d91f2a;
  border-radius: 7px;
  transition: all 0.3s ease;
}

.cstm_cta-footer_contact:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c50611;
}

.cstm_cta-footer_contact .cta_content {
  font-size: 22px;
  line-height: 23px;
  color: #fff;
  font-weight: 800;
}

.cstm_cta-footer_contact .nfe {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .cstm_cta-footer_contact {
    font-size: 28px;
    max-width: 625px;
    padding: 16px 0 4px;
  }
  .cstm_cta-footer_contact .nfe {
    font-size: 16px;
  }
}

.cstm_tagline {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}

.cstm_content-wrapper {
  background-color: #e0ebf6;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  padding: 20px 35px;
  border-radius: 8px;
}

.p_not {
  margin-bottom: 0;
}

.cstm_section-footer_contact .cstm_p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

/*
@media (min-width: 675px) {
	.cstm_section-footer_contact .cstm_p {
		font-size: 20px;
		line-height: 30px;
	}
}
*/

.cstm_p .s0 {
  font-weight: 600;
  font-style: italic;
}

.cstm_p .s4,
.cstm_p .s5 {
  font-style: italic;
  font-weight: 600;
}

.cstm_p .s4b {
  color: #d91f2a;
}

.cstm_p .s1 {
  font-weight: 600;
}

.cstm_p .s2 {
  color: #d91f2a;
  font-weight: 800;
  font-style: italic;
}

.s7 {
  color: #d91f2a;
  font-weight: 800;
}

.footer-row-contact .cstm_col h2,
.cr_l3 .cstm_col p {
  margin: 0;
}

.cstm_col .c_personnel {
  margin-bottom: 30px;
}

.footer-row-contact .cstm_col h2 {
  font-size: 20px;
  color: #d91f2a;
  margin-bottom: 3px;
}

.cc_phone p {
}

.cc_phone-link {
  display: block;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 3px;
}

.cc_phone .cc_link-caption {
  font-size: 14px;
  display: block;
}

.cc_dept-title {
  font-size: 18px !important;
  font-weight: 600;
  margin: 2px 0 6px 0;
}

.c_personnel {
  line-height: 20px;
}

.c_personnel .s_title {
  font-weight: 600;
  color: #d91f2a;
}

.cr_l3 > .cstm_col > p {
  margin-bottom: 4px;
}

.cc_mail-link {
  text-decoration: none;
  margin: 0 0 10px 0;
}

.cc_mail-link {
  display: block;
  text-decoration: none;
}

/* footer contact layout */
.cc_emails-container,
.cc_phones-container {
}

.cc_row-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.cc_phones-container {
  margin-bottom: 40px;
}

@media (min-width: 825px) {
  .cc_row-1 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .cc_emails-container {
    display: flex;
  }
  .cc_emails-container .cc_row-2 {
    padding-left: 0;
    border-left: 1px solid rgba(218, 31, 42, 0.3);
    border-right: 1px solid rgba(218, 31, 42, 0.3);
  }
  .cc_phones-container {
    margin: 0 30px;
  }
  .cc_emails-container {
    width: auto;
    display: flex;
  }
  .admin-wrapper,
  .gen-info-wrapper {
  }
  .gen-info-wrapper {
  }
}

/* footer contact button aRRow */

@media (min-width: 768px) {
  a.cstm_cta-footer_contact {
    background-image: url("https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/img/arrow-right-slim-white.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 180px bottom 19px;
    transition: all 0.3s ease;
  }

  a.cstm_cta-footer_contact:hover {
    background-position: right 160px bottom 19px;
  }
}

/* ADdItIoNaL */

.cstm_section-footer_contact {
  padding-top: 35px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.cstm_content-wrapper {
  padding: 20px 35px;
  margin-bottom: 35px;
}

.p_not {
  margin-bottom: 0;
}

.footer-row-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-row-contact .footer-logo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cstm_col-1 {
  width: 200px;
}

.cstm_col-2,
.cstm_col-3,
.cstm_col-4 {
  width: 200px;
  flex-grow: 0;
}

.cstm_col-2 {
  margin-bottom: 30px;
}

.cstm_col-3 {
  max-width: 480px;
}

.cc_emails-container {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  flex-direction: row;
  justify-content: flex-start;
  justify-content: space-between;
  padding: 0;
}

.footer-logo1 {
  margin: 0;
}

.social-link-wrapper .w-socials-list {
  display: flex;
  justify-content: center;
}

@media (min-width: 850px) {
  .footer-row-contact {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .cstm_col-1,
  .cstm_col-2,
  .cstm_col-4 {
    width: 180px;
    flex-grow: 0;
  }
  .cstm_col-3 {
    width: auto;
    max-width: 480px;
    flex-grow: 1;
  }
  .cc_emails-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .social-link-wrapper .w-socials-list {
    justify-content: flex-start;
  }
}

/*
 * New Footer Social Links
 */
.footer-social-links {
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 849px) {
  .cstm_col-2,
  .cstm_col-3,
  .cstm_col-4 {
    flex-grow: 0;
    width: auto;
  }
}
/*!
 *  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(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/fontawesome-webfont.eot);
	src: url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/fontawesome-webfont.eot) format('embedded-opentype'),
    url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/fontawesome-webfont.woff2) format('woff2'), 
    url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/FontAwesome.woff) format('woff'), 
    url(https://22253271.fs1.hubspotusercontent-na1.net/hubfs/22253271/raw_assets/public/ghc911-theme-2023/fonts/FontAwesome.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga'
}

.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
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
@charset 'UTF-8';

 .slick-next,.slick-prev{
    font-size:0;
    line-height:0;
    position:absolute;
    top:50%;
    display:block;
    width:20px;
    height:20px;
    padding:0;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    cursor:pointer;
    color:transparent;
    border:none;
    outline:0;
    background:0 0
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{
    color:transparent;
    outline:0;
    background:0 0
}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
    opacity:1
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{
    opacity:.25
}
.slick-next:before,.slick-prev:before{
    font-family:slick;
    font-size:20px;
    line-height:1;
    opacity:.75;
    color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-prev{
    left:-25px
}
[dir=rtl] .slick-prev{
    right:-25px;
    left:auto
}
.slick-prev:before{
    content:'←'
}
[dir=rtl] .slick-prev:before{
    content:'→'
}
.slick-next{
    right:-25px
}
[dir=rtl] .slick-next{
    right:auto;
    left:-25px
}
.slick-next:before{
    content:'→'
}
[dir=rtl] .slick-next:before{
    content:'←'
}
.slick-dotted.slick-slider{
    margin-bottom:30px
}
.slick-dots{
    position:absolute;
    bottom:-25px;
    display:block;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center
}
.slick-dots li{
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    margin:0 5px;
    padding:0;
    cursor:pointer
}
.slick-dots li button{
    font-size:0;
    line-height:0;
    display:block;
    width:20px;
    height:20px;
    padding:5px;
    cursor:pointer;
    color:transparent;
    border:0;
    outline:0;
    background:0 0
}
.slick-dots li button:focus,.slick-dots li button:hover{
    outline:0
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{
    opacity:1
}
.slick-dots li button:before{
    font-family:slick;
    font-size:6px;
    line-height:20px;
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    content:'•';
    text-align:center;
    opacity:.25;
    color:#000;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button:before{
    opacity:.75;
    color:#000
}
/*# sourceMappingURL=slick-theme.min.css.map */
.row1-team-member ul {
  line-height: 60px;
}
.banner-section .dnd-section {
  padding: 0 !important;
}
@media(min-width:768px){
  .team-member-page .row2-team-member .span3 {
    width: 25%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-member-page .row2-team-member .span6 {
    width: 50%;
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-member-page .row2-team-member .span3 {
    width: 25%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0;
  } 
}
.second-col .dnd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.second-col h2+p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 10px;
}

.second-col p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.row2-team-member .dnd-section > .row-fluid > .span12>.row-fluid-wrapper {
  margin: 0 -1.5rem;
}
.second-col .row2-team-member .span9 {
  width: 75%;
}
.row3-team-member .dnd-section {
  padding: 25px 0;
}
.row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}
.row3-team-member hr {
  margin: 10px 0;
  line-height: 20px;
  background-color: rgba(224,224,224);
}
.row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 2px;
}

.team-member-page.faq-page  .second-col .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-bottom: 41px;
}
.team-member-page  .second-col .row2-team-member .span9 {
  width: 75%;
  padding: 0 1.5rem !important;
}
.team-member-page.faq-page .second-col .span9 .span9 .hs_cos_wrapper_type_rich_text {
  padding: 0;
}
.team-member-page.faq-page .second-col .span9 .span9 .hs_cos_wrapper_type_rich_text p{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hs-button,
.faq-page  .row2-team-member .hs-button {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #d91f2a;
  padding: 16px 32px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none !important;
}
.team-member-page.faq-page  .second-col .row2-team-member .span9 .span9 {
  margin: 0;
}
.hs-button:hover,
.faq-page .row2-team-member .hs-button:hover {
  color: #ffffff;
  background-color: #991111;
  text-decoration: none;
}
.row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
  margin: 0 -1.5rem;
}
.team-member-page.faq-page .second-col .span9 .span9 .hs_cos_wrapper_type_rich_text p a {
  text-decoration: underline;
}

.team-member-page.faq-page .second-col .span9 .span9 .hs_cos_wrapper_type_rich_text p a:hover {
  text-decoration: none;
}


.team-member-page.system-sign-up-page.faq-page .second-col .hs_cos_wrapper_type_rich_text {
  padding: 0;
}
.system-sign-up-page .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
  margin: 0;
}
.system-sign-up-page .signup-wrapper {
  margin-top: 40px;
}
.tips-page .row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 2px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: inherit;
  padding: 0;
}


.tips-page .row2-team-member h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 58px;
  margin: 0 0 1.5rem;
}

.tips-page .row2-team-member ul:not(:last-child) {
  margin-bottom: 1.5rem;
}
.kari-law-page .row2-team-member .hs_cos_wrapper_type_rich_text ul li:last-child {
  margin-bottom: 0;
}

.kari-law-page .row2-team-member .hs-button {
  padding: 16px 35px;
}
.kari-law-page .video-wrapper .w-video-h {
  padding-bottom: 56.25%;
}
.kari-law-page .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
  margin: 0;
}
.row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
  margin: 0;
}
.financial-and-utility-reports-page .row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 43px;
}
.tips-page .row2-team-member .span9 ul:last-child {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
  list-style: none;
}

.tips-page .row2-team-member .span9 ul li {
  padding-left: 2em;
  text-indent: 0em;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.header .social-link-wrapper .w-socials-item-popup.w-socials-item-popup {
  display: none;
}
.tips-page .row2-team-member .span9 ul li:before {
  content: "• ";
  color: rgb(217, 31, 42);
  margin-left: -25px;
  position: absolute;
  font-size: 34px;
}
.courses-page .hs_cos_wrapper_type_linked_image img {
  width: 100%;
}
.cm-managers-wrapper .cm-row .managers-column a {
  text-decoration: none;
}
.tips-page.team-member-page .second-col .hs_cos_wrapper_type_rich_text {
  padding-bottom: 20px;
}
.cm-managers-wrapper .cm-row .managers-column a.bom-manager-bio {
  text-decoration: underline;
}

.cm-managers-wrapper .cm-row .managers-column a.bom-manager-bio:hover {
  text-decoration: none;
}
.tips-page .row2-team-member .hs-button {
  padding: 16px 35px;
  margin-bottom: 43px;
}

.tips-page  .video-wrapper .w-video-h {
  padding-bottom: 56.25%;
}

.tips-page  .video-wrapper {
  margin-bottom: 43px;
}
.tips-page .row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 1.5rem;
}
.tips-page.team-member-page .row2-team-member .span3 {
  padding: 0 1rem;
}
.team-member-page.program-page .second-col .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-bottom: 10px;
}
.program-page .accordion-wrapper {
  margin-bottom: 43px;
}
.courses-page .span3 .advanced-button-wrapper .button-wrapper a,
.program-page .span3 .advanced-button-wrapper .button-wrapper a {
  display: block;
  width: 100%;
}
.courses-page .span3 .advanced-button-wrapper .button-item,
.program-page .span3 .advanced-button-wrapper .button-item {
  display: block;
}
.courses-page .span3 .advanced-button-wrapper .button-item:not(:first-child),
.program-page .span3 .advanced-button-wrapper .button-item:not(:first-child) {
  margin-left: 0;
}
.courses-page .span3 .advanced-button-wrapper .button-item,
.program-page .span3 .advanced-button-wrapper .button-item {
  text-align: center;
}
.courses-page .span3 .advanced-button-wrapper,
.program-page .span3 .advanced-button-wrapper {
  margin-top: 42px;
}
.body-container-wrapper a:hover {
  text-decoration: none;
}

.body-container-wrapper a {
  text-decoration: underline;
}
.advanced-button-wrapper .button-item a {
  text-decoration: none;
}

.program-page .video-wrapper {
  padding: 0 1.5rem;
  margin: 27px 0 0;
}

.program-page .video-wrapper .w-video-h {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
header.header {
  position: relative;
  z-index: 9;
}
.program-page  .accordion-wrapper .one-column {
  padding: 5px 23px 5px 37px;
}
.team-member-page.texting-page .second-col .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 1.5rem;
}

.texting-page .video-wrapper .w-video-h {
  padding-bottom: 56.25%;
}

.texting-page .video-wrapper {
  margin-bottom: 42px;
}
.team-member-page.texting-page .second-col .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-bottom: 0;
}
.texting-page .accordion-wrapper ul li {
  margin-bottom: 0;
}
.texting-page .accordion-wrapper .one-column ul {
  margin-bottom: 1.5rem;
}
.texting-page .accordion-wrapper .one-column {
  padding: 5px 23px 5px 37px;
}
.courses-page .hs_cos_wrapper_type_linked_image img {
  max-width: 768px !important;
  display: block;
  margin-bottom: 42px;
}

.tips-page .row2-team-member .hs-button {
  text-decoration: none;
}
.courses-page .row2-team-member h2 {
  line-height: 58px;
  margin: 0 0 1.5rem;
}

.courses-page .second-col h2+p {
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  text-transform: inherit;
  margin-bottom: 1.5rem !important;
}

.team-member-page.courses-page  .second-col .hs_cos_wrapper_type_rich_text {
  padding: 0;
}
.emergency-wrapper .button-wrapper a {
  text-decoration: none;
}
.job-page .row2-team-member .span9 h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 58px;
  margin: 0 0 1.5rem;
}

.job-page .row2-team-member .span9  ul {
  margin-bottom: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 44px;
}

.job-page .row2-team-member .span9 ul li {
  padding-left: 2em;
  text-indent: 0em;
}

.job-page .row2-team-member .span9  ul li:before {
  content: "• ";
  color: #d91f2a;
  margin-left: -25px;
  position: absolute;
  font-size: 34px;
}
ul.accordion > li {
  padding: 0 !important;
}

ul.accordion > li:before {
  display: none;
}
.row2-team-member .span9 ul li {
  position: relative;
}
.accordion-wrapper .show a.toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.job-page .row2-team-member .span3 h6 {
  margin-bottom: 1.5rem;
  margin-top: 40px;
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

.job-page .row2-team-member .span3 h6 + p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.job-page .row2-team-member .span3 h6 + p a:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 7px;
  color: #cccccc;
}

.job-page ul.accordion {
  padding: 0 1.5rem !important;
}

.team-member-page.job-page  .second-col .hs_cos_wrapper_type_rich_text {
  padding-bottom: 10px;
}
.job-page .accordion-wrapper .inner-item {
  padding: 10px 20px 10px;
}
.who-we-serve-page .row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 2px;
  margin-bottom: 1.5rem;
}

.who-we-serve-page .second-col .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.who-we-serve-page  .accordion-wrapper {
  padding: 0 1.5rem;
}
.who-we-serve-page .row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 2px;
  margin-bottom: 1.5rem;
}

.who-we-serve-page .second-col .dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}


.who-we-serve-page .accordion-wrapper .inner-item {
  padding: 10px 20px 30px;
  padding-top: 27px;
}

.who-we-serve-page .accordion-wrapper .inner-item ul {
  width: 50%;
  float: left;
  padding-right: 1.5rem;
}
.who-we-serve-page .accordion-wrapper .inner-item ul {
  padding-left: 2.1rem;
}
.who-we-serve-page .accordion-wrapper .inner-item {
  padding-bottom:34px;
}
.who-we-serve-page .accordion-wrapper .one-column.two-column ul li {
  padding-left: 30px;
  text-indent: 0em;
  line-height: 22.5px;
}

.who-we-serve-page .accordion-wrapper .one-column.two-column ul li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.who-we-serve-page .accordion-wrapper .one-column ul li:before {
  margin-top: 0.;
}

.who-we-serve-page .accordion-wrapper .one-column.two-column {
  padding-left: 33px;
}

.who-we-serve-page .accordion-wrapper .one-column.two-column ul {
  column-count: 1;
}

.who-we-serve-page .accordion-wrapper .one-column.two-column:after,
.who-we-serve-page .accordion-wrapper .one-column.two-column:before {
  content: '';
  display: table;
  clear: both;
}

.who-we-serve-page .accordion-wrapper .inner-item ul a {
  text-decoration: none;
}

.who-we-serve-page .accordion-wrapper .one-column.two-column ul:last-child {
  padding-left: 7px;
}
.who-we-serve-page .accordion-wrapper .one-column ul:not(:last-child) {
  margin-bottom: 0;
}

.who-we-serve-page .row2-team-member .span9 ul li:last-child .one-column {
  padding: 0;
}

.who-we-serve-page .row2-team-member .span9 ul li:last-child .inner-item {
  padding: 10px 20px 30px;
}
.who-we-serve-page .accordion-wrapper .one-column.two-column ul li a:hover {
  color: #0e4983;
  text-decoration: underline;
}
.who-we-serve-page .one-column,
.who-we-serve-page .one-column p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.job-page .row2-team-member .span3 h6+p a:hover {
  text-decoration: none;
  color: #55acee !important;
}
.job-page .row2-team-member .span9 .accordion ul li a:hover {
  color: #0e4983;
}
.faq-page .row2-team-member .hs-button {
  text-decoration: none;
}
.who-we-serve-page .row2-team-member .span9 .accordion-wrapper  ul li:last-child {
  margin-bottom: 0;
}
.signup-wrapper .button-wrapper a {
  text-decoration: none;
}
.job-page .row2-team-member .span9 .accordion-wrapper ul.accordion li:last-child {
  margin-bottom: 0;
}
.job-page .row2-team-member .span9 .accordion-wrapper ul.accordion {
  margin: 0;
}
.who-we-serve-page .row2-team-member .span9 .accordion-wrapper ul li:last-child a:hover {
  color: #0e4983;
  text-decoration: none;
}
.team-page.team-member-page .second-col .row2-team-member .span9 {
  padding: 0 !important;
}
.program-page .second-col img {
  max-width: 768px !important;
  width: 100%;
}
.program-page .second-col img {
  display: block;
}
.program-page .row2-team-member .hs-button {
  padding-left: 35px;
  padding-right: 35px;
}
.program-page .second-col .hs_cos_wrapper_type_rich_text h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 58px;
  margin: 0px 0 1.5rem;
}
.program-page  .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
  margin: 0;
}
.banner-wrapper .cm-col-lg-6 h1.gap {
  margin: 5px 20px 5px 0;
}
.program-page ul.accordion>li:last-child {
  margin-bottom: 0;
}
.contact-page .row2-team-member .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 60px 0;
}
.contact-page .row2-team-member .span9 ul li {
  padding-left: 1.1em;
  text-indent: 0em;
  margin: 0 0 0.5rem;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.contact-page .row2-team-member .span9 ul li:first-child {
  margin-bottom: 2rem !important;
}
.kari-law-page .row2-team-member .hs_cos_wrapper_type_rich_text ul,
.contact-page .row2-team-member .span9 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.kari-law-page .row2-team-member .hs_cos_wrapper_type_rich_text ul li:before,
.contact-page .row2-team-member .span9 ul li:before {
  content: "• ";
  color: rgb(217, 31, 42);
  margin-left: -25px;
  position: absolute;
  font-size: 34px;
}
.kari-law-page .row2-team-member .hs_cos_wrapper_type_rich_text ul li {
  padding-left: 2em;
  text-indent: 0em;
  margin-bottom: 30px;
}
.kari-law-page .row2-team-member  h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 58px;
  margin: 32px 0 1.5rem;
}
.who-we-are-page h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 58px;
  margin-bottom: 1.5rem;
}

.who-we-are-page .row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 1.5rem;
}

.who-we-are-page .accordion-wrapper a.toggle {
  margin: 0;
}

.who-we-are-page .accordion-wrapper {
  margin-bottom: 41px;
}
.informes-de-servicios-públicos,
.utility-reports {
  display: none !important;
}
.who-we-are-page .row2-team-member .hs_cos_wrapper_type_rich_text p:last-child p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.who-we-are-page .row2-team-member h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.who-we-are-page .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
  margin: 0;
}


.who-we-are-page .row2-team-member img {
  display: block;
  margin-bottom: 1.5rem;
}

.who-we-are-page .accordion-wrapper .inner-item {
  padding-top: 26px;
}
.row1-home  .dnd-section {
  padding-top: 136px;
  padding-bottom: 117px;
}
.row2-home .dnd-section {
  padding-bottom: 111px;
}


.who-we-serve-page .accordion-wrapper {
  padding: 0;
}






/*-----tabber Css------*/

.w-tabs-list {
  position: relative;
  overflow: hidden
}

.w-tabs-item {
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer
}

.w-tabs-item.active,.w-tabs-item.active .w-tabs-item-h {
  cursor: default
}

.w-tabs-item-h {
  display: block;
  padding: 1em 1.5em;
  color: inherit !important
}

.w-tabs-item i {
  line-height: inherit;
  vertical-align: top
}

.w-tabs-item-title:empty {
  display: none
}

.w-tabs-sections {
  position: relative;
  overflow: hidden
}

.w-tabs-sections-h {
  height: inherit
}

.w-tabs-section {
  display: none;
  float: left
}

.w-tabs.initialized .w-tabs-section,.w-tabs-section.active {
  display: block
}

.w-tabs-section-header {
  display: none;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5rem;
  white-space: nowrap;
  cursor: pointer
}

.w-tabs-section.color_custom .w-tabs-section-header,.w-tabs-section:not(.active) .w-tabs-section-header {
  color: inherit !important
}

.w-tabs-section-header i {
  line-height: inherit;
  vertical-align: top
}

.w-tabs-section-title {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
  white-space: normal;
  margin-bottom: 0 !important;
  padding: 0 !important
}

.w-tabs-section-title:empty {
  display: none
}

.w-tabs-section-control {
  position: absolute
}

.w-tabs-section-content-h {
  margin: 0 auto
}

.w-tabs.accordion .w-tabs-list {
  display: none !important
}

.w-tabs.accordion .w-tabs-sections {
  overflow: visible
}

.w-tabs.accordion .w-tabs-section {
  float: none
}

.w-tabs.accordion .w-tabs-section-header {
  display: block
}

.w-tabs.accordion .w-tabs-section-content {
  display: none
}

.w-tabs.accordion .w-tabs-section.active .w-tabs-section-content {
  display: block
}

.w-tabs.measure .w-tabs-list {
  width: 100% !important
}

.w-tabs.measure .w-tabs-list-h {
  display: block !important
}

.w-tabs.measure .w-tabs-item {
  float: left !important;
  width: auto !important
}

.w-tabs.layout_ver.measure .w-tabs-sections {
  width: 0 !important
}

.w-tabs.layout_ver.measure .w-tabs-section-content {
  display: block !important;
  height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  min-width: 12rem
}

.w-tabs.layout_ver.measure .w-tabs-section.active .w-tabs-section-content {
  height: auto;
  margin-bottom: 0
}

.w-tabs.autoresize .w-tabs-sections {
  height: auto !important
}

.w-tabs.autoresize .w-tabs-sections-h {
  position: static !important
}

.w-tabs.autoresize .w-tabs-section {
  display: none
}

.w-tabs.autoresize .w-tabs-section.active {
  position: relative;
  display: block
}

.w-tabs-section.no_indents .w-tabs-section-content,.w-tabs-section.no_indents .w-tabs-section-content-h {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none
}
.w-tabs.title_left,.w-tabs.title_right {
  padding: 0 !important
}

.w-tabs.layout_default .w-tabs-list-h {
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: inherit
}

.w-tabs.layout_default .w-tabs-item {
  flex: 1 1 50%;
  transition: color 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.w-tabs.layout_default .w-tabs-item-h {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.w-tabs.layout_default .w-tabs-item i {
  opacity: 0.66;
  transition: opacity 0.3s
}

.w-tabs.layout_default .w-tabs-item-title {
  text-transform: uppercase;
  opacity: 0.66;
  transition: opacity 0.3s
}

.w-tabs.layout_default .w-tabs-item.active i,.w-tabs.layout_default .w-tabs-item.active .w-tabs-item-title,.no-touch .w-tabs.layout_default .w-tabs-item:hover i,.no-touch .w-tabs.layout_default .w-tabs-item:hover .w-tabs-item-title {
  opacity: 1
}

.w-tabs-item.with_icon i + .w-tabs-item-title,.w-tabs-item.with_icon .w-tabs-item-title + i {
  margin-left: 12px
}

.w-tabs-list-bar {
  position: absolute
}

.w-tabs.layout_default .w-tabs-list-bar {
  left: 0;
  bottom: 0;
  height: 2px
}

.w-tabs.accordion .w-tabs-section {
  border-style: solid;
  border-width: 1px 0 0 0
}

.w-tabs.accordion .w-tabs-section:last-child {
  border-bottom-width: 1px
}

.w-tabs.accordion .w-tabs-section.color_custom {
  border-color: transparent
}

.w-tabs-section-header {
  padding: 20px;
  transition: background-color 0.3s, color 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.no-touch .w-tabs.accordion .w-tabs-section-header:hover {
  background-color: rgba(0,0,0,0.04)
}

.w-tabs-section.color_custom.active .w-tabs-section-header {
  color: inherit !important
}

.w-tabs-section-title {
  color: inherit
}

.w-tabs.iconpos_left .with_icon .w-tabs-section-title {
  max-width: calc(100% - 40px)
}

.w-tabs-section.with_icon i + .w-tabs-section-title,.w-tabs-section.with_icon .w-tabs-section-title + i {
  margin-left: 15px
}

.w-tabs-section-control {
  top: 50%;
  font-size: 28px;
  font-family: 'Material Icons';
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  text-align: center;
  transition: transform 0.3s;
  transform: rotate(0deg)
}

.w-tabs-section.active .w-tabs-section-control {
  transform: rotate(180deg)
}

.w-tabs-section-content-h {
  padding-top: 30px
}

.w-tabs.accordion .w-tabs-section-content-h {
  padding: 10px 20px 30px
}

.w-tabs.icon_chevron .w-tabs-section-control:before {
  content: 'keyboard_arrow_down';
  vertical-align: top
}

.w-tabs.icon_plus .w-tabs-section-control:before {
  content: 'add';
  vertical-align: top
}

.w-tabs.icon_triangle .w-tabs-section-control:before {
  content: 'arrow_drop_down';
  vertical-align: top
}

.w-tabs.icon_none .w-tabs-section-control {
  display: none
}

.w-tabs.iconpos_right .w-tabs-section-control {
  right: 15px
}

.w-tabs.iconpos_right .w-tabs-section-header-h {
  padding-right: 40px
}

.w-tabs.iconpos_left .w-tabs-section-control {
  left: 15px
}

.w-tabs.iconpos_left .w-tabs-section-header-h {
  padding-left: 40px
}

.w-tabs.accordion.title_center .w-tabs-section-header {
  text-align: center
}

.w-tabs.accordion.title_center .w-tabs-section-header-h {
  padding: 0
}

.w-tabs.accordion.title_center .with_icon .w-tabs-section-title {
  max-width: calc(100% - 70px)
}

.w-tabs.accordion.title_center .w-tabs-section-control {
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin: 0 0 0 10px
}

.w-tabs.accordion.title_right .w-tabs-section-header {
  text-align: right
}

.w-tabs.layout_ver {
  display: table;
  width: 100%
}

.w-tabs.layout_ver .w-tabs-list {
  display: table-cell;
  vertical-align: top;
  overflow: visible;
  border-right-width: 1px;
  border-right-style: solid
}

.w-tabs.layout_ver .w-tabs-item {
  float: none
}

.w-tabs.layout_ver .w-tabs-item-h {
  position: relative;
  z-index: 1
}

.w-tabs.layout_ver .w-tabs-item i {
  opacity: 0.66;
  transition: opacity 0.3s
}

.w-tabs.layout_ver .w-tabs-item-title {
  text-transform: uppercase;
  padding-top: 0 !important;
  opacity: 0.66;
  transition: opacity 0.3s
}

.w-tabs.layout_ver .w-tabs-item.active i,.w-tabs.layout_ver .w-tabs-item.active .w-tabs-item-title,.no-touch .w-tabs.layout_ver .w-tabs-item:hover i,.no-touch .w-tabs.layout_ver .w-tabs-item:hover .w-tabs-item-title {
  opacity: 1
}

.w-tabs.layout_ver .w-tabs-list-bar {
  right: -1px;
  width: 2px
}

.w-tabs.layout_ver .w-tabs-sections {
  display: table-cell;
  vertical-align: top
}

.w-tabs.layout_ver .w-tabs-section {
  float: none;
  padding-left: 40px
}

.w-tabs.layout_ver .w-tabs-section-content-h,.w-tabs.layout_ver .w-tabs-section.no_indents {
  padding: 0 !important
}

.w-tabs.layout_ver .w-image img.size-full,.w-tabs.layout_ver .w-image img.size-large {
  width: 100%
}

.w-tabs.layout_ver.navpos_right {
  direction: rtl
}

.w-tabs.layout_ver.navpos_right .w-tabs-list {
  direction: ltr;
  border-right-width: 0;
  border-left-width: 1px;
  border-left-style: solid
}

.w-tabs.layout_ver.navpos_right .w-tabs-list-bar {
  left: -1px;
  right: auto
}

.w-tabs.layout_ver.navpos_right .w-tabs-section {
  direction: ltr;
  padding-left: 0;
  padding-right: 40px
}

.w-tabs.layout_ver.title_left .w-tabs-item {
  text-align: left
}

.w-tabs.layout_ver.title_right .w-tabs-item {
  text-align: right
}

.w-tabs.layout_ver.navwidth_auto .w-tabs-list {
  width: 0
}

.w-tabs.layout_ver.navwidth_auto .w-tabs-item {
  white-space: nowrap
}

.w-tabs.layout_ver.navwidth_auto .w-tabs-sections {
  width: 100%
}

.w-tabs.layout_ver.navwidth_10 .w-tabs-list {
  width: 10%
}

.w-tabs.layout_ver.navwidth_10 .w-tabs-sections {
  width: 90%
}

.w-tabs.layout_ver.navwidth_20 .w-tabs-list {
  width: 20%
}

.w-tabs.layout_ver.navwidth_20 .w-tabs-sections {
  width: 80%
}

.w-tabs.layout_ver.navwidth_30 .w-tabs-list {
  width: 30%
}

.w-tabs.layout_ver.navwidth_30 .w-tabs-sections {
  width: 70%
}

.w-tabs.layout_ver.navwidth_40 .w-tabs-list {
  width: 40%
}

.w-tabs.layout_ver.navwidth_40 .w-tabs-sections {
  width: 60%
}

.w-tabs.layout_ver.navwidth_50 .w-tabs-list,.w-tabs.layout_ver.navwidth_50 .w-tabs-sections {
  width: 50%
}

.w-tabs.layout_ver.accordion {
  display: block
}

.w-tabs.layout_ver.accordion .w-tabs-sections {
  display: block;
  width: 100% !important
}

.w-tabs.layout_ver.accordion .w-tabs-section {
  padding: 0 !important
}

.w-tabs.layout_timeline .w-tabs-list {
  overflow: visible
}

.w-tabs.layout_timeline .w-tabs-list:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 1px;
  right: 1px;
  height: 1px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-color: inherit
}

.w-tabs.layout_timeline .w-tabs-list-h {
  display: flex;
  justify-content: space-between
}

.w-tabs.layout_timeline .w-tabs-item {
  line-height: 80px;
  height: 80px;
  width: 80px;
  min-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.w-tabs.layout_timeline .w-tabs-item.active {
  color: #fff
}

.no-touch .w-tabs.layout_timeline .w-tabs-item:hover {
  box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
  color: #fff
}

.w-tabs.layout_timeline .w-tabs-item-h {
  padding: 0
}

.w-tabs.layout_timeline .w-tabs-item.with_icon .w-tabs-item-title {
  display: none
}

.w-tabs.layout_timeline.accordion .w-tabs-section {
  border: none
}

.w-tabs.layout_timeline.accordion .w-tabs-section-header {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 80px;
  background-color: transparent !important
}

.w-tabs.layout_timeline .w-tabs-section:first-child .w-tabs-section-header {
  padding-top: 0
}

.w-tabs.layout_timeline .w-tabs-section-header:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  border-left-width: 1px;
  border-left-style: dashed
}

.w-tabs.layout_timeline .w-tabs-section-header-h {
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 80px;
  padding: 0;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h {
  box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
  color: #fff
}

.w-tabs.layout_timeline .w-tabs-section-title {
  white-space: inherit;
  color: inherit;
  max-width: none
}

.w-tabs.layout_timeline .w-tabs-section-control,.w-tabs.layout_timeline .w-tabs-section.with_icon .w-tabs-section-title {
  display: none
}

.w-tabs.layout_timeline.accordion .w-tabs-section-content {
  padding: 60px 20px 20px;
  margin-top: -40px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
  background: rgba(255,255,255,0.12)
}

.w-tabs.layout_timeline.accordion .w-tabs-section-content-h {
  padding: 0
}
header.header {
  z-index: 9999 !important;
}
.who-we-serve-page .row2-team-member .span9 ul li:last-child .inner-item a:hover {
  text-decoration: underline;
}

.who-we-serve-page .row2-team-member .span9 ul li:last-child .inner-item a {
  text-decoration: none;
}

/**********************
***** AGENDA MINUTES
**********************/


@media (min-width: 768px){
  .vc_col-sm-6 {
    width: 50%;
    float: left;
  }
  .vc_col-sm-3 {
    width: 25%;
    float: left;
  }
}

.agenda .l-section-h {
  padding: 60px 0;
}

.agenda-headtext {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.agenda-tabs .w-tabs-item.active {
  background-color: #d91f2a;
  border-radius: 5px 5px 0 0;
  margin-right: 1px;
}

.agenda-tabs .w-tabs-item {
  background-color: #e5ebf1;
  border-radius: 5px 5px 0 0;
  margin-right: 1px;
}

.agenda-tabs .w-tabs-item.active .w-tabs-item-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.agenda-tabs .w-tabs-item .w-tabs-item-title {
  color: #0e4983;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.agenda-tabs.w-tabs.layout_default .w-tabs-list-h {
  display: block;
}

.agenda-tabs .w-tabs-item-h {
  padding: 1em 31px;
}

.agenda-tabs.w-tabs.layout_default .w-tabs-item-title {
  opacity: 1;
}

.agenda-tabs.w-tabs.layout_default .w-tabs-list-h {
  border: 0;
}

.agenda-tabs .w-tabs-list-bar {
  display: none;
}

.agenda-tabs .w-tabs-section-content-h{
  padding: 0;
}

.agenda-tabs .w-tabs-section-content-h .agenda-tabs-heading {

  padding: 0;
}
.agenda-tabs .w-tabs-section-content-h .agenda-tabs-heading .wpb_column {
  background-color: #d91f2a;
}
.agenda-tabs .agenda-tab-head {
  padding-left: 20px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase; 
}

.agenda-tabs .w-tabs-section-content-h .agenda-tabs-heading .wpb_column {
  border-right: 1px solid rgb(255, 255, 255, 0.2);
  padding: 14px 0;
}

.agenda-tabs .agenda-tab-date {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.agenda-tabs .agenda-tab-details .agenda-date-border .vc_column-inner {
  border: 1px solid #e5ebf1;
  margin-left: 1.5rem;
  border-top: 0;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
}
.program-page .accordion-wrapper .inner-item ul li a:hover {
  color: #0e4983 !important;
}
.agenda-tabs .agenda-tab-details:hover {
  background-color: #fcf4e2;
}

.agenda-tabs .agenda-tab-agenda a {
  color: #0e4983;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin-left: 20px;
}
.agenda-tabs .agenda-tab-agenda a:hover {
  color: #0e4983;
}

.agenda-tabs .agenda-tab-agenda a:before {
  position: absolute;
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-left: -20px;
  color: #0e4983;
}

.agenda-tabs .agenda-tab-agenda.empty a:before {
  display: none;  
}

.agenda-tabs .agenda-tab-minutes a {
  color: #0e4983;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin-left: 20px;
}

.agenda-tabs .agenda-tab-minutes a:hover {
  color: #0e4983;
}

.agenda-tabs .agenda-tab-minutes a:before {
  position: absolute;
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-left: -20px;
  color: #0e4983;
}
.agenda-tabs .agenda-tab-minutes.empty a:before {
  display: none;  
}
.breadcrumb .menu_breadcrumb.clearfix ul>li.last-crumb>span {
  color: #424242;
}
.agenda-tabs .agenda-tab-details .agenda-data-border .vc_column-inner {
  border-bottom: 1px solid #e5ebf1;
  border-right: 1px solid #e5ebf1;
  margin-right: 1.5rem;
}

.agenda-tabs .agenda-tab-details .agenda-data-border .vc_column-inner {
  border-bottom: 1px solid #e5ebf1;
  border-right: 1px solid #e5ebf1;
  margin-right: 1.5rem;
}

.agenda-tabs .agenda-tab-details .agenda-data-border.new .vc_column-inner {
  border-bottom: 1px solid #e5ebf1;
  border-right: 1px solid #e5ebf1;
  margin-right: 0;
}

.agenda-tabs .agenda-tab-details .agenda-data-border-last .vc_column-inner {
  border-bottom: 1px solid #e5ebf1;
  border-right: 1px solid #e5ebf1;
  margin-right: 0;
}
.agenda-tabs .agenda-tab-agenda.canceled,
.agenda-tabs .agenda-tab-agenda.canceled,
.agenda-tabs .agenda-tab-agenda.canceled a, 
.agenda-tabs .agenda-tab-minutes.canceled a {
  color: #d91f2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin-left: 20px;
}
.agenda-tabs .agenda-tab-agenda.canceled p:before,
.agenda-tabs .agenda-tab-agenda.canceled p:before,
.agenda-tabs .agenda-tab-agenda.canceled a:before, 
.agenda-tabs .agenda-tab-minutes.canceled a:before {
  position: absolute;
  content: "\f057";
  font-family: "FontAwesome";
  margin-left: -20px;
  color: #d91f2a;
}


.agenda-tabs .agenda-tab-head p {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.w-tabs.layout_default .w-tabs-item-h {
  text-decoration: none;
  line-height: 1.5;
}
.w-tabs-sections .wpb_wrapper {
  min-height: 40px;
}

.w-tabs.layout_default .w-tabs-item-h:hover {
  text-decoration: underline;
}

.agenda-tabs .agenda-tab-details .agenda-date-border .vc_column-inner {
  margin: 0;
}
.agenda-tabs .agenda-tab-details:hover {
  background-color: #fcf4e2;
}
.wpb_text_column.agenda-tab-date p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 1.5rem;
}

.wpb_text_column.agenda-tab-agenda p {
  margin: 0;
  padding: 0 1.5rem;
}

.wpb_text_column.agenda-tab-minutes p {
  margin: 0;
  padding: 0 1.5rem;
}
.agenda-tab-details a:hover {
  text-decoration: none;
}

.wpb_text_column.agenda-tab-date p a {
  text-decoration: none;
}

.cm-managers-wrapper .cm-row .managers-column a.bom-manager-bio:hover {
  color: #528cc5 !important;
  text-decoration: none;
}
.w-tabs-sections a {
  text-decoration: none;
}
.agenda-tab-minutes a:hover,
.agenda-tab-agenda.wpb_text_column a:hover {
  text-decoration: underline;
}

.agenda-tab-details:hover {
  background-color: #fcf4e2;
}
.who-we-are-page .row2-team-member h5 {
  color: #424242;
}


.ripple-container {
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  z-index: 0 !important;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none
}

.ripple {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  background-color: #fff;
  pointer-events: none
}

.ripple.ripple-on {
  transition: opacity 0.15s ease-in, transform 0.45s cubic-bezier(.4,0,.2,1) 0.1s;
  opacity: 0.13
}

.ripple.ripple-out {
  transition: opacity 0.2s linear !important;
  opacity: 0 !important
}

.w-btn.color_light.style_raised .ripple.ripple-on {
  opacity: 0.1
}

.w-nav-anchor.level_1 .ripple.ripple-on {
  opacity: 0.06
}

.w-btn.style_flat .ripple.ripple-on,.l-header .w-nav-anchor.level_2 .ripple.ripple-on,.l-header .w-nav-anchor.level_3 .ripple.ripple-on,.l-header .w-nav-anchor.level_4 .ripple.ripple-on {
  opacity: 0.08
}

.g-filters-item .ripple.ripple-on,.w-tabs.layout_ver .w-tabs-item .ripple.ripple-on,.w-tabs.layout_default .w-tabs-item .ripple.ripple-on {
  opacity: 0.5
}

button.w-btn.color_white.style_raised .ripple,a.w-btn.color_white.style_raised .ripple,.w-blog-post a.w-btn.w-blog-post-more .ripple {
  background-color: #bbb
}

.l-section.color_primary .g-filters-item .ripple,.l-section.color_primary .w-tabs-item .ripple,.l-section.color_secondary .g-filters-item .ripple,.l-section.color_secondary .w-tabs-item .ripple,.l-section.color_custom .g-filters-items .ripple,.l-section.color_custom .w-tabs-items .ripple {
  background-color: rgba(255,255,255,0.15)
}

.l-header.transparent .w-nav-anchor.level_1 .ripple,.w-tabs.layout_timeline .w-tabs-item .ripple,.w-btn.color_white.style_flat .ripple {
  background-color: #fff !important
}

.financial-and-utility-reports-wrapper .pdf a {
  text-decoration: none;
}

.financial-and-utility-reports-wrapper .pdf a:hover {
  color: #0e4983;
  text-decoration: underline;
}
.breadcrumb .hs-menu-wrapper>ul li.active>a:hover {
  color: #528cc5 !important;
  text-decoration: none;
}

@media (min-width:680px) and (max-width:767px){
  .utility-page .agenda-tabs .w-tabs-section-content-h .agenda-tabs-heading {
    display: flex;
  }
}
@media(min-width:680px){
  .utility-page .agenda-tabs  .vc_col-sm-6.vc_col-sm-9.wpb_column.vc_column_container {
    width: 75%;
  }
}
@media(max-width:767px){
  .w-tabs-section-content .vc_col-sm-6.vc_col-sm-9 {
    width: 100%;
  }
}

@media(max-width:576px){
  .w-tabs-section-control {
    top: 50%;
    font-size: 28px;
    font-family: 'Material Icons';
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    text-align: center;
    transition: transform 0.3s;
    transform: rotate(0deg);
    right: 15px;
    color: #d91f2a;
    left: 8px;
  }
  .w-tabs.iconpos_right .w-tabs-section-header-h {
    padding-right: 40px;
    padding-left: 40px;
  }
  .w-tabs.accordion .w-tabs-section-header {
    display: block;
    padding: 15px 20px;
  }
  .w-tabs.accordion .w-tabs-section-header {
    display: block;
    padding: 15px 20px;
    font-size: 16px!important;
    line-height: 24px;
    color: #000000;
  }
  .w-tabs.accordion .w-tabs-section-content-h {
    padding: 10px 0px 30px;
  }
}
@media (max-width: 1200px){
  nav.language-drop.has_switer ul.lang_list_class {
    left: auto !important;
    margin-left: 0 !important;
    right: 0 !important;
  }
}
.w-tabs.layout_default .w-tabs-item-h:focus {
  color: #fff !important;
}


.home-page-slider .slick-initialized .slick-slide:nth-child(5).bg:after,
.home-page-slider .slick-initialized .slick-slide:nth-child(5) .bg:before,
.home-page-slider .slick-initialized .slick-slide:nth-child(4).bg :after,
.home-page-slider .slick-initialized .slick-slide:nth-child(4) .bg:before,
.home-page-slider .slick-initialized .slick-slide:first-child .bg:after,
.home-page-slider .slick-initialized .slick-slide:first-child .bg:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.home-page-slider .slick-initialized .slick-slide:first-child .bg:after {
  background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
  mix-blend-mode: darken;
}

.home-page-slider .slick-initialized .slick-slide:first-child .bg{
  justify-content: center;
  text-align: center;
  filter: brightness(1.05) hue-rotate(-10deg);
  background-size: cover;
  background-position: center center;
}

.home-page-slider .slick-initialized .slick-slide:nth-child(4) .bg{
  filter: brightness(1.2) contrast(.9) saturate(1.1);
}

.home-page-slider .slick-initialized .slick-slide:nth-child(4) .bg:after{
  background: radial-gradient(circle,#a6b1ff 50%,#342134);
  mix-blend-mode: multiply;
  opacity: .5;
}


.home-page-slider .slick-initialized .slick-slide:nth-child(5) .bg{
  filter: sepia(.3);
}

.home-page-slider ul.slick-dots li.slick-active span.tp-bullet-title {
  background: #fff !important;
}

.home-page-slider ul.slick-dots li.slick-active span.tp-bullet-title:after {
  border-color: rgba(255,255,255,1) transparent transparent transparent;
}
.home-page-slider .slick-initialized .slick-slide:nth-child(5) .bg:after{
  background: radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
  mix-blend-mode: color-burn;
}
.slick-initialized .slick-slide:nth-child(5) .bg:before {
  background: radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
  mix-blend-mode: color-burn;
}
.bg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}


.home-page-slider .slick-initialized .slick-slide:nth-child(4) .bg:before {
  background: radial-gradient(circle,#a6b1ff 50%,#342134);
  mix-blend-mode: multiply;
  opacity: .5;
}
/*-------------end----------*/
@media (max-width: 1024px) and (min-width:768px){

  html[lang="es"] .home-page-slider .content-section, 
  html[lang="es"] .home-page-slider .content-section h2 {
    white-space: normal;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    min-width: auto;
    max-width: 956px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px){
  .row1-home .dnd-section {
    padding-bottom: 69px;
    padding-top: 166px;
  }

}
@media (max-width: 991px){
  .row3-team-member .dnd-section {
    padding: 20px 0;
  }
  .team-member-page.faq-page .row2-team-member .row-fluid {
    flex-wrap: wrap;
  }
  .team-member-page.faq-page .row2-team-member .span3, 
  .team-member-page.faq-page .second-col .row2-team-member .span9 .span9 {
    width: 100%;
  }
  .row2-team-member.faq-page .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
    padding-top: 30px !important;
  }
  .team-member-page.faq-page .second-col .span9 .span9 .hs_cos_wrapper_type_rich_text p {
    margin-top: 26px;
    margin-bottom: 13px;
  }
  .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
    margin: 0;
  }
  .rermergency-page .breadcrumb {
    display: none;
  }
  .tips-page .row2-team-member .span9 ul li {
    font-size: 16px;
  }
  .tips-page.team-member-page .second-col .hs_cos_wrapper_type_rich_text {
    padding-bottom: 10px;
  }
  .tips-page .row2-team-member .hs-button {
    margin-bottom: 33px;
    padding: 16px 35px;
  }
  .tips-page .video-wrapper {
    margin-bottom: 23px;
  }
  .tips-page .row2-team-member .hs_cos_wrapper_type_rich_text p:last-child {
    font-size: 16px;
  }
  .team-member-page.program-page .second-col .hs_cos_wrapper_type_rich_text {
    display: block;
    padding-bottom: 20px;
  }
  .team-member-page.program-page  .accordion-wrapper {
    margin-bottom: 23px;
  }
  .team-member-page.program-page .video-wrapper {
    margin: 0px 0 0;
    padding: 0;
  }
  .who-we-serve-page  .accordion-wrapper {
    padding: 0 1.5rem;
  }
  .job-page .row2-team-member .span9 .accordion-wrapper ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .who-we-serve-page .second-col .dnd-section {
    padding-bottom: 54px;
    padding-top: 54px;
  }
  .who-we-serve-page .accordion-wrapper {
    padding: 0;
    margin-top: 1rem;
  }
  .who-we-serve-page .accordion-wrapper {
    margin-bottom: 1.2rem;
  }
  .who-we-serve-page.team-member-page .row2-team-member .span3 {
    margin-bottom: 0;
  }
  .team-member-page.faq-page .second-col .row2-team-member .span9 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .job-page ul.accordion {
    padding: 0 !important;
  }

}
@media (max-width: 991px){
  .system-sign-up-page .signup-wrapper {
    display: none;
  }
}
@media (max-width: 680px){
  .w-tabs.accordion .w-tabs-section {
    border-color: #e0e0e0;
  }
}
@media (max-width: 600px){
  .row3-team-member .dnd-section {
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .emergency-page .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
    margin: 0 -1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1279px){
  .team-member-page .row2-team-member .span3, .team-member-page .row2-team-member .span6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .member-details {
    margin: 1em 0;
  }
}
@media (min-width: 992px) and (max-width: 1050px){
  .breadcrumb .menu_parent.clearfix .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 16px !important;
  }
}
@media (min-width: 679px) and (max-width: 767px){
  .agenda-tabs .w-tabs-section-content-h .agenda-tabs-heading .wpb_column {
    width: 33%;
    float: left;
  }

  .agenda-tab-details  .vc_col-sm-6.vc_col-sm-9 {
    width: 50%;
  }

  .g-cols.wpb_row.type_default.valign_top.vc_inner.agenda-tab-details.clearfix {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .team-member-page .row2-team-member .span3, .team-member-page .row2-team-member .span6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .member-details {
    margin: 1em 0;
  }
  .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper > .row-fluid > div {
    width: 100%;
  }
  .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid {
    flex-wrap: wrap;
  }
  .team-member-page.faq-page .second-col .row2-team-member .span9 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

}
@media (max-width: 767px){
  .first-col .breadcrumb {
    display: none;
  }
  .team-member-page .second-col .row2-team-member .span9 {
    width: 100%;
    padding:0 !important;
  }
  .second-col .row2-team-member .span9 {
    width: 100%;
    padding:0 !important;
  }
  .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper {
    margin: 0;
  }
  .team-member-page.faq-page .second-col .hs_cos_wrapper_type_rich_text {
    display: block;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .team-member-page.faq-page  .accordion-wrapper ul.accordion li:first-child a {
    margin-top: 10px;
  }
  .faq-page  .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
    margin: 0;
    padding-top: 45px!important;
  }
  .team-member-page.faq-page .second-col .span9 .span9 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 31px;
    margin-top: 40px;
  }
  .team-member-page.faq-page .second-col p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .team-member-page.faq-page .second-col .hs_cos_wrapper_type_rich_text p {
    line-height: 30px;
  }
  .team-member-page.faq-page .second-col p {
    margin-bottom: 1.5rem;
    padding: 0;
  }
  .courses-page .second-col .row2-team-member .span9, 
  .courses-page.team-member-page .second-col .row2-team-member .span9 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .courses-page .team-member-page.faq-page .second-col p {
    font-size: 18px;
  }
  .courses-page .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 34px;
  }
  .job-page .row2-team-member .span9 h2 {
    margin-bottom: 1rem;
  }
  .job-page .row2-team-member .span9 ul {
    margin: 0 0 32px;
  }
  .job-page ul.accordion {
    padding: 0 !important;
  }
  .job-page .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
    margin: 0;
    padding-top: 0 !important;
  }

  .team-member-page.job-page  .accordion-wrapper ul.accordion li:first-child a {
    margin-top: 0;
  }
  .job-page .row2-team-member .span3 h6 {
    margin-bottom: 1.5rem;
    margin-top: 20px;
  }
  .team-member-page.job-page .second-col .hs_cos_wrapper_type_rich_text p:last-child {
    margin-bottom: 0;
  }
  .team-member-page.faq-page .second-col .row2-team-member .span9 {
    margin-top: 0;
  }
  .advanced-button-wrapper .button-item:not(:first-child) {
    margin-left: 0 !important;
  }
  .program-page .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
    margin: 0;
    padding-top: 0 !important;
  }
  .contact-page .row2-team-member .span9 ul li:first-child {
    margin-bottom: 1rem !important;
  }
  .contact-page .row2-team-member .span9 ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-page .row2-team-member .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 40px 0;
  }
  .contact-detail-wrapper .office-header, .contact-detail-wrapper .phone-number {
    width: 100%;
    margin: 0 0 1rem;
  }
  .who-we-are-page h2 {
    margin-bottom: 1rem !important;
  }
  .row1-home .dnd-section {
    padding-bottom: 59px;
    padding-top: 116px;
  }
}

@media (max-width: 767px){
  .signup-wrapper {
    display: none;
  }
  .tips-page .row2-team-member h2 {
    margin-bottom: 1rem;
  }
  .tips-page .row2-team-member .span9 ul:last-child {
    margin: 0 0 1.8rem;
  }
  .tips-page .row2-team-member .hs-button {
    margin-bottom: 11px;
    padding: 16px 35px;
  }
  .tips-page .second-col .dnd-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tips-page .video-wrapper {
    margin-bottom: 10px;
  }
  .tips-page .row2-team-member .dnd-section>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid>.span9>div:last-child {
    margin: 0;
    padding-top: 5px!important;
  }
  .tips-page.team-member-page .row2-team-member .span3 {
    padding: 0;
  }
  .texting-page .video-wrapper {
    margin-bottom: 10px;
  }
  .team-member-page.texting-page .second-col .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
  }
  .texting-page .video-wrapper {
    margin-top: 0;
  }
  .who-we-serve-page .accordion-wrapper .inner-item ul {
    width: 100%;
    padding: 0;
    margin-top: 1.5em;
  }

  .who-we-serve-page .accordion-wrapper .one-column.two-column {
    padding: 0;
  }

  .who-we-serve-page .accordion-wrapper .inner-item ul:not(:first-child) {
    margin-top: 7px;
    padding-left: 0 !important;
  }
}
@media (max-width: 600px){
  .who-we-serve-page .second-col .dnd-section {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .who-we-serve-page .accordion-wrapper .inner-item ul {
    width: 100%;
    padding: 0;
    margin-top: 1.5em;
  }

  .who-we-serve-page .accordion-wrapper .one-column.two-column {
    padding: 0;
  }

  .who-we-serve-page .accordion-wrapper .inner-item ul:not(:first-child) {
    margin-top: 7px;
    padding-left: 0 !important;
  }
}
@media (max-width: 576px){
  .w-img.ush_image_1 {
    transition: all .3s ease-in-out !important;
  }
  .contact-page .row2-team-member .span9 ul li {
    font-size: 16px;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 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;
  }
}
/* Tabber 2 Module Styles - HTML Table Version */

.agenda-tabs.agenda-tabs-2 .agenda-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.agenda-tabs.agenda-tabs-2 .agenda-table th {
  background-color: #d91f2a;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.agenda-tabs.agenda-tabs-2 .agenda-table th:last-child {
  border-right: none;
}

/* Column widths: 50%, 16.67%, 16.67%, 16.67% */
.agenda-tabs.agenda-tabs-2 .agenda-table th.agenda-header-1,
.agenda-tabs.agenda-tabs-2 .agenda-table td.agenda-date {
  width: 50%;
}

.agenda-tabs.agenda-tabs-2 .agenda-table th.agenda-header-2,
.agenda-tabs.agenda-tabs-2 .agenda-table td.agenda-documents,
.agenda-tabs.agenda-tabs-2 .agenda-table th.agenda-header-3,
.agenda-tabs.agenda-tabs-2 .agenda-table td.agenda-agenda,
.agenda-tabs.agenda-tabs-2 .agenda-table th.agenda-header-4,
.agenda-tabs.agenda-tabs-2 .agenda-table td.agenda-minutes {
  width: 16.6667%;
}

.agenda-tabs.agenda-tabs-2 .agenda-table td {
  padding: 20px;
  border: 1px solid #e5ebf1;
  border-top: 0;
  vertical-align: top;
}

.agenda-tabs.agenda-tabs-2 .agenda-table tr:hover {
  background-color: #fcf4e2;
}

.agenda-tabs.agenda-tabs-2 .agenda-table .date-title {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}

.agenda-tabs.agenda-tabs-2 .agenda-table .date-content {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.agenda-tabs.agenda-tabs-2 .agenda-table a {
  color: #0e4983;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.agenda-tabs.agenda-tabs-2 .agenda-table a:hover {
  color: #0e4983;
  text-decoration: underline;
}

.agenda-tabs.agenda-tabs-2 .agenda-table .agenda-documents a:before {
  content: "\f0f6";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #999;
}

.agenda-tabs.agenda-tabs-2 .agenda-table .agenda-agenda a:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #0e4983;
}

.agenda-tabs.agenda-tabs-2 .agenda-table .agenda-minutes a:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #0e4983;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .agenda-tabs.agenda-tabs-2 .agenda-table,
  .agenda-tabs.agenda-tabs-2 .agenda-table thead,
  .agenda-tabs.agenda-tabs-2 .agenda-table tbody,
  .agenda-tabs.agenda-tabs-2 .agenda-table th,
  .agenda-tabs.agenda-tabs-2 .agenda-table td,
  .agenda-tabs.agenda-tabs-2 .agenda-table tr {
    display: block;
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table tr {
    border: 1px solid #e5ebf1;
    margin-bottom: 10px;
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table td {
    border: none;
    position: relative;
    padding: 0;
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table td:before {
    content: attr(data-label);
    background-color: #d91f2a;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    padding: 14px 20px;
    display: block;
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table .agenda-date:before {
    content: "MEETING DATE";
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table .agenda-documents:before {
    content: "DOCUMENTS";
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table .agenda-agenda:before {
    content: "AGENDA";
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table .agenda-minutes:before {
    content: "MINUTES";
  }

  .agenda-tabs.agenda-tabs-2 .agenda-table td > div,
  .agenda-tabs.agenda-tabs-2 .agenda-table td > a,
  .agenda-tabs.agenda-tabs-2 .agenda-table td > strong {
    padding: 20px;
    display: block;
  }
}
/* TITAN */
#hs_cos_wrapper_dnd_area3-module-2_ > hr {
    display: none !important;
}

/* brilliant mahrketting move to kuler nav item red */
#hs_cos_wrapper_navigation-primary > div > ul > li.hs-menu-item.hs-menu-depth-1.carreras > a,
#hs_cos_wrapper_navigation-primary > div > ul > li.hs-menu-item.hs-menu-depth-1.careers > a {
    color: #da1f2a;
}



/*
 * FOOTER tweaks
 */
.cc_mail-link {
  margin-bottom: 0  !important;
}

span.cc_link-caption {
    display: inline !important;
font-family: Roboto, sans-serif !important;
font-size: 15px !important;
font-weight: 400 !important;
height: auto !important;
line-height: 30px !important;
}

footer.footer {
    background-color: #e5ebf1 !important;
}

.cstm_content-wrapper {
    background-color: #fff !important;
}

.hs-landing-page .banner-wrapper {
  margin-top: 0 !important;
}


/*
 * Add New Footer Social Icon
 */

.footer-row-contact.fukes .cstm_col-2,
.footer-row-contact.fukes .cstm_col-3,
.footer-row-contact.fukes  .cstm_col-4 {
    flex: 1 1 auto; /* Allow columns to grow and shrink */
    min-width: 150px; /* Optional: set a minimum width */
}

.cstm_links-social ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.awcPepperoni .awcWrap {
    margin: 0 auto;
    width: fit-content;    
}

.awcPepperoni a {
    font-size: 18px;
}


.awcPepperoni ul {
    list-style-type: disc; /* Ensure bullets are enabled */
    color: #000; /* Default text color */
}

.awcPepperoni ul {
    margin: 0;
    padding-left: 20px;
}

.awcPepperoni ul li {
    margin: 0;
}

.awcPepperoni ul li::marker {
    color: #d91f2a; /* Set the bullet color */
}



/*
 * Equal box heights
 */
.boxed-wrapper {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .boxed-wrapper {
        flex-direction: row;
    }
}

.boxed-wrapper h2 {
    line-height: 1.2 !important;
}

.boxed-wrapper .boxed-inner {
    display: flex;
}


#ghc911theme23 #hs-link-header_logo_hs_logo_widget .hs-image-widget {
height: 80px !important;
}