/*! 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,
.item-status[target] .item-status-title:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
  vertical-align: middle;
}

.icon-logo {
  width: 2.47265625em;
}

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

.clearfix:before,
.nav-head-sub: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,
.slider .slides:before,
.page-core:before,
.home-zone:before,
.page-zone:before,
.page-foot-zone:before,
.item-status:before,
.service-area-controls:before,
.clearfix:after,
.nav-head-sub: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,
.slider .slides:after,
.page-core:after,
.home-zone:after,
.page-zone:after,
.page-foot-zone:after,
.item-status:after,
.service-area-controls:after,
.grid:before,
.grid:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.nav-head-sub: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,
.slider .slides:after,
.page-core:after,
.home-zone:after,
.page-zone:after,
.page-foot-zone:after,
.item-status: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: 1em;
  padding-right: 1em;
}

.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: 768px) {
  .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: 1024px) {
  .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 {
  position: absolute;
  right: 1em;
  top: 14px;
  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: 1024px) {
  .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: 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,
.head-logo .item-status[target] .item-status-title:after,
.item-status[target] .head-logo .item-status-title:after {
  font-size: 108px;
  font-size: 6.75rem;
}

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

.head-zone {
  z-index: 200;
  position: relative;
}

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

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

.nav-head-sub {
  position: relative;
}

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

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

@media only screen and (min-width: 560px) {
  .nav-head-sub .btn {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-head-sub .btn {
    width: auto;
    float: none;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    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,
.nav-head-sub .btn .item-status[target] .item-status-title:after,
.item-status[target] .nav-head-sub .btn .item-status-title:after {
  top: -2px;
  margin-right: 4px;
}

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

.nav-head-sub .btn .icon-lightning {
  color: #ff974d;
  font-size: 1.25em;
}

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

@media only screen and (min-width: 1024px) {
  .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.875rem;
  font-weight: 400;
  color: #165a9b;
  margin: 0 1em;
}

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

.head-social {
  position: absolute;
  top: -35px;
  right: 0;
  line-height: 1;
}

@media only screen and (min-width: 1024px) {
  .head-social {
    position: static;
    text-align: right;
  }
}

.head-social a {
  font-size: 32px;
  font-size: 2rem;
  color: #3db400;
  opacity: .8;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.head-social a:hover {
  opacity: 1;
}

.nav-head-main {
  background-color: rgba(0, 85, 164, 0.9);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

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

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

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

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

@media only screen and (min-width: 1024px) {
  .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: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  padding: .5em 1.5em;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.nav-head-main a:hover {
  background: #47b217;
}

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

@media only screen and (min-width: 1024px) {
  .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-color: rgba(51, 156, 0, 0.9);
  padding: 1em 0;
}

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

.nav-head-main ul ul a {
  display: block;
  padding: .4em 1.5em .4em .8em;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
}

.nav-head-main ul ul ul {
  top: 0;
  left: 100%;
  background-color: rgba(39, 125, 0, 0.9);
}

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

@media only screen and (min-width: 1024px) {
  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;
}

.drill-menu > li {
  position: absolute;
  right: 100%;
}

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

@media only screen and (min-width: 1024px) {
  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;
  }
}

.foot-zone {
  padding: 4em 0 2em 0;
  background: #0164c1;
  text-align: center;
  color: #7fb2df;
}

.foot-zone a {
  color: #fff;
}

.foot-tagline {
  display: block;
  font-family: 'athelas',serif;
}

.foot-phone-call {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
  display: block;
}

.foot-phone-call .icon,
.foot-phone-call .nav-head-main ul a[target]:after,
.nav-head-main ul .foot-phone-call a[target]:after,
.foot-phone-call #cboxPrevious,
.foot-phone-call #cboxNext,
.foot-phone-call #cboxSlideshow,
.foot-phone-call #cboxClose,
.foot-phone-call .item-nav-sections a[target]:after,
.item-nav-sections .foot-phone-call a[target]:after,
.foot-phone-call .item-status[target] .item-status-title:after,
.item-status[target] .foot-phone-call .item-status-title:after {
  color: #4c93d3;
  margin-right: 4px;
  font-size: 40px;
  font-size: 2.5rem;
}

.foot-legal {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 20px;
}

.foot-legal a {
  color: #7fb2df;
}

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

.foot-social {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  opacity: .8;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.foot-social:hover {
  opacity: 1;
}

img {
  max-width: 100%;
}

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: #3db400;
}

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: 20px;
  font-size: 1.25rem;
}

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

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

dt {
  color: #3db400;
  padding-left: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  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 #3db400;
  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: 24px;
  font-size: 1.5rem;
  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.75rem;
}

.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: 400;
  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;
  border-radius: 4px;
}

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

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

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

.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-green {
  color: #fff;
  background: #3db400;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn-green:hover {
  background: #2da400;
}

.pagination .btn-next,
.pagination .btn-prev {
  position: relative;
}

.pagination .btn-next:before,
.pagination .btn-prev:before {
  content: ' ';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.pagination .btn-next {
  padding-right: 2em;
  float: right;
}

.pagination .btn-next:before {
  border-left: 6px solid #fff;
  right: 1em;
}

.pagination .btn-prev {
  padding-left: 2em;
  float: left;
}

.pagination .btn-prev:before {
  border-right: 6px solid #fff;
  left: 1em;
}

.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: 24px;
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #0066bf;
  font-weight: 300;
  line-height: 1.2;
}

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

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

.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: 24px;
  font-size: 1.5rem;
  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-group label {
  color: #bbb;
}

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

.form-clear {
  clear: both;
}

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

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

@media screen and (max-width: 1024px) {
  .form-container {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #community-fund-application {
    margin: auto;
    width: 95%;
  }
}

.timeline {
  padding: 2em 0 2em .2em;
  position: relative;
}

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

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .item-timeline .item-timeline-content {
    width: 45%;
  }
}

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

.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: 768px) {
  .item-timeline .item-timeline-image {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .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: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    color: #165a9b;
    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: #3db400;
}

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

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

  .item-timeline.item-timeline-right .item-timeline-date {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    color: #3db400;
    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: 24px;
  font-size: 1.5rem;
  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: #fff;
  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,
.locations-key .item-status[target] .item-status-title:after,
.item-status[target] .locations-key .item-status-title:after {
  display: block;
  margin: 0 auto;
}

.locations-key-office {
  background: #0083fd;
}

.locations-key-dropbox {
  background: #6ebe44;
}

@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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,
.item-location .item-status[target] .item-status-title:after,
.item-status[target] .item-location .item-status-title:after {
  margin-right: 6px;
}

.item-location .icon-pin-office {
  color: #0083fd;
}

.item-location .icon-pin-dropbox {
  color: #6ebe44;
}

.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: 768px) {
  .item-dashboard:first-child {
    margin-bottom: 0;
  }
}

.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,
.item-status[target] .item-dashboard > .item-status-title:after {
  position: absolute;
  top: 0px;
  left: 16px;
  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,
.item-dashboard-head .item-status[target] .item-status-title:after,
.item-status[target] .item-dashboard-head .item-status-title:after {
  top: -2px;
}

.item-dashboard-title {
  display: inline;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  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: -114px;
  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: 50%;
  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 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;
}

.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-section .video-js {
  margin: 2rem auto;
}

@media only screen and (min-width: 560px) {
  #careers-videos-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 2rem 0;
  }
}

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

body {
  font-size: 16px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  background: #fff;
  color: #222;
  line-height: 1.6;
}

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

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

#wygwam-body {
  width: 651px;
}

.hero-core,
.head-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: 1024px) {
  .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: 24px;
  font-size: 1.5rem;
}

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

.slider {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  max-height: 640px;
}

.slider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  background-size: cover;
}

.slider .slides > li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slider .slides img {
  width: 100%;
  display: block;
}

.page-title-zone {
  overflow: hidden;
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 1em;
}

.page-title-core {
  min-height: 230px;
  position: relative;
}

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

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

.page-title {
  position: absolute;
  left: 16px;
  bottom: 0;
  color: #fff;
  font-weight: 300;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: .4em;
}

.breadcrumb-content {
  color: #878787;
  font-size: 12px;
  font-size: 0.75rem;
}

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

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

.aside-right {
  margin-top: 1em;
}

@media only screen and (min-width: 1024px) {
  .aside-right {
    margin-top: 0;
    width: 309px;
    margin-left: -309px;
    float: left;
  }
}

@media only screen and (min-width: 1024px) {
  .content-left {
    width: 100%;
    padding-right: 341px;
    float: left;
  }
}

.content-title,
.content > h3 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 16px;
  color: #0066bf;
  font-weight: 300;
}

.content > h4 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 8px;
  color: #0066bf;
  font-weight: 300;
}

.content > h5 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #0066bf;
  font-weight: 300;
}

.content > h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 8px;
  color: #0066bf;
  font-weight: 300;
}

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

/*
.unit-home,
.unit-page {
  margin-top: 2em;
  &:first-child {
    margin-top: 0;
  }
  @include respond-to(desktop) {
    margin-top: 0;
  }
}
*/

