/* * * * * * * * * * * * * * * * * * * * * * * * *
 * AUTHORS: Nicholas Raia, Bradley Caravana      *
 * DATE: 4/26/22                                 *
 * LAST UPDATED: 06/25/24                        *
 * * * * * * * * * * * * * * * * * * * * * * * * */

/**************************************************
                      GENERAL
***************************************************/
body {
  font-family: "Gotham", Arial, sans-serif;
  position: relative;
  background: url(/includes/img/background-pattern.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  background-attachment: fixed;
}

body#article-letter-from-the-president-two {
  background: #fff;
}
body > div.container {
  position: relative;
  background-color: #fff;
}
body:not(body#article-letter-from-the-president-two)::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100% - 1500px) / 2);
  z-index: -1;
}
body:not(body#article-letter-from-the-president-two)::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc((100% - 1500px) / 2);
  z-index: -1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Gotham", Arial, sans-serif;
}
.sr-only {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  color: #000 !important;
  background-color: #fff !important;
}
.visible-xs {
  display: none !important;
}
img.img-fluid {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.half-gutters {
  margin-right: -7px;
  margin-left: -7px;
}
.half-gutters > .col,
.half-gutters > [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}
.wide-gutters {
  margin-right: -30px;
  margin-left: -30px;
}
.wide-gutters > .col,
.wide-gutters > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal .modal__container {
  width: 75vw;
  max-width: none;
  position: relative;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.video-modal .modal__content {
  margin: 0;
}
.video-modal .modal__close {
  color: #fff;
  display: block;
  line-height: 1em;
  font-size: 1.5em;
  position: absolute;
  padding: 0;
  width: 30px;
  height: 30px;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: rgba(0, 112, 114, 0.75);
  cursor: pointer;
}

/* HEADER */
#skip-navigation {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
}
#skip-navigation li a {
  background-color: #006f71;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 1em;
  padding: 0.75em 1em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;

  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
#skip-navigation li a:active,
#skip-navigation li a:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#fscnow-header {
  padding-top: 80px;
  padding-bottom: 3.25rem;
}
#fscnow-header > .row:first-child > .col {
  display: flex;
  justify-content: space-between;
}
#fscnow-logo {
  width: 400px;
}
#fscnow-logo img:last-child {
  display: none;
}
body.header-scrolled #fscnow-logo img:first-child {
  display: none;
}
body.header-scrolled #fscnow-logo img:last-child {
  display: block;
}

/* ISSUE & SEARCH */
#fscnow-issue {
  width: 275px;
}
#fscnow-issue > div {
  width: 75px;
}
#fscnow-issue a {
  display: block;
}
#fscnow-issue a:first-child img {
  width: 100%;
  border: solid 1px #eee;
  border-bottom: none;
}
#fscnow-issue a:last-child {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  margin-top: 0.25em;
  color: #212529;
}
#fscnow-search-container {
  padding-top: 28px;
}
#fscnow-search-container .search-field {
  width: 275px;
  display: flex;
}
#fscnow-search-container .search-field > div:first-child {
  flex: 1;
  padding-right: 0.5rem;
}
#fscnow-search {
  width: 100%;
  color: #212529;
  font-size: 0.85rem;
  font-weight: 300;
  border: none;
  border-bottom: solid 1px #686868;
  padding: 0.05rem 0.5rem;
  background: none;
  outline: none;
}
#search-results {
  display: none;
  list-style: none;
  margin: 0;
  border: solid 1px #dee2e6;
  border-top: none;
  width: 251px;
  background-color: #f5f5f5;
  padding: 10px;
  line-height: 1.25;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  z-index: 5;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.02);
}
#search-results > li:not(:last-child) {
  border-bottom: solid 1px #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
#search-results > li.no-results-message {
  text-transform: none;
}
#search-results > li > a {
  color: #212529;
}
#fscnow-search-container.no-results:focus-within #search-results,
#fscnow-search-container.has-results:focus-within #search-results {
  display: block;
}

/* NAVIGATION MENU */
#fscnow-navigation-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#fscnow-navigation-menu a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  font-family: "Gotham", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: normal;
  color: #212529;
  text-transform: uppercase;
  text-decoration: none;
}
#fscnow-navigation-menu li a.active {
  color: #007173;
}
#fscnow-navigation-menu li a.active::after {
  content: "";
  position: absolute;
  left: 0.75em;
  right: 0.75em;
  bottom: 0;
  background-color: #007173;
  height: 3px;
}
#fscnow-navigation-menu > li:last-child {
  display: none;
}

