@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,900');
#regular {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#italic {
  font-weight: 400;
  font-style: italic;
}
#bold {
  font-weight: 700;
}
#black {
  font-weight: 900;
}
.hide-text {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.flex {
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  color: #1c1c1b;
  background: #ececec;
}
body,
input,
button,
select,
textarea {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
a,
a:visited {
  text-decoration: none;
  color: #551b49;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #903484;
}
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-weight: 700;
  background: #551b49;
  color: #ffffff !important;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  font-size: 1em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background: #903484;
}
.btn.purple-alt,
input[type="button"].purple-alt,
input[type="reset"].purple-alt,
input[type="submit"].purple-alt {
  background: #903484;
}
.btn.purple-alt:hover,
input[type="button"].purple-alt:hover,
input[type="reset"].purple-alt:hover,
input[type="submit"].purple-alt:hover {
  background: #551b49;
}
.btn.blue,
input[type="button"].blue,
input[type="reset"].blue,
input[type="submit"].blue {
  background: #005173;
}
.btn.blue:hover,
input[type="button"].blue:hover,
input[type="reset"].blue:hover,
input[type="submit"].blue:hover {
  background: #00838a;
}
.btn.blue-alt,
input[type="button"].blue-alt,
input[type="reset"].blue-alt,
input[type="submit"].blue-alt {
  background: #00838a;
}
.btn.blue-alt:hover,
input[type="button"].blue-alt:hover,
input[type="reset"].blue-alt:hover,
input[type="submit"].blue-alt:hover {
  background: #005173;
}
.btn.green,
input[type="button"].green,
input[type="reset"].green,
input[type="submit"].green {
  background: #819600;
}
.btn.green:hover,
input[type="button"].green:hover,
input[type="reset"].green:hover,
input[type="submit"].green:hover {
  background: #3e7125;
}
.btn.green-alt,
input[type="button"].green-alt,
input[type="reset"].green-alt,
input[type="submit"].green-alt {
  background: #3e7125;
}
.btn.green-alt:hover,
input[type="button"].green-alt:hover,
input[type="reset"].green-alt:hover,
input[type="submit"].green-alt:hover {
  background: #819600;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h4 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.125em;
  margin: 1em 0 0.5em;
}
h1 .meta,
h2 .meta,
h3 .meta,
h4 .meta,
h5 .meta,
h6 .meta,
.h4 .meta {
  font-size: 0.75em;
  color: inherit;
  font-weight: normal;
}
h1 {
  font-weight: 900;
  text-transform: none;
  font-size: 3.5em;
  margin: 0;
}
h2 {
  font-size: 2.25em;
  font-weight: 900;
  color: #767676;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.325em;
  text-transform: none;
  font-weight: 900;
}
h5 {
  font-size: 1.25em;
  font-weight: 900;
  color: #767676;
}
h6 {
  font-size: 1.125em;
  text-transform: none;
  font-weight: 900;
}
sup {
  font-size: 0.625em;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
strong {
  font-weight: 700;
}
em {
  font-weight: 400;
  font-style: italic;
}
hr {
  background: #ececec;
  height: 4px;
  width: 100%;
  display: block;
  border: none;
  margin: 3em 0;
}
.meta {
  font-size: 0.875em;
  margin: 0;
  text-transform: none;
  color: #575756;
}
.meta.active {
  color: #e30513;
  font-weight: 700;
}
.meta.resolved {
  color: #767676;
  text-decoration: line-through;
}
.table-container {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
table {
  width: 100% !important;
  margin: 1em 0 1.5em;
}
table td {
  padding: 0.25em 1em;
}
table thead td,
table th {
  background: #575756;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875em;
}
table tbody td {
  background: #ffffff;
}
table tbody tr:nth-child(even) td {
  background: #ececec;
}
table.no-style tbody td {
  background: #ffffff !important;
}
iframe {
  width: 100% !important;
}
blockquote {
  border-left: 4px solid #903484;
  padding: 0.125em 2em;
  margin: 0;
  font-weight: 400;
  font-style: italic;
}
.nf-form-content {
  background: #ececec;
  padding: 1rem;
  margin: 1.5em 0;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper.vertical-center {
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wrapper.narrow {
  width: 520px;
}
.wrapper.wide {
  width: 1600px;
  max-width: 100%;
  box-sizing: border-box;
}
.alignment .wrapper.wide {
  border: 2px solid #551b49;
}
.wrapper.flex-wrapper {
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5em;
}
.alignment .wrapper {
  border: 2px solid #005173;
  overflow: hidden;
}
.one-quarter,
.one-third,
.one-half,
.two-thirds,
.three-quarters,
.full {
  padding: 0 0.5rem;
  box-sizing: border-box;
  float: left;
}
.one-quarter.right,
.one-third.right,
.one-half.right,
.two-thirds.right,
.three-quarters.right,
.full.right {
  text-align: right;
}
.one-quarter .one-quarter,
.one-third .one-quarter,
.one-half .one-quarter,
.two-thirds .one-quarter,
.three-quarters .one-quarter,
.full .one-quarter,
.one-quarter .one-third,
.one-third .one-third,
.one-half .one-third,
.two-thirds .one-third,
.three-quarters .one-third,
.full .one-third,
.one-quarter .one-half,
.one-third .one-half,
.one-half .one-half,
.two-thirds .one-half,
.three-quarters .one-half,
.full .one-half,
.one-quarter .two-thirds,
.one-third .two-thirds,
.one-half .two-thirds,
.two-thirds .two-thirds,
.three-quarters .two-thirds,
.full .two-thirds,
.one-quarter .three-quarters,
.one-third .three-quarters,
.one-half .three-quarters,
.two-thirds .three-quarters,
.three-quarters .three-quarters,
.full .three-quarters,
.one-quarter .full,
.one-third .full,
.one-half .full,
.two-thirds .full,
.three-quarters .full,
.full .full {
  padding: 0 1rem;
}
.alignment .one-quarter,
.alignment .one-third,
.alignment .one-half,
.alignment .two-thirds,
.alignment .three-quarters,
.alignment .full {
  border: 2px solid #819600;
}
.alignment .one-quarter > *,
.alignment .one-third > *,
.alignment .one-half > *,
.alignment .two-thirds > *,
.alignment .three-quarters > *,
.alignment .full > * {
  border: 2px dashed #819600;
}
.one-quarter {
  width: 25%;
}
.one-third {
  width: 33.333%;
}
.one-half {
  width: 50%;
}
.two-thirds {
  width: 66.666%;
}
.three-quarters {
  width: 75%;
}
.full {
  width: 100%;
  float: none;
}
#content {
  background: #ffffff;
  overflow: hidden;
  zoom: 1;
}
#content:before,
#content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
#primary,
#secondary {
  margin: 3em 0;
  line-height: 1.5em;
}
#primary.three-quarters {
  float: right;
  padding-left: 2.5em;
}
#primary a {
  font-weight: 700;
}
.blue #primary a {
  color: #005173;
}
.green #primary a {
  color: #819600;
}
#primary li {
  margin-bottom: 0.5em;
}
#secondary .menu {
  list-style: none;
  margin: 0 0 3em;
  padding: 0;
}
#secondary .menu li {
  display: none;
}
#secondary .menu li.current-menu-ancestor,
#secondary .menu li.current-menu-item.menu-item-has-children {
  display: block;
}
#secondary .menu li.current-menu-ancestor > .sub-menu > li,
#secondary .menu li.current-menu-item.menu-item-has-children > .sub-menu > li {
  display: block;
}
#secondary .menu li a {
  display: block;
  padding: 0.5em 1em;
  line-height: 1.25em;
}
#secondary .menu li a:hover {
  background: #ececec;
  text-decoration: none;
}
#secondary .menu > li > a {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #575756;
}
#secondary .menu .sub-menu {
  margin: 0;
  padding: 0;
}
#secondary .menu .sub-menu li a {
  color: #1c1c1b;
  font-weight: 700;
}
#secondary .menu .sub-menu li.current-menu-item > a {
  background: #903484;
  color: #ffffff;
}
.blue #secondary .menu .sub-menu li.current-menu-item > a {
  background: #00838a;
}
.green #secondary .menu .sub-menu li.current-menu-item > a {
  background: #3e7125;
}
#secondary .menu .sub-menu li .sub-menu a {
  padding-left: 2em;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#secondary .widget-title {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #575756;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1.125em;
  margin: 0;
}
#secondary .widget_archive ul {
  list-style: none;
  margin: 0 0 3em;
  padding: 0;
}
#secondary .widget_archive ul li {
  padding: 0.5em 1em 0.25em;
  margin: 0;
}
#secondary .widget_archive ul li a {
  font-weight: 700;
  line-height: 1.25em;
}
#secondary .widget_archive ul li span {
  line-height: 1.25em;
}
.title-bar {
  color: #ffffff;
  padding: 0.5em 1rem;
  background: #551b49;
  margin: 0.5rem 0;
}
.title-bar.blue {
  background: #005173;
}
.title-bar.green {
  background: #819600;
}
.title-bar a {
  color: #ffffff;
  line-height: 1;
}
.title-bar a:hover {
  color: inherit;
}
.home-widgets .one-quarter .title-bar {
  background: #005173;
}
.home-widgets .one-quarter:nth-child(odd) .title-bar {
  background: #819600;
}
.home-widgets .one-quarter > div {
  padding: 0 1em;
}
.home-widgets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-widgets ul li {
  margin-bottom: 0.25em;
}
.home-widgets ul a {
  font-weight: 700;
}
.home-widgets .menu-social-quicklinks-container a {
  display: none;
}
.home-widgets .menu-social-quicklinks-container .menu-item-51 ul a {
  display: block;
}
.menu-toggle {
  display: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.main-navigation {
  text-align: right;
  padding: 1.5em 0 0;
}
.main-navigation .search-form {
  float: right;
  margin-left: 1.5em;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation ul li {
  display: inline-block;
  padding: 0 1.5em 1em;
}
.main-navigation ul li a {
  display: block;
  font-weight: 700;
  color: #575756;
  text-transform: uppercase;
  font-size: 1.125em;
  padding: 0.5em 0;
  border-bottom: 6px solid transparent;
}
.main-navigation ul li a:hover {
  text-decoration: none;
}
.main-navigation ul li:hover a,
.main-navigation ul li.current-menu-item > a {
  border-bottom-color: #903484;
  color: #1c1c1b;
}
.main-navigation ul li ul.sub-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 1em;
  background: #551b49;
  text-align: center;
}
.main-navigation ul li ul.sub-menu .one-quarter li {
  display: block;
}
.main-navigation ul li ul.sub-menu li {
  padding: 0 1.5em;
  text-align: left;
  margin: 1.5em 0;
  display: inline-block;
}
.main-navigation ul li ul.sub-menu li a {
  text-transform: none;
  padding: 0.25rem 0.5rem;
  color: #e8e000;
  border: none;
}
.main-navigation ul li ul.sub-menu li a:hover {
  text-decoration: underline;
}
.main-navigation ul li ul.sub-menu li.current-menu-item > a {
  background: #903484;
}
.main-navigation ul li ul.sub-menu li ul.sub-menu {
  background: none;
  max-height: none;
  position: static;
  margin: 0;
}
.main-navigation ul li ul.sub-menu li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
}
.main-navigation ul li ul.sub-menu li ul.sub-menu li a {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875em;
}
.main-navigation ul li:hover ul.sub-menu,
.main-navigation ul li.focus ul.sub-menu {
  max-height: 2000px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.secondary-navigation {
  text-align: right;
  margin: 0;
}
.secondary-navigation .menu-social-quicklinks-container,
.secondary-navigation .outage-alert {
  display: inline-block;
  vertical-align: middle;
}
.secondary-navigation .outage-alert {
  display: inline-block;
  font-weight: 700;
  background: #551b49;
  color: #ffffff !important;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  font-size: 1em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.875em;
  background: #e30513;
  line-height: 1;
}
.secondary-navigation .outage-alert:hover {
  text-decoration: none;
  background: #903484;
}
.secondary-navigation .outage-alert.purple-alt {
  background: #903484;
}
.secondary-navigation .outage-alert.purple-alt:hover {
  background: #551b49;
}
.secondary-navigation .outage-alert.blue {
  background: #005173;
}
.secondary-navigation .outage-alert.blue:hover {
  background: #00838a;
}
.secondary-navigation .outage-alert.blue-alt {
  background: #00838a;
}
.secondary-navigation .outage-alert.blue-alt:hover {
  background: #005173;
}
.secondary-navigation .outage-alert.green {
  background: #819600;
}
.secondary-navigation .outage-alert.green:hover {
  background: #3e7125;
}
.secondary-navigation .outage-alert.green-alt {
  background: #3e7125;
}
.secondary-navigation .outage-alert.green-alt:hover {
  background: #819600;
}
.secondary-navigation .outage-alert .outage-alert-icon {
  width: 2em;
  height: 2.5em;
  background: url('images/outage-alert-icon.png') no-repeat top center / contain;
  background-image: url('images/outage-alert-icon@2x.png'), none;
  display: inline-block;
  margin-top: -0.75em;
  margin-bottom: -0.75em;
}
.secondary-navigation .outage-alert:hover {
  background: #1c1c1b;
}
.secondary-navigation .outage-alert:hover .outage-alert-icon {
  background-image: url('images/outage-alert-icon-hover.png');
  background-image: url('images/outage-alert-icon-hover@2x.png'), none;
}
.secondary-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.secondary-navigation ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.secondary-navigation ul li a {
  display: inline-block;
  font-weight: 700;
  background: #551b49;
  color: #ffffff !important;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  font-size: 1em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.875em;
  background: #767676;
  display: block;
}
.secondary-navigation ul li a:hover {
  text-decoration: none;
  background: #903484;
}
.secondary-navigation ul li a.purple-alt {
  background: #903484;
}
.secondary-navigation ul li a.purple-alt:hover {
  background: #551b49;
}
.secondary-navigation ul li a.blue {
  background: #005173;
}
.secondary-navigation ul li a.blue:hover {
  background: #00838a;
}
.secondary-navigation ul li a.blue-alt {
  background: #00838a;
}
.secondary-navigation ul li a.blue-alt:hover {
  background: #005173;
}
.secondary-navigation ul li a.green {
  background: #819600;
}
.secondary-navigation ul li a.green:hover {
  background: #3e7125;
}
.secondary-navigation ul li a.green-alt {
  background: #3e7125;
}
.secondary-navigation ul li a.green-alt:hover {
  background: #819600;
}
.secondary-navigation ul li.my-account a {
  background: #903484;
}
.secondary-navigation ul li.my-account a:hover {
  background: #551b49;
}
.secondary-navigation ul li.social-icon a {
  padding: 0.325em;
  width: 2em;
  text-align: center;
}
.secondary-navigation ul li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #767676;
}
.secondary-navigation ul li ul.sub-menu li {
  display: block;
}
.secondary-navigation ul li ul.sub-menu li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.secondary-navigation ul li.menu-item-has-children {
  width: 150px;
  text-align: left;
  position: relative;
}
.secondary-navigation ul li.menu-item-has-children:hover ul.sub-menu,
.secondary-navigation ul li.menu-item-has-children.focus ul.sub-menu {
  max-height: 2000px;
}
.header-navigation {
  text-align: right;
  margin: 0.75em 0;
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul li {
  display: inline-block;
  margin: 0;
}
.header-navigation ul li a {
  font-size: 0.875em;
  color: #575756;
  display: block;
  padding: 0 0.5em;
}
.header-navigation ul li:last-child a {
  padding-right: 0;
}
.header-navigation ul li ul.sub-menu {
  display: none;
}
.footer-navigation,
.footer-copyright {
  margin: 1.5em 0;
  zoom: 1;
}
.footer-navigation:before,
.footer-copyright:before,
.footer-navigation:after,
.footer-copyright:after {
  content: "";
  display: table;
}
.footer-navigation:after,
.footer-copyright:after {
  clear: both;
}
.footer-navigation ul,
.footer-copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.footer-navigation ul li,
.footer-copyright ul li {
  display: block;
  float: left;
  margin: 0;
  border-right: 1px solid #767676;
}
.footer-navigation ul li a,
.footer-copyright ul li a {
  color: #575756;
  display: block;
  padding: 0.125em 0.5em;
  line-height: 1em;
}
.footer-navigation ul li:last-child,
.footer-copyright ul li:last-child {
  border-right: none;
}
.footer-navigation ul li:last-child a,
.footer-copyright ul li:last-child a {
  padding-right: 0;
}
.footer-navigation ul li ul.sub-menu,
.footer-copyright ul li ul.sub-menu {
  display: none;
}
header.site-header {
  background: #ffffff;
  position: relative;
  z-index: 100;
}
header.site-header .site-branding {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header.site-header .site-navigation {
  display: block;
  padding-left: 200px;
}
header.site-header .site-title {
  margin: 0;
}
header.site-header .site-title a {
  background: url('images/notl-hydro-logo.png') no-repeat top left / contain;
  background-image: url('images/notl-hydro-logo@2x.png'), none;
  width: 200px;
  height: 140px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
header.site-header .site-description {
  display: none;
}
.search-form .search-field {
  display: block;
  font-size: 1.125em;
  padding: 0.5em 1.5em 0.5em 2.5em;
  border: none;
  border-radius: 5em;
  -webkit-appearance: none;
  background: #ececec url('images/search-icon.png') no-repeat 1em 0.625em;
  background-size: 16px 16px;
  background-image: url('images/search-icon@2x.png'), none;
  color: #1c1c1b;
  max-width: 100%;
  width: 200px;
}
.search-form .search-submit {
  display: none;
}
footer.site-footer {
  background: #ececec;
}
footer.site-footer img {
  display: inline-block;
  margin-left: 0.5rem;
  max-height: 78px;
}
#footer-mobile-nav {
  display: none;
}
#home-ctas .wrapper {
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#home-ctas .wrapper:before {
  display: none;
}
#home-ctas .home-cta-container {
  padding: 0;
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 0 0 25%;
  border: 0.5rem solid #ffffff;
  background: #575756;
}
#home-ctas .home-cta {
  padding: 0.5rem 0;
  color: #ffffff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  zoom: 1;
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
#home-ctas .home-cta:hover {
  background: #551b49;
  text-decoration: none;
}
#home-ctas .home-cta:before,
#home-ctas .home-cta:after {
  content: "";
  display: table;
}
#home-ctas .home-cta:after {
  clear: both;
}
#home-ctas .home-cta h3 {
  margin: 0.5rem 0;
  text-transform: none;
}
#home-content .latest-news .one-half {
  margin-bottom: 1rem;
}
#home-content .latest-news .one-half p {
  margin: 0.5em 0;
}
#banner {
  background: #551b49;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  height: auto;
  zoom: 1;
}
#banner:before,
#banner:after {
  content: "";
  display: table;
}
#banner:after {
  clear: both;
}
#banner h1,
#banner h2 {
  font-weight: 900;
  font-size: 5em;
  text-transform: none;
  margin: 0;
  line-height: 1em;
  color: #ffffff;
}
#banner .slide,
#banner .page-banner {
  box-sizing: border-box;
  padding: 3em 0;
  position: relative;
}
#banner .slide .image,
#banner .page-banner .image {
  background: no-repeat center center / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#banner .slide .wrapper,
