@charset "UTF-8";
:root {
  --c2d1: hsl(20, 89%, 42%);
  --c4d2: hsl(175, 100%, 23%);
  --c1l4: hsl(194, 100%, 74%);
  --c1: hsl(205, 100%, 22%);
  --c2l1: hsl(39, 100%, 74%);
  --t-time: .4s;
  --easing: cubic-bezier(0.24, 0.96, 0.46, 1);
  --sub-content-spacing: 3px;
  --content-spacing: 15px;
  --group-spacing: 25px;
  --group-spacing-offset: 10px;
  --section-spacing: 50px;
  --section-spacing-offset: 35px;
}

body {
  display: flex;
  flex-direction: column;
  overflow: hidden auto;
}
body > * {
  width: 100%;
}
body footer {
  flex: 0 0 auto;
  margin-top: 0 !important;
  height: unset !important;
}
body.locked {
  position: fixed;
  left: 0;
  width: 100%;
  top: var(--lock-offset);
  overflow: hidden;
}
@media (pointer: fine) {
  body.locked {
    width: calc(100% - 15px);
  }
}
body .force-wrapper {
  flex: 1 0 auto;
  display: block;
  height: unset !important;
  min-height: unset !important;
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
}
body .force-wrapper > * {
  width: 100%;
  flex: 1 0 auto;
}
body .force-wrapper header {
  flex: 0 0 auto;
}
body .push {
  display: none;
}
body .cl {
  margin: 10px auto;
  position: static;
}

#tinymce [class=clps], #mceTemplatePreview [class=clps], #pagebuilder .clps, #news-detail .clps, #mceTemplatePreview .clps {
  margin-bottom: 15px;
}
#tinymce [class=clps] div [class=clps-content], #mceTemplatePreview [class=clps] div [class=clps-content], #pagebuilder .clps div [class=clps-content], #news-detail .clps div [class=clps-content], #mceTemplatePreview .clps div [class=clps-content] {
  display: block;
  padding: 10px 15px;
}
#tinymce [class=clps] div p, #mceTemplatePreview [class=clps] div p, #pagebuilder .clps div p, #news-detail .clps div p, #mceTemplatePreview .clps div p {
  color: inherit;
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#tinymce [class=clps] div p:last-child, #mceTemplatePreview [class=clps] div p:last-child, #pagebuilder .clps div p:last-child, #news-detail .clps div p:last-child, #mceTemplatePreview .clps div p:last-child {
  margin-bottom: 0;
}
#tinymce [class=clps] div ul, #mceTemplatePreview [class=clps] div ul, #pagebuilder .clps div ul, #news-detail .clps div ul, #mceTemplatePreview .clps div ul {
  margin-top: 0;
}
#tinymce [class=clps] div:first-child:not([class=clps-content]), #mceTemplatePreview [class=clps] div:first-child:not([class=clps-content]), #pagebuilder .clps div:first-child:not([class=clps-content]), #news-detail .clps div:first-child:not([class=clps-content]), #mceTemplatePreview .clps div:first-child:not([class=clps-content]) {
  cursor: pointer;
  background-color: #1d3159;
  color: white;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  padding: 0 15px;
}
#tinymce [class=clps] div:first-child:not([class=clps-content])::after, #mceTemplatePreview [class=clps] div:first-child:not([class=clps-content])::after, #pagebuilder .clps div:first-child:not([class=clps-content])::after, #news-detail .clps div:first-child:not([class=clps-content])::after, #mceTemplatePreview .clps div:first-child:not([class=clps-content])::after {
  content: "\f01a";
  font-family: FontAwesome;
  font-size: 1.3em;
  font-weight: 400;
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#tinymce [class=clps] div:first-child:not([class=clps-content]) p, #mceTemplatePreview [class=clps] div:first-child:not([class=clps-content]) p, #pagebuilder .clps div:first-child:not([class=clps-content]) p, #news-detail .clps div:first-child:not([class=clps-content]) p, #mceTemplatePreview .clps div:first-child:not([class=clps-content]) p {
  padding: 10px 10px 10px 0;
}
#tinymce [class=clps] div:first-child:not([class=clps-content]) i, #mceTemplatePreview [class=clps] div:first-child:not([class=clps-content]) i, #pagebuilder .clps div:first-child:not([class=clps-content]) i, #news-detail .clps div:first-child:not([class=clps-content]) i, #mceTemplatePreview .clps div:first-child:not([class=clps-content]) i {
  font-size: 1.3em;
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
}
#tinymce [class=clps] div:last-child, #mceTemplatePreview [class=clps] div:last-child, #pagebuilder .clps div:last-child, #news-detail .clps div:last-child, #mceTemplatePreview .clps div:last-child {
  background-color: transparent;
  color: black;
  transition: 0.4s cubic-bezier(0.24, 0.96, 0.46, 1);
  max-height: 0;
  overflow: hidden;
}
#tinymce [class=clps] div:last-child [class=clps-content], #mceTemplatePreview [class=clps] div:last-child [class=clps-content], #pagebuilder .clps div:last-child [class=clps-content], #news-detail .clps div:last-child [class=clps-content], #mceTemplatePreview .clps div:last-child [class=clps-content] {
  border: 1px solid #3a5d87;
  border-bottom: none;
  border-top: none;
}
#tinymce [class=clps] div:last-child [class=clps-content]::after, #mceTemplatePreview [class=clps] div:last-child [class=clps-content]::after, #pagebuilder .clps div:last-child [class=clps-content]::after, #news-detail .clps div:last-child [class=clps-content]::after, #mceTemplatePreview .clps div:last-child [class=clps-content]::after {
  display: none;
}
#tinymce [class=clps] div:last-child [class=clps-content]:first-child, #mceTemplatePreview [class=clps] div:last-child [class=clps-content]:first-child, #pagebuilder .clps div:last-child [class=clps-content]:first-child, #news-detail .clps div:last-child [class=clps-content]:first-child, #mceTemplatePreview .clps div:last-child [class=clps-content]:first-child {
  border: 1px solid #3a5d87;
  border-bottom: none;
}
#tinymce [class=clps] div:last-child [class=clps-content]:last-child, #mceTemplatePreview [class=clps] div:last-child [class=clps-content]:last-child, #pagebuilder .clps div:last-child [class=clps-content]:last-child, #news-detail .clps div:last-child [class=clps-content]:last-child, #mceTemplatePreview .clps div:last-child [class=clps-content]:last-child {
  border: 1px solid #3a5d87;
  border-top: none;
}
#tinymce .open[class=clps] div:first-child, #mceTemplatePreview .open[class=clps] div:first-child, #pagebuilder .open.clps div:first-child, #news-detail .open.clps div:first-child, #mceTemplatePreview .open.clps div:first-child {
  background-color: #3a5d87;
}
#tinymce .open[class=clps] div:first-child::after, #mceTemplatePreview .open[class=clps] div:first-child::after, #pagebuilder .open.clps div:first-child::after, #news-detail .open.clps div:first-child::after, #mceTemplatePreview .open.clps div:first-child::after {
  transform: rotate(180deg);
}