/* NAVIGATION SECTIONS */
#fscnow-nav-sections {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms ease;
}
#fscnow-nav-sections.active {
  max-height: 650px;
}
#fscnow-nav-sections .fscnow-nav-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.5rem 15px 2.25rem 15px;
  display: none;
}
#fscnow-nav-sections .fscnow-nav-section.active {
  display: block;
}
#fscnow-nav-sections .fscnow-nav-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-bottom: solid 1px #686868;
  transition: opacity 300ms ease;
}
#fscnow-nav-sections.active .fscnow-nav-section::after {
  opacity: 1;
}
#fscnow-nav-sections .fscnow-nav-section .fscnow-article .article-info {
  flex: 1;
  font-size: 12px;
  padding-right: 1rem;
}
#fscnow-nav-sections .fscnow-nav-section .fscnow-article .article-type {
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}
#fscnow-nav-sections .fscnow-nav-section .fscnow-article .article-title {
  font-size: 1.15rem;
  line-height: 1.15em;
  margin-bottom: 0.25rem;
}
#fscnow-nav-sections .fscnow-nav-section .fscnow-article .article-blurb {
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
#fscnow-nav-sections .fscnow-nav-section .fscnow-article .article-subtitle {
  font-style: italic;
  color: #686868;
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
}
#fscnow-nav-sections #fscnow-nav-philanthropy > .row {
  justify-content: center;
}

#fscnow-nav-fsc-features .nav-items-container {
  display: flex;
  flex-wrap: wrap;
}

#fscnow-nav-fsc-features .nav-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

/* HEADERS SCROLLED */
body.header-scrolled {
  padding-top: 280px;
}
.header-scrolled #fscnow-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 10;
  border-bottom: 1px solid #dee2e6 !important;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.02);
  animation: fade-in ease 200ms;
}
.header-scrolled #fscnow-header > .row:first-child > .col {
  padding-bottom: 10px;
}
.header-scrolled #fscnow-logo {
  width: 275px;
}
.header-scrolled #fscnow-issue > div {
  display: none;
}
.header-scrolled #fscnow-issue a {
  display: inline-block;
  width: 50px;
  vertical-align: bottom;
}
.header-scrolled #fscnow-issue a:last-child {
  display: inline-block;
  margin-top: 0;
  vertical-align: bottom;
  text-align: left;
  margin-left: 0.25em;
  margin-bottom: 0.25em;
  line-height: 1.25;
}
.header-scrolled #fscnow-nav-sections {
  border-bottom: none;
}
.header-scrolled #fscnow-nav-sections .fscnow-nav-section {
  padding-bottom: 0;
}
.header-scrolled #fscnow-nav-sections .fscnow-nav-section::after {
  display: none;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* FOOTER */
#fscnow-footer > .row > .col {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#fscnow-footer > .row > .col::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 2px;
  border-top: solid 1px #686868;
  padding-top: 1.5rem;
}
#fscnow-footer .fscnow-footer-logo {
  width: 50px;
  margin-right: 120px;
}
#fscnow-footer .fscnow-footer-social .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#fscnow-footer .fscnow-footer-social .social-links li {
  display: block;
}
#fscnow-footer .fscnow-footer-social .social-links li a {
  display: block;
  padding: 0 3px;
}
#fscnow-footer .fscnow-footer-social .social-links li img {
  width: 28px;
}

/* FOOTER CREDITS */
#fscnow-footer-credits {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25;
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms ease;
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 -8px 4px -4px rgba(0, 0, 0, 0.02);
}
#fscnow-footer-credits.active {
  max-height: 425px;
}
#fscnow-footer-credits::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-top: 1px solid #dee2e6;
}
#fscnow-footer-credits > .row {
  padding: 45px 0;
}
#fscnow-footer-credits > .row > div:first-child {
  position: relative;
}
#fscnow-footer-credits > .row > div:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 66px;
  border-right: solid 1px #000;
}
#fscnow-footer-credits > .row > div:last-child {
  font-size: 1rem;
}
#fscnow-footer-credits p:last-child {
  margin-bottom: 0;
}
#fscnow-footer-credits img {
  width: 340px;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
