/* || General */
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Neuton:wght@400;700&display=swap);

audio {
    /* background-color: #3D5596;
    color: #FFF; */
    border-radius: .25rem;
  }
  audio::-webkit-media-controls-play-button,
  audio::-webkit-media-controls-panel {
    background-color: #dadada;
    color: #FFF;
    border-radius: .25rem;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    color: #1D1D1D;
    font-size: 17px;
    line-height: 1.525;
    font-family: Helvetica, Arial, sans-serif;
  }
  b, strong {
    font-weight: 600;
  }
  img {
    max-width: 100%;
  }
  hr {
    margin: 45px 0;
    border-color: #cfdce2;
  }
  .container {
    max-width: 1600px;
  }
  
  /* || Typography */
  .field--name-field-press-release-items, .field--name-field-generic-title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Neuton', serif;
    margin-bottom: 1.5rem;
  }
  .field--name-field-generic-title, .h1, h1 {
    font-size: 2.65rem;
    color: #0B0B65;
  }

  .field--name-field-press-release-items .field__label, .field--name-field-generic-title {
    font-weight: 400;
    font-family: 'Neuton', serif;
    margin-bottom: 1.5rem;
  }
  .field--name-field-press-release-items .field__label, .field--name-field-generic-title {
    font-size: 2.65rem;
    color: #0B0B65;
  }
  
  .h2, h2 {
    font-size: 2.125rem;
  }
  .h3, h3 {
    font-size: 1.875rem;
  }
  .h4, h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  .h5, h5 {
    font-size: 1.25rem;
    text-transform: uppercase;
  }
  a {
    color: #0B0B65;
    font-weight: 600;
  }
  
  /* || Helpers */
  .img-rounded {
    border-radius: 15px;
  }
  .hide {
    display: none;
    visibility: hidden;
  }
  .neuton {
    font-family: 'Neuton', serif;
  }
  
  /* || Buttons */
  .btn {
    font-family: 'Neuton', serif;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }
  .btn-primary {
    border-color: #9D8748;
    background-color: #9D8748;
    color: #FFF;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border-color: #9D8748;
    background-color: #9D8748;
    color: #FFF;
  }
  .btn-outline {
    border-color: #9D8748;
    background-color: #FFF;
    color: #574324;
  }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline:not(:disabled):not(.disabled).active, .btn-outline:not(:disabled):not(.disabled):active, .show > .btn-outline.dropdown-toggle {
    border-color: #9D8748;
    background-color: #FFF;
    color: #574324;
  }
  .btn-search {
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .btn-search:after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504.1 471l-134-134C399.1 301.5 415.1 256.8 415.1 208c0-114.9-93.13-208-208-208S-.0002 93.13-.0002 208S93.12 416 207.1 416c48.79 0 93.55-16.91 129-45.04l134 134C475.7 509.7 481.9 512 488 512s12.28-2.344 16.97-7.031C514.3 495.6 514.3 480.4 504.1 471zM48 208c0-88.22 71.78-160 160-160s160 71.78 160 160s-71.78 160-160 160S48 296.2 48 208z' fill='%23FFF'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  
  /* || Backgrounds */
  .bg-light {
    background-color: #F0EDE3 !important;
  }
  .bg-light h3, .bg-light .h3 {
    color: #574324;
  }
  .bg-secondary {
    background-color: #5B6476 !important;
  }
  
  /* || Forms */
  .form-control {
    font-family: 'Neuton', serif;
    font-size: 1.15rem;
  }
  .custom-select {
    background-color: #9D8748;
    border: none;
    color: #FFF;
    max-width: 100%;
    font-family: 'Neuton', serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z' fill='%23FFF'/%3E%3C/svg%3E") no-repeat;
  }
  .custom-select-sm {
    font-size: .875rem;
  }
  
  /* || Dropdowns */
  .dropdown-toggle::after {
    display: none;
  }
  
  /* || Breadcrumb */
  #breadcrumb-wrapper {
    background-color: #EFF0F2;
  }
  #breadcrumb-wrapper .breadcrumb {
    background: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.35s ease;
  }

  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

  .breadcrumb-item {
    font-size: .875rem;
  }
  .breadcrumb-item.active {
    color: #1D1D1D;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    color: #1D1D1D;
    content: "|";
  }
  
  /* || Cards */
  .card {
    border: none;
    background-color: #F0EDE3;
    margin-bottom: 10px;
  }
  .card-header {
    background-color: #21283A;
    color: #FFF;
    border: none;
    padding: .85rem 1.5rem;
  }
  .card-body .nav-item:not(:last-child) {
    border-bottom: solid 1px #9D8748;
  }
  .card-body .nav-item:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
  }
  .card-body .nav-item > .row {
    padding: .75rem 1.5rem;
  }
  .card-body .nav-item > .row h4 {
    font-family: 'Neuton', serif;
    color: #574324;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
  }
  .card-body .nav-item > .row p {
    color: #574324;
    margin: 0;
  }
  .card-body .nav-item > .row .btn {
    min-width: 260px;
  }
  .card-body .nav-item > .row .btn + .btn, .card-body .nav-item > .row .btn.btn-outline {
    margin-left: 20px;
  }
  .card-body .nav-link {
    font-family: 'Neuton', serif;
    color: #1D1D1D;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: .75rem 1.5rem 1rem 1.5rem;
  }
  .card-body .nav-link small {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
  }
  .card-body .nav-link svg, .card-body .nav-link img {
    display: inline-block;
    margin-left: 5px;
  }
  .card-body .nav-item ul {
    padding-left: 15px;
    list-style: disc;
    margin-bottom: .5rem;
    margin-left: 1.5rem;
  }
  .card-body .nav-item ul > li {
    color: #1d1d1d;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .card-body .nav-item ul > li > a {
    padding: .25rem .5rem;
    padding-left: 0;
    color: #0B0B65;
    font-size: 1.075rem;
    line-height: 1;
    /* display: block; */
  }

  .card-body h5 {
    color: #574324;
  }
  .card-footer {
    background-color: rgba(255,255,255,0.4);
    border-top: solid 1px #9D8748;
  }
  .card-footer h4 {
    text-transform: none;
  }
  .card-footer .custom-select {
    width: 450px;
    max-width: 100%;
  }
  
  /* || Accordion / Collapse */
  .accordion {
    margin-bottom: 20px;
  }
  .accordion .card-header {
    background-color: #5B6476;
    color: #FFF;
    padding: 0;
    border: none;
  }
  .accordion .card-header a {
    position: relative;
    color: inherit;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: .85rem 3rem 1rem 1.5rem;
    word-spacing: 0.2ch;
  }
  .accordion .card-header a:not(.collapsed) {
    background-color: #21283A;
  }
  .field--name-field-alerts-and-notifications .accordion .card-header a .icon {
    margin-right: 15px;
    display: flex;
  }

  .accordion .card-header a .icon {
    margin-right: 15px;
    display: none;
  }

  .accordion .card-header a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432.6 209.3l-191.1 183.1C235.1 397.8 229.1 400 224 400s-11.97-2.219-16.59-6.688L15.41 209.3C5.814 200.2 5.502 184.1 14.69 175.4c9.125-9.625 24.38-9.938 33.91-.7187L224 342.8l175.4-168c9.5-9.219 24.78-8.906 33.91 .7187C442.5 184.1 442.2 200.2 432.6 209.3z' fill='%23FFF'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s ease;
  }
  .accordion .card-header a[aria-expanded="true"]:after {
    transform: rotate(-180deg);
  }
  .accordion .card-header a:hover {
    text-decoration: none;
  }
  
  /* || Alerts */
  .alert {
    border: none;
    border-top: solid 5px transparent;
    height: 100%;
  }
  .alert h5 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.125rem;
  }
  .alert p:last-child {
    margin-bottom: 0;
  }
  .alert-primary {
    border-top-color: #5B6476;
    background-color: #EFF0F2;
    color: #1D1D1D;
  }
  .alert-primary h5 {
    color: #5B6476;
  }
  .alert-secondary {
    border-top-color: #9D8748;
    background-color: #F0EDE3;
    color: #1D1D1D;
  }
  .alert-secondary h5 {
    color: #9D8748;
  }
  .alert-dark {
    border-top-color: #1D1D1D;
    background-color: #E9E9E9;
    color: #1D1D1D;
  }
  .alert-dark h5 {
    color: #1D1D1D;
  }
  
  /* || Tables */
  .table {
    background-color: #F0EDE3;
    border-radius: 0.25rem;
  }
  .table td, .table th {
    border-top: solid 1px #9D8748;
    padding: .75rem 1.5rem;
  }
  .table thead th {
    border: none;
    font-family: 'Neuton', serif;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .table thead th:not(:last-child) {
    border-right: solid 1px #9D8748;
  }
  .table .thead-dark th {
    background-color: #21283A;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(255,255,255,0.4);
  }
  .table tbody tr:first-child td {
    border-top: none;
  }
  .table tbody td:not(:last-child) {
    border-right: solid 1px #9D8748;
  }
  .table .nav-item:not(:last-child) {
    border-bottom: solid 1px #9D8748;
  }
  .table .nav-link {
    font-family: 'Neuton', serif;
    color: #1D1D1D;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: .5rem 0;
  }
  .table .nav-link small {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
  }
  .table .nav-link svg, .table .nav-link img {
    display: inline-block;
    margin-left: 5px;
  }
  .table .number {
    margin-right: 1rem;
    padding: .5rem 0;
    color: #574324;
    font-size: .85rem;
    line-height: 2;
  }
  
  /* || Pagination */
  .pagination {
    border-radius: 0;
  }
  .page-link {
    border: none;
    font-family: 'Neuton', serif;
    color: #574324;
  }
  .page-item.active .page-link {
    border: none;
    background: none;
    color: #5B6476;
  }
  .page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
  }
  .page-link:hover {
    border: none;
    background: none;
    color: #5B6476;
  }
  .page-link:focus {
    box-shadow: none;
  }
  
  /* || Shapes */
  .circle, .square {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    padding: 50%;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .circle > *, .square > * {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    max-width: 100%;
  }
  
  .word-spacing {
    word-spacing: 3px;
  }