/* Global Mobile Breakpoints */
/*** Global Colors ***/
/* Font Size Bases */
/* B (18px)	68.66px */
/* A (16px)	61.04px */
/* B (18px)	54.93px */
/* A (16px)	48.83px */
/* B (18px)	43.95px */
/* A (16px)	39.06px */
/* B (18px)	35.16px */
/* A (16px)	31.25px */
/* B (18px)	28.13px */
/* A (16px)	25.00px */
/* B (18px)	22.50px */
/* A (16px)	20.00px */
/* B (18px)	18.00px */
/* A (16px)	16.00px */
/* B (18px)	14.40px */
/* A (16px)	12.80px */
/* B (18px)	11.52px */
/* A (16px)	10.00px */
/* B (18px)	9.22px */
/* A (16px)	8.19px */
/* B (18px)	7.37px */
/* A (16px)	6.55px */
/* B (18px)	5.90px */
/* A (16px)	5.24px */
/* B (18px)	4.72px */
/* A (16px)	4.19px */
html body {
  /**** Front Page View Blocks ****/
}
html body .main-container .row section .region-content {
  /**** Bios Nodes ****/
  /**** end Bios nodes ****/
  /**** Bios Tiles ****/
  /**** Events Nodes ****/
  /**** end News nodes ****/
  /**** News Node ****/
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline {
    display: block;
  }
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-item {
  padding-right: 10px;
  float: none;
}
@media screen and (max-width: 1199px) {
  html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-item {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-item .control-label {
  color: #575757;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-item .select-wrapper:after {
  color: #256081;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-info {
  background-color: #005b7f !important;
  transition: background 0.5s ease;
  border-color: #005b7f;
  margin-top: 25px;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-info:hover {
  background-color: #0b354d !important;
  color: #f9f9a5;
}
@media screen and (max-width: 1199px) {
  html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-info {
    margin-top: -5px;
  }
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-danger {
  background-color: #005b7f;
  transition: background 0.5s ease;
  border-color: #005b7f;
  margin-top: 3px;
}
html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-danger:hover {
  background-color: #0b354d;
  color: #f9f9a5;
}
@media screen and (max-width: 1199px) {
  html body .main-container .row section .region-content .view-filters.form-group .views-exposed-form .form-inline .form-actions .btn-danger {
    margin-top: -5px;
  }
}
html body .main-container .row section .region-content .field--name-field-media-image {
  float: right;
  margin-left: 10px;
}
html body .main-container .row section .region-content .views-field-field-media-image {
  float: right;
  margin-left: 10px;
}
html body .main-container .row section .region-content .field--label h2 {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 1px;
}
html body .main-container .row section .region-content .view h2 {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 1px;
  margin-top: 0;
}
html body .main-container .row section .region-content .view nav.pager-nav .pagination > .active > a {
  background: #0b486b;
}
html body .main-container .row section .region-content .view nav.pager-nav a {
  border-bottom: 1pt solid #ddd;
}
html body .main-container .row section .region-content article.bios .field--name-field-position {
  font-size: 1.5em;
}
html body .main-container .row section .region-content article.bios h2.contact {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 0;
}
html body .main-container .row section .region-content .view-bios .views-row {
  padding-top: 15px;
  padding-bottom: 27px;
  margin-bottom: 10px;
  border-bottom: 1pt solid #eee;
}
html body .main-container .row section .region-content .view-bios .views-row:last-child {
  border-bottom: none;
}
html body .main-container .row section .region-content .view-bios .views-row:first-child {
  padding-top: 0;
}
html body .main-container .row section .region-content .view-bios .views-row .views-field-nothing {
  float: none;
}
html body .main-container .row section .region-content .view-health-impact-reviews .view-footer {
  margin-top: 15px;
  display: flex;
}
html body .main-container .row section .region-content .view-health-impact-reviews .view-footer .more {
  background: #196162;
  padding: 3px 15px 7px 15px;
  margin-right: 4%;
  border-radius: 4px;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.3);
  transition: 0.5s ease;
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .view-health-impact-reviews .view-footer .more {
    float: none;
    width: max-content;
  }
}
html body .main-container .row section .region-content .view-health-impact-reviews .view-footer .more:hover {
  background: #134748;
}
html body .main-container .row section .region-content .view-health-impact-reviews .view-footer .more a {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  border: 0;
}
html body .main-container .row section .region-content .view-health-impact-reviews .view-footer .more a:hover {
  color: #fdfb8b;
  text-decoration: none;
}
html body .main-container .row section .region-content .view-health-impact-reviews .view-footer .more a:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  padding-left: 10px;
}
html body .main-container .row section .region-content #views-bootstrap-bios-block-2 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
html body .main-container .row section .region-content #views-bootstrap-bios-block-2 .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
html body .main-container .row section .region-content #views-bootstrap-bios-block-2 .col .views-field-field-media-image {
  float: none;
  margin: 0;
}
html body .main-container .row section .region-content #views-bootstrap-bios-block-2 .col .views-field-nothing {
  text-align: center;
  width: 100%;
  line-height: 1.3;
  margin-top: 7px;
  margin-bottom: 10px;
}
html body .main-container .row section .region-content #views-bootstrap-bios-block-2 .col .views-field-nothing .nm {
  font-weight: 500;
  font-size: 1.5rem;
}
html body .main-container .row section .region-content #views-bootstrap-bios-block-2 .col .views-field-nothing .nm a {
  border-bottom: none;
  font-weight: 500;
}
html body .main-container .row section .region-content #views-bootstrap-bios-block-2 .col .views-field-nothing .pos,
html body .main-container .row section .region-content #views-bootstrap-bios-block-2 .col .views-field-nothing .title {
  font-size: 1.4rem;
  font-weight: 500;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 {
  margin-top: 30px;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-field-media-image {
  float: none;
  margin: 0;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-nothing {
  text-align: center;
  width: 100%;
  line-height: 1.5;
  margin-top: 7px;
  margin-bottom: 10px;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-nothing .nm {
  font-weight: 600;
  font-size: 1.5rem;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-nothing .nm a {
  border-bottom: none;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-nothing .pos,
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-nothing .title {
  font-size: 1.4rem;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-nothing .title {
  font-weight: 600;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-nothing .ph a {
  border-bottom: none;
}
html body .main-container .row section .region-content #views-bootstrap-bios-page-3 .col .views-field-nothing .email a {
  border-bottom: none;
}
html body .main-container .row section .region-content .field--name-field-event-date {
  font-weight: 500;
  color: #575757;
}
html body .main-container .row section .region-content .view-events .views-row {
  padding-bottom: 17px;
  margin-bottom: 10px;
  border-bottom: 1pt solid #eee;
}
html body .main-container .row section .region-content .view-events .views-row:last-child {
  border-bottom: none;
}
html body .main-container .row section .region-content .view-events .views-row .views-field-field-event-date .date-display-range {
  color: #575757;
  font-weight: 500;
}
html body .main-container .row section .region-content .view-events .views-row .views-field-title a {
  color: #337ab7;
  border-bottom: 1pt dotted #337ab7;
}
html body .main-container .row section .region-content .view-events .views-row .views-field-title a:hover {
  color: #575757;
  text-decoration: none;
  border-bottom: none;
}
html body .main-container .row section .region-content .field--name-field-date {
  font-weight: 500;
  color: #575757;
}
html body .main-container .row section .region-content .view-news .views-row {
  border-bottom: 1pt solid #ddd;
  margin-bottom: 15px;
}
html body .main-container .row section .region-content .view-news .views-row:last-child {
  border-bottom: none;
}
html body .main-container .row section .region-content .view-news .views-row .views-field-field-date-and-time {
  font-weight: 500;
  color: #575757;
  margin-right: 15px;
}
html body .main-container .row section .region-content .view-news .views-row .views-field-views-conditional-field a {
  font-size: 1.2em;
}
html body .main-container .row section .region-content .view-news .views-row .views-field-body {
  padding-bottom: 20px;
}
html body .main-container .row section .region-content .view-news .views-row .views-field-body a.views-more-link {
  font-size: 1em;
}
html body .wrapper-content-upper {
  position: relative;
  background: #085078;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  html body .wrapper-content-upper {
    background: #043d5d;
  }
}
html body .wrapper-content-upper::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #043d5d;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  html body .wrapper-content-upper::after {
    display: none;
  }
}
html body .wrapper-content-upper .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .wrapper-content-upper .container .region-content-upper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  html body .wrapper-content-upper .container .region-content-upper {
    flex-direction: column;
  }
}
html body .wrapper-content-upper .container .region-content-upper #block-meettheboard {
  z-index: 2;
}
@media screen and (max-width: 991px) {
  html body .wrapper-content-upper .container .region-content-upper #block-meettheboard {
    padding-left: 25px;
    padding-bottom: 20px;
  }
}
html body .wrapper-content-upper .container .region-content-upper #block-meettheboard h2 {
  font-weight: 400;
  color: #ddf3f4;
  margin-top: 0;
}
html body .wrapper-content-upper .container .region-content-upper #block-meettheboard p {
  color: #fff;
  font-weight: 300;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 {
  z-index: 2;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content {
    justify-content: center;
  }
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row {
  padding-left: 10px;
  padding-right: 10px;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing-1 .image {
  position: relative;
  max-width: 125px;
  width: 100%;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing-1 .image img {
  display: block;
  width: 100%;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing-1 .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.7s;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing-1 .image .overlay.overlay-color {
  background: rgba(0, 0, 0, 0.7);
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing-1 .image .overlay > .quote {
  transform: translateY(20px);
  transition: transform 0.7s;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing-1 .image .overlay:hover {
  opacity: 1;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing-1 .image .overlay:hover > .quote {
  transform: translateY(0);
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing-1 .image .overlay .quote {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing {
  width: 100%;
  max-width: 125px;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 10px;
  background: #000;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing .nm {
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing .nm a {
  color: #fff;
}
html body .wrapper-content-upper .container .region-content-upper #block-views-block-bios-block-1 .view-bios .view-content .views-row .views-field-nothing .nm a:hover {
  text-decoration: none;
  color: #fdfb8b;
}
html body .wrapper-content-middle {
  margin-bottom: 20px;
  padding: 15px 0;
}
html body .wrapper-content-middle .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .wrapper-content-middle .container #block-video .field--name-body p:first-child {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
html body .wrapper-content-middle .container #block-video .field--name-body p:first-child iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .wrapper-content-middle .container #block-video .field--name-body p:last-child {
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  html body .wrapper-content-middle .container #block-video .field--name-body p:last-child {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1,
  html body .wrapper-content-middle .container .block-views-blocknews-block-1 {
    margin-bottom: 20px;
  }
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 h2,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 h2 {
  color: #043d5d;
  background: #ddf3f4;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .item-list ul,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .item-list ul,
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .item-list ul,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .item-list ul {
  padding-left: 2px;
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .item-list ul li,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .item-list ul li,
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .item-list ul li,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .item-list ul li {
  list-style-type: none;
  margin-bottom: 17px;
  padding-bottom: 0;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .item-list ul li:hover,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .item-list ul li:hover,
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .item-list ul li:hover,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .item-list ul li:hover {
  background: #f0fcfd;
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-field-date,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-field-date,
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .item-list ul li .views-field-field-date,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .item-list ul li .views-field-field-date {
  position: relative;
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-field-date .field-content,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-field-date .field-content,
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .item-list ul li .views-field-field-date .field-content,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .item-list ul li .views-field-field-date .field-content {
  display: inline-block;
  background: #196162;
  padding: 11px 10px;
  width: 95px;
  text-align: center;
  color: white;
  font-size: 1.5rem;
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-title,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-title,
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .item-list ul li .views-field-title,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .item-list ul li .views-field-title {
  padding: 0 10px;
  display: inline-block;
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-title a,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-title a,
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .item-list ul li .views-field-title a,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .item-list ul li .views-field-title a {
  color: #23527c;
  font-weight: 500;
  display: block;
}
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-title a:hover,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .item-list ul li .views-field-title a:hover,
html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .item-list ul li .views-field-title a:hover,
html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .item-list ul li .views-field-title a:hover {
  color: #3b6fae;
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-meeting-information-and-materials .more-link,
  html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-meeting-information-and-materials .more-link,
  html body .wrapper-content-middle .container #block-views-block-meeting-information-and-materials-block-1 .view-news .more-link,
  html body .wrapper-content-middle .container .block-views-blocknews-block-1 .view-news .more-link {
    float: right;
  }
}
html body .wrapper-content-middle .container #block-views-block-news-block-1 .view-news .item-list ul {
  padding-left: 2px;
}
html body .wrapper-content-middle .container #block-views-block-news-block-1 .view-news .item-list ul li {
  list-style-type: none;
  padding-bottom: 15px;
}
html body .wrapper-content-middle .container #block-views-block-news-block-1 .view-news .item-list ul li .views-field-field-date {
  position: relative;
}
html body .wrapper-content-middle .container #block-views-block-news-block-1 .view-news .item-list ul li .views-field-field-date:before {
  content: "\f324";
  font-family: "Font Awesome 5 Pro";
  color: #4e9d9d;
  position: absolute;
}
html body .wrapper-content-middle .container #block-views-block-news-block-1 .view-news .item-list ul li .views-field-field-date .field-content {
  padding-left: 20px;
}
html body .wrapper-content-middle .container #block-views-block-news-block-1 .view-news .item-list ul li .views-field-views-conditional-field {
  padding-left: 20px;
}
html body .wrapper-content-middle .container #block-views-block-news-block-1 .view-news .item-list ul li .views-field-views-conditional-field a {
  color: #23527c;
  font-weight: 500;
  border-bottom: 1pt dotted #23527c;
}
html body .wrapper-content-middle .container #block-views-block-news-block-1 .view-news .item-list ul li .views-field-views-conditional-field a:hover {
  color: #337ab7;
  text-decoration: none;
  border-bottom: none;
}
html body .more-link {
  float: right;
  background: #196162;
  padding: 3px 15px 7px 15px;
  margin-top: -10px;
  margin-right: 4%;
  border-radius: 4px;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.3);
  transition: 0.5s ease;
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  html body .more-link {
    float: none;
    width: max-content;
  }
}
html body .more-link:hover {
  background: #134748;
}
html body .more-link a {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
}
html body .more-link a:hover {
  color: #fdfb8b;
  text-decoration: none;
}
html body .more-link a:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  padding-left: 10px;
}