#fscnow-footer-credits strong {
  font-weight: bold;
  text-transform: uppercase;
}
.fscnow-footer-credits-link-container {
  flex: 1;
  text-align: center;
}
#fscnow-footer-credits-link {
  text-align: center;
  text-transform: uppercase;
  color: #212529;
  font-size: 0.85rem;
  font-weight: 300;
}
#fscnow-footer-credits-link.active .fa-chevron-up:before {
  content: "\f078";
}

/**************************************************
                        HOME
***************************************************/
#page-home #fscnow-footer-credits {
  box-shadow: none;
}
#page-home #fscnow-footer-credits.active {
  max-height: 440px;
}
#page-home #fscnow-footer-credits::before {
  border: none;
}
#page-home #fscnow-footer-credits > .row {
  padding: 55px 0;
}
.fscnow-article-group {
  position: relative;
}
.fscnow-article {
  line-height: 1.25;
}
.fscnow-article .article-image {
  width: 100%;
}
.fscnow-article .article-type {
  font-size: 0.85rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #007173;
  margin-bottom: 0.15em;
}
.fscnow-article .article-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 0.25em;
  font-weight: bold;
}
.fscnow-article .article-title a {
  color: #212529;
  text-decoration: none;
}
.fscnow-article .article-blurb {
  font-size: 1rem;
  margin-bottom: 0.75em;
  font-weight: 300;
}
.fscnow-article .article-author {
  font-size: 0.85rem;
  font-weight: bold;
}
.fscnow-article .article-image-container {
  overflow: hidden;
  margin-bottom: 1rem;
}
.fscnow-article .article-image {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 1;
}
.fscnow-article:hover .article-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.85;
}
/* #fscnow-article-group-6 .fscnow-article .article-image {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
} */

/* #fscnow-article-group-1 {
  padding-bottom: 1.5rem;
} */
/* #fscnow-article-group-1::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #686868;
  padding-bottom: 1.5rem;
} */
#fscnow-article-group-1 > .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}
#fscnow-article-group-1 > .col-md-5 {
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}
#fscnow-article-group-1 > .col-md-5 > .fscnow-article {
  display: flex;
  flex: 1;
}
#fscnow-article-group-1 > .col-md-5 > .fscnow-article .article-info {
  flex: 1;
  font-size: 12px;
  padding-right: 0.75rem;
}
#fscnow-article-group-1 > .col-md-5 > .fscnow-article .article-title {
  font-size: 1.15rem;
}
#fscnow-article-group-1 > .col-md-5 > .fscnow-article .article-image-container {
  flex: 0 0 auto;
}
#fscnow-article-1 img {
  width: 100%;
}
#fscnow-article-1 video {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
#fscnow-article-1 .article-title img {
  width: 85%;
  margin-top: 0.35rem;
  margin-bottom: 1rem;
}
#fscnow-article-1 .article-type {
  margin-bottom: 0.25em;
}
#fscnow-article-1 .article-title {
  font-size: 1.75rem;
  margin-bottom: 0.15em;
}
#fscnow-article-1 .article-blurb {
  font-size: 1.2rem;
  margin-bottom: 0.75em;
}
#fscnow-article-1 .article-image-container {
  position: relative;
}
#fscnow-article-1 .article-blurb {
  position: relative;
}
#fscnow-article-1 .article-blurb::after {
  content: "";
  position: relative;
  top: 0.2em;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #41ae4a;
  margin-left: 0.5em;
  margin-right: 0.6em;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}
#act-video-btn {
  position: absolute;
  z-index: 1;
  bottom: 1.75rem;
  right: 0.75rem;
  font-size: 2.5rem;
  line-height: 1em;
}
#act-video-btn > a {
  display: block;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.35s;
}
#act-video-btn > a:hover,
#act-video-btn > a:focus {
  opacity: 1;
}
#act-video-btn > a.paused > em::before {
  content: "\f144";
}
.fsc-now-spotlight-group .spotlight-label {
  padding: 0.35em 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: #006364;
  color: #ffffff;
  position: relative;
}

