/*! 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;
}
.icon,
.nav-head-main ul a[target]:after,
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
.item-nav-sections a[target]:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
  vertical-align: middle;
}

.icon-logo {
  width: 100%;
  max-width: 2.47265625em;
}

.grid {
  margin-left: -1em;
  margin-right: -1em;
}

.clearfix:before,
.pagination:before,
.form-group:before,
.form-container:before,
.item-timeline:before,
.item-timeline .item-timeline-content:before,
.item-dashboard:before,
.item-dashboard-body:before,
.page-core:before,
.home-zone:before,
.page-zone:before,
.page-foot-zone:before,
.service-area-controls:before,
.clearfix:after,
.pagination:after,
.form-group:after,
.form-container:after,
.item-timeline:after,
.item-timeline .item-timeline-content:after,
.item-dashboard:after,
.item-dashboard-body:after,
.page-core:after,
.home-zone:after,
.page-zone:after,
.page-foot-zone:after,
.service-area-controls:after,
.grid:before,
.grid:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.pagination:after,
.form-group:after,
.form-container:after,
.item-timeline:after,
.item-timeline .item-timeline-content:after,
.item-dashboard:after,
.item-dashboard-body:after,
.page-core:after,
.home-zone:after,
.page-zone:after,
.page-foot-zone:after,
.service-area-controls:after,
.grid:after {
  clear: both;
}

.unit1-xs,
.unit2-xs,
.unit3-xs,
.unit4-xs,
.unit5-xs,
.unit6-xs,
.unit7-xs,
.unit8-xs,
.unit9-xs,
.unit10-xs,
.unit11-xs,
.unit12-xs,
.unit1-sm,
.unit2-sm,
.unit3-sm,
.unit4-sm,
.unit5-sm,
.unit6-sm,
.unit7-sm,
.unit8-sm,
.unit9-sm,
.unit10-sm,
.unit11-sm,
.unit12-sm,
.unit1-md,
.unit2-md,
.unit3-md,
.unit4-md,
.unit5-md,
.unit6-md,
.unit7-md,
.unit8-md,
.unit9-md,
.unit10-md,
.unit11-md,
.unit12-md,
.unit1-lg,
.unit2-lg,
.unit3-lg,
.unit4-lg,
.unit5-lg,
.unit6-lg,
.unit7-lg,
.unit8-lg,
.unit9-lg,
.unit10-lg,
.unit11-lg,
.unit12-lg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 1px;
  padding-left: .5rem;
  padding-right: .5rem;
}

.unit1-xs,
.unit2-xs,
.unit3-xs,
.unit4-xs,
.unit5-xs,
.unit6-xs,
.unit7-xs,
.unit8-xs,
.unit9-xs,
.unit10-xs,
.unit11-xs,
.unit12-xs {
  float: left;
}

.unit1-xs {
  width: 8.333333333333333%;
}

.unit2-xs {
  width: 16.66666666666666%;
}

.unit3-xs {
  width: 25%;
}

.unit4-xs {
  width: 33.33333333333333%;
}

.unit5-xs {
  width: 41.66666666666666%;
}

.unit6-xs {
  width: 50%;
}

.unit7-xs {
  width: 58.33333333333333%;
}

.unit8-xs {
  width: 66.66666666666666%;
}

.unit9-xs {
  width: 75%;
}

.unit10-xs {
  width: 83.3333333333333%;
}

.unit11-xs {
  width: 91.6666666666666%;
}

@media only screen and (min-width: 560px) {
  .unit1-sm,
  .unit2-sm,
  .unit3-sm,
  .unit4-sm,
  .unit5-sm,
  .unit6-sm,
  .unit7-sm,
  .unit8-sm,
  .unit9-sm,
  .unit10-sm,
  .unit11-sm,
  .unit12-sm {
    float: left;
  }

  .unit1-sm {
    width: 8.333333333333333%;
  }

  .unit2-sm {
    width: 16.66666666666666%;
  }

  .unit3-sm {
    width: 25%;
  }

  .unit4-sm {
    width: 33.33333333333333%;
  }

  .unit5-sm {
    width: 41.66666666666666%;
  }

  .unit6-sm {
    width: 50%;
  }

  .unit7-sm {
    width: 58.33333333333333%;
  }

  .unit8-sm {
    width: 66.66666666666666%;
  }

  .unit9-sm {
    width: 75%;
  }

  .unit10-sm {
    width: 83.3333333333333%;
  }

  .unit11-sm {
    width: 91.6666666666666%;
  }
}

@media only screen and (min-width: 900px) {
  .unit1-md,
  .unit2-md,
  .unit3-md,
  .unit4-md,
  .unit5-md,
  .unit6-md,
  .unit7-md,
  .unit8-md,
  .unit9-md,
  .unit10-md,
  .unit11-md,
  .unit12-md {
    float: left;
  }

  .unit1-md {
    width: 8.333333333333333%;
  }

  .unit2-md {
    width: 16.66666666666666%;
  }

  .unit3-md {
    width: 25%;
  }

  .unit4-md {
    width: 33.33333333333333%;
  }

  .unit5-md {
    width: 41.66666666666666%;
  }

  .unit6-md {
    width: 50%;
  }

  .unit7-md {
    width: 58.33333333333333%;
  }

  .unit8-md {
    width: 66.66666666666666%;
  }

  .unit9-md {
    width: 75%;
  }

  .unit10-md {
    width: 83.3333333333333%;
  }

  .unit11-md {
    width: 91.6666666666666%;
  }
}

@media only screen and (min-width: 1080px) {
  .unit1-lg,
  .unit2-lg,
  .unit3-lg,
  .unit4-lg,
  .unit5-lg,
  .unit6-lg,
  .unit7-lg,
  .unit8-lg,
  .unit9-lg,
  .unit10-lg,
  .unit11-lg,
  .unit12-lg {
    float: left;
  }

  .unit1-lg {
    width: 8.333333333333333%;
  }

  .unit2-lg {
    width: 16.66666666666666%;
  }

  .unit3-lg {
    width: 25%;
  }

  .unit4-lg {
    width: 33.33333333333333%;
  }

  .unit5-lg {
    width: 41.66666666666666%;
  }

  .unit6-lg {
    width: 50%;
  }

  .unit7-lg {
    width: 58.33333333333333%;
  }

  .unit8-lg {
    width: 66.66666666666666%;
  }

  .unit9-lg {
    width: 75%;
  }

  .unit10-lg {
    width: 83.3333333333333%;
  }

  .unit11-lg {
    width: 91.6666666666666%;
  }
}

.alert {
  margin-bottom: 1em;
  padding: .4em .8em;
}

.alert-success {
  background: #b8b8b8;
}

.alert-error {
  background: #b8b8b8;
}

.nav-toggle {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  border: 0;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle:hover {
  opacity: 1;
}

@media only screen and (min-width: 1400px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle .lines {
  display: inline-block;
  width: 2em;
  height: 0.2em;
  background: #165a9b;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.nav-toggle .lines:before,
.nav-toggle .lines:after {
  content: ' ';
  display: inline-block;
  width: 2em;
  height: 0.2em;
  background: #165a9b;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0.14286em center;
          transform-origin: 0.14286em center;
}

.nav-toggle .lines:before {
  top: 0.5em;
}

.nav-toggle .lines:after {
  top: -0.5em;
}

.nav-toggle.close .lines {
  background: transparent;
}

.nav-toggle.close .lines:before,
.nav-toggle.close .lines:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 0;
  margin: -1px;
  /* Fix for Android Stock Browser */
  width: 2.2em;
}

.nav-toggle.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.nav-toggle.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.head-logo {
  display: inline-block;
  margin: 0;
  padding: 1em 0;
  text-align: center;
}

.head-logo .icon,
.head-logo .nav-head-main ul a[target]:after,
.nav-head-main ul .head-logo a[target]:after,
.head-logo #cboxPrevious,
.head-logo #cboxNext,
.head-logo #cboxSlideshow,
.head-logo #cboxClose,
.head-logo .item-nav-sections a[target]:after,
.item-nav-sections .head-logo a[target]:after {
  font-size: 96px;
  font-size: 5.33333rem;
}

@media only screen and (min-width: 1400px) {
  .head-logo {
    text-align: left;
  }
}

.head-zone {
  z-index: 200;
  position: relative;
  border-bottom: 10px solid #006EB6;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  .head-zone {
    overflow: visible;
  }
}

.head-top {
  position: relative;
  padding: 0;
}

