@charset "UTF-8";
/* ============================================================
  Styles for bare HTML elements (h1, a, p, etc.)
  ============================================================ */
/* ============================================================
  Preprocessors, fonts, variables.
  These ITCSS naming conventions and structure are inspired by Lindsay Grizzard's article on Medium: https://medium.com/gusto-design/creating-the-perfect-css-system-fa38f5bcdd9e
  ============================================================ */
/* ============================================================
  Vendor-specific styles.
  ============================================================ */
/* ============================================================
  Breakpoints
  ============================================================ */
/* ============================================================
  Colors
  ============================================================ */
/* ============================================================
  Styles for fonts/typefaces.
  ============================================================ */
/* ============================================================
  Placeholders for repeat styles.
  ============================================================ */
.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

#block-paladin-breadcrumbs ol,
#block-outage-breadcrumbs ol,
.nospacing {
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================================
  Styles for the breadcrumb.
  ============================================================ */
#block-paladin-breadcrumbs,
#block-outage-breadcrumbs {
  margin: 2em 0;
}
@media (min-width: 1025px) {
  #block-paladin-breadcrumbs,
#block-outage-breadcrumbs {
    margin: 0 0 2em;
  }
}
@media (min-width: 888px) {
  .node-type-page #block-paladin-breadcrumbs, .node-type-webform #block-paladin-breadcrumbs,
.node-type-page #block-outage-breadcrumbs,
.node-type-webform #block-outage-breadcrumbs {
    margin: 0 0 1em 27%;
  }
}
@media (min-width: 1280px) {
  .node-type-page #block-paladin-breadcrumbs, .node-type-webform #block-paladin-breadcrumbs,
.node-type-page #block-outage-breadcrumbs,
.node-type-webform #block-outage-breadcrumbs {
    margin: 0 0 1em 26%;
  }
}
#block-paladin-breadcrumbs ol,
#block-outage-breadcrumbs ol {
  list-style: none;
}
#block-paladin-breadcrumbs ol li,
#block-outage-breadcrumbs ol li {
  display: inline-block;
}
@media (min-width: 321px) {
  #block-paladin-breadcrumbs ol li,
#block-outage-breadcrumbs ol li {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  #block-paladin-breadcrumbs ol li,
#block-outage-breadcrumbs ol li {
    font-size: 1.125em;
  }
}
#block-paladin-breadcrumbs ol li a,
#block-outage-breadcrumbs ol li a {
  font-weight: 600;
}
#block-paladin-breadcrumbs ol li svg,
#block-outage-breadcrumbs ol li svg {
  color: #214183;
  font-size: 1.6em;
  margin: 0 0.2em;
  position: relative;
  top: 0.175em;
}

/* ============================================================
  Styles for buttons.
  ============================================================ */