.fsc-now-spotlight-group .fscnow-article {
  display: flex;
  padding: 22px 0;
}
.fsc-now-spotlight-group .fscnow-article:last-child {
  padding-bottom: 0;
}
.fsc-now-spotlight-group .fscnow-article .article-info {
  flex: 1;
  font-size: 12px;
  padding-right: 1rem;
}
.fsc-now-spotlight-group .fscnow-article .article-type {
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}
.fsc-now-spotlight-group .fscnow-article .article-title {
  font-size: 1.15rem;
  line-height: 1.15em;
  margin-bottom: 0.5rem;
}
/* .fsc-now-spotlight-group .fscnow-article .article-subtitle {
  font-style: italic;
  color: #686868;
  font-size: 0.85rem;
  font-weight: 300;
} */
.fsc-now-spotlight-group .fscnow-article .article-author {
  margin-top: 1rem;
}
.fsc-now-spotlight-group .fscnow-article .article-image-container {
  flex: 0 0 50%;
}
.fsc-now-spotlight-group .fscnow-article .article-image {
  margin-bottom: 0;
}
#fscnow-article-16 .article-title > span {
  text-transform: none;
}

/* #fscnow-article-group-5 {
  padding: 40px 0;
} */

/* #fscnow-article-group-6 {
  padding: 28px 0;
}
#fscnow-article-group-6 .article-image-container {
  margin-bottom: 0;
} */
/**************************************************
                      ISSUES
***************************************************/
#article-letter-from-the-president .margin-break {
  margin-bottom: 190px;
}
#page-issues #fscnow-main-content .article-info {
  padding-bottom: 0;
  margin-bottom: 30px;
}
#page-issues #fscnow-main-content .article-content {
  min-height: calc(100vh - 284px - 97px - 59px - 25px);
}

#page-issues #section-covers .cover {
  margin-bottom: 15px;
}

#page-issues #section-covers .cover .download-btn-container {
  /* margin-top: 5px; */
  text-align: center;
  padding: 0.35em 0;
  font-weight: bold;
  text-transform: uppercase;
  /* background-color: #006364; */
  position: relative;
}

#page-issues #section-covers .cover .download-btn-container .issue-text {
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  display: inline;
}
#page-issues #section-covers .cover .download-btn-container a.download-btn {
  color: #007173;
  /* display: block; */
  font-size: 0.75em;
}

#page-issues #section-covers .cover a {
  text-decoration: none;
}
#page-issues #section-covers .cover img {
  border: 1px solid #dee2e6;
  /* margin-bottom: 30px; */
}

/**************************************************
                     ARTICLE
***************************************************/
.article #fscnow-main-content .article-image-container {
  margin-bottom: 2rem;
}
.article #fscnow-main-content .article-info {
  line-height: 1.25;
  padding-bottom: 1rem;
  border-bottom: solid 1px #686868;
  margin-bottom: 1.5rem;
}
.article #fscnow-main-content .article-info .article-type {
  font-size: 0.85rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #007173;
  margin-bottom: 0.25em;
}
.article #fscnow-main-content .article-info .article-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 0.15em;
  font-weight: bold;
  color: #007173;
}
.article #fscnow-main-content .article-info .article-blurb {
  font-size: 1.2rem;
  font-weight: 300;
}
.article #fscnow-main-content .article-info .article-author {
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 0.75rem;
}

.article #fscnow-main-content .article-content {
  line-height: 1.25;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.article #fscnow-main-content .article-content p {
  margin-bottom: 1.25rem;
}
.article #fscnow-main-content .article-content p:last-child {
  margin-bottom: 2rem;
}
.article #fscnow-main-content .article-content .quote {
  font-size: 1.75rem;
  font-weight: normal;
  font-style: italic;
  margin: 1.75rem 0;
  color: #007173;
  text-align: center;
}
.article #fscnow-main-content .article-content .quote,
#article-collaboration-innovation-education
  #fscnow-main-content
  .article-content
  .quote
  span {
  position: relative;
}
.article #fscnow-main-content .article-content .quote::before,
#article-collaboration-innovation-education
  #fscnow-main-content
  .article-content
  .quote
  span::before {
  content: "“";
  position: absolute;
  margin-left: -0.5em;
  margin-top: -0.2em;
  font-style: normal;
  font-size: 1.5em;
}
.article #fscnow-main-content .article-content .quote::after,
#article-collaboration-innovation-education
  #fscnow-main-content
  .article-content
  .quote
  span::after {
  content: "”";
  position: absolute;
  font-style: normal;
  margin-top: -0.2em;
  font-size: 1.5em;
}
#article-the-next-generation
  #fscnow-main-content
  .article-content
  .quote::before,