#banner .page-banner .wrapper {
  z-index: 3;
}
#banner .slide .caption,
#banner .page-banner .caption {
  padding: 3em;
  position: relative;
}
#banner .slide:before,
#banner .page-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#banner .slide.purple:before,
#banner .page-banner.purple:before {
  background-color: rgba(85, 27, 73, 0.8);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(85, 27, 73, 0.8), rgba(85, 27, 73, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(85, 27, 73, 0.8), rgba(85, 27, 73, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(85, 27, 73, 0.8), rgba(85, 27, 73, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(85, 27, 73, 0.8), rgba(85, 27, 73, 0.6));
  /* Standard syntax */
}
#banner .slide.blue:before,
#banner .page-banner.blue:before {
  background-color: rgba(0, 81, 115, 0.8);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(0, 81, 115, 0.8), rgba(0, 81, 115, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(0, 81, 115, 0.8), rgba(0, 81, 115, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(0, 81, 115, 0.8), rgba(0, 81, 115, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(0, 81, 115, 0.8), rgba(0, 81, 115, 0.6));
  /* Standard syntax */
}
#banner .slide.green:before,
#banner .page-banner.green:before {
  background-color: rgba(129, 150, 0, 0.8);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(129, 150, 0, 0.8), rgba(129, 150, 0, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(129, 150, 0, 0.8), rgba(129, 150, 0, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(129, 150, 0, 0.8), rgba(129, 150, 0, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(129, 150, 0, 0.8), rgba(129, 150, 0, 0.6));
  /* Standard syntax */
}
#banner .slide.purple .image,
#banner .page-banner.purple .image,
#banner .slide.blue .image,
#banner .page-banner.blue .image,
#banner .slide.green .image,
#banner .page-banner.green .image {
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  filter: grayscale(1);
}
#banner.home-slider {
  height: auto;
  padding: 0;
}
#banner.home-slider .slide {
  height: 55vh;
}
#banner.home-slider .slide.caption-bottom {
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#banner.home-slider .slide.caption-center {
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slick-dots {
  bottom: 2em;
}
.slick-dots li button {
  font-size: 1em;
}
.slick-dots li button:before {
  font-size: 1em;
  color: white !important;
}
.child-grid {
  display: table-cell;
  /* fallback for ie <= 9 */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.child-grid .child-item {
  border: 0.5rem solid #ffffff;
  margin: 0;
  padding: 1rem;
}
.child-grid .child-item h2 {
  color: #ffffff;
}
.well {
  background: #551b49;
  padding: 1rem;
  margin: 0.5rem 0;
  color: #ffffff;
}
.blue .well {
  background: #005173;
}
.green .well {
  background: #819600;
}
.well h2 {
  font-weight: 900;
  margin: 0;
}
.well a {
  color: #e8e000 !important;
}
#breadcrumbs {
  font-size: 0.875em;
  line-height: 1.25em;
  margin: 1em 0;
  padding: 1em 1.5rem;
  border-bottom: 1px solid #ececec;
}
#breadcrumbs > span:first-child {
  text-transform: uppercase;
}
.accordion hr {
  margin: 1.5em 0;
}
.accordion-item {
  position: relative;
  padding: 0 0 0 2em;
}
.accordion-item .accordion-title h2,
.accordion-item .accordion-title h3,
.accordion-item .accordion-title h4,
.accordion-item .accordion-title h5,
.accordion-item .accordion-title h6 {
  margin: 0;
}
.accordion-item .signifier-active,
.accordion-item .signifier-inactive {
  position: absolute;
  left: 0;
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.accordion-item .signifier-active {
  display: none;
}
.accordion-item .accordion-content {
  overflow: hidden;
  transition: max-height 0.015s ease-in-out;
  max-height: 0;
  margin: 0;
}
.accordion-item.active .signifier-active {
  display: block;
  top: -4px;
}
.accordion-item.active .signifier-inactive {
  display: none;
}
.accordion-item.active .accordion-content {
  max-height: 2000px;
  transition: max-height 0.5s ease-in-out;
  margin-top: 1em;
}
.nav-links {
  border-top: 4px solid #ececec;
  display: block;
  margin-top: 3em;
  padding-top: 3em;
  text-transform: uppercase;
}
.nav-links .nav-previous {
  float: right;
}
[class^="icon-"],
[class*=" icon-"] {
  line-height: 1em;
}
@media only screen and (max-width: 1279px) {
  .main-navigation,
  .secondary-navigation {
    font-size: 0.925em;
  }
  .main-navigation ul li {
    padding: 0 1em 1em;
  }
  .main-navigation ul.menu > li > a {
    font-size: 1em;
  }
  .search-form .search-field {
    font-size: 1em;
    width: 160px;
  }
}
/* For tablets: */
@media only screen and (max-width: 1023px) {
  body {
    font-size: 95%;
  }
  #banner.home-slider .slide {
    height: 60vh;
    min-height: 400px;
  }
  #banner h1,
  #banner h2 {
    font-size: 4em;
  }
  h1 {
    font-size: 3em;
  }
  #banner .slide .caption p,
  #banner .page-banner .caption p {
    font-size: 1.25em;
  }
  #home-ctas .home-cta-container {
    width: 50%;
    flex: 0 0 50%;
  }
  #content {
    margin-top: 80px;
  }
  header.site-header {
    position: fixed;
    top: 0;
    height: 80px;
    background: #ececec;
  }
  header.site-header .site-title a {
    height: 100px;
    width: 150px;
  }
  header.site-header .site-navigation {
    padding: 0;
    position: absolute;
    top: 80px;
    right: 0;
    position: fixed;
    bottom: 0;
    width: 0;
    overflow: visible;
  }
  header.site-header .site-navigation .menu-social-quicklinks-container,
  header.site-header .site-navigation .header-navigation {
    display: none;
  }
  header.site-header .site-navigation .secondary-navigation .outage-alert {
    position: absolute;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 0.5rem;
    right: 1rem;
    top: 1.5em;
    font-size: 0.75em;
    text-align: center;
    padding: 0.75em 1em;
    position: fixed;
    top: 2.5em;
    right: 7.5em;
  }
  header.site-header .site-navigation .main-navigation {
    display: block;
    width: 350px;
    max-width: 100%;
    background: #ffffff;
    padding: 0;
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: translateX(150%);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  header.site-header .site-navigation .main-navigation .search-form {
    padding: 0.75rem 1rem;
    float: none;
    margin: 0;
    border-bottom: 1px solid #ececec;
  }
  header.site-header .site-navigation .main-navigation .search-form .search-field {
    width: 100%;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container {
    padding: 0;
    float: none;
    margin: 0;
    text-align: left;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container .menu {
    border-bottom: 1px solid #ececec;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container .menu > li {
    position: relative;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container .menu > li:before {
    content: "+";
    position: absolute;
    z-index: 10;
    font-size: 3em;
    color: #767676;
    padding: 0 1rem;
    right: 0;
    top: 0;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container .menu > li.expanded:before {
    transform: rotateZ(45deg);
    color: #903484;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container li {
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #ececec;
    border-left: none;
    border-right: none;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container li a {
    font-size: 1.325em;
    padding: 0.5rem 0;
    margin: 0 1rem;
    border-top: 6px solid transparent;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container li.expanded ul {
    display: block;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container li ul {
    overflow: hidden;
    display: none;
    max-height: none;
    margin: 0;
    font-size: 0.875em;
    position: relative;
    padding: 0.5rem 0;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container li ul li {
    border: none;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container li ul a {
    padding: 0.5em 1rem;
    margin: 0;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container li ul .one-quarter {
    width: 100%;
    padding: 0;
  }
  header.site-header .site-navigation .main-navigation .menu-primary-container li ul ul {
    padding-top: 0;
  }
  header.site-header .site-navigation .menu-toggle {
    display: block;
    position: absolute;
    top: -3.75em;
    right: 1rem;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
    border: none;
    background: none;
    padding: 0;
  }
  header.site-header .site-navigation .menu-toggle span,
  header.site-header .site-navigation .menu-toggle span:before,
  header.site-header .site-navigation .menu-toggle span:after {
    display: block;
    height: 3px;
    width: 100%;
    background: #903484;
    content: '';
    position: absolute;
    -webkit-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    -ms-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  header.site-header .site-navigation .menu-toggle span:before {
    top: -9px;
  }
  header.site-header .site-navigation .menu-toggle span:after {
    top: 9px;
  }
  header.site-header .site-navigation.toggled nav.main-navigation {
    transform: translateX(0);
  }
  header.site-header .site-navigation.toggled .menu-toggle span {
    background-color: transparent;
    -webkit-transition: 0.15s all ease;
    -moz-transition: 0.15s all ease;
    -ms-transition: 0.15s all ease;
    -o-transition: 0.15s all ease;
  }
  header.site-header .site-navigation.toggled .menu-toggle span:before {
    top: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  header.site-header .site-navigation.toggled .menu-toggle span:after {
    top: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .admin-bar header.site-header {
    top: 32px;
  }
  .admin-bar header.site-header .site-navigation nav.main-navigation,
  .admin-bar header.site-header .site-navigation .menu-toggle,
  .admin-bar header.site-header .site-navigation .secondary-navigation .outage-alert {
    margin-top: 32px;
  }
  header .nav-btn {
    display: block;
    position: absolute;
    top: 0.75em;
    right: 2.5%;
    padding: 1.65em 2.35em 1.75em 1em;
  }
  html.scroll-lock,
  body.scroll-lock {
    overflow: hidden;
  }
  #footer-mobile-nav {
    display: block;
    zoom: 1;
    margin: 1em 0 0;
    padding: 1em 0;
    border-top: 1px solid #ececec;
    background: white;
  }
  #footer-mobile-nav:before,
  #footer-mobile-nav:after {
    content: "";
    display: table;
  }
  #footer-mobile-nav:after {
    clear: both;
  }
  #footer-mobile-nav .secondary-navigation,
  #footer-mobile-nav .header-navigation {
    display: inline-block;
  }
  #footer-mobile-nav .header-navigation {
    text-align: left;
    margin: 0.5em 0;
  }
  #footer-mobile-nav .header-navigation .menu > li > a:first-child {
    padding-left: 0;
  }
  #footer-mobile-nav .secondary-navigation {
    text-align: right;
  }
  #footer-mobile-nav .secondary-navigation ul li {
    vertical-align: top;
  }
  #footer-mobile-nav .secondary-navigation ul li.menu-item-has-children {
    width: auto;
  }
  #footer-mobile-nav .secondary-navigation ul li a {
    line-height: 1.125em;
  }
  #footer-mobile-nav .secondary-navigation ul li ul.sub-menu {
    bottom: 2.75em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #footer-mobile-nav .secondary-navigation .menu > li > a {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar header.site-header {
    top: 46px;
  }
  .admin-bar header.site-header .site-navigation nav.main-navigation,
  .admin-bar header.site-header .site-navigation .menu-toggle,
  .admin-bar header.site-header .site-navigation .secondary-navigation .outage-alert {
    margin-top: 46px;
  }
}
/* For large mobile phones: */
@media only screen and (max-width: 767px) {
  .home-widgets .one-quarter {
    width: 50%;
  }
  #banner .slide .caption,
  #banner .page-banner .caption,
  #home-content .latest-news .one-half {
    width: 100%;
    font-size: 0.875em;
  }
  #content {
    margin-top: 60px;
  }
  header.site-header {
    height: 60px;
  }
  header.site-header .site-title a {
    height: calc(75px);
    width: 110px;
  }
  header.site-header .site-navigation {
    top: 60px;
  }
  header.site-header .site-navigation .main-navigation {
    top: 60px;
  }
  header.site-header .site-navigation .menu-toggle {
    top: -3.25em;
  }
  header.site-header .site-navigation .secondary-navigation .outage-alert {
    top: 1.375em;
  }
  header.site-header .site-navigation .secondary-navigation .outage-alert .desktop-alert {
    display: none;
  }
  header.site-header .site-navigation .secondary-navigation .outage-alert .mobile-alert {
    display: block !important;
  }
}
/* For mobile phones: */
@media only screen and (max-width: 640px) {
  #home-ctas .home-cta-container,
  #home-content .latest-news,
  .home-widgets .one-quarter {
    width: 100%;
  }
  #twitter-widget-0 {
    height: 60vh !important;
  }
  .one-quarter,
  .one-third,
  .one-half,
  .two-thirds,
  .three-quarters {
    width: 100% !important;
    float: none !important;
    padding: 0 1rem;
  }
  #banner .slide .caption,
  #banner .page-banner .caption {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #home-ctas .home-cta-container {
    flex: 0 0 100%;
  }
  #home-ctas .home-cta .image {
    width: 33.333% !important;
  }
  #home-ctas .home-cta .caption {
    width: 66.666% !important;
  }
  footer.site-footer {
    text-align: center;
  }
  .footer-navigation ul,
  .footer-copyright ul {
    float: none;
  }
  .footer-navigation ul li,
  .footer-copyright ul li {
    float: none;
    display: inline-block;
  }
  footer.site-footer img {
    display: block;
    margin: 1.5em auto 0;
  }
  #footer-mobile-nav {
    padding: 0.5em 0;
  }
  #footer-mobile-nav .secondary-navigation,
  #footer-mobile-nav .header-navigation {
    text-align: center;
    margin: 0.5em 0 0.75em;
  }
  #primary.three-quarters {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar header.site-header {
    top: 0;
  }
  .admin-bar header.site-header .site-navigation nav.main-navigation,
  .admin-bar header.site-header .site-navigation .menu-toggle,
  .admin-bar header.site-header .site-navigation .secondary-navigation .outage-alert {
    margin-top: 0;
  }
}
