/* ============================================================
  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
  ============================================================ */
/* Opacity Mixin for background color only */
/* ============================================================
  Styles for fonts/typefaces.
  ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;700&display=swap");
/* ============================================================
  Placeholders for repeat styles.
  ============================================================ */
button,
.button,
.ui-widget-content a.button {
  background: #4a5978;
  border: 0.163rem solid #4a5978;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1rem 0;
  padding: 0.75rem 2rem; }
  button:hover,
  .button:hover,
  .ui-widget-content a.button:hover {
    background: #fff;
    border: 0.163rem solid #4a5978;
    color: #4a5978; }


.nomargin {
  margin: 0 !important; }


.nopadding {
  padding: 0 !important; }

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

.hideClass {
  display: none; }

.showClass {
  display: block; }

::placeholder {
  color: #404040;
  opacity: 1;
  font-family: "Red Hat Text", sans-serif !important;
  font-size: 1.125rem; }

/* ============================================================
  Styles for the breadcrumb.
  ============================================================ */
#block-paladin-breadcrumbs,
#block-event-breadcrumbs {
  display: none; }
  @media (min-width: 1025px) {
    #block-paladin-breadcrumbs,
    #block-event-breadcrumbs {
      color: #3c5f96;
      display: block;
      font-family: "Red Hat Text", sans-serif;
      font-size: 1rem;
      margin: 0 0 2rem 0; } }
  #block-paladin-breadcrumbs nav,
  #block-event-breadcrumbs nav {
    max-width: 1400px;
    margin: 0 auto; }
  #block-paladin-breadcrumbs ol,
  #block-event-breadcrumbs ol {
    list-style: none; }
    #block-paladin-breadcrumbs ol li,
    #block-event-breadcrumbs ol li {
      display: inline-block; }
      #block-paladin-breadcrumbs ol li a,
      #block-event-breadcrumbs ol li a {
        color: #3c5f96;
        font-weight: 300;
        text-decoration: none; }
        #block-paladin-breadcrumbs ol li a:hover,
        #block-event-breadcrumbs ol li a:hover {
          background: #3c5f96;
          color: #fff; }
      #block-paladin-breadcrumbs ol li svg,
      #block-event-breadcrumbs ol li svg {
        color: #979797;
        font-size: 1rem;
        margin: 0 .2rem; }
      #block-paladin-breadcrumbs ol li:last-child,
      #block-event-breadcrumbs ol li:last-child {
        font-weight: 400; }

/* ============================================================
  Styles for buttons.
  These are also repeated within the CKEditor SCSS file
  and should be updated there if styles here change for
  consistency's sake.
  ============================================================ */