button,
.button {
  border-radius: 3px;
  padding: 0.5em;
  text-decoration: none;
}
@media (min-width: 321px) {
  button,
.button {
    padding: 0.5em 0.75em;
  }
}
button.primary, button.active,
.button.primary,
.button.active {
  border: 0;
  color: #fff;
}
button.primary.blue, button.active.blue,
.button.primary.blue,
.button.active.blue {
  background: #214183;
}
button.primary.blue:hover, button.active.blue:hover,
.button.primary.blue:hover,
.button.active.blue:hover {
  background: linear-gradient(45deg, #214183 0%, #0095c8 100%);
}
button.primary.green, button.active.green,
.button.primary.green,
.button.active.green {
  background: #355e3b;
  color: #fff;
}
button.primary.green:hover, button.active.green:hover,
.button.primary.green:hover,
.button.active.green:hover {
  background: linear-gradient(33deg, #355e3b 50%, #4CBB17 100%);
}
button.secondary,
.button.secondary {
  background: #fff;
}
button.secondary.blue,
.button.secondary.blue {
  color: #214183;
  border: 2px solid #214183;
}
button.secondary.blue:hover,
.button.secondary.blue:hover {
  background: rgba(242, 245, 247, 0.5);
  color: #015182;
}
button.secondary.blue[href$=".pdf"],
.button.secondary.blue[href$=".pdf"] {
  padding: 0.25em 0.5em;
}
button.secondary.green,
.button.secondary.green {
  color: #355e3b;
  border: 2px solid #4CBB17;
}
button.secondary:hover,
.button.secondary:hover {
  background: rgba(76, 187, 23, 0.1);
}

.paragraph--type--text p strong .button {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .paragraph--type--text p strong .button {
    display: inline-block;
    margin-bottom: 0;
  }
}
.datepicker {
  position: relative;
  margin: 0 2em 0 0;
  width: 175px;
}
.datepicker label {
  display: block;
}
.datepicker input {
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 0.9em;
}
.datepicker input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: normal;
}
.datepicker input::-moz-placeholder { /* Firefox 19+ */
  font-style: normal;
}
.datepicker input:-ms-input-placeholder { /* IE 10+ */
  font-style: normal;
}
.datepicker input:-moz-placeholder { /* Firefox 18- */
  font-style: normal;
}
.datepicker .cal {
  background: #214183;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  height: 100%;
  width: 42px;
  padding: 0.5em 0;
  text-align: center;
}
.datepicker .cal svg {
  color: #fff;
  font-size: 1.75em;
}

input,
textarea {
  border: 2px solid #9fa6ab;
  border-radius: 3px;
  padding: 0.6em 0 0.6em 0.6em;
  font-size: 1em;
}
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=checkbox], input[type=date],
input .select-wrap select,
textarea[type=text],
textarea[type=email],
textarea[type=password],
textarea[type=tel],
textarea[type=number],
textarea[type=checkbox],
textarea[type=date],
textarea .select-wrap select {
  width: 100%;
}
input[type=submit],
textarea[type=submit] {
  padding: 0.6em;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Proxima N W01 Reg", sans-serif;
  font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
  font-family: "Proxima N W01 Reg", sans-serif;
  font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
  font-family: "Proxima N W01 Reg", sans-serif;
  font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
  font-family: "Proxima N W01 Reg", sans-serif;
  font-style: italic;
}

label {
  display: block;
  font-weight: 500;
  margin: 0 0 0.5em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #9fa6ab;
  color: #515456;
  border-radius: 3px;
  background: #fff url("/themes/custom/paladin/images/caret-down.svg") right/36px 16px no-repeat;
  padding: 0.6em;
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 0.9em;
  width: 100%;
  position: relative;
}

.checkbox,
.facet-item {
  line-height: 0.5;
}
.checkbox input[type=checkbox],
.facet-item input[type=checkbox] {
  opacity: 0;
}
.checkbox input[type=checkbox] + label::after,
.facet-item input[type=checkbox] + label::after {
  content: none;
}
.checkbox input[type=checkbox]:checked + label::after,
.facet-item input[type=checkbox]:checked + label::after {
  content: "";
}
.checkbox input[type=checkbox]:checked + label::before,
.facet-item input[type=checkbox]:checked + label::before {
  background: #214183;
}
.checkbox input[type=checkbox]:focus + label::before,
.facet-item input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
.checkbox label,
.facet-item label {
  position: relative;
  padding: 0 0 0 1.75em;
  display: inline-block;
}
.checkbox label::before,
.facet-item label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.25em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #214183;
}
.checkbox label::after,
.facet-item label::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.15em;
  top: 0;
  height: 6px;
  width: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.radios input,
.radios label {
  display: inline;
}

/* ============================================================
  Styles for heading typography.
  ============================================================ */
h1,
h2 {
  font-family: "Proxima N W01 Xbold", sans-serif;
  font-weight: 700;
  color: #515456;
  position: relative;
}
h1::after,
h2::after {
  content: " ";
  width: 100px;
  border-bottom: 5px solid #4CBB17;
  position: absolute;
  bottom: -0.25em;
  left: -0.05em;
}

h3,
h4,
h5 {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-weight: 600;
  color: #515456;
}

h1 {
  font-size: 2.125rem;
}
@media (min-width: 444px) {
  h1 {
    font-size: 2.375rem;
  }
}

h2 {
  font-size: 1.875rem;
}
@media (min-width: 444px) {
  h2 {
    font-size: 2.125rem;
  }
}

h3 {
  font-size: 1.625rem;
}
@media (min-width: 444px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.375rem;
}
@media (min-width: 444px) {
  h4 {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media (min-width: 444px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.15em;
}

#block-paladin-page-title > h1 {
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  #block-paladin-page-title > h1 {
    max-width: 600px;
  }
}
@media (min-width: 1025px) {
  #block-paladin-page-title > h1 {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  #block-paladin-page-title > h1 {
    max-width: none;
  }
}

