body {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.layout-main {
  flex: 1 0 auto;
}
a,
a:visited:not(.btn) {
  color: #d02b2f;
  outline: none;
}
a:hover,
a:active,
a:focus,
a.active {
  color: #911e21;
  outline: none;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none !important;
}
a.blueLink {
  color: #25384a;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 5px;
}
a.blueLink:visited {
  color: #25384a;
}
a.blueLink:active,
a.blueLink:hover,
a.blueLink:focus-visible {
  color: #000000;
  text-decoration: none;
}
h2 {
  font-size: 40px;
  color: #d02b2f;
  font-weight: 300;
  margin-top: 0;
}
h2:after {
  content: "";
  height: 5px;
  width: 165px;
  background-color: #ffc600;
  display: block;
  margin: 15px 0 40px;
}
p ~ h2,
blockquote ~ h2,
ul ~ h2,
ol ~ h2 {
  margin-top: 30px;
}
.text-center h2:after {
  margin-left: auto;
  margin-right: auto;
}
.text-red {
  color: #d02b2f;
}
.yellow h2 {
  color: #ffffff;
}
.yellow h2:after {
  background-color: #d02b2f;
}
.red h2 {
  color: #ffffff;
}
.red h2:after {
  background-color: #ffc600;
}
h3 {
  color: #25384a;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
blockquote h3:first-child {
  margin-top: 0;
}
h4 {
  font-size: 26px;
  color: #d02b2f;
  font-weight: 300;
}
h4 cite {
  display: block;
  font-size: 14px;
  color: #919490;
  padding-top: 4px;
  font-style: normal;
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
  h4 cite {
    font-size: 12px;
  }
}
p {
  margin: 0 0 14px 0;
}
.btn {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 5%;
  padding-right: 5%;
  padding-inline: 20px;
  border-radius: 3px;
}
.btn-primary {
  color: #ffffff;
  background-color: #d02b2f;
  border-color: #d02b2f;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #c3282c !important;
  border-color: #d02b2f !important;
  color: #ffffff !important;
}
.btn-yellow {
  color: #d02b2f;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  background-color: #f0ba00 !important;
  border-color: #ffc600 !important;
  color: #d02b2f !important;
}
.btn-blue-text {
  color: #25384a;
  background-color: transparent;
  border-color: transparent;
}
.btn-blue-text:hover,
.btn-blue-text:active,
.btn-blue-text:focus {
  background-color: white !important;
  border-color: white !important;
  box-shadow: none;
}
.btn-secondary {
  color: #ffc600;
  background-color: #d02b2f;
  border-color: #d02b2f;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.active {
  background-color: #c3282c !important;
  border-color: #d02b2f !important;
  color: #ffc600 !important;
}
.btn-lg {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 3px;
}
.btn-outline {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  border-color: #d02b2f;
  background-color: #d02b2f;
}
.navigation .main-nav {
  background-color: #ffffff;
  border-bottom: 8px solid #d02b2f;
  -webkit-box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.45);
  box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.45);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation .main-nav img.main-logo {
  height: 45px;
  margin-top: 13px;
  margin-bottom: 13px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation .main-nav .navbar-nav a,
.navigation .main-nav .navbar-nav a:visited {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding-top: 6px;
  padding-bottom: 6px;
}
.navigation .main-nav .navbar-nav a:hover,
.navigation .main-nav .navbar-nav a:active {
  color: #d02b2f;
  background-color: transparent;
}
.navigation .main-nav .navbar-nav li {
  position: relative;
}
.navigation .main-nav .navbar-nav > li > .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.navigation .main-nav .navbar-nav > li > .dropdown-menu a {
  font-size: 14px;
  font-weight: 300;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 991px) {
  .navigation .main-nav .container {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .navigation .main-nav {
    padding: 13px 0;
  }
  .navigation .main-nav img.main-logo {
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navigation .main-nav .navbar-nav {
    margin-top: 13px;
  }
  .navigation .main-nav .navbar-nav a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation .main-nav .navbar-nav > li > .dropdown-menu a {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .navigation .main-nav .navbar-nav > li > .dropdown-menu a:hover,
  .navigation .main-nav .navbar-nav > li > .dropdown-menu a:focus-visible {
    color: #ffffff;
    background-color: #d02b2f;
  }
  .navigation .main-nav .navbar-nav > li > .dropdown-menu li:last-child a {
    border-bottom-width: 0px;
  }
}
.navigation.shrink .main-nav img.main-logo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .navigation .main-nav {
    padding: 20px 0;
  }
  .navigation .main-nav img.main-logo {
    height: auto;
  }
  .navigation .main-nav .navbar-nav {
    margin-top: 28px;
  }
  .navigation .main-nav .navbar-nav a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation.shrink .main-nav {
    padding: 13px 0;
  }
  .navigation.shrink .main-nav img.main-logo {
    height: 60px;
  }
  .navigation.shrink .main-nav .navbar-nav {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .navigation .main-nav .navbar-nav a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-nav .navbar-toggle {
  border-color: #747474;
  margin-top: 18px;
}
.main-nav .navbar-toggle:hover,
.main-nav .navbar-toggle:focus {
  background-color: #747474;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #a7a7a7;
}
section {
  padding: 60px 0;
  position: relative;
}
section.nopadding {
  padding: 0;
}
section.yellow {
  background: #ffc600;
}
section.yellow hr {
  border-top-color: #e6b200;
}
section.ltgray {
  background: #ffffff;
}
section.red {
  background: #d02b2f;
  color: #ffffff;
}
section.red h4 {
  color: #ffc600;
}
section.red a:not(.btn) {
  color: #fff;
  text-decoration: none;
}
section.main {
  min-height: 350px;
}
section.homeHeader {
  height: 350px;
  background-image: url(../img/jsi-hero-image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #ffffff;
}
section.homeHeader .container {
  padding-top: 55px;
}
section.homeHeader h1 {
  font-size: 36px;
  color: #ffc600;
  margin-bottom: 12px;
}
section.homeHeader p {
  font-size: 22px;
}
section.marginTop {
  margin-top: 76px;
}
section.grid2 {
  background-image: url("../img/background-grid-2_Yellow.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
  background-size: 70%;
}
section.intHeader {
  background-image: url(../img/jsi-interior-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 8px;
}
section.intHeader h1 {
  font-size: 42px;
  margin-bottom: 0px;
  font-weight: 300;
}
section.intHeader p {
  font-size: 18px;
}
section.adminNav {
  background: #ffc600;
  padding: 0;
  margin: 0;
}
section.adminNav ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
section.adminNav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-right: 1px solid #d02b2f;
}
section.adminNav ul li:first-child {
  border-right-width: 0px;
}
section.adminNav ul li:last-child {
  border-right-width: 0px;
}
section.adminNav ul li a {
  display: block;
  padding: 8px 10px;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  section.marginTop {
    margin-top: 90px;
  }
  section.homeHeader {
    height: 500px;
    color: #ffffff;
  }
  section.homeHeader .container {
    padding-top: 80px;
  }
  section.homeHeader h1 {
    font-size: 48px;
    margin-bottom: 16px;
  }
  section.homeHeader p {
    font-size: 26px;
  }
  section.intHeader {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  section.intHeader h1 {
    font-size: 64px;
  }
  section.intHeader p {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  section.marginTop {
    margin-top: 130px;
  }
  section.homeHeader {
    height: 700px;
    color: #ffffff;
  }
  section.homeHeader .container {
    padding-top: 130px;
  }
  section.homeHeader h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  section.homeHeader p {
    font-size: 32px;
  }
}
.img-holder-half-to-block {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.img-holder-half-to-block.injured-worker {
  background-image: url(../img/jsi-injured-worker.jpg);
}
@media (max-width: 767px) {
  .img-holder-half-to-block {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: -60px;
    left: auto;
    right: auto;
    margin-bottom: 45px;
  }
}
.newsItem {
  position: relative;
  margin-bottom: 40px;
  min-height: 85px;
  border-bottom: 1px solid #919490;
}
.newsItem .newsDate {
  width: 70px;
  height: 76px;
  text-align: center;
  color: #ffffff;
  background-color: #ffc600;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 12px;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.newsItem .newsDate:before {
  content: "";
  background-color: #d02b2f;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.newsItem .newsDate:after {
  content: "";
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 2;
}
.newsItem .newsDate span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
.newsItem .newsPreview {
  margin-left: 100px;
  padding-bottom: 20px;
}
.newsItem .newsPreview a {
  font-weight: 500;
}
@media (max-width: 767px) {
  .newsItem .newsDate {
    position: static;
    float: left;
    margin-right: 22px;
    margin-bottom: 12px;
  }
  .newsItem .newsPreview {
    margin-left: 0;
  }
}
footer.mainFooter {
  flex-shrink: 0;
  background: #25384a;
  color: #ffffff;
  padding: 45px 0;
  border-top: 5px solid #ffffff;
  background-image: url(../img/background-grid-2_Blue.webp);
  background-repeat: no-repeat;
  background-position: right 40%;
  background-size: 75%;
}
footer.mainFooter a,
footer.mainFooter a:visited {
  color: #ffffff;
}
footer.mainFooter a:hover,
footer.mainFooter a:focus,
footer.mainFooter a:active {
  color: #f2f2f2;
}
footer.mainFooter ul.footerNav {
  list-style: none;
  padding: 0;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
footer.mainFooter ul.footerNav li {
  margin: 0 0 5px;
}
footer.mainFooter .socmed a + a {
  margin-left: 8px;
}
footer.mainFooter #footerLogo {
  max-width: 105px;
}
/* Utility */
hr.gray {
  border-color: #919490;
  margin-block: 30px;
}
.boxed {
  border: 1px solid #ffffff;
  padding: 12px;
  max-width: 80%;
  margin: 0 auto 10px;
  border-radius: 3px;
}
.boxed .md {
  display: block;
  font-size: 150%;
  font-weight: 500;
}
.boxed .lg {
  font-size: 250%;
  display: block;
  font-weight: 700;
}
.emphasis {
  margin: 0 auto 20px;
}
.emphasis .md {
  display: block;
  font-size: 150%;
  font-weight: 500;
}
.emphasis .lg {
  font-size: 250%;
  display: block;
  font-weight: 700;
  color: #ffc600;
}
.desktopPadded {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .desktopPadded {
    padding: 0;
  }
}
.bottomMarginColumns [class*="col-"] {
  margin-bottom: 45px;
}
.homeIconModule {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 12px;
  border-radius: 3px;
}
.homeIconModule .iconHolderCircle {
  max-width: 180px;
  padding: 35px;
  border-radius: 50%;
  background-color: #d02b2f;
  margin: 0 auto 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.homeIconModule a {
  border: 1px solid #ffffff;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 30px;
  margin-bottom: 3px;
  border-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homeIconModule a:hover,
.homeIconModule a:active,
.homeIconModule a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #d02b2f;
}
/* Form fields */
form.floatLabel input:focus ~ label,
form.floatLabel textarea:focus ~ label,
form.floatLabel input:valid ~ label,
form.floatLabel textarea:valid ~ label {
  font-size: 0.75em;
  color: #d02b2f;
  top: -2.25rem;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
  text-transform: uppercase;
}
form.floatLabel .styled-input {
  margin: 2rem 0 1rem;
  position: relative;
}
form.floatLabel .styled-input label {
  color: #747474;
  font-weight: 300;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}
form.floatLabel input,
form.floatLabel textarea {
  padding: 1rem 1rem;
  border: 0;
  width: 100%;
  background-color: #e3e4e3;
}
form.floatLabel input ~ span,
form.floatLabel textarea ~ span {
  display: block;
  width: 0;
  height: 3px;
  background: #d02b2f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
}
form.floatLabel input:focus,
form.floatLabel textarea:focus {
  outline: 0;
}
form.floatLabel input:focus ~ span,
form.floatLabel textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}
form.floatLabel textarea {
  width: 100%;
  min-height: 15em;
}
.donate-amounts,
.donor-list {
  width: 100%;
  background-color: #fff;
}
.donate-amounts .btn,
.donor-list .btn {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.donate-amounts label,
.donor-list label {
  text-align: left !important;
}
.donate-amounts label:before,
.donor-list label:before {
  content: "\f096";
  font-family: "FontAwesome";
  width: 20px;
  display: inline-block;
  font-size: 18px;
  color: #d02b2f;
}
.donate-amounts label.active:before,
.donor-list label.active:before {
  content: "\f046";
}
.donor-list {
  background-color: #fff;
  margin-top: 5px;
  border-radius: 3px;
}
.donor-list .btn {
  white-space: normal;
  text-transform: none;
  font-weight: normal;
}
.donation-btn-container {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 8px;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 3px;
}
.donationOptions {
  margin-top: 20px;
  display: flex;
}
.donationOptions [class*="col-"] {
  margin-bottom: 15px;
}
.donationOptions [class*="col-"] .donationOption {
  text-align: center;
  height: 100%;
  border: 1px solid #ffffff;
  padding: 0 12px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #eae9e8;
}
.donationOptions [class*="col-"] .donationOption h5 {
  background-color: #25384a;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 15px 12px;
  margin: 0 -12px 20px;
}
.donationOptions [class*="col-"] .donationOption blockquote {
  border-left-color: #ffc600;
}
@media (max-width: 767px) {
  .donationOptions {
    display: block;
  }
}
.paypallink {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}
span.error {
  display: block;
  padding: 5px 0;
  color: #d02b2f;
}
.hide-password {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 2;
  color: #d2cfcd;
  text-decoration: none;
  padding-left: 10px;
  border-left: 1px solid #d2cfcd;
}
.ht {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.well.details label {
  color: #9b9b9b;
}
.well.details p {
  padding-left: 12px;
}
.dev {
  position: fixed;
  font-family: "Interstate Reg Cond", Arial, Helvetica, sans-serif;
  top: 0;
  left: 0;
  z-index: 10000;
  font-size: 20px;
  line-height: 1;
  background: #d1272e;
  padding: 10px 25px 25px 10px;
  color: #fff;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 76px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 76px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 76px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 76px;
  box-sizing: border-box;
  opacity: 0.7;
  border: 5px solid #fff;
  border-left-width: 0px;
  border-top-width: 0px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.grayText {
  color: #D2CFCD;
}
.redText {
  color: #d02b2f;
}
ul.clsToggleList {
  list-style-type: none;
  margin-left: 0px;
  padding: 0;
  margin-bottom: 20px;
}
ul.clsToggleList > li {
  background: #fff;
  border-top: 1px solid #D2CFCD;
  margin-bottom: 10px;
}
ul.clsToggleList > li ul li {
  list-style-type: disc;
}
ul.clsToggleList:after,
ul.clsToggleList:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
ul.clsToggleList li a.toggle-trigger {
  font-weight: 500;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 72px 10px 10px;
  position: relative;
  color: #000;
}
ul.clsToggleList li a.toggle-trigger:before,
ul.clsToggleList li a.toggle-trigger:after {
  /* arrow icon on the right */
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  height: 2px;
  width: 13px;
  background: #d02b2f;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
ul.clsToggleList li a.toggle-trigger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 32px;
}
ul.clsToggleList li a.toggle-trigger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.clsToggleList .toggle-content {
  padding: 10px;
  overflow: hidden;
  background-color: #e3e4e3;
}
ul.clsToggleList .content-visible {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
ul.clsToggleList .content-visible a.toggle-trigger {
  background: #25384a;
  color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
ul.clsToggleList .content-visible a.toggle-trigger:before {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.clsToggleList .content-visible a.toggle-trigger:after {
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Morphing Modal */
.hiddenContainer {
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
  display: none;
}
.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
}
.morphing-btn {
  transition: background 0.3s ease, color 0.2s 0.2s, width 0.2s 0s, border-radius 0.2s 0s;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (prefers-reduced-motion: reduce) {
  .morphing-btn {
    -webkit-transition: none;
    transition: none;
  }
}
.morphing-btn_circle {
  color: rgba(0, 0, 0, 0) !important;
  padding-left: 0;
  padding-right: 0;
  width: 35.6px !important;
  border-radius: 50%;
  transition: color 0.2s 0s, width 0.3s 0.2s, border-radius 0.3s 0.2s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .morphing-btn_circle {
    -webkit-transition: none;
    transition: none;
  }
}
.morphing-btn-clone {
  position: fixed;
  background: #ffc600;
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (prefers-reduced-motion: reduce) {
  .morphing-btn-clone {
    -webkit-transition: none;
    transition: none;
  }
}
.morphing-btn-clone_visible {
  display: block;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  z-index: 9999;
}
.fancybox-morphing .fancybox-bg {
  background: #ffc600;
  opacity: 1;
}
.fancybox-morphing .fancybox-toolbar {
  top: 20px;
  right: 40px;
}
.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
}
.fancybox-morphing .fancybox-button--close::after,
.fancybox-morphing .fancybox-button--close::before {
  height: 1.55px;
  width: 22px;
  left: calc(50% - 11px);
}
.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, 0.25);
}
.morphing-content {
  margin: 0;
  position: relative;
  background: transparent !important;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden !important;
}
.morphing-content .content {
  width: 100%;
  max-width: 800px;
}
.morphing-content .content .top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .morphing-content .content .top {
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
  }
}
.morphing-content .content .text {
  font-size: 18px;
  line-height: 1.6;
}
.vidWrapper {
  position: relative;
  margin-bottom: 30px;
}
.vidWrapper .vidSecondaryLink {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  z-index: 2;
  display: block;
  padding: 3px 6px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-out;
}
.vidWrapper .vidSecondaryLink:hover {
  color: #d02b2f;
  background-color: rgba(255, 198, 0, 0.9);
}
.vidPreview {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  background-color: #000;
}
.vidPreview img {
  width: 100%;
  height: auto;
}
.vidPreview::after {
  position: relative;
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.vidPreview::before {
  font-family: "FontAwesome";
  content: "\f04b";
  width: 60px;
  height: 40px;
  padding-left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  font-size: 18px;
  inset: 0;
  margin: auto;
  z-index: 3;
  opacity: 0.75;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-out;
}
.vidPreview:hover::after {
  opacity: 0.4;
}
.vidPreview:hover::before {
  opacity: 1;
}
.people {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.person {
  flex: 0 0 calc(33.3% - 20px);
}
.person img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .person {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .person {
    flex: 0 0 100%;
  }
}