button .secondary, button.secondary,
button .brand-blue-bg,
.extra-light-gray-bg button,
.button .secondary,
.button.secondary,
.button .brand-blue-bg,
.extra-light-gray-bg
.button,
.ui-widget-content a.button .secondary,
.ui-widget-content a.button.secondary,
.ui-widget-content a.button .brand-blue-bg,
.extra-light-gray-bg
.ui-widget-content a.button {
  background: #437e93;
  border: 0.163rem solid #437e93;
  color: #fff;
  font-size: 1.25rem;
  margin: 1rem 0;
  padding: 0.75rem 4.5rem;
  min-width: 250px; }
  @media (min-width: 666px) {
    button .secondary, button.secondary,
    button .brand-blue-bg,
    .extra-light-gray-bg button,
    .button .secondary,
    .button.secondary,
    .button .brand-blue-bg,
    .extra-light-gray-bg
    .button,
    .ui-widget-content a.button .secondary,
    .ui-widget-content a.button.secondary,
    .ui-widget-content a.button .brand-blue-bg,
    .extra-light-gray-bg
    .ui-widget-content a.button {
      padding: 0.75rem 3rem; } }
  button .secondary:hover, button.secondary:hover,
  button .brand-blue-bg:hover,
  .extra-light-gray-bg button:hover,
  .button .secondary:hover,
  .button.secondary:hover,
  .button .brand-blue-bg:hover,
  .extra-light-gray-bg
  .button:hover,
  .ui-widget-content a.button .secondary:hover,
  .ui-widget-content a.button.secondary:hover,
  .ui-widget-content a.button .brand-blue-bg:hover,
  .extra-light-gray-bg
  .ui-widget-content a.button:hover {
    background: #fff;
    border: 0.163rem solid #437e93;
    color: #437e93; }

button .reverse, button.reverse,
.button .reverse,
.button.reverse,
.ui-widget-content a.button .reverse,
.ui-widget-content a.button.reverse {
  background: #fff;
  border: 0.163rem solid #4a5978;
  color: #4a5978; }
  button .reverse:hover, button.reverse:hover,
  .button .reverse:hover,
  .button.reverse:hover,
  .ui-widget-content a.button .reverse:hover,
  .ui-widget-content a.button.reverse:hover {
    background: #4a5978;
    border: 0.163rem solid #4a5978;
    color: #fff; }

button.btn-filter,
.button.btn-filter,
.ui-widget-content a.button.btn-filter {
  background: #3c5f96;
  font-size: .875rem;
  margin: .8rem 1rem 0 0;
  padding: .2rem 1rem;
  border-radius: 1rem; }
  button.btn-filter:hover,
  .button.btn-filter:hover,
  .ui-widget-content a.button.btn-filter:hover {
    background-color: #fff; }
    button.btn-filter:hover svg,
    .button.btn-filter:hover svg,
    .ui-widget-content a.button.btn-filter:hover svg {
      color: #3c5f96; }

button.btn-filter-clear,
.button.btn-filter-clear,
.ui-widget-content a.button.btn-filter-clear {
  background: #b80000;
  border: 0.163rem solid #b80000;
  color: #fff;
  font-size: .875rem;
  margin: .8rem 1rem 0 0;
  padding: .2rem 1rem;
  border-radius: 1rem; }
  button.btn-filter-clear:hover,
  .button.btn-filter-clear:hover,
  .ui-widget-content a.button.btn-filter-clear:hover {
    background: #fff;
    border: 0.163rem solid #b80000;
    color: #404040; }
    button.btn-filter-clear:hover svg,
    .button.btn-filter-clear:hover svg,
    .ui-widget-content a.button.btn-filter-clear:hover svg {
      color: #b80000; }

button .sidebar,
.gray-bg button,
.button .sidebar,
.gray-bg
.button,
.ui-widget-content a.button .sidebar,
.gray-bg
.ui-widget-content a.button {
  background: #fff;
  border: 0.163rem solid #404040;
  color: #437e93;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1rem 0;
  padding: .75rem 3rem;
  min-width: 250px; }
  button .sidebar:hover,
  .gray-bg button:hover,
  .button .sidebar:hover,
  .gray-bg
  .button:hover,
  .ui-widget-content a.button .sidebar:hover,
  .gray-bg
  .ui-widget-content a.button:hover {
    background: #404040;
    border: 0.163rem solid #fff;
    color: #fff; }

.layout-content .accordion-container .button,
.layout-content .paragraph--type--text .button,
.layout-content .paragraph--type--image-text .button {
  margin: 2rem auto;
  text-align: center;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */ }
  .layout-content .accordion-container .button:hover,
  .layout-content .paragraph--type--text .button:hover,
  .layout-content .paragraph--type--image-text .button:hover {
    cursor: pointer; }

@media all and (-ms-high-contrast: none) and (min-width: 888px), (-ms-high-contrast: active) and (min-width: 888px) {
  .layout-content .accordion-container .button,
  .layout-content .paragraph--type--text .button,
  .layout-content .paragraph--type--image-text .button {
    max-width: 22rem; } }

@media (min-width: 888px) {
  .sidebar .layout-content .accordion-container, .sidebar
  .layout-content .paragraph--type--text, .sidebar
  .layout-content .paragraph--type--image-text {
    width: 100%; } }

.layout-content .button-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem; }
  .layout-content .button-grid .button-grid-item {
    flex-basis: 100%;
    margin: 1rem 0;
    padding: 1rem;
    text-align: center; }
    @media (min-width: 768px) {
      .layout-content .button-grid .button-grid-item {
        margin: 2rem 1rem 0;
        flex-basis: auto; } }
  .node-type-location .layout-content .button-grid {
    justify-content: flex-start;
    margin: 2rem 0; }
    .node-type-location .layout-content .button-grid .button-grid-item {
      margin: .5rem 0; }
      @media (min-width: 768px) {
        .node-type-location .layout-content .button-grid .button-grid-item {
          flex-basis: 80%; } }

@media (min-width: 768px) {
  .layout-content .ui-accordion-content .button-grid .button-grid-item {
    flex-basis: 45%; } }

.layout-content .block--title-library p .secondary {
  background: #fff;
  border: 0.163rem solid #4a5978;
  color: #4a5978; }
  .layout-content .block--title-library p .secondary:hover {
    background: #4a5978;
    border: 0.163rem solid #4a5978;
    color: #fff; }

.layout-content .events--grid-container .button {
  background: #fff;
  border: 0.163rem solid #3c5f96;
  color: #3c5f96;
  cursor: pointer; }
  .layout-content .events--grid-container .button.secondary {
    background: #3c5f96;
    border: 0.163rem solid #4a5978;
    color: #fff; }

.outline__item--content .button {
  background: #3c5f96;
  border: 0.163rem solid #4a5978;
  color: #fff;
  cursor: pointer; }
  .outline__item--content .button:hover {
    background: #fff;
    border: 0.163rem solid #4a5978;
    color: #4a5978; }

.menu--sidebar-button {
  width: 100%; }

.datepicker {
  position: relative;
  margin: 0 2rem 0 0;
  width: 12rem; }
  .datepicker label {
    display: block; }
  .datepicker input {
    font-family: "Red Hat Text", sans-serif;
    font-size: 1.125rem;
    margin: 0; }
    .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 {
    align-content: center;
    align-items: center;
    background: #3c5f96;
    border-radius: 0 .25rem .25rem 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3rem; }
    .datepicker .cal svg {
      color: #fff;
      font-size: 1.75rem; }
  .datepicker .ui-datepicker-trigger {
    display: none; }

input,
textarea {
  border: 0.163rem solid #979797;
  border-radius: .5rem;
  color: #282828;
  line-height: 1.5rem;
  margin-bottom: .5rem;
  padding: .5rem;
  font-family: "Red Hat Text", sans-serif;
  font-size: 1.125rem; }
  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.6rem; }

textarea {
  width: 100%; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Red Hat Text", sans-serif;
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Red Hat Text", sans-serif;
  font-style: italic; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Red Hat Text", sans-serif;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Red Hat Text", sans-serif;
  font-style: italic; }

label,
legend {
  color: #282828;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 1.5rem 0.5rem 0; }
  label.form-required::after,
  legend.form-required::after {
    content: " *";
    color: #b80000; }

span.form-required::after {
  content: " *";
  color: #b80000; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 2px solid #979797;
  color: #404040;
  background: #fff url("/themes/custom/paladin/images/icons/caret-down.svg") right/36px 28px no-repeat;
  font-family: "Red Hat Text", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: .5rem;
  position: relative;
  width: 100%; }

.select-row {
  align-items: flex-end;
  justify-content: start;
  flex-wrap: nowrap; }
  .select-row select {
    appearance: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 50%; }

.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: #3c5f96; }
  .checkbox input[type="checkbox"]:focus + label::before,
  .facet-item input[type="checkbox"]:focus + label::before {
    outline: #3b99fc auto 5px; }
  .checkbox label,
  .facet-item label {
    color: #404040;
    font-size: 1.125rem;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 1.75rem;
    display: inline-block; }
    .checkbox label::before,
    .facet-item label::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: -0.25rem;
      left: 0;
      width: 14px;
      height: 14px;
      border: 0.163rem solid #3c5f96; }
    .checkbox label::after,
    .facet-item label::after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0.15rem;
      top: 0;
      height: 6px;
      width: 11px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg); }

.radios label {
  color: #404040;
  display: inline;
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 1.5rem; }

.radios input[type="radio"] {
  display: none; }

.radios input[type="radio"] + label::before {
  background-clip: content-box;
  background-color: transparent;
  border: 0.163rem solid #3c5f96;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 7px;
  position: relative;
  top: 2px;
  width: 16px; }

.radios input[type="radio"]:checked + label::before {
  border: 7px solid #3c5f96;
  height: 6px;
  width: 6px; }

.webform-button--submit {
  border-radius: 0%; }

/* ============================================================
  Styles for heading typography.
  These are also repeated within the CKEditor SCSS file
  and should be updated there if styles here change for
  consistency's sake.
  ============================================================ */
h1,
h2,
h3,
h4,
h5 {
  color: #404040;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500; }

h1 {
  font-size: 2.125rem;
  font-weight: 500;
  position: relative;
  margin: 1rem; }
  @media (min-width: 768px) {
    h1 {
      margin: 1rem 0; } }
  h1::after {
    content: " ";
    width: 55px;
    position: absolute;
    bottom: -0.25rem;
    left: -0.05rem; }
  @media (min-width: 444px) {
    h1 {
      font-size: 2.375rem; } }

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

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

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

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

/* ============================================================
  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;
  width: 100%; }
  .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: 4px;
      color: #3c5f96;
      font-size: 1.5rem;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 0.5rem;
      text-align: center; }
      .pager__items .pager__item--previous, .pager__items .pager__item--next {
        font-size: 1.2rem;
        line-height: 1;
        width: auto;
        height: auto;
        letter-spacing: 0.04rem; }
        .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: #3c5f96 !important; }
        .pager__items .pager__item--previous svg, .pager__items .pager__item--next svg {
          display: inline-block;
          position: relative;
          top: 0.1rem;
          margin: 0 0.1rem; }
      .pager__items .pager__item--first, .pager__items .pager__item--last {
        display: none; }
      .pager__items .pager__item.is-active, .pager__items .pager__item:hover:not(.pager__item--ellipsis) {
        background: #3c5f96; }
        .pager__items .pager__item.is-active > a, .pager__items .pager__item:hover:not(.pager__item--ellipsis) > a {
          color: #fff; }
      .pager__items .pager__item a {
        border: 0;
        color: #3c5f96;
        text-decoration: none;
        font-weight: 600;
        display: block;
        width: 100%;
        height: 100%; }
      .pager__items .pager__item--ellipsis {
        color: #3c5f96;
        border: 0; }

/* ============================================================
  Styles for social icons.
  ============================================================ */
#block-ridiculouslyresponsivesocialsharebuttons {
  margin-top: 1.5rem;
  border-top: 0.163rem solid #eee; }

.rrssb {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0 !important; }
  @media (min-width: 555px) {
    .rrssb {
      margin-top: 0; } }
  .rrssb button {
    background: transparent;
    border: 0;
    color: #282828;
    display: flex;
    font-weight: 500;
    padding: 0; }
    .rrssb button svg {
      margin: 0.15rem 0.25rem 0 0;
      margin-left: 0.5rem;
      color: #3c5f96; }
      .rrssb button svg.svg-inline--fa.fa-w-14 {
        font-size: 0.9rem;
        margin: 0.15rem 0.55rem 0 0; }
  .rrssb .print {
    background: transparent;
    color: #282828;
    text-align: left;
    width: 5rem; }
    @media (min-width: 555px) {
      .rrssb .print {
        width: 6rem; } }
  .rrssb .dropdown {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    position: relative; }
  .rrssb .dropdown-box {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    position: absolute;
    top: 2rem;
    right: 0;
    margin-top: 1rem;
    max-width: 25rem;
    width: 100%;
    z-index: 2; }
  .rrssb .rrssb-buttons {
    display: block;
    font-size: 1rem; }
    .rrssb .rrssb-buttons li {
      width: 100% !important; }
      .rrssb .rrssb-buttons li.rrssb-email > svg {
        display: none; }
      .rrssb .rrssb-buttons li a {
        display: flex; }

/* ============================================================
  Styles for tables (except for datepicker tables)
  ============================================================ */
table:not(.ui-datepicker-calendar) {
  font-size: 1rem !important;
  width: 100%;
  word-break: break-all; }
  table:not(.ui-datepicker-calendar) p {
    font-size: 1rem !important;
    margin: 0;
    word-break: break-word; }
  table:not(.ui-datepicker-calendar) tr td,
  table:not(.ui-datepicker-calendar) tr th {
    height: 40px;
    padding: .5rem;
    word-break: break-word; }
  table:not(.ui-datepicker-calendar) thead th {
    text-align: left;
    background: #437e93;
    color: #fff;
    white-space: nowrap; }
    table:not(.ui-datepicker-calendar) thead th a {
      color: #fff;
      text-decoration: none;
      font-size: 1.125rem;
      font-weight: 600; }
  table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
    background: #eee; }

.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: #3c5f96;
  text-decoration: none;
  font-weight: 500; }
  a:hover {
    color: #164046; }
  a[href$='.mp3'], a[href$='.wav'] {
    display: inline-block;
    overflow-wrap: anywhere; }
    a[href$='.mp3'].button, a[href$='.wav'].button {
      display: block; }
  a[href$='.mp3']::before, a[href$='.wav']::before {
    content: '';
    display: inline-block;
    height: 1.5rem;
    margin-right: .5rem;
    vertical-align: sub;
    width: 1rem; }
  a[href$='.mp3']::before, a[href$='.wav']::before {
    background: url("/core/themes/classy/images/icons/audio-x-generic.png") no-repeat left center; }
  a.cta {
    border: 0;
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 2rem 0; }
    a.cta .fa-caret-right {
      padding-top: .09rem; }
    a.cta:hover {
      text-decoration-line: underline;
      text-decoration-style: solid; }

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

p a:not(.cta):not(.button),
td a:not(.cta):not(.button),
.paragraph--type--text a:not(.cta):not(.button) {
  color: #3c5f96;
  text-decoration: underline; }
  p a:not(.cta):not(.button):hover,
  td a:not(.cta):not(.button):hover,
  .paragraph--type--text a:not(.cta):not(.button):hover {
    color: #fff;
    background: #3c5f96;
    text-decoration: none; }

blockquote {
  border-left: 0.188rem solid #eee;
  font-style: italic;
  margin: 1rem 0;
  padding: 0 1rem; }

.fa-envelope,
.fa-phone {
  margin-right: .5rem; }

.paragraph--type--phone-number-with-extension:hover {
  text-decoration: underline; }

/* ============================================================
  Styles for unordered and ordered lists.
  ============================================================ */
.layout-content ul:not(.sui-search-box__results-list):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):not(.homepage-select),
.layout-content ol,
.layout-sidebar-second .sidebar ul:not(.sui-search-box__results-list):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):not(.homepage-select),
.layout-sidebar-second .sidebar ol,
.layout-sidebar-first .sidebar ul:not(.sui-search-box__results-list):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):not(.homepage-select),
.layout-sidebar-first .sidebar ol {
  font-size: 1.125rem;
  line-height: 1.5;
  overflow: hidden; }
  .layout-content ul:not(.sui-search-box__results-list):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):not(.homepage-select) li,
  .layout-content ol li,
  .layout-sidebar-second .sidebar ul:not(.sui-search-box__results-list):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):not(.homepage-select) li,
  .layout-sidebar-second .sidebar ol li,
  .layout-sidebar-first .sidebar ul:not(.sui-search-box__results-list):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):not(.homepage-select) li,
  .layout-sidebar-first .sidebar ol li {
    margin: 0.5rem 0 0.5rem 1.5rem;
    padding: 0 0 0 0.5rem; }

.layout-content ul:not(.sui-search-box__results-list):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):not(.homepage-select) li,
.layout-sidebar-second .sidebar ul:not(.sui-search-box__results-list):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):not(.homepage-select) li,
.layout-sidebar-first .sidebar ul:not(.sui-search-box__results-list):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):not(.homepage-select) li {
  list-style: disc; }

.layout-content ol li,
.layout-sidebar-second .sidebar ol li,
.layout-sidebar-first .sidebar ol li {
  list-style: decimal; }

/*# sourceMappingURL=atoms.css.map */