#article-the-next-generation
  #fscnow-main-content
  .article-content
  .quote::after {
  display: none;
}
#article-the-next-generation #fscnow-main-content .article-content .quote span {
  /*color: #7695c0;*/
  font-style: normal;
  font-size: 1.2rem;
  color: #007173;
  opacity: 0.75;
}
#article-collaboration-innovation-education
  #fscnow-main-content
  .article-content
  .quote {
  display: flex;
  position: static;
}
#article-collaboration-innovation-education
  #fscnow-main-content
  .article-content
  .quote::before,
#article-collaboration-innovation-education
  #fscnow-main-content
  .article-content
  .quote::after {
  content: "";
  display: none;
}
#article-collaboration-innovation-education
  #fscnow-main-content
  .article-content
  .quote
  span::before {
  content: "“";
  margin-left: -0.5em;
  margin-top: -0.22em;
}
#article-collaboration-innovation-education
  #fscnow-main-content
  .article-content
  .quote
  span::after {
  content: "”";
  margin-left: 0.15em;
  margin-top: -0.22em;
}
.article #fscnow-main-content .article-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.article #fscnow-main-content .article-video {
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.fscnow-caret-link a {
  font-weight: bold;
  /* color: #212529; */
}
.fscnow-caret-link a::after {
  content: "\f0da";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
  font-size: 1rem;
  color: #41ae4a;
  transition: transform 100ms;
}

.fscnow-caret-link a:hover::after {
  transform: translateX(3px);
}

.article #fscnow-main-content .article-share-btns {
  position: absolute;
  right: 15px;
  margin-top: calc(0px - (2rem + 57.5px));
  width: 122px;
}
.article #fscnow-main-content .article-share-btns p {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 9px;
}
.article #fscnow-main-content .article-share-btns ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.article #fscnow-main-content .article-share-btns ul li {
  display: block;
}
.article #fscnow-main-content .article-share-btns li a {
  position: relative;
  display: inline-block;
}
.article #fscnow-main-content .article-share-btns li:not(:last-child) a {
  margin-right: 6px;
}
.article #fscnow-main-content .article-share-btns li a img {
  width: 26px;
  height: 26px;
}

.article #fscnow-main-content .related-articles {
  margin-bottom: 2rem;
  border-top: 1px solid #dee2e6;
  padding-top: 0.5rem;
}
.article #fscnow-main-content .related-articles .related-articles-label {
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-bottom: 0.25em;
  font-weight: 300;
}
.article #fscnow-main-content .related-articles .related-articles-list {
  list-style: none;
  padding: 0;
}
.article #fscnow-main-content .related-articles .related-articles-list li {
  position: relative;
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
}
.article
  #fscnow-main-content
  .related-articles
  .related-articles-list
  li::after {
  content: "";
  position: relative;
  top: 0.3em;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #41ae4a;
  margin-left: 0.5em;
  margin-right: 0.6em;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}
.article #fscnow-main-content .related-articles .related-articles-list li a,
.article #fscnow-main-content .related-articles .related-articles-list li span {
  display: inline-block;
}
.article #fscnow-main-content .related-articles .related-articles-list li a {
  font-size: 1rem;
  color: #212529;
  text-decoration: none;
  font-weight: 400;
}

/**************************************************
                     ARTICLES
***************************************************/
#article-letter-from-the-president #fscnow-main-content .article-content {
  margin-bottom: 0;
}
#article-letter-from-the-president #fscnow-main-content .article-info {
  padding-bottom: 0;
  margin-bottom: 1.25rem;
  border-bottom: none;
}
#article-letter-from-the-president
  #fscnow-main-content
  .article-info
  .article-title {
  margin-bottom: 0;
  text-transform: unset;
}
#article-letter-from-the-president
  #fscnow-main-content
  .article-info
  .article-title
  > span:nth-child(1) {
  color: #d1ae4c;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  font-size: 1.35rem;
  line-height: 1.2;
}
#article-letter-from-the-president
  #fscnow-main-content
  .article-info
  .article-title
  > span:nth-child(2) {
  color: #d1ae4c;
  font-weight: 400;
  display: block;
  font-size: 3rem;
  line-height: 1.2;
}
#article-letter-from-the-president
  #fscnow-main-content
  .article-content-right
  .article-image-container:nth-child(1) {
  margin-bottom: 0;
}
#article-letter-from-the-president
  #fscnow-main-content
  .article-content-right
  #president-quote {
  position: relative;
}
#article-letter-from-the-president
  #fscnow-main-content
  .article-content-right
  #president-quote
  .article-image:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#article-letter-from-the-president
  #fscnow-main-content
  .article-content
  .signature {
  margin-top: 28px;
  display: block;
  /* float: left; */
}
#article-letter-from-the-president
  #fscnow-main-content
  .article-content
  .signature
  p {
  margin-top: 14px;
  font-size: 1rem;
}