#tinymce .table-responsive, #pagebuilder .table-responsive, #news-detail .table-responsive, #mceTemplatePreview .table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
#tinymce .table-responsive table, #pagebuilder .table-responsive table, #news-detail .table-responsive table, #mceTemplatePreview .table-responsive table {
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#tinymce .table-responsive table td:nth-child(n), #pagebuilder .table-responsive table td:nth-child(n), #news-detail .table-responsive table td:nth-child(n), #mceTemplatePreview .table-responsive table td:nth-child(n) {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
#tinymce .table-responsive table td:nth-child(n):first-child, #pagebuilder .table-responsive table td:nth-child(n):first-child, #news-detail .table-responsive table td:nth-child(n):first-child, #mceTemplatePreview .table-responsive table td:nth-child(n):first-child {
  border-left: none;
}
#tinymce .table-responsive thead th, #pagebuilder .table-responsive thead th, #news-detail .table-responsive thead th, #mceTemplatePreview .table-responsive thead th {
  background-color: transparent;
  color: #1d3159;
  text-align: center;
  line-height: 1.2;
}
#tinymce .table-responsive tbody tr:first-child td, #pagebuilder .table-responsive tbody tr:first-child td, #news-detail .table-responsive tbody tr:first-child td, #mceTemplatePreview .table-responsive tbody tr:first-child td {
  border-top: 5px solid #1d3159;
}
#tinymce .table-responsive tbody tr:nth-child(odd), #pagebuilder .table-responsive tbody tr:nth-child(odd), #news-detail .table-responsive tbody tr:nth-child(odd), #mceTemplatePreview .table-responsive tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
#tinymce .table-responsive tbody tr td, #pagebuilder .table-responsive tbody tr td, #news-detail .table-responsive tbody tr td, #mceTemplatePreview .table-responsive tbody tr td {
  text-align: center;
  line-height: 1.2;
  border: none;
  color: black;
  vertical-align: center;
}
#tinymce .simple.table-responsive tbody, #pagebuilder .simple.table-responsive tbody, #news-detail .simple.table-responsive tbody, #mceTemplatePreview .simple.table-responsive tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#tinymce .simple.table-responsive tbody td:nth-child(n), #pagebuilder .simple.table-responsive tbody td:nth-child(n), #news-detail .simple.table-responsive tbody td:nth-child(n), #mceTemplatePreview .simple.table-responsive tbody td:nth-child(n) {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-top: none;
}
#tinymce .simple.table-responsive tbody td:nth-child(n):last-child, #pagebuilder .simple.table-responsive tbody td:nth-child(n):last-child, #news-detail .simple.table-responsive tbody td:nth-child(n):last-child, #mceTemplatePreview .simple.table-responsive tbody td:nth-child(n):last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
#tinymce .simple.table-responsive tbody tr:nth-child(even), #pagebuilder .simple.table-responsive tbody tr:nth-child(even), #news-detail .simple.table-responsive tbody tr:nth-child(even), #mceTemplatePreview .simple.table-responsive tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
#tinymce .simple.table-responsive tbody tr:nth-child(odd), #pagebuilder .simple.table-responsive tbody tr:nth-child(odd), #news-detail .simple.table-responsive tbody tr:nth-child(odd), #mceTemplatePreview .simple.table-responsive tbody tr:nth-child(odd) {
  background-color: transparent;
}

.rm, .replace, .stopper {
  display: none !important;
}