/* ============================================================
  Styles for media.
  ============================================================ */
img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.embedded-entity {
  margin: 0.5em 0;
}
.embedded-entity.align-left {
  margin: 0.5em 0.5em 0 0;
}
.embedded-entity figcaption {
  font-size: 0.9em;
  margin: 0.25em 0;
}

.featured-image img {
  padding: 0.8em 0 0.8em 1.3em;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* ============================================================
  Styles for the pager.
  ============================================================ */
.pager {
  margin: 1.5em auto;
  max-width: 500px;
}
.pager__items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 888px) {
  .pager__items {
    margin: 0 auto;
  }
}
.pager__items .pager__item {
  border-radius: 3px;
  color: #214183;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0.5em;
  text-align: center;
}
.pager__items .pager__item--previous, .pager__items .pager__item--next {
  font-size: 1.2em;
  line-height: 1;
  width: auto;
  height: auto;
  letter-spacing: 0.04em;
}
.pager__items .pager__item--previous:hover, .pager__items .pager__item--next:hover {
  background: transparent !important;
}
.pager__items .pager__item--previous:hover > a, .pager__items .pager__item--next:hover > a {
  color: #015182 !important;
}
.pager__items .pager__item--previous svg, .pager__items .pager__item--next svg {
  display: inline-block;
  position: relative;
  top: 0.1em;
  margin: 0 0.1em;
}
.pager__items .pager__item--first, .pager__items .pager__item--last {
  display: none;
}
@media (min-width: 768px) {
  .pager__items .pager__item--first, .pager__items .pager__item--last {
    display: inline;
  }
}
.pager__items .pager__item.is-active, .pager__items .pager__item:hover:not(.pager__item--ellipsis) {
  background: #214183;
}
.pager__items .pager__item.is-active > a, .pager__items .pager__item:hover:not(.pager__item--ellipsis) > a {
  color: #fff;
}
.pager__items .pager__item a {
  color: #015182;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
}
.pager__items .pager__item--ellipsis {
  color: #015182;
  border: 0;
}

/* ============================================================
  Styles for social icons.
  ============================================================ */
#block-share-and-print {
  margin: 1.5em 0;
}
@media (min-width: 768px) {
  #block-share-and-print {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
  }
}
#block-share-and-print .share,
#block-share-and-print .print {
  font-size: 1.2em;
  margin: 0 1em 0 0.5em;
  color: #015182;
  font-weight: 600;
}
#block-share-and-print .share svg,
#block-share-and-print .print svg {
  position: relative;
  left: -0.2em;
  top: 0.05em;
}
#block-share-and-print .social-wrap {
  position: absolute;
}
#block-share-and-print .social-wrap .social-sharing-buttons {
  margin: 1em 0;
  position: relative;
}

.block-social-media-links {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  position: relative;
}
.block-social-media-links::after {
  content: " ";
  width: 100%;
  max-width: 220px;
  border-bottom: 1px solid #015182;
  position: absolute;
  bottom: -0.25em;
  left: -0.05em;
}
@media (min-width: 768px) {
  .block-social-media-links {
    margin: 3.5em 0 1em;
  }
}
.block-social-media-links h2 {
  color: #214183;
  margin: 0 0.5em 0 0 !important;
}
.block-social-media-links ul svg {
  font-size: 1.25em;
}

.row.social-share {
  align-items: center;
  border-top: solid 2px #e4e9ee;
  flex-direction: row;
  padding-top: 1em;
}
.row.social-share .col.percent-25 {
  order: 0;
}
.row.social-share .print {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1em;
}
@media (min-width: 444px) {
  .row.social-share .print {
    font-size: 1.125em;
  }
}
.row.social-share .rrssb .rrssb-prefix {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.125em;
}
.row.social-share .rrssb .rrssb-buttons .rrssb-text {
  display: none;
}
.row.social-share .rrssb .rrssb-buttons .rrssb-icon {
  position: relative;
  left: 15%;
  width: 1.05em;
}
.row.social-share .rrssb .rrssb-buttons a {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.25em;
}