@media only screen and (min-width: 1400px) {
  .head-top {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.nav-head-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1400px) {
  .nav-head-sub {
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 16px;
  }
}

.nav-head-sub .phone-number-wrapper {
  margin-bottom: .5rem;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1400px) {
  .nav-head-sub .phone-number-wrapper {
    width: auto;
    text-align: initial;
    margin-bottom: 0;
  }
}

.nav-head-sub .phone-number {
  font-weight: bold;
  padding: .3rem .5rem;
}

@media only screen and (min-width: 1400px) {
  .nav-head-sub .phone-number {
    position: relative;
    top: -16px;
    padding: 0 .5rem;
    margin: 0 .5rem;
    height: 44px;
    line-height: 44px;
  }
}

.nav-head-sub .btn {
  color: #fff;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 0 1.2em;
  font-size: 16px;
  font-size: 0.88889rem;
  display: block;
  border-radius: 0;
  line-height: 32px;
  height: 32px;
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .nav-head-sub .btn {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.nav-head-sub .btn.btn-report {
  padding-left: .7rem;
}

.nav-head-sub .btn.btn-report .icon,
.nav-head-sub .btn.btn-report .nav-head-main ul a[target]:after,
.nav-head-main ul .nav-head-sub .btn.btn-report a[target]:after,
.nav-head-sub .btn.btn-report #cboxPrevious,
.nav-head-sub .btn.btn-report #cboxNext,
.nav-head-sub .btn.btn-report #cboxSlideshow,
.nav-head-sub .btn.btn-report #cboxClose,
.nav-head-sub .btn.btn-report .item-nav-sections a[target]:after,
.item-nav-sections .nav-head-sub .btn.btn-report a[target]:after {
  margin-right: 0px;
}

.nav-head-sub .btn.btn-account {
  margin-right: 0px;
}

@media only screen and (min-width: 560px) {
  .nav-head-sub .btn {
    width: 30%;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .nav-head-sub .btn {
    width: auto;
    float: none;
    display: inline-block;
    height: 44px;
    line-height: 41px;
    vertical-align: middle;
    position: relative;
    top: -16px;
  }
}

.nav-head-sub .btn .icon,
.nav-head-sub .btn .nav-head-main ul a[target]:after,
.nav-head-main ul .nav-head-sub .btn a[target]:after,
.nav-head-sub .btn #cboxPrevious,
.nav-head-sub .btn #cboxNext,
.nav-head-sub .btn #cboxSlideshow,
.nav-head-sub .btn #cboxClose,
.nav-head-sub .btn .item-nav-sections a[target]:after,
.item-nav-sections .nav-head-sub .btn a[target]:after {
  top: -2px;
  margin-right: 4px;
}

@media (max-width: 1400px) {
  .nav-head-sub .btn .icon,
  .nav-head-sub .btn .nav-head-main ul a[target]:after,
  .nav-head-main ul .nav-head-sub .btn a[target]:after,
  .nav-head-sub .btn #cboxPrevious,
  .nav-head-sub .btn #cboxNext,
  .nav-head-sub .btn #cboxSlideshow,
  .nav-head-sub .btn #cboxClose,
  .nav-head-sub .btn .item-nav-sections a[target]:after,
  .item-nav-sections .nav-head-sub .btn a[target]:after {
    top: 0;
  }
}

.nav-head-sub .btn .icon-plus {
  color: #fff;
}

.nav-head-sub .btn .icon-user {
  color: #fff;
}

.nav-head-sub .btn .icon-lightning {
  color: #fff;
  font-size: 1.6rem;
}

.nav-head-sub .menu {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .nav-head-sub .menu {
    display: inline-block;
    position: relative;
    top: -12px;
  }
}

.nav-head-sub .menu a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 400;
  color: #165a9b;
  margin: 0 1em;
}

.nav-head-sub .menu a.current,
.nav-head-sub .menu a:hover {
  color: #3db400;
}

.nav-head-sub .menu a:focus {
  text-decoration: underline;
  color: #3db400;
}

.nav-head-sub .menu a:before {
  content: '|';
  position: relative;
  left: -.95em;
  color: #ccc;
}

.nav-head-sub li {
  display: inline-block;
}

.nav-head-sub li:first-child a:before {
  content: '';
}

.nav-head-main {
  width: auto;
}

@media only screen and (min-width: 1400px) {
  .nav-head-main {
    display: block !important;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}

.nav-head-main.close {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  .nav-head-main.close {
    clip: auto;
    height: auto;
    margin: 0;
    width: auto;
    overflow: visible;
  }
}

.nav-head-main li {
  display: block;
  position: relative;
}

@media only screen and (min-width: 1400px) {
  .nav-head-main li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1400px) {
  .nav-head-main li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}

.nav-head-main li .menu-caret {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1.5em;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #eee;
}

.nav-head-main a {
  color: #006EB6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-size: 1rem;
  display: block;
  padding: .5em 1.3em;
}

.nav-head-main ul {
  padding: 1em;
}

@media only screen and (min-width: 1400px) {
  .nav-head-main ul {
    padding: 0 1em;
  }
}

.nav-head-main ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  background: linear-gradient(to bottom, #74BF44 10px, #74BF44 10px, #11406E 0%, #11406E 100%);
  padding: 1em 0;
}

@media (max-width: 1400px) {
  .nav-head-main ul ul {
    background: #175A9B;
  }
}

.nav-head-main ul ul li {
  display: block;
  padding: 0 1em;
}

.nav-head-main ul ul a {
  display: block;
  padding: .5rem 1.5rem .5rem .8rem;
  text-transform: none;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 0.88889rem;
  white-space: nowrap;
}

.nav-head-main ul ul a:hover {
  background-color: #175A9B;
}

.nav-head-main ul ul ul {
  top: 0;
  left: 100%;
  background: linear-gradient(to bottom, #74BF44 10px, #74BF44 10px, #175A9B 0%, #175A9B 100%);
}

@media (max-width: 1400px) {
  .nav-head-main ul ul ul {
    background: #175A9B;
  }
}

.nav-head-main ul ul ul a:hover {
  background-color: #11406E;
}

.nav-head-main ul a[target]:after {
  content: '';
  top: -1px;
  left: 6px;
}

@media only screen and (min-width: 1400px) {
  li.mobile-only {
    display: none;
  }
}

li.menu-end ul {
  text-align: right;
  left: auto;
  right: 0;
}

li.menu-end ul ul {
  left: auto;
  right: 100%;
}

li.menu-end ul ul a {
  padding: .4em .8em .4em 1.5em;
}

li.menu-end .menu-caret {
  right: auto;
  left: 1.5em;
  border-right: 8px solid #eee;
  border-left: 0;
}

li.drill-item {
  position: relative;
}

li.drill-item > a,
li.drill-item .drill-item > a {
  display: none;
}

li.drill-item > ul {
  position: static;
  visibility: visible;
  opacity: 1;
}

.drill-menu {
  overflow: hidden;
}

@media (min-width: 1400px) {
  .drill-menu > li {
    position: absolute;
    right: 100%;
  }
}

.drill-menu .drill-item {
  right: 0;
}

@media (min-width: 1400px) {
  .drill-menu .drill-item {
    position: static;
  }
}

@media only screen and (min-width: 1400px) {
  li.drill-item {
    position: relative;
  }

  li.drill-item:hover {
    /* reset hover hide/show */
    visibility: visible;
    opacity: 1;
  }

  li.drill-item > a,
  li.drill-item .drill-item > a {
    display: inherit;
  }

  li.drill-item > ul {
    /* reset hover hide/show */
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }

  .drill-menu {
    overflow: visible;
  }

  .drill-menu > li {
    position: static;
    right: inherit;
  }

  .drill-menu .drill-item {
    position: relative;
    right: inherit;
  }
}

.top-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1400px) {
  .top-nav-wrapper {
    padding: 0 1em;
  }
}

.mobile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media only screen and (min-width: 1400px) {
  .mobile-wrapper svg {
    display: none;
  }
}

.nav-head-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-head-sub .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .2rem;
}

@media (max-width: 1400px) {
  .nav-head-sub .btn {
    height: 42px;
    width: 33.33%;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .head-core {
    padding: 0 !important;
  }

  .nav-head-sub {
    height: 80px;
  }

  .nav-head-sub .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    height: 100%;
  }

  .nav-head-sub .btn p {
    font-size: 14px;
  }

  .nav-head-sub .btn svg {
    top: 0;
    margin-right: 0;
    margin-bottom: -.4rem;
  }

  .nav-head-sub .btn .icon-plus,
  .nav-head-sub .btn .icon-user {
    width: 1.4em;
    height: 1.8em;
  }
}

@media (max-width: 1399px) {
  .nav-head-main li {
    cursor: pointer;
  }

  .menu > li:hover > a {
    padding-left: 2rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .nav-head-main ul {
    padding: .5em;
  }

  .nav-head-main > ul > li > a {
    width: 0%;
    padding-left: 1rem;
    pointer-events: none;
  }

  .nav-head-main > ul > li:not(:has(ul)) > a {
    pointer-events: all;
  }

  .menu-li a {
    padding: .5em;
  }

  .nav-head-main ul ul a:hover {
    background: #11406E;
  }

  li.drill-item > a {
    display: block !important;
  }

  .head-core {
    padding: 0 !important;
  }

  ul.menu {
    padding: 0 !important;
  }

  .menu > li:has(ul) > span.down-arrow {
    height: 11px;
    width: 10px;
    left: 11.5rem;
    position: absolute;
    top: 16.5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.428' height='11.794' viewBox='0 0 11.428 11.794'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M4.5,0,9,8H0Z' transform='translate(6.928) rotate(60)' fill='%23175a9b'/%3E%3C/svg%3E%0A");
  }
}

@media (max-width: 650px) {
  .menu > li:has(ul) > span.down-arrow {
    left: 93%;
  }
}

@media (max-width: 575px) {
  .menu > li:has(ul) > span.down-arrow {
    left: 90%;
  }
}

@media (max-width: 415px) {
  .menu > li:has(ul) > span.down-arrow {
    left: 88%;
  }
}

@media (max-width: 400px) {
  .nav-head-main ul ul a {
    white-space: unset;
    font-size: 14px;
  }
}

.menu > li.drill-item > span.down-arrow {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

@media (max-width: 450px) {
  .icon-logo {
    width: 2em;
  }
}

@media (max-width: 350px) {
  .icon-logo {
    width: 1.8em;
  }
}

.top-nav-wrapper .mobile-wrapper {
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav-wrapper .mobile-wrapper .nav-toggle {
  height: 50px;
  margin-top: -.4rem;
}

.nav-head-sub .btn p {
  margin: 0 !important;
}

@media (max-width: 600px) {
  .nav-head-sub .btn p {
    margin-bottom: -.3rem !important;
  }
}

.nav-toggle .lines:before {
  top: 0.7em;
}

.nav-toggle .lines {
  width: 2.4em !important;
  height: 0.22em !important;
}

.nav-toggle .lines:before,
.nav-toggle .lines:after {
  width: 2.4em !important;
  height: 0.22em !important;
}

.nav-toggle .lines:before {
  top: 0.7em;
}

.nav-toggle .lines:after {
  top: -0.7em;
}

@media (max-width: 1400px) {
  .menu-caret {
    display: none !important;
  }

  li.menu-end ul {
    text-align: left;
  }

  .phone-number-wrapper {
    display: none;
  }
}

.foot-zone {
  padding: 4em 0 2em 0;
  background: linear-gradient(to bottom, #74BF44 10px, #74BF44 10px, #EDEDED 1px, #EDEDED 1px);
  text-align: center;
  color: #0f2841;
}

.foot-tagline {
  display: block;
  margin-bottom: .1rem;
  font-size: 18px;
  font-size: 1rem;
  font-style: italic;
}

.foot-phone-call {
  color: #006eb6;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.11111rem;
  margin-bottom: .5rem;
  display: block;
}

.foot-social {
  margin-bottom: 1rem;
  font-size: 35px;
  font-size: 1.94444rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.foot-social a svg {
  color: #11406E;
  fill: #11406E;
}

.foot-social a:hover svg {
  fill: #0C2E4E;
}

.foot-social a:hover {
  color: #0C2E4E;
}

.foot-legal {
  font-size: 14px;
  font-size: 0.77778rem;
}

.foot-legal a {
  color: #0f2841;
}

.foot-legal a:hover {
  text-decoration: underline;
}

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

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

a {
  color: #0066bf;
  text-decoration: none;
}

p,
ul {
  margin: 0 0 1.5em 0;
}

strong {
  font-weight: 500;
  color: #175A9B;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d7d7d7;
  margin: 1em 0;
  padding: 0;
}

.list-bullet-blue {
  list-style: none;
}

.list-bullet-blue li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1.3em;
}

.list-bullet-blue li:before {
  content: "\2022";
  margin-right: .7em;
  color: #397fdc;
}

.list-files ul .item-file-title {
  font-size: 18px;
  font-size: 1rem;
}

.text-blue {
  color: #0066bf;
}

.text-green {
  color: #3db400;
}

dt {
  color: #175A9B;
  padding-left: 24px;
  font-size: 18px;
  font-size: 1rem;
  position: relative;
}

dt:before {
  content: ' ';
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #175A9B;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
}

dd {
  padding-left: 24px;
  margin: 0 0 1em 0;
}

.item-file {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 1.2em 4em 1.2em 1em;
  position: relative;
}

.item-file-title {
  display: block;
  font-size: 21px;
  font-size: 1.16667rem;
  color: #0066bf;
  font-weight: 400;
  line-height: 1.2;
}

.item-file-details {
  display: block;
  color: #333;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.66667rem;
}

.item-file-pdf:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -20px;
}

.list-expand {
  list-style: none;
  padding: 0;
}

.list-expand .item-expand {
  position: relative;
  cursor: pointer;
}

.list-expand .item-expand:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 18px solid #006db6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-expand .item-expand-body {
  padding-top: 8px;
}

.list-expand .animate-expand:before {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  border-left: 18px solid #959595;
}

.list-expand ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  background: #f3f8fc;
  display: none;
}

.list-expand ul a {
  padding-left: 2.5em;
}

.list-expand ul ul {
  background: #e3ecf4;
}

.list-expand ul ul a {
  padding-left: 4em;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.pull-left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.pull-right {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

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

.pull-center figcaption {
  margin: 0 6em;
  text-align: left;
}

figure {
  margin: 0;
}

.content-figure.pull-left,
.content-figure.pull-right {
  max-width: 50%;
}

.content-figure.pull-left {
  margin-right: 0;
  padding-right: 1.5em;
}

.content-figure.pull-right {
  margin-left: 0;
  padding-left: 1.5em;
}

.content-figure-caption {
  font-size: 80%;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: .5em 1.2em;
  margin-bottom: 0;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-orange {
  color: #fff;
  background: #C85200;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn-orange:hover {
  background: #A84601;
}

.btn-blue {
  color: #fff;
  background: #165a9b;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn-blue:hover {
  background: #002a6b;
}

.btn-blue-light {
  color: #fff;
  background: #3081cc;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn-blue-light:hover {
  background: #2071bc;
}

.btn-dark-blue {
  color: #fff;
  background: #11406E;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn-dark-blue:hover {
  background: #0C2E4E;
}

.btn-green {
  color: #fff;
  background: #165a9b;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn-green:hover {
  background: #002a6b;
}

.btn-clear {
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn-clear:hover {
  color: #006EB6;
  background: #fff;
}

@media only screen and (min-width: 560px) {
  .pagination .btn-next,
  .pagination .btn-prev {
    padding: .5rem 3rem;
  }
}

.pagination .btn-next {
  float: right;
}

.pagination .btn-prev {
  float: left;
}

.btn-start:hover {
  background: #154D83;
}

.btn-gas {
  background-color: #155999;
  color: #fff;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn-gas:hover {
  background: #004483;
}

.btn-gas {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  position: relative;
  background-color: #155999;
  color: #fff;
  -webkit-transition: background .3s;
  transition: background .3s;
  border: none;
}

.btn-gas:hover {
  background: #004483;
}

.btn-gas.active {
  padding: 5px 9px;
  border: 5px solid #64A5F4;
}

.btn-gas input {
  margin-right: 5px;
}

.btn-gas.active {
  padding: 5px 9px;
  border: 5px solid #64A5F4;
}

.btn-electric {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  position: relative;
  background-color: #477A2D;
  color: #fff;
  -webkit-transition: background .3s;
  transition: background .3s;
  border: none;
}

.btn-electric:hover {
  background: #3F6E28;
}

.btn-electric.active {
  padding: 5px 17px;
  border: 5px solid #B2EC89;
}

.btn-electric input {
  margin-right: 5px;
}

.table-container {
  max-width: 100%;
  overflow: hidden;
}

table {
  text-align: left;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

thead th {
  font-weight: 300;
  background: #165a9b;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}

tbody tr:nth-child(odd) {
  background: #efefef;
}

th,
td {
  vertical-align: top;
  padding: 1em;
  border: 1px solid #d8dae1;
}

th {
  font-weight: 400;
  color: #3db400;
}

caption {
  text-align: left;
  font-size: 21px;
  font-size: 1.16667rem;
  margin-bottom: 8px;
  color: #0066bf;
  font-weight: 300;
  line-height: 1.2;
}

caption em {
  font-size: 12px;
  font-size: 0.66667rem;
}

table strong {
  font-weight: 400;
  color: #11406E;
}

.table-rate th {
  text-align: center;
  vertical-align: middle;
  padding: .5em 1em;
}

.table-rate tbody th {
  color: #165a9b;
}

.table-rate tbody th,
.table-rate td {
  padding: .25em 1em;
  text-align: center;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  margin: 0;
  padding: 0 16px;
  border: 0;
  display: block;
  width: 100%;
  font-size: 21px;
  font-size: 1.16667rem;
  margin-bottom: 8px;
  color: #0066bf;
  font-weight: 300;
}

.form-group .form-help {
  padding: 0;
}

.form-help {
  padding: 0 16px;
}

label {
  clear: both;
  display: inline-block;
}

.form-group {
  position: relative;
  display: block;
  margin-bottom: 1em;
}

.form-label {
  display: inline-block;
  position: absolute;
  top: .4em;
  left: 1.5em;
}

.control-filled .form-label {
  opacity: 0;
  visibility: hidden;
}

.form-control {
  display: block;
  width: 100%;
  background: #fff;
  padding: .4em .5em .5em .5em;
  outline: 0;
  border: 2px solid #cccccc;
}

.form-control:focus {
  outline: 0;
  border-color: #3db400;
}

.control-inline {
  width: auto;
  display: inline-block;
}

.control-select {
  height: 36px;
}

.form-container {
  margin-left: -1em;
  margin-right: -1em;
}

.form-errors,
.form-group {
  padding: 0 1em;
}

.form-errors {
  color: #ef5a00;
}

.form-group.float-left {
  width: 50%;
  float: left;
}

.form-column {
  position: relative;
  padding-left: 1em;
}

.form-column label {
  padding-left: .6em;
}

.form-column input {
  border: 0;
  position: absolute;
  left: 0;
  top: 4px;
  width: auto;
  min-height: 20px;
}

.form-column input:checked + label {
  color: #3db400;
  font-weight: 400;
}

.control-submit {
  float: left;
}

.form-group:has(.btn),
.form-group .g-recaptcha {
  margin-top: 1rem;
}

.form-group + .form-group .g-recaptcha {
  margin-top: 0;
}

.form-clear {
  clear: both;
}

.control-price .form-control {
  padding-left: 2em;
}

.control-price:before {
  content: '$' !important;
  position: absolute;
  bottom: .4em;
  left: 2em;
}

.g-recaptcha {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #community-fund-application {
    margin: auto;
    width: 95%;
  }
}

.text-content .news-date {
  margin-bottom: 1.5rem;
}

.timeline {
  padding: 2rem;
  position: relative;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  height: 100%;
  width: 3px;
  background: #d7d7d7;
}

@media only screen and (min-width: 900px) {
  .timeline {
    padding: 2em 0;
  }

  .timeline:before {
    left: 50%;
  }
}

.item-timeline {
  position: relative;
  margin: 2em 0;
}

.item-timeline:before {
  content: ' ';
  width: 25px;
  height: 25px;
  background: #fff;
  border: 3px solid #d7d7d7;
  border-radius: 50%;
  position: absolute;
  top: 2em;
  left: -14px;
}

.item-timeline.animate-bounce-in.item-timeline-left .item-timeline-content {
  visibility: visible;
  -webkit-animation: bounce-left 0.6s;
  animation: bounce-left 0.6s;
}

.item-timeline.animate-bounce-in.item-timeline-right .item-timeline-content {
  visibility: visible;
  -webkit-animation: bounce-right 0.6s;
  animation: bounce-right 0.6s;
}

.item-timeline.animate-bounce-in .item-timeline-image {
  opacity: 1;
}

.item-timeline.animate-bounce-in:before {
  visibility: visible;
  -webkit-animation: bounce-icon 0.6s;
  animation: bounce-icon 0.6s;
}

@media only screen and (min-width: 900px) {
  .item-timeline:before {
    left: 50%;
    margin-left: -14px;
  }
}

.item-timeline .item-timeline-content {
  position: relative;
  padding: 1em;
  border-radius: 6px;
  margin-left: 3em;
  background: #165a9b;
  color: #fff;
}

.item-timeline .item-timeline-content:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #165a9b;
  position: absolute;
  left: -12px;
  top: 2.2em;
}

@media only screen and (min-width: 900px) {
  .item-timeline .item-timeline-content {
    width: 45%;
  }
}

.item-timeline .item-timeline-content .item-timeline-date {
  z-index: 100;
  font-weight: 400;
  font-size: 17px;
  font-size: 0.94444rem;
}

.item-timeline .item-timeline-image {
  display: none;
  position: absolute;
  top: 0;
  max-height: 100%;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.6s;
  transition: opacity 0.6s 0.6s;
}

@media only screen and (min-width: 900px) {
  .item-timeline .item-timeline-image {
    display: block;
  }
}

@media only screen and (min-width: 900px) {
  .item-timeline.item-timeline-left .item-timeline-content {
    margin-left: 0;
  }

  .item-timeline.item-timeline-left .item-timeline-content:before {
    left: auto;
    right: -12px;
    border-right: 0;
    border-left: 12px solid #165a9b;
  }

  .item-timeline.item-timeline-left .item-timeline-date {
    font-size: 35px;
    font-size: 1.94444rem;
    font-weight: 400;
    color: #165a9b;
    background-color: white;
    display: block;
    position: absolute;
    top: 16px;
    right: -164px;
  }

  .item-timeline.item-timeline-left .item-timeline-image {
    right: 16px;
  }
}

.item-timeline.item-timeline-right .item-timeline-content {
  background: #11406E;
}

.item-timeline.item-timeline-right .item-timeline-content:before {
  border-right: 12px solid #11406E;
}

@media only screen and (min-width: 900px) {
  .item-timeline.item-timeline-right .item-timeline-content {
    float: right;
  }

  .item-timeline.item-timeline-right .item-timeline-date {
    font-size: 35px;
    font-size: 1.94444rem;
    font-weight: 400;
    color: #11406E;
    background-color: white;
    display: block;
    position: absolute;
    top: 16px;
    left: -164px;
  }

  .item-timeline.item-timeline-right .item-timeline-image {
    left: 0;
  }
}

.item-timeline h4 {
  font-weight: 300;
  font-size: 21px;
  font-size: 1.16667rem;
  margin-bottom: 8px;
  margin-top: 8px;
}

.item-timeline p {
  margin: 0 0 1em 0;
}

.item-timeline .pull-left {
  margin-right: 1em;
  float: none;
}

.item-timeline .pull-right {
  margin-left: 1em;
  float: none;
}

@media only screen and (min-width: 560px) {
  .item-timeline .pull-left {
    float: left;
  }

  .item-timeline .pull-right {
    float: right;
  }
}

@-webkit-keyframes bounce-icon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce-icon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes bounce-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounce-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes bounce-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounce-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

/*plugin styles*/

.visualize {
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  margin-top: 2em;
}

.visualize canvas {
  position: absolute;
}

.visualize ul,
.visualize li {
  margin: 0;
  padding: 0;
}

/*table title, key elements*/

.visualize .visualize-info {
  padding: 3px 5px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  position: absolute;
  top: -20px;
  right: 10px;
}

.visualize .visualize-title {
  display: block;
  color: #333;
  margin-bottom: 3px;
  font-size: 1em;
  font-weight: 300;
}

.visualize ul.visualize-key {
  list-style: none;
  font-size: .8em;
}

.visualize ul.visualize-key li {
  list-style: none;
  float: left;
  margin-right: 10px;
  padding-left: 10px;
  position: relative;
}

.visualize ul.visualize-key .visualize-key-color {
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}

.visualize ul.visualize-key .visualize-key-label {
  color: #000;
}

/*pie labels*/

.visualize-pie .visualize-labels {
  list-style: none;
}

.visualize-pie .visualize-label-pos,
.visualize-pie .visualize-label {
  position: absolute;
  margin: 0;
  padding: 0;
}

.visualize-pie .visualize-label {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 1em;
}

.visualize-pie-outside .visualize-label {
  color: #000;
  font-weight: normal;
}

/*line,bar, area labels*/

.visualize-labels-x,
.visualize-labels-y {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
}

.visualize-labels-x li,
.visualize-labels-y li {
  position: absolute;
  bottom: 0;
}

.visualize-labels-x li span.label,
.visualize-labels-y li span.label {
  position: absolute;
  color: #555;
}

.visualize-labels-x li span.line,
.visualize-labels-y li span.line {
  position: absolute;
  border: 0 solid #ccc;
}

.visualize-labels-x li {
  height: 100%;
}

.visualize-labels-x li span.label {
  top: 100%;
  margin-top: 5px;
}

.visualize-labels-x li span.line {
  border-left-width: 1px;
  height: 100%;
  display: block;
}

.visualize-labels-x li span.line {
  border: 0;
}

/*hide vertical lines on area, line, bar*/

.visualize-labels-y li {
  width: 100%;
}

.visualize-labels-y li span.label {
  right: 100%;
  margin-right: 5px;
  display: block;
  width: 100px;
  text-align: right;
}

.visualize-labels-y li span.line {
  border-top-width: 1px;
  width: 100%;
}

.visualize-bar .visualize-labels-x li span.label {
  width: 100%;
  text-align: center;
}

.visualize-bar {
  left: 16px;
  top: -16px;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.locations {
  margin-bottom: 2em;
}

.locations-list {
  position: relative;
}

.locations-legend {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 64px;
  z-index: 10;
}

.locations-key {
  width: 50%;
  float: left;
  color: #fff;
  text-align: center;
  height: 64px;
  padding: 10px 0;
}

.locations-key .icon,
.locations-key .nav-head-main ul a[target]:after,
.nav-head-main ul .locations-key a[target]:after,
.locations-key #cboxPrevious,
.locations-key #cboxNext,
.locations-key #cboxSlideshow,
.locations-key #cboxClose,
.locations-key .item-nav-sections a[target]:after,
.item-nav-sections .locations-key a[target]:after {
  display: block;
  margin: 0 auto;
}

.locations-key-office {
  background: #11406E;
}

.locations-key-dropbox {
  background: #175A9B;
}

@media only screen and (min-width: 900px) {
  .locations-container {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
  }
}

.locations-map-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

@media only screen and (min-width: 900px) {
  .locations-map-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    width: auto;
    padding-top: 0;
  }
}

.locations-list {
  background: #ebebeb;
  color: #ebebeb;
  overflow-y: auto;
  height: 260px;
}

@media only screen and (min-width: 900px) {
  .locations-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
  }
}

.locations-list li {
  padding: 0 1em;
}

.locations-list li:hover {
  background: #e1e1e1;
}

.locations-list .current,
.locations-list .current:hover {
  background: #e1e1e9;
}

.locations-list .current a,
.locations-list .current:hover a {
  border-color: transparent;
}

.locations-list-menu.menu {
  padding-top: 64px;
}

.item-location {
  display: block;
  padding: .25em;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #e1e1e1;
}

.item-location .icon,
.item-location .nav-head-main ul a[target]:after,
.nav-head-main ul .item-location a[target]:after,
.item-location #cboxPrevious,
.item-location #cboxNext,
.item-location #cboxSlideshow,
.item-location #cboxClose,
.item-location .item-nav-sections a[target]:after,
.item-nav-sections .item-location a[target]:after {
  margin-right: 6px;
}

.item-location .icon-pin-office {
  color: #11406E;
}

.item-location .icon-pin-dropbox {
  color: #175A9B;
}

.locations-scroll-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background: #959595;
  opacity: .9;
}

.locations-scroll-indicator:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 11px;
  width: 0;
  height: 0;
  margin-left: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
}

.grid-dashboard {
  padding-top: 1em;
  padding-bottom: 1em;
}

.grid-dashboard:nth-child(even) {
  background: #efefef;
}

.item-dashboard {
  position: relative;
  min-height: 103px;
}

.item-dashboard:first-child {
  margin-bottom: 1em;
}

@media only screen and (min-width: 900px) {
  .item-dashboard:first-child {
    margin-bottom: 0;
  }
}

.item-dashboard.item-icon-dash {
  padding-left: 79px;
}

@media only screen and (min-width: 900px) {
  .item-dashboard.item-icon-dash {
    padding-left: 132px;
  }
}

.item-dashboard > .icon,
.nav-head-main ul .item-dashboard > a[target]:after,
.item-dashboard > #cboxPrevious,
.item-dashboard > #cboxNext,
.item-dashboard > #cboxSlideshow,
.item-dashboard > #cboxClose,
.item-nav-sections .item-dashboard > a[target]:after {
  position: absolute;
  top: 0px;
  left: 16px;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 900px) {
  .item-dashboard > .icon,
  .nav-head-main ul .item-dashboard > a[target]:after,
  .item-dashboard > #cboxPrevious,
  .item-dashboard > #cboxNext,
  .item-dashboard > #cboxSlideshow,
  .item-dashboard > #cboxClose,
  .item-nav-sections .item-dashboard > a[target]:after {
    width: 103px;
    height: 103px;
  }
}

.item-dashboard dt {
  color: #222;
  padding: 0;
}

.item-dashboard dt:before {
  display: none;
}

.item-dashboard dd {
  padding: 0;
  margin: 0;
}

.item-dashboard-head {
  margin-bottom: 4px;
}

.item-dashboard-head .icon,
.item-dashboard-head .nav-head-main ul a[target]:after,
.nav-head-main ul .item-dashboard-head a[target]:after,
.item-dashboard-head #cboxPrevious,
.item-dashboard-head #cboxNext,
.item-dashboard-head #cboxSlideshow,
.item-dashboard-head #cboxClose,
.item-dashboard-head .item-nav-sections a[target]:after,
.item-nav-sections .item-dashboard-head a[target]:after {
  top: -2px;
}

.item-dashboard-title {
  display: inline;
  margin: 0;
  font-size: 18px;
  font-size: 1rem;
  color: #0066bf;
  font-weight: 400;
}

.item-dashboard-info {
  display: inline-block;
  position: relative;
  color: #6fc03c;
}

.item-dashboard-info:hover .info-content,
.item-dashboard-info:focus .info-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility .3s, opacity .3s;
  transition: visibility .3s, opacity .3s;
}

.info-content {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -15px;
  margin-top: 14px;
  min-width: 246px;
  font-size: 14px;
  padding: 1em;
  color: #fff;
  line-height: 1.3;
  background-color: rgba(116, 190, 68, 0.95);
  opacity: 0;
  visibility: hidden;
}

.info-content:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -12px;
  left: 20px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 12px solid rgba(116, 190, 68, 0.95);
}

.item-dashboard-body {
  font-size: 16px;
  font-size: 0.88889rem;
}

@media only screen and (min-width: 900px) {
  .item-dashboard-body {
    font-size: 18px;
    font-size: 1rem;
  }
}

.item-dashboard-body dl {
  margin: 0;
}

.item-dashboard-body dt,
.item-dashboard-body dd {
  display: block;
  float: left;
}

.item-dashboard-body dt {
  width: 70%;
  padding-right: 8px;
  clear: left;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media only screen and (min-width: 900px) {
  .item-dashboard-body dt {
    font-size: 18px;
    font-size: 1rem;
  }
}

.item-dashboard-body dd {
  width: 30%;
  clear: right;
  margin-left: 0;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* Content */

#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(/assets/images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* Buttons */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/assets/images/controls.png) no-repeat 0 0;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.careers-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.careers-videos a {
  margin: 1rem;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 900px) {
  .careers-videos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#demand-video-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 900px) {
  #demand-video-section {
    display: block;
    float: right;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-left: 2rem;
    margin-right: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

body {
  background: #fff;
  color: #0F2841;
  line-height: 1.6;
}

.menu,
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.core {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1em;
}

.core-two {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1em;
}

#wygwam-body {
  width: 900px;
  padding: 1rem;
}

.head-core {
  position: relative;
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 1em;
}

.hero-core {
  position: relative;
}

.hero-zone {
  position: relative;
  overflow: hidden;
}

.hero-home-account {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 40px;
  background-color: rgba(0, 85, 164, 0.9);
  color: #fff;
  width: 300px;
  height: 608px;
  display: none;
}

@media only screen and (min-width: 1080px) {
  .hero-home-account {
    display: block;
  }
}

.hero-home-account .menu a {
  color: #fff;
  padding: .4em 1em .4em 3em;
  display: block;
  position: relative;
}

.hero-home-account .menu a:before {
  content: ' ';
  position: absolute;
  left: 1.5em;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 9px solid #5486b6;
}

.hero-home-account .menu a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.hero-home-account .menu a:hover:before {
  border-left: 9px solid #31b600;
}

.home-account-head {
  padding: 3em 2em 1.5em 2em;
}

.home-account-title {
  font-size: 21px;
  font-size: 1.16667rem;
}

.home-account-menu {
  display: none;
}

@media screen and (min-width: 1350px) {
  .home-account-menu {
    display: block;
  }
}

.hero-home-banner {
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #999999;
}

@media only screen and (min-width: 560px) {
  .hero-home-banner {
    max-height: 134px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.banner-core {
  padding-top: 1em;
  padding-bottom: 1em;
  display: none;
}

.banner-core.flex-active {
  display: block;
}

.banner-core .banner-title,
.banner-core strong {
  color: #fff;
  font-weight: 300;
  font-size: 1.4em;
  margin-bottom: 0;
}

@media only screen and (min-width: 560px) {
  .banner-core .banner-title,
  .banner-core strong {
    font-size: 2em;
  }
}

.page-title-zone {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 1em;
  background-color: #006EB6;
}

.page-title-overlay {
  position: absolute;
  background-color: #006EB6;
  opacity: .8;
  width: 100%;
  height: 100%;
}

.page-title-core {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
}

@media only screen and (min-width: 560px) {
  .page-title-core {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-title-core.no-banner {
  min-height: 0;
  height: 41px;
}

.page-title-core.no-banner .page-title {
  display: none;
}

.page-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.38889rem;
  margin-top: 1rem;
}

@media only screen and (min-width: 560px) {
  .page-title {
    margin-top: 0;
    margin-bottom: .4rem;
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

@media only screen and (min-width: 1080px) {
  .page-title {
    font-size: 42px;
    font-size: 2.33333rem;
  }
}

.breadcrumb-content {
  position: absolute;
  bottom: 17px;
  color: #ffffff;
  font-size: 16px;
  font-size: 0.88889rem;
}

.breadcrumb-content a {
  color: #ffffff;
}

.breadcrumb-content a:link:hover {
  text-decoration: underline;
}

.content > .heading-1,
.text-content > .heading-1 {
  font-size: 28px;
  font-size: 1.55556rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.content > .heading-2,
.text-content > .heading-2 {
  font-size: 23px;
  font-size: 1.27778rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.content > .heading-3,
.text-content > .heading-3 {
  font-size: 19px;
  font-size: 1.05556rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.content > .heading-4,
.text-content > .heading-4 {
  font-size: 15px;
  font-size: 0.83333rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.content > .heading-5,
.text-content > .heading-5 {
  font-size: 14px;
  font-size: 0.77778rem;
  margin-bottom: .1rem;
  text-transform: uppercase;
}

.content > .heading-1 a,
.content > .heading-2 a,
.content > .heading-3 a,
.content > .heading-4 a,
.content > .heading-5 a,
.text-content > .heading-1 a,
.text-content > .heading-2 a,
.text-content > .heading-3 a,
.text-content > .heading-4 a,
.text-content > .heading-5 a {
  text-decoration: underline;
  color: #0F2841;
}

.text-content a,
.content a {
  text-decoration: underline;
}

.text-content a:hover,
.content a:hover {
  text-decoration: none;
}

.text-content a.btn,
.content a.btn {
  text-decoration: none;
}

.text-content .lb-include,
.content .lb-include {
  clear: both;
}

.home-zone,
.page-zone,
.page-foot-zone {
  padding-top: 2em;
}

.zone-grey {
  background: #ebf2fa;
}

.item-head {
  display: block;
}

.item-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.item-title {
  font-size: 28px;
  font-size: 1.55556rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.item-content {
  line-height: 1.6;
}

.item-content p:last-child {
  margin-bottom: 0;
}

.item-link {
  font-weight: 700;
}

.item-link:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 5px solid #6fc03c;
  margin-left: .4em;
}

.banner-orange,
.banner-green,
.banner-blue {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.banner-orange .item-image,
.banner-green .item-image,
.banner-blue .item-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.banner-orange .item-body,
.banner-green .item-body,
.banner-blue .item-body {
  display: none;
}

.banner-orange .item-title,
.banner-green .item-title,
.banner-blue .item-title {
  display: block;
  width: 100%;
  bottom: 0;
  color: #fff;
  font-size: 17px;
  font-size: 0.94444rem;
  font-weight: 400;
  text-align: center;
  padding: .8em .5em;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-orange .item-title:after,
.banner-green .item-title:after,
.banner-blue .item-title:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 8px solid #fda05d;
  margin-left: .4em;
}

.banner-orange .item-title {
  background: #fc7718;
  background-color: rgba(252, 119, 24, 0.9);
}

.banner-orange .item-title:after {
  border-left: 8px solid #fda05d;
}

.banner-blue .item-title {
  background: #1671c4;
  background-color: rgba(22, 113, 196, 0.9);
}

.banner-blue .item-title:after {
  border-left: 8px solid #5b9ed5;
}

.banner-green .item-title {
  background: #44ba18;
  background-color: rgba(68, 186, 24, 0.9);
}

.banner-green .item-title:after {
  border-left: 8px solid #7cce5f;
}

.unit-home-featured {
  margin-bottom: 2em;
}

@media only screen and (min-width: 900px) {
  .unit-home .banner-orange:last-child,
  .unit-home .banner-green:last-child,
  .unit-home .banner-blue:last-child {
    margin-bottom: 0;
  }
}

.item-nav-sections .item-head {
  display: none;
}

.item-nav-sections a[target]:after {
  content: '';
  top: -1px;
  left: 6px;
}

.nav-sections a {
  color: #006cb8;
  font-weight: 400;
  padding: .4em .5em .4em 2.75em;
  display: block;
  position: relative;
}

.nav-sections a:before {
  content: ' ';
  position: absolute;
  left: 1.5em;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 9px solid #b2d2e9;
}

.nav-sections a:hover,
.nav-sections a.current {
  background: #f3f8fc;
}

.nav-sections a:hover:before,
.nav-sections a.current:before {
  border-left: 9px solid #31b600;
}

.nav-sections a.current:before {
  border-left: 9px solid #b2d2e9;
}

.nav-sections ul ul a {
  padding: .4em 1em .4em 3.75em;
}

.nav-sections ul ul a:before {
  left: 2.75em;
}

.nav-sections ul ul ul a {
  padding: .4em 1em .4em 5em;
}

.nav-sections ul ul ul a:before {
  left: 3.75em;
}

.item-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #cccccc;
}

.item-status.item-last {
  margin-bottom: 1rem;
}

.item-status-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.item-status-head {
  margin-bottom: 16px;
  display: block;
}

.item-status-title {
  display: block;
  margin: 0;
  color: #006eb6;
  font-size: 20px;
  font-size: 1.11111rem;
  text-transform: uppercase;
  font-weight: bold;
}

.item-status-meta {
  display: block;
  color: #0F2841;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
}

.item-status-body {
  display: block;
  color: #0F2841;
  font-size: 16px;
  font-size: 0.88889rem;
  margin-bottom: 1rem;
}

.item-status-link {
  font-style: italic;
  font-size: 16px;
  font-size: 0.88889rem;
}

.grid-staff {
  font-size: 0;
}

.item-staff {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
  vertical-align: top;
  display: inline-block;
  float: none;
}

.item-staff .item-body {
  text-align: center;
}

.item-staff .item-title {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  color: #165a9b;
  line-height: 1.2;
  margin-bottom: 0;
}

.item-staff .item-content {
  line-height: 1.2;
}

.item-staff .item-content em {
  margin-top: 4px;
  font-size: 13px;
  font-size: 0.72222rem;
  display: block;
}

.item-staff .item-email {
  font-size: 13px;
  font-size: 0.72222rem;
}

.item-staff .item-email:hover {
  text-decoration: underline;
}

.item-staff .icon-email {
  margin-bottom: 2px;
}

.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map .item-status {
  margin: 6px 0;
}

.map .item-status-content {
  line-height: 1.5;
}

.map img {
  max-width: none;
}

.service-area-controls {
  text-align: center;
  padding: 1em;
  background: #ededed !important;
  margin-bottom: 4px;
}

.service-area-controls .btn {
  line-height: 1;
  min-width: 111px;
}

.controls-search {
  margin-bottom: 1em;
  display: inline-block;
}

@media only screen and (min-width: 900px) {
  .controls-search {
    float: left;
    margin-bottom: 0;
  }
}

.controls-toggle {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 900px) {
  .controls-toggle {
    float: right;
  }
}

#search-text {
  padding: .3em .4em;
  width: 240px;
}

.breadcrumb-wrapper {
  position: absolute;
  bottom: 17px;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 0.88889rem;
}

.breadcrumb-wrapper .breadcrumbs a {
  color: #FFFFFF;
}

.breadcrumb-wrapper .breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumb-wrapper .breadcrumbs .delimiter {
  padding: 0 .5rem;
}

.text-content {
  max-width: 932px;
  margin: 0 auto 4rem auto;
  padding: 0 1rem;
}

@media (max-width: 560px) {
  .text-content img {
    width: 100% !important;
  }
}

.quick-link-icons {
  max-width: 1080px;
  margin: 0 auto 4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 900px) {
  .quick-link-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100px;
  }
}

.quick-link-icons .quick-link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 250px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: .2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

@media only screen and (min-width: 900px) {
  .quick-link-icons .quick-link-icon {
    width: auto;
    padding: 0;
    margin: 0;
  }
}

.quick-link-icons .quick-link-icon.t-orange:hover {
  background-color: #A84601;
}

.quick-link-icons .quick-link-icon.t-green:hover {
  background-color: #5BA62B;
}

.quick-link-icons .quick-link-icon.t-blue:hover {
  background-color: #004182;
}

.quick-link-icons .quick-link-icon:hover {
  background-image: none !important;
}

.quick-link-icons .quick-link-icon-divider {
  display: none;
  width: 1px;
  height: 100px;
  background-color: #CCCCCC;
  margin: 0;
}

@media only screen and (min-width: 900px) {
  .quick-link-icons .quick-link-icon-divider {
    display: block;
  }
}

.quick-link-icons a:first-child {
  margin-top: 0;
}

.quick-link-icons a:last-child {
  margin-bottom: 0;
}

.directory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 65px 90px;
  padding-bottom: 4rem !important;
}

.directory-list .directory-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  width: 100%;
}

.directory-list .directory-list-item:hover .directory-list-link {
  text-decoration: underline;
}

.directory-list .directory-list-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  width: 125px;
  height: 125px;
}

.directory-list .item-status-body {
  margin-bottom: .5rem;
}

.directory-list .directory-list-link {
  color: #175A9B;
  font-style: italic;
}

@media only screen and (min-width: 900px) {
  .directory-list.directory-list-two-columns .directory-list-item {
    width: calc(50% - 45px);
  }
}

.single-funnel {
  position: relative;
  margin-bottom: 4rem;
}

.single-funnel .blue-funnel-content {
  max-width: 1080px;
  margin: 0 auto;
}

.dual-funnels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .5rem .5rem;
  margin-bottom: 4rem;
}

.dual-funnels .dual-funnel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #006EB6;
}

@media only screen and (min-width: 900px) {
  .dual-funnels .dual-funnel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
  }
}

.dual-funnels .blue-funnel-content {
  max-width: 80%;
}

.single-funnel .blue-funnel-image,
.dual-funnels .blue-funnel-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #006EB6;
}

.single-funnel .blue-funnel-overlay,
.dual-funnels .blue-funnel-overlay {
  position: absolute;
  background-color: #006EB6;
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.single-funnel .blue-funnel-content,
.dual-funnels .blue-funnel-content {
  position: relative;
  z-index: 10;
  padding: 3rem 1.5rem 3rem 1.5rem;
  text-align: center;
  color: #FFFFFF;
}

.single-funnel .blue-funnel-header,
.dual-funnels .blue-funnel-header {
  margin-bottom: .2rem;
  font-size: 28px;
  font-size: 1.55556rem;
  font-weight: bold;
  text-transform: uppercase;
}

.single-funnel .blue-funnel-text,
.dual-funnels .blue-funnel-text {
  margin-bottom: 1.3rem;
}

.cards {
  max-width: 1080px;
  margin: 0 auto 4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards .card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px #00000029;
          box-shadow: 0px 5px 15px #00000029;
  width: 345px;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards .card-image {
  height: 80px;
  width: 100%;
  color: #006EB6;
  margin-bottom: .5rem;
}

.cards .card-header {
  display: block;
  margin-bottom: .7rem;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #006EB6;
}

.cards .card-text {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards .card-spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cards .btn {
  width: 80%;
}

.feature-images {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 4rem auto;
}

@media only screen and (min-width: 900px) {
  .feature-images {
    max-height: 500px;
  }
}

.feature-images ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-images .feature-image {
  position: relative;
  display: block;
}

.feature-images .feature-image-image {
  display: block;
  height: 300px;
  background-size: cover;
}

@media only screen and (min-width: 900px) {
  .feature-images .feature-image-image {
    height: 500px;
  }
}

.feature-images .feature-image-content {
  display: block;
  background: linear-gradient(to top, #74BF44 10px, #74BF44 10px, #006eb6 0%, #006eb6 100%);
  width: 100%;
  padding: .5rem 2rem 1.5rem 2rem;
  color: #FFFFFF;
  text-align: center;
}

@media only screen and (min-width: 900px) {
  .feature-images .feature-image-content {
    background: linear-gradient(to top, #74BF44 10px, #74BF44 10px, rgba(0, 110, 182, 0.8) 0%, rgba(0, 110, 182, 0.8) 100%);
    position: absolute;
    bottom: 0;
  }
}

.feature-images .feature-image-header {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (min-width: 560px) {
  .feature-images .feature-image-header {
    font-size: 32px;
  }
}

.feature-images .feature-image-header p {
  margin: 0;
}

.feature-images .feature-image-text {
  display: block;
}

.feature-images .feature-image-text p {
  margin: 0;
}

.feature-images .flex-direction-nav {
  line-height: 1;
}

.feature-images .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.feature-images .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

@media screen and (max-width: 900px) {
  .feature-image-content {
    height: 12rem;
  }

  .feature-image-header {
    font-size: 20px;
  }

  .feature-image-text {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

@media screen and (max-width: 580px) {
  .feature-image-content {
    height: 15rem;
  }
}

@media screen and (max-width: 367px) {
  .feature-image-content {
    height: 18rem;
  }
}

@media screen and (max-width: 280px) {
  .feature-image-content {
    height: 25rem;
  }
}

@media screen and (max-width: 236px) {
  .feature-image-content {
    height: 35rem;
  }
}

.employee-testimonials {
  max-width: 932px;
  margin: 0 auto 4rem auto;
  padding: 0 1rem;
}

.employee-testimonials .employee-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2.75rem;
  margin-bottom: 2.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 560px) {
  .employee-testimonials .employee-testimonial {
    gap: 0 60px;
  }
}

.employee-testimonials .employee-testimonial-photo img {
  max-width: 100px;
  height: auto;
  border-radius: 50%;
}

@media only screen and (min-width: 560px) {
  .employee-testimonials .employee-testimonial-photo img {
    max-width: 200px;
  }
}

.employee-testimonials .employee-testimonial-quote {
  margin-bottom: 1rem;
  font-style: italic;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media only screen and (min-width: 560px) {
  .employee-testimonials .employee-testimonial-quote {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.employee-testimonials .employee-testimonial-employee {
  font-size: 14px;
  font-size: 0.77778rem;
}

@media only screen and (min-width: 560px) {
  .employee-testimonials .employee-testimonial-employee {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.board-nomination-form {
  max-width: 900px;
  margin: 0 auto 4rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 900px) {
  .board-nomination-form {
    padding-left: 0;
    padding-right: 0;
  }
}

.community-fund-form {
  max-width: 900px;
  margin: 0 auto 4rem auto;
}

.history-timeline {
  max-width: 1080px;
  margin: 0 auto 4rem auto;
}

.careers-videos {
  margin: 0 auto 4rem auto;
}

.performance-dashboard {
  overflow-y: hidden;
  overflow-x: auto;
  max-width: 1080px;
  margin: 0 auto 4rem auto;
}

.performance-dashboard .grid-dashboard {
  margin-left: 0;
  margin-right: 0;
}

.service-area {
  max-width: 1080px;
  margin: 0 auto 4rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 900px) {
  .service-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.core-two.form-section {
  margin-bottom: 4rem;
}

.core-two.news-articles {
  margin-bottom: 4rem;
}

/* Wind Calculator */

.wind-calculator th {
  font-weight: 300;
  background: #165a9b;
  color: #fff;
  line-height: 1.2;
}

.wind-calculator th strong {
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
}

.wind-calculator td {
  background: #fff;
  padding: 1px;
  height: 100%;
  vertical-align: middle;
}

.wind-calculator .form-control {
  border: 0;
  min-width: 120px;
  max-width: 210px;
  min-height: 93px;
  font-size: 32px;
  font-size: 1.77778rem;
  color: #ccc;
  text-align: center;
}

.wind-calculator .control-select {
  font-size: 18px;
  font-size: 1rem;
}

.wind-calculator .kw-control {
  position: relative;
  padding-right: 1em;
}

.wind-calculator .kw-control .form-control {
  text-align: right;
}

.wind-calculator .kw-control:before {
  content: 'kW';
  position: absolute;
  right: .25em;
  top: 50%;
  margin-top: -6px;
  color: #ccc;
}

.wind-calculator .price-control {
  position: relative;
  padding-left: 1em;
}

.wind-calculator .price-control .form-control {
  text-align: right;
}

.wind-calculator .price-control:before {
  content: '$';
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -30px;
  color: #ccc;
  font-size: 32px;
  font-size: 1.77778rem;
}

.energy-demand-calculator {
  max-width: 800px;
  margin: 0 auto 4rem auto;
  padding-left: .2rem;
  padding-right: .2rem;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.energy-demand-calculator .padding-0 {
  padding: 0;
}

.energy-demand-calculator table {
  border-collapse: separate;
}

.energy-demand-calculator td {
  padding: .5em;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator td {
    padding: 1em;
  }
}

.energy-demand-calculator .season-links {
  padding: 0;
  margin: 0;
}

.energy-demand-calculator .season-links td {
  background-color: #FFFFFF;
  padding: 2%;
  width: 46%;
}

.energy-demand-calculator .season-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #BABABA;
  color: #175a9b;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

@media only screen and (min-width: 900px) {
  .energy-demand-calculator .season-link {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.energy-demand-calculator .season-link:hover,
.energy-demand-calculator .season-link.active {
  background-color: #11406E;
  color: #ffffff;
}

.energy-demand-calculator .season-link .icon,
.energy-demand-calculator .season-link .nav-head-main ul a[target]:after,
.nav-head-main ul .energy-demand-calculator .season-link a[target]:after,
.energy-demand-calculator .season-link #cboxPrevious,
.energy-demand-calculator .season-link #cboxNext,
.energy-demand-calculator .season-link #cboxSlideshow,
.energy-demand-calculator .season-link #cboxClose,
.energy-demand-calculator .season-link .item-nav-sections a[target]:after,
.item-nav-sections .energy-demand-calculator .season-link a[target]:after {
  display: none;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator .season-link .icon,
  .energy-demand-calculator .season-link .nav-head-main ul a[target]:after,
  .nav-head-main ul .energy-demand-calculator .season-link a[target]:after,
  .energy-demand-calculator .season-link #cboxPrevious,
  .energy-demand-calculator .season-link #cboxNext,
  .energy-demand-calculator .season-link #cboxSlideshow,
  .energy-demand-calculator .season-link #cboxClose,
  .energy-demand-calculator .season-link .item-nav-sections a[target]:after,
  .item-nav-sections .energy-demand-calculator .season-link a[target]:after {
    display: block;
    width: 56px;
    height: 61px;
    margin-right: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator .season-link .icon,
  .energy-demand-calculator .season-link .nav-head-main ul a[target]:after,
  .nav-head-main ul .energy-demand-calculator .season-link a[target]:after,
  .energy-demand-calculator .season-link #cboxPrevious,
  .energy-demand-calculator .season-link #cboxNext,
  .energy-demand-calculator .season-link #cboxSlideshow,
  .energy-demand-calculator .season-link #cboxClose,
  .energy-demand-calculator .season-link .item-nav-sections a[target]:after,
  .item-nav-sections .energy-demand-calculator .season-link a[target]:after {
    margin-right: 28px;
  }
}

.energy-demand-calculator .season-link .text {
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-size: 1rem;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator .season-link .text {
    margin-left: 14px;
    width: auto;
  }
}

@media only screen and (min-width: 900px) {
  .energy-demand-calculator .season-link .text {
    margin-left: 28px;
  }
}

.energy-demand-calculator .season-link .regular {
  display: block;
}

.energy-demand-calculator .season-link .highlighted {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.38889rem;
}

.energy-demand-calculator th {
  border: none;
  background-color: #175a9b;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.77778rem;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator th {
    font-size: 18px;
    font-size: 1rem;
  }
}

.energy-demand-calculator td {
  border: none;
  vertical-align: middle;
}

.energy-demand-calculator td.appliance-col {
  font-size: 14px;
  font-size: 0.77778rem;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator td.appliance-col {
    width: 50%;
  }
}

.energy-demand-calculator td.input-col {
  width: 100px;
  padding: 0;
  font-size: 14px;
  font-size: 0.77778rem;
}

.energy-demand-calculator td.info-col {
  width: 44px;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator td.info-col {
    width: 62px;
  }
}

.energy-demand-calculator .info-link {
  position: relative;
  background-color: #175a9b;
  color: #ffffff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.energy-demand-calculator .info-link:hover .info-link-text {
  display: block;
  position: absolute;
  top: -30px;
  right: 30px;
}

.energy-demand-calculator .info-link-close .info-link-text {
  opacity: 0;
}

.energy-demand-calculator .info-link-show .info-link-text {
  display: block;
  position: absolute;
  top: -30px;
  right: 30px;
}

.energy-demand-calculator .demand-link {
  position: relative;
}

.energy-demand-calculator .demand-link:hover .demand-link-desc {
  display: block;
  position: absolute;
  top: -30px;
  left: 0px;
}

.energy-demand-calculator .demand-link-desc {
  width: 300px;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator .demand-link-desc {
    width: 400px;
  }
}

.energy-demand-calculator .demand-link-desc-intro {
  background-color: #0164c1;
  padding: 10px 15px;
  color: #ffffff;
}

.energy-demand-calculator .demand-link-desc-details {
  background-color: #175a9b;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: initial;
}

.energy-demand-calculator .demand-link-desc-details strong {
  color: #ffffff;
  font-weight: bold;
}

.energy-demand-calculator .info-link-icon {
  font-size: 16px;
  font-size: 0.88889rem;
}

.energy-demand-calculator .info-link-text {
  display: none;
  z-index: 100;
  width: 250px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  font-size: 16px;
  font-size: 0.88889rem;
}

.energy-demand-calculator .info-link-text-intro {
  background-color: #0164c1;
  padding: 10px 15px;
  color: #ffffff;
}

.energy-demand-calculator .info-link-text-details {
  background-color: #175a9b;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: initial;
}

.energy-demand-calculator .input {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 3px 10px;
}

.energy-demand-calculator .calculator-totals {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.77778rem;
}

.energy-demand-calculator .calculator-totals a {
  text-decoration: underline;
}

.energy-demand-calculator .calculator-totals a:hover {
  color: #0066BF;
}

.energy-demand-calculator .calculator-totals .info-link {
  color: #FFFFFF;
  text-decoration: none;
}

.energy-demand-calculator .calculator-totals .info-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.energy-demand-calculator .calculator-totals .input-col {
  width: 100px;
}

.energy-demand-calculator .calculator-totals .spacer-col {
  width: 0px;
}

@media only screen and (min-width: 560px) {
  .energy-demand-calculator .calculator-totals .spacer-col {
    width: 62px;
  }
}

.energy-demand-calculator .calculator-totals .total-charge-row {
  background-color: #767676;
  color: #ffffff;
  font-weight: bold;
}

.energy-demand-calculator .disclaimer-row {
  background-color: #ffffff;
  font-size: 14px;
  font-size: 0.77778rem;
}

.ui-switcher {
  background-color: #767676;
  display: inline-block;
  height: 20px;
  width: 35px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  margin: 0;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 560px) {
  .ui-switcher {
    height: 26px;
    width: 70px;
    border-radius: 13px;
  }
}

.ui-switcher:before {
  font-family: sans-serif;
  font-size: 13px;
  font-size: 0.72222rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 7px;
  height: 12px;
  text-align: center;
}

@media only screen and (min-width: 560px) {
  .ui-switcher[aria-checked=false]:before {
    content: 'OFF';
    right: 7px;
  }
}

@media only screen and (min-width: 560px) {
  .ui-switcher[aria-checked=true]:before {
    content: 'ON';
    left: 7px;
  }
}

.ui-switcher[aria-checked=true] {
  background-color: #11406E;
}

.ui-switcher:after {
  background-color: #ffffff;
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 2px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

@media only screen and (min-width: 560px) {
  .ui-switcher:after {
    height: 22px;
    width: 22px;
  }
}

.ui-switcher[aria-checked=false]:after {
  left: 2px;
}

.ui-switcher[aria-checked=true]:after {
  left: 17px;
}

@media only screen and (min-width: 560px) {
  .ui-switcher[aria-checked=true]:after {
    left: 46px;
  }
}

.demand-link-desc-tab {
  display: block !important;
  position: absolute;
  top: -30px;
  left: 0px;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.toggle-col input {
  display: none !important;
}

.menu-li.drill-item.drill-item-active > ul {
  visibility: visible !important;
  opacity: 1 !important;
}

.menu-two-show {
  visibility: visible !important;
  opacity: 1 !important;
}

.menu-three-show {
  visibility: visible !important;
  opacity: 1 !important;
}

.controls-search label.sr-only {
  color: white;
}

label[for=billing_copy] {
  margin-left: 2rem;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 1399px) {
  .mobile-only {
    display: block !important;
  }
}

.accessibility-statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #000000;
  font-family: 'Helvetica', sans-serif;
}

@media (min-width: 782px) {
  .accessibility-statement {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.accessibility-statement img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 190px;
  margin-bottom: 45px;
}

@media (min-width: 782px) {
  .accessibility-statement img {
    margin-bottom: 0;
    margin-left: 60px;
  }
}

@media (min-width: 1099px) {
  .accessibility-statement img {
    margin-left: 90px;
  }
}

.text-content:has(.welcome-image-text) {
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.welcome-image-text h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.44rem;
  margin-bottom: 45px;
}

.welcome-image-text .text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}

.welcome-image-text .text-image p {
  margin-bottom: 45px;
  line-height: 1.7rem;
}

.welcome-image-text .text-image img {
  border-radius: 200px;
  width: 100%;
  min-width: 249px;
  min-height: 249px;
  max-width: 300px;
  max-height: 300px;
  aspect-ratio: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 500px) {
  .welcome-image-text .text-image img {
    min-width: 0;
    min-height: 0;
  }
}

@media (max-width: 815px) {
  .welcome-image-text h2 {
    text-align: center;
    line-height: normal;
  }

  .welcome-image-text .text-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dropdown-funnels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}

.dropdown-funnels .wrapper {
  width: 100%;
  max-width: 932px;
  margin: 0 auto 4rem auto;
  padding: 0 1rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.dropdown-funnels .dropdown-item {
  max-height: 85px;
  overflow-y: clip;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.dropdown-funnels .dropdown-item:nth-of-type(6) .dropdown,
.dropdown-funnels .dropdown-item:nth-of-type(7) .dropdown {
  background: #1E891E;
}

.dropdown-funnels .dropdown-item:last-child .dropdown {
  background: #11406E;
}

@media (max-width: 550px) {
  .dropdown-funnels .dropdown-item {
    max-height: 100px;
  }
}

.dropdown-funnels .dropdown-item.open {
  max-height: 3000px;
}

@media (max-width: 660px) {
  .dropdown-funnels .dropdown-item.open {
    max-height: 3500px;
  }
}

@media (max-width: 500px) {
  .dropdown-funnels .dropdown-item.open {
    max-height: 4000px;
  }
}

.dropdown-funnels .dropdown-item.open .cross .first {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown-funnels .dropdown {
  height: 80px;
  background: #006EB6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: white;
  padding: 25px 80px;
  cursor: pointer;
}

.dropdown-funnels .dropdown p {
  margin-bottom: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 550px) {
  .dropdown-funnels .dropdown p {
    font-size: 1rem;
  }
}

@media (max-width: 550px) {
  .dropdown-funnels .dropdown {
    height: 90px;
    padding: 25px 30px;
  }
}

.dropdown-funnels .cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 15px;
  min-width: 15px;
  margin-left: auto;
}

.dropdown-funnels .cross div {
  position: absolute;
  background: white;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dropdown-funnels .cross .first {
  left: 0;
  top: 42%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.dropdown-funnels .text {
  padding: 60px 80px;
}

@media (max-width: 550px) {
  .dropdown-funnels .text {
    padding: 60px 30px;
  }
}

.dropdown-funnels .text p {
  margin-bottom: 0;
  line-height: 1.7rem;
}

.dropdown-funnels .text a {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.dropdown-funnels .text a:hover {
  text-decoration: underline;
}

.dropdown-funnels .text .bold {
  font-weight: bold;
}

.dropdown-funnels .text p:first-child {
  font-weight: bold;
}

.dropdown-funnels .text p.not-bold:first-child {
  font-weight: normal;
}

.dropdown-funnels .text p:last-child {
  margin-bottom: 0;
}

.dropdown-funnels .text ol:has(li img) {
  padding-left: 0;
}

.dropdown-funnels .text li:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropdown-funnels .text li:has(img) img {
  width: 100px;
  margin-top: 10px;
}

@media (max-width: 550px) {
  .dropdown-funnels .text li:has(img) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.dropdown-funnels .text > div {
  margin-bottom: 30px;
}

.dropdown-funnels .safety-wrapper .heading {
  font-size: 1.5rem;
  margin: 40px 0 10px !important;
}

.dropdown-funnels .safety-wrapper .bold {
  font-weight: bold;
  margin-bottom: 0;
}

.dropdown-funnels .safety-wrapper p.bold {
  margin-top: 25px;
}