#tinymce [class=clps] div:first-child p, #mceTemplatePreview [class=clps] div:first-child p {
  margin-top: 0;
}
#tinymce [class=clps] div:first-child::after, #mceTemplatePreview [class=clps] div:first-child::after {
  display: none;
}
#tinymce [class=clps] div:last-child, #mceTemplatePreview [class=clps] div:last-child {
  max-height: none;
}
#tinymce [class=rm], #mceTemplatePreview [class=rm] {
  display: block !important;
  line-height: 20px !important;
  font-size: 20px;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  width: 100%;
  height: 10px;
  position: relative;
}
#tinymce [class=replace], #mceTemplatePreview [class=replace] {
  display: block !important;
  background-color: #1d3159;
  margin: 10px auto;
  height: 20px;
  position: relative;
  width: calc(100% - 20px);
  clear: both;
}
#tinymce [class=replace]::after, #mceTemplatePreview [class=replace]::after {
  content: "+";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  padding: 4px 2px;
  border-radius: 15px;
  line-height: 5px;
  background-color: white;
  color: #1d3159;
  padding: 2px;
  line-height: 13px;
  font-family: sans-serif;
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  text-align: center;
}
#tinymce [class=replace][data-mce-selected], #mceTemplatePreview [class=replace][data-mce-selected] {
  background-color: #D99B25;
}
#tinymce [class=stopper], #mceTemplatePreview [class=stopper] {
  width: 100%;
  height: 0px;
  opacity: 0;
  overflow: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  display: block !important;
}

#mceTemplatePreview [class=clps] div p {
  margin-top: 0;
}
#mceTemplatePreview [class=clps] div:first-child::after {
  display: none;
}

#tinymce .photo-snippet.responsive, #mceTemplatePreview .photo-snippet.responsive {
  max-width: 750px;
  float: none;
}

.bsgc {
  width: 100%;
  display: grid;
}
@media (max-width: 4000px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 95.5px) 1fr;
  }
}
@media (max-width: 1400px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 93px) 1fr;
  }
}
@media (max-width: 1200px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 78px) 1fr;
  }
}
@media (max-width: 992px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 58px) 1fr;
  }
}
@media (max-width: 768px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 43px) 1fr;
  }
}
.bsgc::before, .bsgc::after {
  grid-row: 1/span 100;
  content: "";
}
.bsgc::before {
  grid-column: 1/2;
}
.bsgc::after {
  grid-column: -2/-1;
}
@media (max-width: 576px) {
  .bsgc {
    column-gap: 0;
    grid-template-columns: 24px repeat(12, 1fr) 24px;
  }
}
.bsgc > * {
  grid-column: auto/span 12;
}
.bsgc.r1 {
  grid-template-rows: auto;
}
.bsgc.r1::before, .bsgc.r1::after {
  grid-row: auto/span 1;
}
@media (max-width: 576px) {
  .bsgc.sm-stack > * {
    grid-column: 2/span 12;
  }
}

.bsgc > .s12, .bs > .s12 {
  grid-column: auto/span 12;
}

.bsgc > .s11, .bs > .s11 {
  grid-column: auto/span 11;
}

.bsgc > .s10, .bs > .s10 {
  grid-column: auto/span 10;
}

.bsgc > .s9, .bs > .s9 {
  grid-column: auto/span 9;
}

.bsgc > .s8, .bs > .s8 {
  grid-column: auto/span 8;
}

.bsgc > .s7, .bs > .s7 {
  grid-column: auto/span 7;
}

.c2 > *, .bsgc > .s6, .bs > .s6 {
  grid-column: auto/span 6;
}

.bsgc > .s12, .bs > .s12 {
  grid-column: auto/span 5;
}

.c3 > *, .bsgc > .s4, .bs > .s4 {
  grid-column: auto/span 4;
}

.c4 > *, .bsgc > .s3, .bs > .s3 {
  grid-column: auto/span 3;
}

.c6 > *, .bsgc > .s2, .bs > .s2 {
  grid-column: auto/span 2;
}

.bsgc > .s1, .bs > .s1 {
  grid-column: auto/span 1;
}

.bsgc-pad {
  width: 100%;
  display: grid;
  column-gap: 24px;
  justify-content: center;
}
@media (max-width: 4000px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 73.5px);
  }
}
@media (max-width: 1400px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 71px);
  }
}
@media (max-width: 1200px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 56px);
  }
}
@media (max-width: 992px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 36px);
  }
}
@media (max-width: 768px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 21px);
  }
}
@media (max-width: 576px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 12px;
    padding-right: 12px;
  }
}

.bsgc-narrow {
  width: 100%;
  display: grid;
}
@media (max-width: 4000px) {
  .bsgc-narrow {
    grid-template-columns: 1fr repeat(12, 66.6666666667px) 1fr;
  }
}
@media (max-width: 992px) {
  .bsgc-narrow {
    grid-template-columns: 1fr repeat(12, 58px) 1fr;
  }
}
@media (max-width: 768px) {
  .bsgc-narrow {
    grid-template-columns: 1fr repeat(12, 43px) 1fr;
  }
}
.bsgc-narrow::before, .bsgc-narrow::after {
  grid-row: 1/span 100;
  content: "";
}
.bsgc-narrow::before {
  grid-column: 1/2;
}
.bsgc-narrow::after {
  grid-column: -2/-1;
}
@media (max-width: 576px) {
  .bsgc-narrow {
    column-gap: 0;
    grid-template-columns: 24px repeat(12, 1fr) 24px;
  }
}
.bsgc-narrow > * {
  grid-column: auto/span 12;
}