/**************************************************
                     MEDIA
***************************************************/
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .article:not(.article#article-letter-from-the-president-two)
    #fscnow-page-wrapper {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
}
@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
@media (max-width: 1499px) {
  body {
    background: none !important;
  }
  .container {
    max-width: none;
  }
  #fscnow-header {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  #fscnow-header > .row:first-child > .col {
    align-items: center;
    margin-bottom: 0.5rem;
  }
  #fscnow-issue,
  #fscnow-search-container .search-field {
    width: 250px;
  }
  #fscnow-logo {
    width: 350px;
  }
  #fscnow-search-container {
    padding-top: 0;
  }
  #search-results {
    width: 226px;
  }
  #fscnow-footer-credits img {
    width: 75%;
  }
  #fscnow-footer-credits > .row > div:first-child::after {
    right: 11.5%;
  }
  #fscnow-footer > .row > .col::before {
    left: 0;
    right: 0;
  }
  .article #fscnow-main-content .article-share-btns {
    position: static;
    margin-top: 0;
  }
  #article-letter-from-the-president #fscnow-main-content .article-content {
    margin-bottom: 2rem;
  }
  /* #fscnow-article-2 .article-image-container,
  #fscnow-article-3 .article-image-container {
    width: 60%;
  } */
  #page-home #fscnow-footer-credits::before {
    border-top: 1px solid #dee2e6;
  }
  .fsc-now-spotlight-group .fscnow-article .article-image-container {
    flex: 0 0 40%;
  }
  .fsc-now-spotlight-group .fscnow-article {
    padding: 1rem 0;
  }
  #page-issues #fscnow-main-content .article-content {
    min-height: 0;
  }
}
@media (max-width: 1399px) {
  #fscnow-footer-credits > .row > div:first-child::after {
    right: 10%;
  }
  #fscnow-article-group-1 > .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  #fscnow-article-group-1 > .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* #fscnow-article-2 .article-image-container,
  #fscnow-article-3 .article-image-container {
    width: 50%;
  } */
}
@media (max-width: 1299px) {
  #fscnow-footer-credits > .row > div:first-child::after {
    right: 8.5%;
  }
}
@media (max-width: 1199px) {
  #fscnow-navigation-menu a {
    font-size: 12px;
    padding: 0.5em;
  }
  #fscnow-footer-credits > .row > div:first-child::after {
    display: none;
  }
  .article #fscnow-main-content .article-content .quote {
    padding: 0 1rem;
  }
  .article #fscnow-main-content .article-content .quote br {
    display: none;
  }
  .article #fscnow-main-content .article-gallery {
    margin-right: -7px;
    margin-left: -7px;
  }
  .article #fscnow-main-content .article-gallery > div {
    padding-left: 7px;
    padding-right: 7px;
  }
  .fsc-now-spotlight-group .fscnow-article {
    flex-direction: column-reverse;
    padding: 15px 0;
  }
}
@media (max-width: 1080px) {
  #fscnow-header {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  #fscnow-logo {
    width: 300px;
  }
  #fscnow-issue,
  #fscnow-search-container .search-field {
    width: 225px;
  }
  #search-results {
    width: 201px;
  }
  #fscnow-navigation-menu a {
    font-size: 11px;
    padding: 0.5em;
  }
  #fscnow-nav-sections .fscnow-nav-section {
    padding: 1rem 15px 1.25rem 15px;
  }
  #fscnow-nav-sections .fscnow-nav-section > .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  #fscnow-nav-sections .fscnow-nav-section > .row > div {
    padding-left: 7px;
    padding-right: 7px;
  }
  #fscnow-nav-sections .fscnow-nav-section .fscnow-article .article-title {
    font-size: 1rem;
    line-height: 1.15em;
    margin-bottom: 0.5rem;
  }
  #fscnow-nav-sections .fscnow-nav-section .fscnow-article .article-blurb {
    font-size: 12px;
  }
  #fscnow-footer-credits {
    font-size: 1rem;
  }
  #fscnow-footer-credits > .row {
    padding: 30px 0;
  }
  #fscnow-footer-credits img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #fscnow-header {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
  .header-scrolled #fscnow-header {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }
  #fscnow-header > .row:first-child > .col {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .header-scrolled #fscnow-header > .row:first-child > .col {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #fscnow-issue {
    width: 75px;
  }
  #fscnow-logo {
    flex: 1;
    width: auto;
    padding-right: 75px;
  }
  #fscnow-logo img:first-child {
    max-width: 400px;
    margin: 0 auto;
  }
  #fscnow-logo img:last-child {
    max-width: 275px;
    margin: 0 auto;
  }
  #fscnow-search-container {
    width: 100%;
  }
  .header-scrolled #fscnow-search-container {
    margin-top: 1rem;
    margin-bottom: 0.85rem;
  }
  #fscnow-search-container .search-field {
    margin: 0 auto 0.5rem auto;
    width: 300px;
  }
  .header-scrolled #fscnow-search-container .search-field {
    width: 275px;
    margin: 0 auto 0 auto;
  }
  #search-results {
    width: 276px;
    margin-top: -0.5rem;
    margin-left: calc(50% - 15px - 150px);
  }
  #fscnow-navigation-menu {
    flex-wrap: wrap;
  }
  #fscnow-navigation-menu a {
    font-size: 12px;
    padding: 0.5em 1em;
  }
  #fscnow-footer-credits > .row > div:first-child p:last-child br {
    display: none;
  }
  .article #fscnow-main-content .article-info .article-title {
    font-size: 2.25rem;
  }
  .article #fscnow-main-content .article-content .quote {
    font-size: 1.5rem;
  }
  #fscnow-article-group-1 > .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #fscnow-article-group-1 > .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
  /* #fscnow-article-2 {
    padding-right: 15px;
    padding-bottom: 0;
  }
  #fscnow-article-3 {
    padding-left: 15px;
    padding-bottom: 0;
  } */
  /* #fscnow-article-2 .article-image-container,
  #fscnow-article-3 .article-image-container {
    width: auto;
    flex: 1 !important;
  } */
}
@media (max-width: 960px) {
}
@media (max-width: 875px) {
  #fscnow-footer-credits.active {
    max-height: 500px !important;
  }
}
@media (max-width: 830px) {
  #fscnow-logo img:first-child {
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
  #fscnow-nav-sections
    .fscnow-nav-section
    .fscnow-article
    .article-image-container {
    margin-bottom: 0.75rem;
  }
  #fscnow-nav-sections .fscnow-nav-section .fscnow-article .article-title {
    font-size: 14px;
    margin-bottom: 0.35rem;
  }
  /* #fscnow-footer-credits.active {
    max-height: 1100px !important;
  }
  #fscnow-footer-credits::before {
    left: 0;
    right: 0;
  }
  #fscnow-footer-credits > .row {
    padding: 15px 0 0 0 !important;
  }
  #fscnow-footer-credits img {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  #fscnow-footer-credits p:last-child {
    margin-bottom: 1rem;
  } */
  .article #fscnow-main-content .article-info .article-title {
    font-size: 2rem;
  }
  #fscnow-main-content .article-info .article-title img {
    width: 85% !important;
  }
  .article #fscnow-main-content .article-content > .row > .col-md-4 {
    margin-bottom: 1rem;
  }
  #fscnow-article-group-1 > .col-md-5 {
    flex-wrap: wrap;
  }
  #fscnow-article-group-1 > .col-md-5 > .fscnow-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* #fscnow-article-2 {
    margin-bottom: 1.5rem;
  } */
  #fscnow-article-group-3,
  #fscnow-article-group-5 {
    margin-left: -7px;
    margin-right: -7px;
  }
  #fscnow-article-group-3 > div,
  #fscnow-article-group-5 > div {
    padding-left: 7px;
    padding-right: 7px;
  }
  #fscnow-article-group-3 > div:nth-child(1),
  #fscnow-article-group-3 > div:nth-child(2) {
    padding-bottom: 7px;
  }
  #fscnow-article-group-3,
  #fscnow-article-group-5,
  #fscnow-article-group-6 {
    padding: 15px 0;
  }
  /* #fscnow-article-group-6 > div:first-child {
    margin-bottom: 15px;
  } */
  #fscnow-article-group-4 {
    padding-bottom: 15px;
  }
  .fsc-now-spotlight-group .fscnow-article .article-image-container {
    margin-bottom: 0;
  }
  .fsc-now-spotlight-group .fscnow-article {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    flex-direction: row;
  }
  .fsc-now-spotlight-group .fscnow-article:nth-child(3) {
    padding: 0 !important;
  }
  #page-issues #fscnow-main-content .article-info {
    margin-bottom: 15px;
  }
  #page-issues #section-covers .cover img {
    margin-bottom: 15px;
  }
}
@media (max-width: 750px) {
}
@media (min-width: 576px) and (max-width: 680px) {
  #fscnow-nav-sections.active {
    max-height: 600px;
  }
  #fscnow-nav-sections .fscnow-nav-section > .row > .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #fscnow-nav-sections .fscnow-nav-section > .row > .col-sm-3:nth-child(1),
  #fscnow-nav-sections .fscnow-nav-section > .row > .col-sm-3:nth-child(2) {
    margin-bottom: 7px;
  }
}

