@font-face {
    font-family: 'cmu_serifroman';
    src: url('fonts/cmunrm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cmu_serifbold';
    src: url('fonts/cmunbx-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cmu_serifitalic';
    src: url('fonts/cmunti-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cmu_sans_serifmedium';
    src: url('fonts/cmunss-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'cmu_sans_serifbold';
    src: url('fonts/cmunsx-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'cmu_sans_serifitalic';
    src: url('fonts/cmunsi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

body {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'cmu_serifroman';
  font-weight: bold;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 2em;
}

.card .card-image {
    margin-bottom: 1em;
    margin-right: 0px;
}

.card {
    background: #fff;
    border: none;
    border-radius: .1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #1E7390;
}

.container.grid-xl {
    max-width: 1440px;
}

.container.grid-lg {
    max-width: 1100px;
}

.footer {
  background-color: #fafafa;
  background-clip: padding-box;
  padding: 2em 1em 4em 1em;
}

.footer-legal {
    background-color: #e1e1e1;
}

.footer-headers {
    font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
/* identical to box height */

letter-spacing: 3px;
text-transform: uppercase;

/* Fade */

color: #B5B5B5;
}

.footer-links {
    /* P */

font-family: Vesper Libre;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
/* identical to box height, or 140% */


/* DarkGrey */

color: #545454;

}

.nav {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 31px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #545454;
}

.nav .nav-item a:focus,
.nav .nav-item a:hover {
  color: #206783;
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #206783;
}


.section-header {
    /* H2 */

font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 33px;
/* or 137% */

letter-spacing: 1px;

color: #585858;
}

.eyebrow {
    /* Eyebrow */

font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
align-items: center;
text-align: right;
letter-spacing: 3px;
text-transform: uppercase;

/* Dark */

color: #3D3D3D;
}

.article-highlight-eyebrow {
    /* Eyebrow */

font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 3px;
text-transform: uppercase;
padding-top: 1em;
border-top: 5px solid #206783;

color: #B5B5B5;
}

.article-highlight-eyebrow-cat {
    /* Eyebrow */

font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 3px;
text-transform: uppercase;

color: #3c3d3c;
}

.card-title.h3 {
    /* H1alt */

font-family: CMU Serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 35px;

color: #3D3D3D;
}

.recents-card-header {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.8rem;
    padding-right: 0.8rem;
}

.recents-container {
    margin-bottom: 6em;
}

.tweets-container {
    margin-bottom: 6em;
}

.recents-cards-row {
    display: flex;
}



.recents-cards {
    display: flex;
}

.recents-img-responsive {
    display: block;
    height: auto;
    margin: 0 auto;
    /* max-width: 100%; */

  }

.nav-links {
    justify-content: flex-end;
}

.no-webp .post-head {
    background-image: url(/public/img/headerbg.jpg);
  }
  
.webp .post-head {
    background-image: url(/public/img/headerbg.webp);
  }

.post-head {
    background-image: url(/img/headerbg.jpg);
}

.columns .post-title {
    margin-top: 6em;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: white;
}

.btn .btn-link {
    background-color: #206783;
}

.twitter-card {
    border-bottom: none;
}

.twitter-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cta-eyebrow {
    /* Eyebrow */

font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;

/* Main */

color: #1E7390;
}

.cta-text {
    font-family: CMUSerif;
font-size: 29px;
line-height: 54px;
/* or 187% */

text-align: center;
letter-spacing: -0.870725px;

color: #000000;
}

.cta-container {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 6em;
    background: #FAFAFA;
}

.cta-button {
    font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
/* identical to box height */

text-align: center;
letter-spacing: 3px;
text-transform: uppercase;

/* MainFade */

color: #FFFFFF;

/* Inside Auto Layout */

flex: none;
order: 0;
align-self: center;
flex-grow: 0;
margin: 10px 0px;
}

.btn.btn-sm.cta-button{
    height: 2rem;
}

.cta-testimonial {
    font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;

/* DarkGrey */

color: #545454;
margin-top: 1em;
margin-bottom: 3em;
}

.copy-notice {
    /* Psmall */

font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 156.5%;
/* identical to box height, or 22px */


/* Fade */

color: #B5B5B5;
text-align: right;
}

.gdpr-notice {
    /* Psmall */

font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 156.5%;
/* identical to box height, or 22px */

text-align: left;

/* Dark */

color: #3D3D3D;
}

.cta-h {
    /* H1alt */

font-family: CMU Sans Serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 35px;
text-align: center;
letter-spacing: -0.8px;

/* Dark */

color: #3D3D3D;
}

.hero-eyebrow {
    font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 3px;
text-transform: uppercase;

/* Main */

color: #1E7390;
margin-bottom: 2em;
}

.hero-h2 {
    font-family: CMU Sans Serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 35px;
letter-spacing: -1.35759px;

color: #3D3D3D;
}

.hero-text {
    /* P */

font-family: Vesper Libre;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
/* or 140% */


/* DarkGrey */

color: #545454;
margin-bottom: 2em;
}

.hero-email-input {
    font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
display: flex;
align-items: center;
letter-spacing: 3px;
text-transform: uppercase;

/* DarkGrey */

color: #545454;
}

.hero-email-button {
    font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
/* identical to box height */

text-align: center;
letter-spacing: 3px;
text-transform: uppercase;

/* MainFade */

color: #FFFFFF;
}

.article-related-topics {
    /* H2 */

font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 33px;
/* or 137% */

letter-spacing: 1px;
margin-top: 1em;

color: #585858;
}

.cf-chip {
    background: #E5F2F7;
    font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 16px;
/* identical to box height */

letter-spacing: 3px;
text-transform: uppercase;

/* Dark */

color: #3D3D3D;
}

.article-container {
    margin-bottom: 6em;
}

/* .navbar .navbar-brand {
    font-size: .9rem;
    text-decoration: none;
    object-fit: contain;
} */

.logo-img {
    object-fit: contain;
    height: 30px;
    margin-top: 10px;
}

.card .card-body.recents-card-body {
    padding-left: 0rem;
    font-size: 1rem;
}

/* .btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #206783;
} */

/* .dropdown .menu {
    animation: slide-down .15s ease 1;
    display: none;
    max-height: 50vh;
    position: fixed;
    top: auto;
    left: auto;
    width: inherit;
} */

/* .dropdown .menu {
    animation: slide-down .15s ease 1;
    display: none;
    left: 0;
    max-height: 50vh;
    overflow-y: auto;
    position: absolute;
    top: 100%;
  } */
  
  /* .dropdown.dropdown-right .menu {
    left: auto;
  }
  
  .dropdown.active .menu,
  .dropdown .dropdown-toggle:focus + .menu,
  .dropdown .menu:hover {
    position: fixed;
  }
  
  .dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
    border-bottom-right-radius: .1rem;
    border-top-right-radius: .1rem;
  } */