.a2a_kit {
  box-shadow: none;
}
.a2a_kit.a2a_floating_style {
  position: relative;
  margin-top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: unset;
  padding: 4px 46px;
  margin-bottom: 15px;
}
.a2a_kit.a2a_floating_style .a2a_container {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
.a2a_kit.a2a_floating_style .a2a_svg {
  border-radius: 0;
  background-color: #1d3159 !important;
}
.a2a_kit.a2a_floating_style .a2a_text {
  padding: 4px;
  font-size: 10.5px;
  display: block;
  overflow: hidden;
  line-height: 10px;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
  padding-top: 15px;
  text-align: center;
}
.a2a_kit.a2a_floating_style.left {
  display: inline-flex;
}
.a2a_kit.a2a_floating_style.left .a2a_text {
  text-align: left;
}

.juicer-feed h1.referral {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  height: 0px !important;
}

.filter-bar {
  padding: var(--group-spacing) 0;
  position: relative;
  display: grid;
  column-gap: 10px;
  grid-template-columns: min-content 1fr 0.5fr 1fr min-content;
}
@media (max-width: 768px) {
  .filter-bar {
    row-gap: 10px;
    grid-template-columns: min-content 1fr 0.5fr min-content;
  }
}
.filter-bar > label {
  align-self: center;
  font-size: 1.25em;
  text-transform: capitalize;
  font-weight: 400;
}

.search-filter, .filter-select {
  font-size: 1em;
  font-weight: 500;
  border: none;
  background-color: white;
  color: #1d3159;
  border-radius: 0;
  border: 1px solid #1d3159;
}

.search-filter {
  display: flex;
}
@media (max-width: 768px) {
  .search-filter {
    grid-area: 2/2/3/4;
  }
}
.search-filter input {
  color: #1d3159;
  padding: 0.5em;
  display: block;
  border: none;
  flex: 1 1 auto;
  font-weight: inherit;
  border: none;
  background-color: transparent;
}
.search-filter input::placeholder {
  color: inherit;
  width: 100%;
}
.search-filter input:focus {
  outline: 3px solid #D99B25;
}
.search-filter button {
  background-color: #1d3159;
  border: 1px solid #1d3159;
  color: #fff;
  flex: 0 0 auto;
  width: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color var(--t-time) var(--easing), background-color var(--t-time) var(--easing);
}
.search-filter button::after {
  position: relative;
  top: 0;
  display: block;
  content: "\f002";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 900;
}
.search-filter button:hover {
  background-color: white;
  color: #1d3159;
}
.search-filter button:focus {
  outline: 3px solid #D99B25;
  background-color: white;
  color: #1d3159;
}
.search-filter button.no-b {
  border: none;
  border-left: 1px solid #1d3159;
}

.filter-select {
  padding: 0.5em;
  appearance: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filter-select:focus {
  outline: 3px solid #D99B25;
}

.filter-select-wrap {
  display: flex;
  align-items: center;
}
.filter-select-wrap::after {
  color: #1d3159;
  width: 30px;
  margin-left: -30px;
  pointer-events: none;
  content: "\f078";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 900;
}
.filter-select-wrap > select {
  flex: 1 1 auto;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .filter-select-wrap:nth-of-type(2) {
    grid-column: span 2;
  }
}

button[type=reset] {
  border: none;
  background-color: transparent;
  font-weight: 600;
  color: #1d3159;
  cursor: pointer;
  justify-self: end;
}
button[type=reset][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
button[type=reset]:hover {
  color: #3a5d87;
}
@media (max-width: 768px) {
  button[type=reset] {
    grid-column: 4/span 1;
  }
}

.col-wrap {
  columns: 4;
  padding-bottom: 15px;
  width: 100%;
}
@media (max-width: 1200px) {
  .col-wrap {
    columns: 3;
  }
}
@media (max-width: 992px) {
  .col-wrap {
    columns: 2;
  }
}
@media (max-width: 576px) {
  .col-wrap {
    columns: 1;
  }
}
.col-wrap > * {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  hyphens: auto;
}

.filter-shortcuts {
  align-content: center;
}
.filter-shortcuts .field {
  padding-bottom: 0 !important;
}

.btn-wire, button[type=reset] {
  display: inline-block;
  background-color: transparent;
  color: #D99B25;
  border: 1px solid #D99B25;
  padding: 1em;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1;
}
.btn-wire:hover, button[type=reset]:hover {
  background-color: #D99B25;
  color: #1d3159;
}

button[type=reset] {
  color: #1d3159;
  border-color: #1d3159;
  padding: 0.25em 1em;
  text-transform: capitalize;
}
button[type=reset]:hover {
  background-color: #1d3159;
  color: white;
}

.pagination .list-wrapper, .pagination form {
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .list-wrapper > a, .pagination form > a {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #1d3159;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--c3d1);
  text-decoration: none;
  transition: all var(--t-time) var(--easing);
}
@media (pointer: fine) {
  .pagination .list-wrapper > a:hover, .pagination form > a:hover {
    background-color: #1d3159;
    color: white;
  }
}
.pagination .prev::after {
  content: "\f053";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 900;
}
.pagination .next::after {
  content: "\f054";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 900;
}
.pagination .pages {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pages a {
  width: unset;
  height: unset;
  flex: 0 0 auto;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid white;
  position: relative;
  text-decoration: none;
  color: #1b2e54;
  font-size: 1.1em;
  transition: all var(--t-time) var(--easing);
}
.pagination .pages a[aria-current] {
  border: 1px solid #D99B25;
}
@media (pointer: fine) {
  .pagination .pages a:hover {
    background-color: #1d3159;
    color: white;
    border-color: #1d3159;
  }
}
.pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
}

:root {
  --t-time: 0.4s;
  --easing: cubic-bezier(0.24, 0.96, 0.46, 1);
  --s1: 4px;
  --s5: 20px;
}

@layer default {
  .cl {
    --width: 115px;
    --c1: #616365;
    --c2: #c1bb00;
  }
}
@layer component {
  *:has(> .cl) {
    position: relative;
  }
  .cl {
    position: absolute;
    width: var(--width, 300px);
  }
  .cl[data-theme=light] {
    --c1: #b2b2b2;
    --c2: #f0f0f0;
  }
  .cl[data-theme=dark] {
    --c1: #080808;
    --c2: #606060;
  }
  .cl svg {
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .cl a {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 1;
    background-color: transparent;
  }
  .cl .c2 {
    fill: var(--c2);
  }
  .cl .c1 {
    fill: var(--c1);
    fill-rule: evenodd;
  }
  .cl .logomark {
    opacity: 0.7;
  }
  .cl .covalent :is(path, polygon) {
    opacity: 0;
  }
  .cl .covalent .c2 :is(path, polygon):first-child {
    transform: translate3d(0, 50%, 0);
  }
  .cl .covalent .c2 :is(path, polygon):last-child {
    transform: translate3d(0, -50%, 0);
  }
  .cl .logic {
    opacity: 0;
  }
  .cl .shapes {
    fill: none;
    stroke-width: 1;
    stroke: var(--c1);
    opacity: 0.7;
  }
  .cl :is(.circle1, .circle2) {
    /* start position */
    --r: 29.25px;
    --cx: 268.75px;
    --cy: 31.25px;
    --length: calc(pi * var(--r) * 2);
    --width: 1;
    cx: var(--cx);
    cy: var(--cy);
    r: var(--r);
    stroke-width: var(--width);
  }
  .cl .rect1 {
    /* start position */
    --length: 235;
  }
  .cl :is(.circle1, .circle2, .rect1) {
    stroke: var(--c1);
    stroke-dasharray: var(--length), var(--length);
    stroke-dashoffset: var(--length);
    opacity: 1;
    transition: none;
  }
  .cl:is(:hover, :focus-within) .logomark {
    animation: dip 2s forwards;
  }
  .cl:is(:hover, :focus-within) :is(.circle1, .circle2, .rect1) {
    opacity: 0;
    stroke-dashoffset: 0;
    --r: 30.586px;
    --width: 7;
    transition: stroke-dashoffset 1.5s var(--easing), cx 1.25s 0.75s var(--easing), cy 1.25s 0.75s var(--easing), r 1.25s 0.75s var(--easing), stroke-width 1.25s 0.75s var(--easing), stroke 1.25s 0.75s var(--easing), opacity 0.75s 1.25s var(--easing);
  }
  .cl:is(:hover, :focus-within) :is(.circle1, .circle2) {
    stroke: var(--c2);
  }
  .cl:is(:hover, :focus-within) .circle1 {
    --cx: 284.57px;
    --cy: 22.544px;
  }
  .cl:is(:hover, :focus-within) .circle2 {
    --cx: 243.24px;
    --cy: 43.869px;
  }
  .cl:is(:hover, :focus-within) .covalent .c2 :is(path, polygon) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s 1.5s;
  }
  .cl:is(:hover, :focus-within) .covalent .c1 :is(path, polygon) {
    opacity: 1;
  }
  .cl:is(:hover, :focus-within) .covalent .c1 :is(path, polygon):nth-child(1) {
    transition: opacity 0.2s 1.3s;
  }
  .cl:is(:hover, :focus-within) .covalent .c1 :is(path, polygon):nth-child(2) {
    transition: opacity 0.2s 1.35s;
  }
  .cl:is(:hover, :focus-within) .covalent .c1 :is(path, polygon):nth-child(3) {
    transition: opacity 0.2s 1.4s;
  }
  .cl:is(:hover, :focus-within) .covalent .c1 :is(path, polygon):nth-child(4) {
    transition: opacity 0.2s 1.45s;
  }
  .cl:is(:hover, :focus-within) .covalent .c1 :is(path, polygon):nth-child(5) {
    transition: opacity 0.2s 1.5s;
  }
  .cl:is(:hover, :focus-within) .covalent .c1 :is(path, polygon):nth-child(6) {
    transition: opacity 0.2s 1.55s;
  }
  .cl:is(:hover, :focus-within) .logic {
    opacity: 1;
    transition: opacity 0.5s 1.6s;
  }
}
@keyframes dip {
  0% {
    opacity: 0.7;
  }
  15% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes down-and-out {
  0% {
    transform: scale3d(1, 0, 1);
  }
  45% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1, 1, 1);
    fill: transparent;
  }
  100% {
    transform: scale3d(0, 1, 1);
    fill: var(--c1);
  }
}
#news-index {
  margin-bottom: var(--section-spacing);
}
#news-index #page-title {
  font-size: 0.8em;
}
#news-index .filter-bar {
  width: 100%;
  grid-template-columns: 65px repeat(4, 1fr);
}
#news-index .filter-bar::before, #news-index .filter-bar::after {
  display: none;
}
@media (max-width: 768px) {
  #news-index .filter-bar {
    grid-template-columns: 65px repeat(2, 1fr);
    grid-template-rows: repeat(2, 54px);
    row-gap: 12px;
  }
  #news-index .filter-bar .search-filter {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  #news-index .filter-bar {
    grid-template-columns: 65px 1fr;
    grid-template-rows: repeat(2, 40px);
  }
  #news-index .filter-bar .filter-select-wrap:nth-child(3), #news-index .filter-bar .search-filter {
    grid-column: span 2;
  }
}