.zone-grey {
  background: #ebf2fa;
}

.item-head {
  display: block;
}

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

.item-title {
  font-size: 32px;
  font-size: 2rem;
  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;
}

.item-aside {
  margin-bottom: 3em;
}

.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: 20px;
  font-size: 1.25rem;
  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: 768px) {
  .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 {
  margin-bottom: 1.5em;
  display: block;
}

.item-status-image {
  display: block;
  width: 117px;
  margin-right: -117px;
  float: left;
}

.item-status-main {
  display: block;
  width: 100%;
  padding-left: 132px;
  float: left;
}

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

.item-status-title {
  display: block;
  color: #0066bf;
  font-size: 1.5em;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 400;
}

.item-status-meta {
  display: block;
  color: #333;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.item-status-body {
  display: block;
  color: #222;
}

.item-status-body p:last-child,
.item-status-body ul:last-child {
  margin-bottom: 0;
}

.item-status[target] .item-status-title:after {
  content: '';
  top: -1px;
  left: 6px;
}

.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: 18px;
  font-size: 1.125rem;
  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: 14px;
  font-size: 0.875rem;
  display: block;
}

.item-summary {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.item-summary item-head {
  display: block;
}

.item-summary .item-title {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 16px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.item-summary .item-content {
  line-height: 1.4;
}

.item-summary .item-link {
  display: none;
}

.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: #112;
  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: 768px) {
  .controls-search {
    float: left;
    margin-bottom: 0;
  }
}

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

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

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

/* 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: 1.125rem;
}

.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: 2rem;
  color: #ccc;
  text-align: center;
}

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

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