@media (max-width: 576px) {
  .fscnowNav {
    display: none;
  }
}
@media (max-width: 660px) {
}
@media (max-width: 640px) {
}
@media (max-width: 575px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  #fscnow-header > .row:first-child > .col {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #fscnow-issue {
    display: none;
  }
  #fscnow-logo {
    padding-right: 0;
    width: 300px;
    flex: auto;
  }
  #fscnow-logo img:first-child {
    display: none;
  }
  #fscnow-logo img:last-child {
    display: block;
  }
  #fscnow-search-container {
    margin-top: 1rem;
    margin-bottom: 0.85rem;
  }
  #fscnow-search-container .search-field {
    width: 275px;
    margin: 0 auto 0 auto;
  }
  #search-results {
    width: 251px;
    margin-top: 0;
    margin-left: calc(50% - 15px - 137.5px);
  }
  #fscnow-navigation-menu > li:last-child {
    display: block;
  }
  #fscnow-nav-sections.active {
    max-height: 1500px;
  }
  #fscnow-nav-sections .fscnow-nav-section > .row > div:not(:last-child) {
    margin-bottom: 7px;
  }
  #fscnow-footer-credits.active {
    max-height: 850px !important;
    border-top: 1px solid #dee2e6;
  }
  #fscnow-footer-credits {
    position: static;
  }
  #fscnow-footer-credits::before {
    display: none;
  }
  #fscnow-footer .fscnow-footer-logo {
    margin-right: 0;
  }
  #fscnow-footer .fscnow-footer-social .social-links li a {
    padding: 0 2px;
  }
  #fscnow-footer .fscnow-footer-social .social-links li img {
    width: 24px;
  }
  #fscnow-main-content .article-info .article-title img {
    width: 100% !important;
  }
  .article #fscnow-main-content .article-gallery > div:not(:last-child) {
    margin-bottom: 14px;
  }

  #article-letter-from-the-president
    #fscnow-main-content
    .article-content-right
    .article-image-container:nth-child(1)
    img {
    max-width: none;
    width: 100%;
  }
  #article-letter-from-the-president
    #fscnow-main-content
    .article-info
    .article-title
    > span:nth-child(1) {
    font-size: 1rem;
  }
  #article-letter-from-the-president
    #fscnow-main-content
    .article-info
    .article-title
    > span:nth-child(2) {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  #fscnow-nav-sections.active {
    max-height: 1400px;
  }
}
@media (max-width: 505px) {
}
@media (max-width: 480px) {
  #fscnow-nav-sections.active {
    max-height: 1270px;
  }
  #fscnow-footer-credits.active {
    max-height: 1100px !important;
  }
}
@media (max-width: 380px) {
  #fscnow-nav-sections.active {
    max-height: 1100px;
  }
}
@media (max-width: 350px) {
}