.news-grid {
  padding-top: 24px;
}
.news-grid article {
  margin: 0 0 24px;
  grid-column: span 4;
  border: 1px solid #1d3159;
  position: relative;
  z-index: 1;
  transition: all var(--t-time) var(--easing);
}
@media (max-width: 992px) {
  .news-grid article {
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .news-grid article {
    grid-column: span 12;
  }
}
.news-grid article a {
  display: block;
  text-decoration: none;
  padding: var(--group-spacing);
  transition: color var(--t-time) var(--easing);
  color: #1b2e54;
}
.news-grid article time {
  color: #d99b29;
  font-weight: 700;
}
.news-grid article h3 {
  font-size: 1.6em;
  font-weight: 600;
  color: #1d3159;
}
.news-grid article p {
  font-size: 0.95em;
  line-height: 1.2;
  padding-top: var(--sub-content-spacing);
}
@media (pointer: fine) {
  .news-grid article:hover {
    background-color: #1d3159;
    transform: scale(1.05);
  }
  .news-grid article:hover a {
    color: white;
  }
  .news-grid article:hover h3, .news-grid article:hover p, .news-grid article:hover time {
    color: inherit;
  }
}

#news-pagination {
  width: 100%;
}

.news-detail-grid {
  grid-auto-flow: dense;
}
@media (max-width: 576px) {
  .news-detail-grid {
    flex-wrap: wrap;
  }
}
.news-detail-grid .related-news {
  margin-top: 0;
}