/* ============================================================
  Styles for tables
  ============================================= */
.table-wrapper {
  overflow-x: auto;
  width: 100%;
}

table:not(.ui-datepicker-calendar) {
  border: solid 2px #214183;
  border-radius: 3px;
  border-spacing: 0;
  font-size: 1.125rem;
  width: 100%;
}
table:not(.ui-datepicker-calendar) p {
  font-size: 1.125rem;
  margin: 0;
}
table:not(.ui-datepicker-calendar) tr td,
table:not(.ui-datepicker-calendar) tr th {
  border-right: solid 1px #214183;
  padding: 0.5em;
}
table:not(.ui-datepicker-calendar) tr td:last-child,
table:not(.ui-datepicker-calendar) tr th:last-child {
  border-right: 0;
}
@media (min-width: 1025px) {
  table:not(.ui-datepicker-calendar) tr td,
table:not(.ui-datepicker-calendar) tr th {
    height: 40px;
  }
}
table:not(.ui-datepicker-calendar) thead th {
  background: #214183;
  color: #fff;
  text-align: left;
}
table:not(.ui-datepicker-calendar) thead th a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}
table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
  background: #f2f5f7;
}

.tablesort--asc {
  background-image: url("/themes/custom/paladin/images/twistie-down.svg");
}

.tablesort--desc {
  background-image: url("/themes/custom/paladin/images/twistie-up.svg");
}

/* ============================================================
  Styles for general typography and links.
  ============================================================ */
a {
  color: #214183;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[href$=".pdf"] {
  display: inline-block;
  background: url("/core/themes/claro/images/classy/icons/application-pdf.png") no-repeat left center;
  padding: 0 0 0 1.2em;
}
a.cta {
  font-size: 1.25em;
  text-decoration: none;
  font-family: "Proxima N W01 Bold", sans-serif;
  display: block;
  color: #214183;
}
a.cta:hover {
  text-decoration: underline;
}

.off-white-bg .spotlight__blue-bg {
  color: #fff;
}
.off-white-bg a {
  color: #214183;
}

.ui-widget-content a {
  color: #214183;
}
.ui-widget-content a:hover {
  color: #015182;
  text-decoration: underline;
  font-weight: 800;
}

p {
  margin: 0 0 1em;
  font-size: 1.125rem;
  line-height: 1.5;
}

#block-paladin-content ul:not(.pager__items):not(.entity-moderation-form):not(.contextual-links):not(.search-list):not(.rrssb-buttons):not(.js-facets-checkbox-links):not(.news-type-filter),
#block-paladin-content ol {
  font-size: 1.125rem;
  line-height: 1.5;
}
#block-paladin-content ul:not(.pager__items):not(.entity-moderation-form):not(.contextual-links):not(.search-list):not(.rrssb-buttons):not(.js-facets-checkbox-links):not(.news-type-filter) li,
#block-paladin-content ol li {
  margin: 0.5em 0 0.5em 1em;
  padding: 0 0 0 0.5em;
}
#block-paladin-content ul:not(.pager__items):not(.entity-moderation-form):not(.contextual-links):not(.search-list):not(.rrssb-buttons):not(.js-facets-checkbox-links):not(.news-type-filter) li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 0.95em;
  position: relative;
}
#block-paladin-content ul:not(.pager__items):not(.entity-moderation-form):not(.contextual-links):not(.search-list):not(.rrssb-buttons):not(.js-facets-checkbox-links):not(.news-type-filter) li:before {
  color: #4CBB17;
  content: "•";
  font-size: 1.75em;
  position: absolute;
  top: -0.35em;
  left: -0.35em;
}
#block-paladin-content ul:not(.pager__items):not(.entity-moderation-form):not(.contextual-links):not(.search-list):not(.rrssb-buttons):not(.js-facets-checkbox-links):not(.news-type-filter) li > p {
  display: inline;
}
#block-paladin-content ol li {
  list-style: decimal;
  margin-left: 1.75em;
}

.location-inline {
  text-indent: -1.2em;
  margin: 1.2em;
}
.location-inline svg {
  color: #214183;
  margin-right: 0.2em;
}

.more-link {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.125em;
  margin: 2em 0;
  text-align: right;
}
/*# sourceMappingURL=atoms.css.map */
