/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
.primary-heading {
  font-size: 3.125rem; }

body {
  font-family: "Open Sans", arial, helveticva, sans-serif; }

.site-content {
  min-height: 43.75rem; }

body {
  background-color: #eee; }

.site-header {
  background-color: #fff; }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
.primary-heading {
  font-size: 3.125rem; }

body {
  font-family: "Open Sans", arial, helveticva, sans-serif; }

.site-content {
  min-height: 43.75rem; }

body {
  background-color: #eee; }

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* stylelint-disable */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  background-color: white; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: inherit; }

/* stylelint-enable */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
.primary-heading {
  font-size: 3.125rem; }

body {
  font-family: "Open Sans", arial, helveticva, sans-serif; }

.site-content {
  min-height: 43.75rem; }

body {
  background-color: #eee; }

.global-header__logo {
  background-image: url(../media/logo-legal-network.svg);
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 4.5625rem;
  overflow: hidden;
  text-indent: -9999px;
  width: 15.3125rem; }

.global-header__navigation-desktop {
  display: none;
  margin-left: auto;
  margin-top: 2.375rem; }
  @media (min-width: 64rem) {
    .global-header__navigation-desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.global-header__navigation-mobile {
  background-color: white;
  border-right: 1px solid #DDE2EB;
  border-top: 1px solid #DDE2EB;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 1.875rem 1.25rem;
  position: fixed;
  top: 6.5625rem;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
       -o-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
          transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  width: 15.125rem;
  z-index: 999; }
  .siteHeader .global-header__navigation-mobile {
    display: none; }
  .global-header__navigation-mobile[aria-hidden="true"] {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  @media (min-width: 64rem) {
    .global-header__navigation-mobile {
      display: none; } }
  .global-header__navigation-mobile .global-primary-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .global-header__navigation-mobile .global-primary-nav__menu li {
      border-bottom: 1px solid #DDE2EB;
      margin-bottom: 1.875rem;
      padding-bottom: 1.875rem;
      width: 100%; }

.global-header__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem; }
  @media (min-width: 48rem) {
    .global-header__wrapper {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .global-header__wrapper {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media (min-width: sassRem(768)) {
    .global-header__wrapper {
      padding-bottom: 1.875rem;
      padding-top: 1.875rem; } }
  @media (max-width: 31.9375rem) {
    .global-header__wrapper {
      background-color: #fff;
      border-bottom: 1px solid #DDE2EB;
      position: fixed;
      z-index: 99; } }

.global-header__menu-controller {
  background-color: transparent;
  border: none;
  height: auto;
  margin-left: auto;
  padding: 0;
  width: auto;
  z-index: 999; }
  @media (min-width: 64rem) {
    .global-header__menu-controller {
      display: none; } }

.global-primary-nav__menu {
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 600; }
  .global-primary-nav__menu li:not(:last-of-type) {
    margin-right: 2.5rem; }

.site-header {
  border-bottom: 1px solid #DDE2EB; }
  @media (max-width: 31.9375rem) {
    .site-header {
      height: 6.25rem; } }

.global-header__search {
  margin-left: 1.875rem; }
  .global-header__search svg {
    height: 20px;
    width: 29px; }

.page-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  text-align: center; }
  @media (min-width: 48rem) {
    .page-header {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .page-header {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .page-header .page-title {
    border-bottom: 1px solid #202B60;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.3125rem;
    padding-bottom: 0.625rem; }
  .page-header .archive-description {
    font-size: 0.9375rem; }

@media (max-width: 47.9375rem) {
  .global-header__branding {
    margin-left: auto; } }

.global-footer {
  background-color: #2b2e3a; }

.global-footer__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }
  @media (min-width: 48rem) {
    .global-footer__container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .global-footer__container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.global-footer__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }
  @media (min-width: 64rem) {
    .global-footer__top {
      border-bottom: 1px solid #6e6e6f;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-bottom: 1.875rem; } }

.global-footer__navigation-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48rem) {
    .global-footer__navigation-menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .global-footer__navigation-menu li {
        margin-bottom: 0; }
        .global-footer__navigation-menu li:not(:last-of-type) {
          margin-right: 1.875rem; } }
  .global-footer__navigation-menu li {
    margin-bottom: 1rem; }
    @media (min-width: 64rem) {
      .global-footer__navigation-menu li {
        margin-bottom: 0; } }

.global-footer__logo {
  max-width: 15.625rem; }

.global-footer__navigation {
  margin-top: 1.25rem; }
  @media (min-width: 64rem) {
    .global-footer__navigation {
      margin: 0 auto; } }

.global-footer__bottom {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.7px;
  margin-top: 2.5rem;
  text-transform: uppercase; }

.global-footer__navigation-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem; }
  @media (min-width: 64rem) {
    .global-footer__navigation-social {
      margin-left: auto; } }
  .global-footer__navigation-social li {
    list-style: none; }
    .global-footer__navigation-social li:not(:last-of-type) {
      margin-right: 1.25rem; }
  .global-footer__navigation-social svg {
    fill: white;
    height: 30px;
    width: 30px; }

.article-container,
.page-container {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-radius: 10px;
  margin: 2.5rem auto 5rem auto;
  max-width: 56.25rem;
  padding: 0; }
  .article-container .entry-title,
  .page-container .entry-title {
    font-family: "Merriweather", georgia, serif;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0rem auto 1.25rem auto;
    max-width: 85%;
    padding-top: 1.875rem; }
    .article-container .entry-title::after,
    .page-container .entry-title::after {
      background: #cf9455;
      content: "";
      display: block;
      height: 3px;
      left: 0;
      margin: 20px auto 0 auto;
      top: 0;
      width: 100px; }
  .article-container .entry-meta,
  .page-container .entry-meta {
    border-bottom: 1px solid #DDE2EB;
    font-size: 0.875rem;
    padding-bottom: 1.875rem; }
  .article-container .published,
  .page-container .published {
    margin-right: 1.25rem; }
  .article-container .entry-header,
  .page-container .entry-header {
    margin-bottom: 1.875rem;
    text-align: center; }
  .article-container .rich-text,
  .page-container .rich-text {
    margin: 0 auto;
    max-width: 43.75rem;
    padding: 0rem 0.9375rem; }
  .article-container .featured-image img,
  .page-container .featured-image img {
    width: 100%; }

.article-container .entry-footer {
  font-size: 0.875rem;
  margin: 0 auto;
  max-width: 43.75rem;
  padding: 1.875rem 0rem 3.75rem 0rem; }

.comments-area,
.post-navigation {
  display: none; }

.cat-links a {
  border: 1px solid #DDE2EB;
  padding: 0.625rem; }

.two-column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  display: grid;
  grid-column-gap: 2.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 5rem; }
  @media (min-width: 48rem) {
    .two-column {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .two-column {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media (min-width: 64rem) {
    .two-column {
      grid-template-columns: 3fr 1fr; } }

.archive-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 48rem) {
    .archive-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.archive-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48rem) {
    .archive-meta {
      padding-right: 1.25rem; } }
  .archive-meta:hover {
    color: #005288; }

.archive-item__image {
  margin-bottom: 1.25rem;
  min-width: 19.375rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  @media (min-width: 48rem) {
    .archive-item__image {
      margin-bottom: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .archive-item__image img {
    width: 100%; }

.archive-item__title-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.archive-item__post-date {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.archive-item__title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin-bottom: 0.625rem; }

.archive-item__excerpt,
.archive-item__post-date,
.archive-item__eyebrow {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.25rem; }

.archive-item__post-date {
  color: #777;
  font-size: 0.875rem;
  margin-top: 0.625rem; }

.archive-item__eyebrow {
  color: #005288;
  margin-bottom: 1.0625rem; }

.left-column {
  background-color: #fff;
  padding: 1.25rem; }
  @media (min-width: 48rem) {
    .left-column {
      padding: 2.1875rem; } }

.archive-list__item:not(:last-child) {
  border-bottom: 1px solid #DDE2EB;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem; }

.viewall {
  color: #005288;
  display: block;
  font-size: 0.875rem;
  margin-top: 1.875rem; }
  .viewall::after {
    content: "\203A";
    font-size: 1.125rem;
    padding-left: 0.3125rem; }

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.625rem; }

@media (max-width: 47.9375rem) {
  .left-column-wrapper {
    margin-bottom: 3.75rem; } }

.network-container {
  background-color: #fff; }
  .network-container .section-border {
    padding-top: 0.9375rem; }

.network-heading {
  background-color: #95b5ce85;
  border-bottom: 3px solid #202B60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
  padding: 0.9375rem 1.25rem;
  position: relative;
  text-transform: uppercase; }

.network-count {
  border: 1px solid #777;
  border-radius: 15px;
  font-size: 0.875rem;
  padding: 0.1875rem;
  position: absolute;
  right: 20px;
  top: 12px; }

.sub-menu {
  font-size: 0.9375rem; }
  .sub-menu[aria-hidden="true"] {
    display: none; }
  .sub-menu a {
    font-weight: 500;
    line-height: 1.5;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* stylelint-disable selector-max-specificity */
    /* stylelint-enable */ }
    .sub-menu a:hover {
      color: #005288;
      cursor: pointer;
      text-decoration: underline; }
      .sub-menu a:hover::before {
        width: 15px; }
  .sub-menu li {
    border-top: 1px solid #DDE2EB;
    display: block; }
    .sub-menu li:last-child {
      border-bottom: 1px solid #DDE2EB; }
    .sub-menu li:hover {
      background-color: #fafafb; }

.section-border {
  border-color: #DDE2EB;
  border-top: 1px solid #DDE2EB;
  color: #202B60;
  display: block;
  padding-top: 2.5rem;
  position: relative; }
  .section-border::after {
    background-color: currentcolor;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px; }

.widget-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem; }

.global-network__navigation-menu > li {
  color: #2b2e3a;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase; }
  .global-network__navigation-menu > li a {
    display: block;
    padding: 0.3125rem 1.25rem; }
  .global-network__navigation-menu > li:not(:last-of-type) {
    margin-bottom: 2.1875rem; }

.hero {
  background-image: url(../media/hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 3.125rem;
  position: relative; }
  .hero::after {
    background-image: -o-linear-gradient(60deg, #000046b8 0, #415c6db3 65%);
    background-image: linear-gradient(30deg, #000046b8 0, #415c6db3 65%);
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }

.hero__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  padding-bottom: 2.1875rem;
  padding-top: 2.5rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 48rem) {
    .hero__container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .hero__container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media (min-width: 48rem) {
    .hero__container {
      padding-bottom: 4.0625rem;
      padding-top: 5.625rem; } }

.hero__heading {
  font-family: "Merriweather", georgia, serif;
  font-size: 1.625rem;
  line-height: 1.6; }
  @media (min-width: 48rem) {
    .hero__heading {
      font-size: 2.8125rem;
      line-height: 4rem; } }
  .hero__heading strong {
    font-weight: 800; }
  @media (min-width: 48rem) {
    .hero__heading::after {
      background-color: #fff;
      content: '';
      display: block;
      height: 4px;
      margin-top: 0.3125rem;
      width: 80px; } }

.hero__tagline {
  margin: 0 auto 2.5rem 0;
  width: 100%; }
  @media (min-width: 32rem) {
    .hero__tagline {
      margin-bottom: 3.75rem;
      width: 80%; } }

.calls-to-action__list {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 32rem) {
    .calls-to-action__list {
      grid-gap: 1.875rem;
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 64rem) {
    .calls-to-action__list {
      grid-gap: 10.625rem; } }

@media (max-width: 31.9375rem) {
  .calls-to-action__item:not(:last-of-type) {
    border-bottom: 1px solid #DDE2EB;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem; } }

.calls-to-action__item:hover {
  /* stylelint-disable selector-max-specificity */
  /* stylelint-enable */ }
  .calls-to-action__item:hover .calls-to-action__section {
    text-decoration: underline; }

.calls-to-action__section {
  font-size: 1.375rem;
  margin-bottom: 0.625rem; }

.calls-to-action__excerpt {
  font-size: 1rem;
  line-height: 1.3; }

.news-list {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: 1fr; }
  @media (min-width: 48rem) {
    .news-list {
      grid-template-columns: repeat(3, 1fr); } }
  .news-list img {
    width: 100%; }

.news-list__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 10.9375rem;
  padding: 0.9375rem; }
  .news-list__item-meta .viewall {
    margin-top: auto; }

.news-list__item {
  background-color: #fff; }

.news-list__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.625rem; }

.news-list__item-blurb {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4; }

.news-container {
  margin-bottom: 3.75rem; }
  .news-container .section-border {
    padding-top: 1.5625rem; }

/* stylelint-disable selector-max-specificity */
/**
 * Styles Image block.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Media Text block.
 */
/**
 * Styles tables within the body content.
 */
/**
 * Styles additional elements not covered by core blocks.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Button block.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Separator block.
 */
.wp-block-file a.wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  text-decoration: none; }

/* stylelint-disable selector-max-specificity */
/**
 * Styles Image block.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Media Text block.
 */
/**
 * Styles tables within the body content.
 */
/**
 * Styles additional elements not covered by core blocks.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Button block.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Separator block.
 */
.wp-block-file a.wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  text-decoration: none; }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
.primary-heading {
  font-size: 3.125rem; }

body {
  font-family: "Open Sans", arial, helveticva, sans-serif; }

.site-content {
  min-height: 43.75rem; }

body {
  background-color: #eee; }

.rich-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.875rem; }

.rich-text h2 {
  font-size: 1.5rem; }

.rich-text h3 {
  font-size: 1.25rem; }

.rich-text h4 {
  font-size: 1.125rem; }

.rich-text h5 {
  font-size: 0.875rem; }

.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.875rem; }

.rich-text ul,
.rich-text ol {
  line-height: 1.4;
  margin-bottom: 1.875rem; }
  .rich-text ul ul,
  .rich-text ul ol,
  .rich-text ol ul,
  .rich-text ol ol {
    margin-top: 0.5rem; }
  .rich-text ul li,
  .rich-text ol li {
    margin-bottom: 0.5rem;
    margin-left: 1.25rem;
    padding-left: 1.25rem; }

.rich-text ul {
  list-style-type: circle; }

.rich-text ol {
  list-style: decimal outside none; }
  .rich-text ol > li > ol {
    list-style-type: lower-roman; }
    .rich-text ol > li > ol > li > ol {
      list-style-type: lower-alpha; }

.rich-text a {
  color: #005288;
  text-decoration: underline; }

.rich-text b,
.rich-text strong {
  font-weight: 700; }

.rich-text em,
.rich-text i {
  font-style: italic; }

.rich-text del,
.rich-text strike {
  text-decoration: line-through; }

.rich-text .has-drop-cap::first-letter {
  color: #777;
  font-size: 3.75rem;
  font-weight: 800; }

.rich-text blockquote,
.rich-text .wp-block-quote {
  border-left: 1px solid;
  padding: 0.625rem;
  background: #ededed;
  border-left: 8px solid #78c0a8;
  color: #555555;
  font-style: italic;
  line-height: 1.6;
  margin: 0.3125rem 1.875rem 2.5rem 0rem;
  padding: 1.25rem 1.875rem 1.25rem 2.8125rem;
  position: relative;
  width: 100%; }
  .rich-text blockquote cite,
  .rich-text .wp-block-quote cite {
    display: block;
    font-size: 0.9375rem;
    font-style: normal;
    margin-top: 1rem;
    text-align: left;
    width: 100%; }
    .rich-text blockquote cite::before,
    .rich-text .wp-block-quote cite::before {
      content: "— "; }
    .is-style-large .rich-text blockquote cite, .is-style-large
    .rich-text .wp-block-quote cite {
      font-size: 0.75rem;
      text-align: left; }
  .rich-text blockquote,
  .rich-text blockquote p,
  .rich-text .wp-block-quote,
  .rich-text .wp-block-quote p {
    font-style: italic; }
  .rich-text blockquote p:last-child,
  .rich-text .wp-block-quote p:last-child {
    margin-bottom: 0; }
  .rich-text blockquote.is-style-large p,
  .rich-text .wp-block-quote.is-style-large p {
    font-size: 2rem; }
  .rich-text blockquote::before,
  .rich-text .wp-block-quote::before {
    color: #78c0a8;
    content: "\201C";
    font-family: "Arial";
    font-size: 4rem;
    left: 10px;
    position: absolute;
    top: -10px; }
  .rich-text blockquote::after,
  .rich-text .wp-block-quote::after {
    content: ''; }
  .rich-text blockquote p,
  .rich-text .wp-block-quote p {
    display: inline;
    font-size: 1.4rem; }

.rich-text .wp-block-pullquote {
  padding: 0;
  text-align: left; }
  .rich-text .wp-block-pullquote > blockquote {
    border-left: 1px solid;
    padding: 0.625rem; }
    .rich-text .wp-block-pullquote > blockquote,
    .rich-text .wp-block-pullquote > blockquote p {
      font-style: italic; }
    .rich-text .wp-block-pullquote > blockquote p:last-child {
      margin-bottom: 0; }
  .rich-text .wp-block-pullquote cite,
  .rich-text .wp-block-pullquote .wp-block-pullquote__citation {
    text-transform: none; }
    .rich-text .wp-block-pullquote cite::before,
    .rich-text .wp-block-pullquote .wp-block-pullquote__citation::before {
      content: none; }

.rich-text .wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.125rem; }
  @media (min-width: 64rem) {
    .rich-text .wp-block-media-text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .rich-text .wp-block-media-text.has-media-on-the-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 64rem) {
      .rich-text .wp-block-media-text.has-media-on-the-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .rich-text .wp-block-media-text .wp-block-media-text__media,
  .rich-text .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    width: 100%; }
    @media (min-width: 64rem) {
      .rich-text .wp-block-media-text .wp-block-media-text__media,
      .rich-text .wp-block-media-text .wp-block-media-text__content {
        width: calc(50% - 0.625rem); } }
    @media (min-width: 64rem) {
      .rich-text .wp-block-media-text .wp-block-media-text__media,
      .rich-text .wp-block-media-text .wp-block-media-text__content {
        tidy-span: 3; } }
    .rich-text .wp-block-media-text .wp-block-media-text__media .has-large-font-size,
    .rich-text .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
      font-size: 1.5rem; }
      @media (min-width: 64rem) {
        .rich-text .wp-block-media-text .wp-block-media-text__media .has-large-font-size,
        .rich-text .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
          font-size: 2.25rem; } }
  @media (min-width: 64rem) {
    .rich-text .wp-block-media-text.alignwide .wp-block-media-text__media,
    .rich-text .wp-block-media-text.alignwide .wp-block-media-text__content {
      tidy-span: 4; } }
  @media (min-width: 64rem) {
    .rich-text .wp-block-media-text.alignfull .wp-block-media-text__media,
    .rich-text .wp-block-media-text.alignfull .wp-block-media-text__content {
      max-width: none;
      width: calc(50% - 0.625rem); } }
  @media (min-width: 64rem) {
    .rich-text .wp-block-media-text.alignfull .wp-block-media-text__content {
      padding-left: 0; } }

.rich-text .wp-block-image {
  margin-bottom: 1.875rem; }

.rich-text figure,
.rich-text .wp-block-image figure {
  margin-bottom: 1.875rem; }
  .rich-text figure.alignfull figcaption,
  .rich-text figure.alignfull .wp-block-image figcaption,
  .rich-text .wp-block-image figure.alignfull figcaption,
  .rich-text .wp-block-image figure.alignfull .wp-block-image figcaption {
    text-align: center;
    width: 100%; }
  .rich-text figure img,
  .rich-text .wp-block-image figure img {
    height: auto;
    width: 100%; }

.rich-text figcaption,
.rich-text .wp-block-image figcaption {
  display: inline-block;
  margin: 0.5rem 0rem;
  text-align: center; }

.rich-text img,
.rich-text .wp-block-image img {
  display: block; }
  .attachment .rich-text img,
  .widget-area .rich-text img, .rich-text img.size-auto, .rich-text img.size-full, .rich-text img.size-large, .rich-text img.size-medium, .attachment
  .rich-text .wp-block-image img,
  .widget-area
  .rich-text .wp-block-image img,
  .rich-text .wp-block-image img.size-auto,
  .rich-text .wp-block-image img.size-full,
  .rich-text .wp-block-image img.size-large,
  .rich-text .wp-block-image img.size-medium {
    height: auto;
    max-width: 100%; }
  p .rich-text img, p
  .rich-text .wp-block-image img {
    margin-bottom: 0.125em; }

.rich-text .alignleft {
  display: block;
  float: none;
  width: 100%; }
  @media (min-width: 48rem) {
    .rich-text .alignleft {
      float: left;
      margin-right: 1.875rem;
      width: auto; } }

.rich-text .alignleft {
  float: left;
  margin-right: 1.875rem; }

.rich-text .alignright {
  float: right;
  margin-bottom: 0;
  margin-left: 1.875rem; }

.rich-text table,
.rich-text .wp-block-table {
  border: 1px solid #DDE2EB;
  border-spacing: 0;
  margin-bottom: 1.875rem;
  min-width: calc(100% - 2px); }
  .rich-text table td,
  .rich-text .wp-block-table td {
    border: 1px solid #DDE2EB;
    border-left: none;
    padding: 0.8125rem 0.9375rem; }
  .rich-text table th,
  .rich-text .wp-block-table th {
    background-color: rgba(221, 226, 235, 0.5);
    border-bottom: 3px solid #DDE2EB;
    font-weight: 700;
    padding: 0.8125rem 0.9375rem; }
    .rich-text table th:not(:last-of-type),
    .rich-text .wp-block-table th:not(:last-of-type) {
      border-right: 1px solid #DDE2EB; }
  .rich-text table tr:nth-child(odd),
  .rich-text .wp-block-table tr:nth-child(odd) {
    background-color: rgba(221, 226, 235, 0.5); }

.rich-text audio,
.rich-text div:not([class*="wp-block-"]),
.rich-text form,
.rich-text iframe,
.rich-text video {
  margin-bottom: 1.875rem; }

.rich-text dl {
  margin-bottom: 1.875rem; }

.rich-text dt {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0.25rem; }

.rich-text dd {
  border-left: 2px solid #DDE2EB;
  color: #777;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
  padding-left: 0.9375rem; }

.rich-text address {
  color: #777;
  line-height: 1.2;
  margin-bottom: 1.875rem; }

.rich-text abbr[title],
.rich-text acronym[title] {
  border-bottom: 1px dotted #DDE2EB;
  cursor: help;
  text-decoration: none; }

.rich-text p code {
  padding: 0 0.3em; }

.rich-text sub,
.rich-text sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

.rich-text sub {
  bottom: -0.25em; }

.rich-text sup {
  top: -0.5em; }

.rich-text var,
.rich-text tt,
.rich-text kbd {
  display: inline;
  font: 400 1em 'Courier', monospace; }

.rich-text .wp-block-cover {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
  position: relative;
  width: 100%; }

.rich-text .wp-block-cover-text {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.875rem;
  text-align: center; }

.rich-text .wp-block-button {
  margin-bottom: 1.875rem; }
  .rich-text .wp-block-button.aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .rich-text .wp-block-button a,
  .rich-text .wp-block-button .wp-block-button__link {
    border-bottom: none;
    height: 2.5rem;
    min-width: 8.75rem;
    text-decoration: none; }

.rich-text hr,
.rich-text .wp-block-separator {
  display: inline-block;
  margin-bottom: 1.875rem; }
  .rich-text hr:not(.is-style-dots),
  .rich-text .wp-block-separator:not(.is-style-dots) {
    background-color: #DDE2EB;
    border: none;
    height: 1px; }
  .rich-text hr.is-style-dots::before,
  .rich-text .wp-block-separator.is-style-dots::before {
    color: #777;
    content: "\00b7 \00b7 \00b7";
    font-size: 1rem;
    letter-spacing: 1px;
    padding-left: 0.625rem; }
  .rich-text hr.is-style-wide,
  .rich-text .wp-block-separator.is-style-wide {
    max-width: none;
    width: 100%; }

.site-title a {
  color: brown; }

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }


/*# sourceMappingURL=global.85dfe4ccd5a7dc0a6a27.min.css.map*/