.news-details {
  margin: var(--section-spacing) 0 var(--section-spacing-offset);
}

.dateline {
  text-transform: uppercase;
  font-weight: 500;
}
.dateline time {
  text-transform: capitalize;
}
.dateline time::before, .dateline time::after {
  content: "—";
  font-family: inherit;
  font-weight: 400;
  padding: 0 5px;
}
@media (max-width: 450px) {
  .dateline time {
    display: block;
  }
  .dateline time::before {
    display: none;
  }
}

:root {
  --t-time: .4s;
  --easing: cubic-bezier(0.24, 0.96, 0.46, 1);
}

#lightbox {
  display: none;
  transform: translateY(-100%);
  visibility: hidden;
  transition: visibility var(--t-time) 0s, opacity var(--t-time) var(--easing), transform var(--t-time) var(--easing);
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cfcfcf;
  z-index: 1000;
  padding: 0;
}
#lightbox.open {
  visibility: visible;
  transition: visibility 0s, opacity var(--t-time) var(--easing), transform var(--t-time) var(--easing);
  transform: translateY(0);
}
#lightbox .image-container {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: calc(100% - 250px);
  padding: 5px;
}
#lightbox .lb-control {
  flex: 0 0 auto;
  background-color: white;
  padding: 0 0 5px;
  transition: all var(--t-time) var(--easing);
}
#lightbox .lb-control.no-info .info {
  display: none;
}
#lightbox .lb-nav {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 30px 0 25px;
}
@media (max-width: 576px), (max-height: 670px) {
  #lightbox .lb-nav {
    padding: 15px 0 10px;
  }
}
@media (max-height: 460px) and (orientation: landscape) {
  #lightbox .lb-nav {
    padding: 7px 0 2px;
  }
}
@media (max-width: 576px) {
  #lightbox .lb-nav {
    flex-wrap: wrap;
    justify-content: end;
  }
}
#lightbox .lb-nav::before {
  content: "";
  flex: 1 1 auto;
  width: 0;
  display: block;
  order: 0;
}
#lightbox #photo-img {
  flex: 1 0 auto;
  height: 100%;
  width: calc(100% - 60px);
  object-fit: contain;
}
#lightbox #lb-info {
  height: 0;
  overflow: hidden;
  transition: all var(--t-time) var(--easing);
}
#lightbox .up #lb-info {
  height: 165px;
  overflow: auto;
}
#lightbox #photo-cap {
  line-height: 1.2;
  padding-top: 20px;
  font-size: 1.2em;
}
#lightbox #photo-cred {
  text-align: left;
  display: block;
  font-style: italic;
  font-size: 1.2em;
  padding: 10px 0 30px;
}
#lightbox #photo-cred::before {
  content: "Photo Credit: ";
  font-weight: 700;
}
#lightbox #photo-number {
  display: block;
  padding: 5px 10px;
  background-color: #3a5d87;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  order: -1;
  color: #fff;
}
#lightbox svg {
  width: 100%;
}
#lightbox svg line {
  stroke: #1d3159;
  stroke-width: 1.15;
  fill: none;
}
#lightbox :is(button, .download) {
  width: 45px;
  height: 45px;
  padding: 6px;
  flex: 0 0 45px;
  z-index: 3;
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 20px;
  line-height: 1;
  color: #1d3159;
  transition: color var(--t-time) var(--easing), background-color var(--t-time) var(--easing);
}
@media (max-width: 576px), (orientation: landscape) {
  #lightbox :is(button, .download) {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }
}
#lightbox .prev, #lightbox .next, #lightbox .info, #lightbox .download {
  background-color: white;
  border: 2px solid #1d3159;
  margin-right: 7px;
}
@media (pointer: fine) {
  #lightbox .prev:hover, #lightbox .next:hover, #lightbox .info:hover, #lightbox .download:hover {
    background-color: #1d3159;
  }
  #lightbox .prev:hover line, #lightbox .next:hover line, #lightbox .info:hover line, #lightbox .download:hover line {
    stroke: white;
  }
}
#lightbox .download {
  width: auto;
  padding: 10px 15px;
  font-size: 1.1em;
  text-decoration: none;
}
@media (pointer: fine) {
  #lightbox .download:hover {
    color: #fff;
  }
}
@media (max-width: 576px) {
  #lightbox .download {
    margin-right: 0;
  }
}
#lightbox .break {
  display: none;
  height: 7px;
  width: 100%;
}
@media (max-width: 576px) {
  #lightbox .break {
    display: block;
  }
}
#lightbox .info {
  padding: 4px;
}
#lightbox .info svg {
  height: 100%;
}
#lightbox .info .info-fa {
  display: block;
}
#lightbox .info .chevron-fa {
  display: none;
  width: 0.9em;
  fill: #1d3159;
}
@media (pointer: fine) {
  #lightbox .info:hover {
    background-color: #1d3159;
  }
  #lightbox .info:hover path {
    color: #fff;
    fill: #fff;
  }
}
#lightbox .up .info {
  background-color: #fff;
  color: white;
}
#lightbox .up .info path {
  color: #1d3159;
}
#lightbox .up .info .info-fa {
  display: none;
}
#lightbox .up .info .chevron-fa {
  display: block;
}
@media (pointer: fine) {
  #lightbox .up .info:hover {
    background-color: #1d3159;
  }
  #lightbox .up .info:hover path {
    color: #fff;
  }
}
#lightbox .close-gal {
  background-color: #1d3159;
  color: white;
  border: 2px solid #1d3159;
  padding: 4px;
}
#lightbox .close-gal svg {
  height: 100%;
}
@media (pointer: fine) {
  #lightbox .close-gal:hover {
    background-color: transparent;
  }
  #lightbox .close-gal:hover path {
    color: #1d3159;
  }
}
#lightbox .close-gal.floating {
  position: absolute;
  top: 15px;
  right: 15px;
}

.bsgc {
  width: 100%;
  display: grid;
}
@media (max-width: 4000px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 95.5px) 1fr;
  }
}
@media (max-width: 1400px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 93px) 1fr;
  }
}
@media (max-width: 1200px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 78px) 1fr;
  }
}
@media (max-width: 992px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 58px) 1fr;
  }
}
@media (max-width: 768px) {
  .bsgc {
    grid-template-columns: 1fr repeat(12, 43px) 1fr;
  }
}
.bsgc::before, .bsgc::after {
  grid-row: 1/span 100;
  content: "";
}
.bsgc::before {
  grid-column: 1/2;
}
.bsgc::after {
  grid-column: -2/-1;
}
@media (max-width: 576px) {
  .bsgc {
    column-gap: 0;
    grid-template-columns: 24px repeat(12, 1fr) 24px;
  }
}
.bsgc > * {
  grid-column: auto/span 12;
}
.bsgc.r1 {
  grid-template-rows: auto;
}
.bsgc.r1::before, .bsgc.r1::after {
  grid-row: auto/span 1;
}
@media (max-width: 576px) {
  .bsgc.sm-stack > * {
    grid-column: 2/span 12;
  }
}

.bsgc > .s12, .bs > .s12 {
  grid-column: auto/span 12;
}

.bsgc > .s11, .bs > .s11 {
  grid-column: auto/span 11;
}

.bsgc > .s10, .bs > .s10 {
  grid-column: auto/span 10;
}

.bsgc > .s9, .bs > .s9 {
  grid-column: auto/span 9;
}

.bsgc > .s8, .bs > .s8 {
  grid-column: auto/span 8;
}

.bsgc > .s7, .bs > .s7 {
  grid-column: auto/span 7;
}

.c2 > *, .bsgc > .s6, .bs > .s6 {
  grid-column: auto/span 6;
}

.bsgc > .s12, .bs > .s12 {
  grid-column: auto/span 5;
}

.c3 > *, .bsgc > .s4, .bs > .s4 {
  grid-column: auto/span 4;
}

.c4 > *, .bsgc > .s3, .bs > .s3 {
  grid-column: auto/span 3;
}

.c6 > *, .bsgc > .s2, .bs > .s2 {
  grid-column: auto/span 2;
}

.bsgc > .s1, .bs > .s1 {
  grid-column: auto/span 1;
}

.bsgc-pad {
  width: 100%;
  display: grid;
  column-gap: 24px;
  justify-content: center;
}
@media (max-width: 4000px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 73.5px);
  }
}
@media (max-width: 1400px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 71px);
  }
}
@media (max-width: 1200px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 56px);
  }
}
@media (max-width: 992px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 36px);
  }
}
@media (max-width: 768px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 21px);
  }
}
@media (max-width: 576px) {
  .bsgc-pad {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 12px;
    padding-right: 12px;
  }
}

.bsgc-narrow {
  width: 100%;
  display: grid;
}
@media (max-width: 4000px) {
  .bsgc-narrow {
    grid-template-columns: 1fr repeat(12, 66.6666666667px) 1fr;
  }
}
@media (max-width: 992px) {
  .bsgc-narrow {
    grid-template-columns: 1fr repeat(12, 58px) 1fr;
  }
}
@media (max-width: 768px) {
  .bsgc-narrow {
    grid-template-columns: 1fr repeat(12, 43px) 1fr;
  }
}
.bsgc-narrow::before, .bsgc-narrow::after {
  grid-row: 1/span 100;
  content: "";
}
.bsgc-narrow::before {
  grid-column: 1/2;
}
.bsgc-narrow::after {
  grid-column: -2/-1;
}
@media (max-width: 576px) {
  .bsgc-narrow {
    column-gap: 0;
    grid-template-columns: 24px repeat(12, 1fr) 24px;
  }
}
.bsgc-narrow > * {
  grid-column: auto/span 12;
}

#gallery {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#gallery .login-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  column-count: 3;
  column-gap: 30px;
  padding: 50px;
  overflow: hidden;
}
@media (max-width: 576px) {
  #gallery .login-grid {
    column-count: 2;
    padding: 20px;
    column-gap: 20px;
  }
}
#gallery .login-grid img {
  break-inside: avoid;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  filter: blur(20px);
  animation: fade-in 1s ease-in-out backwards;
}
@media (max-width: 576px) {
  #gallery .login-grid img {
    filter: blur(15px);
  }
}
#gallery .login-grid img:nth-child(1) {
  animation-delay: 0.1s;
}
#gallery .login-grid img:nth-child(2) {
  animation-delay: 0.2s;
}
#gallery .login-grid img:nth-child(3) {
  animation-delay: 0.3s;
}
#gallery .login-grid img:nth-child(4) {
  animation-delay: 0.4s;
}
#gallery .login-grid img:nth-child(5) {
  animation-delay: 0.5s;
}
#gallery .login-grid img:nth-child(6) {
  animation-delay: 0.6s;
}
#gallery .login-grid img:nth-child(7) {
  animation-delay: 0.7s;
}
#gallery .login-grid img:nth-child(8) {
  animation-delay: 0.8s;
}
#gallery .login-grid img:nth-child(9) {
  animation-delay: 0.9s;
}
#gallery .login-grid img:nth-child(10) {
  animation-delay: 1s;
}
#gallery .login-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  animation: fade-in 2s 1s ease-in-out backwards;
  padding: 24px;
}
#gallery .login-overlay::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: #1d3159;
  opacity: 0.75;
}
#gallery .login-overlay :is(h2, p) {
  text-align: center;
  text-wrap: balance;
}
#gallery form {
  border: 1px solid #1d3159;
  padding: 20px;
  display: flex;
  justify-content: center;
  background-color: #D99B25;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 460px) {
  #gallery form {
    padding: 10px;
  }
}
#gallery input {
  border: 1px solid #1d3159;
  margin-right: 5px;
  flex: 1 1 auto;
  color: #1d3159;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.2em;
  letter-spacing: 1.5px;
}
#gallery button {
  background-color: #1d3159;
  color: white;
  border: none;
  padding: 5px 10px;
  transition: 0.3s;
}
#gallery button:hover {
  background-color: white;
  color: #1d3159;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#gallery-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 6px 9px 40px 15px;
}
#gallery-grid img {
  transition: 0.3s;
  flex: 1 0 auto;
  padding-right: 8px;
  padding-bottom: 6px;
  max-height: 300px;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}
#gallery-grid img.fp-top {
  object-position: top;
}
#gallery-grid img.fp-bottom {
  object-position: bottom;
}
#gallery-grid img.fp-left {
  object-position: left;
}
#gallery-grid img.fp-right {
  object-position: right;
}
#gallery-grid img.fp-center {
  object-position: center;
}
#gallery-grid img.fp-top-right {
  object-position: top right;
}
#gallery-grid img.fp-top-left {
  object-position: top left;
}
#gallery-grid img.fp-bottom-right {
  object-position: bottom right;
}
#gallery-grid img.fp-bottom-left {
  object-position: bottom left;
}
@media (max-width: 1200px) {
  #gallery-grid img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  #gallery-grid img {
    height: 150px;
  }
}
@media (max-width: 768px) {
  #gallery-grid img {
    height: 125px;
  }
}
@media (max-width: 576px) {
  #gallery-grid img {
    height: 100px;
  }
}

#gallery-pagination {
  margin-top: -6px;
  margin-bottom: 70px;
}